/* =========================================================
   Dra. Fabíola Corrêa — Direito de Família
   Estilo: ELEGANTE / PREMIUM / HUMANIZADO
   Hero imersivo full-bleed (foto + sobreposição quente)
   Paleta: creme + café/espresso + dourado
   Tipografia: Cormorant Garamond (serifa) + Inter
   ========================================================= */

:root {
  /* Paleta */
  --bg:        #FBF8F3;   /* creme / off-white quente */
  --bg-alt:    #F2ECE1;   /* bege um tom acima */
  --surface:   #FFFFFF;   /* cartões */
  --ink:       #2A231C;   /* café bem escuro (texto) */
  --ink-soft:  #6B6155;   /* texto secundário */
  --dark:      #2A211B;   /* espresso (hero overlay, seções escuras) */
  --dark-700:  #1E1712;
  --gold:      #BE9A5C;   /* dourado (acento / botões) */
  --gold-soft: #DBC195;   /* dourado claro (textos sobre escuro) */
  --gold-ink:  #8A6A34;   /* dourado escuro p/ texto pequeno sobre fundo claro (contraste AA) */
  --line:      #E8E0D3;   /* linhas/bordas sutis */
  --cream:     #F4ECDF;   /* texto claro sobre escuro */
  --wpp:       #25A35A;   /* verde WhatsApp (botão flutuante) */
  --wpp-dark:  #1C7E45;

  /* Sombras suaves */
  --sh-sm: 0 4px 16px rgba(42,35,28,.06);
  --sh-md: 0 14px 38px rgba(42,35,28,.10);
  --sh-lg: 0 30px 70px rgba(42,35,28,.16);

  --radius: 16px;
  --radius-sm: 10px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--dark); /* evita fresta clara no topo; seções claras têm fundo próprio */
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Âncoras não ficam escondidas sob o header fixo */
[id] { scroll-margin-top: 96px; }

/* Acessibilidade: foco visível por teclado */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px;
}
::selection { background: var(--gold-soft); color: var(--dark-700); }

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.12;
  font-weight: 600;
  color: var(--ink);
}

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 26px; }
.narrow { max-width: 820px; }
.center { text-align: center; }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-block; font-weight: 600; font-size: .76rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 18px;
}
.eyebrow--light { color: var(--gold-soft); }
.eyebrow--cta { margin: 30px 0 16px; display: block; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: .95rem;
  letter-spacing: .04em; text-transform: uppercase; line-height: 1.1;
  padding: 16px 32px; border: 1px solid var(--gold);
  border-radius: 6px; background: var(--gold); color: var(--dark-700);
  cursor: pointer; box-shadow: var(--sh-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-md); background: var(--gold-soft); border-color: var(--gold-soft); }

/* alias: botões de WhatsApp usam o estilo primário dourado */
.btn-wpp { background: var(--gold); color: var(--dark-700); border-color: var(--gold); }
.btn-wpp:hover { background: var(--gold-soft); border-color: var(--gold-soft); }

