:root {
  --bg: #10141f;
  --surface: #161c2a;
  --surface-2: #1f2738;
  --line: #30394c;
  --text: #f7f2e8;
  --muted: #aeb8c8;
  --gold: #e5bd62;
  --gold-2: #ffe39b;
  --teal: #35d0b2;
  --red: #ef665f;
  --shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(53, 208, 178, .14), transparent 34rem),
    linear-gradient(180deg, #10141f 0%, #0c0f17 100%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(16, 20, 31, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--gold-2);
}

.brand img {
  width: 34px;
  height: 34px;
}

.top-nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.top-nav a:hover {
  color: var(--text);
}

.header-cta,
.primary-btn,
.secondary-btn,
.install-btn,
.bonus-card a,
.sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta,
.primary-btn,
.install-btn,
.bonus-card a,
.sticky-cta a:first-child {
  color: #15110a;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 10px 28px rgba(229, 189, 98, .22);
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-cta {
  min-width: 90px;
  padding: 0 18px;
}

.header-cta.outline {
  color: var(--gold-2);
  background: rgba(229, 189, 98, .08);
  border: 1px solid rgba(229, 189, 98, .4);
  box-shadow: none;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 86px);
  padding: clamp(38px, 6vw, 86px) clamp(18px, 4vw, 56px) 36px;
}

.hero-copy {
  max-width: 710px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

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

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.signup-panel {
  max-width: 620px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(229, 189, 98, .42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(229, 189, 98, .18), rgba(53, 208, 178, .08));
  box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
}

.signup-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 8px;
  color: #15110a;
  background: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.signup-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
}

.signup-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.primary-btn,
.secondary-btn,
.install-btn {
  min-width: 150px;
  padding: 0 22px;
}

.primary-btn {
  min-width: 180px;
  min-height: 52px;
  font-size: 18px;
}

.install-btn {
  min-height: 52px;
  color: #071713;
  background: linear-gradient(135deg, #66f3d7, var(--teal));
  box-shadow: 0 10px 28px rgba(53, 208, 178, .2);
}

.secondary-btn {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.trust-row span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.hero-media {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
}

.info-strip,
.section,
.bonus-section,
.responsible-note,
.site-footer,
.page-shell {
  width: min(1160px, calc(100% - 36px));
  margin-inline: auto;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: -8px;
  margin-bottom: 72px;
}

.info-strip article,
.game-card,
.bonus-panel,
.bonus-card,
.guide-list article,
details,
.responsible-note {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.info-strip article {
  padding: 18px;
}

.info-strip strong,
.info-strip span {
  display: block;
}

.info-strip strong {
  color: var(--gold-2);
  font-size: 22px;
}

.info-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 34px 0;
}

.section-heading {
  max-width: 690px;
  margin-bottom: 24px;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.section-heading p:not(.eyebrow),
.bonus-panel p,
.guide-list p,
details p,
.responsible-note span {
  color: var(--muted);
  line-height: 1.7;
}

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

.game-card {
  min-height: 248px;
  padding: 22px;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #111722;
  background: var(--gold);
  font-weight: 900;
  font-size: 14px;
}

.game-card h3,
.guide-list h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

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

.bonus-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  padding: 46px 0;
}

.bonus-panel,
.bonus-card {
  padding: clamp(24px, 4vw, 38px);
}

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

.check-list li {
  padding-left: 28px;
  position: relative;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--teal);
}

.bonus-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(160deg, rgba(229, 189, 98, .16), rgba(53, 208, 178, .08));
}

.bonus-card span {
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.bonus-card strong {
  font-size: 25px;
  line-height: 1.22;
}

.bonus-card a {
  width: fit-content;
  padding: 0 24px;
}

.guide-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
}

.guide-list {
  display: grid;
  gap: 14px;
}

.guide-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  padding: 20px;
}

.guide-list span {
  color: var(--gold-2);
  font-size: 28px;
  font-weight: 900;
}

.faq-section {
  padding-bottom: 60px;
}

details {
  margin-bottom: 12px;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 12px 0 0;
}

.responsible-note {
  display: flex;
  gap: 12px;
  padding: 18px 20px;
  margin-bottom: 40px;
}

.responsible-note strong {
  flex: 0 0 auto;
  color: var(--red);
}

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

.footer-links,
.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-links a:hover {
  color: var(--text);
}

.page-shell {
  min-height: calc(100vh - 180px);
  padding: clamp(42px, 7vw, 86px) 0 52px;
}

.content-page {
  max-width: 860px;
}

.content-page h1 {
  max-width: 840px;
  font-size: clamp(38px, 5vw, 64px);
}

.content-page p,
.legal-list li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
  padding-left: 22px;
}

.legal-list strong {
  color: var(--text);
}

.link-row {
  margin-top: 28px;
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(229, 189, 98, .36);
  border-radius: 8px;
  background: rgba(229, 189, 98, .08);
}

.contact-panel strong {
  color: var(--gold-2);
}

.contact-panel a {
  overflow-wrap: anywhere;
  color: var(--teal);
  font-weight: 800;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 30;
  display: none;
  width: min(520px, calc(100% - 28px));
  transform: translateX(-50%);
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(16, 20, 31, .94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .36);
  backdrop-filter: blur(14px);
}

.sticky-cta a {
  flex: 1;
  min-height: 48px;
}

.sticky-cta a:last-child {
  color: #071713;
  background: linear-gradient(135deg, #66f3d7, var(--teal));
}

@media (max-width: 900px) {
  .top-nav {
    display: none;
  }

  .hero-section,
  .bonus-section,
  .guide-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    max-width: 560px;
  }

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

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

  .brand span {
    display: none;
  }

  .header-cta {
    min-width: 82px;
    padding: 0 12px;
    font-size: 13px;
  }

  h1 {
    font-size: 42px;
  }

  .primary-btn,
  .secondary-btn,
  .install-btn {
    width: 100%;
  }

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

  .game-card {
    min-height: auto;
  }

  .guide-list article {
    grid-template-columns: 1fr;
  }

  .responsible-note {
    display: block;
    margin-bottom: 96px;
  }

  .responsible-note strong {
    display: block;
    margin-bottom: 8px;
  }

  .sticky-cta {
    display: flex;
  }
}
