/* ════════════════════════════════════════════
   AIVERSO — Página de Vendas
   Tema: dark cósmico · degradê azul→roxo→magenta
   ════════════════════════════════════════════ */

:root {
  --bg: #07070d;
  --bg-2: #0a0a16;
  --text: #ffffff;
  --muted: #a8a8c0;
  --line: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.04);
  --blue: #4f8cff;
  --purple: #8b5cf6;
  --magenta: #ff2e9a;
  --claude: #ff8a5c;
  --gravity: #4f8cff;
  --one: #a855f7;
  --grad: linear-gradient(92deg, #4f8cff 0%, #8b5cf6 50%, #ff2e9a 100%);
  --font-head: "Outfit", sans-serif;
  --font-body: "Inter", sans-serif;
  --radius: 16px;
  --container: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); font-weight: 700; }

a, button, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid rgba(139, 92, 246, 0.85); outline-offset: 2px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--purple);
  color: #fff;
  padding: 14px 22px;
  border-radius: 0 0 12px 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

.ico { width: 1.05em; height: 1.05em; vertical-align: -0.18em; display: inline-block; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.container--narrow { width: min(820px, calc(100% - 48px)); }
.section { padding: clamp(72px, 9vw, 120px) 0; position: relative; }

.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 7px 18px;
  margin-bottom: 22px;
  background: var(--glass);
}
.eyebrow--center { margin-inline: auto; }

.section__lead {
  color: var(--muted);
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}
.section__lead--center { margin-inline: auto; text-align: center; }
.section__lead strong { color: var(--text); }

/* ── Glass ── */
.glass {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.glass-strong {
  background: linear-gradient(160deg, rgba(79, 140, 255, 0.10), rgba(139, 92, 246, 0.08) 50%, rgba(255, 46, 154, 0.07));
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ── Botões ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.98rem;
  border-radius: 100px;
  padding: 14px 30px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 0 28px rgba(139, 92, 246, 0.45), 0 4px 18px rgba(0, 0, 0, 0.4);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 0 44px rgba(139, 92, 246, 0.65), 0 8px 24px rgba(0, 0, 0, 0.5); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line);
  color: var(--text);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.97); }
.btn--lg { padding: 17px 38px; font-size: 1.05rem; }
.btn--sm { padding: 10px 22px; font-size: 0.88rem; }
.btn--block { width: 100%; }