.btn-ghost {
  background: transparent; color: var(--cream); border: 1px solid rgba(244,236,223,.5); box-shadow: none;
}
.btn-ghost:hover { background: rgba(244,236,223,.08); border-color: var(--cream); color: #fff; transform: translateY(-2px); box-shadow: none; }

.btn-outline {
  background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none;
  text-transform: none; letter-spacing: .01em; font-size: .92rem;
}
.btn-outline:hover { background: var(--surface); border-color: var(--gold); color: var(--dark); box-shadow: var(--sh-sm); }

.btn-lg { font-size: 1rem; padding: 18px 38px; }
.btn-sm { padding: 11px 20px; font-size: .82rem; }
.btn-block { display: flex; width: 100%; }

/* Ícone WhatsApp */
.wpp-icon {
  width: 18px; height: 18px; flex: 0 0 18px; background-color: currentColor;
  -webkit-mask: var(--wpp-svg) center / contain no-repeat;
  mask: var(--wpp-svg) center / contain no-repeat;
}
:root {
  --wpp-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163a11.867 11.867 0 01-1.587-5.945C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 018.413 3.488 11.824 11.824 0 013.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 01-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 001.51 5.26l-.999 3.648 3.978-.607zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.247-.694.247-1.289.173-1.413z'/%3E%3C/svg%3E");
}

/* ---------- Topbar ---------- */
.topbar {
  background: var(--dark); color: var(--gold-soft);
  text-align: center; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  padding: 9px 16px; font-weight: 500;
}

/* ---------- Header (transparente sobre o hero, sólido ao rolar) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 80px; }
.logo { display: flex; align-items: center; margin-right: auto; }
.logo-img { height: 58px; width: auto; display: block; }

.nav { display: flex; gap: 32px; }
.nav a { font-weight: 500; font-size: .92rem; color: rgba(244,236,223,.85); transition: color .2s; }
.nav a:hover { color: var(--gold-soft); }

.header-cta { box-shadow: none; }

/* Estado "rolado": fundo escuro (a logo clara/dourada continua legível) */
.site-header.scrolled {
  background: rgba(30,23,18,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom-color: rgba(190,154,92,.22);
  box-shadow: 0 8px 30px rgba(0,0,0,.28);
}

.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); border-radius: 2px; transition: .25s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Botão de WhatsApp dentro do menu (só no mobile) e fundo escurecido */
.nav-cta { display: none; }
.nav-backdrop {
  position: fixed; inset: 0; z-index: 80; display: none;
  background: rgba(20,14,10,.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease;
}
.nav-backdrop.open { opacity: 1; visibility: visible; }

/* ---------- HERO imersivo ---------- */
.hero {
  position: relative; min-height: calc(100vh - 120px);
  display: flex; align-items: center;
  margin-top: -80px; padding-top: 80px; /* puxa o header transparente para cima */
  background: var(--dark); color: var(--cream); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; background: var(--dark); display: flex; justify-content: flex-end; }
.hero-img { width: auto; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, var(--dark) 0%, rgba(42,33,27,.55) 14%, transparent 32%),
    linear-gradient(100deg, var(--dark) 0%, rgba(42,33,27,.94) 32%, rgba(42,33,27,.6) 54%, rgba(42,33,27,.12) 100%),
    linear-gradient(to top, rgba(30,23,18,.6) 0%, transparent 40%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding: 70px 26px; }
.hero-content { max-width: 640px; }
.hero h1 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 600; color: var(--cream); }
.hero h1 em {
  display: block; font-style: italic; font-weight: 500; color: var(--gold-soft);
  font-size: clamp(2.7rem, 6vw, 4rem); line-height: 1.04; margin-top: 8px;
}
.hero-divider { display: block; width: 78px; height: 2px; background: var(--gold); margin: 30px 0; }
.hero-sub { font-size: 1.14rem; color: rgba(244,236,223,.86); max-width: 48ch; }
.hero-sub strong { color: var(--gold-soft); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Seções genéricas ---------- */
.section { padding: 104px 0; background: var(--bg); }
.section--dark { background: var(--dark); color: var(--cream); }
.section--sand { background: var(--bg-alt); }

.section-head { max-width: 760px; margin: 0 auto 62px; text-align: center; }
.section-head h2 { font-size: clamp(2.1rem, 4.4vw, 3.1rem); font-weight: 600; }
.section-head p { color: var(--ink-soft); margin-top: 16px; font-size: 1.08rem; }
.section-head--light .eyebrow { color: var(--gold-soft); }
.section-head--light h2 { color: var(--cream); }
.section-head--light p { color: rgba(244,236,223,.78); }

.placeholder-note { font-size: .8rem !important; color: var(--gold) !important; font-weight: 600; }

/* ---------- Cards de casos ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.case-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 32px; box-shadow: var(--sh-sm);
  display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.case-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-color: var(--gold-soft); }
.case-num {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--gold);
  letter-spacing: .04em; padding-bottom: 14px; margin-bottom: 6px;
  border-bottom: 1px solid var(--line); width: fit-content; min-width: 48px;
}
.case-card h3 { font-size: 1.75rem; margin: 10px 0 10px; }
.case-card p { color: var(--ink-soft); font-size: .98rem; margin-bottom: 0; flex: 1; }

/* CTA único ao final da seção (após os cards) */
.section-cta { margin-top: 58px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.section-cta p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.55rem; color: var(--ink); max-width: 42ch; }

/* ---------- Dor ---------- */
.pain-list { list-style: none; display: grid; gap: 16px; margin: 10px auto 40px; max-width: 680px; }
.pain-list li {
  border-left: 2px solid var(--gold); padding: 6px 0 6px 24px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.5rem; line-height: 1.35; color: var(--cream);
}
.dor-close { text-align: center; font-size: 1.24rem; max-width: 640px; margin: 0 auto 42px; color: rgba(244,236,223,.85); }
.dor-close strong { color: var(--gold-soft); font-weight: 600; }

/* ---------- Pilares ---------- */
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.pillar-num {
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 2.5rem; color: var(--gold);
  line-height: 1; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line);
}
.pillar { transition: transform .3s var(--ease); }
.pillar:hover { transform: translateY(-4px); }
.pillar h3 { font-size: 1.55rem; margin-bottom: 10px; transition: color .25s; }
.pillar:hover h3 { color: var(--gold); }
.pillar p { color: var(--ink-soft); font-size: .97rem; }

/* ---------- Sobre a Dra. ---------- */
.about-grid { display: grid; grid-template-columns: 390px 1fr; gap: 64px; align-items: center; }
.about-photo { position: relative; width: 390px; flex: none; }
.about-photo img {
  display: block; position: relative; z-index: 1;
  width: 390px; height: 485px; object-fit: cover; object-position: 50% 16%;
  border-radius: 170px 170px 16px 16px; box-shadow: var(--sh-lg);
}
.about-photo::after {
  content: ""; position: absolute; inset: 15px -15px -15px 15px; z-index: 0;
  border: 1px solid var(--gold); border-radius: 170px 170px 16px 16px; opacity: .55;
}
.about-text .eyebrow { color: var(--gold-ink); }
.about-text h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); margin-bottom: 18px; }
.about-text p { color: var(--ink-soft); margin-bottom: 16px; }
.about-list { list-style: none; display: grid; gap: 12px; margin: 12px 0 30px; }
.about-list li { position: relative; padding-left: 30px; color: var(--ink); }
.about-list li::before {
  content: ""; position: absolute; left: 2px; top: 8px; width: 13px; height: 7px;
  border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg);
}

