/* Daniele Lopes, Advogada — protótipo de prospecção (Ryan Schmidt).
   Direito de Família Internacional. Identidade da marca real, tirada das artes
   do Instagram: creme quente + marrom espresso + dourado, serifada clássica em
   caixa alta nos títulos e assinatura manuscrita. Travada no claro, sem media
   query de esquema escuro, de propósito: marca inequivocamente clara, o prospect
   vê exatamente o que foi aprovado no dispositivo dele. */

:root{
  --paper:       #FBF5EA;
  --bg:          #F4EDDF;
  --bg-deep:     #ECE1CC;
  --espresso:    #322A22;
  --espresso-ink:#241D16;
  --espresso-2:  #4A3C30;
  --gold:        #B0873F;
  --gold-deep:   #8B6A32;
  --gold-soft:   #C9A55E;
  --cream-dark:  #E6D8BF;   /* texto sobre o espresso */
  --ink:         #322A20;
  --muted:       #6C5B48;
  --line:        #E2D6BF;

  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --script:  "Parisienne", "Playfair Display", cursive;
  --body:    "Figtree", -apple-system, "Segoe UI", Roboto, sans-serif;

  --ease: cubic-bezier(.4, 0, .2, 1);
  --wrap: 1120px;
  --radius: 14px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3{ font-family: var(--display); font-weight: 600; line-height: 1.12; margin: 0; text-wrap: balance; }
h1{ font-size: clamp(2.3rem, 1.5rem + 3.6vw, 3.9rem); letter-spacing: -0.005em; }
h2{
  font-size: clamp(1.9rem, 1.4rem + 2.4vw, 3rem);
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.14;
}
h3{ font-size: 1.18rem; font-family: var(--body); font-weight: 600; letter-spacing: 0; line-height: 1.35; }
h1 em, h2 em{ font-style: italic; font-weight: 500; color: var(--gold-deep); text-transform: none; }
p{ margin: 0 0 1rem; text-wrap: pretty; }
a{ color: inherit; }
img{ max-width: 100%; display: block; }

.wrap{ width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.15rem, 0.6rem + 2.4vw, 2.5rem); }
.estreito{ max-width: 730px; }

.skip{
  position: absolute; left: -9999px; top: 0;
  background: var(--espresso-ink); color: #fff; padding: .6rem 1rem; border-radius: 0 0 8px 0; z-index: 200;
}
.skip:focus{ left: 0; }

/* ---------- barra de protótipo ---------- */
.demo-bar{
  background: var(--espresso-ink); color: var(--cream-dark);
  font-size: .76rem; line-height: 1.4; text-align: center;
  padding: 9px 1.5rem;
}
.demo-bar strong{ color: var(--gold-soft); font-weight: 600; }

/* ---------- assinatura / wordmark ---------- */
.wm{ display: flex; flex-direction: column; line-height: 1; }
.wm-name{
  font-family: var(--script); font-weight: 400;
  font-size: 1.6rem; color: var(--ink); letter-spacing: .01em;
}
.wm-sub{
  font-family: var(--body); font-size: .62rem; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase; color: var(--gold-deep);
  margin-top: .15rem; padding-left: .1rem;
}
.wm-dark .wm-name{ color: var(--paper); }
.wm-dark .wm-sub{ color: var(--gold-soft); }

/* ---------- botões ---------- */
.btn, .btn-ghost{
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--body); font-weight: 600; font-size: .98rem;
  padding: .95rem 1.7rem; border-radius: 999px; text-decoration: none;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background-color .18s var(--ease), color .18s var(--ease);
  border: 1px solid transparent; cursor: pointer;
}
.btn{ background: var(--espresso); color: var(--paper); box-shadow: 0 10px 24px -14px rgba(36,29,22,.55); }
.btn:hover{ background: var(--espresso-ink); transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(36,29,22,.6); }
.btn-sm{ padding: .6rem 1.15rem; font-size: .9rem; }
.btn-lg{ padding: 1.1rem 2.1rem; font-size: 1.05rem; }
.btn-ghost{ background: transparent; color: var(--espresso-ink); border-color: var(--gold); }
.btn-ghost:hover{ border-color: var(--espresso); background: var(--paper); transform: translateY(-2px); }

/* ---------- eyebrows ---------- */
.eyebrow, .secao-eyebrow{
  font-family: var(--body); font-weight: 600; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep);
  margin: 0 0 1rem;
}
.secao-eyebrow{ font-size: .74rem; margin-bottom: .8rem; }

