/* ============================================================
   inklo · pacientes — Design System v4 "health clean"
   ------------------------------------------------------------
   Princípios
   1. Ar como estrutura: poucas caixas, muito ritmo vertical.
   2. Um acento com disciplina: âmbar só no CTA primário e no
      número-chave de cada seção. O resto é roxo + neutros.
   3. Números são o herói: tabular-nums, grandes, rótulo quieto.
   4. Motion que explica, não que decora.
   5. Confiança pela clareza: micro-legal perto de cada promessa.
   Tokens derivados do DS canônico da marca (roxo-led) + patch
   gold/accent (jul/2026). Montserrat self-hosted (OFL).
   Mobile-first. Sem dependências.
   ============================================================ */

/* -------- Fontes -------- */
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/montserrat-latin-400-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/montserrat-latin-500-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/montserrat-latin-600-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/montserrat-latin-700-normal.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* -------- Tokens -------- */
:root {
  /* Roxo (primário, escala canônica) */
  --roxo-900: #302331;
  --roxo-800: #433043;
  --roxo-700: #553d55;
  --roxo-600: #674a68;
  --roxo-500: #79577a;
  --roxo-400: #947995;
  --roxo-300: #b19eb2;
  --roxo-200: #ccbfcc;
  --roxo-100: #e4dde4;
  --roxo-050: #f2eef2;
  --roxo-025: #f8f5f8;

  /* Âmbar / gold (acento de marca, uso restrito) */
  --gold-050: #fff6e9;
  --gold-100: #ffe3ad;
  --gold-300: #ffc76b;
  --gold-500: #fcb144;   /* CTA primário */
  --gold-600: #d98e1e;   /* hover */
  --gold-700: #c77e1a;   /* active */
  --gold-900: #7a4e12;   /* texto âmbar sobre gold-100 (AA 5.78) */
  --on-gold:  #302331;   /* texto sobre âmbar (8.16:1) */

  /* Neutros violeta-tingidos */
  --ink:      #1f1b24;
  --ink-2:    #403b47;
  --ink-3:    #6e6873;
  --line:     #e7e4e9;
  --line-2:   #d4cfd6;
  --bg:       #ffffff;
  --bg-soft:  #f7f5f8;
  --bg-sunken:#efecf0;

  /* Semânticas (canônicas) */
  --success:      #2f7a55;
  --success-bg:   #e7f3ec;
  --danger:       #c13030;
  --danger-bg:    #fbeaea;
  --danger-ink:   #8a1f1f;

  /* Forma */
  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --r-pill: 999px;

  /* Sombra (violeta, suave) */
  --sh-xs: 0 1px 2px rgba(48,35,49,.05);
  --sh-sm: 0 2px 6px rgba(48,35,49,.05), 0 8px 24px rgba(48,35,49,.06);
  --sh-md: 0 4px 10px rgba(48,35,49,.05), 0 18px 40px rgba(48,35,49,.10);
  --sh-lg: 0 10px 24px rgba(48,35,49,.08), 0 32px 72px rgba(48,35,49,.16);
  --ring:  0 0 0 4px rgba(121,87,122,.22);

  /* Tipografia */
  --font: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* Layout */
  --maxw: 1160px;
  --gutter: 20px;
  --hdr-h: 64px;
  --sec-y: clamp(52px, 6vw, 80px);
  --sec-y-sm: clamp(36px, 4.5vw, 56px);

  /* Motion */
  --ease: cubic-bezier(.2,.7,.2,1);
  --t-fast: 160ms;
  --t-base: 260ms;
  --t-slow: 520ms;
}
@media (min-width: 768px) { :root { --gutter: 32px; --hdr-h: 72px; } }

