:root {
  --ink: #151515;
  --ink-soft: #4b4f56;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --surface-warm: #fff8eb;
  --gold: #f4c842;
  --gold-deep: #b98110;
  --green: #0b7658;
  --green-deep: #053b31;
  --red: #c92d45;
  --blue: #176d8b;
  --wine: #6e1833;
  --charcoal: #090d0c;
  --line: rgba(21, 21, 21, 0.14);
  --shadow: 0 20px 48px rgba(21, 21, 21, 0.16);
  --shadow-strong: 0 28px 70px rgba(21, 21, 21, 0.24);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    repeating-linear-gradient(90deg, rgba(21, 21, 21, 0.026) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(21, 21, 21, 0.022) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, rgba(244, 200, 66, 0.16), transparent 22rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.04;
}

svg {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 12px max(18px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(244, 200, 66, 0.18);
  background: rgba(9, 13, 12, 0.92);
  color: #fffaf0;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 250, 240, 0.78);
  border-radius: 50%;
  background:
    linear-gradient(135deg, #fff2a7 0%, var(--gold) 44%, #d38c15 100%);
  color: #121212;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: inset 0 -7px 14px rgba(0, 0, 0, 0.16), 0 12px 22px rgba(244, 200, 66, 0.22);
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 1.02rem;
  font-weight: 950;
}

.brand small {
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.site-nav a {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.94rem;
  font-weight: 850;
}

.site-nav a:hover,
.site-nav a.active,
.site-nav a:focus-visible {
  border-color: rgba(244, 200, 66, 0.28);
  background: rgba(244, 200, 66, 0.12);
  color: #fffaf0;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fffaf0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  font-weight: 950;
  letter-spacing: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(21, 21, 21, 0.2);
}

.btn:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
  box-shadow: none;
}

.header-cta,
.btn-primary {
  background:
    linear-gradient(135deg, #fff2a7 0%, var(--gold) 48%, #d68b13 100%);
  color: #121212;
  box-shadow: 0 12px 24px rgba(244, 200, 66, 0.24);
}

.btn-glass {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: #fffaf0;
  backdrop-filter: blur(10px);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  isolation: isolate;
  color: #fffaf0;
  background:
    linear-gradient(90deg, rgba(5, 9, 9, 0.9) 0%, rgba(5, 9, 9, 0.72) 42%, rgba(5, 9, 9, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 9, 9, 0.08), rgba(5, 9, 9, 0.64)),
    url("https://images.unsplash.com/photo-1596838132731-3301c3fd4317?auto=format&fit=crop&q=80&w=1900") center / cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(115deg, rgba(255, 250, 240, 0.07) 0 1px, transparent 1px 76px),
    linear-gradient(180deg, rgba(110, 24, 51, 0.22), transparent 52%);
  mix-blend-mode: screen;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 9, 9, 0.62));
}

.hero-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0 clamp(46px, 7vw, 82px);
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.hero-kicker span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 250, 240, 0.86);
  font-size: 0.76rem;
  font-weight: 900;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 860px;
  margin-top: 16px;
  font-size: clamp(3.5rem, 12vw, 9.6rem);
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
}

.hero-copy {
  max-width: 720px;
  margin-top: 16px;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(1.04rem, 2.4vw, 1.42rem);
  font-weight: 700;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 26px;
}

.hero-points {
  margin-top: 30px;
  max-width: 760px;
}

.hero-points span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  min-height: 74px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  color: rgba(255, 250, 240, 0.88);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(12px);
}

.hero-points strong {
  display: block;
  color: var(--gold);
  font-size: 1.36rem;
  line-height: 1;
}

.hero-note {
  max-width: 720px;
  margin-top: 20px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.lead-strip,
.signal-strip,
.section-wrap,
.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.signal-strip article {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(244, 200, 66, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 235, 0.9));
  box-shadow: var(--shadow);
}

.signal-icon {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  background: var(--green-deep);
  color: #fffaf0;
}

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

.safe-icon {
  background: var(--wine);
}

.signal-strip strong {
  display: block;
  font-size: 1.02rem;
}

.signal-strip p {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.live-score-section {
  display: grid;
  gap: 22px;
  scroll-margin-top: 112px;
}

.live-score-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}

.live-score-head h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 5vw, 4.2rem);
}

.live-score-head p:not(.eyebrow) {
  max-width: 820px;
  margin-top: 12px;
  color: var(--ink-soft);
  font-weight: 650;
}

