/* ============================================================
   Martins & Neves Advogados
   Direção: "Papel timbrado & painel iluminado"
   Papel frio + painel navy com monograma em bronze retroiluminado
   ============================================================ */

:root {
  /* Marca */
  --navy: #0E2538;         /* azul oficial (CorLogoAzul) */
  --navy-deep: #091A28;    /* profundidade dos painéis */
  --navy-soft: #16354d;
  --bronze: #9C8469;       /* bronze oficial (CorLogoAmarelo) */
  --bronze-light: #D3B298; /* bronze-luz oficial */
  --paper: #F7F5F2;        /* papel, frio e neutro */
  --paper-deep: #EFEBE5;   /* papel em segundo plano */
  --line: #E2DCD3;         /* linha sobre papel */
  --line-dark: rgba(211,178,152,.16); /* linha sobre painel */

  --ink: #1C2B36;
  --text: #3D4C57;
  --text-soft: #6A7885;
  --white: #ffffff;
  --wa: #12833F;      /* verde escurecido: contraste 4.8:1 com o texto branco */

  --radius: 0;             /* papel timbrado: sem cantos */
  --radius-lg: 10px;       /* elementos físicos: imagens, painéis */
  --shadow: 0 18px 50px -28px rgba(9, 26, 40, .45);
  --shadow-soft: 0 6px 22px -14px rgba(9, 26, 40, .30);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-label: "Cinzel", Georgia, serif;   /* capitulares, ecoa o logotipo */
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;

  /* Movimento: rápido nas respostas de interface, calmo nas entradas editoriais */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --motion-press: 160ms;
  --motion-ui: 220ms;
  --motion-section: 620ms;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
html, body { overflow-x: clip; }
a, button, summary { touch-action: manipulation; -webkit-tap-highlight-color: rgba(156,132,105,.18); }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.68;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

/* grão de papel: materialidade sem ruído visual */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }

img, video, iframe, svg, embed { max-width: 100%; height: auto; }
img, video { display: block; }
a { color: var(--navy); text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--bronze-light); color: var(--navy-deep); }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
.skip-link {
  position: fixed; left: 1rem; top: 1rem; z-index: 200;
  padding: .7rem 1rem; background: #fff; color: var(--navy-deep);
  border-radius: var(--radius); box-shadow: var(--shadow);
  transform: translateY(-180%); transition: transform 180ms var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(1140px, 92%); margin-inline: auto; }
.hero-grid > *, .split > *, .cards > *, .quotes > *, .steps > *,
.contact-grid > *, .footer-grid > *, .stats-grid > * { min-width: 0; }
/* links longos (e-mail etc.) quebram em vez de vazar */
.footer a, .contact-card a, .contact-card p, .faq-body a, .cred a { overflow-wrap: anywhere; }


/* ---------- Tipografia ---------- */
h1, h2, h3 {
  font-family: var(--font-display); color: var(--ink);
  font-weight: 600; line-height: 1.14; letter-spacing: -.005em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.3rem; line-height: 1.28; }
h1 em, h2 em { font-style: italic; color: var(--bronze); }

.eyebrow {
  display: inline-block; font-family: var(--font-label);
  font-size: .68rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  color: var(--bronze); margin-bottom: 1.1rem;
}
.section-head { max-width: 700px; margin-bottom: clamp(2rem, 4.5vw, 3rem); }
.section-head p { color: var(--text-soft); margin-top: .9rem; font-size: 1.06rem; }
.center { text-align: center; margin-inline: auto; }

/* ---------- Ritmo de seções: papel e painel ---------- */
.section { padding: clamp(3.2rem, 6.5vw, 5.2rem) 0; position: relative; }
.section--paper { background: var(--paper); }
.section--paper-deep { background: var(--paper-deep); }
.section--panel {
  background: var(--navy); color: rgba(255,255,255,.82);
  position: relative; overflow: hidden;
}
.section--panel h2, .section--panel h3 { color: #fff; }
.section--panel h2 em { color: var(--bronze-light); }
.section--panel .section-head p { color: rgba(255,255,255,.68); }
.section--panel .eyebrow { color: var(--bronze-light); }
.section--panel a:not(.btn) { color: var(--bronze-light); }

/* marca d'água: o painel do escritório */
.section--panel::before {
  content: ""; position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
  width: 420px; height: 420px; pointer-events: none;
  background: url("/images/monograma.webp") center/contain no-repeat;
  opacity: .05;
}
/* halo do LED, acende quando a seção entra na tela */
.section--panel::after {
  content: ""; position: absolute; right: 40px; top: 50%;
  width: 340px; height: 340px; transform: translateY(-50%) scale(.85);
  pointer-events: none; border-radius: 50%;
  background: radial-gradient(circle, rgba(211,178,152,.16) 0%, transparent 68%);
  opacity: 0; transition: opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out);
}
.section--panel.lit::after { opacity: 1; transform: translateY(-50%) scale(1); }

