/* =========================================================================
   Estilos de seção — Sayonara Sobrinho landing
   ========================================================================= */

/* ============================== HERO ============================== */
.hero { background: var(--hero-bg); color: var(--hero-ink); padding: clamp(48px, 7vw, 88px) 0 clamp(64px, 8vw, 110px); position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.hero-inner > * { min-width: 0; }
.hero-title { margin: 8px 0 26px; }
.hero-lead { color: color-mix(in oklab, var(--hero-ink) 78%, transparent); max-width: 50ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 0; }
[data-dir="terroso"] .hero .eyebrow,
[data-dir="terroso"] .hero .eyebrow::before { color: var(--cream-soft); opacity: .85; }
[data-dir="terroso"] .hero .btn { background: var(--cream-soft); color: var(--olive-deep); }
[data-dir="terroso"] .hero .btn-ghost { background: transparent; color: var(--cream-soft); border-color: color-mix(in oklab, var(--cream-soft) 38%, transparent); }
[data-dir="terroso"] .hero .btn-ghost:hover { background: color-mix(in oklab, var(--cream-soft) 12%, transparent); }

.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 34px; padding: 0; margin: 44px 0 0; border-top: 1px solid color-mix(in oklab, var(--hero-ink) 16%, transparent); padding-top: 26px; }
.hero-trust li { font-size: 14px; color: color-mix(in oklab, var(--hero-ink) 72%, transparent); }
.hero-trust strong { display: block; font-family: var(--font-body); font-size: 21px; color: var(--hero-ink); font-weight: 600; }

.hero-media { position: relative; }
.hero-photo { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/4; box-shadow: 0 40px 80px -40px color-mix(in oklab, var(--brown) 60%, transparent); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
[data-dir="editorial"] .hero-photo { border-radius: 4px; }
.hero-quote {
  position: absolute; left: -22px; bottom: 34px;
  background: var(--surface); color: var(--ink);
  border-radius: var(--radius); padding: 18px 24px 18px 20px;
  max-width: 256px; box-shadow: 0 24px 50px -24px color-mix(in oklab, var(--brown) 55%, transparent);
  display: flex; gap: 10px; align-items: flex-start;
}
.hero-quote span { font-family: var(--font-display); font-size: 40px; line-height: .7; color: var(--terracota); }
.hero-quote p { font-family: var(--font-display); font-size: 17px; line-height: 1.3; }
@media (max-width: 900px){
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { max-width: 460px; }
  .hero-quote { left: auto; right: 16px; }
}

/* ============================== SOBRE ============================== */
.sobre { background: var(--bg); }
.sobre-grid { grid-template-columns: .92fr 1.08fr; align-items: center; }
.sobre-media { position: relative; }
.sobre-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); }
[data-dir="editorial"] .sobre-img { border-radius: 4px; }
.sobre-badge {
  position: absolute; right: -18px; bottom: -18px;
  background: var(--terracota); color: var(--cream-soft);
  border-radius: var(--radius); padding: 18px 22px; text-align: left;
  display: flex; align-items: center; gap: 12px; max-width: 230px;
  box-shadow: 0 24px 48px -22px color-mix(in oklab, var(--terracota) 60%, transparent);
}
.sobre-badge strong { font-family: var(--font-body); font-size: 36px; font-weight: 700; line-height: 1; }
.sobre-badge span { font-size: 12.5px; line-height: 1.35; opacity: .92; }
.sobre-copy h2 { margin: 6px 0 22px; }
.sobre-text { display: grid; gap: 16px; max-width: 52ch; }
.sobre-text strong { color: var(--ink); font-weight: 600; }
.signature { font-family: var(--font-display); font-size: 30px; color: var(--accent); margin-top: 26px; }
@media (max-width: 880px){
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-copy { order: 1; }
  .sobre-media { order: 2; max-width: 420px; margin: 36px auto 0; }
}

