/* A.J.M Transportes — Premium Dark Edition */

:root {
  /* Backgrounds — navy corporativo de luxo */
  --bg: #050816;
  --bg-2: #07142A;
  --bg-3: #0D1F3A;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-2: rgba(255, 255, 255, 0.045);
  --surface-3: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.07);
  --line-strong: rgba(255, 255, 255, 0.12);
  --line-bright: rgba(255, 255, 255, 0.22);

  /* Texto */
  --text: #f5f6fa;
  --text-2: #d8dbe5;
  --text-dim: rgba(245, 246, 250, 0.62);
  --text-faint: rgba(245, 246, 250, 0.38);

  /* Cores da marca AJM */
  --brand-blue: #60A5FA;             /* accent claro */
  --brand-blue-2: #2563EB;            /* primary */
  --brand-blue-3: #93c5fd;
  --brand-blue-deep: #1e3a8a;
  --brand-red: #3B82F6;              /* azul secundário (antigo vermelho) */
  --brand-red-2: #2563EB;
  --brand-red-deep: #1e40af;
  --brand-red-soft: rgba(37, 99, 235, 0.14);
  --brand-blue-soft: rgba(37, 99, 235, 0.12);
  --error: #ef4444;
  --error-soft: rgba(239, 68, 68, 0.14);

  /* Vermelho premium — reservado p/ urgência e sinais de confiança */
  --accent-red: #E5484D;
  --accent-red-soft: rgba(229, 72, 77, 0.14);
  --accent-red-line: rgba(229, 72, 77, 0.32);

  /* Aliases legados */
  --accent: var(--brand-red);
  --accent-soft: var(--brand-red-soft);
  --primary: var(--brand-blue);

  --success: #34d399;
  --warn: #fbbf24;
  --whatsapp: #25d366;

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 36px;

  --font-display: 'Bricolage Grotesque', 'Manrope', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --shadow-1: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-2: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 20px 40px -16px rgba(0, 0, 0, 0.6);
  --shadow-3: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 40px 80px -28px rgba(0, 0, 0, 0.8);
  --glow-blue: 0 0 60px -10px rgba(74, 139, 255, 0.45);
  --glow-red:  0 0 50px -10px rgba(37, 99, 235, 0.4);
}

/* ===== Refino luxury dark: menos gradiente, azul estratégico, vermelho p/ urgência/confiança ===== */

/* Banner de atividade = sinal de URGÊNCIA → vermelho */
.eyebrow .dot {
  background: var(--success) !important;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.22), 0 0 10px var(--success) !important;
}
.eyebrow b { color: var(--text); }

/* CTA primário: azul sólido, sem gradiente/halo — máxima clareza */
.btn.primary {
  background: #2563EB;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 24px -10px rgba(37, 99, 235, 0.6);
}
.btn.primary::before { display: none; }
.btn.primary:hover {
  background: #3B82F6;
  filter: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 30px -10px rgba(37, 99, 235, 0.7);
}

/* Texto de destaque dos títulos: branco limpo (remove gradiente azul) */
.section h2 .red-em,
.section h2 .blue-em { background: none; -webkit-text-fill-color: currentColor; color: var(--text); }
.hero h1 em { background: none; -webkit-text-fill-color: currentColor; color: #fff; }
.stat b { background: none; -webkit-text-fill-color: currentColor; color: #fff; }
.tb-big strong { background: none; -webkit-text-fill-color: currentColor; color: var(--accent-red); }

/* Sublinhado do hero = único ponto de azul forte no título (azul estratégico) */
.hero h1 .underline { color: var(--text); }
.hero h1 .underline::after { background: #2563EB; opacity: 0.9; height: 0.14em; }

/* Tags de seção: azul discreto, sem glow */
.section-tag { box-shadow: none; color: var(--brand-blue-3); border-color: rgba(37, 99, 235, 0.28); background: rgba(37, 99, 235, 0.1); }
.section-tag.blue { box-shadow: none; }

/* Selos de CONFIANÇA → acento vermelho */
.trust::before { background: var(--accent-red); box-shadow: none; }
.tb-item:first-child .tb-icon {
  background: var(--accent-red);
  box-shadow: 0 8px 18px -8px rgba(229, 72, 77, 0.5);
}
.tbadge:nth-child(2) .tbadge-icon,
.tbadge:nth-child(3) .tbadge-icon {
  background: var(--accent-red);
  box-shadow: 0 8px 16px -6px rgba(229, 72, 77, 0.5);
}

/* Urgência no quiz → vermelho */
.urgency-card[data-selected="true"] .badge { color: var(--accent-red); }

/* Reduz ruído: suaviza glows de ícones e sombras coloridas */
.feature-icon { box-shadow: none; }
.feature:nth-child(3n+2) .feature-icon { box-shadow: none; }
.fs-icon { box-shadow: none; }
.step-icon { box-shadow: inset 0 1px 0 rgba(255,255,255,0.18); }
.tbadge-icon { box-shadow: none; }
.hc-progress > i, .quiz-progress > i { box-shadow: none; }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-feature-settings: 'ss01', 'cv11';
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
input, textarea, select { font-family: inherit; color: inherit; }

/* ────────────────────────── Ambient background ─────────────────────────── */
.page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
}
.page::before {
  content: '';
  position: fixed; inset: 0;
  background:
    radial-gradient(820px 560px at 90% -14%, rgba(37, 99, 235, 0.16), transparent 58%),
    radial-gradient(700px 460px at 4% 22%, rgba(13, 31, 58, 0.5), transparent 60%);
  z-index: -3;
  pointer-events: none;
}
.page::after {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 30%, transparent 80%);
  z-index: -2;
  pointer-events: none;
}
.grain {
  position: fixed; inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ────────────────────────── Container ──────────────────────────────────── */
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 640px) { .wrap { padding: 0 20px; } }

/* ────────────────────────── Nav ─────────────────────────────────────────── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  background: rgba(7, 8, 11, 0.7);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 19px;
}
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  display: grid; place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 8px 20px -10px rgba(37, 99, 235, 0.35);
  position: relative;
}
.brand-mark svg { width: 30px; height: 30px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; gap: 2px; }
.brand-text b {
  letter-spacing: 0.02em;
  font-weight: 800;
  font-size: 17px;
  color: var(--text);
}
.brand-text small {
  color: var(--text-dim);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-links {
  display: flex; gap: 30px;
  font-size: 14px; color: var(--text-dim);
  font-weight: 500;
}
.nav-links a {
  position: relative;
  padding: 4px 0;
  transition: color 200ms;
}
.nav-links a:hover { color: var(--text); }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%; bottom: -2px;
  height: 1px;
  background: var(--brand-blue);
  transition: right 200ms cubic-bezier(.3,.7,.4,1);
}
.nav-links a:hover::after { right: 0; }
.nav-cta {
  display: flex; align-items: center; gap: 14px;
}
.nav-phone {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-dim);
}
.nav-phone span { color: var(--text); font-weight: 500; }
@media (max-width: 1024px) { .nav-links { display: none; } }
@media (max-width: 720px) { .nav-phone { display: none; } }

/* ────────────────────────── Buttons ─────────────────────────────────────── */
.btn {
  appearance: none;
  border: 0;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.005em;
  transition: transform 160ms cubic-bezier(.3,.7,.4,1), background 220ms, box-shadow 240ms, filter 200ms;
  white-space: nowrap;
  font-family: var(--font-body);
  position: relative;
  isolation: isolate;
}
.btn:active { transform: translateY(1px); }

.btn.primary {
  background: linear-gradient(180deg, #2563EB 0%, var(--brand-red-2) 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 1px 2px rgba(0, 0, 0, 0.4),
    0 14px 32px -10px rgba(37, 99, 235, 0.55),
    0 0 0 1px rgba(37, 99, 235, 0.4);
}
.btn.primary::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 22px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.4), transparent 70%);
  z-index: -1;
  opacity: 0.5;
  transition: opacity 240ms;
}
.btn.primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 1px 2px rgba(0, 0, 0, 0.4),
    0 22px 44px -10px rgba(37, 99, 235, 0.7),
    0 0 0 1px rgba(37, 99, 235, 0.5);
}
.btn.primary:hover::before { opacity: 1; }