/* ---------- nav ---------- */
.nav{
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: padding .22s var(--ease), background-color .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
  padding-block: .9rem;
}
.nav.is-scrolled{
  padding-block: .5rem;
  background: color-mix(in srgb, var(--bg) 96%, transparent);
  border-color: var(--line);
  box-shadow: 0 8px 24px -18px rgba(36,29,22,.45);
}
.nav-in{ display: flex; align-items: center; gap: 1.4rem; }
.nav-logo{ display: flex; align-items: center; text-decoration: none; color: inherit; }
.nav .wm-name{ font-size: 1.42rem; }
.nav-links{ display: flex; gap: 1.5rem; margin-left: auto; }
.nav-links a{ text-decoration: none; color: var(--muted); font-weight: 500; font-size: .95rem; transition: color .15s var(--ease); }
.nav-links a:hover{ color: var(--espresso-ink); }
.nav .btn-sm{ flex-shrink: 0; }

@media (max-width: 900px){
  .nav-links{ display: none; }
  /* sem os links, o botão precisa ser empurrado pra direita ele mesmo */
  .nav .btn-sm{ margin-left: auto; }
}
@media (max-width: 460px){
  .nav{ padding-block: .7rem; }
  .nav .wm-name{ font-size: 1.28rem; }
  .nav .btn-sm{ padding: .55rem 1rem; font-size: .84rem; }
}

/* ---------- hero ---------- */
.hero{ padding: clamp(3rem, 2rem + 6vw, 5.5rem) 0 clamp(2.5rem, 1.5rem + 5vw, 4rem); }
.hero-in{
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 1rem + 4vw, 4rem);
  align-items: center;
}
.hero-texto{ max-width: 40rem; }
.hero h1{ margin-bottom: 1.4rem; }
.hero .lead{ font-size: clamp(1.05rem, .98rem + .5vw, 1.2rem); color: var(--muted); max-width: 52ch; }
.hero-acoes{ display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.9rem 0 1.3rem; }
.hero-nota{ font-size: .9rem; color: var(--muted); margin: 0; }
/* card de resumo no lugar da foto */
.hero-card{
  background: var(--espresso-ink); color: var(--cream-dark);
  border: 1px solid rgba(230,216,191,.12);
  border-radius: 16px;
  padding: 1.9rem 1.9rem 1.7rem;
  box-shadow: 0 34px 64px -40px rgba(36,29,22,.55);
  max-width: 400px; margin-left: auto;
}
.hero-card__title{
  font-family: var(--body); font-size: .72rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft);
  margin: 0 0 1.1rem; padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(230,216,191,.14);
}
.hero-card__list{ margin: 0; display: grid; gap: 1.15rem; }
.hero-card__list div{ margin: 0; }
.hero-card__list dt{
  font-family: var(--body); font-size: .68rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: #AE9C81;
  margin-bottom: .35rem;
}
.hero-card__list dd{
  margin: 0; font-family: var(--display); font-weight: 500;
  font-size: 1.05rem; line-height: 1.36; color: var(--paper);
}
@media (max-width: 900px){
  .hero-in{ grid-template-columns: 1fr; gap: 2.2rem; }
  .hero-card{ order: 2; max-width: none; margin-inline: 0; }
}

