/* ───────────────── Variables ───────────────── */
:root {
  --bg:       #09090b;
  --bg-alt:   #111113;
  --card:     #18181b;
  --border:   #27272a;
  --text:     #fafafa;
  --text-2:   #d4d4d8;
  --text-3:   #a1a1aa;
  --accent:   #818cf8;
  --accent-2: #6366f1;
  --accent-bg:rgba(99,102,241,.12);
  --green:    #34d399;
  --red:      #f87171;
  --radius:   14px;
  --radius-sm:10px;
}

/* ───────────────── Reset ───────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* grain overlay */
.grain{position:fixed;inset:0;pointer-events:none;opacity:.03;z-index:999;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ───────────────── Layout ───────────────── */
.container{max-width:1140px;margin:0 auto;padding:0 2rem}
.centered{text-align:center}
.section{padding:6rem 0}
.alt-bg{background:var(--bg-alt)}

/* ───────────────── Typography ───────────────── */
.kicker{
  display:inline-block;
  padding:.4rem .9rem;
  background:var(--accent-bg);
  border:1px solid var(--accent-2);
  border-radius:999px;
  font-size:.78rem;
  font-weight:700;
  color:var(--accent);
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:1.2rem;
}
.section-head{margin-bottom:3.5rem}
.section-head.centered{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.08;font-weight:900;letter-spacing:-.03em;margin-bottom:1.4rem;color:var(--text)}
h2{font-size:clamp(1.7rem,4vw,2.6rem);line-height:1.15;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;color:var(--text)}
h3{color:var(--text)}
.highlight{background:linear-gradient(135deg,var(--accent),#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-2);max-width:680px;margin:0 auto}
.lead{font-size:clamp(1.05rem,2.2vw,1.3rem);color:var(--text-2);max-width:750px;margin-bottom:1.2rem;line-height:1.55}
.session-date{font-size:1rem;font-weight:600;color:var(--text-3);margin-bottom:1.5rem}
.price-callout{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:2rem}
.price-tag,.price-included,.price-savings,.price-deadline{display:inline-flex;align-items:center;padding:.55rem .95rem;border-radius:999px;font-size:.88rem;font-weight:700}
.price-tag{background:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.35);color:#fca5a5}
.price-included{background:var(--accent-bg);border:1px solid var(--accent-2);color:var(--text)}
.price-savings{background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.28);color:var(--green)}
.price-deadline{background:rgba(250,204,21,.10);border:1px solid rgba(250,204,21,.28);color:#facc15}
.price-strike{text-decoration:line-through;opacity:.72;margin-right:.45rem}

/* ───────────────── Buttons ───────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.4rem;border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;border:2px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none}
.btn-primary{background:var(--accent-2);color:#fff;border-color:var(--accent-2);box-shadow:0 0 24px rgba(99,102,241,.25)}
.btn-primary:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 0 32px rgba(99,102,241,.35)}
.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}
.btn-outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}
.btn-sm{padding:.55rem 1.2rem;font-size:.88rem}
.btn-lg{padding:1rem 1.8rem;font-size:1.05rem}
.btn-xl{padding:1.1rem 2.4rem;font-size:1.1rem;width:100%}

/* ───────────────── Nav ───────────────── */
.nav-bar{position:sticky;top:0;z-index:100;background:rgba(9,9,11,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;justify-content:space-between;align-items:center;height:64px}
.brand{display:flex;align-items:center}
.logo{height:46px;width:auto}
.nav-meta{display:flex;align-items:center;gap:.75rem}
.member-badge{display:flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--accent-bg);border:1px solid var(--accent-2);border-radius:999px;font-size:.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}
.badge-icon{width:13px;height:13px}
.btn-cta-nav{padding:.5rem 1.2rem;background:var(--accent-2);color:#fff;border-radius:var(--radius-sm);font-weight:700;font-size:.85rem;border:none;transition:all .2s ease}
.btn-cta-nav:hover{background:var(--accent);transform:translateY(-1px)}

/* ───────────────── Hero ───────────────── */
.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}
.hero-bg-wrap{position:absolute;inset:0;z-index:0}
.hero-bg{width:100%;height:100%;object-fit:cover;filter:brightness(.35)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,9,11,.2) 0%,rgba(9,9,11,.7) 60%,var(--bg) 100%)}
.hero-content{position:relative;z-index:1;padding:5rem 0 4rem}
.cta-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}
.member-note{font-size:.9rem;color:var(--text-3);margin-bottom:2rem}

