:root {
  --bg: #0f1307;
  --bg-2: #1f2113;
  --ink: #eaeaf0;
  --muted: #9f9fb3;
  --gold: #504cdd;
  --gold-2: #d2d1f2;
  --gold-3: #1c1a7c;
  --line: rgba(80,76,221,0.31);
  --glass: rgba(15,19,7,0.19);
  --red: #2d71be;
  --font-display: "Noto Sans SC", "Playfair Display", serif;
  --font-en: "Playfair Display", serif;
  --font-body: "Manrope", "Noto Sans SC", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
img { max-width: 100%; }

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.gold-dust { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.orb {
  position: fixed;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.orb--a { background: var(--gold); top: -12vw; right: -8vw; }
.orb--b { background: var(--red); bottom: 10%; left: -12vw; opacity: 0.12; }
.orb--c { background: var(--gold); top: 48%; left: 40%; width: 22vw; height: 22vw; opacity: 0.08; }

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 90;
  background: linear-gradient(90deg, var(--gold-3), var(--gold-2), var(--gold));
}

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.gold-text {
  background: linear-gradient(180deg, #fff6d5 0%, #e8c76a 42%, #9a7320 72%, #f4e3ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  letter-spacing: 0.28em;
  font-size: 11px;
  color: var(--gold);
  font-family: var(--font-en);
  margin-bottom: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  transition: 0.28s ease;
  white-space: nowrap;
}
.btn--gold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f1d789, #c4962a);
  color: #1a1406;
  font-weight: 600;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--gold) 25%, transparent);
  z-index: 0;
}
.btn--gold > * { position: relative; z-index: 1; }
.btn--gold::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-18deg);
  animation: shine 2.8s ease infinite;
}
@keyframes shine {
  0% { left: -40%; }
  60%, 100% { left: 130%; }
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 36px color-mix(in srgb, var(--gold) 38%, transparent); }
.btn--line, .btn--ghost {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
}
.btn--line:hover, .btn--ghost:hover { border-color: var(--gold); color: var(--gold-2); }
.btn--xl { min-height: 54px; padding: 0 26px; font-size: 15px; }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 28px;
  background: rgba(5,5,6,0.4);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  min-width: 0;
}
.nav__logo { display: flex; align-items: center; gap: 12px; min-width: 0; }
.nav.is-on { border-bottom-color: var(--line); background: rgba(5,5,6,0.86); }
.nav__logo strong { display: block; font-family: var(--font-display); font-size: 18px; }
.nav__logo small { display: block; color: var(--muted); letter-spacing: 0.18em; font-size: 10px; }
.nav__emblem {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 10px;
  font-family: var(--font-en);
  color: var(--gold);
  box-shadow: inset 0 0 12px color-mix(in srgb, var(--gold) 35%, transparent);
}
.nav__links { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.nav__links a:hover { color: var(--gold-2); }
.nav__actions { display: flex; align-items: center; gap: 10px; }
.nav__toggle { display: none; width: 42px; height: 42px; flex-shrink: 0; place-items: center; }

.hero { position: relative; padding: 48px 0 0; z-index: 1; overflow: hidden; }
.hero__glow {
  position: absolute;
  inset: auto 10% 20% 10%;
  height: 240px;
  background: radial-gradient(circle, color-mix(in srgb, var(--gold) 16%, transparent), transparent 70%);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  min-height: 72vh;
}
.hero__copy h1 {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.92;
  font-weight: 900;
}
.hero__copy h1 small {
  display: block;
  margin-top: 10px;
  font-family: var(--font-en);
  font-size: 18px;
  letter-spacing: 0.28em;
  color: var(--gold-2);
  font-weight: 500;
}
.hero__copy { position: relative; z-index: 2; min-width: 0; }
.hero__lead {
  max-width: 560px;
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero__stats b { display: block; font-size: 22px; color: var(--gold-2); font-family: var(--font-en); }
.hero__stats span { color: var(--muted); font-size: 12px; }

.hero__stage { position: relative; height: 560px; perspective: 1200px; }
.fan {
  position: absolute;
  inset: 40px 0 0;
  display: grid;
  place-items: center;
}
.fan__glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--gold) 28%, transparent), transparent 70%);
  filter: blur(6px);
  animation: glowPulse 3.6s ease-in-out infinite;
}
@keyframes glowPulse {
  50% { transform: scale(1.12); opacity: 0.7; }
}
.card-3d {
  position: absolute;
  width: 176px;
  height: 250px;
  transform: rotate(calc(var(--i) * 14deg)) translateX(calc(var(--i) * 72px)) translateY(var(--lift, 0px));
  transform-style: preserve-3d;
  transition: 0.45s cubic-bezier(.2,.8,.2,1);
}
.card-3d:hover { transform: rotate(calc(var(--i) * 10deg)) translateX(calc(var(--i) * 88px)) translateY(-18px) scale(1.04); z-index: 5; }
.card-3d__face {
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffaf0, #efe2c4);
  color: #16110a;
  border: 1px solid #d7c089;
  box-shadow: var(--shadow), inset 0 0 0 6px #f7edd2;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-3d--gold .card-3d__face {
  background: radial-gradient(circle at 30% 20%, #fff1bf, #b8892a 55%, #6d5114);
  color: #1a1306;
  box-shadow: 0 25px 50px color-mix(in srgb, var(--gold) 28%, transparent), inset 0 0 0 6px rgba(255,236,180,0.4);
}
.suit { font-weight: 700; font-size: 18px; }
.suit--b { transform: rotate(180deg); }
.pip { font-size: 54px; text-align: center; }
.red { color: var(--red); }
.card-3d--gold .pip { font-size: 42px; letter-spacing: 0; }

.chip {
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #fff6d4, transparent 28%),
    repeating-conic-gradient(var(--gold) 0 12deg, #1a1408 0 24deg);
  box-shadow: 0 12px 24px rgba(0,0,0,0.4);
  transform: translate(var(--x), var(--y)) rotate(var(--r));
  animation: float 5.5s ease-in-out infinite;
}
.chip--lg { width: 86px; height: 86px; }
.chip--md { width: 64px; height: 64px; animation-delay: -1.4s; }
.chip--sm { width: 46px; height: 46px; animation-delay: -2.2s; }
@keyframes float {
  50% { transform: translate(var(--x), calc(var(--y) - 12px)) rotate(var(--r)); }
}

.hero__badge {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 12px;
  letter-spacing: 0.12em;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(10px);
  z-index: 6;
  white-space: nowrap;
}

.marquee {
  margin-top: 28px;
  border-block: 1px solid var(--line);
  overflow: hidden;
  padding: 14px 0;
}
.marquee__track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: slide 28s linear infinite;
  color: var(--gold);
  letter-spacing: 0.32em;
  font-family: var(--font-en);
  font-size: 12px;
}
@keyframes slide { to { transform: translateX(-50%); } }

.section { position: relative; z-index: 1; padding: 96px 0; }
.section--tight { padding: 48px 0 96px; }
.section__head { margin-bottom: 42px; max-width: 720px; }
.section__head h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 14px;
}
.section__head p, .split__copy p { color: var(--muted); line-height: 1.8; }

