:root {
  --bg: #050507;
  --panel: rgba(15, 15, 21, 0.78);
  --panel-strong: rgba(20, 20, 28, 0.92);
  --line: rgba(226, 232, 255, 0.16);
  --line-strong: rgba(226, 232, 255, 0.34);
  --text: #f7f8ff;
  --muted: #aeb5c9;
  --soft: #737b94;
  --violet: #8c73ff;
  --cyan: #27d9ff;
  --green: #3eea85;
  --gold: #ffd66e;
  --red: #ff4b63;
  --blue: #61a9ff;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 0%, rgba(140, 115, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 88% 12%, rgba(39, 217, 255, 0.10), transparent 32rem),
    linear-gradient(180deg, #050507 0%, #08080d 54%, #050507 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: fixed;
  inset: 18px 24px auto;
  z-index: 50;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 7, 11, 0.64);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 7, 11, 0.88);
  border-color: rgba(226, 232, 255, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.16));
}

.brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.05;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(226, 232, 255, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.nav-links a {
  border-radius: 999px;
  padding: 10px 15px;
  color: #d9def1;
  font-size: 13px;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.header-buy,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.header-buy,
.btn.primary {
  color: #060609;
  background: linear-gradient(135deg, #fff 0%, #e7e9f1 45%, #b8c4ff 100%);
  box-shadow: 0 16px 42px rgba(140, 115, 255, 0.20);
}

.btn.secondary {
  color: #f6f7ff;
  background: rgba(255, 255, 255, 0.055);
}

.header-buy:hover,
.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.48);
}

.btn.wide {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 90svh;
  display: flex;
  align-items: center;
  padding: 138px 24px 80px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(140, 115, 255, 0.20), transparent 29rem),
    radial-gradient(circle at 82% 28%, rgba(39, 217, 255, 0.10), transparent 32rem),
    radial-gradient(circle at 50% 105%, rgba(255, 214, 110, 0.06), transparent 28rem),
    linear-gradient(180deg, #050507 0%, #08080e 58%, #050507 100%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 50% 38%, rgba(140, 115, 255, 0.10), transparent 32rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 96px 96px, 96px 96px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #050507 86%);
}

.hero-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.hero-content {
  width: min(760px, 100%);
  text-align: left;
}

.eyebrow {
  margin: 0 0 14px;
  color: #d7dcff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(52px, 9vw, 126px);
  line-height: 0.92;
  font-weight: 950;
  text-shadow: 0 0 38px rgba(255, 255, 255, 0.18), 0 0 70px rgba(140, 115, 255, 0.22);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4.4vw, 64px);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.15;
}

.hero-copy {
  width: min(690px, 100%);
  margin: 0 0 28px;
  color: #dbe1ef;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions,
.hero-stats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-stats {
  margin-top: 22px;
}

.hero-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.hero-stats b {
  color: #fff;
}

.hero-product {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid rgba(226, 232, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.022)),
    radial-gradient(circle at 52% 18%, rgba(140, 115, 255, 0.24), transparent 18rem),
    rgba(12, 12, 18, 0.86);
  box-shadow:
    0 28px 110px rgba(0, 0, 0, 0.56),
    inset 0 0 0 1px rgba(255, 255, 255, 0.040);
  overflow: hidden;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  pointer-events: none;
}

.product-topline {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-topline b {
  display: inline-grid;
  place-items: center;
  min-width: 56px;
  height: 34px;
  border: 1px solid rgba(140, 115, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  background: rgba(140, 115, 255, 0.10);
}

.hero-badge {
  width: min(270px, 76%);
  margin: 36px auto 28px;
  border-radius: 50%;
  filter: drop-shadow(0 18px 52px rgba(140, 115, 255, 0.24));
}

.hero-product h2 {
  margin-bottom: 8px;
  font-size: clamp(28px, 3.2vw, 44px);
}

.product-price {
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
}

.product-copy {
  color: var(--muted);
  line-height: 1.55;
}

.product-mini {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.product-mini span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #dfe4f7;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.045);
}

.section,
.product-strip,
.final-cta {
  position: relative;
  padding: 88px 24px;
}

.product-strip {
  padding-top: 32px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.section-heading p,
.visual-copy p,
.setup-copy p,
.faq p,
.release-card p,
.price-card .muted {
  color: var(--muted);
  line-height: 1.65;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) minmax(280px, 0.9fr);
  gap: 16px;
}

.price-card,
.release-card,
.game-card,
.feature-card,
.faq,
.steps {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.020)),
    rgba(16, 16, 22, 0.78);
  box-shadow: var(--shadow);
}

