/* ============================================================
   MÉTODO APROVA+ — Design System (Dark / Neon Blue)
   Inspiração: clonaja.com + identidade da logo (azul elétrico)
   Experiência de produto digital premium, não landing page.
   ============================================================ */

:root {
  /* Base escura */
  --bg:            #05070e;
  --bg-2:          #080b14;
  --bg-3:          #0b0f1b;
  --card:          rgba(255,255,255,.028);
  --card-2:        rgba(255,255,255,.045);
  --border:        rgba(120,165,255,.12);
  --border-soft:   rgba(120,165,255,.07);
  --border-str:    rgba(120,175,255,.24);

  /* Texto */
  --ink:           #eaf1ff;
  --ink-2:         #9db0d4;
  --ink-3:         #64749a;

  /* Marca — azul elétrico (logo) */
  --brand:         #2ca8ff;
  --brand-2:       #5fd2ff;
  --brand-deep:    #0a63e6;
  --brand-ink:     #1b93f5;
  --brand-soft:    rgba(44,168,255,.12);
  --brand-line:    rgba(44,168,255,.35);
  --glow:          rgba(44,168,255,.45);
  --glow-strong:   rgba(44,168,255,.65);

  /* Estados */
  --success:       #34e0b0;
  --success-soft:  rgba(52,224,176,.12);
  --warn:          #ffb020;
  --error:         #ff6b6b;
  --error-soft:    rgba(255,107,107,.10);

  --grad-brand:    linear-gradient(135deg, #45b6ff 0%, #1e86ff 45%, #0a63e6 100%);
  --grad-text:     linear-gradient(120deg, #7fe0ff, #2ca8ff 55%, #0a7bff);

  /* Sombras / glow */
  --shadow:        0 18px 48px rgba(0,0,0,.55);
  --shadow-md:     0 26px 70px rgba(0,0,0,.6);
  --shadow-lg:     0 34px 90px rgba(0,0,0,.7);
  --btn-glow:      0 10px 30px rgba(20,120,255,.42), inset 0 1px 0 rgba(255,255,255,.22);

  --r-card: 22px;
  --r-btn:  16px;
  --r-pill: 999px;

  --container: 1160px;
  --pad-x: 22px;

  --ease: cubic-bezier(.22,.61,.36,1);
  --dur: 350ms;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
/* Ambiência: glows de fundo */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 45% at 78% -5%, rgba(30,120,255,.16), transparent 60%),
    radial-gradient(50% 40% at 10% 8%, rgba(44,168,255,.10), transparent 60%),
    radial-gradient(60% 50% at 50% 108%, rgba(10,99,230,.12), transparent 65%),
    var(--bg);
}
h1, h2, h3, h4, p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
::selection { background: rgba(44,168,255,.28); }
a { color: inherit; }

/* ---------- Tipografia ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--brand-2);
  background: var(--brand-soft); border: 1px solid var(--brand-line);
  padding: 7px 14px; border-radius: var(--r-pill);
}
.eyebrow.muted { color: var(--ink-2); background: rgba(255,255,255,.04); border-color: var(--border); }
.eyebrow.success { color: var(--success); background: var(--success-soft); border-color: rgba(52,224,176,.28); }
.eyebrow.neon {
  color: #041826; font-weight: 700;
  background: linear-gradient(90deg, #7fe0ff, #2ca8ff);
  border-color: transparent;
  animation: neonPulse 2.6s var(--ease) infinite;
}
.eyebrow.neon svg { color: #041826; }
@keyframes neonPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(127,224,255,.55), 0 0 16px rgba(44,168,255,.45); }
  50%      { box-shadow: 0 0 0 1px rgba(127,224,255,.9),  0 0 30px rgba(44,168,255,.85); }
}
@media (prefers-reduced-motion: reduce) { .eyebrow.neon { animation: none; } }

.h1 { font-size: clamp(34px, 6vw, 60px); line-height: 1.05; font-weight: 700; letter-spacing: -.02em; }
.h2 { font-size: clamp(28px, 4.4vw, 42px); line-height: 1.1; font-weight: 700; letter-spacing: -.02em; }
.h3 { font-size: clamp(21px, 2.6vw, 24px); font-weight: 600; letter-spacing: -.01em; }
.lead { font-size: clamp(17px, 2.2vw, 20px); color: var(--ink-2); line-height: 1.6; }
.muted { color: var(--ink-2); }
.small { font-size: 14px; color: var(--ink-3); }
.center { text-align: center; }
.balance { text-wrap: balance; }
.grad-text {
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x); }
.section { padding: clamp(72px, 12vw, 140px) 0; position: relative; }
.section.tight { padding: clamp(56px, 9vw, 100px) 0; }
.section-head { max-width: 780px; margin: 0 auto; text-align: center; }
.section-head .h2 { margin-top: 18px; }
.section-head .lead { margin-top: 20px; }
.stack-8  > * + * { margin-top: 8px; }
.stack-16 > * + * { margin-top: 16px; }
.stack-24 > * + * { margin-top: 24px; }
.bg-soft { background:
  linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,0)); }

/* ============================================================
   BOTÕES
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 28px;
  border-radius: var(--r-btn); border: 1px solid transparent;
  font-size: 16.5px; font-weight: 600; letter-spacing: -.01em;
  text-decoration: none; white-space: nowrap; color: #fff;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), filter var(--dur) var(--ease);
}
.btn svg { width: 20px; height: 20px; }
.btn-primary {
  background: var(--grad-brand); color: #fff;
  box-shadow: var(--btn-glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(20,120,255,.55), inset 0 1px 0 rgba(255,255,255,.25); filter: brightness(1.06); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost {
  background: rgba(255,255,255,.04); color: var(--ink); border-color: var(--border);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--border-str); background: rgba(255,255,255,.07); }
.btn-lg { min-height: 62px; font-size: 17.5px; padding: 0 36px; }
.btn-block { display: flex; width: 100%; }
.btn .arrow { transition: transform var(--dur) var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.cta-note {
  margin-top: 16px; font-size: 13.5px; color: var(--ink-3);
  display: flex; gap: 18px; justify-content: center; flex-wrap: wrap;
}
.cta-note span { display: inline-flex; align-items: center; gap: 6px; }
.cta-note svg { width: 15px; height: 15px; color: var(--brand-2); }

/* ============================================================
   CARDS (glass)
   ============================================================ */
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid var(--border);
  border-radius: var(--r-card); padding: 32px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.card.hoverable:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--border-str); }
.card-icon {
  width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--brand-soft); color: var(--brand-2);
  border: 1px solid var(--brand-line);
  box-shadow: 0 0 24px rgba(44,168,255,.18) inset;
  margin-bottom: 20px;
}
.card-icon svg { width: 25px; height: 25px; }

