:root {
  --bg: #0f0f23;
  --bg-deep: #090916;
  --panel: rgba(255,255,255,.065);
  --panel-strong: rgba(255,255,255,.1);
  --line: rgba(255,255,255,.13);
  --text: #fff;
  --muted: rgba(255,255,255,.72);
  --muted-2: rgba(255,255,255,.52);
  --purple: #8b5cf6;
  --purple-light: #a78bfa;
  --pink: #ec4899;
  --cyan: #06b6d4;
  --green: #6ee7b7;
  --yellow: #fcd34d;
  --radius: 22px;
  --shadow: 0 26px 80px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 30% 0%, rgba(139,92,246,.16), transparent 30rem),
    var(--bg);
  font: 400 16px/1.72 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.ambient {
  position: fixed;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .15;
  pointer-events: none;
}
.ambient-one { top: 12%; right: -180px; background: var(--pink); }
.ambient-two { top: 60%; left: -220px; background: var(--cyan); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 10px max(20px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(9,9,22,.84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--purple); }
.brand span { display: flex; flex-direction: column; line-height: 1.25; }
.brand strong { font-size: 15px; }
.brand small { color: var(--muted-2); font: 500 10px/1.4 'Fira Code', monospace; }
.top-link { color: var(--purple-light); font: 600 12px/1.3 'Fira Code', monospace; text-decoration: none; }

.hero { padding: 58px 0 72px; text-align: center; }
.eyebrow, .section-label {
  margin: 0 0 20px;
  color: var(--green);
  font: 600 12px/1.4 'Fira Code', monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(110,231,183,.45); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(110,231,183,0); } 100% { box-shadow: 0 0 0 0 rgba(110,231,183,0); } }