.btn.secondary {
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.4),
    0 14px 32px -10px rgba(74, 139, 255, 0.5);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--line-bright);
  transform: translateY(-1px);
}

.btn.outline {
  background: transparent;
  color: var(--brand-blue-3);
  border: 1.5px solid var(--brand-blue-2);
}
.btn.outline:hover {
  background: rgba(37, 99, 235, 0.1);
  border-color: var(--brand-blue);
  transform: translateY(-1px);
}

.btn.lg { padding: 18px 30px; font-size: 16px; border-radius: 16px; }
.btn.sm { padding: 10px 18px; font-size: 13px; border-radius: 11px; }

.btn-arrow {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 200ms cubic-bezier(.3,.7,.4,1);
}
.btn.ghost .btn-arrow { background: rgba(255, 255, 255, 0.08); }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ────────────────────────── Eyebrow ─────────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--text-dim);
  font-family: var(--font-mono);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow-1);
}
.eyebrow b { color: var(--text); font-weight: 600; }
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--success) 22%, transparent),
              0 0 10px var(--success);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

/* ────────────────────────── Hero ────────────────────────────────────────── */
.hero {
  padding: 72px 0 64px;
  position: relative;
}
.hero-amber {
  position: absolute;
  top: -10%; right: -5%;
  width: 70%; height: 120%;
  background:
    radial-gradient(circle at 70% 40%, rgba(37, 99, 235, 0.34), transparent 60%),
    radial-gradient(circle at 50% 70%, rgba(37, 99, 235, 0.16), transparent 65%);
  z-index: 0;
  pointer-events: none;
  filter: blur(8px);
}
.hero-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 40px;
  align-items: center;
  min-height: 560px;
}
/* Caminhão — visual protagonista flutuante */
.hero-truck {
  position: relative;
  z-index: 1;
  width: 115%;            /* +15% — invade a borda direita, estilo Tesla */
  margin-right: -15%;
  aspect-ratio: 16 / 10;
  justify-self: end;
  pointer-events: auto;
}
.hero-truck-float {
  position: absolute;
  inset: 0;
  z-index: 1;
  animation: truckFloat 6s ease-in-out infinite;
  will-change: transform;
}
@keyframes truckFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}
.hero-truck-glow {
  position: absolute;
  inset: -12% -8% -18% -8%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(closest-side at 52% 46%, rgba(37, 99, 235, 0.45), rgba(37, 99, 235, 0.12) 55%, transparent 78%),
    radial-gradient(closest-side at 60% 80%, rgba(96, 165, 250, 0.22), transparent 70%);
  filter: blur(14px);
  animation: glowPulse 6s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.04); }
}
/* Sombra projetada no chão — acompanha a flutuação em contrafase */
.hero-truck-shadow {
  position: absolute;
  z-index: 0;
  left: 14%; right: 6%; bottom: 4%;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.55), transparent 72%);
  filter: blur(10px);
  animation: shadowPulse 6s ease-in-out infinite;
}
@keyframes shadowPulse {
  0%, 100% { transform: scaleX(1);    opacity: 0.55; }
  50%      { transform: scaleX(0.88); opacity: 0.38; }
}
.hero-truck image-slot {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%; height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  filter: contrast(1.16) brightness(0.95) saturate(1.06);
  -webkit-filter: contrast(1.16) brightness(0.95) saturate(1.06);
  --slot-bg: transparent;
  box-shadow:
    0 40px 90px -30px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}