/* ---------- Logo (PNG transparente) ---------- */
.logo-full, .logo-mark { -webkit-user-select: none; user-select: none; filter: drop-shadow(0 2px 12px rgba(44,168,255,.28)); }
.logo-full { height: 38px; width: auto; }
.logo-mark { height: 40px; width: auto; }

/* ============================================================
   QUIZ VIEW
   ============================================================ */
.quiz {
  position: fixed; inset: 0; z-index: 100;
  background:
    radial-gradient(80% 60% at 50% -10%, rgba(30,120,255,.18), transparent 60%),
    var(--bg);
  display: flex; flex-direction: column; overflow-y: auto;
}
.quiz.is-hidden { display: none; }

.quiz-topbar {
  position: sticky; top: 0; z-index: 2;
  padding: 16px var(--pad-x);
  display: flex; align-items: center; gap: 14px;
  background: rgba(6,9,17,.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.quiz-progress-track { flex: 1; height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.quiz-progress-fill {
  height: 100%; width: 0%; border-radius: 999px;
  background: var(--grad-brand); box-shadow: 0 0 14px var(--glow);
  transition: width 520ms var(--ease);
}
.quiz-step-label { font-size: 12.5px; font-weight: 600; color: var(--ink-3); white-space: nowrap; }

.quiz-stage { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px var(--pad-x) 64px; }
.quiz-card { width: 100%; max-width: 640px; }

.quiz-step { display: none; animation: stepIn .5s var(--ease) both; }
.quiz-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.quiz-q-index { font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--brand-2); }
.quiz-q-title { font-size: clamp(24px, 4.6vw, 34px); font-weight: 700; letter-spacing: -.02em; line-height: 1.14; margin-top: 12px; }
.quiz-q-help { color: var(--ink-2); margin-top: 12px; font-size: 16px; }

.quiz-options { margin-top: 30px; display: grid; gap: 12px; }
.quiz-option {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  padding: 18px 20px; border-radius: 16px;
  background: rgba(255,255,255,.035); border: 1.5px solid var(--border);
  font-size: 16.5px; font-weight: 500; color: var(--ink);
  transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.quiz-option:hover { border-color: var(--border-str); transform: translateY(-2px); background: rgba(255,255,255,.06); box-shadow: 0 10px 30px rgba(0,0,0,.4); }
.quiz-option .opt-emoji {
  font-size: 20px; width: 42px; height: 42px; flex: none;
  display: grid; place-items: center; border-radius: 12px;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.quiz-option:hover .opt-emoji { transform: scale(1.08) rotate(-3deg); border-color: var(--border-str); }
.quiz-option.selected .opt-emoji { background: var(--brand-soft); border-color: var(--brand-line); transform: scale(1.05); }
.quiz-option .opt-check {
  margin-left: auto; width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid var(--border-str); flex: none;
  display: grid; place-items: center; color: #fff; transition: all .2s var(--ease);
}
.quiz-option.selected { border-color: var(--brand); background: var(--brand-soft); box-shadow: 0 0 0 1px var(--brand-line), 0 0 26px rgba(44,168,255,.22); }
.quiz-option.selected .opt-check { background: var(--grad-brand); border-color: transparent; }
.quiz-option .opt-check svg { width: 12px; height: 12px; opacity: 0; transition: opacity .2s; }
.quiz-option.selected .opt-check svg { opacity: 1; }

/* Campo de texto "Outro curso" */
.quiz-input-wrap {
  display: grid; grid-template-columns: 1fr auto; gap: 8px;
  max-height: 0; opacity: 0; overflow: hidden; margin-top: 0;
  transition: max-height .35s var(--ease), opacity .3s var(--ease), margin-top .35s var(--ease);
}
.quiz-input-wrap.open { max-height: 80px; opacity: 1; margin-top: 2px; }
.quiz-input {
  width: 100%; min-height: 54px; padding: 0 18px; border-radius: 16px;
  background: rgba(255,255,255,.04); border: 1.5px solid var(--brand-line);
  color: var(--ink); font-family: inherit; font-size: 16.5px; font-weight: 500;
  outline: none; transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.quiz-input::placeholder { color: var(--ink-3); }
.quiz-input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft), 0 0 24px rgba(44,168,255,.2); }
.quiz-input-go {
  width: 54px; min-height: 54px; flex: none; border: none; border-radius: 16px;
  background: var(--grad-brand); color: #fff; display: grid; place-items: center;
  box-shadow: var(--btn-glow); transition: transform .2s var(--ease), filter .2s var(--ease);
}
.quiz-input-go:hover { filter: brightness(1.08); transform: translateY(-1px); }
.quiz-input-go svg { width: 20px; height: 20px; }
.quiz-input-wrap.shake { animation: inputShake .4s var(--ease); }
@keyframes inputShake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-6px)} 75%{transform:translateX(6px)} }
@media (prefers-reduced-motion: reduce) { .quiz-input-wrap { transition: opacity .2s; } .quiz-input-wrap.shake { animation: none; } }

.quiz-intro-badge {
  width: 64px; height: 64px; border-radius: 20px; margin: 0 auto 26px;
  display: grid; place-items: center; color: #fff;
  background: var(--grad-brand); box-shadow: 0 12px 34px var(--glow);
}
.quiz-intro-badge svg { width: 30px; height: 30px; }
.quiz-intro-logo { height: 52px; margin: 0 auto 28px; filter: drop-shadow(0 3px 18px rgba(44,168,255,.4)); animation: logoIn .8s var(--ease) both; }
@keyframes logoIn { from { opacity: 0; transform: translateY(-8px) scale(.94); } to { opacity: 1; transform: none; } }
.quiz-intro-meta { margin-top: 28px; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; color: var(--ink-2); font-size: 14px; }
.quiz-intro-meta span { display: inline-flex; align-items: center; gap: 7px; }
.quiz-intro-meta svg { width: 16px; height: 16px; color: var(--brand-2); }
.quiz-back { margin-top: 22px; background: none; border: none; color: var(--ink-3); font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; padding: 8px 4px; }
.quiz-back:hover { color: var(--ink-2); }
.quiz-back svg { width: 15px; height: 15px; }

