:root {
  --bg: #07090d;
  --panel: #0e1117;
  --panel-2: #131720;
  --text: #eff2f7;
  --muted: #8f98a9;
  --line: rgba(255, 255, 255, 0.11);
  --lime: #c8ff45;
  --violet: #8068ff;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  min-width: 320px;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  padding: 10px 14px; background: var(--lime); color: #07090d;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.notice {
  position: relative; z-index: 20; padding: 12px 56px 12px 20px;
  background: #202516; border-bottom: 1px solid rgba(200,255,69,.35);
  color: #e9f4cf; text-align: center; font-size: 13px;
}
.notice button { position: absolute; right: 20px; top: 5px; border: 0; background: transparent; cursor: pointer; font-size: 25px; }
.grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}
.grid-bg::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  right: -300px;
  top: 100px;
  background: var(--violet);
  border-radius: 50%;
  filter: blur(180px);
  opacity: .14;
}
.nav, .hero, .signal-strip, .product-section, .features, .process, .faq, .access, footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 18px var(--display); letter-spacing: -.03em; }
.brand-logo { object-fit: cover; border-radius: 9px; box-shadow: 0 0 24px rgba(77,180,255,.2); }
.brand-mark {
  display: grid; place-items: center; width: 37px; height: 37px;
  border-radius: 9px 9px 9px 2px; background: var(--lime); color: #080a0d;
  box-shadow: 0 0 25px rgba(200,255,69,.18);
}
.nav nav { display: flex; gap: 34px; font-size: 12px; color: #b4bbc8; }
.nav nav a:hover { color: var(--text); }
.nav-cta { text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.nav-cta span { color: var(--lime); margin-left: 5px; }
.hero {
  min-height: 700px;
  padding: 96px 0 80px;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 50px;
  align-items: center;
}
.eyebrow, .section-index {
  color: #b8c0cd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
.hero h1, .section-heading h2, .access h2 {
  margin: 24px 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .94;
}
.hero h1 { font-size: clamp(58px, 7vw, 105px); }
.hero h1 em, .access h2 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(239,242,247,.45); }
.hero-copy > p { max-width: 590px; color: var(--muted); line-height: 1.75; font-size: 17px; }
.hero-actions { display: flex; gap: 11px; margin-top: 35px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 22px; border-radius: 8px; font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .065em; transition: .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--lime); color: #090b0f; }
.button.ghost { border: 1px solid var(--line); }
.hero-meta { display: flex; gap: 32px; margin-top: 50px; color: #747d8c; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-meta strong { color: var(--text); margin-right: 5px; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(128,104,255,.22); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 360px; height: 360px; border-color: rgba(200,255,69,.15); }
.product-window {
  width: min(500px, 100%); min-height: 355px; position: relative; z-index: 1;
  border: 1px solid rgba(255,255,255,.14); border-radius: 13px;
  background: rgba(11,14,20,.9); box-shadow: 0 40px 100px #000, 0 0 60px rgba(128,104,255,.12);
  transform: perspective(900px) rotateY(-7deg) rotateX(2deg);
  overflow: hidden;
}
.window-bar { height: 48px; display: flex; align-items: center; gap: 9px; padding: 0 15px; border-bottom: 1px solid var(--line); font: 700 12px var(--display); }
.window-bar > img { object-fit: cover; border-radius: 6px; }
.window-dots { margin-left: auto; display: flex; gap: 7px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #313744; }
.window-body { display: grid; grid-template-columns: 120px 1fr; min-height: 307px; }
.window-body aside { padding: 25px 12px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.window-body aside b { color: #596171; font-size: 7px; letter-spacing: .15em; margin: 0 8px 7px; }
.window-body aside span { padding: 8px; font-size: 9px; color: #788293; border-radius: 5px; }
.window-body aside .active { color: var(--lime); background: rgba(200,255,69,.08); }
.deck { padding: 24px; }
.deck-top { display: flex; justify-content: space-between; align-items: flex-start; }
.deck-top small { display: block; color: #687181; font-size: 7px; letter-spacing: .15em; }
.deck-top strong { display: block; margin-top: 5px; font: 600 17px var(--display); }
.online { color: var(--lime); background: rgba(200,255,69,.08); border: 1px solid rgba(200,255,69,.18); padding: 6px 8px; border-radius: 5px; font-size: 7px; text-transform: uppercase; }
.key-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 30px 0 20px; }
.key-grid span { aspect-ratio: 1.7; display: grid; place-items: center; border: 1px solid #282e3a; border-radius: 5px; background: linear-gradient(#1b202b,#10141b); font: 600 9px var(--display); box-shadow: inset 0 -3px 0 rgba(0,0,0,.4); }
.key-grid span:nth-child(3), .key-grid span:nth-child(6), .key-grid span:nth-child(12) { color: var(--lime); border-color: rgba(200,255,69,.3); }
.deck-card { padding: 12px; display: grid; grid-template-columns: 1fr auto; gap: 4px; background: #111620; border: 1px solid var(--line); border-radius: 7px; font-size: 8px; color: #727c8d; }
.deck-card strong { color: var(--text); }
.deck-card i { grid-column: 1 / -1; height: 2px; background: linear-gradient(90deg, var(--violet), var(--lime)); margin-top: 8px; }
.signal-strip {
  min-height: 92px; display: flex; align-items: center; justify-content: space-around;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  color: #8a93a2; font: 700 9px var(--display); letter-spacing: .18em;
}
.signal-strip i { width: 4px; height: 4px; background: var(--lime); border-radius: 50%; }
.product-section, .features, .process, .faq { padding: 130px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 60px; }
.section-heading h2, .access h2 { font-size: clamp(48px, 6vw, 82px); margin-bottom: 0; }
.section-heading > p { width: min(460px, 100%); color: var(--muted); line-height: 1.75; }
.section-index { color: var(--lime); }
.product-card { display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--panel); }
.product-media { min-height: 535px; position: relative; display: grid; place-items: center; background: #05070a; overflow: hidden; }
.product-media video { display: block; width: 100%; height: auto; max-height: 535px; aspect-ratio: 32 / 19; object-fit: contain; background: #05070a; }
.release-chip { position: absolute; top: 24px; left: 24px; padding: 8px 11px; color: var(--lime); background: rgba(7,9,13,.75); border: 1px solid rgba(200,255,69,.25); border-radius: 5px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.product-details { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.availability { color: #aeb6c4; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.availability i, .form-status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 10px var(--lime); }
.product-details h3 { margin: 18px 0 15px; font: 600 46px var(--display); letter-spacing: -.05em; }
.product-title-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-title-row img { border-radius: 14px; object-fit: cover; }
.product-details > p { color: var(--muted); line-height: 1.7; font-size: 14px; }
.product-details ul { padding: 0; margin: 25px 0 30px; list-style: none; }
.product-details li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.product-details li span { color: var(--lime); margin-right: 15px; font-size: 9px; }
.button.wide { width: 100%; justify-content: space-between; }
.buy-button { border: 0; cursor: pointer; }
.buy-button:disabled { opacity: .55; cursor: wait; transform: none; }
.price { display: flex; align-items: center; gap: 15px; margin: 0 0 22px; }
.price strong { font: 600 38px var(--display); letter-spacing: -.05em; }
.price span { color: var(--muted); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .09em; }
.checkout-note { margin: 12px 0 0; min-height: 34px; font-size: 10px !important; }
.features { border-top: 1px solid var(--line); }
.section-heading.compact { margin-bottom: 50px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.feature-grid article { min-height: 310px; padding: 32px; position: relative; background: var(--panel); }
.feature-grid article + article { border-left: 1px solid var(--line); }
.feature-number { position: absolute; right: 25px; top: 25px; color: #535c6b; font: 600 10px var(--display); }
.feature-icon { width: 49px; height: 49px; display: grid; place-items: center; margin: 55px 0 33px; border: 1px solid rgba(200,255,69,.25); border-radius: 10px; color: var(--lime); font-size: 24px; background: rgba(200,255,69,.05); }
.feature-grid h3 { font: 600 20px var(--display); letter-spacing: -.03em; }
.feature-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.process { border-top: 1px solid var(--line); }
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin: 0; padding: 0; list-style: none; border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
}
.process-grid li { min-height: 250px; padding: 28px; background: var(--panel); }
.process-grid li + li { border-left: 1px solid var(--line); }
.process-grid > li > span { color: var(--lime); font: 700 10px var(--display); letter-spacing: .14em; }
.process-grid h3 { margin-top: 74px; font: 600 20px var(--display); }
.process-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.faq { border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 25px 2px; cursor: pointer; list-style: none;
  font: 600 18px var(--display);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--lime); font-size: 24px; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 760px; margin: -5px 0 26px; color: var(--muted); line-height: 1.75; }
.access {
  margin-bottom: 130px; padding: 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center;
  border: 1px solid rgba(128,104,255,.3); border-radius: 20px;
  background: radial-gradient(circle at 0 100%, rgba(128,104,255,.17), transparent 46%), var(--panel);
}
.access-copy > p { color: var(--muted); line-height: 1.7; max-width: 440px; }
.license-card { padding: 30px; border: 1px solid var(--line); border-radius: 13px; background: rgba(5,7,10,.65); }
.license-card label { display: block; margin-bottom: 10px; color: #aeb6c4; font-size: 11px; font-weight: 700; }
.license-card label:not(:first-child) { margin-top: 16px; }
.standalone-input { width: 100%; padding: 16px; border: 1px solid #2b313d; border-radius: 8px; outline: 0; background: #090c11; color: var(--text); }
.standalone-input:focus { border-color: var(--lime); }
.license-field { display: flex; gap: 8px; }
.license-field input { min-width: 0; flex: 1; padding: 16px; border: 1px solid #2b313d; border-radius: 8px; outline: 0; background: #090c11; color: var(--text); }
.license-field input:focus { border-color: var(--lime); }
.license-field button { padding: 0 20px; border: 0; border-radius: 8px; background: var(--lime); color: #080a0d; font-weight: 800; cursor: pointer; }
.license-field button:disabled { opacity: .6; cursor: wait; }
.form-status { min-height: 23px; padding-top: 10px; display: flex; justify-content: space-between; color: #697281; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
#license-message.error { color: #ff8992; }
#license-message.success { color: var(--lime); }
.support-link { display: inline-block; margin-top: 12px; color: var(--lime); font-size: 13px; }
footer { min-height: 145px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #6f7888; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
footer .brand { color: var(--text); text-transform: none; letter-spacing: -.03em; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 10px; }
  .product-card, .access { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-grid li:nth-child(4) { border-top: 1px solid var(--line); }
  .feature-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
}
@media (max-width: 640px) {
  .nav, .hero, .signal-strip, .product-section, .features, .process, .faq, .access, footer { width: min(100% - 28px, 1180px); }
  .nav nav { display: none; }
  .hero { padding-top: 65px; }
  .hero h1 { font-size: 55px; }
  .hero-meta { gap: 13px; flex-wrap: wrap; }
  .hero-visual { min-height: 350px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 270px; height: 270px; }
  .product-window { transform: none; }
  .window-body { grid-template-columns: 92px 1fr; }
  .deck { padding: 16px; }
  .signal-strip { flex-wrap: wrap; gap: 15px; padding: 25px 10px; }
  .signal-strip i { display: none; }
  .product-section, .features, .process, .faq { padding: 90px 0; }
  .product-media { min-height: 360px; }
  .product-details { padding: 30px; }
  .access { padding: 32px 24px; gap: 35px; }
  .license-field { flex-direction: column; }
  .license-field button { padding: 15px; }
  .form-status { display: block; }
  #license-message { display: block; margin-top: 9px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li + li, .process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-grid li { min-height: 210px; }
  .process-grid h3 { margin-top: 45px; }
  footer { flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; padding: 35px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
