:root {
  --bg: #06101b;
  --bg-soft: #0a1725;
  --card: rgba(13, 29, 46, .88);
  --text: #f5f8fc;
  --muted: #a9b7c8;
  --line: rgba(255,255,255,.1);
  --blue: #2494ff;
  --purple: #9b5cff;
  --green: #49e66b;
  --yellow: #ffd52b;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: radial-gradient(circle at 50% -20%, #173552 0, var(--bg) 42%, #040a12 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.ambient { position: fixed; z-index: -1; filter: blur(90px); opacity: .16; border-radius: 50%; pointer-events: none; }
.ambient-one { width: 380px; height: 380px; background: var(--blue); top: 15%; left: -180px; }
.ambient-two { width: 420px; height: 420px; background: var(--purple); top: 52%; right: -230px; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar {
  height: 82px; width: min(1240px, calc(100% - 32px)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
  background: linear-gradient(135deg, #33f06a, #04a93c); color: #021209; font-weight: 950; font-size: 24px;
  box-shadow: 0 0 26px rgba(73,230,107,.25);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { letter-spacing: .06em; font-size: 15px; }
.brand-text small { color: var(--muted); font-size: 9px; letter-spacing: .18em; margin-top: 5px; }
.top-link { text-decoration: none; font-weight: 750; font-size: 13px; color: #dce8f5; padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; transition: .25s; }
.top-link:hover { border-color: var(--green); color: var(--green); }
.hero { padding: 92px 0 88px; text-align: center; }
.eyebrow, .step-label { font-weight: 900; font-size: 12px; letter-spacing: .17em; color: #b7c8da; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 16px var(--green); }
.hero h1 { max-width: 960px; margin: 18px auto 22px; font-size: clamp(42px, 6.1vw, 78px); letter-spacing: -.055em; line-height: 1.01; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy { max-width: 790px; margin: 0 auto; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-points { margin: 38px auto 32px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero-points span { border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 999px; padding: 10px 15px; color: #d5e0eb; font-size: 13px; }
.hero-points b { color: var(--green); margin-right: 6px; }
.scroll-cta { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; font-weight: 900; background: var(--green); color: #031309; padding: 15px 23px; border-radius: 12px; box-shadow: 0 14px 40px rgba(73,230,107,.18); }
.video-section, .unlock-section { padding: 74px 0; }
.step-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.step-heading h2 { margin: 4px 0 0; font-size: clamp(28px, 4vw, 45px); line-height: 1.08; letter-spacing: -.035em; }
.step-number { flex: 0 0 auto; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; font-size: 25px; font-weight: 950; }
.blue { background: rgba(36,148,255,.14); border: 1px solid rgba(36,148,255,.55); color: #77c0ff; }
.purple { background: rgba(155,92,255,.14); border: 1px solid rgba(155,92,255,.55); color: #c7a1ff; }
.purple-text { color: #be99ff; }
.green-text { color: var(--green); }
.video-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 30px; align-items: stretch; }
.video-layout.reverse { grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); }
.video-card, .video-info, .locked-state, .plan-card { background: linear-gradient(145deg, rgba(17,35,55,.96), rgba(8,19,31,.96)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.video-card { padding: 16px; position: relative; overflow: hidden; }
.blue-border { border-color: rgba(36,148,255,.36); }
.purple-border { border-color: rgba(155,92,255,.4); }
.video-badge { display: inline-flex; margin: 0 0 12px; padding: 7px 11px; border-radius: 8px; background: rgba(36,148,255,.13); color: #8dccff; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.purple-badge { color: #d3baff; background: rgba(155,92,255,.14); }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 15px; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.progress-wrap { margin-top: 14px; }
.progress-track, .lock-progress { height: 7px; border-radius: 99px; background: rgba(255,255,255,.08); overflow: hidden; }
.progress-track span, .lock-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #1477d6, var(--blue)); transition: width .45s ease; }
.purple-track span { background: linear-gradient(90deg, #6e38c6, var(--purple)); }
.progress-wrap small { display: block; color: var(--muted); margin-top: 8px; font-size: 12px; }
.video-info { padding: 30px; }
.info-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; font-weight: 950; font-size: 22px; }
.blue-bg { background: rgba(36,148,255,.14); color: #76c1ff; }
.purple-bg { background: rgba(155,92,255,.14); color: #c6a1ff; }
.video-info h3 { font-size: 25px; line-height: 1.16; margin: 22px 0 13px; }
.video-info p { color: var(--muted); margin: 0 0 20px; }
.video-info ul { list-style: none; padding: 0; margin: 0; }
.video-info li { padding: 11px 0 11px 28px; position: relative; border-top: 1px solid var(--line); font-size: 14px; }
.video-info li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.connector { height: 70px; display: grid; place-items: center; }
.connector span { width: 2px; height: 48px; background: linear-gradient(var(--blue), var(--purple)); position: relative; }
.connector span::after { content: ""; position: absolute; bottom: -1px; left: -4px; width: 8px; height: 8px; transform: rotate(45deg); border-right: 2px solid var(--purple); border-bottom: 2px solid var(--purple); }
.locked-state { max-width: 740px; margin: 0 auto; padding: 48px; text-align: center; border-color: rgba(155,92,255,.23); }
.lock-icon, .final-lock { font-size: 38px; margin-bottom: 14px; filter: grayscale(.1); }
.locked-state h2 { margin: 8px 0; font-size: clamp(27px, 4vw, 40px); letter-spacing: -.035em; }
.locked-state p { color: var(--muted); margin: 0 auto 25px; max-width: 560px; }
.lock-progress { max-width: 420px; margin: 0 auto 9px; }
.lock-progress span { background: linear-gradient(90deg, #6634ba, var(--purple)); }
.locked-state small { color: #c9b4eb; }
.unlock-notice { display: flex; align-items: center; gap: 13px; width: fit-content; margin: 0 auto 38px; background: rgba(73,230,107,.1); border: 1px solid rgba(73,230,107,.3); padding: 12px 17px; border-radius: 13px; }
.unlock-notice > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--green); color: #04150a; font-weight: 950; }
.unlock-notice div { display: flex; flex-direction: column; }
.unlock-notice small { color: #a9cdb2; }
.offer-section { margin-top: 30px; padding: 86px 0; background: radial-gradient(circle at 80% 20%, rgba(73,230,107,.13), transparent 36%), #07140e; border-block: 1px solid rgba(73,230,107,.18); }
.offer-unlocked { width: fit-content; padding: 8px 12px; border: 1px solid rgba(73,230,107,.35); border-radius: 999px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.offer-unlocked span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 6px; background: var(--green); color: #031409; border-radius: 50%; }
.offer-grid { display: grid; grid-template-columns: 1.1fr .75fr; gap: 48px; align-items: center; margin-top: 27px; }
.offer-copy h2 { font-size: clamp(38px, 5.3vw, 65px); line-height: 1.02; letter-spacing: -.05em; margin: 9px 0 18px; }
.offer-copy > p { color: #b0c4b5; font-size: 18px; max-width: 660px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 26px; }
.benefit-grid span { border: 1px solid rgba(73,230,107,.18); background: rgba(73,230,107,.05); color: #dff5e4; padding: 12px; border-radius: 11px; font-size: 13px; }
.plan-card { padding: 30px; border-color: rgba(73,230,107,.4); box-shadow: 0 28px 90px rgba(0,0,0,.42), 0 0 50px rgba(73,230,107,.08); }
.plan-tag { color: var(--green); font-size: 10px; font-weight: 950; letter-spacing: .13em; }
.plan-card h3 { font-size: 25px; margin: 9px 0 4px; }
.price { display: flex; align-items: baseline; margin: 10px 0; }
.price small { font-size: 23px; font-weight: 900; }
.price strong { font-size: 77px; line-height: 1; color: var(--green); letter-spacing: -.06em; }
.price span { color: #d7e6db; font-weight: 700; }
.plan-card p { color: var(--muted); font-size: 14px; }
.main-cta { display: flex; justify-content: center; align-items: center; gap: 10px; text-decoration: none; background: var(--green); color: #031309; font-weight: 950; border-radius: 12px; padding: 16px 12px; margin-top: 21px; transition: transform .2s, box-shadow .2s; text-align: center; }
.main-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(73,230,107,.18); }
.safe-link { display: block; text-align: center; color: #7f9b86; margin-top: 10px; }
.final-cta { margin-top: 50px; margin-bottom: 80px; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: var(--radius); display: flex; align-items: center; gap: 20px; }
.final-cta h2 { margin: 3px 0 4px; font-size: 25px; }
.final-cta p { margin: 0; color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 30px 0; }
.footer-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: var(--muted); font-size: 12px; }
.footer-brand .brand-mark { width: 35px; height: 35px; font-size: 19px; }
.noscript { position: fixed; bottom: 0; left: 0; right: 0; padding: 12px; background: #b32d2d; color: white; text-align: center; z-index: 99; }
[hidden] { display: none !important; }
.reveal { animation: reveal .65s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 860px) {
  .hero { padding: 72px 0 62px; }
  .video-layout, .video-layout.reverse, .offer-grid { grid-template-columns: 1fr; }
  .video-info { order: 2; }
  .offer-grid { gap: 28px; }
  .top-link { display: none; }
  .footer-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .section-shell { width: min(100% - 24px, 1180px); }
  .topbar { width: calc(100% - 24px); height: 72px; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: 42px; }
  .hero-copy { font-size: 16px; }
  .hero-points { justify-content: stretch; display: grid; grid-template-columns: 1fr; margin-top: 28px; }
  .hero-points span { text-align: left; padding: 11px 14px; }
  .scroll-cta { width: 100%; justify-content: center; }
  .video-section, .unlock-section { padding: 52px 0; }
  .step-heading { align-items: flex-start; gap: 12px; }
  .step-number { width: 43px; height: 43px; border-radius: 13px; font-size: 20px; }
  .step-heading h2 { font-size: 29px; }
  .video-card { padding: 10px; border-radius: 18px; }
  .video-frame { border-radius: 11px; }
  .video-info { padding: 23px; border-radius: 18px; }
  .locked-state { padding: 34px 20px; }
  .offer-section { padding: 64px 0; }
  .offer-copy h2 { font-size: 42px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .plan-card { padding: 24px 20px; }
  .price strong { font-size: 68px; }
  .final-cta { align-items: flex-start; padding: 24px 20px; }
  .final-lock { font-size: 28px; }
  .final-cta h2 { font-size: 21px; }
}

.mystery-brand, .revealed-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.mystery-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2494ff, #7857ff);
  color: #fff;
  font-size: 16px;
  box-shadow: 0 0 26px rgba(36,148,255,.22);
}
.mystery-text { display: flex; flex-direction: column; line-height: 1.05; }
.mystery-text strong { letter-spacing: .06em; font-size: 14px; }
.mystery-text small { color: var(--muted); font-size: 9px; letter-spacing: .18em; margin-top: 5px; }
.top-status {
  color: #b8c8d8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.revealed-brand.reveal-brand { animation: brandReveal .7s ease both; }
@keyframes brandReveal {
  from { opacity: 0; transform: translateY(-8px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 600px) {
  .mystery-text strong, .brand-text strong { font-size: 12px; }
  .top-status { font-size: 8px; padding: 8px 10px; }
}