.price-card {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(140, 115, 255, 0.52);
  background:
    radial-gradient(circle at 20% 0%, rgba(140, 115, 255, 0.20), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.025)),
    rgba(16, 16, 22, 0.90);
}

.pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #050507;
  font-size: 12px;
  font-weight: 900;
  background: var(--gold);
}

.pill.subtle {
  color: #eff2ff;
  background: rgba(255, 255, 255, 0.09);
}

.price {
  margin: 16px 0 8px;
  font-size: 52px;
  line-height: 0.95;
  font-weight: 950;
}

.release-card {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 12%, rgba(39, 217, 255, 0.16), transparent 16rem),
    radial-gradient(circle at 20% 30%, rgba(140, 115, 255, 0.18), transparent 14rem),
    rgba(15, 15, 21, 0.86);
}

.release-icon {
  width: 112px;
  height: 112px;
  object-fit: contain;
  border-radius: 999px;
  box-shadow: 0 0 42px rgba(140, 115, 255, 0.24);
}

.game-grid,
.feature-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.game-card,
.feature-card,
.faq {
  padding: 24px;
}

.game-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.game-card p,
.feature-card p {
  color: var(--muted);
  line-height: 1.6;
}

.visual-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent),
    radial-gradient(circle at 82% 34%, rgba(61, 234, 133, 0.08), transparent 22rem);
}

.setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}

.visual-layout {
  width: min(880px, 100%);
  margin: 0 auto;
}

.visual-copy,
.setup-copy {
  padding: 12px 0;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #edf0ff;
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(39, 217, 255, 0.65);
}

.feature-card {
  position: relative;
  min-height: 220px;
}

.feature-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 26px;
  border-radius: 999px;
  box-shadow: 0 0 20px currentColor;
}

.feature-dot.cyan { color: var(--cyan); background: var(--cyan); }
.feature-dot.violet { color: var(--violet); background: var(--violet); }
.feature-dot.gold { color: var(--gold); background: var(--gold); }
.feature-dot.green { color: var(--green); background: var(--green); }
.feature-dot.red { color: var(--red); background: var(--red); }
.feature-dot.blue { color: var(--blue); background: var(--blue); }

.setup-section {
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 214, 110, 0.10), transparent 20rem),
    rgba(255, 255, 255, 0.010);
}

.setup-note {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 214, 110, 0.32);
  border-radius: 16px;
  color: #fff8da;
  background: rgba(255, 214, 110, 0.08);
}

.steps {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.steps div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.steps b {
  display: grid;
  place-items: center;
  height: 100%;
  color: #050507;
  background: #fff;
}

.steps span {
  padding: 0 18px;
  color: #eef1ff;
  font-weight: 750;
}

.faq-grid {
  align-items: stretch;
}

.final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(140, 115, 255, 0.22), transparent 28rem),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.020));
}

.final-cta p {
  color: var(--muted);
  margin-bottom: 24px;
}

.site-footer {
  padding: 28px 24px 42px;
  color: var(--soft);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.footer-inner a {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    inset: 12px;
  }

  .nav-links {
    display: none;
  }

  .product-grid,
  .hero-shell,
  .visual-layout,
  .setup-layout,
  .game-grid,
  .feature-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-stats {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: 66px;
    padding-left: 12px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand small {
    display: none;
  }

  .header-buy {
    min-height: 42px;
    padding: 0 16px;
  }

  .hero {
    min-height: 82svh;
    padding: 112px 18px 54px;
  }

  .hero-product {
    min-height: 460px;
    padding: 22px;
    border-radius: 28px;
  }

  .hero-product::before {
    inset: 14px;
    border-radius: 22px;
  }

  .product-topline {
    top: 22px;
    left: 22px;
    right: 22px;
  }

  .hero-badge {
    width: min(220px, 78%);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section,
  .product-strip,
  .final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .game-grid {
    grid-template-columns: 1fr;
  }

  .price-card,
  .release-card,
  .game-card,
  .feature-card,
  .faq,
  .steps {
    padding: 20px;
  }

  .price {
    font-size: 42px;
  }
}