/* Proof chips */
.hero-proof{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-start;align-items:center}
.proof-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;background:rgba(255,255,255,.06);border:1px solid var(--border);border-radius:999px;font-size:.85rem;font-weight:600;color:var(--text-2)}
.chip-icon{width:16px;height:16px;color:var(--accent);flex-shrink:0}

/* ───────────────── Countdown Strip ───────────────── */
.countdown-strip{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.2rem 0}
.countdown-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.countdown-left{display:flex;align-items:center;gap:.6rem}
.countdown-icon{width:22px;height:22px;color:var(--accent);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.countdown-label{font-size:.95rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.06em}
.countdown-timer{display:flex;align-items:center;gap:.6rem}
.t-block{text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .9rem;min-width:68px}
.t-val{display:block;font-size:1.8rem;font-weight:900;color:var(--accent);line-height:1}
.t-unit{display:block;font-size:.65rem;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-top:.35rem;font-weight:600}
.t-sep{font-size:1.4rem;font-weight:900;color:var(--text-3);line-height:1}
.countdown-right{display:flex;align-items:center}
.seats-left{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;color:var(--red)}
.seats-icon{width:16px;height:16px}

/* ───────────────── Stats ───────────────── */
.stats-section{padding:4rem 0}
.stats-grid{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}
.stat-item{text-align:center}
.stat-num{display:block;font-size:3rem;font-weight:900;color:var(--text);line-height:1}
.stat-label{display:block;font-size:.9rem;color:var(--text-3);margin-top:.4rem;font-weight:500}
.stat-divider{width:1px;height:48px;background:var(--border)}

/* ───────────────── Value Grid ───────────────── */
.value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}
.value-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all .25s ease}
.value-card:hover{border-color:var(--accent-2);transform:translateY(-3px);box-shadow:0 8px 30px rgba(99,102,241,.12)}
.value-icon{width:36px;height:36px;color:var(--accent);margin-bottom:1.2rem;stroke-width:2}
.value-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.6rem}
.value-card p{color:var(--text-2);line-height:1.65;font-size:.95rem}

/* ───────────────── Outcomes ───────────────── */
.outcomes-grid{display:grid;gap:1.5rem;max-width:900px;margin:0 auto}
.outcome-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;transition:all .25s ease}
.outcome-card:hover{border-color:var(--accent-2);transform:translateY(-2px)}
.outcome-num{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--accent-2),var(--accent));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900}
.outcome-body h3{font-size:1.2rem;font-weight:700;margin-bottom:.6rem}
.outcome-body p{color:var(--text-2);line-height:1.65;font-size:.95rem}

/* ───────────────── Showcase ───────────────── */
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.showcase-visual img{border-radius:var(--radius);border:1px solid var(--border)}
.showcase-copy .kicker{margin-bottom:1rem}
.showcase-copy h2{margin-bottom:.8rem}
.showcase-copy>p{color:var(--text-2);margin-bottom:1.5rem;line-height:1.65}
.feature-list{list-style:none}
.feature-list li{position:relative;padding-left:1.6rem;margin-bottom:.75rem;color:var(--text-2);line-height:1.55}
.feature-list li::before{content:'→';position:absolute;left:0;color:var(--accent);font-weight:700}

/* ───────────────── Agenda ───────────────── */
.agenda-list{display:grid;gap:1.25rem;max-width:900px;margin:0 auto}
.agenda-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem;display:flex;gap:1.5rem;align-items:flex-start;transition:all .25s ease}
.agenda-item:hover{border-color:var(--accent-2);transform:translateX(4px)}
.agenda-num{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:var(--accent-2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900}
.agenda-body h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}
.agenda-body p{color:var(--text-2);line-height:1.6;font-size:.95rem}

