:root {
  --bg: #070809;
  --bg-soft: #0d0f11;
  --panel: #111417;
  --panel-2: #171a1e;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.21);
  --text: #f5f3ec;
  --muted: #a5a8ad;
  --gold: #d5ac55;
  --gold-pale: #f2d99d;
  --blue: #2f69ff;
  --blue-light: #8fb1ff;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: black; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  height: 78px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(7,8,9,.88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: Manrope, sans-serif; font-size: .88rem; letter-spacing: .11em; white-space: nowrap; }
.brand b { color: var(--gold); }
.brand-mark { width: 35px; height: 35px; border: 1px solid rgba(213,172,85,.5); display: grid; place-items: center; color: var(--gold); font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.08em; border-radius: 50%; background: rgba(213,172,85,.06); }
nav { display: flex; gap: 2.2rem; color: #c7c8ca; font-size: .88rem; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 1.35rem; border: 1px solid transparent; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 32px rgba(47,105,255,.2); }
.button-primary:hover { background: #477cff; }
.button-outline { border-color: var(--line-strong); background: rgba(255,255,255,.02); }
.button-outline:hover { border-color: var(--gold); }
.button-small { min-height: 39px; font-size: .82rem; padding: 0 1rem; }
.button-full { width: 100%; }

.hero { min-height: calc(100vh - 78px); position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7,8,9,.96) 0%, rgba(7,8,9,.78) 43%, rgba(7,8,9,.28) 76%, rgba(7,8,9,.62) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 32%); }
.hero-backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(37,81,153,.3), transparent 30%), radial-gradient(circle at 68% 54%, rgba(213,172,85,.12), transparent 26%), linear-gradient(125deg,#050607,#111b25 60%,#090b0d); background-image: url('./assets/hero-desk.png'), radial-gradient(circle at 75% 30%, rgba(37,81,153,.3), transparent 30%); background-size: cover; background-position: center; filter: saturate(.8) contrast(1.08); }
.hero-grid { width: min(var(--max), calc(100% - 48px)); min-height: calc(100vh - 155px); margin: 0 auto; padding: 7rem 0 4rem; position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .62fr; align-items: center; gap: 8vw; }
.eyebrow, .section-number { color: var(--gold); text-transform: uppercase; font-family: Manrope, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.5rem; }
.eyebrow span { width: 32px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 780px; margin: 0 0 1.8rem; font-family: Manrope, sans-serif; font-size: clamp(3.3rem, 7vw, 7rem); line-height: .94; letter-spacing: -.06em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 670px; margin: 0; color: #c3c5c7; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; border-bottom: 1px solid var(--line-strong); padding: .5rem 0; font-weight: 700; }
.text-link span { color: var(--gold); }

.desk-card { min-height: 480px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: space-between; background: rgba(12,14,16,.88); border: 1px solid rgba(213,172,85,.35); box-shadow: 0 30px 80px rgba(0,0,0,.5); backdrop-filter: blur(12px); }
.desk-card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .65rem; color: var(--muted); font-size: .7rem; letter-spacing: .14em; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(47,105,255,.12); }
.kicker { margin: 0 0 .5rem; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.desk-card h2 { font-family: Manrope, sans-serif; font-size: 2.5rem; line-height: 1; margin: 0 0 .7rem; }
.desk-price { font-size: 2rem; font-weight: 800; color: var(--gold-pale); margin: 0; }
.desk-price small { color: var(--muted); font-size: .85rem; font-weight: 500; }
.check-list { list-style: none; padding: 0; margin: 0; color: #d7d8da; }
.check-list li { padding: .55rem 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; color: var(--gold); margin-right: .7rem; }
.trust-strip { position: relative; z-index: 2; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; min-height: 77px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid var(--line); color: #aeb0b3; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip span::before { content: "◆"; color: var(--gold); font-size: .45rem; margin-right: .6rem; vertical-align: .15rem; }

.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 8rem 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .final-cta h2 { margin: .5rem 0 0; font-family: Manrope, sans-serif; font-size: clamp(2.3rem, 4.5vw, 4.4rem); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p { margin: 0; max-width: 480px; color: var(--muted); }

.start-section { border-bottom: 1px solid var(--line); }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.path-card { min-height: 250px; text-align: left; padding: 1.4rem; display: flex; flex-direction: column; align-items: flex-start; color: var(--text); background: var(--panel); border: 0; border-right: 1px solid var(--line); cursor: pointer; transition: background .25s ease, transform .25s ease; }
.path-card:last-child { border-right: 0; }
.path-card:hover, .path-card:focus-visible { outline: none; background: #171b20; transform: translateY(-5px); }
.path-card.selected { background: rgba(47,105,255,.14); box-shadow: inset 0 -3px 0 var(--blue); }
.path-card > span { color: var(--gold); font-size: .75rem; letter-spacing: .1em; }
.path-card strong { margin: auto 0 .5rem; max-width: 220px; font-family: Manrope, sans-serif; font-size: 1.15rem; line-height: 1.35; }
.path-card small { color: var(--muted); font-size: .84rem; }
.recommendation { min-height: 0; margin-top: 0; overflow: hidden; background: rgba(47,105,255,.1); border-left: 3px solid var(--blue); transition: all .3s ease; }
.recommendation.visible { min-height: 72px; margin-top: 1rem; padding: 1.1rem 1.3rem; }
.recommendation strong { color: var(--blue-light); }

.products-section { padding-bottom: 6rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.product-card { min-height: 520px; padding: 1.6rem; display: flex; flex-direction: column; background: var(--panel); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .2s ease, transform .2s ease; }
.product-card:hover { background: #15191d; transform: translateY(-3px); z-index: 2; }
.product-card.recommended { box-shadow: inset 0 0 0 2px var(--blue), 0 18px 60px rgba(47,105,255,.18); z-index: 3; }
.product-card-featured { background: linear-gradient(145deg, rgba(47,105,255,.15), var(--panel) 55%); }
.product-card-bundle { background: linear-gradient(145deg, rgba(213,172,85,.13), var(--panel) 55%); }
.product-card-premium { background: #0c0e10; }
.product-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.tag { border: 1px solid var(--line-strong); color: #dedfe1; padding: .32rem .55rem; }
.tag-blue { color: var(--blue-light); border-color: rgba(143,177,255,.45); }
.tag-gold { color: var(--gold-pale); border-color: rgba(213,172,85,.45); }
.product-card h3 { margin: 2.3rem 0 1rem; font-family: Manrope, sans-serif; font-size: 1.65rem; line-height: 1.15; letter-spacing: -.025em; }
.product-card > p { color: #b9bbbe; margin: 0; }
.product-card ul { margin: 1.4rem 0 2rem; padding: 0; list-style: none; color: #d7d8da; font-size: .9rem; }
.product-card li { padding: .35rem 0; }
.product-card li::before { content: "—"; color: var(--gold); margin-right: .6rem; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.product-bottom strong { display: block; font-family: Manrope, sans-serif; font-size: 1.7rem; }
.product-bottom small { display: block; color: var(--muted); font-size: .75rem; }
.product-bottom a { color: var(--blue-light); font-size: .86rem; font-weight: 700; white-space: nowrap; }
.product-bottom a span { margin-left: .3rem; }

.supporting-header { margin: 7rem 0 2rem; display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.supporting-header h3 { margin: .35rem 0 0; font-family: Manrope, sans-serif; font-size: 2rem; }
.supporting-header > p { max-width: 450px; color: var(--muted); margin: 0; }
.micro-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.micro-card { min-height: 235px; padding: 1.3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0d0f; display: flex; flex-direction: column; transition: background .2s ease; }
.micro-card:hover { background: #121519; }
.micro-card > span { color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.micro-card h4 { margin: auto 0 .6rem; font-family: Manrope, sans-serif; font-size: 1.15rem; }
.micro-card p { margin: 0 0 1rem; color: var(--muted); font-size: .85rem; }
.micro-card div { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: .8rem; }
.micro-card strong { color: var(--gold-pale); }
.micro-card a { color: var(--blue-light); font-size: .8rem; font-weight: 700; }

.membership-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: #0b0d0f; border-block: 1px solid var(--line); }
.ladder { border: 1px solid var(--line); }
.ladder-row { min-height: 74px; display: grid; grid-template-columns: .6fr .7fr 1.3fr 1.5fr; align-items: center; gap: 1.5rem; padding: .9rem 1.2rem; border-bottom: 1px solid var(--line); color: #c3c5c7; }
.ladder-row:last-child { border-bottom: 0; }
.ladder-row strong { color: white; }
.ladder-head { min-height: 46px; background: #171a1d; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.ladder-row.active { background: rgba(47,105,255,.1); box-shadow: inset 3px 0 0 var(--blue); }

.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-family: Manrope, sans-serif; font-weight: 800; }
.process-list strong { font-family: Manrope, sans-serif; font-size: 1.35rem; }
.process-list p { color: var(--muted); margin: .25rem 0 0; }

.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
details { background: var(--panel); padding: 1.4rem 1.5rem; }
summary { list-style: none; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; gap: 1rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--gold); font-size: 1.35rem; font-weight: 400; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); margin: 1rem 0 0; }

.final-cta { width: min(var(--max), calc(100% - 48px)); margin: 0 auto 8rem; padding: 6rem; position: relative; overflow: hidden; background: linear-gradient(130deg, rgba(47,105,255,.2), rgba(13,15,17,.96) 45%, rgba(213,172,85,.12)); border: 1px solid var(--line-strong); }
.final-cta::after { content: "PS"; position: absolute; right: 2rem; bottom: -5rem; color: rgba(255,255,255,.025); font-family: Manrope, sans-serif; font-size: 18rem; font-weight: 800; line-height: 1; }
.final-cta h2 { position: relative; z-index: 1; }
.final-cta > p:not(.section-number) { max-width: 620px; color: #bfc1c4; position: relative; z-index: 1; }
.final-cta .button { margin-top: 1.5rem; position: relative; z-index: 1; }

footer { border-top: 1px solid var(--line); background: #050606; }
.footer-main, .disclosure, .footer-bottom { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.footer-main { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-main p, .footer-main > a:last-child { color: var(--muted); font-size: .85rem; }
.disclosure { padding: 1.5rem 0; border-block: 1px solid var(--line); display: grid; grid-template-columns: 180px 1fr; gap: 2rem; }
.disclosure strong { color: var(--gold); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.disclosure p { margin: 0; color: #85888c; font-size: .78rem; line-height: 1.65; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; color: #696c70; font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr .65fr; gap: 2rem; }
  .path-grid { grid-template-columns: 1fr 1fr; }
  .path-card:nth-child(2) { border-right: 0; }
  .path-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid, .micro-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding-inline: 18px; }
  .site-header .button { display: none; }
  .brand { font-size: .76rem; }
  .hero { min-height: auto; }
  .hero::after { background: linear-gradient(0deg, var(--bg) 0%, rgba(7,8,9,.65) 45%, rgba(7,8,9,.84) 100%); }
  .hero-backdrop { opacity: .48; background-position: 62% center; }
  .hero-grid { width: calc(100% - 36px); min-height: auto; padding: 5rem 0 3rem; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .hero-actions .text-link { align-self: flex-start; }
  .desk-card { min-height: 425px; margin-top: 2rem; }
  .trust-strip { width: calc(100% - 36px); padding: 1.25rem 0; display: grid; grid-template-columns: 1fr 1fr; }
  .section { width: calc(100% - 36px); padding: 5.5rem 0; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.2rem; }
  .path-grid, .product-grid, .micro-grid, .faq-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .path-card:last-child { border-bottom: 0; }
  .product-card { min-height: 480px; }
  .supporting-header { margin-top: 5rem; align-items: flex-start; flex-direction: column; gap: 1rem; }
  .membership-section { width: 100%; padding-left: 18px; padding-right: 18px; }
  .ladder { overflow-x: auto; }
  .ladder-row { min-width: 720px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 1rem; }
  .final-cta { width: calc(100% - 36px); margin-bottom: 5rem; padding: 3rem 1.4rem; }
  .final-cta::after { font-size: 10rem; }
  .footer-main { padding: 2.5rem 0; align-items: flex-start; flex-direction: column; gap: 1rem; }
  .disclosure { grid-template-columns: 1fr; gap: .8rem; }
}

@media (max-width: 430px) {
  .trust-strip { grid-template-columns: 1fr; }
  .desk-card { padding: 1.25rem; }
  .product-bottom { align-items: flex-start; flex-direction: column; }
}