/* ---------- Selo divisor: assinatura da marca ---------- */
.seal {
  display: flex; align-items: center; justify-content: center; gap: 1.2rem;
  padding: clamp(1.8rem, 4vw, 2.8rem) 0;
}
.seal::before, .seal::after {
  content: ""; height: 1px; width: clamp(48px, 14vw, 180px);
  background: linear-gradient(90deg, transparent, var(--bronze));
}
.seal::after { background: linear-gradient(90deg, var(--bronze), transparent); }
.seal img { width: 34px; height: auto; opacity: .85; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .92rem 1.7rem; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 600; font-size: .97rem;
  letter-spacing: .01em; cursor: pointer; border: 1px solid transparent;
  transition:
    transform var(--motion-press) var(--ease-out),
    background-color var(--motion-ui) var(--ease-out),
    color var(--motion-ui) var(--ease-out),
    border-color var(--motion-ui) var(--ease-out),
    box-shadow var(--motion-ui) var(--ease-out);
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #0E6B33; color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(14,37,56,.28); }
.btn-ghost:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.section--panel .btn-ghost { color: var(--bronze-light); border-color: rgba(211,178,152,.45); }
.section--panel .btn-ghost:hover { background: var(--bronze-light); color: var(--navy-deep); }
.btn-bronze { background: var(--bronze); color: #fff; }
.btn-bronze:hover { background: #8a745b; color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--bronze-light); color: var(--navy-deep); }
.btn-lg { padding: 1.05rem 1.9rem; font-size: 1.01rem; }

/* ---------- Cabeçalho ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy-deep);
  border-bottom: 1px solid var(--line-dark);
  transition: box-shadow 250ms var(--ease-out);
}
.header::before {  /* fio bronze: borda de papel timbrado */
  content: ""; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: linear-gradient(90deg, var(--bronze) 0%, var(--bronze-light) 50%, var(--bronze) 100%);
}
.header.scrolled { box-shadow: 0 6px 24px -14px rgba(0,0,0,.6); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; }
.logo img { height: 66px; width: auto; }
.logo-text { display: none; }

.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav a:not(.btn) {
  position: relative; font-size: .93rem; font-weight: 500;
  color: rgba(255,255,255,.82); padding: .2rem 0;
}
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 100%;
  background: var(--bronze-light);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 250ms var(--ease-out);
}
.nav a:not(.btn):hover::after, .nav a:not(.btn).active::after { transform: scaleX(1); }
.nav a:not(.btn):hover, .nav a:not(.btn).active { color: #fff; }
.nav .btn { padding: .6rem 1.2rem; font-size: .9rem; }
.nav .btn::after { display: none; }
.nav-toggle { display: none; width: 44px; height: 44px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: transform 250ms var(--ease-out), opacity 180ms var(--ease-out); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { background: var(--paper); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 4.5vw, 3.5rem);
  align-items: center; padding: clamp(2.6rem, 5.5vw, 4.4rem) 0;
}
.hero p.lead { font-size: 1.14rem; color: var(--text-soft); margin: 1.3rem 0 2rem; max-width: 540px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.5rem; }
.hero-note { display: flex; align-items: center; gap: .55rem; font-size: .89rem; color: var(--text-soft); }
.hero-note svg { width: 17px; height: 17px; color: var(--bronze); flex: none; }

.hero-media { position: relative; }
.hero-media img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-media::after {  /* cantoneira bronze: detalhe de dossiê */
  content: ""; position: absolute; right: -10px; bottom: -10px; width: 84px; height: 84px;
  border-right: 2px solid var(--bronze); border-bottom: 2px solid var(--bronze);
  border-radius: 0 0 var(--radius-lg) 0; pointer-events: none;
}
.hero-badge {
  position: absolute; left: -16px; bottom: 26px;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  border-left: 3px solid var(--bronze);
  padding: .85rem 1.15rem; display: flex; gap: .8rem; align-items: center; max-width: 300px;
}
.hero-badge .ic {
  width: 38px; height: 38px; border-radius: 50%; background: var(--paper-deep);
  display: grid; place-items: center; color: var(--bronze); flex: none;
}
.hero-badge .ic svg { width: 21px; height: 21px; }
.hero-badge strong { display: block; font-size: .9rem; color: var(--ink); line-height: 1.3; }
.hero-badge span { font-size: .78rem; color: var(--text-soft); }

/* ---------- Faixa de números ---------- */
.stats { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.stats::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--bronze), transparent);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding: 2.4rem 0; }
.stat { text-align: center; padding: .3rem 1rem; }
.stat strong {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.9rem, 3.2vw, 2.5rem); color: var(--bronze-light); line-height: 1.1;
}
.stat span { font-size: .85rem; opacity: .72; display: block; margin-top: .35rem; }
.stat + .stat { border-left: 1px solid var(--line-dark); }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.5rem; position: relative;
  transition: border-color var(--motion-ui) var(--ease-out), transform var(--motion-ui) var(--ease-out), box-shadow var(--motion-ui) var(--ease-out);
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 100%;
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 350ms var(--ease-out);
}
.card:hover { border-color: var(--bronze-light); }
.card:hover::before { transform: scaleX(1); }
.card .ic {
  width: 44px; height: 44px; border-radius: 50%; margin-bottom: 1.1rem;
  background: rgba(14,37,56,.05); color: var(--bronze); display: grid; place-items: center;
}
.card .ic svg { width: 22px; height: 22px; }
.card h3 { margin-bottom: .5rem; }
.card p { font-size: .94rem; color: var(--text-soft); }
.card .tag {
  display: inline-block; margin-top: .9rem; font-family: var(--font-label);
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600;
  color: var(--bronze); border: 1px solid var(--line); border-radius: 2px; padding: .3rem .7rem;
}
.section--panel .card {
  background: rgba(255,255,255,.04); border-color: var(--line-dark);
}
.section--panel .card p { color: rgba(255,255,255,.68); }
.section--panel .card .ic { background: rgba(211,178,152,.10); color: var(--bronze-light); }
.section--panel .card .tag { color: var(--bronze-light); border-color: var(--line-dark); }
.section--panel .card:hover { border-color: rgba(211,178,152,.4); }

/* ---------- Jornada do atendimento ---------- */
.journey-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(211,178,152,.12), transparent 31rem),
    var(--paper);
}
.journey-section .section-head { max-width: 790px; }
.journey-section .section-head h2 { text-wrap: balance; }
.journey-section .section-head p { max-width: 680px; margin-inline: auto; text-wrap: pretty; }
.service-journey {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
  margin-top: 4.4rem;
}
.service-journey::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bronze-light) 8%, var(--bronze-light) 92%, transparent);
}
.journey-step {
  min-width: 0;
  min-height: 238px;
  position: relative;
  z-index: 1;
  padding: 3.5rem 1.35rem 1.55rem;
  background: rgba(255,255,255,.84);
  border: 1px solid var(--line);
  border-top: 3px solid var(--bronze-light);
  box-shadow: var(--shadow-soft);
}
.journey-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: var(--navy);
  color: var(--bronze-light);
  font-family: var(--font-label);
  font-size: .7rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
  box-shadow: 0 8px 20px -10px rgba(9,26,40,.65);
}
.journey-content h3 {
  margin-bottom: .65rem;
  font-size: clamp(1.18rem, 1.7vw, 1.38rem);
  text-wrap: balance;
}
.journey-content p { color: var(--text-soft); font-size: .92rem; line-height: 1.65; text-wrap: pretty; }
.journey-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.4rem;
  padding: 1.55rem 1.7rem;
  background: var(--navy);
  color: rgba(255,255,255,.75);
  border-left: 4px solid var(--bronze-light);
  box-shadow: var(--shadow);
}
.journey-cta-copy { min-width: 0; }
.journey-cta .eyebrow { margin-bottom: .28rem; color: var(--bronze-light); }
.journey-cta strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.25;
  text-wrap: balance;
}
.journey-cta p { margin-top: .22rem; font-size: .9rem; }
.journey-cta .btn { flex: none; min-width: 250px; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4.5vw, 4rem); align-items: center; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }
.split .checklist { margin-top: 1.3rem; }