/* ════ 0 · TOPBAR ════ */
.topbar {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 10px 16px;
  background: var(--grad);
  font-size: 0.88rem;
  text-align: center;
}
.topbar p { color: #fff; }
.topbar__cta {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  padding: 12px 20px;
  margin: -7px 0;
  font-weight: 600;
  font-size: 0.82rem;
  transition: background 0.2s;
}
.topbar__cta:hover { background: rgba(0, 0, 0, 0.5); }

/* ════ 1 · NAV ════ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 7, 13, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 68px;
}
.nav__logo img { width: 142px; height: auto; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-size: 0.93rem; color: var(--muted); font-weight: 500; transition: color 0.2s; position: relative; padding: 8px 0; }
.nav__links a:hover { color: var(--text); }
.nav__links a.is-active { color: var(--text); }
.nav__links a.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 2px;
  background: var(--grad);
  border-radius: 2px;
}
.nav__mobile-cta { display: none; }
.nav__burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__burger span { display: block; width: 22px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; transition: 0.3s; }

/* ════ 2 · HERO ════ */
.hero {
  position: relative;
  text-align: center;
  padding: clamp(80px, 10vw, 130px) 0 clamp(60px, 7vw, 90px);
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.5;
}
.hero__glow--1 { width: 640px; height: 640px; background: radial-gradient(circle, rgba(79, 140, 255, 0.35), transparent 65%); top: -220px; left: -160px; }
.hero__glow--2 { width: 720px; height: 720px; background: radial-gradient(circle, rgba(255, 46, 154, 0.22), transparent 65%); bottom: -300px; right: -200px; }
.hero__stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 28%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 32% 64%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1.5px 1.5px at 54% 18%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 71% 46%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1.5px 1.5px at 87% 24%, rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 22% 84%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 64% 88%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1.5px 1.5px at 92% 72%, rgba(255,255,255,0.3), transparent);
}
.hero__mark {
  position: absolute;
  right: clamp(-80px, 2vw, 60px);
  left: auto;
  top: 44%;
  transform: translateY(-50%) rotate(8deg);
  width: min(480px, 58vw);
  height: auto;
  opacity: 0.16;
  filter: blur(1px) drop-shadow(0 0 90px rgba(139, 92, 246, 0.55));
}
.hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--muted);
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 18px 8px 10px;
  margin-bottom: 28px;
}
.hero__pill strong { color: var(--text); }
.hero__pill-sep { opacity: 0.5; }
.hero__avatars { display: flex; }
.hero__avatars img, .hero__avatars i {
  width: 26px; height: 26px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--bg);
  margin-left: -8px;
}
.hero__avatars img:first-child { margin-left: 0; }
.hero__avatars i {
  background: var(--grad);
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.hero h1 { max-width: 900px; }
.hero__sub {
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  max-width: 640px;
  margin-top: 22px;
}
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 34px; }
.hero__seals { font-size: 0.85rem; color: var(--muted); margin-top: 18px; }
.stars { color: #ffb84d; letter-spacing: 2px; font-size: 0.8rem; }
.hero__stats {
  display: flex;
  gap: clamp(28px, 6vw, 72px);
  margin-top: 52px;
  padding: 22px clamp(28px, 5vw, 60px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
}
.hero__stats div { display: flex; flex-direction: column; }
.hero__stats strong { font-family: var(--font-head); font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.hero__stats span { font-size: 0.8rem; color: var(--muted); }

/* ════ 3 · PROBLEMA ════ */
.problem { background: linear-gradient(180deg, transparent, rgba(10, 10, 22, 0.8) 30%, transparent); }
.problem h2 { max-width: 880px; }
.problem__label {
  margin-top: 46px;
  margin-bottom: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.1rem;
}
.problem__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.problem__item { display: flex; gap: 16px; padding: 22px; align-items: flex-start; transition: border-color 0.3s, transform 0.3s; }
.problem__item:hover { border-color: rgba(139, 92, 246, 0.5); transform: translateY(-3px); }
.problem__item span {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problem__item p { color: var(--muted); font-size: 0.95rem; }
.problem__bridge {
  margin-top: 36px;
  padding: clamp(26px, 4vw, 40px);
  text-align: center;
}
.problem__bridge p { font-size: clamp(1.1rem, 2vw, 1.35rem); font-family: var(--font-head); font-weight: 600; max-width: 760px; margin-inline: auto; }

/* ════ 4 · AIVERSO / NOTEBOOK ════ */
.aiverso { text-align: center; }
.aiverso .eyebrow { margin-inline: auto; }
.aiverso h2, .aiverso .section__lead { margin-inline: auto; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 11px 22px;
  border-radius: 100px;
  background: var(--glass);
  border: 1px solid var(--line);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.chip svg { width: 18px; height: 18px; color: var(--purple); flex-shrink: 0; }
.chip:hover { border-color: var(--purple); transform: translateY(-2px); box-shadow: 0 0 20px rgba(139, 92, 246, 0.3); }
.aiverso { padding-bottom: 0; }

/* ════ 5 · CAIXA-PRETA ════ */
.blackbox__card {
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.blackbox__card::before {
  content: "";
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 480px; height: 240px;
  background: radial-gradient(ellipse, rgba(139, 92, 246, 0.3), transparent 70%);
  pointer-events: none;
}
.blackbox__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 14px;
  margin-top: 36px;
  text-align: left;
}
.blackbox__list li {
  background: rgba(7, 7, 13, 0.55);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 0.95rem;
  color: var(--muted);
  transition: border-color 0.3s;
}
.blackbox__list li:hover { border-color: rgba(255, 46, 154, 0.45); }
.blackbox__list strong { color: var(--text); }
.blackbox__closing { margin-top: 32px; font-family: var(--font-head); font-weight: 600; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.blackbox__value { margin-top: 14px; font-size: 0.9rem; color: var(--muted); }
.blackbox__cta { margin-top: 26px; }
.blackbox__value s { opacity: 0.7; }
.blackbox__value strong { color: var(--text); }

/* ════ 6 · TRILHAS ════ */
.trilhas { overflow: hidden; padding-top: clamp(48px, 6vw, 72px); }
.trilhas > .container:first-of-type { text-align: center; }
.trilhas > .container:first-of-type .eyebrow { margin-inline: auto; margin-bottom: 0; }
.trilha { margin-top: clamp(50px, 7vw, 80px); position: relative; }
.trilha__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.trilha__tag {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.trilha h3 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; }
.trilha__promise { color: var(--muted); margin-top: 6px; max-width: 520px; }
.trilha__price { font-size: 0.88rem; color: var(--muted); text-align: right; }
.trilha__price s { opacity: 0.75; }
.trilha__price span {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  background: var(--glass);
  border: 1px solid var(--line);
  color: var(--text);
}
.trilha--claude .trilha__tag { color: var(--claude); }
.trilha--gravity .trilha__tag { color: var(--gravity); }
.trilha--one .trilha__tag { color: var(--one); }
.trilha--claude .trilha__price span { border-color: rgba(255, 138, 92, 0.4); }
.trilha--gravity .trilha__price span { border-color: rgba(79, 140, 255, 0.4); }
.trilha--one .trilha__price span { border-color: rgba(168, 85, 247, 0.4); }

/* Rails (carrosséis Netflix) — alinhados ao container */
.rail {
  position: relative;
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.rail__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding: 10px 6px 26px;
}
.rail__track::-webkit-scrollbar { display: none; }
.rail__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(7, 7, 13, 0.85);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding-bottom: 4px;
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}
.rail__arrow:hover { background: rgba(139, 92, 246, 0.45); border-color: var(--purple); }
.rail__arrow--prev { left: -10px; }
.rail__arrow--next { right: -10px; }
.rail__arrow[disabled] { opacity: 0; pointer-events: none; }

.card {
  position: relative;
  flex: 0 0 clamp(170px, 19vw, 225px);
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  background: var(--bg-2);
}
.card img { width: 100%; aspect-ratio: 4 / 7; object-fit: cover; }
.card__info {
  position: absolute;
  inset: auto 0 0 0;
  padding: 46px 16px 16px;
  background: linear-gradient(transparent, rgba(4, 4, 10, 0.96) 55%);
  transform: translateY(calc(100% - 0px));
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.card__info span {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.card__info h4 { font-size: 0.98rem; margin: 4px 0 6px; }
.card__info p { font-size: 0.8rem; color: var(--muted); line-height: 1.45; }
.card:hover, .card:focus-visible, .card.is-open {
  transform: translateY(-6px) scale(1.02);
  z-index: 2;
}
.card:hover .card__info, .card:focus-visible .card__info, .card.is-open .card__info {
  transform: translateY(0);
  opacity: 1;
}
.trilha--claude .card:hover, .trilha--claude .card:focus-visible, .trilha--claude .card.is-open { box-shadow: 0 14px 40px rgba(217, 119, 87, 0.35); border-color: rgba(255, 138, 92, 0.6); }
.trilha--gravity .card:hover, .trilha--gravity .card:focus-visible, .trilha--gravity .card.is-open { box-shadow: 0 14px 40px rgba(79, 140, 255, 0.35); border-color: rgba(79, 140, 255, 0.6); }
.trilha--one .card:hover, .trilha--one .card:focus-visible, .trilha--one .card.is-open { box-shadow: 0 14px 40px rgba(168, 85, 247, 0.35); border-color: rgba(168, 85, 247, 0.6); }

/* Glow lateral por trilha */
.trilha::before {
  content: "";
  position: absolute;
  top: 0; left: -200px;
  width: 420px; height: 100%;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.13;
  pointer-events: none;
}
.trilha--claude::before { background: var(--claude); }
.trilha--gravity::before { background: var(--gravity); left: auto; right: -200px; }
.trilha--one::before { background: var(--one); }

.trilhas__cta { text-align: center; margin-top: clamp(40px, 6vw, 64px); }
.trilhas__cta p { color: var(--muted); font-size: 0.88rem; margin-top: 16px; }

/* ════ 7 · PARA QUEM ════ */
.forwho__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.forwho__item { display: flex; gap: 16px; padding: 26px; align-items: flex-start; transition: border-color 0.3s, transform 0.3s; }
.forwho__item:hover { border-color: rgba(79, 140, 255, 0.5); transform: translateY(-3px); }
.forwho__item span {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
}
.forwho__item p { color: var(--muted); }
.forwho__item strong { color: var(--text); }

/* ════ 9 · FELIPE ════ */
.felipe { background: linear-gradient(180deg, transparent, rgba(10, 10, 22, 0.85) 35%, transparent); }
.felipe__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}
.felipe__photo { position: relative; }
.felipe__photo img {
  border-radius: 24px;
  border: 1px solid rgba(139, 92, 246, 0.35);
  position: relative;
  z-index: 1;
  width: 100%;
}
.felipe__photo-glow {
  position: absolute;
  inset: -8%;
  background: var(--grad);
  border-radius: 32px;
  filter: blur(64px);
  opacity: 0.28;
}
.felipe__bio p:not(.eyebrow) { color: var(--muted); margin-top: 16px; }
.felipe__bio p strong { color: var(--text); }
.felipe__bio h2 { margin-bottom: 6px; }
.felipe__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 32px;
}
.felipe__stats div {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.felipe__stats strong { font-family: var(--font-head); font-size: 1.15rem; }
.felipe__stats span { font-size: 0.78rem; color: var(--muted); }

/* ════ 10 · DEPOIMENTOS ════ */
.depo__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 44px;
}
.depo__card { padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: border-color 0.3s, transform 0.3s; }
.depo__card:hover { border-color: rgba(139, 92, 246, 0.5); transform: translateY(-4px); }
.depo__card blockquote { color: var(--muted); font-size: 0.95rem; flex: 1; }
.depo__card blockquote strong { color: var(--text); }
.depo__card figcaption { display: flex; align-items: center; gap: 12px; }
.depo__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(139, 92, 246, 0.4);
  flex-shrink: 0;
}
.depo__card figcaption strong { display: block; font-size: 0.92rem; }
.depo__card figcaption span:not(.depo__avatar) { font-size: 0.78rem; color: var(--muted); }
.depo__card--cta {
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  border-style: dashed;
  border-color: rgba(139, 92, 246, 0.4);
}
.depo__card--cta p { font-family: var(--font-head); font-weight: 600; font-size: 1.2rem; }

/* ════ 11 · VERSUS ════ */
.versus__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 44px;
}
.versus__col { padding: clamp(26px, 3.5vw, 40px); }
.versus__col h3 { font-size: 1.15rem; margin-bottom: 20px; }
.versus__col ul { display: flex; flex-direction: column; gap: 12px; }
.versus__col li { font-size: 0.95rem; color: var(--muted); padding-left: 4px; }
.versus__col--no { opacity: 0.85; }
.versus__col--no h3 { color: var(--muted); }
.versus__col--yes li { color: var(--text); }
.versus__col--yes h3 {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ════ 12 · OFERTA ════ */
.offer__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 22px;
  margin-top: 44px;
  align-items: stretch;
}
.offer__stack { padding: clamp(26px, 3.5vw, 40px); }
.offer__stack h3 { margin-bottom: 22px; }
.offer__stack ul { display: flex; flex-direction: column; }
.offer__stack li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.offer__stack li:last-of-type { border-bottom: none; }
.offer__stack li strong { display: block; font-size: 0.97rem; }
.offer__stack li span { font-size: 0.8rem; color: var(--muted); }
.offer__stack li b { font-family: var(--font-head); white-space: nowrap; color: var(--muted); }
.offer__highlight {
  background: linear-gradient(90deg, rgba(79, 140, 255, 0.08), rgba(255, 46, 154, 0.08));
  border-radius: 10px;
  padding-inline: 14px !important;
  border-bottom: none !important;
  border: 1px solid rgba(139, 92, 246, 0.35) !important;
  margin: 6px -8px;
}
.offer__highlight b { color: var(--text) !important; }
.offer__total {
  margin-top: 20px;
  text-align: right;
  font-family: var(--font-head);
  font-weight: 600;
}
.offer__total s { color: var(--magenta); margin-left: 8px; font-size: 1.2rem; }
.offer__price {
  padding: clamp(30px, 4vw, 46px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.offer__price::before {
  content: "";
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 220px;
  background: radial-gradient(ellipse, rgba(255, 46, 154, 0.25), transparent 70%);
  pointer-events: none;
}
.offer__badge {
  display: inline-block;
  margin-inline: auto;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--grad);
  border-radius: 100px;
  padding: 6px 18px;
}
.offer__access { margin-top: 18px; font-weight: 600; font-size: 0.95rem; }
.offer__today { margin-top: 16px; font-size: 0.8rem; letter-spacing: 0.24em; color: var(--muted); }
.offer__value { font-family: var(--font-head); font-weight: 800; font-size: clamp(3rem, 6vw, 4.2rem); line-height: 1; margin-top: 6px; }
.offer__value span { font-size: 0.4em; vertical-align: super; color: var(--muted); font-weight: 700; }
.offer__value small { font-size: 0.45em; }
.offer__cash { color: var(--muted); margin: 10px 0 26px; }
.offer__seals { font-size: 0.8rem; color: var(--muted); margin-top: 18px; }
.offer__payments { font-size: 0.72rem; letter-spacing: 0.16em; color: var(--muted); opacity: 0.9; margin-top: 10px; }

/* ════ 13 · GARANTIA ════ */
.guarantee__card {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(30px, 5vw, 56px);
  flex-wrap: wrap;
}
.guarantee__badge-img {
  flex-shrink: 0;
  width: clamp(150px, 16vw, 190px);
  height: auto;
  filter: drop-shadow(0 0 44px rgba(255, 184, 77, 0.4));
}
.guarantee__card h2 { margin-bottom: 12px; }
.guarantee__card > div { flex: 1; min-width: 260px; }
.guarantee__card p { color: var(--muted); max-width: 720px; }
.guarantee__card p strong { color: var(--text); }

/* ════ 14 · FAQ ════ */
.faq { text-align: center; }
.faq .eyebrow { margin-inline: auto; }
.faq__list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.faq__item { padding: 0; overflow: hidden; transition: border-color 0.3s; }
.faq__item[open] { border-color: rgba(139, 92, 246, 0.45); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.02rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary span {
  font-size: 1.4rem;
  color: var(--purple);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq__item[open] summary span { transform: rotate(45deg); }
.faq__item p { padding: 0 24px 22px; color: var(--muted); font-size: 0.95rem; }

/* ════ 15 · CTA FINAL ════ */
.final { text-align: center; overflow: hidden; position: relative; }
.final__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.final__bg img {
  width: min(480px, 70vw);
  opacity: 0.06;
  filter: blur(1px) drop-shadow(0 0 60px rgba(255, 46, 154, 0.5));
}
.final__content { position: relative; display: flex; flex-direction: column; align-items: center; }
.final__content h2 { max-width: 760px; }
.final__content > p { color: var(--muted); max-width: 600px; margin: 20px 0 34px; }
.final__seals { font-size: 0.85rem; color: var(--muted); margin-top: 18px; }

/* ════ 16 · FOOTER ════ */
.footer { border-top: 1px solid var(--line); padding: 52px 0 32px; background: var(--bg-2); }
.footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.footer__brand p { color: var(--muted); font-size: 0.88rem; margin-top: 14px; max-width: 320px; }
.footer__links { display: flex; gap: 26px; flex-wrap: wrap; }
.footer__links a { color: var(--muted); font-size: 0.9rem; transition: color 0.2s; padding: 10px 0; }
.footer__links a:hover { color: var(--text); }
.footer__legal { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer__legal p { color: var(--muted); font-size: 0.8rem; opacity: 0.85; }

/* ════ ANIMAÇÕES (reveal on scroll) ════ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.is-visible { opacity: 1; transform: none; }
/* stagger 50ms nas grades */
.problem__grid .reveal:nth-child(2), .forwho__grid .reveal:nth-child(2), .depo__grid .reveal:nth-child(2) { transition-delay: 0.05s; }
.problem__grid .reveal:nth-child(3), .forwho__grid .reveal:nth-child(3), .depo__grid .reveal:nth-child(3) { transition-delay: 0.1s; }
.problem__grid .reveal:nth-child(4), .forwho__grid .reveal:nth-child(4), .depo__grid .reveal:nth-child(4) { transition-delay: 0.15s; }
.problem__grid .reveal:nth-child(5), .forwho__grid .reveal:nth-child(5), .depo__grid .reveal:nth-child(5) { transition-delay: 0.2s; }
.problem__grid .reveal:nth-child(6), .forwho__grid .reveal:nth-child(6), .depo__grid .reveal:nth-child(6) { transition-delay: 0.25s; }
.no-js .reveal, .no-observer .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition-duration: 0.01ms !important; }
}

/* ════ RESPONSIVO ════ */
@media (max-width: 920px) {
  .offer__grid { grid-template-columns: 1fr; }
  .felipe__grid { grid-template-columns: 1fr; }
  .felipe__photo { max-width: 380px; margin-inline: auto; }
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .nav__cta { display: none; }
  .nav__burger { display: block; }
  .nav__links {
    position: absolute;
    top: 68px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(7, 7, 13, 0.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line);
    padding: 8px 24px 20px;
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav__links a:last-of-type { border-bottom: none; }
  .nav__mobile-cta { display: inline-flex; margin-top: 14px; justify-content: center; }
  .hero__stats { flex-direction: row; gap: 20px; padding: 18px 22px; width: 100%; justify-content: space-around; text-align: center; }
  .trilha__head { flex-direction: column; align-items: flex-start; }
  .trilha__price { text-align: left; }
  .rail__arrow { display: none; }
  .rail { width: calc(100% - 48px); }
  .rail__track { padding-inline: 2px; scroll-snap-type: x mandatory; }
  .card { flex-basis: 200px; }
  .guarantee__card { flex-direction: column; text-align: center; }
  .guarantee__card p { margin-inline: auto; }
  .topbar { font-size: 0.78rem; gap: 8px; padding: 8px 12px; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 36px); }
  .hero__stats strong { font-size: 1.05rem; }
  .hero__stats span { font-size: 0.68rem; }
  .btn--lg { padding: 15px 26px; font-size: 0.95rem; width: 100%; }
  .hero__ctas { width: 100%; flex-direction: column; }
}