h1, h2, h3 { line-height: 1.14; }
h1 { max-width: 980px; margin: 0 auto; font-size: clamp(38px, 5.5vw, 68px); letter-spacing: -.055em; }
h1 span:first-of-type { color: var(--purple-light); }
h1 span:last-of-type { color: #f472b6; }
.hero-lead { max-width: 760px; margin: 22px auto 30px; color: var(--muted); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.6; }
.hero-lead strong { color: #fff; }

.quick-choice { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; }
.choice-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: clamp(25px, 3vw, 34px); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.choice-card::after { content: ''; position: absolute; right: -80px; top: -80px; width: 190px; height: 190px; border-radius: 50%; filter: blur(50px); opacity: .22; pointer-events: none; }
.choice-wizards::after { background: var(--purple); }
.choice-ytb::after { background: var(--pink); }
.card-kicker { margin: 0 0 13px; color: var(--purple-light); font: 600 12px 'Fira Code', monospace; letter-spacing: .08em; }
.choice-ytb .card-kicker { color: #f9a8d4; }
.choice-card h2 { max-width: 500px; margin: 0 0 17px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.035em; }
.choice-card > p:not(.card-kicker) { margin: 0 0 18px; color: var(--muted); }
.choice-card ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; color: rgba(255,255,255,.86); }
.choice-card li { position: relative; padding-left: 25px; }
.choice-card li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.versus { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 50px; height: 50px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #14142c; box-shadow: 0 10px 32px rgba(0,0,0,.35); color: var(--yellow); font: 700 13px 'Fira Code', monospace; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 60px; padding: 17px 21px; border: 1px solid transparent; border-radius: 15px; color: #fff; font-weight: 800; line-height: 1.3; text-align: left; text-decoration: none; box-shadow: 0 14px 32px rgba(0,0,0,.22); transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.cta:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 38px rgba(0,0,0,.3); }
.cta:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.cta-wizards { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.cta-ytb { background: linear-gradient(135deg, #db2777, #f43f5e); }
.review-link { align-self: center; margin-top: 15px; color: var(--muted); font-size: 13px; text-underline-offset: 3px; }
.review-link:hover { color: #fff; }
.trust-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 28px; margin-top: 25px; color: var(--muted-2); font-size: 12px; }

.section { padding: clamp(64px, 8vw, 104px) 0; border-top: 1px solid rgba(255,255,255,.07); }
.section > h2, .offer-copy h2, .final-inner h2 { max-width: 860px; margin: 0 0 28px; font-size: clamp(31px, 4.3vw, 52px); letter-spacing: -.045em; }
.section > p, .offer-copy > p { max-width: 800px; color: var(--muted); font-size: 17px; }
.section-label { display: table; padding: 7px 11px; border: 1px solid rgba(110,231,183,.2); border-radius: 8px; background: rgba(110,231,183,.07); }
.section-label.purple { color: var(--purple-light); border-color: rgba(167,139,250,.25); background: rgba(139,92,246,.09); }
.section-label.pink { color: #f9a8d4; border-color: rgba(244,114,182,.25); background: rgba(236,72,153,.08); }
.callout, .limits { max-width: 900px; margin-top: 30px; padding: 24px 26px; border: 1px solid rgba(110,231,183,.2); border-left: 4px solid var(--green); border-radius: 0 15px 15px 0; background: rgba(110,231,183,.07); color: rgba(255,255,255,.88); }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); box-shadow: var(--shadow); -webkit-overflow-scrolling: touch; }
table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
th, td { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.09); vertical-align: top; }
thead th { position: sticky; top: 0; color: #fff; background: #181832; font-size: 14px; }
thead th:nth-child(2) { color: var(--purple-light); }
thead th:nth-child(3) { color: #f9a8d4; }
tbody th { width: 22%; color: rgba(255,255,255,.88); font-size: 14px; }
tbody td { width: 39%; color: var(--muted); }
tbody tr:nth-child(even) { background: rgba(255,255,255,.025); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.table-note { margin: 12px 0 0 !important; color: var(--muted-2) !important; font-size: 12px !important; }

.offer-section { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); align-items: start; gap: clamp(36px, 6vw, 76px); }
.offer-section.reverse { grid-template-columns: minmax(280px,.55fr) minmax(0,1.45fr); }
.offer-section.reverse .offer-copy { order: 2; }
.offer-section.reverse .fit-card { order: 1; }
.offer-copy h3 { margin: 34px 0 14px; font-size: 23px; }
.check-list { display: grid; gap: 12px; margin: 20px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 17px 15px 48px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(255,255,255,.035); color: rgba(255,255,255,.84); }
.check-list li::before { content: '✓'; position: absolute; left: 17px; color: var(--purple-light); font-weight: 800; }
.pink-checks li::before { color: #f9a8d4; }
.limits { margin: 30px 0; border-color: rgba(167,139,250,.22); border-left-color: var(--purple); background: rgba(139,92,246,.08); color: var(--muted); }
.pink-limit { border-color: rgba(244,114,182,.22); border-left-color: var(--pink); background: rgba(236,72,153,.07); }
.limits strong { color: #fff; }
.wide { max-width: 620px; }
.micro-link { margin: 15px 0 0 !important; color: var(--muted-2) !important; font-size: 13px !important; }
.micro-link a { color: #fff; text-underline-offset: 3px; }
.fit-card { position: sticky; top: 102px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.03)); box-shadow: var(--shadow); }
.purple-card { border-top: 4px solid var(--purple); }
.pink-card { border-top: 4px solid var(--pink); }
.fit-title { margin: 0; color: var(--muted-2); font: 600 11px 'Fira Code', monospace; letter-spacing: .12em; }
.score { margin: 10px 0 22px; color: var(--purple-light); font: 700 clamp(28px,4vw,38px) 'Fira Code', monospace; letter-spacing: -.06em; }
.pink-card .score { color: #f9a8d4; }
.fit-sub { margin: 0; color: var(--muted); font-size: 14px; }
blockquote { margin: 17px 0 26px; padding: 0; color: #fff; font-size: 20px; font-weight: 700; line-height: 1.45; }
.model-flow { display: flex; align-items: center; justify-content: space-between; gap: 7px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-align: center; }
.model-flow b { color: var(--yellow); }

.decision-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.decision-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.number { color: var(--green); font: 700 13px 'Fira Code', monospace; }
.decision-grid h3 { margin: 15px 0 11px; font-size: 20px; }
.decision-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.roadmap ol { display: grid; gap: 0; max-width: 900px; margin: 35px 0 0; padding: 0; list-style: none; }
.roadmap li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.roadmap li > span { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(110,231,183,.25); border-radius: 14px; background: rgba(110,231,183,.08); color: var(--green); font: 700 15px 'Fira Code', monospace; }
.roadmap h3 { margin: 0 0 5px; font-size: 20px; }
.roadmap p { margin: 0; color: var(--muted); }

.faq { max-width: 920px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 46px 23px 0; cursor: pointer; list-style: none; font-weight: 700; font-size: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 18px; color: var(--purple-light); font: 500 28px 'Fira Code', monospace; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 780px; margin: 0; padding: 0 40px 24px 0; color: var(--muted); }

.final-cta { padding: clamp(70px, 9vw, 112px) 0; border-top: 1px solid var(--line); background: linear-gradient(135deg, rgba(139,92,246,.16), rgba(236,72,153,.1)); text-align: center; }
.final-inner h2 { margin-inline: auto; }
.final-inner > p:not(.eyebrow):not(.disclosure) { max-width: 670px; margin: 0 auto 30px; color: var(--muted); font-size: 18px; }
.final-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 820px; margin: 0 auto; }
.final-buttons .cta { flex-direction: column; align-items: flex-start; min-height: 84px; }
.button-small { display: block; opacity: .75; font-size: 11px; font-family: 'Fira Code', monospace; text-transform: uppercase; letter-spacing: .08em; }
.disclosure { max-width: 760px; margin: 24px auto 0; color: var(--muted-2); font-size: 11px; }

footer { padding: 30px 0 110px; background: var(--bg-deep); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px 25px; }
.footer-brand { font-weight: 800; text-decoration: none; }
footer nav { display: flex; gap: 18px; }
footer nav a { color: var(--muted); font-size: 13px; }
footer p { grid-column: 1 / -1; margin: 0; color: var(--muted-2); font-size: 11px; }
.mobile-sticky { display: none; }

@media (max-width: 820px) {
  .quick-choice, .offer-section, .offer-section.reverse, .decision-grid { grid-template-columns: 1fr; }
  .versus { top: 50%; left: 50%; }
  .offer-section.reverse .offer-copy, .offer-section.reverse .fit-card { order: initial; }
  .fit-card { position: relative; top: auto; order: -1 !important; }
  .model-flow { justify-content: flex-start; gap: 11px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; padding-bottom: 78px; }
  .wrap { width: min(100% - 28px, 1120px); }
  .topbar { min-height: 64px; padding: 9px 14px; }
  .brand img { width: 39px; height: 39px; }
  .brand small { display: none; }
  .top-link { font-size: 10px; }
  .hero { padding: 48px 0 54px; }
  .eyebrow, .section-label { font-size: 10px; }
  h1 { font-size: clamp(36px, 11vw, 51px); line-height: 1.08; }
  .hero-lead { margin: 22px auto 30px; font-size: 17px; line-height: 1.55; }
  .quick-choice { gap: 34px; }
  .choice-card { padding: 24px 20px; border-radius: 22px; }
  .choice-card h2 { font-size: 26px; }
  .versus { top: 50%; width: 44px; height: 44px; }
  .cta { min-height: 58px; padding: 15px 17px; font-size: 14px; }
  .review-link { font-size: 12px; text-align: center; }
  .trust-strip { display: grid; justify-content: start; width: max-content; max-width: 100%; margin: 23px auto 0; text-align: left; }
  .section { padding: 62px 0; }
  .section > h2, .offer-copy h2, .final-inner h2 { font-size: 32px; line-height: 1.12; }
  .section > p, .offer-copy > p { font-size: 15px; }
  .callout, .limits { padding: 20px; }
  .table-wrap { margin-right: -14px; border-radius: 15px 0 0 15px; }
  table { min-width: 680px; font-size: 13px; }
  th, td { padding: 15px; }
  .offer-section { gap: 30px; }
  .fit-card { padding: 23px; }
  .score { font-size: 29px; }
  blockquote { font-size: 18px; }
  .check-list li { padding: 14px 14px 14px 43px; }
  .check-list li::before { left: 15px; }
  .decision-grid article { padding: 21px; }
  .roadmap li { grid-template-columns: 45px 1fr; gap: 13px; }
  .roadmap li > span { width: 42px; height: 42px; }
  .faq summary { font-size: 16px; line-height: 1.45; }
  .final-buttons { grid-template-columns: 1fr; }
  .final-buttons .cta { min-height: 72px; }
  .footer-inner { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
  .mobile-sticky {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 9px max(10px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    border-top: 1px solid rgba(255,255,255,.14);
    background: rgba(9,9,22,.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .mobile-sticky a { display: flex; flex-direction: column; justify-content: center; min-height: 49px; padding: 7px 12px; border-radius: 11px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.2; text-decoration: none; text-align: center; }
  .mobile-sticky a:first-child { background: linear-gradient(135deg, #7c3aed, #a855f7); }
  .mobile-sticky a:last-child { background: linear-gradient(135deg, #db2777, #f43f5e); }
  .mobile-sticky small { margin-bottom: 2px; opacity: .72; font: 500 9px 'Fira Code', monospace; text-transform: uppercase; }
}

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