/* ---------- Depoimentos (carrossel) ---------- */
.carousel { position: relative; }
.carousel-viewport { overflow: hidden; padding: 16px 0; }
.carousel-track { display: flex; gap: 26px; transition: transform .6s var(--ease); will-change: transform; }

.testi {
  flex: 0 0 calc((100% - 52px) / 3); box-sizing: border-box;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 32px; box-shadow: var(--sh-sm); position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}

/* Setas (push) */
.carousel-btn {
  position: absolute; top: 44%; transform: translateY(-50%); z-index: 6;
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--surface); color: var(--gold); font-size: 1.7rem; line-height: 1;
  display: grid; place-items: center; cursor: pointer; box-shadow: var(--sh-sm);
  transition: background .2s, color .2s, border-color .2s;
}
.carousel-btn:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.carousel-prev { left: -20px; }
.carousel-next { right: -20px; }

/* Indicadores (dots) */
.carousel-dots { display: flex; justify-content: center; gap: 6px; margin-top: 24px; }
.carousel-dot { width: 26px; height: 26px; border: none; padding: 0; cursor: pointer; background: transparent; position: relative; }
.carousel-dot::before {
  content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border-radius: 50%;
  background: rgba(190,154,92,.4); transform: translate(-50%, -50%); transition: background .2s, transform .2s;
}
.carousel-dot.is-active::before { background: var(--gold); transform: translate(-50%, -50%) scale(1.35); }

/* Responsivo do carrossel (precisa casar com o "perView" do JS) */
@media (max-width: 899px) { .testi { flex-basis: calc((100% - 26px) / 2); } }
@media (max-width: 619px) {
  .testi { flex-basis: 100%; }
  .carousel-btn { display: none; } /* no celular: swipe + dots */
}
.testi:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: var(--gold-soft); }
.testi::before {
  content: "\201C"; font-family: 'Cormorant Garamond', serif; font-size: 4rem; color: var(--gold-soft);
  position: absolute; top: 10px; right: 24px; line-height: 1; opacity: .55;
}
.testi-stars { color: var(--gold); letter-spacing: 4px; font-size: 1rem; margin-bottom: 16px; }
.testi blockquote { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; line-height: 1.42; margin-bottom: 20px; color: var(--ink); }