/* ============================== PROCESSO ============================== */
.processo { background: var(--bg-alt); }
[data-dir="terroso"] .processo { color: var(--cream-soft); }
[data-dir="terroso"] .processo .eyebrow, [data-dir="terroso"] .processo .eyebrow::before { color: var(--cream-soft); opacity: .8; }
[data-dir="terroso"] .processo .muted { color: color-mix(in oklab, var(--cream-soft) 72%, transparent); }
.sec-head { margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head h2 { margin-top: 6px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.6vw, 40px); }
.step { position: relative; padding-top: 30px; border-top: 1px solid color-mix(in oklab, currentColor 18%, transparent); }
.step-n { font-family: var(--font-body); font-weight: 600; font-size: 15px; letter-spacing: .2em; color: var(--accent); }
[data-dir="terroso"] .step-n { color: var(--cream-soft); opacity: .7; }
.step-t { margin: 14px 0 12px; }
@media (max-width: 880px){ .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .steps { grid-template-columns: 1fr; } }

/* ============================== SERVIÇOS ============================== */
.servicos { background: var(--bg); }
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
[data-dir="editorial"] .svc-grid { border-radius: 4px; }
.svc { background: var(--surface); padding: clamp(30px, 3.4vw, 48px); transition: background .3s; }
.svc:hover { background: var(--bg-alt); }
[data-dir="terroso"] .svc:hover { background: color-mix(in oklab, var(--olive) 8%, var(--surface)); }
.svc-dot { display: inline-block; width: 11px; height: 11px; border-radius: 50%; background: var(--accent); margin-bottom: 22px; }
.svc h3 { margin-bottom: 12px; }
@media (max-width: 720px){ .svc-grid { grid-template-columns: 1fr; } }

/* condições atendidas */
.cond-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(16px, 2vw, 24px); }
.cond {
  flex: 1 1 250px; max-width: 300px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(24px, 2.6vw, 32px); transition: background .3s, box-shadow .3s, transform .3s var(--ease);
}
.cond:hover { background: var(--bg-alt); box-shadow: 0 20px 40px -28px color-mix(in oklab, var(--brown) 45%, transparent); transform: translateY(-3px); }
[data-dir="terroso"] .cond:hover { background: color-mix(in oklab, var(--olive) 8%, var(--surface)); }
[data-dir="editorial"] .cond { border-radius: 4px; }
.cond-t { font-family: var(--font-display); font-size: 21px; font-weight: 400; margin: 0 0 10px; }
.cond .svc-dot { margin-bottom: 16px; }
@media (max-width: 560px){ .cond { flex-basis: 100%; max-width: 360px; } }