.checklist li { display: flex; gap: .8rem; align-items: flex-start; padding: .5rem 0; font-size: 1rem; }
.checklist li svg { width: 20px; height: 20px; color: var(--bronze); flex: none; margin-top: .25rem; }
.checklist li strong { color: var(--ink); }
.section--panel .checklist li strong { color: #fff; }

/* ---------- Banner de destaque ---------- */
.feature-banner {
  background: var(--navy); border-radius: var(--radius-lg); color: #fff; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; box-shadow: var(--shadow);
  border-top: 2px solid var(--bronze);
}
.feature-banner-text { padding: clamp(2rem, 4.5vw, 3.2rem); }
.feature-banner h2 { color: #fff; margin-bottom: 1rem; }
.feature-banner h2 em { color: var(--bronze-light); }
.feature-banner .eyebrow { color: var(--bronze-light); }
.feature-banner p { opacity: .82; margin-bottom: 1.7rem; max-width: 480px; }
.feature-banner-media { position: relative; min-height: 260px; }
.feature-banner-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-banner-media::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, var(--navy) 0%, transparent 42%);
}

/* ---------- Passos ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem 1.6rem; }
.step::before {
  counter-increment: step; content: counter(step);
  font-family: var(--font-display); font-size: 2.9rem; font-weight: 600;
  color: var(--bronze); display: block; line-height: 1; margin-bottom: .5rem;
}
.step h3 { margin-bottom: .4rem; }
.step p { font-size: .94rem; color: var(--text-soft); }
.section--panel .step { background: rgba(255,255,255,.04); border-color: var(--line-dark); }
.section--panel .step p { color: rgba(255,255,255,.68); }
.section--panel .step::before { color: var(--bronze-light); }

/* ---------- Nota destacada ---------- */
.note-box {
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--bronze);
  border-radius: var(--radius); padding: 1.4rem 1.7rem; margin-top: 2rem;
}
.note-box strong { color: var(--ink); font-family: var(--font-display); font-size: 1.15rem; }
.note-box p { font-size: .96rem; margin-top: .3rem; }
.section--panel .note-box { background: rgba(255,255,255,.05); border-color: var(--line-dark); border-left-color: var(--bronze-light); }
.section--panel .note-box strong { color: #fff; }
.section--panel .note-box p { color: rgba(255,255,255,.72); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: .7rem; }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: 1.1rem 1.4rem; font-weight: 600; color: var(--ink); font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 9px; height: 9px; margin-right: 4px;
  border-right: 1.5px solid var(--bronze); border-bottom: 1.5px solid var(--bronze);
  transform: rotate(45deg) translate(-2px,-2px); transition: transform 250ms var(--ease-out);
}
.faq details[open] summary::after { transform: rotate(225deg) translate(-2px,-2px); }
.faq details[open] { border-color: var(--bronze-light); }
.faq .faq-body { padding: 0 1.4rem 1.25rem; color: var(--text-soft); font-size: .97rem; }
.faq .faq-body a { color: var(--navy); font-weight: 600; text-decoration: underline; }

/* ---------- Depoimentos ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; align-items: start; }
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .8rem;
  position: relative;
}
.quote::before {  /* aspa tipográfica */
  content: "”"; position: absolute; right: 1rem; top: .1rem;
  font-family: var(--font-display); font-size: 3.6rem; line-height: 1;
  color: var(--bronze); opacity: .18;
}
.quote .who { display: flex; align-items: center; gap: .75rem; }
.quote .who img.avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.quote .who .g { margin-left: auto; width: 22px; height: 22px; }
.quote .who strong { display: block; font-size: .93rem; color: var(--ink); line-height: 1.2; }
.quote .who span { font-size: .76rem; color: var(--text-soft); }
.quote .stars { color: var(--bronze); letter-spacing: .18em; font-size: .9rem; }
.quote p { font-size: .95rem; color: var(--text); }