.score-refresh {
  display: grid;
  justify-items: end;
  gap: 4px;
  min-width: 210px;
  padding: 14px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 26px rgba(21, 21, 21, 0.08);
}

.live-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(201, 45, 69, 0.5);
  animation: liveDotPulse 1s ease-out infinite;
}

@keyframes liveDotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 45, 69, 0.5);
  }

  100% {
    box-shadow: 0 0 0 12px rgba(201, 45, 69, 0);
  }
}

.score-refresh strong {
  font-size: 0.92rem;
}

.score-refresh small {
  color: var(--ink-soft);
  font-weight: 800;
  text-align: right;
}

.score-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.65fr);
  gap: 18px;
  align-items: stretch;
}

.score-panel,
.score-search-panel {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.score-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(244, 200, 66, 0.24);
  background:
    linear-gradient(135deg, rgba(9, 13, 12, 0.96), rgba(5, 59, 49, 0.94)),
    var(--green-deep);
  color: #fffaf0;
}

.score-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.score-tabs button {
  min-height: 42px;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 250, 240, 0.78);
  font-weight: 950;
}

.score-tabs button.active,
.score-tabs button:hover,
.score-tabs button:focus-visible {
  border-color: rgba(244, 200, 66, 0.42);
  background: rgba(244, 200, 66, 0.16);
  color: #fffaf0;
}

.score-card {
  display: grid;
  gap: 16px;
  min-height: 300px;
  padding: 22px;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
}

.score-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.score-card-top span,
.score-card-top small {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(244, 200, 66, 0.16);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.score-card h3 {
  font-size: clamp(1.7rem, 4vw, 3.2rem);
}

.score-teams {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.score-teams div {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.score-teams span {
  color: rgba(255, 250, 240, 0.72);
  font-weight: 850;
}

.score-teams strong {
  color: #fffaf0;
  font-size: clamp(1.7rem, 4vw, 3.6rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.score-card p {
  color: rgba(255, 250, 240, 0.76);
  font-weight: 750;
}

.score-search-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 235, 0.9));
}

.score-search-panel h3 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}

.score-search-panel p:not(.eyebrow) {
  color: var(--ink-soft);
  font-weight: 650;
}

.score-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.score-keywords a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(11, 118, 88, 0.16);
  border-radius: 999px;
  background: rgba(11, 118, 88, 0.08);
  color: var(--green-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.score-keywords a:hover,
.score-keywords a:focus-visible {
  border-color: rgba(244, 200, 66, 0.5);
  background: rgba(244, 200, 66, 0.18);
  color: var(--ink);
}

.lead-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(340px, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 24px;
  padding: 26px;
  border: 1px solid rgba(21, 21, 21, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 235, 0.94));
  box-shadow: var(--shadow-strong);
}

.lead-copy {
  display: grid;
  gap: 12px;
  padding: 10px 0;
}

.lead-copy h2,
.section-heading h2,
.advantage-panel h2,
.responsible-section h2 {
  font-size: clamp(2rem, 5vw, 4.2rem);
}

.lead-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.advantage-panel p,
.responsible-section p {
  color: var(--ink-soft);
  font-weight: 650;
}

.lead-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.lead-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(11, 118, 88, 0.16);
  border-radius: 999px;
  background: rgba(11, 118, 88, 0.08);
  color: var(--green-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--ink);
  padding: 0 12px;
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(11, 118, 88, 0.16);
}

.check-line {
  grid-column: 1 / -1;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
}

.check-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-submit,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 850;
}

.form-status.error {
  color: var(--red);
}

.section-wrap {
  padding: 92px 0 0;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.section-heading.centered {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 18px;
  margin-top: 28px;
}

.game-card {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 36px rgba(21, 21, 21, 0.13);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.game-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 200, 66, 0.44);
  box-shadow: var(--shadow-strong);
}

.game-card.feature-card {
  grid-row: span 2;
}

.game-card img {
  min-height: 220px;
  aspect-ratio: 16 / 10;
  filter: saturate(1.05) contrast(1.04);
  transition: transform 0.5s ease;
}

.game-card:hover img {
  transform: scale(1.04);
}

.game-card div {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 20px;
  background: linear-gradient(180deg, var(--surface), var(--surface-warm));
}

.game-card span,
.safety-grid span,
.steps-grid span {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(244, 200, 66, 0.22);
  color: #7c4f00;
  font-size: 0.78rem;
  font-weight: 950;
}

.game-card h3,
.steps-grid h3,
.safety-grid h3 {
  font-size: clamp(1.24rem, 2.4vw, 1.75rem);
}