/* ───────────────── Who Grid ───────────────── */
.who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;max-width:900px;margin:0 auto}
.who-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.4rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}
.who-card:hover{border-color:var(--accent-2);transform:translateX(4px)}
.who-icon{flex-shrink:0;width:22px;height:22px;color:var(--green);stroke-width:2.5}
.who-card p{color:var(--text-2);line-height:1.55;font-size:.95rem}

/* ───────────────── Host ───────────────── */
.host-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:3rem;max-width:900px;margin:0 auto}
.host-layout{display:flex;gap:2.5rem;align-items:center}
.host-photo{flex-shrink:0}
.profile-pic{width:140px;height:140px;border-radius:50%;object-fit:cover;border:3px solid var(--accent)}
.host-body .kicker{margin-bottom:.8rem}
.host-body h2{margin-bottom:.6rem}
.host-body>p{color:var(--text-2);margin-bottom:1.2rem;line-height:1.6}
.credentials{list-style:none;margin-bottom:1.5rem}
.credentials li{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.8rem;color:var(--text-2);line-height:1.55;font-size:.95rem}
.cred-icon{flex-shrink:0;width:18px;height:18px;color:var(--accent);margin-top:2px}
.host-callout{padding:1rem 1.2rem;background:var(--accent-bg);border-left:3px solid var(--accent);border-radius:6px;font-weight:600;color:var(--text);font-size:.95rem}

/* ───────────────── Plans / CTA ───────────────── */
.cta-section{background:linear-gradient(180deg,var(--bg-alt),var(--bg))}
.value-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:900px;margin:0 auto 2rem}
.value-stack-card{background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.2rem 1.1rem;text-align:center}
.value-stack-label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:.45rem}
.value-stack-card strong{font-size:1.05rem;color:var(--text)}
.plans-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}
.plan-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;position:relative;display:flex;flex-direction:column}
.plan-featured{border-color:var(--accent-2);box-shadow:0 0 40px rgba(99,102,241,.15)}
.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:.35rem 1rem;background:var(--accent-2);color:#fff;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.plan-card h3{font-size:1.4rem;font-weight:800;margin-bottom:.5rem;color:var(--text)}
.plan-included,.plan-value{display:inline-flex;align-items:center;align-self:flex-start;padding:.38rem .75rem;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;margin-bottom:.9rem}
.plan-included{background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.35);color:var(--green)}
.plan-value{background:var(--accent-bg);border:1px solid var(--accent-2);color:var(--accent)}
.plan-price{font-size:2.2rem;font-weight:900;color:var(--text);margin-bottom:.5rem}
.plan-price span{font-size:1rem;font-weight:500;color:var(--text-3)}
.plan-desc{color:var(--text-2);margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}
.plan-perks{list-style:none;margin-bottom:2rem;flex-grow:1}
.plan-perks li{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem;color:var(--text-2);font-size:.95rem;line-height:1.5}
.perk-icon{flex-shrink:0;width:18px;height:18px;color:var(--green);stroke-width:3}
.plan-note{font-size:.85rem;color:var(--text-3);text-align:center;margin-top:1rem}

/* ───────────────── FAQ ───────────────── */
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}
.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all .2s ease}
.faq-item:hover{border-color:var(--accent-2)}
.faq-item h3{font-size:1.05rem;font-weight:700;margin-bottom:.75rem;color:var(--accent)}
.faq-item p{color:var(--text-2);line-height:1.65;font-size:.95rem}

/* ───────────────── Final CTA ───────────────── */
.final-cta-section{padding:6rem 0;background:linear-gradient(135deg,var(--bg-alt),var(--bg));border-top:1px solid var(--border)}
.final-cta-section h2{margin-bottom:.8rem}
.final-sub{font-size:1.15rem;color:var(--text-2);margin-bottom:2.5rem}
.final-cta-section .btn-xl{max-width:360px;margin:0 auto}
.final-note{font-size:.9rem;color:var(--text-3);margin-top:1.5rem}