/* ---------- CTA final ---------- */
.cta-final { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.cta-final::before {
  content: ""; position: absolute; left: -80px; bottom: -80px; width: 380px; height: 380px;
  background: url("/images/monograma.webp") center/contain no-repeat; opacity: .05; pointer-events: none;
}
.cta-final h2 { color: #fff; }
.cta-final h2 em { color: var(--bronze-light); }
.cta-final .eyebrow { color: var(--bronze-light); }
.cta-final p { opacity: .82; margin: 1rem 0 1.8rem; max-width: 520px; }
.cta-final img { border-radius: var(--radius-lg); }
.cta-final .small { font-size: .83rem; opacity: .62; margin-top: 1rem; }

/* ---------- Contato ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-top: 2px solid var(--bronze);
  border-radius: var(--radius); padding: 1.8rem 1.5rem; text-align: center;
}
.contact-card .ic {
  width: 44px; height: 44px; border-radius: 50%; background: var(--paper-deep); color: var(--navy);
  display: grid; place-items: center; margin: 0 auto .9rem;
}
.contact-card .ic svg { width: 21px; height: 21px; }
.contact-card h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.contact-card p, .contact-card a { font-size: .93rem; color: var(--text-soft); }
.contact-card a:hover { color: var(--navy); }

/* ---------- Rodapé ---------- */
.footer { background: var(--navy-deep); color: rgba(255,255,255,.74); font-size: .92rem; position: relative; }
.footer::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: linear-gradient(90deg, var(--bronze) 0%, var(--bronze-light) 50%, var(--bronze) 100%);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding: clamp(2.6rem, 5.5vw, 3.8rem) 0 2rem; }
.footer h4 {
  color: #fff; font-family: var(--font-label); font-weight: 600;
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; margin-bottom: 1.1rem;
}
.footer a { color: rgba(255,255,255,.74); }
.footer a:hover { color: var(--bronze-light); }
.footer li { margin-bottom: .55rem; }
.footer .logo img { height: 78px; }
.footer p.about { margin-top: 1rem; max-width: 320px; opacity: .72; }
.footer-bottom {
  border-top: 1px solid var(--line-dark); padding: 1.4rem 0;
  font-size: .79rem; opacity: .6; text-align: center; line-height: 1.7;
}

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 52px; height: 52px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 8px 24px -8px rgba(9,26,40,.5);
  transition: background .2s ease;
}
.wa-float:hover { background: #0E6B33; color: #fff; }
.wa-float svg { width: 27px; height: 27px; }
.wa-float .pulse { display: none; }

/* ---------- Revelação ao rolar ---------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 550ms var(--ease-out), transform 550ms var(--ease-out);
}
.reveal.in { opacity: 1; transform: none; }
.cards .reveal.in:nth-child(2), .quotes .reveal.in:nth-child(2), .steps .reveal.in:nth-child(2) { transition-delay: .08s; }
.cards .reveal.in:nth-child(3), .quotes .reveal.in:nth-child(3), .steps .reveal.in:nth-child(3) { transition-delay: .16s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .section--panel::after { transition: none; }
}

/* ---------- Alinhamento editorial ---------- */
main :where(
  p.lead,
  .section-head p,
  .feature-banner p,
  .card p,
  .step p,
  .split > :not(.split-media) > p,
  .prose > p,
  .prose li,
  .checklist li span,
  .resumo p,
  .resumo li,
  .service-intro-copy > p,
  .service-benefit p,
  .journey-content p,
  .journey-cta p,
  .note-box p,
  .faq-body,
  .quote p,
  .quiz-resultado p,
  .cta-final p:not(.small)
),
.footer p.about {
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
  overflow-wrap: anywhere;
}

/* ---------- Miolo editorial (guia) ---------- */
section[id] { scroll-margin-top: 92px; }
.prose { max-width: 860px; margin-inline: auto; }
.prose > p { margin-top: .9rem; }
.prose ol { margin: 1rem 0 0 1.3rem; }
.prose ol li { padding: .3rem 0; }
.prose ol li::marker { color: var(--bronze); font-weight: 700; }
.prose h3 { margin-top: 1.9rem; }

.breadcrumb { font-size: .82rem; color: var(--text-soft); padding-top: 1.3rem; }
.breadcrumb a { color: var(--text-soft); text-decoration: underline; }

/* Tabelas */
.tbl-wrap { overflow-x: auto; margin: 1.6rem 0 0; border: 1px solid var(--line); border-radius: var(--radius); }
table.tbl { width: 100%; border-collapse: collapse; font-size: .93rem; background: #fff; min-width: 560px; }
.tbl th {
  background: var(--navy); color: #fff; text-align: left; padding: .85rem 1.1rem;
  font-family: var(--font-label); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; white-space: nowrap;
}
.tbl td { padding: .8rem 1.1rem; border-top: 1px solid var(--line); vertical-align: top; color: var(--text); }
.tbl tr:nth-child(even) td { background: var(--paper); }
.tbl td strong { color: var(--ink); }

/* Resumo + índice */
.resumo { background: #fff; border: 1px solid var(--line); border-top: 2px solid var(--bronze); border-radius: var(--radius); padding: 1.8rem 2rem; }
.resumo h2 { font-size: 1.4rem; }
.resumo ul { margin-top: .8rem; }
.resumo li { padding: .3rem 0 .3rem 1.4rem; position: relative; }
.resumo li::before { content: ""; position: absolute; left: 0; top: .95rem; width: 6px; height: 6px; background: var(--bronze); }

/* Apresentação do serviço de salário-maternidade */
.service-intro-section {
  padding-top: clamp(2.4rem, 5vw, 4.2rem);
  padding-bottom: clamp(2.4rem, 5vw, 4.2rem);
  background: linear-gradient(180deg, #f7f4ef 0%, #fff 100%);
}
.service-intro {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(211,178,152,.13), transparent 34%),
    linear-gradient(135deg, var(--navy-deep), var(--navy) 72%);
  border: 1px solid rgba(211,178,152,.38);
  border-top: 3px solid var(--bronze);
  box-shadow: 0 24px 60px rgba(8,24,37,.16);
}
.service-intro::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -170px;
  top: -170px;
  border: 1px solid rgba(211,178,152,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(211,178,152,.025), 0 0 0 88px rgba(211,178,152,.018);
  pointer-events: none;
}
.service-intro-copy,
.service-benefits,
.service-intro-cta { position: relative; z-index: 1; min-width: 0; }
.service-intro .eyebrow { color: var(--bronze-light); }
.service-intro h2 {
  max-width: 620px;
  margin-top: 1rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.02;
}
.service-intro h2 em { color: var(--bronze-light); }
.service-intro-copy > p {
  max-width: 600px;
  margin-top: 1.25rem;
  color: rgba(255,255,255,.76);
  font-size: 1.04rem;
  line-height: 1.75;
  text-wrap: pretty;
}
.service-intro-trust {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.4rem;
  padding: .75rem .9rem;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(211,178,152,.2);
  font-size: .88rem;
  line-height: 1.45;
}
.service-intro-trust svg { width: 20px; height: 20px; color: var(--bronze-light); flex: none; }
.service-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  align-self: center;
  align-content: center;
}
.service-benefit {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: .9rem;
  row-gap: .8rem;
  align-content: start;
  min-width: 0;
  padding: 1.2rem;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(211,178,152,.18);
  transition:
    transform var(--motion-ui) var(--ease-out),
    background-color var(--motion-ui) var(--ease-out),
    border-color var(--motion-ui) var(--ease-out),
    box-shadow var(--motion-ui) var(--ease-out);
}
.service-benefit:hover {
  background: rgba(255,255,255,.095);
  border-color: rgba(211,178,152,.42);
}
.service-benefit > div { display: contents; }
.service-benefit-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: none;
  color: var(--navy-deep);
  background: var(--bronze-light);
  border-radius: 50%;
  transition: transform var(--motion-ui) var(--ease-out), background-color var(--motion-ui) var(--ease-out);
}
.service-benefit-icon svg { width: 18px; height: 18px; }
.service-benefit h3 {
  align-self: center;
  color: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.28;
}
.service-benefit p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1.62;
}
.service-intro-cta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: -.4rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(211,178,152,.2);
}
.service-intro-cta > div { display: grid; gap: .25rem; }
.service-intro-cta strong { color: #fff; font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.service-intro-cta span { color: rgba(255,255,255,.64); font-size: .9rem; }
.service-intro-cta .btn { flex: none; }
@media (max-width: 960px) {
  .service-intro { grid-template-columns: 1fr; }
  .service-intro-copy { max-width: 720px; }
}
@media (max-width: 640px) {
  .service-intro-section { padding-block: 1.7rem; }
  .service-intro { gap: 1.7rem; padding: 1.65rem 1.15rem; }
  .service-intro::after { display: none; }
  .service-intro h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .service-intro-copy > p { font-size: .98rem; line-height: 1.65; }
  .service-intro-trust { width: 100%; align-items: flex-start; }
  .service-benefits { grid-template-columns: 1fr; gap: .65rem; }
  .service-benefit { padding: 1rem; }
  .service-intro-cta { align-items: stretch; flex-direction: column; gap: 1rem; padding-top: 1.25rem; }
  .service-intro-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .service-benefit { transition: none; }
  .service-benefit-icon { transition: none; }
}
.toc { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.3rem; }
.toc a {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: .4rem 1rem; font-size: .83rem; font-weight: 600; color: var(--navy);
}
.toc a:hover { border-color: var(--bronze); color: var(--bronze); }

/* Caixa de valor */
.valor-box {
  background: var(--navy); color: #fff; border-radius: var(--radius-lg); border-top: 2px solid var(--bronze);
  padding: 2.4rem 2rem; text-align: center; margin: 2.6rem auto 0; max-width: 860px;
  position: relative; overflow: hidden;
}
.valor-box::before {
  content: ""; position: absolute; right: -50px; top: -50px; width: 260px; height: 260px;
  background: url("/images/monograma.webp") center/contain no-repeat; opacity: .06;
}
.valor-box .num {
  font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 4rem);
  color: var(--bronze-light); display: block; line-height: 1; font-weight: 600;
}
.valor-box p { opacity: .84; max-width: 560px; margin: .8rem auto 1.6rem; }

