/* ============================================
   NINE CASINO — DESIGN SYSTEM
   Theme: Dark Navy / Gold / Ivory
   Font: Playfair Display + DM Sans
   ============================================ */

:root {
  /* Color Palette — completely different from Spinmama's green */
  --navy-deep:    #080c1a;
  --navy-mid:     #0d1530;
  --navy-light:   #152047;
  --navy-border:  #1e2e5a;
  --gold:         #c9a84c;
  --gold-bright:  #f0c560;
  --gold-light:   #fde48a;
  --ivory:        #f5f0e8;
  --ivory-dim:    #d6cfbf;
  --white:        #ffffff;
  --accent-blue:  #3a7bd5;
  --accent-teal:  #1ab5c0;
  --danger:       #e84855;

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', 'Helvetica Neue', sans-serif;

  /* Spacing */
  --section-pad: 100px 0;
  --radius:      12px;
  --radius-lg:   20px;
  --shadow-gold: 0 0 40px rgba(201,168,76,0.25);
  --shadow-card: 0 8px 40px rgba(0,0,0,0.4);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--navy-deep);
  color: var(--ivory);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== ANIMATED BACKGROUND ===== */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 10% 20%, rgba(58,123,213,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 90% 80%, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ===== TOP BAR ===== */
.header-top {
  background: linear-gradient(90deg, var(--navy-mid), var(--navy-light), var(--navy-mid));
  border-bottom: 1px solid var(--navy-border);
  text-align: center;
  padding: 10px 0;
  font-size: 0.82rem;
  color: var(--gold);
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.header-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.08), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ===== HEADER ===== */
header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(8, 12, 26, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--navy-border);
}

.header-main { padding: 0; }

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--white);
  flex-shrink: 0;
}

.logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 16px rgba(201,168,76,0.4);
}

.logo-text { color: var(--white); }
.logo-text span { color: var(--gold); }

/* NAV */
#mainNav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

#mainNav a {
  color: var(--ivory-dim);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}

#mainNav a:hover {
  color: var(--gold);
  background: rgba(201,168,76,0.1);
}

/* CTA BUTTONS */
.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.2s;
  cursor: pointer;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--navy-deep);
  border: none;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(201,168,76,0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--ivory);
  border: 1px solid var(--navy-border);
}

.btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,76,0.08);
  box-shadow: none;
}

/* ===== HERO ===== */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(13,21,48,0.4) 0%, var(--navy-deep) 80%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-bg-number {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: clamp(200px, 35vw, 480px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201,168,76,0.07);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  animation: fadeInUp 0.6s ease forwards;
}

.hero-eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.7s 0.1s ease both;
}

.hero h1 em {
  font-style: normal;
  color: var(--gold);
  display: block;
}

.hero-subtitle {
  max-width: 560px;
  font-size: 1.1rem;
  color: var(--ivory-dim);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.7s 0.2s ease both;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
  animation: fadeInUp 0.7s 0.3s ease both;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(201,168,76,0.35);
  transition: all 0.25s;
  letter-spacing: 0.02em;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(201,168,76,0.5);
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ivory);
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 28px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.2s;
}

.cta-secondary:hover {
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.05);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--navy-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 640px;
  animation: fadeInUp 0.7s 0.4s ease both;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px;
  background: rgba(13,21,48,0.6);
  transition: background 0.2s;
}

.stat-item:hover { background: rgba(201,168,76,0.08); }

.stat-number {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--ivory-dim);
  margin-top: 4px;
  text-align: center;
  letter-spacing: 0.03em;
}

/* ===== SECTION COMMON ===== */
.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

.section-header p {
  color: var(--ivory-dim);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.section-header.light h2 { color: var(--white); }

.section-tag {
  display: inline-block;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.25);
  color: var(--gold);
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-tag.gold {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
}

/* ===== GAMES SECTION ===== */
.games-section {
  padding: var(--section-pad);
  position: relative;
}

.games-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2.5rem;
}

.filter-btn {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--navy-border);
  color: var(--ivory-dim);
  padding: 9px 22px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-body);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--gold);
  color: var(--navy-deep);
  border-color: var(--gold);
  font-weight: 700;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.game-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-mid);
  border: 1px solid var(--navy-border);
  transition: all 0.3s;
  cursor: pointer;
  animation: fadeInUp 0.5s ease both;
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.4);
  box-shadow: var(--shadow-gold);
}

.game-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.game-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.game-card:hover .game-img-wrap img {
  transform: scale(1.08);
}