/* Faróis + reflexo premium sobre o caminhão */
.hero-truck-lights {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(60px 40px at 30% 74%, rgba(255, 246, 214, 0.7), rgba(255, 240, 190, 0.18) 45%, transparent 70%),
    radial-gradient(46px 30px at 38% 72%, rgba(255, 250, 235, 0.85), transparent 65%),
    linear-gradient(120deg, transparent 40%, rgba(120, 170, 255, 0.1) 55%, transparent 62%);
  mix-blend-mode: screen;
  animation: headlights 6s ease-in-out infinite;
}
@keyframes headlights {
  0%, 100% { opacity: 0.85; }
  50%      { opacity: 1; }
}
.hero-truck-fade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(5, 8, 22, 0.3) 10%, transparent 32%),
    linear-gradient(0deg, var(--bg) 0%, transparent 16%);
}
.hero-copy {
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .hero-stage { grid-template-columns: 1fr 1.05fr; gap: 28px; }
  .hero-truck { width: 112%; margin-right: -12%; }
}
@media (max-width: 980px) {
  .hero { padding: 48px 0 40px; }
  .hero-stage {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
  }
  .hero-truck {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 16 / 9;
    justify-self: stretch;
    order: -1;
  }
  .hero-truck-glow { inset: -8% -4% -12% -4%; }
  .hero-truck-fade {
    background: linear-gradient(0deg, var(--bg) 0%, transparent 36%);
  }
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 22px 0 24px;
  text-wrap: balance;
  color: var(--text);
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(180deg, #fff 0%, #b8c2db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero h1 .underline {
  position: relative;
  display: inline-block;
  color: var(--brand-red);
}
.hero h1 .underline::after {
  content: '';
  position: absolute;
  left: -2%; right: -2%; bottom: 0.06em;
  height: 0.16em;
  background: linear-gradient(90deg, var(--brand-red), transparent);
  z-index: -1;
  border-radius: 2px;
  opacity: 0.4;
}
.hero p.lead {
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--text-dim);
  max-width: 560px;
  margin: 0 0 36px;
  text-wrap: pretty;
  line-height: 1.55;
}
.hero-cta-row {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
/* Microcopy de reassurance sob o CTA (CRO — reduz atrito) */
.cta-note {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 16px 0 0;
  font-size: 13.5px;
  color: var(--text-dim);
  font-weight: 500;
}
.cta-note svg { color: var(--success); flex-shrink: 0; }
.cta-note.centered { justify-content: center; }
/* Faixa de confiança no CTA final */
.final-trust {
  position: relative;
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
}
.final-trust span {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.final-trust svg { color: var(--brand-blue-3); }
.final-trust span:nth-child(2) svg { color: var(--accent-red); }
.final-trust span:last-child svg { color: #fbbf24; }
.hero-meta {
  display: flex; gap: 36px; margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.hero-meta > div { display: flex; flex-direction: column; gap: 4px; }
.hero-meta b {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text);
}
.hero-meta b sup { color: var(--brand-red); font-size: 0.5em; vertical-align: super; }
.hero-meta span { font-size: 12px; color: var(--text-faint); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }

/* Hero card — glassmorphic SaaS dashboard */
.hero-card {
  position: relative;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid var(--line-strong);
  padding: 26px;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 60px 120px -30px rgba(0, 0, 0, 0.8),
    0 30px 60px -20px rgba(74, 139, 255, 0.2);
  overflow: hidden;
  transition: transform 480ms cubic-bezier(.3,.7,.4,1), box-shadow 480ms;
}
.hero-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 80px 140px -30px rgba(0, 0, 0, 0.85),
    0 40px 80px -20px rgba(74, 139, 255, 0.28);
}
.hero-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(74, 139, 255, 0.18), transparent 65%);
  pointer-events: none;
}
.hero-card::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12), transparent 65%);
  pointer-events: none;
}
.hc-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 18px;
  position: relative;
}
.hc-head strong {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--text);
  font-weight: 700;
}
.hc-head .live {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.2);
}
.hc-head .live .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
}
.hc-route {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: relative;
}
.hc-route-row {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
}
.hc-route-row + .hc-route-row { border-top: 1px dashed var(--line); }
.hc-pin {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border-radius: 50%;
  position: relative;
}
.hc-pin.origin {
  background: rgba(74, 139, 255, 0.18);
  color: var(--brand-blue);
  box-shadow: 0 0 14px rgba(74, 139, 255, 0.35);
}
.hc-pin.dest {
  background: rgba(37, 99, 235, 0.2);
  color: var(--brand-red);
  box-shadow: 0 0 14px rgba(37, 99, 235, 0.4);
}
.hc-route-row b { font-size: 14.5px; color: var(--text); font-weight: 600; }
.hc-route-row span { font-size: 12px; color: var(--text-faint); font-family: var(--font-mono); }
.hc-route-row .km {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-dim);
}
.hc-progress {
  margin: 20px 0 14px;
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.hc-progress > i {
  display: block;
  height: 100%;
  width: 62%;
  background: linear-gradient(90deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  border-radius: 999px;
  position: relative;
  box-shadow: 0 0 12px rgba(74, 139, 255, 0.55);
}
.hc-progress > i::after {
  content: '';
  position: absolute;
  right: -3px; top: 50%;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--brand-red);
  transform: translateY(-50%);
  box-shadow:
    0 0 0 4px rgba(37, 99, 235, 0.18),
    0 0 12px rgba(37, 99, 235, 0.8);
}
.hc-progress-labels {
  display: flex; justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  font-weight: 500;
}
.hc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.hc-stats div { display: flex; flex-direction: column; gap: 4px; }
.hc-stats b {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
}
.hc-stats span { font-size: 11px; color: var(--text-faint); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; }
.hc-quote {
  margin-top: 14px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--brand-blue-deep) 0%, var(--brand-blue-2) 60%, var(--brand-red-deep) 100%);
  border-radius: var(--radius);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 8px 28px -8px rgba(74, 139, 255, 0.4);
}
.hc-quote::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.hc-quote .qlbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.hc-quote .qprice {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.025em;
  margin-top: 4px;
}
.hc-quote .qprice small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  letter-spacing: 0;
}