/* ───────────────── Footer ───────────────── */
.footer{padding:4rem 0 2rem;border-top:1px solid var(--border);background:var(--bg)}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:2rem}
.footer-logo{height:40px;width:auto;margin-bottom:.8rem}
.footer-tagline{font-size:.9rem;color:var(--text-3);max-width:280px}
.footer-links{display:flex;gap:2rem;align-items:center}
.footer-links a{color:var(--text-3);font-size:.9rem;font-weight:600;transition:color .2s}
.footer-links a:hover{color:var(--accent)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{font-size:.85rem;color:var(--text-3)}
.footer-social{display:flex;gap:.75rem}
.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid var(--border);color:var(--text-3);transition:all .2s ease}
.footer-social a:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}
.footer-social svg,.footer-social i{width:18px;height:18px;display:block}

/* ───────────────── Sticky Bar ───────────────── */
.sticky-bar{position:fixed;bottom:0;left:0;width:100%;background:rgba(9,9,11,.95);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:.75rem 1rem;z-index:99;display:none;box-shadow:0 -2px 20px rgba(0,0,0,.4)}
.sticky-inner{display:flex;align-items:center;justify-content:space-between;max-width:600px;margin:0 auto;gap:1rem}
.sticky-text{font-size:.88rem;font-weight:700;color:var(--red)}
.sticky-btn{white-space:nowrap}

/* ───────────────── Responsive ───────────────── */
@media(max-width:900px){
  .showcase-grid{grid-template-columns:1fr;gap:2.5rem}
  .value-stack{grid-template-columns:1fr}
  .plans-row{grid-template-columns:1fr}
  .plan-featured{order:-1}
  .countdown-inner{justify-content:center}
  .countdown-right{display:none}
  .stats-grid{gap:2rem}
  .stat-divider{display:none}
  .value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:768px){
  .container{padding:0 1.25rem}
  .section{padding:4rem 0}

  /* Nav */
  .nav-inner{height:56px}
  .logo{height:36px}
  .member-badge{font-size:.68rem;padding:.35rem .7rem}
  .btn-cta-nav{font-size:.8rem;padding:.4rem 1rem}

  /* Hero */
  .hero{min-height:auto;padding-bottom:0}
  .hero-content{padding:3rem 0 3rem}
  h1{font-size:1.75rem;line-height:1.2;margin-bottom:1rem}
  h1 br{display:none}
  .lead{font-size:1rem;line-height:1.55}
  .session-date{font-size:.88rem}
  .cta-row{flex-direction:column}
  .cta-row .btn{width:100%}
  .price-callout{flex-direction:column;align-items:flex-start;gap:.6rem}
  .hero-proof{flex-direction:column;gap:.6rem}
  .proof-chip{font-size:.8rem;padding:.45rem .85rem}

  /* Countdown */
  .countdown-strip{padding:1rem 0}
  .countdown-inner{flex-direction:column;gap:.8rem}
  .countdown-left{justify-content:center}
  .t-block{min-width:60px;padding:.5rem .6rem}
  .t-val{font-size:1.5rem}

  /* Stats */
  .stats-grid{flex-direction:column;gap:1.5rem}
  .stat-num{font-size:2.5rem}

  /* Cards */
  .value-grid{grid-template-columns:1fr}
  .who-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}

  /* Outcomes */
  .outcome-card{flex-direction:column;text-align:center}
  .outcome-num{margin:0 auto}

  /* Host */
  .host-layout{flex-direction:column;text-align:center}
  .host-body .kicker{text-align:center}
  .host-body h2{text-align:center}
  .host-body>p{text-align:center}
  .credentials li{justify-content:center}
  .host-card{padding:2rem}
  .profile-pic{width:110px;height:110px}

  /* Plan cards */
  .plan-card{padding:2rem}

  /* Footer */
  .footer-top{flex-direction:column;gap:2rem}
  .footer-brand{text-align:center}
  .footer-logo{margin:0 auto .8rem}
  .footer-tagline{margin:0 auto;text-align:center}
  .footer-links{flex-direction:column;gap:1rem;align-items:center}
  .footer-bottom{flex-direction:column;gap:1rem;text-align:center}
  .footer-social{justify-content:center}

  /* Sticky */
  .sticky-bar.visible{display:block}

  /* Final CTA */
  .final-cta-section{padding:4rem 0}
  .final-cta-section .btn-xl{max-width:100%}
}
