:root {
  color-scheme: light;
  --ink: #182035;
  --muted: #667087;
  --line: #dfe5ef;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --blue: #1198d2;
  --red: #e3261e;
  --green: #83c71f;
  --yellow: #ffc707;
  --shadow: 0 18px 48px rgba(25, 32, 53, 0.1);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 229, 239, 0.85);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.85rem max(1.25rem, calc((100vw - var(--max)) / 2));
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 800;
  gap: 0.55rem;
  letter-spacing: 0;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  flex: 0 0 auto;
  height: 38px;
  width: auto;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.nav-links a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  background: var(--soft);
  color: var(--ink);
  outline: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4.25rem);
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: min(620px, calc(100vh - 140px));
  padding: clamp(3rem, 8vw, 6rem) 1.25rem clamp(2rem, 5vw, 3.5rem);
}

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

.eyebrow {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

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

h1 {
  color: var(--ink);
  font-size: clamp(3.4rem, 12vw, 7.6rem);
  line-height: 0.9;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  line-height: 1.02;
  margin-bottom: 0;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 0.65rem;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.lede {
  color: var(--ink);
  font-size: clamp(1.28rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 1.1rem;
  max-width: 680px;
}

.hero-text {
  font-size: 1.08rem;
  max-width: 580px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.store-badge {
  height: 54px;
  width: auto;
}

.actions a:hover .store-badge,
.actions a:focus-visible .store-badge {
  opacity: 0.85;
}

.hero-mark {
  margin: 0;
  padding: clamp(1rem, 2.8vw, 1.8rem);
}

.hero-mark img {
  height: auto;
  width: 100%;
}

.band {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.intro-band {
  background: var(--ink);
}

.intro-band h2,
.intro-band p:not(.eyebrow) {
  color: #fff;
}

.section-inner {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(3rem, 7vw, 5.5rem) 1.25rem;
}

.split {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
}

.split > p {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 0;
}

.feature-section {
  padding-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

.section-heading {
  margin-bottom: 1.6rem;
  max-width: 720px;
}

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

.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 230px;
  padding: 1.3rem;
}

.feature-card p {
  margin-bottom: 0;
}

.color-dot {
  border-radius: 999px;
  display: block;
  height: 0.85rem;
  margin-bottom: 1.15rem;
  width: 2rem;
}

.red {
  background: var(--red);
}

.blue {
  background: var(--blue);
}

.green {
  background: var(--green);
}

.yellow {
  background: var(--yellow);
}

.brand-band {
  background: var(--soft);
}

.game-types {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: 140px minmax(0, 1fr);
}

.game-types img {
  height: auto;
}

.game-types p:last-child {
  margin-bottom: 0;
  max-width: 680px;
}

.site-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 1.5rem 1.25rem 2rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.policy-page {
  background: var(--paper);
}

.policy-hero {
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(3.2rem, 8vw, 5.5rem) 1.25rem 2rem;
}

.policy-hero h1 {
  font-size: clamp(3rem, 9vw, 5.8rem);
  margin-bottom: 0.75rem;
}

.policy-hero p:last-child {
  color: var(--ink);
  font-weight: 800;
}

.policy-content {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 1.25rem clamp(3.5rem, 8vw, 6rem);
}

.policy-content h2 {
  border-top: 1px solid var(--line);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.18;
  margin: 2rem 0 0.75rem;
  padding-top: 1.6rem;
}

.policy-content h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 1.25rem 0 0.5rem;
}

.policy-content p {
  margin-bottom: 1rem;
}

.policy-content ul {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.policy-content li {
  margin-bottom: 0.75rem;
}

.policy-content a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 720px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-mark {
    margin: 0 auto;
    max-width: 420px;
  }

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

@media (max-width: 640px) {
  .site-header {
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-links {
    flex: 0 0 auto;
    gap: 0.15rem;
  }

  .brand {
    font-size: 0.95rem;
    gap: 0.45rem;
  }

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

  .nav-links a {
    font-size: 0.9rem;
    padding: 0.5rem 0.55rem;
    text-align: center;
  }

  .hero {
    gap: 1.5rem;
    padding-top: 2.3rem;
  }

  .hero-mark {
    max-width: 280px;
  }

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

  .feature-card {
    min-height: 0;
  }

  .game-types img {
    margin: 0 auto;
    width: 200px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