/* ────────────────────────── Hero feature strip ─────────────────────────── */
.feature-strip {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 22px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 30px 60px -40px rgba(0, 0, 0, 0.7);
}
.fs-item {
  display: flex; align-items: center; gap: 12px;
  padding: 4px 22px;
  border-right: 1px solid var(--line);
}
.fs-item:last-child { border-right: 0; }
.fs-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: 11px;
  display: grid; place-items: center;
  background: rgba(37, 99, 235, 0.12);
  color: var(--brand-red);
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 0 20px -8px rgba(37, 99, 235, 0.5);
}
.fs-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fs-text b { font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
.fs-text span { font-size: 11.5px; color: var(--text-dim); line-height: 1.35; }
@media (max-width: 1080px) {
  .feature-strip { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .fs-item:nth-child(3n) { border-right: 0; }
  .fs-item { padding: 10px 16px; }
}
@media (max-width: 640px) {
  .feature-strip { grid-template-columns: 1fr 1fr; padding: 14px 6px; }
  .fs-item:nth-child(3n) { border-right: 1px solid var(--line); }
  .fs-item:nth-child(2n) { border-right: 0; }
  .fs-item { padding: 10px 12px; }
  .fs-text b { font-size: 13px; }
}

/* ────────────────────────── Hero trust band ────────────────────────────── */
.trust-band {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.3fr;
  gap: 0;
  padding: 22px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.tb-item {
  display: flex; align-items: center; gap: 14px;
  padding: 6px 26px;
  border-right: 1px solid var(--line);
}
.tb-item:last-child { border-right: 0; }
.tb-icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-strong);
  color: var(--text);
}
.tb-item:first-child .tb-icon {
  background: linear-gradient(180deg, var(--brand-red) 0%, var(--brand-red-2) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 18px -6px rgba(37, 99, 235, 0.55);
}
.tb-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tb-text > b { font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
.tb-text > span { font-size: 12px; color: var(--text-dim); line-height: 1.35; }
.tb-big { display: flex; flex-direction: column; gap: 1px; line-height: 1.05; }
.tb-big strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, var(--brand-red) 0%, #3B82F6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tb-reviews { gap: 14px; }
.tb-avatars { display: flex; flex-shrink: 0; }
.tb-av {
  width: 38px; height: 38px;
  border-radius: 50%;
  margin-left: -10px;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
  border: 2px solid var(--bg-2);
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.6);
}
.tb-av:first-child { margin-left: 0; }
.tb-av:nth-child(2) { background: linear-gradient(135deg, #3B82F6, var(--brand-red-2)); }
.tb-av:nth-child(3) { background: linear-gradient(135deg, var(--success), #0f9d58); }
.tb-av:nth-child(4) { background: linear-gradient(135deg, #fbbf24, #d97706); }
.tb-stars {
  display: flex; align-items: center; gap: 4px;
  color: #fbbf24;
}
.tb-stars svg { filter: drop-shadow(0 0 5px rgba(251, 191, 36, 0.4)); }
.tb-score {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
  margin-left: 6px;
}
@media (max-width: 1080px) {
  .trust-band { grid-template-columns: 1fr 1fr; gap: 8px; row-gap: 4px; }
  .tb-item { padding: 10px 18px; }
  .tb-item:nth-child(2n) { border-right: 0; }
  .tb-item:nth-child(1), .tb-item:nth-child(2) { border-bottom: 1px solid var(--line); padding-bottom: 16px; }
  .tb-item:nth-child(3), .tb-item:nth-child(4) { padding-top: 16px; }
}
@media (max-width: 560px) {
  .trust-band { grid-template-columns: 1fr; }
  .tb-item { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; padding: 14px 16px !important; }
  .tb-item:last-child { border-bottom: 0 !important; }
}

/* Logo strip */
.logo-strip {
  margin-top: 44px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.logo-strip-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; flex-wrap: wrap;
}
.logo-strip-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-faint);
  font-family: var(--font-mono);
  font-weight: 500;
}
.logo-strip-logos {
  display: flex; align-items: center; gap: 40px;
  flex-wrap: wrap;
}
.logo-strip-logos span {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 17px;
  color: var(--text-dim);
  opacity: 0.7;
  transition: opacity 200ms, color 200ms;
}
.logo-strip-logos span:hover { opacity: 1; color: var(--text); }

/* ────────────────────────── Section heading ─────────────────────────────── */
.section { padding: 110px 0; position: relative; }
@media (max-width: 720px) { .section { padding: 72px 0; } }
.section-head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 32px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}
.section-head > div { max-width: 720px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand-red);
  padding: 6px 14px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 999px;
  background: var(--brand-red-soft);
  margin-bottom: 20px;
  font-weight: 600;
  box-shadow: 0 0 30px -10px rgba(37, 99, 235, 0.4);
}
.section-tag.blue {
  color: var(--brand-blue);
  border-color: rgba(74, 139, 255, 0.22);
  background: var(--brand-blue-soft);
  box-shadow: 0 0 30px -10px rgba(74, 139, 255, 0.4);
}
.section h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  text-wrap: balance;
  color: var(--text);
}
.section h2 em {
  font-style: normal;
  color: var(--text-dim);
}
.section h2 .red-em {
  font-style: normal;
  background: linear-gradient(180deg, var(--brand-red) 0%, var(--brand-red-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section h2 .blue-em {
  font-style: normal;
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section .lead {
  font-size: 18px;
  color: var(--text-dim);
  margin: 0;
  text-wrap: pretty;
  line-height: 1.55;
}

/* ────────────────────────── Features grid ───────────────────────────────── */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  box-shadow: 0 60px 120px -40px rgba(0, 0, 0, 0.6);
}
.features::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(74, 139, 255, 0.12), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.10), transparent 50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 920px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }
.feature {
  background: rgba(7, 8, 11, 0.85);
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 12px;
  transition: background 240ms;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: '';
  position: absolute;
  top: -40%; left: 50%;
  width: 200px; height: 200px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(74, 139, 255, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 320ms;
  pointer-events: none;
}
.feature:hover { background: rgba(11, 13, 18, 0.92); }
.feature:hover::before { opacity: 1; }
.feature-icon {
  width: 48px; height: 48px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: rgba(74, 139, 255, 0.12);
  color: var(--brand-blue);
  margin-bottom: 12px;
  border: 1px solid rgba(74, 139, 255, 0.2);
  box-shadow: 0 0 24px -8px rgba(74, 139, 255, 0.4);
}
.feature:nth-child(3n+2) .feature-icon {
  background: rgba(37, 99, 235, 0.12);
  color: var(--brand-red);
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 0 24px -8px rgba(37, 99, 235, 0.4);
}
.feature-icon svg { width: 22px; height: 22px; }
.feature h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--text);
}
.feature p {
  color: var(--text-dim);
  font-size: 14.5px;
  margin: 0;
  line-height: 1.6;
}
.feature .feature-num {
  position: absolute;
  top: 14px; right: 24px;
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
  letter-spacing: -0.04em;
  line-height: 1;
  pointer-events: none;
  transition: -webkit-text-stroke-color 280ms;
}
.feature:hover .feature-num { -webkit-text-stroke-color: rgba(37, 99, 235, 0.3); }

/* ────────────────────────── How it works ────────────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
@media (max-width: 920px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
.step {
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
  transition: transform 240ms, box-shadow 240ms, border-color 240ms;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-blue), transparent);
  opacity: 0;
  transition: opacity 240ms;
}
.step:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 30px 60px -28px rgba(74, 139, 255, 0.4);
}
.step:hover::before { opacity: 1; }
.step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--brand-red);
  letter-spacing: 0.12em;
  font-weight: 600;
}
.step h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  margin: 4px 0 6px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.step p { color: var(--text-dim); font-size: 14px; margin: 0; line-height: 1.55; }
.step-icon {
  width: 40px; height: 40px;
  border-radius: 11px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 8px 20px -8px rgba(74, 139, 255, 0.55);
}
.step-icon svg { width: 18px; height: 18px; }

/* Section head — centered variant */
.section-head.center {
  justify-content: center;
  text-align: center;
  margin-bottom: 56px;
}
.section-head.center > div { margin: 0 auto; max-width: 640px; }
.section-head.center .section-tag { margin-left: auto; margin-right: auto; }

/* ────────────────────────── Timeline (Como funciona) ───────────────────── */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.timeline .tl-line {
  position: absolute;
  top: 38px; left: 12.5%; right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg,
    var(--brand-red) 0%, rgba(37, 99, 235, 0.5) 30%,
    rgba(74, 139, 255, 0.5) 70%, var(--brand-blue) 100%);
  opacity: 0.45;
  z-index: 0;
}
.tl-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 8px;
}
.tl-node {
  position: relative;
  width: 76px; height: 76px;
  border-radius: 22px;
  display: grid; place-items: center;
  margin-bottom: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 40px -20px rgba(0, 0, 0, 0.7);
  transition: transform 280ms cubic-bezier(.3,.7,.4,1), box-shadow 280ms, border-color 280ms;
}
.tl-step:hover .tl-node {
  transform: translateY(-4px);
  border-color: var(--brand-red);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 50px -20px rgba(37, 99, 235, 0.5);
}
.tl-node-icon {
  display: grid; place-items: center;
  color: var(--text);
}
.tl-step:hover .tl-node-icon { color: var(--brand-red); }
.tl-badge {
  position: absolute;
  top: -10px; right: -10px;
  width: 30px; height: 30px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #3B82F6, var(--brand-red-2));
  border: 2px solid var(--bg);
  box-shadow: 0 6px 16px -4px rgba(37, 99, 235, 0.6);
}
.tl-step h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--text);
}
.tl-step p {
  color: var(--text-dim);
  font-size: 14px;
  margin: 0;
  line-height: 1.55;
  max-width: 240px;
}
.timeline-cta {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
@media (max-width: 920px) {
  .timeline { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .timeline .tl-line { display: none; }
}
@media (max-width: 520px) {
  .timeline { grid-template-columns: 1fr; }
}

/* ────────────────────────── Coverage ────────────────────────────────────── */
.coverage {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 36px;
  align-items: center;
}
@media (max-width: 980px) { .coverage { grid-template-columns: 1fr; } }
.coverage-map {
  position: relative;
  aspect-ratio: 5 / 6;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 60px 120px -40px rgba(0, 0, 0, 0.7);
}
.coverage-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 40%, rgba(74, 139, 255, 0.15), transparent 60%);
  pointer-events: none;
}
.coverage-map svg { width: 100%; height: 100%; position: relative; }

