:root {
  --black: #111111;
  --black-soft: #1a1a1a;
  --black-card: #1e1e1e;
  --yellow: #FFC600;
  --yellow-dark: #e6b200;
  --yellow-glow: rgba(255, 198, 0, 0.25);
  --text: #f5f5f5;
  --muted: #a3a3a3;
  --border: #2a2a2a;
  --layout: min(1580px, 100%);
  --banner-width: min(80vw, calc(100% - 24px));
  --pad: clamp(14px, 3vw, 24px);
  --radius: 10px;
  --font: "Noto Sans Thai", "Manrope", "Segoe UI", sans-serif;
  --display: "Sora", "Manrope", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.55;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
button { cursor: pointer; font: inherit; }

/* Header */
.site-header {
  background: var(--black);
  border-bottom: 2px solid var(--yellow);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--layout);
  min-height: 68px;
  padding: 10px var(--pad);
  width: 100%;
}

.brand-mark {
  align-items: center;
  background: var(--yellow);
  border-radius: 8px;
  color: var(--black);
  display: inline-flex;
  flex-shrink: 0;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  letter-spacing: -0.02em;
  width: 48px;
}

.header-nav {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.header-nav a {
  border-radius: 8px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 12px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.header-nav a:hover,
.header-nav a.active {
  background: var(--yellow-glow);
  color: var(--yellow);
}

.auth-btns {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.btn {
  align-items: center;
  background: linear-gradient(180deg, #ffd633 0%, var(--yellow) 52%, #e6b200 100%);
  border: 1px solid #d4a800;
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -2px 0 rgba(0, 0, 0, 0.12),
    0 4px 0 #a88400,
    0 6px 12px rgba(0, 0, 0, 0.35);
  color: var(--black);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  padding: 0 24px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  white-space: nowrap;
}

.btn:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 0 rgba(0, 0, 0, 0.1),
    0 5px 0 #a88400,
    0 9px 16px rgba(0, 0, 0, 0.4);
  filter: brightness(1.03);
  transform: translateY(-2px);
}

.btn:active {
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 0 #a88400,
    0 2px 6px rgba(0, 0, 0, 0.25);
  filter: brightness(0.98);
  transform: translateY(2px);
}

.btn-login,
.btn-join {
  background: linear-gradient(180deg, #ffd633 0%, var(--yellow) 52%, #e6b200 100%);
  border: 1px solid #d4a800;
  color: var(--black);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.menu-toggle span {
  background: var(--yellow);
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 22px;
}

/* Jackpot bar */
.jackpot-bar {
  background: var(--black);
  padding: 18px var(--pad) 22px;
}

.jackpot-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--layout);
  width: 100%;
}

.jackpot-pill {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 42%),
    linear-gradient(180deg, rgba(34, 34, 34, 0.96), rgba(10, 10, 10, 0.98));
  border: 1px solid rgba(255, 198, 0, 0.55);
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(255, 198, 0, 0.08),
    0 0 24px rgba(255, 198, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  min-height: 88px;
  overflow: hidden;
  padding: 14px 56px 14px 38px;
  position: relative;
  width: 100%;
}

.jackpot-wave {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.jackpot-wave::before {
  animation: jackpot-wave 2.8s ease-in-out infinite;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 198, 0, 0.04) 18%,
    rgba(255, 198, 0, 0.16) 50%,
    rgba(255, 198, 0, 0.04) 82%,
    transparent 100%
  );
  content: "";
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
}

.jackpot-wave::after {
  animation: jackpot-wave 2.8s ease-in-out infinite;
  animation-delay: 1.4s;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.02) 30%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.02) 70%,
    transparent 100%
  );
  content: "";
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
  width: 45%;
}

@keyframes jackpot-wave {
  0% { transform: translateX(0); }
  100% { transform: translateX(320%); }
}