.game-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8,12,26,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.game-card:hover .game-overlay { opacity: 1; }

.play-now-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 12px 24px;
  border-radius: 10px;
  transform: translateY(8px);
  transition: transform 0.3s;
}

.game-card:hover .play-now-btn { transform: translateY(0); }

.game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}

.game-info h3 {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--white);
}

.badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.badge-hot     { background: rgba(232,72,85,0.2); color: #e84855; border: 1px solid rgba(232,72,85,0.4); }
.badge-new     { background: rgba(26,181,192,0.2); color: #1ab5c0; border: 1px solid rgba(26,181,192,0.4); }
.badge-vip     { background: rgba(201,168,76,0.2); color: var(--gold); border: 1px solid rgba(201,168,76,0.4); }
.badge-jackpot { background: rgba(58,123,213,0.2); color: #3a7bd5; border: 1px solid rgba(58,123,213,0.4); }

.games-cta {
  text-align: center;
  margin-top: 3rem;
}

.btn-gold-large {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(201,168,76,0.3);
  transition: all 0.25s;
  letter-spacing: 0.02em;
}

.btn-gold-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(201,168,76,0.45);
}

/* ===== BONUS SECTION ===== */
.bonus-section {
  padding: var(--section-pad);
  background: linear-gradient(180deg, var(--navy-mid) 0%, var(--navy-deep) 100%);
  position: relative;
}

.bonus-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--navy-border), transparent);
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.bonus-card {
  background: var(--navy-light);
  border: 1px solid var(--navy-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.bonus-card:hover {
  border-color: rgba(201,168,76,0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.bonus-card.featured {
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(13,21,48,0.8));
  border-color: rgba(201,168,76,0.5);
}

.bonus-badge-wrap {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.bonus-top-badge {
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--navy-deep);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bonus-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.bonus-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.bonus-amount {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.bonus-sub {
  font-size: 0.85rem;
  color: var(--ivory-dim);
  margin-bottom: 1.5rem;
}

.bonus-features {
  text-align: left;
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bonus-features li {
  font-size: 0.85rem;
  color: var(--ivory-dim);
}

.btn-bonus {
  display: block;
  width: 100%;
  padding: 13px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  transition: all 0.2s;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--navy-deep);
}

.btn-bonus:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,168,76,0.4);
}

.btn-bonus.outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.4);
}

.btn-bonus.outline:hover {
  background: rgba(201,168,76,0.12);
  box-shadow: none;
}

/* ===== WHY SECTION ===== */
.why-section {
  padding: var(--section-pad);
  position: relative;
}

.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.why-text .section-tag { margin-bottom: 1rem; }

.why-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.why-text > p {
  color: var(--ivory-dim);
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.why-features-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.why-feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.why-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(201,168,76,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,168,76,0.2);
}

.why-feature strong {
  display: block;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 3px;
}

.why-feature p {
  color: var(--ivory-dim);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Stats Ring */
.why-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-ring-wrap {
  position: relative;
  width: 360px;
  height: 360px;
}

.stats-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(201,168,76,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin 20s linear infinite;
}

.stats-ring::before {
  content: '';
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px dashed rgba(201,168,76,0.1);
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.ring-center {
  animation: spin 20s linear infinite reverse;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy-light));
  border-radius: 50%;
  border: 2px solid rgba(201,168,76,0.4);
  box-shadow: 0 0 60px rgba(201,168,76,0.15);
}

.ring-number {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.ring-label {
  font-size: 0.85rem;
  color: var(--ivory-dim);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.orbital-stat {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px;
  transform:
    rotate(var(--angle))
    translateX(170px)
    rotate(calc(-1 * var(--angle)));
  background: var(--navy-light);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-card);
}

.orbital-stat span {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.orbital-stat small {
  font-size: 0.6rem;
  color: var(--ivory-dim);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ===== PAYMENTS SECTION ===== */
.payments-section {
  padding: var(--section-pad);
  background: var(--navy-mid);
  border-top: 1px solid var(--navy-border);
  border-bottom: 1px solid var(--navy-border);
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 2rem;
}

.payment-method {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--navy-border);
  border-radius: var(--radius);
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  min-width: 110px;
}

.payment-method:hover {
  border-color: rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.06);
  transform: translateY(-2px);
}

.pm-icon { font-size: 1.8rem; }

.payment-method span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ivory-dim);
  text-align: center;
}

.payment-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}

.payment-note span {
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 500;
}