/* Coverage chips overlay */
.cov-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text);
  background: rgba(7, 8, 11, 0.72);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.8);
}
.cov-chip b { color: var(--brand-red); font-weight: 700; }
.cov-chip .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
  animation: pulse 2s ease-in-out infinite;
}
.cov-chip-tl { top: 22px; left: 22px; }
.cov-chip-br { bottom: 22px; right: 22px; }
@media (max-width: 480px) {
  .cov-chip { font-size: 10px; padding: 6px 10px; }
  .cov-chip-tl { top: 14px; left: 14px; }
  .cov-chip-br { bottom: 14px; right: 14px; }
}
.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.coverage-list .reg {
  padding: 18px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 240ms, transform 240ms;
}
.coverage-list .reg:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}
.coverage-list .reg b {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  color: var(--text);
}
.coverage-list .reg span { color: var(--text-dim); font-size: 12.5px; }
.reg-bar {
  margin: 12px 0 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.reg-bar > i {
  display: block; height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-red));
  box-shadow: 0 0 10px -2px rgba(37, 99, 235, 0.5);
}
.coverage-list .reg .count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--brand-red);
  letter-spacing: 0.08em;
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

/* ────────────────────────── Stats band ──────────────────────────────────── */
.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(11, 13, 18, 0.9);
  border: 1px solid var(--line-strong);
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 50px 100px -40px rgba(0, 0, 0, 0.8);
}
.stats-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 50%, rgba(74, 139, 255, 0.10), transparent 50%),
    radial-gradient(circle at 100% 50%, rgba(37, 99, 235, 0.08), transparent 50%);
  pointer-events: none;
}
.stats-band::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-blue), var(--brand-red), transparent);
  opacity: 0.5;
}
@media (max-width: 800px) { .stats-band { grid-template-columns: repeat(2, 1fr); } }
.stat {
  padding: 36px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.stat:nth-child(4n), .stat:last-child { border-right: 0; }
@media (max-width: 800px) {
  .stat { border-right: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: 0; }
}
.stat b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, #c1c8db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat b sup { font-size: 0.5em; color: var(--brand-red); vertical-align: super; margin-left: 2px; -webkit-text-fill-color: var(--brand-red); }
.stat span {
  color: var(--text-dim);
  font-size: 14px;
  font-weight: 500;
}

/* ────────────────────────── Story (Nossa história) ──────────────────────── */
.story-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 920px) { .story-grid { grid-template-columns: 1fr; gap: 40px; } }
.story-aside .section-tag { margin-bottom: 16px; }
.story-aside h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  color: var(--text);
  text-wrap: balance;
}
.story-aside .lead { font-size: 17px; color: var(--text-dim); margin: 0 0 24px; line-height: 1.6; }
.story-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 30px 60px -34px rgba(0,0,0,0.7);
}
.story-photo image-slot { display: block; width: 100%; height: 100%; --slot-bg: rgba(255,255,255,0.03); }
.story-sign { margin-top: 18px; display: flex; flex-direction: column; gap: 2px; }
.story-sign b {
  font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--text);
}
.story-sign span { font-size: 13px; color: var(--text-faint); }

.story-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.story-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
}
.story-step-rail {
  position: relative;
  display: flex;
  justify-content: center;
}
.story-step-rail::before {
  content: '';
  position: absolute;
  top: 4px; bottom: -4px; left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--brand-blue-2), rgba(37,99,235,0.15));
}
.story-step:last-child .story-step-rail::before { display: none; }
.story-step-dot {
  position: relative;
  z-index: 1;
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid var(--line-strong);
  color: var(--brand-blue);
  backdrop-filter: blur(10px);
}
.story-step:last-child .story-step-dot {
  background: linear-gradient(180deg, var(--brand-blue), var(--brand-blue-2));
  color: #fff;
  border-color: transparent;
}
.story-step-body { padding-bottom: 30px; }
.story-step-yr {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-blue-3);
  font-weight: 600;
}
.story-step-body h4 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 6px 0 6px;
  color: var(--text);
}
.story-step-body p { color: var(--text-dim); font-size: 14.5px; margin: 0; line-height: 1.6; }