/* ---------- Landing de anúncio ---------- */
.lp-header { padding: 1rem 0; background: var(--navy-deep); position: relative; }
.lp-header::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 2px;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-light), var(--bronze));
}
.lp-header .container { display: flex; justify-content: center; }
.lp-header .logo img { height: 62px; width: auto; }
.lp-hero { padding: 1rem 0 3rem; }
.lp-badge {
  display: inline-block; font-family: var(--font-label);
  font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 600;
  color: var(--bronze); border: 1px solid var(--line); background: #fff;
  border-radius: 2px; padding: .42rem 1rem; margin-bottom: 1.2rem;
}
.lp-hero h1 { font-size: clamp(2rem, 5vw, 3.1rem); }
.lp-hero .valor { color: var(--bronze); font-family: var(--font-display); font-weight: 600; font-size: 1.2em; }
.lp-secure { font-size: .84rem; color: var(--text-soft); margin-top: .8rem; }
.lp-list { margin: 1.3rem 0; }

/* ---------- Assinatura dos sócios sob a foto ---------- */
.hero-media picture img { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.founders-caption {
  background: var(--navy); color: #fff; border-top: 2px solid var(--bronze);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  display: grid; grid-template-columns: 1fr 1fr; text-align: center;
  padding: 1.3rem 1rem;
}
.founders-caption .fc-pessoa { padding: 0 .8rem; }
.founders-caption .fc-pessoa + .fc-pessoa { border-left: 1px solid var(--line-dark); }
.founders-caption .fc-nome {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: 1.12rem; line-height: 1.22;
}
.founders-caption .fc-cargo {
  display: block; font-family: var(--font-label); font-size: .58rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--bronze-light);
  margin-top: .35rem;
}

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
  .service-journey {
    grid-template-columns: 1fr;
    gap: .85rem;
    margin-top: 2rem;
  }
  .service-journey::before {
    top: 25px;
    bottom: 25px;
    left: 25px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, var(--bronze-light) 8%, var(--bronze-light) 92%, transparent);
  }
  .journey-step {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    min-height: 0;
    padding: 1.25rem 1.2rem;
    border-top: 1px solid var(--line);
    border-left: 3px solid var(--bronze-light);
  }
  .journey-number {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 50px;
    height: 50px;
    border-width: 4px;
  }
  .journey-content { padding-top: .18rem; }
  .journey-cta { align-items: flex-start; flex-direction: column; gap: 1.15rem; }
}