/* ---------- faixa (como é o atendimento) ---------- */
.faixa{ background: var(--paper); box-shadow: inset 0 1px 0 var(--line), inset 0 -1px 0 var(--line); }
.faixa-in{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.faixa-item{ padding: 2rem clamp(1rem, .4rem + 1.6vw, 2rem); border-left: 1px solid var(--line); }
.faixa-item:first-child{ border-left: 0; padding-left: 0; }
.faixa-t{
  display: block; font-family: var(--display); font-weight: 600; font-size: 1.5rem;
  color: var(--espresso-ink); margin-bottom: .3rem; letter-spacing: .005em;
}
.faixa-d{ display: block; font-size: .92rem; line-height: 1.55; color: var(--muted); }
@media (max-width: 780px){
  .faixa-in{ grid-template-columns: 1fr; }
  .faixa-item{ border-left: 0; border-top: 1px solid var(--line); padding: 1.4rem 0; }
  .faixa-item:first-child{ border-top: 0; }
}

/* ---------- seções ---------- */
.secao{ padding: clamp(3.4rem, 2rem + 6vw, 5.8rem) 0; }
.secao.problema{ box-shadow: inset 0 1px 0 var(--line); }
.secao.homologacao{ background: var(--bg-deep); box-shadow: inset 0 1px 0 var(--line); }
.secao.areas{ box-shadow: inset 0 1px 0 var(--line); }
.secao.processo{ background: var(--espresso-ink); color: var(--cream-dark); }
.secao.sobre{ background: var(--paper); box-shadow: inset 0 1px 0 var(--line); }
.secao.duvidas{ background: var(--bg-deep); box-shadow: inset 0 1px 0 var(--line); }
.sec-cab{ max-width: 48ch; margin-bottom: 2.8rem; }
.sec-cab .lead{ color: var(--muted); margin-top: 1.1rem; }
.problema h2, .homo-texto h2, .sobre-texto h2{ margin-bottom: 1rem; }

/* problema */
.problema .grande{ font-size: 1.22rem; color: var(--ink); margin-bottom: 1.4rem; max-width: 54ch; }
.lista-seca{
  list-style: none; margin: 0 0 1.6rem; padding: 0;
  border-top: 1px solid var(--line);
}
.lista-seca li{
  padding: 1rem 0 1rem 1.7rem; border-bottom: 1px solid var(--line);
  color: var(--muted); font-size: 1rem; position: relative; max-width: 60ch;
}
.lista-seca li::before{
  content: ""; position: absolute; left: 0; top: 1.5rem;
  width: .5rem; height: .5rem; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 4px color-mix(in srgb, var(--gold) 18%, transparent);
}
.problema .destaque{
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.85rem); line-height: 1.34;
  color: var(--espresso-ink); margin: 2rem 0 0; max-width: 30ch;
}

/* homologação */
.homo-in{ display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: start; }
.homo-texto{ max-width: 44rem; }
.homo-texto p{ color: var(--muted); max-width: 62ch; }
.homo-cards{ display: grid; gap: 1rem; }
.mini-card{
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.5rem;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.mini-card:hover{ transform: translateY(-3px); box-shadow: 0 12px 26px -20px rgba(36,29,22,.4); }
.mini-card h3{ color: var(--espresso-ink); margin-bottom: .35rem; }
.mini-card p{ margin: 0; font-size: .93rem; color: var(--muted); }
@media (max-width: 880px){ .homo-in{ grid-template-columns: 1fr; gap: 2rem; } }

/* áreas */
.areas-grid{
  display: grid; grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(1.5rem, 0.5rem + 4vw, 4rem); row-gap: 0;
  border-top: 1px solid var(--line);
}
.area{ padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.area h3{ color: var(--espresso-ink); margin-bottom: .4rem; font-size: 1.24rem; font-family: var(--display); font-weight: 600; }
.area p{ margin: 0; font-size: .95rem; color: var(--muted); max-width: 44ch; }
.area-destaque{ grid-column: 1 / -1; border-top: 2px solid var(--gold); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 8%, transparent), transparent); padding-inline: 1.3rem; margin-inline: -1.3rem; }
.area-destaque h3{ font-size: 1.4rem; }
.area-destaque p{ max-width: 60ch; font-size: 1rem; }
@media (max-width: 720px){ .areas-grid{ grid-template-columns: 1fr; } }

/* processo (espresso) */
.processo .secao-eyebrow{ color: var(--gold-soft); }
.processo h2{ color: var(--paper); }
.processo h2 em{ color: var(--gold-soft); }
.processo .sec-cab .lead{ color: var(--cream-dark); }
.passos{ list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.passo{
  display: flex; gap: 1.4rem; align-items: flex-start;
  background: var(--paper); border-radius: var(--radius);
  padding: 1.7rem 1.8rem; color: var(--ink);
}
.passo-n{
  flex-shrink: 0; font-family: var(--display); font-weight: 600; font-size: 1.5rem;
  color: var(--paper); background: var(--gold-deep); width: 2.7rem; height: 2.7rem;
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
}
.passo h3{ margin-bottom: .35rem; color: var(--espresso-ink); }
.passo p{ margin: 0; color: var(--muted); }

/* sobre */
.sobre-in{ display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 1rem + 4vw, 3.5rem); align-items: center; }
.sobre-texto{ max-width: 46rem; }
.sobre-texto p{ color: var(--muted); max-width: 60ch; }
.sobre-link{ margin-top: 1.3rem; }
.sobre-link a{ color: var(--gold-deep); font-weight: 600; text-underline-offset: 3px; }
.sobre-quote{
  margin: 0; padding: 2.6rem 2.4rem 2.1rem;
  background: var(--bg-deep); border: 1px solid var(--line);
  border-radius: 14px; position: relative;
}
.sobre-quote::before{
  content: "\201C"; position: absolute; left: 1.4rem; top: .55rem;
  font-family: var(--display); font-weight: 600; font-size: 4rem; line-height: 1;
  color: var(--gold); opacity: .45;
}
.sobre-quote p{
  font-family: var(--display); font-weight: 500; font-size: clamp(1.45rem, 1.15rem + 1.35vw, 1.95rem);
  line-height: 1.36; color: var(--espresso-ink); margin: 0 0 1rem;
}
.sobre-quote em{ font-style: italic; color: var(--gold-deep); }
.sobre-quote cite{ font-family: var(--body); font-style: normal; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 880px){ .sobre-in{ grid-template-columns: 1fr; gap: 1.8rem; } }