/* ────────────────────────── WhatsApp proof (prints) ─────────────────────── */
.wa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 920px) { .wa-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .wa-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }
.wa-print {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #0b141a;
  box-shadow: 0 40px 80px -36px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 240ms, box-shadow 240ms;
}
.wa-print:hover { transform: translateY(-4px); box-shadow: 0 50px 90px -36px rgba(0,0,0,0.85); }
.wa-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: #1f2c33;
  color: #e9edef;
}
.wa-bar > svg { color: #aebac1; flex-shrink: 0; }
.wa-av {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #cfd8dd;
  background: #3a4a54;
  flex-shrink: 0;
}
.wa-bar-text { display: flex; flex-direction: column; line-height: 1.2; flex: 1; min-width: 0; }
.wa-bar-text b { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-flex; align-items: center; gap: 5px; }
.wa-bar-text b svg { color: #8aa0aa; }
.wa-bar-text span { font-size: 11.5px; color: #8aa0aa; }
.wa-bar-icons { color: #aebac1; display: flex; }
.wa-thread {
  flex: 1;
  padding: 22px 16px;
  background-color: #0b141a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'><g fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1.4'><circle cx='20' cy='20' r='7'/><path d='M58 14h14v14H58z'/><path d='M68 56l8 8M76 56l-8 8'/><circle cx='24' cy='66' r='6'/><path d='M44 44l6 10h-12z'/></g></svg>");
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
.wa-bubble {
  align-self: flex-end;
  max-width: 92%;
  background: #005c4b;
  color: #e9edef;
  font-size: 14px;
  line-height: 1.45;
  padding: 8px 10px 6px;
  border-radius: 12px 12px 4px 12px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.wa-bubble.in {
  align-self: flex-start;
  background: #202c33;
  border-radius: 12px 12px 12px 4px;
}
.wa-sender {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #53bdeb;
  margin-bottom: 2px;
}
.wa-meta {
  display: inline-flex; align-items: center; gap: 4px;
  float: right;
  margin: 6px 0 -2px 10px;
  font-size: 10.5px;
  color: rgba(233,237,239,0.6);
}
.wa-meta.dark { color: rgba(233,237,239,0.45); }
.wa-input {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  background: #0b141a;
}
.wa-input-box {
  flex: 1;
  background: #1f2c33;
  color: #8aa0aa;
  font-size: 13px;
  padding: 9px 14px;
  border-radius: 999px;
}
.wa-send {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
}

/* ────────────────────────── Testimonials ────────────────────────────────── */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 920px) { .testimonials { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .testimonials { grid-template-columns: 1fr; } }
.tcard {
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex; flex-direction: column;
  transition: transform 240ms, box-shadow 240ms, border-color 240ms;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.tcard:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.6);
}
.tcard-rating {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
  color: #fbbf24;
}
.tcard-rating svg {
  width: 16px; height: 16px;
  filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.4));
}
.tcard-rating .glogo {
  margin-left: auto;
  display: flex; align-items: center; gap: 6px;
  font-size: 11px;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-mono);
  font-weight: 600;
}
.tcard p {
  margin: 0 0 18px;
  font-size: 15.5px;
  color: var(--text-2);
  line-height: 1.6;
  flex: 1;
}
.tcard-author {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.tcard-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 4px 12px -4px rgba(74, 139, 255, 0.5);
}
.tcard-author b { font-size: 14px; color: var(--text); }
.tcard-author span { display: block; font-size: 12px; color: var(--text-faint); }

/* Featured testimonial — large pull quote */
.tcard.featured {
  position: relative;
  margin-bottom: 18px;
  padding: 40px 44px;
  overflow: hidden;
  background:
    radial-gradient(700px 300px at 100% 0%, rgba(37, 99, 235, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}
.tcard.featured:hover { transform: none; }
.tcard.featured p {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 920px;
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
}
.tcard.featured .tcard-rating { position: relative; z-index: 1; }
.tcard.featured .tcard-author { border-top: 0; padding-top: 20px; position: relative; z-index: 1; }
.tcard.featured .tcard-avatar { width: 48px; height: 48px; font-size: 16px; }
.tcard.featured .tcard-author b { font-size: 15px; }
.tcard-quote-mark {
  position: absolute;
  top: -36px; right: 30px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 220px;
  line-height: 1;
  color: rgba(37, 99, 235, 0.1);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 600px) {
  .tcard.featured { padding: 28px 24px; }
  .tcard-quote-mark { font-size: 140px; top: -20px; right: 16px; }
}

/* ────────────────────────── Trust badges ────────────────────────────────── */
.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 60px 120px -40px rgba(0, 0, 0, 0.7);
}
.trust::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  box-shadow: 0 0 24px var(--brand-blue);
}
@media (max-width: 800px) { .trust { grid-template-columns: 1fr; padding: 32px; } }
.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.tbadge {
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color 240ms, transform 240ms;
}
.tbadge:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}
.tbadge-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
  color: #fff;
  display: grid; place-items: center;
  margin-bottom: 4px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 8px 16px -6px rgba(74, 139, 255, 0.5);
}
.tbadge:nth-child(2) .tbadge-icon, .tbadge:nth-child(3) .tbadge-icon {
  background: linear-gradient(180deg, var(--brand-red) 0%, var(--brand-red-2) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 8px 16px -6px rgba(37, 99, 235, 0.5);
}
.tbadge-icon svg { width: 16px; height: 16px; }
.tbadge b { font-family: var(--font-display); font-size: 14.5px; font-weight: 700; color: var(--text); }
.tbadge span { font-size: 12.5px; color: var(--text-dim); line-height: 1.5; }

/* ────────────────────────── FAQ ─────────────────────────────────────────── */
.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 920px) {
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
}
.faq-intro { position: sticky; top: 96px; }
@media (max-width: 920px) { .faq-intro { position: static; } }
.faq-intro .section-tag { margin-bottom: 18px; }
.faq-intro h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  color: var(--text);
  text-wrap: balance;
}
.faq-intro .lead { font-size: 16px; color: var(--text-dim); margin: 0 0 28px; line-height: 1.55; }
.faq-help {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 20px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(37, 99, 235, 0.2);
}
.faq-help-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(180deg, var(--brand-red), var(--brand-red-2));
  color: #fff;
  box-shadow: 0 8px 18px -6px rgba(37, 99, 235, 0.55);
}
.faq-help > div { flex: 1; min-width: 130px; display: flex; flex-direction: column; gap: 2px; }
.faq-help b { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--text); }
.faq-help span { font-size: 12.5px; color: var(--text-dim); }
.faq {
  display: flex; flex-direction: column;
  gap: 10px;
  max-width: none;
  margin: 0;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  overflow: hidden;
  transition: border-color 240ms, box-shadow 240ms;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.faq-item[data-open="true"] {
  border-color: var(--line-bright);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.6);
}
.faq-q {
  width: 100%;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 22px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: -0.015em;
}
.faq-q .chev {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform 280ms, background 240ms, color 240ms, border-color 240ms;
  color: var(--text-dim);
}
.faq-item[data-open="true"] .faq-q .chev {
  transform: rotate(45deg);
  background: var(--brand-red);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 20px var(--brand-red);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(.3,.7,.4,1);
}
.faq-item[data-open="true"] .faq-a { max-height: 320px; }
.faq-a-inner {
  padding: 0 24px 24px;
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.65;
}

/* ────────────────────────── Final CTA ───────────────────────────────────── */
.final-cta {
  position: relative;
  padding: 84px 64px;
  background:
    radial-gradient(800px 400px at 100% 0%, rgba(37, 99, 235, 0.18), transparent 60%),
    radial-gradient(800px 400px at 0% 100%, rgba(74, 139, 255, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.4)),
    rgba(11, 13, 18, 0.7);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 80px 160px -40px rgba(0, 0, 0, 0.8);
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 75%);
  pointer-events: none;
}
@media (max-width: 720px) { .final-cta { padding: 56px 28px; } }
.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 22px;
  position: relative;
  text-wrap: balance;
  color: #fff;
}
.final-cta h2 .red-em {
  font-style: normal;
  background: linear-gradient(180deg, var(--brand-red) 0%, #3B82F6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.final-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  max-width: 620px;
  margin: 0 auto 36px;
  position: relative;
  line-height: 1.55;
}
.final-cta .row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; position: relative; }
.final-cta .btn.ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}
.final-cta .btn.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