/* Botão "ver avaliações no Google" */
.reviews-cta { margin-top: 46px; display: flex; justify-content: center; }
.reviews-cta .btn { background: var(--surface); }
.reviews-cta .btn svg { flex: 0 0 18px; }
.testi figcaption { padding-top: 16px; border-top: 1px solid var(--line); }
.testi figcaption strong { display: block; font-size: .92rem; color: var(--gold-ink); letter-spacing: .02em; }
.testi figcaption span { font-size: .82rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--sh-sm); overflow: hidden; transition: border-color .25s;
}
.faq-item[open] { border-color: var(--gold-soft); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 24px 28px;
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.45rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 1.7rem; color: var(--gold); transition: transform .25s ease; flex: 0 0 auto; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 28px 26px; color: var(--ink-soft); }

/* ---------- CTA final ---------- */
.cta-final { background: var(--dark); color: var(--cream); padding: 116px 0; }
.cta-final h2 { font-size: clamp(2.3rem, 4.8vw, 3.6rem); color: var(--cream); margin-bottom: 18px; font-style: italic; font-weight: 500; }
.cta-final p { color: rgba(244,236,223,.82); max-width: 580px; margin: 0 auto 36px; font-size: 1.12rem; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark-700); color: #A79C8C; padding-top: 70px; border-top: 1px solid rgba(190,154,92,.28); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 56px; padding-bottom: 56px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-logo { width: 200px; max-width: 80%; height: auto; margin-bottom: 14px; }
.footer-brand p { font-size: .9rem; line-height: 1.6; }

.footer-col h3, .footer-col h4 {
  color: var(--cream) !important; font-family: 'Inter', sans-serif; font-size: .76rem; text-transform: uppercase;
  letter-spacing: .16em; font-weight: 600; position: relative; padding-bottom: 14px; margin-bottom: 18px;
}
.footer-col h3::after, .footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 26px; height: 2px; background: var(--gold); }
.footer-col ul { list-style: none; display: grid; gap: 12px; }
.footer-col a { transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: var(--gold-soft); padding-left: 4px; }