@media (max-width: 960px) {
  .hero-grid, .split, .feature-banner { grid-template-columns: 1fr; }
  .feature-banner-media { min-height: 220px; order: -1; }
  .feature-banner-media::before { background: linear-gradient(0deg, var(--navy) 0%, transparent 55%); top: auto; height: 60%; bottom: 0; }
  .cards, .steps, .quotes, .contact-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .stat + .stat { border-left: none; }
  .stat:nth-child(2n) { border-left: 1px solid var(--line-dark); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-badge { left: 10px; }
  .section--panel::before { right: -140px; opacity: .04; }
  .section--panel::after { right: -110px; }
}

/* O menu compacto entra antes que os links comecem a quebrar em tablets. */
@media (max-width: 820px) {
  .header-inner { height: 64px; }
  .logo img { height: 54px; }
  .nav {
    position: fixed;
    inset: 64px 0 auto 0;
    background: var(--navy-deep);
    flex-direction: column;
    padding: 1.4rem max(5%, env(safe-area-inset-left)) 1.4rem max(5%, env(safe-area-inset-right));
    gap: 1rem;
    align-items: flex-start;
    border-bottom: 1px solid var(--line-dark);
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateY(-130%);
    transition: transform 300ms var(--ease-drawer);
  }
  .nav.open { transform: none; }
  .nav-toggle { display: block; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .cards, .steps, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .header-inner { height: 64px; }
  .logo img { height: 54px; }
  .footer .logo img { height: 64px; }
  .lp-header .logo img { height: 46px; }
  .nav {
    position: fixed; inset: 64px 0 auto 0; background: var(--navy-deep); flex-direction: column;
    padding: 1.4rem max(5%, env(safe-area-inset-left)) 1.4rem max(5%, env(safe-area-inset-right)); gap: 1rem; align-items: flex-start;
    border-bottom: 1px solid var(--line-dark);
    max-height: calc(100dvh - 64px); overflow-y: auto; overscroll-behavior: contain;
    transform: translateY(-130%); transition: transform 300ms var(--ease-drawer);
  }
  .nav.open { transform: none; }
  .nav-toggle { display: block; }
  .hero-ctas .btn { width: 100%; }
  .hero-media::after { display: none; }
  .hero-badge { position: static; margin-top: .8rem; max-width: none; }
  .card, .step, .quote { padding: 1.3rem 1.2rem; }
  .valor-box { padding: 1.8rem 1.2rem; }
  .resumo { padding: 1.4rem 1.2rem; }
  .section-head { margin-bottom: 1.6rem; }
  .journey-section .section-head { margin-bottom: 1.6rem; }
  .journey-step { padding: 1.15rem 1rem; }
  .journey-cta { padding: 1.35rem 1.15rem; }
  .journey-cta .btn { width: 100%; min-width: 0; }
  .stat strong { font-size: 1.55rem; }
  .section--panel::before, .section--panel::after { display: none; }
  .rv-left, .rv-right { transform: translateY(14px); }
  /* avaliações deslizam no celular */
  .quotes {
    display: flex; grid-template-columns: none; gap: .9rem;
    overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding-bottom: .8rem;
    -webkit-overflow-scrolling: touch;
  }
  .quotes .quote { min-width: 84%; scroll-snap-align: center; }
  /* sócios empilhados no celular */
  .founders-caption { grid-template-columns: 1fr; padding: 1.3rem 1rem; }
  .founders-caption .fc-pessoa { padding: .85rem 0; }
  .founders-caption .fc-pessoa + .fc-pessoa {
    border-left: none; border-top: 1px solid var(--line-dark);
  }
  .founders-caption .fc-nome { font-size: 1.28rem; }
}

/* ============================================================
   VIDA: entrada da página, animações de rolagem, verificador
   ============================================================ */

/* ---------- Sequência de entrada do hero ---------- */
.hero .eyebrow, .hero h1, .hero p.lead, .hero-ctas, .hero-note {
  animation: sobe 700ms var(--ease-out) both;
}
.hero h1 { animation-delay: .06s; }
.hero p.lead { animation-delay: .14s; }
.hero-ctas { animation-delay: .22s; }
.hero-note { animation-delay: .3s; }
.hero-media { animation: cortina 900ms var(--ease-in-out) 120ms both; }
@keyframes sobe { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes cortina {
  from { opacity: 0; clip-path: inset(0 0 100% 0); }
  to   { opacity: 1; clip-path: inset(0 0 0 0); }
}

/* ---------- Revelações direcionais ---------- */
.rv {
  opacity: 0;
  transition:
    opacity var(--motion-section) var(--ease-out),
    transform var(--motion-section) var(--ease-out);
  transition-delay: var(--rv-delay, 0ms);
  will-change: opacity, transform;
}
.rv-up    { transform: translateY(22px); }
.rv-left  { transform: translateX(-26px); }
.rv-right { transform: translateX(26px); }
.rv-zoom  { transform: scale(.94); }
.rv.in { opacity: 1; transform: none; will-change: auto; }

/* escalonamento automático dentro de grades */
.cards .rv:nth-child(2), .steps .rv:nth-child(2), .quotes .rv:nth-child(2), .contact-grid .rv:nth-child(2),
.service-benefits .rv:nth-child(2), .stats-grid .rv:nth-child(2), .service-journey .rv:nth-child(2), .faq .rv:nth-child(2), .footer-grid .rv:nth-child(2) { --rv-delay: 60ms; }
.cards .rv:nth-child(3), .steps .rv:nth-child(3), .quotes .rv:nth-child(3), .contact-grid .rv:nth-child(3),
.service-benefits .rv:nth-child(3), .stats-grid .rv:nth-child(3), .service-journey .rv:nth-child(3), .faq .rv:nth-child(3), .footer-grid .rv:nth-child(3) { --rv-delay: 120ms; }
.cards .rv:nth-child(4), .quotes .rv:nth-child(4), .service-benefits .rv:nth-child(4),
.stats-grid .rv:nth-child(4), .service-journey .rv:nth-child(4), .faq .rv:nth-child(4), .footer-grid .rv:nth-child(4) { --rv-delay: 180ms; }
.cards .rv:nth-child(5), .quotes .rv:nth-child(5), .faq .rv:nth-child(5) { --rv-delay: 60ms; }
.cards .rv:nth-child(6), .quotes .rv:nth-child(6), .faq .rv:nth-child(6) { --rv-delay: 120ms; }

/* ---------- Parallax discreto ---------- */
.parallax { will-change: transform; }

/* ---------- Barra de leitura (guia) ---------- */
.progresso-leitura {
  position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 60;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-light));
  transform: scaleX(0);
  transform-origin: left;
}

/* ---------- Números que contam ---------- */
.stat strong { font-variant-numeric: tabular-nums; }

/* ---------- Verificador de direito ---------- */
.quiz {
  max-width: 720px; margin: 0 auto; background: #fff; color: var(--text);
  border: 1px solid var(--line); border-top: 3px solid var(--bronze);
  border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden;
}
.quiz-bar { height: 3px; background: var(--paper-deep); }
.quiz-bar span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--bronze);
  transform: scaleX(.25);
  transform-origin: left;
  transition: transform 450ms var(--ease-out);
}
.quiz-body { padding: clamp(1.6rem, 4vw, 2.6rem); }
.quiz-etapa { display: none; animation: entraPasso 450ms var(--ease-out) both; border: none; }
.quiz-etapa.ativa { display: block; }
@keyframes entraPasso { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
.quiz-conta {
  font-family: var(--font-label); font-size: .72rem; font-weight: 600; letter-spacing: .24em;
  text-transform: uppercase; color: var(--bronze); display: block; margin-bottom: .8rem;
}
.quiz-etapa legend, .quiz-pergunta {
  font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--ink); font-weight: 700; line-height: 1.22; margin-bottom: 1.4rem; padding: 0;
  letter-spacing: -.01em;
}
.quiz-opcoes { display: grid; gap: .6rem; }
.quiz-group-label {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0 .05rem;
  color: var(--bronze);
  font-family: var(--font-label);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.quiz-group-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.quiz-group-label--secondary { margin-top: .65rem; color: var(--text-soft); }
.quiz-opt {
  display: flex; align-items: center; gap: .9rem; width: 100%; text-align: left;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1rem 1.2rem; font-family: var(--font-body); font-size: 1.05rem; font-weight: 500;
  line-height: 1.4; color: var(--ink); cursor: pointer;
  transition: border-color 180ms var(--ease-out), background-color 180ms var(--ease-out), transform 180ms var(--ease-out);
}
.quiz-opt::before {
  content: ""; flex: none; width: 16px; height: 16px; border-radius: 50%;
  border: 1.5px solid var(--bronze); transition: box-shadow 180ms var(--ease-out), background-color 180ms var(--ease-out);
}
.quiz-opt:active { transform: scale(.985); }
.quiz-opt:hover { border-color: var(--bronze); background: #fff; }
.quiz-opt:hover::before, .quiz-opt.sel::before { background: var(--bronze); box-shadow: inset 0 0 0 3px #fff; }
.quiz-voltar {
  background: none; border: none; color: var(--text-soft); font: inherit; font-size: .87rem;
  cursor: pointer; margin-top: 1.2rem; padding: 0; text-decoration: underline;
}
.quiz-voltar:hover { color: var(--navy); }

/* resultado */
.quiz-resultado { display: none; animation: entraPasso 500ms var(--ease-out) both; }
.quiz-resultado.ativa { display: block; }
.quiz-selo {
  display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-label);
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600;
  color: var(--bronze); margin-bottom: .9rem;
}
.quiz-selo svg { width: 15px; height: 15px; }
.quiz-resultado h3 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); font-weight: 700; margin-bottom: .8rem; }
.quiz-resultado p { font-size: 1.05rem; line-height: 1.7; color: var(--text); }
.quiz-valor {
  background: var(--navy); color: #fff; border-radius: var(--radius); padding: 1.2rem 1.4rem;
  margin: 1.2rem 0; display: flex; align-items: baseline; gap: .8rem; flex-wrap: wrap;
}
.quiz-valor b { font-family: var(--font-display); font-size: 1.9rem; color: var(--bronze-light); font-weight: 600; line-height: 1; }
.quiz-valor span { font-size: .9rem; opacity: .8; }
.quiz-acoes { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }
.quiz-nota { font-size: .82rem; color: var(--text-soft); margin-top: 1rem; line-height: 1.6; }