/* ────────────────────────── Footer ──────────────────────────────────────── */
.footer {
  margin-top: 60px;
  padding: 64px 0 36px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  color: var(--text-dim);
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-blue), var(--brand-red), transparent);
  opacity: 0.5;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 44px;
}
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-faint);
  margin: 0 0 16px;
  font-weight: 600;
}
.footer-col a {
  display: block;
  padding: 6px 0;
  color: var(--text-dim);
  font-size: 14px;
  transition: color 200ms;
}
.footer-col a:hover { color: var(--text); }
.footer .brand small { color: var(--text-faint); }
.footer-brand p {
  color: var(--text-dim);
  font-size: 14px;
  margin: 16px 0 20px;
  max-width: 320px;
  line-height: 1.55;
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--text-faint);
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom .legal { display: flex; gap: 22px; }
.footer-bottom .legal a:hover { color: var(--text); }

/* ────────────────────────── Sticky mobile CTA ───────────────────────────── */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(7, 8, 11, 0) 0%, rgba(7, 8, 11, 0.95) 40%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 40;
}
.mobile-cta .btn { width: 100%; justify-content: center; }
@media (max-width: 720px) { .mobile-cta { display: block; } }

/* ────────────────────────── Floating WhatsApp ───────────────────────────── */
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: flex; align-items: center; gap: 0;
  padding: 0;
  background: linear-gradient(155deg, #2ee066 0%, #1faf52 100%);
  color: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 18px 44px -10px rgba(37, 211, 102, 0.6),
    0 4px 12px -4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: padding 320ms cubic-bezier(.3,.7,.4,1), box-shadow 320ms, transform 220ms;
  cursor: pointer;
  isolation: isolate;
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.4), transparent 70%);
  z-index: -1;
  animation: waPulse 2.6s ease-in-out infinite;
}
/* sheen sweep */
.wa-float::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: -60%;
  width: 40%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg);
  animation: waSheen 5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes waSheen {
  0%, 70% { left: -60%; }
  88%, 100% { left: 130%; }
}
@keyframes waPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.18); opacity: 1; }
}
.wa-float:hover { transform: translateY(-3px); }
.wa-float:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 24px 54px -8px rgba(37, 211, 102, 0.72),
    0 6px 14px -4px rgba(0, 0, 0, 0.5);
}
.wa-float .wa-icon {
  position: relative;
  width: 64px; height: 64px;
  display: grid; place-items: center;
  flex-shrink: 0;
  z-index: 2;
}
.wa-float .wa-icon svg { width: 30px; height: 30px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25)); }
.wa-online {
  position: absolute;
  top: 13px; right: 13px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #4ade80;
  border: 2px solid #178c3b;
  box-shadow: 0 0 8px #4ade80;
}
.wa-float .wa-label {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  transition: max-width 360ms cubic-bezier(.3,.7,.4,1), opacity 240ms, padding 320ms;
  padding: 0;
  z-index: 2;
}
.wa-float .wa-label b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.wa-float .wa-label > span {
  display: flex; align-items: center; gap: 6px;
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.1;
}
.wa-ldot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #bbf7d0;
  box-shadow: 0 0 6px #bbf7d0;
  animation: pulse 1.8s ease-in-out infinite;
}
.wa-float:hover .wa-label,
.wa-float[data-expanded="true"] .wa-label {
  max-width: 280px;
  opacity: 1;
  padding-right: 24px;
}
@media (max-width: 720px) {
  .wa-float { bottom: 90px; right: 16px; }
  .wa-float .wa-icon { width: 58px; height: 58px; }
  .wa-float .wa-icon svg { width: 26px; height: 26px; }
  .wa-online { top: 11px; right: 11px; }
}

/* ────────────────────────── Quiz ────────────────────────────────────────── */
.quiz-page {
  min-height: 100vh;
  display: flex; flex-direction: column;
  background: var(--bg);
  position: relative;
  isolation: isolate;
}
.quiz-page::before {
  content: '';
  position: fixed; inset: 0;
  background:
    radial-gradient(900px 600px at 50% -10%, rgba(74, 139, 255, 0.18), transparent 55%),
    radial-gradient(700px 500px at 0% 70%, rgba(37, 99, 235, 0.10), transparent 55%);
  z-index: -2;
  pointer-events: none;
}
.quiz-page::after {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  z-index: -1;
  pointer-events: none;
}
.quiz-nav {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(7, 8, 11, 0.7);
}
.quiz-nav-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}
.quiz-back {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-dim);
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 11px;
  transition: background 200ms, color 200ms;
  font-weight: 500;
  appearance: none;
  background: transparent;
  border: 0;
}
.quiz-back:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}
.quiz-progress-wrap {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-dim);
  font-weight: 500;
}
.quiz-progress {
  width: 240px;
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.quiz-progress > i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-blue) 0%, var(--brand-red) 100%);
  border-radius: 999px;
  transition: width 480ms cubic-bezier(.3,.7,.4,1);
  box-shadow: 0 0 12px rgba(74, 139, 255, 0.6);
}
@media (max-width: 640px) { .quiz-progress { width: 140px; } }
.quiz-body {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 48px 0 110px;
}
.quiz-card {
  width: 100%;
  max-width: 680px;
  padding: 0 24px;
}
.quiz-step-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--brand-red);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  background: var(--brand-red-soft);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 999px;
  margin-bottom: 22px;
  font-weight: 600;
  box-shadow: 0 0 24px -8px rgba(37, 99, 235, 0.4);
}
.quiz-card h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0 0 14px;
  text-wrap: balance;
  color: var(--text);
}
.quiz-card .sub {
  color: var(--text-dim);
  font-size: 16px;
  margin: 0 0 36px;
  text-wrap: pretty;
  line-height: 1.55;
}
.field-grid {
  display: flex; flex-direction: column; gap: 18px;
  margin-bottom: 32px;
}
.field-grid.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) { .field-grid.two { grid-template-columns: 1fr; } }
.field {
  display: flex; flex-direction: column; gap: 8px;
}
.field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  display: flex; justify-content: space-between; align-items: center;
}
.field label .opt {
  font-size: 11px;
  color: var(--text-faint);
  font-family: var(--font-mono);
  font-weight: 500;
}
.field input, .field select, .field textarea {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 15px 16px;
  border-radius: var(--radius);
  font-size: 15px;
  outline: none;
  transition: border-color 220ms, background 220ms, box-shadow 220ms;
  font-weight: 500;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.field input::placeholder { color: var(--text-faint); font-weight: 400; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--brand-blue);
  background: rgba(74, 139, 255, 0.05);
  box-shadow: 0 0 0 4px var(--brand-blue-soft);
}
.field.error input, .field.error select { border-color: var(--error); }
.field .err {
  font-size: 12px;
  color: var(--error);
  font-family: var(--font-mono);
  font-weight: 500;
}
.field .hint {
  font-size: 12px;
  color: var(--text-faint);
}