.jackpot-coins {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.jackpot-coin {
  animation: coin-fall linear infinite;
  background:
    radial-gradient(circle at 32% 28%, #fff8cc 0%, var(--yellow) 42%, #c99700 100%);
  border: 1px solid rgba(255, 230, 120, 0.65);
  border-radius: 50%;
  box-shadow:
    0 0 8px rgba(255, 198, 0, 0.45),
    inset 0 -2px 2px rgba(0, 0, 0, 0.25);
  height: 11px;
  opacity: 0;
  position: absolute;
  top: -14px;
  width: 11px;
}

.jackpot-coin:nth-child(1)  { left: 8%;  animation-duration: 2.4s; animation-delay: 0s; }
.jackpot-coin:nth-child(2)  { left: 16%; animation-duration: 2.9s; animation-delay: 0.35s; height: 9px; width: 9px; }
.jackpot-coin:nth-child(3)  { left: 24%; animation-duration: 2.1s; animation-delay: 0.8s; }
.jackpot-coin:nth-child(4)  { left: 33%; animation-duration: 3.1s; animation-delay: 1.2s; height: 8px; width: 8px; }
.jackpot-coin:nth-child(5)  { left: 42%; animation-duration: 2.6s; animation-delay: 0.15s; }
.jackpot-coin:nth-child(6)  { left: 51%; animation-duration: 2.8s; animation-delay: 1.6s; height: 10px; width: 10px; }
.jackpot-coin:nth-child(7)  { left: 58%; animation-duration: 2.3s; animation-delay: 0.55s; }
.jackpot-coin:nth-child(8)  { left: 66%; animation-duration: 3s;   animation-delay: 1.9s; height: 8px; width: 8px; }
.jackpot-coin:nth-child(9)  { left: 74%; animation-duration: 2.5s; animation-delay: 0.95s; }
.jackpot-coin:nth-child(10) { left: 82%; animation-duration: 2.7s; animation-delay: 1.35s; height: 9px; width: 9px; }
.jackpot-coin:nth-child(11) { left: 90%; animation-duration: 2.2s; animation-delay: 0.45s; }
.jackpot-coin:nth-child(12) { left: 96%; animation-duration: 3.2s; animation-delay: 1.75s; height: 8px; width: 8px; }

@keyframes coin-fall {
  0% {
    opacity: 0;
    transform: translateY(0) rotate(0deg) scale(0.85);
  }
  12% {
    opacity: 0.9;
  }
  88% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translateY(108px) rotate(420deg) scale(1);
  }
}

.jackpot-coin-stack {
  height: 30px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 2;
}

.jackpot-coin-stack::before,
.jackpot-coin-stack::after {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 198, 0, 0.45);
  content: "";
  position: absolute;
}