/* ---------- Barra fixa de ação no celular ---------- */
.acao-fixa { display: none; }
@media (max-width: 640px) {
  .acao-fixa {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    background: var(--navy-deep); border-top: 2px solid var(--bronze);
    padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom));
    align-items: center; gap: .8rem;
    transform: translateY(110%); transition: transform 350ms var(--ease-drawer);
  }
  .acao-fixa.mostra { transform: none; }
  .acao-fixa .texto { flex: 1; min-width: 0; }
  .acao-fixa strong { display: block; color: #fff; font-size: .88rem; line-height: 1.2; }
  .acao-fixa span { display: block; color: var(--bronze-light); font-size: .74rem; }
  .acao-fixa .btn { padding: .75rem 1.1rem; font-size: .9rem; }
  .wa-float { bottom: 84px; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow, .hero h1, .hero p.lead, .hero-ctas, .hero-note, .hero-media,
  .quiz-etapa, .quiz-resultado { animation: none; }
  .rv { opacity: 1; transform: none; transition: none; }
  .parallax { transform: none !important; }
  .progresso-leitura, .quiz-bar span { transition: none; }
}

/* ---------- Microinterações para dispositivos com ponteiro ---------- */
@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px -16px rgba(9,26,40,.7); }
  .btn:hover:active { transform: scale(.97); }
  .card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
  .service-benefit:hover { transform: translateY(-4px); box-shadow: 0 18px 32px -25px rgba(0,0,0,.75); }
  .service-benefit:hover .service-benefit-icon { transform: scale(1.06); background: #E2C4AC; }
  .quiz-opt:hover { transform: translateX(3px); }

  .hero-media picture,
  .split-media,
  .feature-banner-media { overflow: hidden; border-radius: var(--radius-lg); }
  .hero-media picture img,
  .split-media img,
  .feature-banner-media img { transition: transform 520ms var(--ease-out); }
  .hero-media:hover picture img,
  .split-media:hover img,
  .feature-banner-media:hover img { transform: scale(1.025); }

  .journey-step { transition: transform var(--motion-ui) var(--ease-out), border-color var(--motion-ui) var(--ease-out), box-shadow var(--motion-ui) var(--ease-out); }
  .journey-number { transition: transform var(--motion-ui) var(--ease-out), background-color var(--motion-ui) var(--ease-out); }
  .journey-step:hover { transform: translateY(-4px); border-color: var(--bronze-light); box-shadow: var(--shadow); }
  .journey-step:hover .journey-number { transform: scale(1.06); background: var(--navy-deep); }
}
@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .journey-step:hover .journey-number { transform: translate(-50%, -50%) scale(1.06); }
}

/* ============================================================
   AUTENTICIDADE: credenciais, sócios, rodapé institucional
   ============================================================ */

/* ---------- Barra de credenciais (sob o hero) ---------- */
.credenciais {
  display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.6rem;
  margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--line);
}
.cred {
  display: flex; align-items: center; gap: .55rem;
  font-size: .86rem; color: var(--text-soft); line-height: 1.35;
}
.cred svg { width: 17px; height: 17px; color: var(--bronze); flex: none; }
.cred strong { color: var(--ink); font-weight: 600; }
.cred a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.cred a:hover { color: var(--bronze); }
.cred-estrelas { color: var(--bronze); letter-spacing: .1em; font-size: .82rem; }
.cred-google { width: 16px; height: 16px; flex: none; }

/* ---------- Sócios no rodapé ---------- */
.footer-socios { margin-top: 1.3rem; }
.footer-socios li {
  margin-bottom: .7rem; padding-left: .9rem; border-left: 1px solid var(--line-dark);
  line-height: 1.35;
}
.footer-socios .nome {
  display: block; font-family: var(--font-display); font-size: 1.02rem;
  color: #fff; font-weight: 600;
}
.footer-socios .oab {
  display: block; font-family: var(--font-label); font-size: .58rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--bronze-light);
  margin-top: .15rem;
}

/* ---------- Faixa institucional do rodapé ---------- */
.footer-selo {
  display: flex; align-items: center; gap: .7rem; margin-top: 1.4rem;
  padding-top: 1.2rem; border-top: 1px solid var(--line-dark);
  font-size: .8rem; color: rgba(255,255,255,.6); line-height: 1.5;
}
.footer-selo img { width: 26px; height: auto; opacity: .7; flex: none; }

