:root {
  color-scheme: dark;
  --bg: #09090d;
  --surface: #13131d;
  --surface-2: #1b1b28;
  --gold: #d8ad4f;
  --gold-2: #f4d37a;
  --red: #c94848;
  --teal: #2ec7a6;
  --blue: #5c8be8;
  --text: #ffffff;
  --muted: #a8a8b3;
  --line: #2d2d3c;
  --shadow: 0 18px 50px rgba(0, 0, 0, .38);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 70% 10%, rgba(216, 173, 79, .18), transparent 34rem),
    linear-gradient(180deg, #09090d 0%, #0d0d13 44%, #09090d 100%);
  color: var(--text);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 48px);
  background: rgba(9, 9, 13, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 176px;
  height: auto;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 14px;
}

.top-nav a:hover,
.site-footer a:hover {
  color: var(--gold-2);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: var(--radius);
  font-weight: 800;
  border: 1px solid transparent;
}

.header-cta,
.btn-primary {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #111111;
  box-shadow: 0 10px 24px rgba(216, 173, 79, .22);
}

.btn-secondary {
  background: rgba(255, 255, 255, .06);
  color: var(--text);
  border-color: var(--line);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(310px, .7fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 90px) clamp(16px, 4vw, 48px) 42px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(44px, 7vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
}

.hero-copy {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions,
.register-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.install-focus {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 820px);
  margin-top: -12px;
  padding: clamp(24px, 4vw, 36px);
  text-align: center;
  border: 1px solid rgba(244, 211, 122, .34);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(216, 173, 79, .18), rgba(92, 139, 232, .1)),
    rgba(19, 19, 29, .94);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .34);
}

.install-focus h2 {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(28px, 4.4vw, 44px);
}

.install-focus p:not(.eyebrow) {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--muted);
}

.install-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  max-width: 520px;
  margin: 24px auto 0;
}

.btn-large {
  min-height: 58px;
  font-size: 18px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 30px 0 0;
}

.hero-stats div {
  padding: 14px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
}

.hero-stats dt {
  color: var(--gold-2);
  font-size: 22px;
  font-weight: 900;
}

.hero-stats dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.phone-preview {
  width: min(100%, 390px);
  min-height: 610px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, #171724, #0c0c12);
  border: 1px solid rgba(244, 211, 122, .28);
  box-shadow: var(--shadow);
}

.phone-bar {
  width: 82px;
  height: 6px;
  margin: 0 auto 20px;
  border-radius: 999px;
  background: #2c2c37;
}

.promo-panel {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 8px;
  padding: 20px;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(201, 72, 72, .88), rgba(216, 173, 79, .35)),
    linear-gradient(135deg, #2b1520, #161621);
}

.promo-panel span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-panel strong {
  font-size: 30px;
  line-height: 1.05;
}

.mini-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 14px 0;
}

.mini-actions span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 8px 4px;
  border-radius: var(--radius);
  background: #20202d;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.game-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.game-preview-grid article {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 14px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #222334, #14141d);
  border: 1px solid rgba(255, 255, 255, .06);
}

.game-preview-grid b {
  font-size: 16px;
}

.game-preview-grid small {
  color: var(--gold-2);
}

.trust-strip {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px) 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.trust-strip span {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.section,
.bonus-band,
.register-panel,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px clamp(16px, 4vw, 48px);
}

.section-heading {
  max-width: 750px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.bonus-band p,
.register-panel p,
.support-grid p,
.faq-section p {
  color: var(--muted);
}

.align-left {
  margin-left: 0;
  text-align: left;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.category-card {
  padding: 22px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .08);
}

.category-card:nth-child(2n) {
  background: #161b26;
}

.category-card:nth-child(3n) {
  background: #1b1721;
}

.card-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: rgba(216, 173, 79, .16);
  color: var(--gold-2);
  font-weight: 900;
}

.category-card p {
  color: var(--muted);
  min-height: 78px;
}

.category-card a {
  color: var(--gold-2);
  font-weight: 800;
}

.bonus-band {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 30px;
  align-items: center;
  background: linear-gradient(135deg, rgba(216, 173, 79, .13), rgba(92, 139, 232, .12));
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.bonus-list {
  display: grid;
  gap: 12px;
}

.bonus-list article,
.steps li,
.support-grid article,
details {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, .08);
}

.bonus-list article {
  padding: 18px;
}

.bonus-list strong,
.bonus-list span,
.steps strong,
.steps span {
  display: block;
}

.bonus-list span,
.steps span {
  color: var(--muted);
}

.two-column {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 36px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding: 18px 18px 18px 58px;
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #101010;
  font-weight: 900;
}

.register-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  background: linear-gradient(135deg, #191923, #241b13);
  border: 1px solid rgba(216, 173, 79, .26);
  border-radius: 12px;
}

.register-panel h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.support-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}

.support-grid article {
  padding: 24px;
}

.faq-section {
  padding-top: 32px;
}

details {
  max-width: 860px;
  margin: 12px auto;
  padding: 0 20px;
}

summary {
  cursor: pointer;
  padding: 18px 0;
  color: var(--text);
  font-weight: 800;
}

details p {
  margin-top: 0;
  padding-bottom: 18px;
}

.bottom-nav {
  display: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: var(--muted);
}

.site-footer div {
  display: flex;
  gap: 16px;
  color: var(--text);
}

@media (max-width: 860px) {
  body {
    padding-bottom: 66px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .brand img {
    width: 154px;
  }

  .hero,
  .two-column,
  .bonus-band,
  .register-panel,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(40px, 14vw, 58px);
  }

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

  .phone-preview {
    min-height: 520px;
  }

  .install-focus {
    margin-top: 0;
  }

  .trust-strip,
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .register-actions {
    margin-top: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 38px;
  }

  .bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(13, 13, 19, .96);
    border-top: 1px solid rgba(255, 255, 255, .09);
    backdrop-filter: blur(14px);
  }

  .bottom-nav a {
    display: grid;
    place-items: center;
    min-height: 62px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
  }

  .bottom-nav a.active {
    color: var(--gold-2);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 14px;
  }

  .header-cta {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .hero-stats,
  .trust-strip,
  .category-grid {
    grid-template-columns: 1fr;
  }

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

  .install-actions {
    grid-template-columns: 1fr;
  }

  .section,
  .bonus-band,
  .register-panel,
  .site-footer {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .category-card p {
    min-height: auto;
  }
}