/* -------- Reset -------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 16px); }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overflow-wrap: break-word;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--roxo-600); text-decoration: none; }
a:hover { color: var(--roxo-800); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; padding: 0; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
strong { font-weight: 600; }
:focus-visible { outline: 3px solid var(--roxo-500); outline-offset: 3px; border-radius: var(--r-xs); }
::selection { background: var(--gold-100); color: var(--roxo-900); }

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

/* -------- Utilidades -------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.skip { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--roxo-900); color: #fff; padding: 10px 14px; border-radius: var(--r-sm); font-weight: 600; transition: top var(--t-fast); }
.skip:focus { top: 12px; color: #fff; }
.num { font-variant-numeric: tabular-nums lining-nums; font-feature-settings: 'tnum' 1, 'lnum' 1; }
.micro { font-size: 12.5px; line-height: 1.55; color: var(--ink-3); }
.icon { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.75; fill: none; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon--sm { width: 18px; height: 18px; }
.icon--fill { fill: currentColor; stroke: none; }
.svg-defs { position: absolute; }
.link-btn { font: inherit; color: inherit; text-decoration: none; cursor: pointer; padding: 0; border: 0; background: none; text-align: left; }
.link-btn:hover { color: var(--roxo-800); }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 0 rgba(47,122,85,.45); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(47,122,85,.45); } 70% { box-shadow: 0 0 0 9px rgba(47,122,85,0); } 100% { box-shadow: 0 0 0 0 rgba(47,122,85,0); } }

/* -------- Tipografia -------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--roxo-500); margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 18px; height: 2px; border-radius: 2px; background: var(--gold-500); }
.h-display { font-size: clamp(36px, 4.9vw, 56px); line-height: 1.05; font-weight: 700; letter-spacing: -.028em; color: var(--ink); }
.h-display em, .h2 em { font-style: normal; color: var(--roxo-500); }
.h2 { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.1; font-weight: 700; letter-spacing: -.022em; color: var(--ink); }
.h3 { font-size: clamp(20px, 2.2vw, 24px); line-height: 1.25; font-weight: 600; letter-spacing: -.012em; color: var(--ink); }
.lead { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--ink-2); }
.sec-head { margin-bottom: clamp(24px, 3.5vw, 40px); }
.sec-head .lead { margin-top: 14px; max-width: 720px; }
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }
.sec-head--center .lead { margin-left: auto; margin-right: auto; }

/* -------- Seções -------- */
.sec { padding: var(--sec-y) 0; position: relative; }
.sec--tight { padding: var(--sec-y-sm) 0; }
.sec--soft { background: var(--bg-soft); }
.sec--inverse { background: var(--roxo-900); color: #fff; }
.sec--inverse .h2, .sec--inverse .h3 { color: #fff; }
.sec--inverse .lead { color: rgba(255,255,255,.78); }
.sec--inverse .eyebrow { color: var(--gold-300); }

/* -------- Botões -------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: var(--r-pill);
  font-size: 15.5px; font-weight: 600; line-height: 1.15; letter-spacing: -.005em; text-align: center;
  border: 1.5px solid transparent; white-space: nowrap;
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-base) var(--ease), background-color var(--t-fast), color var(--t-fast), border-color var(--t-fast);
  -webkit-tap-highlight-color: transparent; touch-action: manipulation; text-decoration: none;
}
.btn .icon { width: 19px; height: 19px; }
.btn--primary { background: var(--gold-500); color: var(--on-gold); box-shadow: 0 8px 22px rgba(252,177,68,.32); }
.btn--primary:hover { background: var(--gold-600); color: var(--on-gold); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(217,142,30,.32); }
.btn--primary:active { background: var(--gold-700); transform: translateY(0); }
.btn--roxo { background: var(--roxo-500); color: #fff; }
.btn--roxo:hover { background: var(--roxo-700); color: #fff; transform: translateY(-2px); box-shadow: var(--sh-sm); }
.btn--ghost { background: rgba(255,255,255,.7); color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { background: #fff; border-color: var(--roxo-300); color: var(--roxo-800); transform: translateY(-2px); box-shadow: var(--sh-sm); }
.btn--ghost .icon { color: var(--roxo-500); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn--outline-light:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn--sm { padding: 11px 18px; font-size: 14px; }
.btn--lg { padding: 18px 32px; font-size: 16.5px; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .6; pointer-events: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--roxo-600); }
.link-arrow .icon { width: 18px; height: 18px; transition: transform var(--t-fast) var(--ease); }
.link-arrow:hover .icon { transform: translateX(4px); }

/* -------- Header -------- */
.hdr {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.78);
  -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-base), box-shadow var(--t-base), background-color var(--t-base);
}
.hdr.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(48,35,49,.06); background: rgba(255,255,255,.9); }
.hdr__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--hdr-h); }
.hdr__brand { display: inline-flex; align-items: center; gap: 12px; color: var(--roxo-500); }
.hdr__brand svg { height: 24px; width: auto; }
.hdr__brand-tag { display: none; font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); padding-left: 12px; border-left: 1px solid var(--line-2); }
@media (min-width: 1024px) { .hdr__brand-tag { display: inline-block; } }
.hdr__nav { display: none; align-items: center; gap: 30px; font-size: 14.5px; font-weight: 500; }
.hdr__nav a { color: var(--ink-2); position: relative; padding: 6px 0; }
.hdr__nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: var(--roxo-500); transform: scaleX(0); transform-origin: left; transition: transform var(--t-base) var(--ease); }
.hdr__nav a:hover { color: var(--roxo-800); }
.hdr__nav a:hover::after { transform: scaleX(1); }
.hdr__actions { display: flex; align-items: center; gap: 10px; }
.hdr__cta { display: none; }
.hdr__menu { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--r-sm); color: var(--ink); }
.hdr__menu:hover { background: var(--roxo-050); }
.hdr__menu .icon { width: 24px; height: 24px; }
.hdr__menu .ic-close { display: none; }
.hdr.menu-open .hdr__menu .ic-open { display: none; }
.hdr.menu-open .hdr__menu .ic-close { display: block; }
@media (min-width: 900px) {
  .hdr__nav { display: flex; }
  .hdr__cta { display: inline-flex; }
  .hdr__menu { display: none; }
}
.mnav { display: none; border-top: 1px solid var(--line); background: #fff; }
.hdr.menu-open .mnav { display: block; }
.mnav a { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 600; color: var(--ink); }
.mnav a:last-of-type { border-bottom: 0; }
.mnav .btn { margin: 12px 0 18px; width: 100%; }
@media (min-width: 900px) { .mnav { display: none !important; } }

/* -------- Hero -------- */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(32px, 5vw, 56px) 0 clamp(44px, 6vw, 64px);
  background:
    radial-gradient(52% 60% at 88% 8%, var(--roxo-050) 0%, rgba(242,238,242,0) 62%),
    radial-gradient(40% 46% at 8% 92%, var(--gold-050) 0%, rgba(255,246,233,0) 60%),
    var(--bg);
}
.hero__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 960px) { .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 48px; } }
@media (min-width: 1100px) { .hero__grid { gap: 56px; } }
.hero__copy { max-width: 600px; }
.hero__tag {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px 7px 9px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.85); border: 1px solid var(--line);
  font-size: 12.5px; font-weight: 600; color: var(--ink-2); letter-spacing: .02em;
  margin-bottom: 22px; box-shadow: var(--sh-xs);
}
.hero__tag .sym { width: 16px; height: 16px; }
.sym { fill: currentColor; stroke: none; }   /* fill herda para dentro do <use>; stroke none vence o .icon no chip "inklo" */
.hero__tag .sym { color: var(--roxo-500); }
.hero__lead { margin-top: 20px; max-width: 560px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
@media (max-width: 479px) { .hero__ctas .btn, .final__ctas .btn, #simCta { width: 100%; white-space: normal; text-wrap: balance; padding-left: 18px; padding-right: 18px; } #simCtaVal { white-space: nowrap; } .btn--lg { font-size: 16px; } }
/* Rótulo curto dos CTAs longos em telas de até 400 px ("Parcelar meu procedimento" cabe em uma linha em 320) */
.l-short, .l-xs { display: none; }
@media (max-width: 400px) { .l-long { display: none; } .l-short { display: inline; } .hero__ctas .btn--lg, .final__ctas .btn--lg { font-size: 15.5px; padding-left: 16px; padding-right: 16px; } }
.hero__grid > *, .sim-wrap > *, .lead-wrap > *, .split > *, .procs > *, .cards > *, .steps > *, .fits > * { min-width: 0; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero__facts li { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink-2); }
.hero__facts .icon { width: 17px; height: 17px; color: var(--success); }
.hero__legal { margin-top: 14px; max-width: 540px; }

/* visual */
.hero__visual { position: relative; }
.hero__art { position: relative; margin: 0 auto; max-width: 560px; }
.hero__photo {
  position: relative; aspect-ratio: 4 / 4.3; width: 100%; margin-left: auto;
  border-radius: var(--r-xl) 120px var(--r-xl) var(--r-xl);
  overflow: hidden; background: linear-gradient(160deg, var(--roxo-100), var(--roxo-050) 55%, var(--gold-050));
  box-shadow: var(--sh-lg);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity var(--t-slow) var(--ease); }
.hero__photo.no-img img { opacity: 0; }
.hero__photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(48,35,49,0) 55%, rgba(48,35,49,.18) 100%); pointer-events: none; }
.hero__sym { position: absolute; right: -4%; top: -9%; width: 58%; opacity: .6; pointer-events: none; z-index: 0; }
.hero__sym { fill: var(--roxo-100); }
.hero__art > .hero__photo { position: relative; z-index: 1; }
.hero__chip {
  position: absolute; top: 18px; left: 18px; z-index: 3;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 14px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  font-size: 12.5px; font-weight: 600; color: var(--ink); box-shadow: var(--sh-sm);
}
.hero__card { position: absolute; z-index: 3; left: -4px; bottom: -22px; width: min(336px, 88%); }
@media (min-width: 960px) { .hero__photo { width: 80%; } .hero__card { left: -40px; bottom: 36px; width: 336px; } .hero__chip { left: calc(20% + 18px); } }
@media (max-width: 959px) { .hero__art { margin-bottom: 30px; } }
/* Telefone estreito (<480): o card deixa de flutuar e vira bloco abaixo da foto, com sobreposição de 56 px.
   Nunca cobre o chip nem a foto inteira, e cabe em 320 px. */