.jackpot-coin-stack::before {
  background:
    radial-gradient(circle at 32% 28%, #fff8cc 0%, var(--yellow) 42%, #c99700 100%);
  border: 1px solid rgba(255, 230, 120, 0.65);
  height: 16px;
  left: 2px;
  top: 10px;
  width: 16px;
  z-index: 1;
}

.jackpot-coin-stack::after {
  background:
    radial-gradient(circle at 32% 28%, #fff8cc 0%, var(--yellow) 42%, #c99700 100%);
  border: 1px solid rgba(255, 230, 120, 0.65);
  box-shadow:
    0 0 12px rgba(255, 198, 0, 0.55),
    0 -6px 0 -2px rgba(255, 198, 0, 0.35),
    0 -11px 0 -3px rgba(255, 198, 0, 0.2);
  height: 18px;
  left: 8px;
  top: 0;
  width: 18px;
  z-index: 2;
}

.jackpot-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-height: 58px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.jackpot-label {
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(0.58rem, 1.8vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 198, 0, 0.35);
  text-transform: uppercase;
}

.jackpot-amount {
  animation: jackpot-glow 1.4s ease-in-out infinite alternate;
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(1.35rem, 4.2vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-shadow:
    0 0 12px rgba(255, 198, 0, 0.45),
    0 0 28px rgba(255, 198, 0, 0.25);
}

.jackpot-star {
  color: var(--yellow);
  font-size: 0.95rem;
  line-height: 1;
  position: absolute;
  right: 20px;
  text-shadow: 0 0 12px rgba(255, 198, 0, 0.55);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@keyframes jackpot-glow {
  from {
    filter: brightness(1);
    text-shadow:
      0 0 10px rgba(255, 198, 0, 0.35),
      0 0 22px rgba(255, 198, 0, 0.18);
  }
  to {
    filter: brightness(1.08);
    text-shadow:
      0 0 16px rgba(255, 198, 0, 0.55),
      0 0 34px rgba(255, 198, 0, 0.32);
  }
}

@media (max-width: 640px) {
  .jackpot-bar {
    padding: 14px var(--pad) 18px;
  }

  .jackpot-pill {
    min-height: 78px;
    padding: 12px 44px 12px 28px;
  }

  .jackpot-coin-stack {
    left: 12px;
    transform: translateY(-50%) scale(0.9);
  }

  .jackpot-star {
    right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jackpot-coin {
    animation: none;
    display: none;
  }

  .jackpot-wave::before,
  .jackpot-wave::after {
    animation: none;
  }

  .jackpot-amount {
    animation: none;
  }
}

/* Hero banner — 80% viewport, wider than inset content below */
.banner-full {
  background: var(--black);
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: center;
  padding: 16px 0 0;
  width: 100%;
}

.banner-full .banner-link {
  display: block;
  margin: 0 auto;
  max-width: var(--banner-width);
  position: relative;
  width: var(--banner-width);
}

.banner-picture {
  border-radius: var(--radius);
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}

.banner-full .banner-img {
  border-radius: var(--radius);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.banner-picture.is-placeholder .banner-img,
.banner-picture:not(.is-placeholder) + .banner-placeholder {
  display: none;
}

.banner-full .banner-placeholder {
  aspect-ratio: 1920 / 720;
  border-radius: var(--radius);
  min-height: clamp(160px, 30vw, 576px);
}

.banner-placeholder-mobile {
  display: none;
}

@media (max-width: 640px) {
  .banner-full .banner-link {
    width: min(80vw, calc(100% - 24px));
  }

  .banner-full .banner-placeholder {
    aspect-ratio: 750 / 1000;
    min-height: clamp(200px, 106vw, 800px);
  }

  .banner-placeholder-desktop {
    display: none;
  }

  .banner-placeholder-mobile {
    display: block;
  }
}

/* Main container */
.site-main {
  margin: 0 auto;
  max-width: var(--layout);
  padding: 0 var(--pad);
  width: 100%;
}

/* Image placeholders */
.media-placeholder {
  align-items: center;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(255, 198, 0, 0.08), transparent 55%),
    repeating-linear-gradient(
      -45deg,
      #242424,
      #242424 10px,
      #1a1a1a 10px,
      #1a1a1a 20px
    );
  border: 1px dashed #3a3a3a;
  color: var(--muted);
  display: flex;
  justify-content: center;
  width: 100%;
}

.media-placeholder span {
  background: rgba(17, 17, 17, 0.82);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.logo-placeholder {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  height: 48px;
  width: 48px;
}

.logo-placeholder span {
  font-size: 0.62rem;
  padding: 4px 6px;
}

.auth-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 12px 0 8px;
  width: 100%;
}

.auth-strip .btn { min-height: 46px; width: 100%; }

/* Section blocks */
.block {
  margin-bottom: 28px;
}

.block-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.block-head h2 {
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
}

.block-head a {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.block-head a:hover { color: var(--yellow); }

/* Promo cards */
.promo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.promo-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.promo-card:hover {
  border-color: var(--yellow);
  transform: translateY(-2px);
}

.card-media {
  aspect-ratio: 400 / 250;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.card-media.is-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 198, 0, 0.06), transparent 55%),
    repeating-linear-gradient(
      -45deg,
      #242424,
      #242424 8px,
      #1a1a1a 8px,
      #1a1a1a 16px
    );
}

.card-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card-media.is-placeholder .card-img {
  display: none;
}

.card-fallback {
  align-items: center;
  color: var(--muted);
  display: none;
  font-size: 0.62rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-media.is-placeholder .card-fallback {
  display: flex;
}

.promo-card > span:last-child,
.cat-card > span:last-child {
  color: var(--text);
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.cat-card > span:last-child {
  font-size: 0.88rem;
}

/* Provider logos — 12 separate webp files */
.provider-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

.provider-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: block;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.provider-card:hover {
  border-color: var(--yellow);
  transform: translateY(-1px);
}

.provider-media {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 64px;
  padding: 8px;
  width: 100%;
}

.provider-media.is-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 198, 0, 0.06), transparent 55%),
    repeating-linear-gradient(
      -45deg,
      #242424,
      #242424 8px,
      #1a1a1a 8px,
      #1a1a1a 16px
    );
}

.provider-logo {
  display: block;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  width: 100%;
}

.provider-media.is-placeholder .provider-logo {
  display: none;
}

.provider-fallback {
  color: var(--muted);
  display: none;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.provider-media.is-placeholder .provider-fallback {
  display: block;
}

/* VIP tiers */
.vip-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.vip-card {
  background: linear-gradient(180deg, #2a2a2a 0%, #1c1c1c 45%, #141414 100%);
  border: 1px solid #3a3a3a;
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -2px 0 rgba(0, 0, 0, 0.45),
    0 4px 0 #0a0a0a,
    0 6px 12px rgba(0, 0, 0, 0.45);
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 16px 8px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vip-card:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -2px 0 rgba(0, 0, 0, 0.4),
    0 5px 0 #0a0a0a,
    0 9px 16px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.vip-img {
  display: block;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.5));
  height: auto;
  margin: 0 auto 8px;
  max-height: 72px;
  object-fit: contain;
  width: auto;
}

.vip-card > span {
  display: block;
}

/* Features */
.feature-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 16px;
  text-align: center;
}

.feature-card .ico {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.feature-card h3 {
  color: var(--yellow);
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.feature-card p {
  color: var(--muted);
  font-size: 0.82rem;
}

/* Stats */
.stats-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.stat-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--yellow);
  border-radius: var(--radius);
  padding: 16px;
}

.stat-card p {
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 4px;
}

.stat-card strong {
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

/* Categories */
.cats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 8px;
}

.cat-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.cat-card:hover {
  border-color: var(--yellow);
  transform: translateY(-2px);
}

/* Reviews & FAQ */
.review-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.review-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}

.review-card .stars { color: var(--yellow); font-size: 0.9rem; margin-bottom: 8px; }

.review-card p {
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-list { display: grid; gap: 10px; }

.faq-item {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
}

.faq-item h3 {
  color: var(--yellow);
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.faq-item p {
  color: var(--muted);
  font-size: 0.88rem;
}

.pay-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

.pay-chip {
  align-items: center;
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 6px;
  text-align: center;
}

/* Article */
.article-block {
  margin: 8px 0 28px;
  padding: 0;
}

.section {
  padding: 28px 0 40px;
}

.article h1,
.article h2,
.article h3 {
  color: var(--yellow);
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.3;
}

.article h1 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  margin-bottom: 16px;
  text-align: center;
}

.article h2 {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  margin: 24px 0 10px;
}

.article h3 { font-size: 1rem; margin: 18px 0 8px; }

.article p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 12px;
}

.article a.brand-link,
.article a.brand-link strong {
  color: var(--yellow);
  font-weight: 800;
  text-decoration: none;
}

.article a.brand-link:hover,
.article a.brand-link:hover strong {
  color: var(--yellow-dark);
  text-decoration: underline;
}

/* Footer */
.site-footer {
  align-items: center;
  background: #0a0a0a;
  border-top: 2px solid var(--yellow);
  color: var(--muted);
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 24px var(--pad);
}

.footer-copy {
  font-size: 0.82rem;
  margin: 0;
  text-align: center;
  width: 100%;
}

.footer-copy strong { color: var(--yellow); }

/* Sub pages */
.sub-page {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 24px auto;
  max-width: var(--layout);
  padding: 28px var(--pad) 36px;
  width: calc(100% - 2 * var(--pad));
}

.sub-page h1 {
  color: var(--yellow);
  font-family: var(--display);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  margin-bottom: 16px;
}

.sub-page h2 {
  color: var(--yellow);
  font-size: 1.05rem;
  margin: 20px 0 8px;
}

.sub-page p,
.sub-page li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

.sub-page ul { margin-left: 18px; }
.sub-page li { list-style: disc; }

@media (max-width: 1100px) {
  .promo-grid { grid-template-columns: repeat(2, 1fr); }
  .provider-grid { grid-template-columns: repeat(4, 1fr); }
  .vip-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .pay-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .header-nav {
    background: var(--black-soft);
    border-bottom: 1px solid var(--border);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 10px 12px 14px;
    position: absolute;
    right: 0;
    top: 68px;
  }

  .header-nav.open { display: flex; }

  .menu-toggle { display: flex; }

  .auth-btns { display: none; }

  .review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .provider-hide-mobile {
    display: none;
  }

  .promo-grid,
  .provider-grid,
  .vip-grid,
  .feature-grid,
  .stats-grid,
  .cats,
  .pay-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-mark {
    font-size: 0.65rem;
    height: 40px;
    width: 40px;
  }
}