.feature-grid, .game-grid, .download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.glass {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  transition: 0.3s ease;
}
.glass:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--gold) 55%, transparent); }
.icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  margin-bottom: 16px;
  color: var(--gold);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--gold) 8%, transparent);
  font-size: 20px;
}
.glass h3, .game h3, .dl h3 { font-family: var(--font-display); font-size: 22px; margin-bottom: 8px; }
.glass p, .dl p { color: var(--muted); line-height: 1.7; }

.game {
  min-height: 220px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--gold) 8%, transparent), rgba(8,8,10,0.9)),
    repeating-linear-gradient(135deg, color-mix(in srgb, var(--gold) 8%, transparent) 0 12px, transparent 12px 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.game span { color: var(--gold); font-family: var(--font-en); letter-spacing: 0.2em; }
.game p { color: var(--gold-2); margin: 4px 0 10px; }
.game em { color: var(--muted); font-style: normal; font-size: 14px; }
.game-grid { grid-template-columns: repeat(4, 1fr); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.checklist { margin: 24px 0 28px; display: grid; gap: 12px; }
.checklist li { list-style: none; padding-left: 28px; position: relative; color: var(--muted); }
.checklist li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 10px;
  top: 5px;
}

.panel {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0d1110;
  box-shadow: var(--shadow);
}
.panel__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.18em;
}
.panel__bar span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.panel__bar span:nth-child(2) { background: #c23b4a; }
.panel__bar span:nth-child(3) { background: #6f8f5a; }
.felt {
  height: 340px;
  margin: 18px;
  border-radius: 999px 999px 40px 40px;
  background: radial-gradient(circle at 50% 40%, #1e5a3a, #0b2418 72%);
  border: 10px solid #1a1408;
  box-shadow: inset 0 0 50px rgba(0,0,0,0.4);
  display: grid;
  place-items: center;
  position: relative;
}
.felt__pot { color: var(--gold-2); letter-spacing: 0.2em; font-family: var(--font-en); }
.felt__board { display: flex; gap: 8px; margin-top: 12px; }
.felt__board i {
  width: 42px;
  height: 58px;
  border-radius: 6px;
  background: #f7edd2;
  color: #1a1408;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}
.felt__seat {
  position: absolute;
  bottom: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-size: 12px;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.phone { margin: 0; display: grid; gap: 12px; justify-items: center; }
.phone__screen {
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #090909;
  box-shadow: var(--shadow);
  cursor: zoom-in;
  overflow: hidden;
  transition: 0.3s ease;
}
.phone__screen img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #111;
  pointer-events: none;
}
.phone__screen:hover { transform: translateY(-8px); box-shadow: 0 28px 60px color-mix(in srgb, var(--gold) 18%, transparent); }
.phone figcaption {
  color: var(--gold-2);
  font-size: 13px;
  letter-spacing: 0.16em;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 28px;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(14px);
}
.lightbox[hidden] { display: none; }
.lightbox__frame {
  margin: 0 auto;
  max-width: min(420px, 72vw);
  text-align: center;
}
.lightbox__frame img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.lightbox__frame figcaption { margin-top: 12px; color: var(--gold-2); letter-spacing: 0.18em; }
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 22px;
  font-size: 36px;
  color: var(--gold-2);
}
.lightbox__nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold-2);
  font-size: 32px;
  background: rgba(18,16,12,0.7);
}

.download-grid { grid-template-columns: repeat(4, 1fr); }
.dl { display: grid; gap: 8px; }
.dl .btn { margin-top: 10px; }
.dl__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 22px;
}
.dl--wide {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.hint { margin-top: 18px; color: var(--muted); font-size: 13px; }

.security {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  padding: 36px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(90deg, color-mix(in srgb, var(--gold) 8%, transparent), rgba(8,8,10,0.6));
}
.security ol { display: grid; gap: 12px; color: var(--muted); padding-left: 18px; line-height: 1.7; }

.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px 48px;
  padding: 40px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--gold) 10%, transparent), rgba(8,8,10,0.55) 42%),
    rgba(12, 12, 14, 0.7);
  box-shadow: var(--shadow);
}
.about__intro h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 16px;
}
.about__lead {
  color: var(--gold-2);
  line-height: 1.9;
  font-size: 17px;
}
.about__lead b { color: var(--ink); font-weight: 600; }
.about__copy { display: grid; gap: 14px; }
.about__copy p { color: var(--muted); line-height: 1.9; }
.about__tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}
.about__tags b {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  margin-right: 4px;
}
.about__tags a {
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 13px;
  background: rgba(0,0,0,0.22);
}
.about__tags a:hover {
  border-color: var(--gold);
  color: var(--ink);
  background: color-mix(in srgb, var(--gold) 16%, transparent);
}
.about__pledges {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.about__pledges li {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.22);
}
.about__pledges span {
  font-family: var(--font-en);
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 12px;
}
.about__pledges strong { font-family: var(--font-display); font-size: 18px; }
.about__pledges em { color: var(--muted); font-style: normal; line-height: 1.7; }