/* ============================== DEPOIMENTOS ============================== */
.depo-lean { background: var(--bg-alt); text-align: center; }
[data-dir="terroso"] .depo-lean { color: var(--cream-soft); }
[data-dir="terroso"] .depo-lean .eyebrow, [data-dir="terroso"] .depo-lean .eyebrow::before { color: var(--cream-soft); opacity:.8; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 28px); margin-top: clamp(40px, 5vw, 64px); }
.testi {
  background: var(--surface); border-radius: var(--radius); padding: clamp(14px, 1.6vw, 18px);
  display: flex; flex-direction: column; align-items: stretch; gap: 16px;
  box-shadow: 0 20px 44px -30px color-mix(in oklab, var(--brown) 50%, transparent);
  border: 0; cursor: pointer; text-align: left; font-family: inherit; transition: transform .3s var(--ease), box-shadow .3s;
}
.testi:hover { transform: translateY(-4px); box-shadow: 0 28px 54px -26px color-mix(in oklab, var(--brown) 55%, transparent); }
[data-dir="editorial"] .testi { border-radius: 4px; border: 1px solid var(--line); box-shadow: none; }
.testi-thumb { position: relative; aspect-ratio: 9/16; border-radius: calc(var(--radius) - 8px); overflow: hidden; background: var(--brown-deep); }
[data-dir="editorial"] .testi-thumb { border-radius: 2px; }
.testi-thumb video { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.testi-play {
  position: absolute; inset: 0; margin: auto; width: 56px; height: 56px; border-radius: 50%;
  background: color-mix(in oklab, var(--cream-soft) 92%, transparent);
  display: grid; place-items: center; color: var(--brown);
  box-shadow: 0 10px 26px -8px rgba(0,0,0,.45); transition: transform .3s var(--ease);
}
.testi-play .ico { width: 22px; height: 22px; margin-left: 3px; }
.testi:hover .testi-play { transform: scale(1.08); }
.testi-t { font-family: var(--font-display); font-size: 17px; line-height: 1.3; color: var(--ink); padding: 0 4px 6px; }
@media (max-width: 820px){ .testi-grid { grid-template-columns: repeat(2, 1fr); max-width: 520px; margin: clamp(32px,5vw,48px) auto 0; } }
@media (max-width: 560px){ .testi-grid { grid-template-columns: 1fr; max-width: 320px; } }

.video-modal {
  position: fixed; inset: 0; z-index: 100;
  background: color-mix(in oklab, var(--brown-deep) 82%, transparent);
  display: grid; place-items: center; padding: 24px;
  animation: fadeIn .25s var(--ease);
}
.video-modal-inner { position: relative; width: 100%; max-width: 420px; }
.video-modal-inner video { width: 100%; max-height: 82vh; border-radius: var(--radius); display: block; background: #000; }
.video-modal-close {
  position: absolute; top: -44px; right: 0;
  width: 36px; height: 36px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--cream-soft); color: var(--brown); display: grid; place-items: center;
  transform: rotate(45deg);
}
.video-modal-close .ico { width: 18px; height: 18px; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============================== FAQ ============================== */
.faq { background: var(--bg); }
.faq-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.faq-inner > * { min-width: 0; }
.faq-aside { position: sticky; top: 110px; }
.faq-aside h2 { margin-top: 6px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; text-align: left; font-family: var(--font-display); font-size: clamp(18px, 1.9vw, 22px); color: var(--ink); transition: color .2s; }
.faq-q:hover { color: var(--accent); }
.faq-ico { width: 20px; height: 20px; flex: none; color: var(--accent); transition: transform .35s var(--ease); }
.faq-item.open .faq-ico { transform: rotate(135deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; }
.faq-a-inner p { padding: 0 4px 26px; max-width: 60ch; }
@media (max-width: 820px){ .faq-inner { grid-template-columns: 1fr; } .faq-aside { position: static; } }

/* ============================== CONTATO ============================== */
.contato { background: var(--bg); padding-bottom: clamp(80px, 9vw, 130px); }
.contato-card {
  background: var(--accent); color: var(--accent-ink);
  border-radius: var(--radius-lg); padding: clamp(48px, 7vw, 92px) clamp(28px, 5vw, 80px);
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 22px;
  position: relative; overflow: hidden;
}
[data-dir="editorial"] .contato-card { border-radius: 6px; }
.contato-card .eyebrow, .contato-card .eyebrow::before { color: var(--accent-ink); opacity: .8; }
.contato-title { margin: 0; }
.contato-card .lead { color: color-mix(in oklab, var(--accent-ink) 86%, transparent); }
.contato-btn { background: var(--accent-ink); color: var(--accent); margin-top: 8px; padding: 18px 34px; font-size: 16px; }
.contato-btn:hover { box-shadow: 0 16px 36px -14px rgba(0,0,0,.4); }
.contato-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 32px; margin-top: 24px; padding-top: 26px; border-top: 1px solid color-mix(in oklab, var(--accent-ink) 24%, transparent); width: 100%; }
.contato-links a { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: color-mix(in oklab, var(--accent-ink) 88%, transparent); transition: color .2s; }
.contato-links a:hover { color: var(--accent-ink); }
.contato-links .ico { width: 17px; height: 17px; }

/* ============================== FOOTER ============================== */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 40px 0 34px; }
.footer-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 30px; padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid var(--line); }
.footer-trust li { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink-soft); }
.footer-trust .svc-dot { width: 8px; height: 8px; margin: 0; }
.footer-copy { font-size: 12.5px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-tag { font-family: var(--font-display); font-size: 19px; color: var(--accent); }
.footer-meta { font-size: 13px; }

/* ============================== FLOAT WA ============================== */
.float-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 30px -8px rgba(0,0,0,.35);
  transition: transform .3s var(--ease);
}
.float-wa:hover { transform: scale(1.08) translateY(-2px); }
@media print { .float-wa, .nav { display: none; } }