.footer-contact a { display: inline-flex; align-items: center; gap: 10px; }
.footer-contact a:hover { padding-left: 0; } /* não desloca quando há ícone */
.fico { width: 17px; height: 17px; flex: 0 0 17px; fill: var(--gold); transition: fill .2s; }
.footer-contact a:hover .fico { fill: var(--gold-soft); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding: 26px 26px 38px;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap;
}
.footer-bottom p { font-size: .82rem; }
.oab-note { color: #98907F; margin-top: 10px; max-width: 74ch; }
.back-top { font-size: .8rem; color: var(--gold-soft); letter-spacing: .04em; white-space: nowrap; transition: color .2s, transform .2s; }
.back-top:hover { color: var(--gold); transform: translateY(-2px); }

/* ---------- Botão flutuante WhatsApp ---------- */
.float-wpp {
  position: fixed; bottom: 26px; right: 26px; z-index: 200;
  display: flex; align-items: center; gap: 11px;
  background: var(--wpp); color: #fff; border-radius: 999px;
  padding: 15px 24px; font-weight: 600; font-size: .95rem;
  box-shadow: 0 14px 34px rgba(28,126,69,.4);
  transition: transform .2s var(--ease), background .2s ease, opacity .3s ease;
}
.float-wpp:hover { background: var(--wpp-dark); transform: translateY(-2px); }
.float-wpp .wpp-icon { width: 23px; height: 23px; flex: 0 0 23px; }

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 920px) {
  .cards-grid, .pillars-grid, .testi-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; justify-items: center; text-align: left; }
  .about-photo { margin: 0 auto; }
  .about-text { max-width: 600px; }
  .section { padding: 88px 0; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .topbar { font-size: .6rem; letter-spacing: .1em; padding: 8px 14px; }
  .nav {
    position: fixed; inset: 78px 0 auto 0;
    background: var(--bg); border-top: 1px solid var(--line);
    box-shadow: 0 24px 48px rgba(20,14,10,.3);
    flex-direction: column; gap: 0; padding: 12px 26px 24px;
    transform: translateY(-165%); transition: transform .4s var(--ease); z-index: 90;
    border-radius: 0 0 22px 22px;
  }
  .nav.open { transform: translateY(0); }
  .nav a:not(.btn) {
    padding: 16px 4px; border-bottom: 1px solid var(--line);
    color: var(--ink); font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.2rem;
    transition: color .2s, padding-left .2s;
  }
  .nav a:not(.btn):hover, .nav a:not(.btn):active { color: var(--gold); padding-left: 10px; }
  .nav-cta { display: flex; width: 100%; margin-top: 18px; }
  .nav-backdrop { display: block; }
  .menu-toggle { display: flex; }
  .header-cta { display: none; }
  .logo-img { height: 46px; } /* logo um pouco menor no mobile */

  /* No mobile: degradê mais forte e texto mais compacto para o CTA caber na dobra */
  .hero { min-height: auto; }
  .hero-scrim {
    background: linear-gradient(180deg,
      var(--dark) 0%, rgba(30,23,18,.5) 12%, rgba(30,23,18,.78) 50%, rgba(30,23,18,.94) 78%, var(--dark) 100%);
  }
  /* leve sombra para o texto destacar da foto, sem precisar escurecê-la demais */
  .hero h1, .hero-sub, .hero-content .eyebrow { text-shadow: 0 1px 12px rgba(18,12,8,.5); }
  .hero-media { display: block; }
  .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: 78% 16%; }
  .hero-inner { padding: 70px 24px 58px; }
  .hero-content .eyebrow { font-size: .62rem; letter-spacing: .12em; margin-bottom: 14px; }
  .hero h1 { font-size: 1.45rem; }
  .hero h1 em { font-size: 2.2rem; margin-top: 4px; }
  .hero-divider { margin: 18px 0; }
  .hero-sub { font-size: 1rem; max-width: 100%; }
  .eyebrow--cta { margin: 24px 0 14px; }
  .hero-actions { gap: 11px; }
  .hero-actions .btn { width: 100%; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; }
  .about-photo, .about-photo img { width: 280px; }
  .about-photo img { height: 350px; }

  .section { padding: 64px 0; }
  .cta-final { padding: 76px 0; }
  .cards-grid, .pillars-grid, .testi-grid, .footer-grid { grid-template-columns: 1fr; }
  .float-wpp-label { display: none; }
  .float-wpp { padding: 16px; bottom: 18px; right: 18px; }

  /* Títulos e textos proporcionais ao celular */
  .section-head { margin-bottom: 40px; }
  .section-head p { font-size: 1rem; }
  .case-card { padding: 30px 26px; }
  .case-card h3 { font-size: 1.55rem; }
  .pain-list li { font-size: 1.28rem; padding-left: 18px; }
  .dor-close { font-size: 1.12rem; }
  .pillars-grid { gap: 36px; }
  .section-cta p { font-size: 1.3rem; }
  .testi blockquote { font-size: 1.3rem; }
  .faq-item summary { font-size: 1.25rem; padding: 20px 22px; }
  .faq-body { padding: 0 22px 22px; }
  .footer-grid { gap: 32px; text-align: left; }
}

/* =========================================================
   ANIMAÇÕES — entrada ao rolar, pulsar e movimento
   ========================================================= */

/* ---- Revelar ao rolar ---- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ---- Hero: entrada suave do conteúdo (CSS puro, sem depender de JS) ---- */
.hero-content > * { animation: heroIn .95s var(--ease) both; }
.hero-content > *:nth-child(1) { animation-delay: .15s; }
.hero-content > *:nth-child(2) { animation-delay: .28s; }
.hero-content > *:nth-child(3) { animation-delay: .40s; }
.hero-content > *:nth-child(4) { animation-delay: .50s; }
.hero-content > *:nth-child(5) { animation-delay: .60s; }
.hero-content > *:nth-child(6) { animation-delay: .70s; }
@keyframes heroIn {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}

/* ---- Ken burns removido: foto sem zoom, mostrada por inteiro ---- */

/* ---- Filete dourado cresce na entrada ---- */
.hero-divider { animation: growLine 1s var(--ease) .55s both; }
@keyframes growLine { from { width: 0; opacity: 0; } to { width: 78px; opacity: 1; } }

/* ---- Pulsar nos botões de WhatsApp (dourado) ---- */
.btn-wpp { position: relative; }
.btn-wpp::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  animation: pulseGold 2.4s var(--ease) infinite;
}
.btn-wpp:hover::after { animation-play-state: paused; }
@keyframes pulseGold {
  0%   { box-shadow: 0 0 0 0 rgba(190,154,92,.55); }
  70%  { box-shadow: 0 0 0 16px rgba(190,154,92,0); }
  100% { box-shadow: 0 0 0 0 rgba(190,154,92,0); }
}