/* ===== HOW TO SECTION ===== */
.howto-section {
  padding: var(--section-pad);
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 50%, var(--navy-deep) 100%);
}

.steps-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.step-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--navy-border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  flex: 1;
  min-width: 180px;
  max-width: 240px;
  transition: all 0.3s;
  position: relative;
}

.step-card:hover {
  border-color: rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.06);
  transform: translateY(-4px);
}

.step-num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.step-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.step-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.step-card p {
  font-size: 0.85rem;
  color: var(--ivory-dim);
  line-height: 1.65;
}

.step-divider {
  font-size: 2rem;
  color: rgba(201,168,76,0.3);
  padding: 0 8px;
  flex-shrink: 0;
}

/* ===== PROVIDERS SECTION ===== */
.providers-section {
  padding: 80px 0;
  border-top: 1px solid var(--navy-border);
}

.providers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.provider-item {
  filter: grayscale(1) brightness(0.6);
  transition: all 0.3s;
  padding: 16px 24px;
  border-radius: var(--radius);
}

.provider-item:hover {
  filter: grayscale(0) brightness(1);
  background: rgba(255,255,255,0.05);
}

.provider-item img {
  height: 40px;
  width: auto;
}

/* ===== FOOTER ===== */
footer {
  background: var(--navy-mid);
  border-top: 1px solid var(--navy-border);
  padding: 60px 0 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--navy-border);
  margin-bottom: 3rem;
}

.footer-brand .logo {
  margin-bottom: 1.25rem;
}

.footer-brand p {
  color: var(--ivory-dim);
  font-size: 0.88rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--navy-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory-dim);
  font-size: 0.9rem;
  transition: all 0.2s;
}

.social-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201,168,76,0.1);
}

.footer-col h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul a {
  color: var(--ivory-dim);
  font-size: 0.88rem;
  transition: color 0.2s;
}

.footer-col ul a:hover { color: var(--gold); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-age {
  display: flex;
  align-items: center;
  gap: 12px;
}

.age-badge-large {
  background: rgba(232,72,85,0.15);
  border: 1.5px solid rgba(232,72,85,0.5);
  color: #e84855;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.footer-age p {
  font-size: 0.8rem;
  color: var(--ivory-dim);
  max-width: 360px;
  line-height: 1.55;
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(214,207,191,0.4);
  text-align: right;
}

.footer-links-bottom {
  display: flex;
  gap: 1.25rem;
  margin-top: 0.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-links-bottom a {
  color: rgba(214,207,191,0.5);
  font-size: 0.78rem;
  transition: color 0.2s;
}

.footer-links-bottom a:hover { color: var(--gold); }

/* ===== SEO CONTENT SECTION ===== */
.seo-section {
  padding: var(--section-pad);
  border-top: 1px solid var(--navy-border);
}

.seo-content {
  max-width: 820px;
  margin: 0 auto;
}

.seo-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--navy-border);
}

.seo-content h2:first-child {
  margin-top: 0;
}

.seo-content h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold);
  margin: 1.75rem 0 0.75rem;
}

.seo-content p {
  color: var(--ivory-dim);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.seo-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .seo-content h2 { font-size: 1.2rem; }
  .seo-content p  { font-size: 0.9rem; }
}

/* ===== SCROLL TOP ===== */
#scrollTopBtn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--navy-deep);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(201,168,76,0.4);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  z-index: 999;
}

#scrollTopBtn.visible {
  opacity: 1;
  transform: translateY(0);
}

#scrollTopBtn:hover { transform: translateY(-4px); }

/* ===== MOBILE MENU ===== */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--ivory);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-btn.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-menu-btn.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .why-inner { grid-template-columns: 1fr; gap: 3rem; }
  .why-visual { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .steps-grid { gap: 1rem; }
  .step-divider { display: none; }
}

@media (max-width: 768px) {
  :root { --section-pad: 60px 0; }

  .mobile-menu-btn { display: flex !important; }

  #mainNav {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: rgba(8,12,26,0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  #mainNav.nav-open {
    display: flex !important;
    opacity: 1;
  }

  #mainNav a { font-size: 1.3rem; padding: 12px 24px; }

  .header-cta { display: none; }

  .hero h1 { font-size: 2.8rem; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); max-width: 100%; }

  .bonus-grid { grid-template-columns: 1fr; }
  .games-grid { grid-template-columns: repeat(2, 1fr); }

  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-copy { text-align: left; }
  .footer-links-bottom { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .games-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; }
  .hero-bg-number { display: none; }
}