@media (max-width: 640px) {
  .credenciais { gap: .7rem; flex-direction: column; align-items: flex-start; }
}

/* rodapé com 4 colunas quando há bloco de sócios */
.footer-grid--4 { grid-template-columns: 1.3fr 1fr 1.1fr 1.2fr; gap: 2rem; }
@media (max-width: 960px) { .footer-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid--4 { grid-template-columns: 1fr; } }

/* ============================================================
   HERO: a arte completa é o palco (sem degradê sobre a foto)
   ============================================================ */
.hero-full {
  position: relative; background: #141D2A;
  display: flex; flex-direction: column;
}
.hero-full .fundo { position: relative; order: 1; }
.hero-full .fundo img {
  width: 100%; height: auto; display: block;
  animation: heroSobe 1.1s var(--ease-out) both;
}
@keyframes heroSobe { from { opacity: 0; } to { opacity: 1; } }

/* texto sobre a área de parede que a própria arte reserva */
.hero-full .conteudo {
  position: absolute; top: 0; bottom: 55px; left: 0; right: 0; z-index: 2;
  width: min(1140px, 92%); margin-inline: auto; padding: 0;
  display: flex; flex-direction: column; justify-content: center;
  color: #fff; pointer-events: none;
}
.hero-full .conteudo a, .hero-full .conteudo button { pointer-events: auto; }
.hero-full .eyebrow { color: var(--bronze-light); margin-bottom: .9rem; }
.hero-full h1 {
  color: #fff; max-width: 640px;
  font-size: clamp(1.9rem, 3.4vw, 3.6rem);
}
.hero-full h1 em { color: var(--bronze-light); }
.hero-full p.lead {
  font-size: clamp(.95rem, 1.15vw, 1.12rem); color: rgba(255,255,255,.85);
  margin: 1rem 0 1.6rem; max-width: 470px;
}
.hero-full .hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-full .socios-linha {
  margin-top: 1rem; font-family: var(--font-label);
  font-size: .64rem; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
.hero-full .socios-linha b {
  color: #F0D2BA;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-shadow: 0 1px 10px rgba(211,178,152,.18);
}

/* credenciais: faixa própria, abaixo da arte */
.cred-strip { order: 2; background: #101923; border-top: 1px solid rgba(211,178,152,.2); }
.cred-strip .credenciais { border-top: none; margin-top: 0; padding: 1rem 0; }
.cred-strip .cred { color: rgba(255,255,255,.78); }
.cred-strip .cred strong, .cred-strip .cred a { color: #fff; }
.cred-strip .cred a:hover { color: var(--bronze-light); }
.cred-strip .cred svg { color: var(--bronze-light); }

.hero-full .eyebrow, .hero-full h1, .hero-full p.lead,
.hero-full .hero-ctas, .hero-full .socios-linha {
  animation: sobe 750ms var(--ease-out) both;
}
.hero-full h1 { animation-delay: .08s; }
.hero-full p.lead { animation-delay: .16s; }
.hero-full .hero-ctas { animation-delay: .24s; }
.hero-full .socios-linha { animation-delay: .32s; }

.rolar { display: none; }

/* telas médias e celular: texto acima, arte completa abaixo */
@media (max-width: 1080px) {
  .hero-full .conteudo {
    position: static; padding: 2.4rem 0 2rem; justify-content: flex-start; order: 0;
  }
  .hero-full h1 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); max-width: none; }
  .hero-full p.lead { max-width: 560px; }
}
@media (max-width: 640px) {
  .hero-full .conteudo { padding: 1.8rem 0 1.6rem; }
  .hero-full h1 { font-size: 2.05rem; }
  .hero-full p.lead { font-size: 1rem; }
  .hero-full .hero-ctas .btn { width: 100%; white-space: normal; line-height: 1.3; }
  .hero-full .socios-linha { font-size: .6rem; letter-spacing: .12em; line-height: 1.9; margin-top: 1rem; }
  .hero-full .socios-linha b { font-size: .68rem; letter-spacing: .1em; }
  .cred-strip .credenciais { flex-direction: column; align-items: flex-start; gap: .55rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-full .fundo img,
  .hero-full .eyebrow, .hero-full h1, .hero-full p.lead,
  .hero-full .hero-ctas, .hero-full .socios-linha { animation: none; }
}

/* telas muito estreitas: botões quebram linha (fim do arquivo p/ vencer a cascata) */
@media (max-width: 400px) {
  .btn { white-space: normal; line-height: 1.3; text-align: center; }
}

/* ============================================================
   PRIVACIDADE E CONSENTIMENTO
   ============================================================ */
.cookie-consent {
  position: fixed; z-index: 110; right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom)); width: min(440px, calc(100% - 2rem));
  padding: 1rem 1.1rem; background: #fff; color: var(--ink); border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(8,26,40,.24); border-radius: 2px;
  font-size: .86rem; line-height: 1.5;
}
.cookie-consent p { margin: 0; }
.cookie-consent strong { display: block; color: var(--navy); font-family: var(--font-display); font-size: 1.12rem; }
.cookie-consent a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.cookie-consent > div { display: flex; gap: .65rem; margin-top: .9rem; justify-content: flex-end; }
.cookie-consent button { cursor: pointer; min-height: 42px; padding: .55rem .8rem; font: 600 .78rem var(--font-body); border-radius: 0; }
.cookie-recusa { color: var(--navy); background: #fff; border: 1px solid var(--line); }
.cookie-aceita { color: #fff; background: #0b8d46; border: 1px solid #0b8d46; }
.privacy-page { padding: clamp(3rem, 6vw, 5rem) 0; }
.privacy-page .prose { max-width: 850px; }
.privacy-page h1 { margin-bottom: 1rem; }
.privacy-page h2 { margin-top: 2.2rem; font-size: clamp(1.55rem, 2.8vw, 2rem); }
.privacy-page p, .privacy-page li { text-align: left; }
.privacy-page ul { padding-left: 1.2rem; }
.privacy-page li { margin-bottom: .55rem; }
@media (max-width: 640px) {
  .cookie-consent { bottom: max(.65rem, env(safe-area-inset-bottom)); padding: .9rem; }
  .cookie-consent > div { flex-direction: column-reverse; }
  .cookie-consent button { width: 100%; }
}