.game-card p,
.steps-grid p,
.safety-grid p,
.advantage-list span {
  color: var(--ink-soft);
  font-weight: 650;
}

.steps-grid,
.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.steps-grid article,
.safety-grid article {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 214px;
  padding: 20px;
  border: 1px solid rgba(21, 21, 21, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 235, 0.78));
  box-shadow: 0 12px 28px rgba(21, 21, 21, 0.08);
  overflow: hidden;
}

.steps-grid span {
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  background: var(--green);
  color: #fffaf0;
}

.vip-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 20px;
  align-items: stretch;
}

.vip-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.vip-copy h2 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.vip-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  font-weight: 650;
}

.vip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vip-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 18px;
  border: 1px solid rgba(244, 200, 66, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(9, 13, 12, 0.92), rgba(5, 59, 49, 0.96)),
    var(--green-deep);
  color: #fffaf0;
  box-shadow: 0 18px 42px rgba(5, 59, 49, 0.18);
}

.vip-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.vip-grid strong {
  font-size: 1.08rem;
}

.vip-grid p {
  color: rgba(255, 250, 240, 0.74);
  font-weight: 650;
}

.advantage-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.advantage-panel,
.advantage-list {
  border-radius: var(--radius);
}

.advantage-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(5, 59, 49, 0.98), rgba(110, 24, 51, 0.92)),
    var(--green-deep);
  color: #fffaf0;
  box-shadow: var(--shadow);
}

.advantage-panel p {
  color: rgba(255, 250, 240, 0.74);
}

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

.advantage-list div {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(21, 21, 21, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(21, 21, 21, 0.06);
}

.advantage-list strong {
  font-size: 1.05rem;
}

.responsible-section {
  display: grid;
  gap: 22px;
  padding-bottom: 84px;
}

.responsible-section > div:first-child {
  display: grid;
  gap: 12px;
  max-width: 880px;
}

.blog-page {
  background:
    repeating-linear-gradient(90deg, rgba(21, 21, 21, 0.026) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(21, 21, 21, 0.022) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, rgba(110, 24, 51, 0.12), transparent 24rem),
    var(--paper);
}

.blog-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64svh;
  overflow: hidden;
  isolation: isolate;
  color: #fffaf0;
  background:
    linear-gradient(90deg, rgba(5, 9, 9, 0.9) 0%, rgba(5, 9, 9, 0.72) 48%, rgba(5, 9, 9, 0.28) 100%),
    url("https://images.unsplash.com/photo-1606167668584-78701c57f13d?auto=format&fit=crop&q=80&w=1900") center / cover;
}

.blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(115deg, rgba(255, 250, 240, 0.07) 0 1px, transparent 1px 76px),
    linear-gradient(180deg, rgba(244, 200, 66, 0.16), transparent 54%);
}

.blog-hero h1 {
  max-width: 900px;
  margin-top: 16px;
  font-size: clamp(2.6rem, 8vw, 6.8rem);
  font-weight: 950;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
}