@media (max-width: 479px) {
  .hero__card { position: relative; left: 0; bottom: auto; width: 100%; margin-top: -56px; }
  .hero__art { margin-bottom: 0; }
  .plan--compact .plan__big { font-size: clamp(19px, 6.6vw, 26px); }
}
/* Coluna do hero estreita (960–1130 px): card e chip encolhem para não cobrir o rosto nem o chip. */
.hero__art { container-type: inline-size; }
@container (max-width: 460px) {
  .hero__card { width: 76%; left: -12px; bottom: 16px; }
  .plan--compact { padding: 14px 16px 12px; }
  .plan--compact .plan__big { font-size: 22px; }
  .plan--compact .plan__proc { font-size: 12.5px; }
  .plan--compact .plan__rows li { font-size: 11.5px; }
  .hero__chip { top: 12px; left: calc(20% + 12px); font-size: 11.5px; padding: 7px 11px; }
}

/* -------- Plan card (prova de mecanismo) -------- */
.plan {
  background: rgba(255,255,255,.86);
  -webkit-backdrop-filter: saturate(160%) blur(16px); backdrop-filter: saturate(160%) blur(16px);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: var(--r-lg); padding: 18px 20px 16px;
  box-shadow: var(--sh-md);
}
.plan__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.plan__label { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.plan__badge { font-size: 10.5px; font-weight: 600; padding: 4px 8px; border-radius: var(--r-pill); background: var(--gold-100); color: var(--gold-900); letter-spacing: .04em; white-space: nowrap; }
.plan__proc { font-size: 13.5px; font-weight: 600; color: var(--ink-2); }
.plan__value { margin-top: 10px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.plan__big { font-size: 30px; font-weight: 700; letter-spacing: -.03em; color: var(--roxo-800); line-height: 1; white-space: nowrap; }
.plan--compact .plan__big { font-size: 26px; }
.plan__rows { margin-top: 12px; display: grid; gap: 6px; }
.plan__rows li { display: flex; justify-content: space-between; gap: 12px; font-size: 12.5px; color: var(--ink-2); border-top: 1px dashed var(--line); padding-top: 6px; }
.plan__rows li span:last-child { font-weight: 600; color: var(--ink); text-align: right; white-space: nowrap; }
.plan__dots { display: grid; grid-template-columns: repeat(24, 1fr); gap: 3px; margin-top: 14px; }
.plan__dots i { display: block; height: 5px; border-radius: 3px; background: var(--roxo-100); }
.plan__dots i:nth-child(-n+3) { background: var(--roxo-400); }
.plan__dots i:first-child { background: var(--gold-500); }
.plan__dots i { transform: scaleX(0); transform-origin: left; animation: dotIn .32s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 28ms + 320ms); }
.plan__dots i:nth-child(2) { --i: 1; }
.plan__dots i:nth-child(3) { --i: 2; }
.plan__dots i:nth-child(4) { --i: 3; }
.plan__dots i:nth-child(5) { --i: 4; }
.plan__dots i:nth-child(6) { --i: 5; }
.plan__dots i:nth-child(7) { --i: 6; }
.plan__dots i:nth-child(8) { --i: 7; }
.plan__dots i:nth-child(9) { --i: 8; }
.plan__dots i:nth-child(10) { --i: 9; }
.plan__dots i:nth-child(11) { --i: 10; }
.plan__dots i:nth-child(12) { --i: 11; }
.plan__dots i:nth-child(13) { --i: 12; }
.plan__dots i:nth-child(14) { --i: 13; }
.plan__dots i:nth-child(15) { --i: 14; }
.plan__dots i:nth-child(16) { --i: 15; }
.plan__dots i:nth-child(17) { --i: 16; }
.plan__dots i:nth-child(18) { --i: 17; }
.plan__dots i:nth-child(19) { --i: 18; }
.plan__dots i:nth-child(20) { --i: 19; }
.plan__dots i:nth-child(21) { --i: 20; }
.plan__dots i:nth-child(22) { --i: 21; }
.plan__dots i:nth-child(23) { --i: 22; }
.plan__dots i:nth-child(24) { --i: 23; }
@keyframes dotIn { to { transform: scaleX(1); } }
.reveal .plan__dots i { animation-play-state: paused; }
.reveal.is-in .plan__dots i { animation-play-state: running; }
.plan__foot { margin-top: 10px; font-size: 10.5px; line-height: 1.45; color: var(--ink-3); }

/* -------- Trust strip -------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust__grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 640px) { .trust__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1140px) { .trust__grid { grid-template-columns: repeat(4, 1fr); } }
.trust__item { display: flex; align-items: flex-start; gap: 12px; padding: 18px 8px; font-size: 13.5px; line-height: 1.45; color: var(--ink-2); }
.trust__item .icon { color: var(--roxo-500); margin-top: 1px; }
.trust__item strong { display: block; color: var(--ink); font-weight: 600; }
@media (min-width: 640px) { .trust__item { padding: 22px 20px; } .trust__item + .trust__item { border-left: 1px solid var(--line); } }
@media (min-width: 640px) and (max-width: 1023px) { .trust__item:nth-child(3) { border-left: 0; } .trust__item:nth-child(n+3) { border-top: 1px solid var(--line); } }
@media (max-width: 639px) { .trust__item + .trust__item { border-top: 1px solid var(--line); } }

/* -------- Cards de procedimento (home) -------- */
.procs { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 640px) { .procs { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .procs { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.proc {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  color: inherit; box-shadow: var(--sh-xs);
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease), border-color var(--t-base);
}
.proc:hover, .proc:focus-visible { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--roxo-200); color: inherit; }
.proc__media { position: relative; aspect-ratio: 16 / 10; background: linear-gradient(160deg, var(--roxo-100), var(--roxo-050)); overflow: hidden; }
.proc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
.proc:hover .proc__media img { transform: scale(1.04); }
.proc__media.no-img img { display: none; }
.proc__ico { position: absolute; left: 14px; bottom: 14px; width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,.92); color: var(--roxo-600); display: grid; place-items: center; box-shadow: var(--sh-sm); }
.proc__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.proc__title { font-size: 19px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
.proc__copy { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); flex: 1; }
.proc__cta { margin-top: 6px; }
/* Mobile (1 coluna): card compacto em linha, miniatura 104px à esquerda. Nove cards
   deixam de ocupar quatro telas e viram uma lista escaneável. */
@media (max-width: 639px) {
  .procs { gap: 12px; }
  .proc:not(.proc--other) { flex-direction: row; align-items: stretch; }
  .proc:not(.proc--other) .proc__media { flex: 0 0 104px; aspect-ratio: auto; min-height: 118px; }
  .proc:not(.proc--other) .proc__ico { left: 8px; bottom: 8px; width: 34px; height: 34px; border-radius: 10px; }
  .proc:not(.proc--other) .proc__ico .icon { width: 18px; height: 18px; }
  .proc:not(.proc--other) .proc__body { padding: 14px 16px 14px 14px; gap: 4px; justify-content: center; }
  .proc:not(.proc--other) .proc__title { font-size: 16px; }
  .proc:not(.proc--other) .proc__copy { font-size: 13.5px; line-height: 1.45; flex: 0 0 auto; }
  .proc:not(.proc--other) .proc__cta { margin-top: 4px; font-size: 14px; }
  .proc--other .proc__body { padding: 20px; }
}
/* "Outro procedimento": card vertical na coluna livre em 1 e 2 colunas (10 itens = grade fechada);
   faixa horizontal de linha inteira só na grade de 3 (9 cards + faixa). */
.proc--other { border-style: dashed; background: #fff; box-shadow: none; justify-content: center; }
.proc--other .proc__body { padding: 24px; text-align: center; align-items: center; }
.proc--other .proc__badge { width: 52px; height: 52px; border-radius: 16px; background: var(--roxo-050); border: 1px solid var(--line); display: grid; place-items: center; color: var(--roxo-500); margin-bottom: 8px; flex: 0 0 auto; }
@media (min-width: 1024px) {
  .proc--other { grid-column: 1 / -1; }
  .proc--other .proc__body { flex-direction: row; align-items: center; text-align: left; gap: 20px; padding: 22px 26px; }
  .proc--other .proc__badge { margin-bottom: 0; }
  .proc--other .proc__title { flex: 0 0 auto; }
  .proc--other .proc__copy { flex: 1; }
  .proc--other .proc__cta { margin-top: 0; white-space: nowrap; }
}

/* -------- Passos (Como funciona) -------- */
.steps { display: grid; grid-template-columns: 1fr; gap: 14px; counter-reset: step; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1140px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 22px; } }
.step { position: relative; padding: 22px 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-xs); }
.step__n { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 14px 14px 22px 22px; background: var(--roxo-050); color: var(--roxo-700); font-weight: 700; font-size: 15px; margin-bottom: 16px; }
.step__n::before { counter-increment: step; content: '0' counter(step); }
.step__t { font-size: 16px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 8px; }
.step__c { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.step--hot .step__n { background: var(--gold-100); color: var(--gold-900); }
@media (min-width: 1140px) {
  .steps { position: relative; }
  .steps::before { content: ''; position: absolute; left: 6%; right: 6%; top: 46px; height: 1px; background: var(--line-2); }
  .step { z-index: 1; }
}
.steps__note { margin-top: 22px; }

/* -------- Simulador -------- */
.sim-wrap { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
@media (min-width: 900px) { .sim-wrap { grid-template-columns: 1.1fr .9fr; gap: 40px; } }
.sim { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; box-shadow: var(--sh-sm); }
@media (min-width: 640px) { .sim { padding: 32px; } }
.sim__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.sim__label { font-size: 13px; font-weight: 600; color: var(--ink-2); letter-spacing: .02em; }
.sim__label--gap { margin-top: 18px; }
.sim__val { font-size: 24px; font-weight: 700; letter-spacing: -.02em; color: var(--roxo-800); }
.sim__range { -webkit-appearance: none; appearance: none; width: 100%; height: 36px; background: transparent; margin: 0; }
.sim__range:focus { outline: none; }
.sim__range::-webkit-slider-runnable-track { height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--roxo-500) var(--sim-pct, 33%), var(--roxo-100) var(--sim-pct, 33%)); }
.sim__range::-moz-range-track { height: 6px; border-radius: 3px; background: var(--roxo-100); }
.sim__range::-moz-range-progress { height: 6px; border-radius: 3px; background: var(--roxo-500); }
.sim__range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; margin-top: -10px; border-radius: 50%; background: #fff; border: 3px solid var(--roxo-500); box-shadow: var(--sh-sm); cursor: pointer; transition: transform var(--t-fast); }
.sim__range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 3px solid var(--roxo-500); box-shadow: var(--sh-sm); cursor: pointer; }
.sim__range:focus-visible::-webkit-slider-thumb { box-shadow: var(--ring); }
.sim__range:active::-webkit-slider-thumb { transform: scale(1.08); }
.sim__minmax { display: flex; justify-content: space-between; font-size: 12px; color: var(--ink-3); margin-top: -4px; }
.sim__terms { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-top: 22px; }
.sim__chip { padding: 11px 4px; border-radius: var(--r-sm); border: 1.5px solid var(--line); background: #fff; font-size: 14px; font-weight: 600; color: var(--ink-2); transition: all var(--t-fast); }
.sim__chip:hover { border-color: var(--roxo-300); color: var(--roxo-800); }
.sim__chip[aria-pressed="true"] { background: var(--roxo-500); border-color: var(--roxo-500); color: #fff; }
.sim__out { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sim__out-l { font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.sim__parc { font-size: clamp(34px, 5vw, 44px); font-weight: 700; letter-spacing: -.03em; color: var(--roxo-800); line-height: 1.05; margin-top: 4px; }
.sim__parc small { font-size: 15px; font-weight: 600; color: var(--ink-3); letter-spacing: 0; margin-left: 6px; }
.sim__rate { font-size: 13px; color: var(--ink-2); margin-top: 8px; }
.sim__rate b { font-weight: 600; color: var(--ink); }
.sim__cta { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.sim__cta .btn { white-space: normal; }
@media (max-width: 639px) { .sim__cta .btn { width: 100%; } }
.sim__micro { margin-top: 16px; }
.sim-aside { display: grid; gap: 16px; }
.sim-aside .plan { background: #fff; }
.sim-note { padding: 20px 22px; border-radius: var(--r-lg); background: var(--roxo-050); font-size: 14px; line-height: 1.55; color: var(--roxo-900); }
.sim-note strong { display: block; margin-bottom: 4px; }

/* -------- Split: quem cuida de quê -------- */
.split { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 800px) { .split { grid-template-columns: 1fr 1fr; gap: 24px; } }
.who { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--sh-xs); }
.who__role .icon { fill: currentColor; stroke: none; }
.who__role { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill); margin-bottom: 14px; }
.who--prov .who__role { background: var(--bg-sunken); color: var(--ink-2); }
.who--ink .who__role { background: var(--roxo-050); color: var(--roxo-700); }
.who__t { margin-bottom: 14px; }
.who li { display: flex; gap: 12px; padding: 9px 0; font-size: 15px; color: var(--ink-2); border-top: 1px solid var(--line); }
.who li:first-child { border-top: 0; }
.who li .icon { width: 20px; height: 20px; margin-top: 2px; }
.who--prov li .icon { color: var(--ink-3); }
.who--ink li .icon { color: var(--roxo-500); }
.who--ink { border-color: var(--roxo-100); background: linear-gradient(180deg, #fff, var(--roxo-025)); }

/* -------- Cards de conteúdo (o que entra / para quem / benefícios) -------- */
.cards { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } .cards--4 { grid-template-columns: repeat(4, 1fr); } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 20px; box-shadow: var(--sh-xs); transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease); }
.card:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); }
.card__ico { width: 46px; height: 46px; border-radius: 14px; background: var(--roxo-050); color: var(--roxo-600); display: grid; place-items: center; margin-bottom: 16px; }
.card__t { font-size: 16px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 6px; }
.card__c { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.card--soft { background: var(--bg-soft); border-color: transparent; box-shadow: none; }
.card--soft .card__ico { background: #fff; }

/* Situações (para quem faz sentido) */
.fits { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 800px) { .fits { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
.fit { display: flex; gap: 14px; padding: 20px 20px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.fit__n { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px 10px 16px 16px; background: var(--gold-100); color: var(--gold-900); display: grid; place-items: center; font-weight: 700; font-size: 13px; }
.fit__t { font-size: 16px; font-weight: 600; margin-bottom: 4px; letter-spacing: -.01em; }
.fit__c { font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }

/* -------- Formulário -------- */
.lead-wrap { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; }
@media (min-width: 960px) { .lead-wrap { grid-template-columns: .8fr 1.2fr; gap: 56px; } }
.lead-side { position: sticky; top: calc(var(--hdr-h) + 24px); }
.lead-side .sec-head { margin-bottom: 24px; }
.lead-side .h2 { font-size: clamp(26px, 2.6vw, 34px); }
.lead-side__list { display: grid; gap: 14px; margin-top: 8px; }
.lead-side__list li { display: flex; gap: 12px; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.lead-side__list .icon { color: var(--roxo-500); margin-top: 2px; width: 20px; height: 20px; }
.lead-side__contact { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-2); }
.lead-side__contact a { font-weight: 600; }

.form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 26px 22px; box-shadow: var(--sh-md); position: relative; scroll-margin-top: calc(var(--hdr-h) + 16px); }
@media (min-width: 640px) { .form { padding: 34px 36px; } }
.form__progress { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.form__pstep { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: var(--ink-3); }
.form__pstep i { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 12px; background: var(--bg-sunken); color: var(--ink-3); }
.form__pstep.is-on { color: var(--roxo-700); }
.form__pstep.is-on i { background: var(--roxo-500); color: #fff; }
.form__pstep.is-done i { background: var(--success); color: #fff; }
.form__pbar { flex: 1; height: 2px; background: var(--line); border-radius: 2px; position: relative; overflow: hidden; }
.form__pbar::after { content: ''; position: absolute; inset: 0; width: var(--pbar, 0%); background: var(--roxo-500); transition: width var(--t-slow) var(--ease); }
.form__step { display: none; }
.form__step.is-on { display: block; animation: fadeUp var(--t-base) var(--ease); }
/* Sem JS: as duas etapas ficam visíveis e o envio segue pelo action do form */
.no-js .form__step { display: block; }
.no-js .form__actions, .no-js .form__progress { display: none; }
.form__nojs { margin: 6px 0 0; padding: 14px 16px; border-radius: var(--r-md); background: var(--gold-050); border: 1px solid var(--gold-100); font-size: 14px; color: var(--gold-900); }
.form__nojs a { color: var(--roxo-700); text-decoration: underline; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.form__title { font-size: 20px; font-weight: 600; letter-spacing: -.012em; margin-bottom: 4px; }
.form__sub { font-size: 14px; color: var(--ink-3); margin-bottom: 20px; }
.grid2 { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 560px) { .grid2 { grid-template-columns: 1fr 1fr; } .grid2 .span2 { grid-column: 1 / -1; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.field label .opt { font-weight: 500; color: var(--ink-3); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border-radius: var(--r-sm); border: 1.5px solid var(--line-2);
  background: #fff; font-size: 15px; color: var(--ink); transition: border-color var(--t-fast), box-shadow var(--t-fast);
  -webkit-appearance: none; appearance: none; min-height: 48px;
}
.field select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236e6873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--roxo-500); box-shadow: var(--ring); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); }
.field input[aria-invalid="true"]:focus { box-shadow: 0 0 0 4px rgba(193,48,48,.16); }
.field input::placeholder { color: #7a7380; }
.field .hint { font-size: 12.5px; color: var(--ink-3); }
.field .err { display: none; font-size: 12.5px; color: var(--danger-ink); font-weight: 500; }
.field.has-err .err { display: block; }
.form__opt { margin-top: 18px; border: 1px dashed var(--line-2); border-radius: var(--r-md); overflow: hidden; }
.form__opt summary { list-style: none; cursor: pointer; padding: 14px 16px; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--roxo-700); }
.form__opt summary::-webkit-details-marker { display: none; }
.form__opt summary .icon { width: 18px; height: 18px; transition: transform var(--t-base); }
.form__opt[open] summary .icon { transform: rotate(180deg); }
.form__opt-body { padding: 4px 16px 18px; display: grid; gap: 14px; }
.form__opt-note { font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }
.form__opt-note a, .form__opt-note .link-btn { text-decoration: underline; color: var(--roxo-600); }
.form__opt-note .link-btn:hover { color: var(--roxo-800); }
.consent { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; font-size: 13.5px; line-height: 1.5; color: var(--ink-2); cursor: pointer; }
.consent input { -webkit-appearance: none; appearance: none; flex: 0 0 auto; width: 22px; height: 22px; margin: 1px 0 0; border: 2px solid var(--roxo-500); border-radius: 7px; background: #fff; display: grid; place-content: center; cursor: pointer; transition: background var(--t-fast); }
.consent input::before { content: ''; width: 12px; height: 12px; transform: scale(0); transition: transform var(--t-fast); background: #fff; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%); }
.consent input:checked { background: var(--roxo-500); }
.consent input:checked::before { transform: scale(1); }
.consent input[aria-invalid="true"] { border-color: var(--danger); }
.consent a { text-decoration: underline; }
.form__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
@media (max-width: 479px) { .form__actions .btn--primary { width: 100%; white-space: normal; } }
.form__actions .btn--back { color: var(--ink-3); background: transparent; border-color: transparent; padding-left: 8px; padding-right: 8px; }
.form__actions .btn--back:hover { color: var(--ink); transform: none; box-shadow: none; }
.form__micro { margin-top: 14px; }
.form__hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form__alert { display: none; margin-top: 16px; padding: 12px 14px; border-radius: var(--r-sm); background: var(--danger-bg); color: var(--danger-ink); font-size: 13.5px; }
.form__alert.is-on { display: block; }
.form.is-sending .btn--submit { opacity: .7; pointer-events: none; }

/* sucesso */
.form__done { display: none; text-align: center; padding: 10px 4px 6px; animation: fadeUp var(--t-base) var(--ease); }
.form.is-done .form__done { display: block; }
.form.is-done .form__body { display: none; }
.form__done-ico { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 22px; background: var(--success-bg); color: var(--success); display: grid; place-items: center; }
.form__done-ico .icon { width: 30px; height: 30px; }
.form__done .h3 { margin-bottom: 8px; }
.form__done p { color: var(--ink-2); font-size: 15px; max-width: 460px; margin: 0 auto; }
.form__done .btn { margin-top: 20px; }
.form__done-steps { display: grid; gap: 10px; margin: 22px auto 0; max-width: 420px; text-align: left; }
.form__done-steps li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-2); }
.form__done-steps .icon { width: 18px; height: 18px; color: var(--roxo-500); margin-top: 3px; }

/* -------- FAQ -------- */
.faq { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 4px; font-size: 16.5px; font-weight: 600; letter-spacing: -.008em; color: var(--ink); transition: color var(--t-fast); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--roxo-700); }
.faq summary .faq__ico { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--roxo-050); color: var(--roxo-600); display: grid; place-items: center; transition: transform var(--t-base) var(--ease), background var(--t-fast); }
.faq summary .faq__ico .icon { width: 16px; height: 16px; }
.faq details[open] summary .faq__ico { transform: rotate(45deg); background: var(--roxo-500); color: #fff; }
.faq__a { padding: 0 44px 22px 4px; font-size: 15px; line-height: 1.65; color: var(--ink-2); }
.faq__a p + p { margin-top: 10px; }
.faq__more { text-align: center; margin-top: 28px; }

/* -------- CTA final -------- */
.final { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: clamp(40px, 6vw, 72px) clamp(22px, 5vw, 64px); text-align: center; color: #fff;
  background: radial-gradient(70% 90% at 90% 10%, rgba(252,177,68,.22) 0%, rgba(252,177,68,0) 55%), linear-gradient(135deg, var(--roxo-800) 0%, var(--roxo-900) 100%); }
.final .h2 { color: #fff; margin: 0 auto; }
.final .lead { color: rgba(255,255,255,.8); max-width: 560px; margin: 14px auto 0; }
.final__ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
@media (max-width: 479px) { .final__ctas .btn { width: 100%; white-space: normal; padding-left: 18px; padding-right: 18px; } }
.final__facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; margin-top: 26px; font-size: 13px; color: rgba(255,255,255,.72); }
.final__facts li { display: inline-flex; align-items: center; gap: 7px; }
.final__facts .icon { width: 16px; height: 16px; color: var(--gold-300); }
.final__sym { position: absolute; left: -8%; bottom: -30%; width: 46%; opacity: .12; pointer-events: none; }
.final__sym { fill: #fff; }

/* -------- Footer -------- */
.ftr { background: var(--roxo-900); color: rgba(255,255,255,.78); padding: 56px 0 28px; font-size: 14px; }
.ftr__grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 720px) { .ftr__grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; } }
.ftr__wm { color: #fff; display: inline-block; }
.ftr__brand svg { height: 26px; width: auto; }
.ftr__tag { margin-top: 16px; max-width: 320px; font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.6); }
.ftr__title { font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.ftr li { margin-bottom: 9px; }
.ftr a, .ftr .link-btn { color: rgba(255,255,255,.78); transition: color var(--t-fast); }
.ftr a:hover, .ftr .link-btn:hover { color: #fff; }
.ftr__legal { margin-top: 40px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,.58); display: grid; gap: 10px; }
.ftr__legal strong { color: rgba(255,255,255,.9); font-weight: 600; }
.ftr__copy { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,.62); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }

/* -------- Sticky mobile + WhatsApp -------- */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(48,35,49,.08); transform: translateY(0); transition: transform var(--t-base) var(--ease); }
.sticky .btn--primary { flex: 1; }
.sticky .btn--ghost { flex: 0 0 auto; padding: 14px 16px; }
.js .sticky:not(.is-on), .sticky.is-hidden { transform: translateY(110%); }
@media (min-width: 900px) { .sticky { display: none; } }
@media (max-width: 899px) { body { padding-bottom: 82px; } }
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 89; width: 56px; height: 56px; border-radius: 50%; background: var(--roxo-500); color: #fff; display: none; place-items: center; box-shadow: var(--sh-md); transition: transform var(--t-fast) var(--ease), background var(--t-fast); }
.wa-float:hover { transform: translateY(-2px) scale(1.04); background: var(--roxo-700); color: #fff; }
.wa-float .icon { width: 26px; height: 26px; stroke-width: 1.6; }
@media (min-width: 900px) { .wa-float { display: grid; } }

/* -------- Modal -------- */
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 16px; }
.modal__bg { position: absolute; inset: 0; background: rgba(31,27,36,.5); opacity: 0; transition: opacity var(--t-base); }
.modal.is-open .modal__bg { opacity: 1; }
.modal__dlg { position: relative; width: 100%; max-width: 720px; max-height: 88vh; display: flex; flex-direction: column; background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-lg); overflow: hidden; transform: translateY(14px) scale(.98); opacity: 0; transition: transform var(--t-base) var(--ease), opacity var(--t-base); }
.modal.is-open .modal__dlg { transform: none; opacity: 1; }
.modal__hd { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px 24px 16px; border-bottom: 1px solid var(--line); }
.modal__t { font-size: 17px; font-weight: 600; line-height: 1.3; }
.modal__x { flex: 0 0 auto; width: 36px; height: 36px; border-radius: var(--r-sm); display: grid; place-items: center; color: var(--ink-3); }
.modal__x:hover { background: var(--bg-soft); color: var(--ink); }
.modal__bd { padding: 8px 24px 24px; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.terms { counter-reset: t; padding-left: 26px; }
.terms > li { position: relative; margin-top: 20px; }
.terms > li::before { counter-increment: t; content: counter(t) '.'; position: absolute; left: -26px; top: 0; font-weight: 700; color: var(--roxo-500); }
.terms h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.terms p, .terms li li { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin-bottom: 8px; }
.terms ul { padding-left: 18px; list-style: disc; margin-bottom: 8px; }
body.modal-open { overflow: hidden; }
#modalTermos { z-index: 1010; }   /* termos abre por cima do formulário */
.modal__sub { font-size: 13px; color: var(--ink-3); margin-top: 3px; line-height: 1.4; }
.modal--lead .modal__dlg { max-width: 640px; }
.modal--lead .modal__bd { padding: 0 24px 24px; }
.modal--lead .form { box-shadow: none; border: 0; border-radius: 0; padding: 18px 0 0; background: transparent; }
.modal--lead .form.reveal { opacity: 1; transform: none; }
@media (max-width: 600px) { .modal--lead .modal__bd { padding: 0 18px 24px; } }
@media (max-width: 600px) { .modal { padding: 0; align-items: stretch; } .modal__dlg { max-width: none; max-height: 100vh; max-height: 100dvh; border-radius: 0; } }

/* -------- Motion: reveal -------- */
.no-js .reveal, .no-js .plan__dots i { opacity: 1; transform: none; animation: none; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 60ms; } .reveal[data-d="2"] { transition-delay: 120ms; } .reveal[data-d="3"] { transition-delay: 180ms; } .reveal[data-d="4"] { transition-delay: 240ms; } .reveal[data-d="5"] { transition-delay: 300ms; } .reveal[data-d="6"] { transition-delay: 360ms; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* -------- Print -------- */
@media print { .hdr, .sticky, .wa-float, .final, .form__progress { display: none !important; } body { color: #000; background: #fff; } .hero__photo { box-shadow: none; } }

/* variante compacta do plan card (hero) */
.plan--compact .plan__rows li:nth-child(4) { display: none; }
.plan--compact .plan__foot { display: none; }
.plan--compact { padding: 16px 18px 14px; }
#simCta { gap: 0; }
@media (max-width: 360px) { #simCta .l-short, #simCta #simCtaVal { display: none; } #simCta .l-xs { display: inline; } }

/* -------- Comparativo de taxas (faixa inversa) -------- */
.cmp { background: radial-gradient(60% 80% at 100% 0%, rgba(252,177,68,.16) 0%, rgba(252,177,68,0) 55%), var(--roxo-900); }
.cmp__grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 960px) { .cmp__grid { grid-template-columns: .9fr 1.1fr; gap: 64px; } }
.cmp__head { margin-bottom: 0; }
.cmp__head .lead { max-width: 520px; }
.cmp__facts { display: grid; gap: 10px; margin-top: 22px; }
.cmp__facts li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: rgba(255,255,255,.86); }
.cmp__facts .icon { width: 20px; height: 20px; color: var(--gold-300); margin-top: 1px; }
.cmp__chart { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 22px 22px 18px; }
@media (min-width: 640px) { .cmp__chart { padding: 28px 30px 22px; } }
.cmp__title { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 18px; }
.cmp__bars { display: grid; gap: 16px; }
.cmp__row { display: grid; grid-template-columns: 1fr auto; gap: 7px 14px; align-items: baseline; font-size: 14px; color: rgba(255,255,255,.86); }
.cmp__track { grid-column: 1 / -1; grid-row: 2; }
.cmp__val { grid-column: 2; grid-row: 1; }
.cmp__lab { font-weight: 500; }
.cmp__track { display: block; height: 10px; border-radius: 5px; background: rgba(255,255,255,.08); overflow: hidden; }
.cmp__fill { display: block; height: 100%; width: 0; border-radius: 5px; background: rgba(255,255,255,.42); transition: width 1.1s var(--ease); }
.cmp__fill--you { background: var(--gold-500); box-shadow: 0 0 18px rgba(252,177,68,.45); }
.cmp.is-in .cmp__fill { width: var(--w); }
.cmp__val { font-weight: 600; color: #fff; }
.cmp__val { text-align: right; white-space: nowrap; }
.cmp__row--you { padding-top: 12px; margin-top: 4px; border-top: 1px dashed rgba(255,255,255,.18); }
.cmp__row--you .cmp__lab { font-weight: 700; color: #fff; }
.cmp__row--you .cmp__val { color: var(--gold-300); }
.cmp__src { margin-top: 18px; color: rgba(255,255,255,.55); }
@media (prefers-reduced-motion: reduce) { .cmp__fill { width: var(--w); transition: none; } .plan__dots i { animation: none; transform: none; } }