.faq { display: grid; gap: 12px; }
.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.02);
}
.faq summary { cursor: pointer; font-size: 18px; font-family: var(--font-display); }
.faq p { margin-top: 10px; color: var(--muted); line-height: 1.8; }

.footer { position: relative; z-index: 1; border-top: 1px solid var(--line); padding: 48px 0 20px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.footer h4 { margin-bottom: 12px; color: var(--gold); }
.footer a, .footer p { display: block; color: var(--muted); margin-top: 8px; line-height: 1.7; }
.footer__bar {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,0.62);
  backdrop-filter: blur(10px);
}
.modal[hidden] { display: none; }
.modal__card {
  width: min(460px, calc(100% - 32px));
  background: #11110f;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  position: relative;
  box-shadow: var(--shadow);
}
.modal__close { position: absolute; right: 16px; top: 12px; font-size: 28px; color: var(--muted); }
.modal__meta { margin: 18px 0; color: var(--muted); display: grid; gap: 8px; padding-left: 18px; }
.modal__actions { display: flex; gap: 10px; }

.reveal { opacity: 0; transform: translateY(18px); animation: rise 0.8s ease forwards; }
.reveal:nth-child(2) { animation-delay: 0.08s; }
.reveal:nth-child(3) { animation-delay: 0.16s; }
@keyframes rise { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .container { width: min(1180px, calc(100% - 28px)); }
  .hero { padding-top: 24px; }
  .hero__grid, .split, .security, .footer__grid, .game-grid, .download-grid, .feature-grid, .screen-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero__grid, .split, .security, .footer__grid, .game-grid, .download-grid, .feature-grid {
    grid-template-columns: 1fr;
  }
  .about, .about__pledges { grid-template-columns: 1fr; }
  .about { padding: 24px; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .hero__stage { height: 380px; margin-top: 12px; }
  .hero__copy h1 { font-size: clamp(44px, 16vw, 72px); }
  .eyebrow { letter-spacing: 0.14em; }
  .nav { padding: 12px 14px; gap: 8px; }
  .nav__logo small { display: none; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
  .hero__lead { font-size: 15px; }
  .nav__links { display: none; }
  .nav.open .nav__links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 16px;
    right: 16px;
    padding: 18px;
    background: #0d0d10;
    border: 1px solid var(--line);
    border-radius: 16px;
    z-index: 20;
  }
  .nav__toggle {
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 12px;
    background: #12110d;
  }
  .orb--a { opacity: 0.08; }
  .nav__actions .btn--ghost,
  .nav__actions .btn--gold { display: none; }
  .dl--wide { flex-direction: column; align-items: flex-start; }
  .card-3d { width: 112px; height: 160px; }
  .hero__badge { font-size: 10px; letter-spacing: 0.08em; }
  .footer__bar { flex-direction: column; }
  .lightbox { grid-template-columns: 1fr; padding: 72px 16px 24px; }
  .lightbox__nav { justify-self: center; }
}

body { background: var(--bg); color: var(--ink); }
.gold-text {
  background: linear-gradient(180deg, #d2d1f2 0%, #504cdd 48%, #1c1a7c 78%, #d2d1f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.orb--a { background: #504cdd; }
.orb--b { background: #275b68; }
.orb--c { background: #1c1a7c; }
.scroll-progress { background: linear-gradient(90deg, #1c1a7c, #d2d1f2, #504cdd); }
.btn--gold {
  background: linear-gradient(180deg, #d2d1f2, #504cdd);
  color: #0f1307;
  border-radius: 999px;
}
.btn, .glass, .about, .game, .phone__screen, .modal__card, .faq details, .security, .panel, .nav__emblem {
  border-radius: 36px;
}
.btn { border-radius: 999px; }
.feature-grid { grid-template-columns: repeat(6, 1fr); }
.game-grid { grid-template-columns: repeat(4, 1fr); }
.screen-grid { grid-template-columns: repeat(8, 1fr); }
.download-grid { grid-template-columns: repeat(4, 1fr); }

.section { padding: 128px 0; }
.container { width: min(1320px, calc(100% - 40px)); }

.hero__copy { order: 2; }
.hero__stage { order: 1; }
.hero__grid { grid-template-columns: 0.92fr 1.08fr; }

.nav { flex-wrap: wrap; justify-content: center; }
.nav__links { order: 3; width: 100%; justify-content: center; padding-top: 8px; }
.glass,.about { box-shadow: none; border-width: 2px; }

.section__head { text-align: center; margin-left: auto; margin-right: auto; }

@media (max-width: 980px) {
  .feature-grid, .game-grid, .screen-grid, .download-grid { grid-template-columns: 1fr 1fr; }
  .hero__copy, .hero__stage { order: 0; }
}