.blog-index {
  display: grid;
  gap: 24px;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.blog-card-grid a {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  padding: 16px;
  border: 1px solid rgba(21, 21, 21, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 235, 0.86));
  box-shadow: 0 12px 28px rgba(21, 21, 21, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.blog-card-grid a:hover,
.blog-card-grid a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(244, 200, 66, 0.44);
  box-shadow: var(--shadow);
}

.blog-card-grid span {
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 950;
}

.blog-card-grid strong {
  font-size: 1.05rem;
  line-height: 1.18;
}

.blog-card-grid small {
  color: var(--ink-soft);
  font-weight: 800;
}

.blog-list {
  display: grid;
  gap: 28px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 0;
}

.blog-article {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.11);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.blog-article:nth-child(even) {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.blog-article:nth-child(even) .blog-media {
  order: 2;
}

.blog-media {
  min-height: 100%;
  background: var(--charcoal);
}

.blog-media img {
  min-height: 100%;
  aspect-ratio: 4 / 3;
  filter: saturate(1.05) contrast(1.04);
}

.blog-body {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
}

.blog-body h2 {
  font-size: clamp(2rem, 4.6vw, 4.2rem);
}

.blog-body p:not(.eyebrow) {
  color: var(--ink-soft);
  font-weight: 650;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(11, 118, 88, 0.08);
  color: var(--green-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.blog-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 26px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(5, 59, 49, 0.98), rgba(110, 24, 51, 0.92)),
    var(--green-deep);
  color: #fffaf0;
  box-shadow: var(--shadow);
}

.blog-cta h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.blog-cta p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 10px;
  color: rgba(255, 250, 240, 0.76);
  font-weight: 650;
}

.site-footer {
  display: grid;
  gap: 22px;
  margin-top: 8px;
  padding: 34px 0 42px;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(180px, 0.55fr) minmax(260px, 0.78fr);
  gap: 22px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(21, 21, 21, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(9, 13, 12, 0.96), rgba(5, 59, 49, 0.92)),
    var(--green-deep);
  color: #fffaf0;
  box-shadow: var(--shadow);
}

.footer-brand-block,
.footer-section {
  display: grid;
  gap: 14px;
}

.site-footer .brand {
  color: #fffaf0;
}

.site-footer .brand-mark {
  border-color: rgba(255, 250, 240, 0.72);
}

.site-footer .brand small,
.footer-brand-block p,
.footer-section p,
.payment-strip p,
.footer-bottom {
  color: rgba(255, 250, 240, 0.72);
}

.footer-brand-block p {
  max-width: 560px;
  font-size: 0.92rem;
  font-weight: 650;
}

.footer-section h3,
.payment-strip h3 {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-nav,
.social-list {
  display: grid;
  gap: 8px;
}

.footer-nav a,
.social-list a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 250, 240, 0.86);
  font-size: 0.9rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.footer-nav a:hover,
.social-list a:hover,
.footer-nav a:focus-visible,
.social-list a:focus-visible {
  border-color: rgba(244, 200, 66, 0.42);
  background: rgba(244, 200, 66, 0.12);
  color: #fffaf0;
}

.social-list svg {
  color: var(--gold);
}

.payment-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(21, 21, 21, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 235, 0.9));
  box-shadow: 0 12px 28px rgba(21, 21, 21, 0.08);
}

.payment-strip h3 {
  color: var(--ink);
}

.payment-strip p {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.payment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

.payment-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(21, 21, 21, 0.06);
}

.payment-badge svg {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--wine));
  color: #fff;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(201, 45, 69, 0.32);
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 18px 34px rgba(201, 45, 69, 0.28);
  }

  50% {
    box-shadow: 0 18px 40px rgba(244, 200, 66, 0.34);
  }
}

.floating-cta {
  animation: softPulse 2.8s ease-in-out infinite;
}

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

.page-intro {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 30px;
}

.page-intro h1 {
  margin-top: 10px;
  font-size: clamp(2.4rem, 7vw, 5rem);
}

.page-intro p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--ink-soft);
  font-weight: 650;
}

.privacy-content {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 84px;
}

.privacy-main {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.privacy-main h2 {
  margin-top: 10px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.privacy-main p,
.privacy-main li {
  color: var(--ink-soft);
  font-weight: 650;
}

.privacy-main a {
  color: var(--green);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    inset: 72px 12px auto;
    display: none;
    flex-direction: column;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(10, 13, 13, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .header-cta {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .lead-strip,
  .signal-strip,
  .live-score-head,
  .score-shell,
  .advantage-section,
  .vip-section {
    grid-template-columns: 1fr;
  }

  .signal-strip {
    margin-top: 16px;
  }

  .showcase-grid,
  .steps-grid,
  .safety-grid,
  .score-teams,
  .blog-card-grid,
  .blog-article,
  .blog-article:nth-child(even),
  .blog-cta,
  .vip-grid {
    grid-template-columns: 1fr;
  }

  .blog-article:nth-child(even) .blog-media {
    order: 0;
  }

  .game-card.feature-card {
    grid-row: auto;
  }

  .footer-main,
  .payment-strip {
    grid-template-columns: 1fr;
  }

  .payment-grid,
  .footer-bottom {
    justify-content: start;
  }
}

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

  .brand small {
    white-space: normal;
  }

  .hero {
    min-height: calc(100svh - 112px);
    background-position: 62% center;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.1rem);
    max-width: 100%;
  }

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

  .hero-points span {
    min-width: calc(50% - 5px);
  }

  .lead-strip,
  .lead-form,
  .score-panel,
  .score-search-panel,
  .blog-body,
  .blog-cta,
  .footer-main,
  .payment-strip,
  .privacy-main {
    padding: 16px;
  }

  .blog-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.25rem);
  }

  .blog-card-grid a {
    min-height: auto;
  }

  .signal-strip article {
    min-height: auto;
  }

  .score-refresh {
    justify-items: start;
    min-width: 0;
  }

  .live-score-section {
    scroll-margin-top: 150px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
  }
}