.opt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}
/* Tratamento opcional (chips) — passo 1 do quiz */
.treat-row { display: flex; gap: 10px; flex-wrap: wrap; }
.treat-chip {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-dim);
  padding: 11px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-body);
  transition: border-color 200ms, background 200ms, color 200ms;
}
.treat-chip:hover { border-color: var(--line-bright); color: var(--text); }
.treat-chip[data-selected="true"] {
  border-color: var(--brand-blue);
  background: var(--brand-blue-soft);
  color: var(--text);
  box-shadow: 0 0 0 3px var(--brand-blue-soft);
}

/* Atalho de contato direto no passo 1 (CRO — fast-path) */
.quiz-shortcut {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.quiz-shortcut-label {
  display: block;
  font-size: 13px;
  color: var(--text-faint);
  margin-bottom: 12px;
  font-weight: 500;
}
.quiz-shortcut-row { display: flex; gap: 10px; flex-wrap: wrap; }
.quiz-shortcut-row .btn.primary {
  background: var(--whatsapp);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 8px 22px -10px rgba(37,211,102,0.6);
}
.quiz-shortcut-row .btn.primary:hover { background: #2ee066; }
@media (max-width: 480px) {
  .quiz-shortcut-row { flex-direction: column; }
  .quiz-shortcut-row .btn { width: 100%; justify-content: center; }
}
@media (max-width: 540px) { .opt-grid { grid-template-columns: 1fr; } }
.opt-card {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border-radius: var(--radius);
  padding: 22px;
  text-align: left;
  color: var(--text);
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color 220ms, background 220ms, transform 160ms, box-shadow 240ms;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.opt-card:hover {
  border-color: var(--line-bright);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -22px rgba(74, 139, 255, 0.4);
}
.opt-card[data-selected="true"] {
  border-color: var(--brand-blue);
  background: linear-gradient(180deg, rgba(74, 139, 255, 0.12), rgba(74, 139, 255, 0.04));
  box-shadow:
    0 0 0 4px rgba(74, 139, 255, 0.12),
    0 18px 36px -16px rgba(74, 139, 255, 0.4);
}
.opt-card .opt-icon {
  width: 38px; height: 38px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.opt-card[data-selected="true"] .opt-icon {
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-2) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 16px -6px rgba(74, 139, 255, 0.5);
}
.opt-card b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--text);
}
.opt-card span { color: var(--text-dim); font-size: 13.5px; }
.opt-card .check {
  position: absolute;
  top: 20px; right: 20px;
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--line-strong);
  display: grid; place-items: center;
  transition: all 220ms;
}
.opt-card[data-selected="true"] .check {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
  box-shadow: 0 0 16px rgba(74, 139, 255, 0.6);
}
.opt-card[data-selected="true"] .check::after {
  content: '';
  width: 10px; height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.urgency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 32px;
}
@media (max-width: 540px) { .urgency-grid { grid-template-columns: 1fr; } }
.urgency-card {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border-radius: var(--radius);
  padding: 18px 18px;
  text-align: left;
  color: var(--text);
  display: flex; flex-direction: column; gap: 4px;
  transition: all 220ms;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.urgency-card:hover { border-color: var(--line-bright); }
.urgency-card[data-selected="true"] {
  border-color: var(--brand-blue);
  background: linear-gradient(180deg, rgba(74, 139, 255, 0.12), rgba(74, 139, 255, 0.04));
  box-shadow:
    0 0 0 4px rgba(74, 139, 255, 0.12),
    0 18px 36px -16px rgba(74, 139, 255, 0.4);
}
.urgency-card .badge {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 4px;
  font-weight: 600;
}
.urgency-card[data-selected="true"] .badge { color: var(--brand-red); }
.urgency-card b {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--text);
}
.urgency-card span { color: var(--text-dim); font-size: 12.5px; }

.quiz-actions {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.quiz-actions .btn { flex-shrink: 0; }
.quiz-back-btn {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--text-dim);
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 11px;
  font-weight: 500;
  transition: color 200ms, background 200ms;
}
.quiz-back-btn:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.quiz-trust {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex; gap: 22px; align-items: center;
  font-size: 12.5px;
  color: var(--text-dim);
  flex-wrap: wrap;
}
.quiz-trust .qt {
  display: flex; align-items: center; gap: 6px;
  font-weight: 500;
}
.quiz-trust .qt svg { width: 14px; height: 14px; color: var(--success); }

/* Success screen */
.quiz-success {
  text-align: center;
  padding: 24px;
}
.success-icon {
  width: 100px; height: 100px;
  margin: 0 auto 32px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(52, 211, 153, 0.4), rgba(52, 211, 153, 0.1) 60%);
  border: 1.5px solid rgba(52, 211, 153, 0.4);
  display: grid; place-items: center;
  position: relative;
  animation: pop 540ms cubic-bezier(.3,.7,.4,1) both;
  color: var(--success);
  box-shadow: 0 0 60px -10px var(--success);
}
.success-icon::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.25) 0%, transparent 65%);
  z-index: -1;
}
.success-icon svg { width: 48px; height: 48px; }
@keyframes pop {
  0% { transform: scale(0.6); opacity: 0; }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}
.quiz-success h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 48px);
  margin: 0 0 16px;
  letter-spacing: -0.03em;
  color: var(--text);
}
.quiz-success p {
  color: var(--text-dim);
  font-size: 17px;
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.55;
}
.summary-card {
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin: 32px auto;
  max-width: 540px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 30px 60px -28px rgba(0, 0, 0, 0.7);
}
.summary-card h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-red);
  margin: 0 0 18px;
  font-weight: 600;
}
.summary-row {
  display: flex; justify-content: space-between;
  padding: 11px 0;
  gap: 12px;
  font-size: 14px;
}
.summary-row + .summary-row { border-top: 1px dashed var(--line); }
.summary-row span:first-child { color: var(--text-faint); }
.summary-row span:last-child { color: var(--text); font-weight: 600; text-align: right; }

/* Slide-in animation for steps */
.step-anim {
  animation: slideIn 420ms cubic-bezier(.3,.7,.4,1) both;
}
@keyframes slideIn {
  0% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 800ms cubic-bezier(.3,.7,.4,1), transform 800ms cubic-bezier(.3,.7,.4,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