/* FAQ */
.faq{ border-top: 1px solid var(--line); }
.faq__item{ border-bottom: 1px solid var(--line); }
.faq__toggle{
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-family: var(--display); font-weight: 600; font-size: 1.28rem; color: var(--ink);
  padding: 1.3rem 2.4rem 1.3rem 0; position: relative; line-height: 1.3;
}
.faq__toggle::after{
  content: ""; position: absolute; right: .3rem; top: 1.55rem; width: .85rem; height: .85rem;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B6A32' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  transition: transform .3s var(--ease);
}
.faq__item.is-open .faq__toggle::after{ transform: rotate(180deg); }
.faq__panel{ display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.faq__item.is-open .faq__panel{ grid-template-rows: 1fr; }
.faq__panel-inner{ overflow: hidden; }
.faq__panel-inner p{ margin: 0 0 1.3rem; color: var(--muted); max-width: 62ch; }

/* CTA final */
.fechamento{ padding-bottom: clamp(3.5rem, 2rem + 6vw, 6rem); }
.fecho-card{
  background: var(--espresso-ink); color: var(--cream-dark);
  border-radius: 16px; padding: clamp(2.5rem, 1.5rem + 4vw, 4.2rem);
  text-align: center; margin-bottom: 1rem;
}
.fecho-card h2{ color: var(--paper); }
.fecho-card h2 em{ color: var(--gold-soft); }
.fecho-card p{ color: var(--cream-dark); max-width: 52ch; margin: 1.1rem auto 2rem; }
.fecho-card .btn{ background: var(--gold); color: var(--espresso-ink); box-shadow: 0 14px 30px -14px rgba(0,0,0,.5); }
.fecho-card .btn:hover{ background: var(--gold-soft); }

/* ---------- rodapé ---------- */
.rodape{ background: var(--bg); border-top: 1px solid var(--line); padding: 3.2rem 0 2.6rem; }
.rod-in{ display: grid; gap: 2rem; }
.rod-marca .wm-name{ font-size: 1.5rem; color: var(--ink); }
.rod-cols{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.rod-lbl{ font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin: 0 0 .5rem; }
.rod-cols p{ margin: 0 0 .3rem; font-size: .92rem; color: var(--muted); line-height: 1.7; }
.rod-cols a{ color: var(--muted); text-decoration: none; }
.rod-cols a:hover{ color: var(--espresso-ink); }
.rod-hora{ font-size: .84rem; }
.rod-end{ font-size: .92rem; color: var(--muted); text-decoration: none; }
.rod-end:hover{ color: var(--espresso-ink); }
.rod-legal{ font-size: .74rem; line-height: 1.6; color: #756654; max-width: 68ch; margin: .5rem 0 0; padding-top: 1.25rem; border-top: 1px solid var(--line); }
@media (max-width: 620px){ .rod-cols{ grid-template-columns: 1fr; gap: 1.2rem; } }

/* ---------- WhatsApp flutuante ---------- */
.zap{
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--espresso); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(36,29,22,.5);
  transition: transform .2s var(--ease);
  animation: zap-pulse 2.6s var(--ease) infinite;
}
.zap svg{ width: 42px; height: 42px; fill: currentColor; }
.zap:hover{ transform: scale(1.06); }
@keyframes zap-pulse{
  0%{ box-shadow: 0 14px 30px -10px rgba(36,29,22,.5), 0 0 0 0 rgba(176,135,63,.5); }
  70%{ box-shadow: 0 14px 30px -10px rgba(36,29,22,.5), 0 0 0 16px rgba(176,135,63,0); }
  100%{ box-shadow: 0 14px 30px -10px rgba(36,29,22,.5), 0 0 0 0 rgba(176,135,63,0); }
}
@media (max-width: 600px){
  .zap{ width: 68px; height: 68px; right: 16px; bottom: 16px; }
  .zap svg{ width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce){
  .zap{ animation: none; }
}