/* ---------- Processing ---------- */
.proc { max-width: 520px; text-align: center; margin: 0 auto; }
.proc-ring { margin: 0 auto 34px; width: 128px; height: 128px; position: relative; }
.proc-ring svg { transform: rotate(-90deg); filter: drop-shadow(0 0 10px var(--glow)); }
.proc-ring .track { stroke: rgba(255,255,255,.08); }
.proc-ring .bar { stroke: url(#gradBar); stroke-linecap: round; transition: stroke-dashoffset .6s var(--ease); }
.proc-ring .pct { position: absolute; inset: 0; display: grid; place-items: center; font-size: 28px; font-weight: 700; letter-spacing: -.02em; }
.proc-list { margin-top: 30px; text-align: left; display: grid; gap: 4px; }
.proc-item { display: flex; align-items: center; gap: 14px; padding: 12px 6px; font-size: 15.5px; color: var(--ink-3); font-weight: 500; opacity: .45; transition: opacity .4s var(--ease), color .4s var(--ease); }
.proc-item .dot { width: 24px; height: 24px; border-radius: 50%; flex: none; border: 2px solid var(--border-str); position: relative; display: grid; place-items: center; color: #fff; transition: all .35s var(--ease); }
.proc-item .dot svg { width: 13px; height: 13px; opacity: 0; transition: opacity .3s; }
.proc-item .spinner { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(44,168,255,.25); border-top-color: var(--brand); animation: spin .7s linear infinite; opacity: 0; }
.proc-item.active { opacity: 1; color: var(--ink); }
.proc-item.active .spinner { opacity: 1; }
.proc-item.done { opacity: 1; color: var(--ink); }
.proc-item.done .dot { background: var(--grad-brand); border-color: transparent; box-shadow: 0 0 16px var(--glow); }
.proc-item.done .dot svg { opacity: 1; }
.proc-item.done .spinner { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   APP VIEW
   ============================================================ */
.app { display: none; }
.app.is-visible { display: block; animation: viewIn .6s var(--ease) both; }
@keyframes viewIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- Header (limpo) ---------- */
.appbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6,9,17,.6); backdrop-filter: blur(16px) saturate(1.3);
  border-bottom: 1px solid var(--border-soft);
}
.appbar-inner { display: flex; align-items: center; height: 68px; }
.appbar .brand-link { display: inline-flex; align-items: center; transition: transform var(--dur) var(--ease), filter var(--dur) var(--ease); }
.appbar .brand-link:hover { transform: translateY(-1px); filter: drop-shadow(0 3px 16px rgba(44,168,255,.5)); }
.appbar .logo-full { height: 40px; }
.appbar-spacer { flex: 1; }
.appbar-cta { min-height: 46px; padding: 0 22px; font-size: 15px; }
@media (max-width: 480px) { .appbar-cta { padding: 0 16px; font-size: 14px; } .appbar .logo-full { height: 32px; } }

/* ---------- Hero / Dashboard ---------- */
.hero { padding: clamp(44px, 7vw, 76px) 0 clamp(48px, 8vw, 80px); }
.hero-head { max-width: 740px; }
.hero-head .h1 { margin-top: 20px; }
.hero-head .lead { margin-top: 20px; }

.stat-grid { margin-top: 40px; display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-card { padding: 24px; position: relative; overflow: hidden; }
.stat-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(120% 80% at 100% 0, rgba(44,168,255,.10), transparent 55%); }
.stat-card .stat-label { font-size: 11.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--ink-3); }
.stat-card .stat-value { margin-top: 10px; font-size: clamp(32px, 5vw, 40px); font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.stat-card .stat-value .stat-unit { font-size: 15px; font-weight: 600; color: var(--ink-3); margin-left: 6px; letter-spacing: 0; }
.stat-card .stat-sub { margin-top: 8px; font-size: 12.5px; color: var(--ink-2); display: flex; align-items: center; gap: 6px; }
.stat-sub.live-clock { font-variant-numeric: tabular-nums; }
.stat-sub.live-clock #statClock { color: var(--success); font-weight: 600; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 0 rgba(52,224,176,.7); animation: pulseDot 1.8s ease-out infinite; flex: none; }
@keyframes pulseDot {
  0%   { box-shadow: 0 0 0 0 rgba(52,224,176,.6); }
  70%  { box-shadow: 0 0 0 7px rgba(52,224,176,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,224,176,0); }
}
@media (prefers-reduced-motion: reduce) { .pulse-dot { animation: none; } }
.stat-card.accent-blue .stat-value { color: var(--brand-2); }
.stat-card.accent-green .stat-value { color: var(--success); }
.stat-card.accent-amber .stat-value { color: var(--warn); }
.stat-card .trend svg { width: 14px; height: 14px; }

.plan-load { margin-top: 22px; padding: 26px 28px; }
.plan-load-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-load-top .label { font-weight: 600; display: inline-flex; align-items: center; gap: 9px; }
.plan-load-top .label .spark { width: 18px; height: 18px; color: var(--brand-2); }
.plan-load-top .pct { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--brand-2); }
.bar-track { margin-top: 16px; height: 12px; border-radius: 999px; background: rgba(255,255,255,.07); overflow: hidden; }
.bar-fill { height: 100%; width: 0; border-radius: 999px; background: var(--grad-brand); box-shadow: 0 0 16px var(--glow); transition: width 1.6s var(--ease); }
.plan-load .note { margin-top: 16px; font-size: 14.5px; color: var(--ink-2); }
.hero-cta { margin-top: 30px; }

/* ---------- Findings ---------- */
.findings-grid { margin-top: 44px; display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .findings-grid { grid-template-columns: 1fr; } }
.finding { display: flex; gap: 16px; align-items: flex-start; padding: 22px 24px; }
.finding .fx { width: 34px; height: 34px; border-radius: 10px; flex: none; display: grid; place-items: center; color: var(--error); background: var(--error-soft); border: 1px solid rgba(255,107,107,.22); }
.finding .fx svg { width: 18px; height: 18px; }
.finding p { font-size: 16px; font-weight: 500; line-height: 1.5; }
.finding.span-2 { grid-column: 1 / -1; }

.reassure { margin-top: 28px; padding: 30px 32px; text-align: center; background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: var(--r-card); }
.reassure p { font-size: 17px; color: var(--ink); line-height: 1.6; }
.reassure p + p { margin-top: 10px; color: var(--ink-2); }

/* ---------- Pullbox ---------- */
.pullbox {
  margin: 0 auto; max-width: 740px; text-align: center; padding: 44px 36px; border-radius: var(--r-card);
  background: linear-gradient(180deg, rgba(20,60,140,.28), rgba(10,20,45,.5));
  border: 1px solid var(--border-str); color: #fff;
  box-shadow: var(--shadow-lg), 0 0 60px rgba(30,120,255,.12) inset;
}
.pullbox .q { font-size: clamp(21px, 3.4vw, 28px); font-weight: 600; letter-spacing: -.01em; line-height: 1.3; }
.pullbox .q strong { color: var(--brand-2); font-weight: 700; }
.pullbox .sub { margin-top: 14px; color: var(--ink-2); font-size: 16px; }

/* ---------- Cycle ---------- */
.cycle { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center; }
.cycle-node { padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid var(--border); font-size: 15px; font-weight: 500; color: var(--ink-2); }
.cycle-arrow { color: var(--ink-3); display: grid; place-items: center; }
.cycle-arrow svg { width: 16px; height: 16px; }

/* ---------- Horizontal timeline ---------- */
.htl { margin-top: 48px; }
.htl-track { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; position: relative; padding: 0 6px; }
.htl-line { position: relative; height: 2px; background: var(--border); margin: 26px 0 0; border-radius: 2px; }
.htl-line .fill { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--grad-brand); box-shadow: 0 0 12px var(--glow); border-radius: 2px; transition: width 1.6s var(--ease); }
.htl-nodes { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; margin-top: -13px; }
.htl-node { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.htl-node .dot { width: 26px; height: 26px; border-radius: 50%; background: var(--bg-3); border: 2px solid var(--border-str); display: grid; place-items: center; color: #fff; transition: all .4s var(--ease); position: relative; z-index: 1; }
.htl-node .dot svg { width: 13px; height: 13px; opacity: 0; transition: opacity .3s; }
.htl-node.on .dot { background: var(--grad-brand); border-color: transparent; box-shadow: 0 0 0 5px var(--brand-soft), 0 0 20px var(--glow); }
.htl-node.on .dot svg { opacity: 1; }
.htl-node .cap { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.htl-node.edge .cap { color: var(--ink); font-weight: 700; }
@media (max-width: 640px) {
  .htl { max-width: 340px; margin-left: auto; margin-right: auto; }
  .htl-track, .htl-nodes { grid-auto-flow: row; grid-auto-columns: auto; }
  .htl-line { display: none; }
  .htl-nodes { margin-top: 0; gap: 0; }
  .htl-node { flex-direction: row; justify-content: flex-start; align-items: center; gap: 16px; position: relative; min-height: 56px; }
  .htl-node .cap { font-size: 15.5px; }
  .htl-node .dot { z-index: 1; }
  /* linha vertical conectando os dots (timeline) */
  .htl-node:not(:last-child)::before {
    content: ""; position: absolute; left: 12px; top: 28px; height: 56px; width: 2px;
    background: var(--border); z-index: 0;
  }
  .htl-node.on:not(:last-child)::before { background: var(--brand-line); }
}
.mech-list { margin: 34px auto 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 820px; }
.mech-list li {
  list-style: none; display: inline-flex; align-items: center; gap: 11px;
  font-size: 15.5px; font-weight: 500; color: var(--ink);
  padding: 12px 18px 12px 14px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.04); border: 1px solid var(--border);
  transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.mech-list li:hover { transform: translateY(-3px); border-color: var(--border-str); background: rgba(255,255,255,.06); }
.mech-list .ic { width: 26px; height: 26px; border-radius: 8px; flex: none; display: grid; place-items: center; color: var(--brand-2); background: var(--brand-soft); border: 1px solid var(--brand-line); }
.mech-list .ic svg { width: 15px; height: 15px; }
@media (max-width: 520px) { .mech-list li { width: 100%; justify-content: flex-start; } }

/* ---------- Missions ---------- */
.mission-grid { margin-top: 44px; display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .mission-grid { grid-template-columns: 1fr; } }
.mission { display: flex; gap: 20px; align-items: flex-start; padding: 28px; }
.mission .m-num { flex: none; width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; font-weight: 700; font-size: 15px; color: var(--brand-2); background: var(--brand-soft); border: 1px solid var(--brand-line); letter-spacing: -.01em; }
.mission .m-tag { font-size: 11.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.mission .m-title { font-size: 19px; font-weight: 600; margin-top: 4px; letter-spacing: -.01em; }
.mission .m-desc { margin-top: 8px; font-size: 15px; color: var(--ink-2); line-height: 1.5; }

/* ---------- Vertical timeline ---------- */
.vtl { margin-top: 44px; max-width: 720px; margin-left: auto; margin-right: auto; }
.vtl-item { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding-bottom: 26px; }
.vtl-rail { position: relative; display: flex; flex-direction: column; align-items: center; }
.vtl-rail .node { width: 40px; height: 40px; border-radius: 12px; flex: none; z-index: 1; display: grid; place-items: center; color: var(--brand-2); background: var(--bg-3); border: 1.5px solid var(--border-str); font-weight: 700; font-size: 14px; transition: all .4s var(--ease); }
.vtl-rail .node svg { width: 19px; height: 19px; }
.vtl-rail .line { flex: 1; width: 2px; background: var(--border); margin-top: 4px; border-radius: 2px; }
.vtl-item:last-child .vtl-rail .line { display: none; }
.vtl-item.edge .node { background: var(--grad-brand); border-color: transparent; color: #fff; box-shadow: 0 8px 22px var(--glow); }
.vtl-body { padding-top: 6px; }
.vtl-body .t { font-size: 11.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.vtl-body .h { font-size: 18px; font-weight: 600; margin-top: 3px; }
.vtl-body .d { font-size: 15px; color: var(--ink-2); margin-top: 6px; line-height: 1.5; }
/* Mobile: cada etapa vira um card contido (evita o texto "solto" colado à esquerda) */
@media (max-width: 560px) {
  .vtl { max-width: 440px; }
  .vtl-item { grid-template-columns: 34px 1fr; gap: 14px; padding-bottom: 14px; }
  .vtl-rail .node { width: 34px; height: 34px; border-radius: 10px; font-size: 12.5px; }
  .vtl-rail .node svg { width: 16px; height: 16px; }
  .vtl-rail .line { margin-top: 6px; }
  .vtl-body {
    padding: 14px 16px; border-radius: 14px;
    background: rgba(255,255,255,.035); border: 1px solid var(--border);
  }
  .vtl-body .h { font-size: 16.5px; }
  .vtl-body .d { font-size: 14px; }
}

/* ---------- Library grid ---------- */
.lib-grid { margin-top: 44px; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .lib-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .lib-grid { grid-template-columns: 1fr; } }
.lib-card { padding: 26px; }
.lib-card .lib-title { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.lib-card .lib-desc { margin-top: 8px; font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.lib-card .lib-result { margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--brand-2); background: var(--brand-soft); border: 1px solid var(--brand-line); padding: 6px 11px; border-radius: 999px; }
.lib-card .lib-result svg { width: 13px; height: 13px; }

/* ---------- Flow ---------- */
.flow { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center; }
.flow-node { padding: 13px 18px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid var(--border); font-size: 14px; font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 9px; }
.flow-node .fic { width: 17px; height: 17px; color: var(--brand-2); }
.flow-node.terminal { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: 0 10px 26px var(--glow); }
.flow-node.terminal .fic { color: #fff; }
.flow-arrow { color: var(--ink-3); }
.flow-arrow svg { width: 16px; height: 16px; }

/* ---------- Before / After ---------- */
.ba-grid { margin-top: 44px; display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
@media (max-width: 780px) { .ba-grid { grid-template-columns: 1fr; } }
.ba-card { padding: 32px; }
.ba-card .ba-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.ba-card .ba-badge { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; }
.ba-card .ba-badge svg { width: 20px; height: 20px; }
.ba-card .ba-label { font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ba-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.ba-steps li { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 500; }
.ba-steps li .bic { width: 20px; height: 20px; flex: none; }
.ba-bad { border-color: rgba(255,107,107,.22); }
.ba-bad .ba-badge { background: var(--error-soft); color: var(--error); border: 1px solid rgba(255,107,107,.28); }
.ba-bad .ba-label { color: var(--error); }
.ba-bad .ba-steps li .bic { color: rgba(255,107,107,.6); }
.ba-bad .ba-steps li { color: var(--ink-2); }
.ba-good { border-color: var(--border-str); box-shadow: var(--shadow-md), 0 0 46px rgba(44,168,255,.10) inset; }
.ba-good .ba-badge { background: var(--brand-soft); color: var(--brand-2); border: 1px solid var(--brand-line); }
.ba-good .ba-label { color: var(--brand-2); }
.ba-good .ba-steps li .bic { color: var(--brand-2); }

/* ---------- Progress rings ---------- */
.ring-grid { margin-top: 44px; display: grid; gap: 18px; grid-template-columns: repeat(5, 1fr); }
@media (max-width: 820px) { .ring-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .ring-grid { grid-template-columns: repeat(2, 1fr); } }
.ring-card { padding: 24px 18px; text-align: center; }
.ring { width: 92px; height: 92px; margin: 0 auto 16px; position: relative; }
.ring svg { transform: rotate(-90deg); filter: drop-shadow(0 0 6px var(--glow)); }
.ring .track { stroke: rgba(255,255,255,.08); }
.ring .bar { stroke: url(#gradBar); stroke-linecap: round; transition: stroke-dashoffset 1.4s var(--ease); }
.ring.done .bar { stroke: url(#gradDone); }
.ring .val { position: absolute; inset: 0; display: grid; place-items: center; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.ring-card .ring-label { font-size: 13px; font-weight: 600; color: var(--ink-2); }

/* ============================================================
   MÉTODO — 3 PILARES
   ============================================================ */
.pillars { margin-top: 46px; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .pillars { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; } }
.pillar { padding: 34px 30px; position: relative; overflow: hidden; }
.pillar::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 60% at 50% -10%, rgba(44,168,255,.12), transparent 60%); pointer-events: none; }
.pillar .p-ico { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; font-size: 26px; background: var(--brand-soft); border: 1px solid var(--brand-line); color: var(--brand-2); box-shadow: 0 0 30px rgba(44,168,255,.2); margin-bottom: 22px; }
.pillar .p-ico svg { width: 28px; height: 28px; }
.pillar .p-name { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brand-2); }
.pillar .p-title { font-size: 21px; font-weight: 700; letter-spacing: -.01em; margin-top: 6px; }
.pillar .p-desc { margin-top: 12px; color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.pillar .p-list { margin-top: 20px; display: grid; gap: 10px; list-style: none; padding: 0; }
.pillar .p-list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink); font-weight: 500; }
.pillar .p-list li .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 8px var(--glow); flex: none; }

/* ============================================================
   KITS / OFERTAS
   ============================================================ */
/* Timer de urgência (neon azul) */
.offer-timer {
  margin: 34px auto 0; max-width: 560px;
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  padding: 15px 24px; border-radius: var(--r-pill); text-align: center;
  color: var(--brand-2); font-size: 15px; font-weight: 600;
  background: linear-gradient(180deg, rgba(44,168,255,.12), rgba(10,20,45,.35));
  border: 1px solid var(--brand);
  box-shadow: 0 0 0 1px rgba(95,210,255,.25), 0 0 34px rgba(44,168,255,.35), inset 0 0 22px rgba(44,168,255,.12);
  animation: timerGlow 2.4s var(--ease) infinite;
}
@keyframes timerGlow {
  0%,100% { box-shadow: 0 0 0 1px rgba(95,210,255,.22), 0 0 26px rgba(44,168,255,.28), inset 0 0 20px rgba(44,168,255,.1); }
  50%     { box-shadow: 0 0 0 1px rgba(95,210,255,.5), 0 0 46px rgba(44,168,255,.6), inset 0 0 26px rgba(44,168,255,.18); }
}
.offer-timer .ot-icon { display: inline-grid; place-items: center; color: var(--brand-2); }
.offer-timer .ot-icon svg { width: 20px; height: 20px; filter: drop-shadow(0 0 6px var(--glow)); }
.offer-timer .ot-text { color: var(--ink); font-weight: 500; }
.offer-timer .ot-clock {
  font-variant-numeric: tabular-nums; font-weight: 700; font-size: 20px; letter-spacing: .5px;
  color: #eaf6ff; padding: 4px 12px; border-radius: 10px;
  background: rgba(44,168,255,.16); border: 1px solid var(--brand-line);
  text-shadow: 0 0 12px rgba(95,210,255,.8);
}
.offer-timer.ending { border-color: #ff6b6b; color: #ff9a9a; animation: none; box-shadow: 0 0 0 1px rgba(255,107,107,.3), 0 0 34px rgba(255,107,107,.4); }
.offer-timer.ending .ot-clock { background: rgba(255,107,107,.16); border-color: rgba(255,107,107,.4); color: #ffd9d9; text-shadow: 0 0 12px rgba(255,120,120,.7); }
@media (prefers-reduced-motion: reduce) { .offer-timer { animation: none; } }
@media (max-width: 480px) { .offer-timer { font-size: 13.5px; padding: 13px 18px; gap: 9px; } .offer-timer .ot-clock { font-size: 18px; } }

.kits { margin-top: 40px; display: grid; gap: 24px; grid-template-columns: 1fr 1.12fr; align-items: start; }
@media (max-width: 940px) { .kits { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; gap: 30px; } }
.kit { padding: 34px 32px; display: flex; flex-direction: column; }
.kit-tag { display: inline-flex; align-self: flex-start; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); background: rgba(255,255,255,.05); border: 1px solid var(--border); padding: 6px 12px; border-radius: 999px; margin-bottom: 18px; }
.kit-name { font-size: 22px; font-weight: 700; letter-spacing: -.01em; }
.kit-sub { margin-top: 8px; color: var(--ink-2); font-size: 15px; line-height: 1.5; min-height: 44px; }
.kit-offer {
  margin-top: 22px; display: inline-flex; align-self: flex-start; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .01em; color: var(--warn);
  background: rgba(255,176,32,.1); border: 1px solid rgba(255,176,32,.3);
  padding: 7px 13px; border-radius: 999px;
}
.kit-offer b { color: #ffce70; }
.kit-offer .offer-flame { font-size: 13px; animation: flameFlick 1.6s ease-in-out infinite; }
.kit-offer.featured-offer { color: #ffd98a; background: rgba(255,190,60,.14); border-color: rgba(255,190,60,.4); box-shadow: 0 0 22px rgba(255,180,40,.18); }
@keyframes flameFlick { 0%,100% { transform: rotate(-4deg) scale(1); } 50% { transform: rotate(4deg) scale(1.14); } }
@media (prefers-reduced-motion: reduce) { .kit-offer .offer-flame { animation: none; } }
.kit-anchor { margin-top: 14px; font-size: 14px; color: var(--ink-3); }
.kit-anchor s { color: var(--ink-2); text-decoration-thickness: 1.5px; margin-right: 3px; }
.kit-price { margin-top: 4px; display: flex; align-items: flex-end; gap: 10px; }
.kit-save { margin-top: 10px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--success); }
.kit-save svg { width: 15px; height: 15px; }
.kit-price .cur { font-size: 20px; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; }
.kit-price .amt { font-size: 46px; font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.kit-price .per { font-size: 13px; color: var(--ink-3); margin-bottom: 6px; }
.kit-groups { margin-top: 24px; display: grid; gap: 20px; }
.kit-group .kg-head { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; }
.kit-group .kg-head .kg-ico { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: var(--brand-soft); border: 1px solid var(--brand-line); color: var(--brand-2); }
.kit-group .kg-head .kg-ico svg { width: 15px; height: 15px; }
.kit-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.kit-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.kit-list li .ck { width: 19px; height: 19px; flex: none; border-radius: 6px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand-2); margin-top: 1px; }
.kit-list li .ck svg { width: 12px; height: 12px; }
.kit-benefit { margin-top: 24px; padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,.035); border: 1px solid var(--border); font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.kit-benefit strong { color: var(--brand-2); font-weight: 600; }
.kit-cta { margin-top: 24px; }
.kit-cta .btn { width: 100%; }
.kit-foot { margin-top: 14px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; font-size: 12.5px; color: var(--ink-3); }
.kit-foot span { display: inline-flex; align-items: center; gap: 5px; }
.kit-foot svg { width: 13px; height: 13px; color: var(--brand-2); }

/* Kit básico (discreto) */
.kit-basic { align-self: stretch; }

/* Kit destaque */
.kit-featured {
  position: relative;
  border: 1.5px solid var(--border-str);
  background: linear-gradient(180deg, rgba(30,90,190,.16), rgba(10,18,40,.35));
  box-shadow: var(--shadow-lg), 0 0 60px rgba(44,168,255,.16);
  transform: scale(1.015);
}
@media (min-width: 941px) { .kit-featured { margin-top: -14px; padding-top: 44px; } }
.kit-featured::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(160deg, rgba(95,210,255,.6), rgba(44,168,255,.05) 40%, rgba(44,168,255,.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.kit-badges { position: absolute; top: -14px; left: 0; right: 0; display: flex; gap: 10px; justify-content: center; }
.kit-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .03em; padding: 7px 14px; border-radius: 999px; white-space: nowrap; }
.kit-badge.main { background: var(--grad-brand); color: #fff; box-shadow: 0 8px 22px var(--glow); }
.kit-badge.sub { background: rgba(6,12,26,.92); color: var(--brand-2); border: 1px solid var(--brand-line); }
.kit-badge .stars { letter-spacing: -1px; color: #ffd66b; }
.kit-featured .kit-name { color: #fff; }
.kit-featured .kit-price .amt { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.kit-strip { margin-top: 16px; display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600; color: var(--brand-2); background: var(--brand-soft); border: 1px solid var(--brand-line); padding: 8px 14px; border-radius: 999px; }
.kit-strip svg { width: 14px; height: 14px; }
.kit-group.bonus .kg-head { color: var(--warn); }
.kit-group.bonus .kg-head .kg-ico { background: rgba(255,176,32,.12); border-color: rgba(255,176,32,.3); color: var(--warn); }
.kit-group.bonus .kit-list li .ck { background: rgba(255,176,32,.12); color: var(--warn); }

/* ---------- Comparação ---------- */
.compare-wrap { margin: 46px auto 0; max-width: 860px; }
@media (max-width: 620px) {
  .compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; border-radius: 18px; }
  .compare-wrap::-webkit-scrollbar { display: none; }
  .compare { min-width: 520px; }
}
.compare { width: 100%; border-collapse: separate; border-spacing: 0; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.compare th, .compare td { padding: 15px 18px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--border-soft); }
.compare thead th { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); background: rgba(255,255,255,.03); }
.compare thead th.col-feat { color: var(--brand-2); }
.compare td.col-basic { color: var(--ink-2); }
.compare td.col-feat { color: var(--ink); font-weight: 500; background: rgba(44,168,255,.05); }
.compare td .x { color: var(--ink-3); }
.compare td .ck { display: inline-flex; align-items: center; gap: 8px; }
.compare td .ck svg { width: 15px; height: 15px; color: var(--brand-2); flex: none; }
.compare tr:last-child td { border-bottom: none; }
@media (max-width: 560px) { .compare th, .compare td { padding: 12px 12px; font-size: 13px; } }

.diff-box { margin: 30px auto 0; max-width: 680px; text-align: center; padding: 30px 32px; border-radius: 20px; background: linear-gradient(180deg, rgba(30,90,190,.18), rgba(10,18,40,.35)); border: 1px solid var(--border-str); box-shadow: 0 0 50px rgba(44,168,255,.12); }
.diff-box .d-h { font-size: clamp(22px, 3.6vw, 30px); font-weight: 700; letter-spacing: -.01em; }
.diff-box .d-h strong { color: var(--brand-2); }
.diff-box .d-t { margin-top: 10px; color: var(--ink-2); font-size: 16px; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.tst-wrap { margin-top: 46px; }
.tst-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
  .tst-grid { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 88%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 14px; scrollbar-width: none; }
  .tst-grid::-webkit-scrollbar { display: none; }
  .tst-card { scroll-snap-align: center; }
}
@media (max-width: 520px) { .tst-grid { grid-auto-columns: 88%; } }
.tst-card { padding: 26px; display: flex; flex-direction: column; }
.tst-top { display: flex; align-items: center; gap: 14px; }
.tst-avatar { width: 50px; height: 50px; border-radius: 50%; flex: none; display: grid; place-items: center; font-weight: 700; font-size: 18px; color: #fff; background: var(--grad-brand); box-shadow: 0 6px 18px var(--glow); overflow: hidden; }
.tst-avatar img { width: 100%; height: 100%; object-fit: cover; }
.tst-meta { display: flex; flex-direction: column; min-width: 0; }
.tst-meta .tst-name { font-weight: 600; font-size: 16px; letter-spacing: -.01em; }
.tst-meta .tst-obj { font-size: 13px; color: var(--ink-2); margin-top: 2px; }
.tst-stars { margin-left: auto; color: rgba(255,214,107,.85); font-size: 13px; letter-spacing: 1px; align-self: flex-start; }
.tst-quote { margin-top: 18px; font-size: 15px; color: var(--ink); line-height: 1.62; flex: 1; }
.tst-tag { margin-top: 20px; align-self: flex-start; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--brand-2); background: var(--brand-soft); border: 1px solid var(--brand-line); padding: 6px 12px; border-radius: 999px; }
.tst-tag svg { width: 13px; height: 13px; }
.tst-hint { margin-top: 16px; text-align: center; font-size: 13px; color: var(--ink-3); display: none; }
@media (max-width: 900px) { .tst-hint { display: block; } }
.tst-disclaimer { margin: 26px auto 0; max-width: 720px; text-align: center; font-size: 12.5px; color: var(--ink-3); line-height: 1.6; }

.tst-highlight { margin: 40px auto 0; max-width: 760px; text-align: center; padding: 44px 40px; border-radius: 24px; background: linear-gradient(180deg, rgba(30,90,190,.16), rgba(10,18,40,.4)); border: 1px solid var(--border-str); box-shadow: var(--shadow-lg), 0 0 60px rgba(44,168,255,.1) inset; }
.tst-highlight .th-h { font-size: clamp(23px, 4vw, 32px); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.tst-highlight .th-h .grad-text { display: inline; }
.tst-highlight .th-t { margin-top: 18px; color: var(--ink-2); font-size: 16.5px; line-height: 1.6; }

/* ---------- Guarantee ---------- */
.guar { margin-top: 44px; display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: center; }
@media (max-width: 680px) { .guar { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.seal { width: 180px; height: 180px; border-radius: 50%; flex: none; position: relative; display: grid; place-items: center; text-align: center; color: #fff; background: radial-gradient(120% 120% at 30% 20%, #5fd2ff, #0a63e6); box-shadow: 0 20px 50px var(--glow); }
.seal::after { content: ""; position: absolute; inset: 10px; border-radius: 50%; border: 2px dashed rgba(255,255,255,.5); }
.seal .n { font-size: 44px; font-weight: 700; line-height: 1; }
.seal .u { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.seal .g { font-size: 11px; letter-spacing: .1em; margin-top: 8px; opacity: .92; }

/* ---------- FAQ ---------- */
.faq { margin: 44px auto 0; max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 24px 4px; display: flex; align-items: center; gap: 18px; font-size: 18px; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.faq-q .chev { margin-left: auto; flex: none; color: var(--ink-3); transition: transform .3s var(--ease); }
.faq-q .chev svg { width: 20px; height: 20px; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); color: var(--brand-2); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 4px 24px; color: var(--ink-2); font-size: 16px; line-height: 1.6; }

/* ---------- Final ---------- */
.final-card { max-width: 800px; margin: 0 auto; text-align: center; padding: clamp(40px, 6vw, 66px) clamp(28px, 5vw, 56px); border-radius: 28px; background: linear-gradient(180deg, rgba(30,90,190,.2), rgba(8,14,30,.55)); border: 1px solid var(--border-str); box-shadow: var(--shadow-lg), 0 0 80px rgba(44,168,255,.14) inset; }
.final-card .h2 { color: #fff; }
.final-card .lead { color: var(--ink-2); margin-top: 20px; }
.final-card .btn { margin-top: 34px; }

.footer { padding: 64px 0 100px; text-align: center; border-top: 1px solid var(--border-soft); margin-top: 40px; }
.footer .logo-full { height: 40px; margin: 0 auto 26px; }
.footer .quote { max-width: 640px; margin: 0 auto; font-size: 19px; font-weight: 500; color: var(--ink); line-height: 1.55; letter-spacing: -.01em; }
.footer .fine { margin-top: 26px; font-size: 12.5px; color: var(--ink-3); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; transform: translateY(160%); transition: transform .45s var(--ease); display: none; }
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { box-shadow: 0 12px 34px rgba(20,120,255,.55); }
@media (max-width: 680px) { .sticky-cta { display: block; } }

/* ============================================================
   DOWNSELL / UPSELL MODAL
   ============================================================ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 120;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(3,6,14,.72); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transition: opacity .32s var(--ease), visibility .32s var(--ease);
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-card {
  position: relative; width: 100%; max-width: 520px; max-height: 92vh; overflow-y: auto;
  padding: 40px 36px 34px; border-radius: 26px;
  background:
    radial-gradient(120% 70% at 50% -8%, rgba(44,168,255,.18), transparent 60%),
    linear-gradient(180deg, #0d1526, #0a1120);
  border: 1px solid var(--border-str);
  box-shadow: var(--shadow-lg), 0 0 80px rgba(44,168,255,.2);
  transform: translateY(20px) scale(.96); opacity: 0;
  transition: transform .4s var(--ease), opacity .4s var(--ease);
  scrollbar-width: thin;
}
.modal-overlay.open .modal-card { transform: none; opacity: 1; }
.modal-close {
  position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 11px;
  display: grid; place-items: center; color: var(--ink-2);
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  transition: all .2s var(--ease);
}
.modal-close:hover { color: #fff; background: rgba(255,255,255,.1); transform: rotate(90deg); }
.modal-close svg { width: 20px; height: 20px; }
.modal-alert {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase;
  color: #ffce70; background: rgba(255,180,40,.14); border: 1px solid rgba(255,190,60,.38);
  padding: 8px 14px; border-radius: 999px;
}
.modal-alert .offer-flame { animation: flameFlick 1.4s ease-in-out infinite; }
.modal-title { font-size: clamp(22px, 4vw, 27px); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; margin-top: 18px; }
.modal-lead { margin-top: 14px; color: var(--ink-2); font-size: 15.5px; line-height: 1.6; }
.modal-lead b { color: var(--brand-2); font-weight: 600; }
.modal-offer-card {
  margin-top: 24px; padding: 26px 24px; border-radius: 18px; position: relative;
  background: linear-gradient(180deg, rgba(30,90,190,.18), rgba(10,18,40,.4));
  border: 1px solid var(--border-str); box-shadow: 0 0 44px rgba(44,168,255,.14) inset;
}
.mo-badge {
  position: absolute; top: -12px; left: 24px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .03em; color: #fff;
  background: var(--grad-brand); padding: 6px 13px; border-radius: 999px; box-shadow: 0 8px 20px var(--glow);
}
.mo-name { font-size: 17px; font-weight: 700; letter-spacing: -.01em; margin-top: 6px; }
.mo-price { display: flex; align-items: flex-end; gap: 12px; margin-top: 12px; }
.mo-anchor { font-size: 14px; color: var(--ink-3); margin-bottom: 8px; }
.mo-anchor s { color: var(--ink-2); }
.mo-amount { font-size: 46px; font-weight: 700; letter-spacing: -.02em; line-height: 1; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.mo-amount .cur { font-size: 20px; -webkit-text-fill-color: var(--ink-2); margin-right: 3px; }
.mo-save { margin-top: 12px; display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--success); }
.mo-save svg { width: 15px; height: 15px; flex: none; }
.mo-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.mo-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--ink); line-height: 1.45; }
.mo-list li .ck { width: 18px; height: 18px; flex: none; border-radius: 6px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand-2); margin-top: 1px; }
.mo-list li .ck svg { width: 12px; height: 12px; }
.modal-actions { margin-top: 26px; }
.modal-decline {
  display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 12px;
  min-height: 52px; padding: 10px 18px;
  background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: var(--r-btn);
  color: var(--ink-2); font-size: 13.5px; font-weight: 500; line-height: 1.35; text-align: center;
  transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.modal-decline:hover { background: rgba(255,255,255,.07); border-color: var(--border-str); color: var(--ink); transform: translateY(-1px); }
@media (max-width: 480px) { .modal-card { padding: 34px 22px 26px; } }
@media (prefers-reduced-motion: reduce) {
  .modal-overlay, .modal-card { transition: opacity .2s; }
  .modal-card { transform: none; }
}

/* ============================================================
   NOTIFICAÇÕES DE COMPRA (prova social)
   ============================================================ */
.notif-host { position: fixed; top: 84px; right: 18px; z-index: 70; display: flex; flex-direction: column; gap: 10px; width: 320px; max-width: calc(100vw - 36px); pointer-events: none; }
.notif {
  display: flex; align-items: center; gap: 13px; padding: 13px 15px; border-radius: 15px;
  background: linear-gradient(180deg, rgba(16,26,50,.92), rgba(9,14,28,.94));
  border: 1px solid var(--border-str);
  box-shadow: 0 18px 44px rgba(0,0,0,.55), 0 0 34px rgba(44,168,255,.14);
  backdrop-filter: blur(14px);
  transform: translateX(120%); opacity: 0;
  transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.notif.in { transform: translateX(0); opacity: 1; }
.notif .n-ava { width: 40px; height: 40px; border-radius: 12px; flex: none; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px; background: var(--grad-brand); box-shadow: 0 0 18px var(--glow); position: relative; }
.notif .n-ava .n-badge { position: absolute; bottom: -3px; right: -3px; width: 17px; height: 17px; border-radius: 50%; background: var(--success); border: 2px solid #0b1224; display: grid; place-items: center; }
.notif .n-ava .n-badge svg { width: 9px; height: 9px; color: #04121a; }
.notif .n-body { min-width: 0; }
.notif .n-title { font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.notif .n-title b { color: var(--brand-2); font-weight: 700; }
.notif .n-sub { font-size: 11.5px; color: var(--ink-3); margin-top: 3px; display: flex; align-items: center; gap: 5px; }
.notif .n-sub .n-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 6px var(--success); }
@media (max-width: 680px) {
  .notif-host { top: auto; bottom: 84px; right: 10px; left: 10px; width: auto; align-items: flex-start; }
  .notif { width: 100%; max-width: 340px; }
}
@media (prefers-reduced-motion: reduce) { .notif { transition: opacity .3s; transform: none; } }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .06s; }
.reveal.d2 { transition-delay: .12s; }
.reveal.d3 { transition-delay: .18s; }
.reveal.d4 { transition-delay: .24s; }
.reveal.d5 { transition-delay: .30s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .quiz-step { animation: none; }
}
.divider-soft { border: none; border-top: 1px solid var(--border-soft); margin: 0; }

/* ============================================================
   MICRO-INTERAÇÕES / POLIMENTO (premium, sutil)
   ============================================================ */
/* Shine nos botões primários */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-18deg); pointer-events: none;
}
.btn-primary:hover::after { animation: btnShine .85s var(--ease); }
@keyframes btnShine { from { left: -130%; } to { left: 150%; } }
.btn:active { transform: translateY(1px) scale(.99); }

/* Stat cards: leve elevação no hover */
.stat-card { transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.stat-card:hover { transform: translateY(-4px); border-color: var(--border-str); box-shadow: var(--shadow-md); }

/* Ícones que reagem ao hover do card */
.card.hoverable:hover .card-icon,
.pillar:hover .p-ico { transform: scale(1.08) rotate(-4deg); box-shadow: 0 0 34px rgba(44,168,255,.32); }
.card-icon, .p-ico { transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.mission:hover .m-num { transform: scale(1.06); box-shadow: 0 0 26px rgba(44,168,255,.28); }
.mission .m-num { transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.lib-card:hover .lib-result { border-color: var(--brand); }

/* Nós de fluxo / ciclo reagem ao hover */
.flow-node, .cycle-node { transition: transform .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
.flow-node:hover { transform: translateY(-3px); border-color: var(--border-str); }
.cycle-node:hover { transform: translateY(-2px); color: var(--ink); border-color: var(--border-str); }

/* Kit destaque: glow respirando + badge pulsando */
.kit-featured { animation: kitBreath 4.5s ease-in-out infinite; }
@keyframes kitBreath {
  0%, 100% { box-shadow: var(--shadow-lg), 0 0 54px rgba(44,168,255,.14); }
  50%      { box-shadow: var(--shadow-lg), 0 0 92px rgba(44,168,255,.3); }
}
.kit-badge.main { animation: badgePulse 2.8s var(--ease) infinite; }
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 8px 22px rgba(44,168,255,.4); }
  50%      { box-shadow: 0 8px 30px rgba(44,168,255,.75); }
}
.kit-featured .kit-price .amt { transition: filter .3s var(--ease); }
.kit-featured:hover .kit-price .amt { filter: brightness(1.15); }

/* Itens de lista dos kits: destaque no hover */
.kit-list li { transition: color .2s var(--ease); }
.kit:hover .kit-list li { color: var(--ink); }

/* Timeline nodes: brilho ao ativar (já animados via JS) */
.htl-node.on .dot, .vtl-item.edge .node { will-change: transform; }

/* Depoimentos: leve glow no hover */
.tst-card:hover { border-color: var(--border-str); box-shadow: var(--shadow-md), 0 0 40px rgba(44,168,255,.1); }
.tst-card:hover .tst-avatar { transform: scale(1.06); }
.tst-avatar { transition: transform .3s var(--ease); }

/* Seal da garantia gira suavemente */
.seal { animation: sealFloat 6s ease-in-out infinite; }
@keyframes sealFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Eyebrows deslizam sutilmente ao revelar */
.reveal .eyebrow { transition: transform .5s var(--ease); }

@media (prefers-reduced-motion: reduce) {
  .btn-primary::after { display: none; }
  .kit-featured, .kit-badge.main, .seal { animation: none; }
}

/* Mobile: botões largura total */
@media (max-width: 640px) {
  .btn { white-space: normal; text-align: center; line-height: 1.25; }
  .hero-cta .btn,
  .section .center > .btn,
  .final-card > .btn { display: flex; width: 100%; }
  .final-card > .btn { max-width: 420px; margin-left: auto; margin-right: auto; }
}