/* ---- Pulsar no botão flutuante (verde WhatsApp) ---- */
.float-wpp::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  animation: pulseGreen 2.4s var(--ease) infinite;
}
.float-wpp:hover::after { animation-play-state: paused; }
@keyframes pulseGreen {
  0%   { box-shadow: 0 0 0 0 rgba(37,163,90,.55); }
  70%  { box-shadow: 0 0 0 18px rgba(37,163,90,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,163,90,0); }
}

/* ---- Variações de direção na entrada ---- */
.reveal--left  { transform: translateX(-46px); }
.reveal--right { transform: translateX(46px); }
.reveal--zoom  { transform: scale(.9); }
.reveal--left.is-visible,
.reveal--right.is-visible,
.reveal--zoom.is-visible { transform: none; }

/* ---- Barra de progresso de leitura ---- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 300;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  box-shadow: 0 0 10px rgba(190,154,92,.55);
}

/* ---- Indicador "role para descobrir" ---- */
.scroll-cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(244,236,223,.75); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase;
  animation: floatCue 2.6s ease-in-out infinite; transition: opacity .4s ease;
}
.scroll-cue__mouse {
  width: 24px; height: 38px; border: 1.5px solid rgba(244,236,223,.55); border-radius: 14px; position: relative;
}
.scroll-cue__mouse::before {
  content: ""; position: absolute; top: 7px; left: 50%; width: 3px; height: 7px; border-radius: 2px;
  background: var(--gold-soft); transform: translateX(-50%); animation: mouseWheel 1.8s var(--ease) infinite;
}
@keyframes mouseWheel { 0%{opacity:0; transform:translate(-50%,0)} 35%{opacity:1} 65%{opacity:1; transform:translate(-50%,12px)} 100%{opacity:0; transform:translate(-50%,12px)} }
@keyframes floatCue { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,8px)} }

/* ---- Sublinhado animado no menu ---- */
.nav a { position: relative; }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -5px; height: 1.5px; width: 0;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav a:hover::after { width: 100%; }

/* ---- Brilho passando nos botões (exceto os de WhatsApp, que pulsam) ---- */
.btn:not(.btn-wpp) { overflow: hidden; }
.btn:not(.btn-wpp)::before {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; z-index: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease); pointer-events: none;
}
.btn:not(.btn-wpp):hover::before { left: 150%; }

/* ---- Cards: linha de destaque no topo + número reativo ---- */
.case-card { position: relative; overflow: hidden; }
.case-card::after {
  content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 0;
  background: var(--gold); transition: width .45s var(--ease);
}
.case-card:hover::after { width: 100%; }
.case-num { transition: color .3s var(--ease), transform .3s var(--ease); }
.case-card:hover .case-num { color: var(--gold); transform: translateX(3px); }

/* ---- Títulos de seção: sublinhado que "desenha" ao surgir ---- */
.section-head h2 { position: relative; display: inline-block; padding-bottom: 20px; }
.section-head h2::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  height: 2px; width: 64px; background: var(--gold); transition: width .8s var(--ease) .2s;
}
.section-head.reveal:not(.is-visible) h2::after { width: 0; }

/* ---- Pilares: número desce suavemente ao surgir ---- */
.pillars-grid .reveal .pillar-num { transition: transform .6s var(--ease) .15s, opacity .6s ease .15s; }
.pillars-grid .reveal:not(.is-visible) .pillar-num { opacity: 0; transform: translateY(-12px); }

/* ---- FAQ: abertura suave ---- */
.faq-item[open] .faq-body { animation: faqOpen .38s var(--ease); }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ---- Parallax do hero (a foto sobe mais devagar que o scroll) ---- */
/* foto empurrada um pouco p/ baixo: folga acima da cabeça (sob o header) + folga embaixo p/ o parallax */
.hero-media { top: 4%; height: 112%; bottom: auto; will-change: transform; }

/* ---- Indicador "role para descobrir" desativado (desktop e mobile) ---- */
.scroll-cue { display: none !important; }

/* ---- Respeita quem prefere menos movimento ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
