/* ============================================================
   Casino Site – Design System
   Dark luxury theme with gold accents
   ============================================================ */

:root {
  --bg-primary:    #09090b;
  --bg-secondary:  #111113;
  --bg-card:       #18181b;
  --bg-card-hover: #1e1e23;
  --gold:          #d4af37;
  --gold-light:    #f0cc55;
  --gold-dark:     #a88b1e;
  --text-primary:  #f4f4f5;
  --text-muted:    #a1a1aa;
  --text-faint:    #52525b;
  --border:        #27272a;
  --border-gold:   rgba(212, 175, 55, 0.3);
  --radius:        10px;
  --radius-lg:     16px;
  --shadow-card:   0 4px 24px rgba(0, 0, 0, 0.5);
  --shadow-gold:   0 0 24px rgba(212, 175, 55, 0.18);
  --transition:    0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}

body.template-classic,
body.template-classic-noir {
  --bg-primary:    #09090b;
  --bg-secondary:  #111113;
  --bg-card:       #18181b;
  --bg-card-hover: #1e1e23;
  --gold:          #d4af37;
  --gold-light:    #f0cc55;
  --gold-dark:     #a88b1e;
  --text-primary:  #f4f4f5;
  --text-muted:    #a1a1aa;
  --text-faint:    #52525b;
  --border:        #27272a;
  --border-gold:   rgba(212, 175, 55, 0.3);
  --shadow-card:   0 4px 24px rgba(0, 0, 0, 0.5);
  --shadow-gold:   0 0 24px rgba(212, 175, 55, 0.18);
}

body.template-midnight-sport {
  --bg-primary:    #081018;
  --bg-secondary:  #101b27;
  --bg-card:       #142231;
  --bg-card-hover: #192b3d;
  --gold:          #7fd1ff;
  --gold-light:    #b5e8ff;
  --gold-dark:     #4f9fcb;
  --text-primary:  #edf6fd;
  --text-muted:    #a8bfd2;
  --text-faint:    #5f788d;
  --border:        #233547;
  --border-gold:   rgba(127, 209, 255, 0.32);
  --shadow-card:   0 8px 28px rgba(4, 11, 20, 0.45);
  --shadow-gold:   0 0 24px rgba(127, 209, 255, 0.18);
}

body.template-spotlight,
body.template-spotlight-aqua {
  --bg-primary:    #07131b;
  --bg-secondary:  #0d1f2a;
  --bg-card:       #102632;
  --bg-card-hover: #15303d;
  --gold:          #58c3c9;
  --gold-light:    #85dee2;
  --gold-dark:     #2f8d92;
  --text-primary:  #eef8fa;
  --text-muted:    #a6c6cc;
  --text-faint:    #5d7f88;
  --border:        #1a3a49;
  --border-gold:   rgba(88, 195, 201, 0.34);
  --shadow-card:   0 8px 30px rgba(0, 12, 18, 0.42);
  --shadow-gold:   0 0 24px rgba(88, 195, 201, 0.18);
}

body.template-editorial,
body.template-editorial-copper {
  --bg-primary:    #18110f;
  --bg-secondary:  #221714;
  --bg-card:       #2a1d19;
  --bg-card-hover: #34241f;
  --gold:          #f29b61;
  --gold-light:    #ffbb8a;
  --gold-dark:     #c86a36;
  --text-primary:  #fff5ef;
  --text-muted:    #d7b7a5;
  --text-faint:    #89695d;
  --border:        #453129;
  --border-gold:   rgba(242, 155, 97, 0.28);
  --shadow-card:   0 10px 30px rgba(26, 15, 11, 0.42);
  --shadow-gold:   0 0 24px rgba(242, 155, 97, 0.16);
}

body.template-paper-luxe {
  --bg-primary:    #f8f1e6;
  --bg-secondary:  #efe4d5;
  --bg-card:       #fffaf2;
  --bg-card-hover: #f6edde;
  --gold:          #ab6b2e;
  --gold-light:    #c98646;
  --gold-dark:     #855122;
  --text-primary:  #2f241d;
  --text-muted:    #6d5b4d;
  --text-faint:    #9d8978;
  --border:        #ddcfbe;
  --border-gold:   rgba(171, 107, 46, 0.22);
  --shadow-card:   0 12px 28px rgba(102, 72, 39, 0.08);
  --shadow-gold:   0 0 24px rgba(171, 107, 46, 0.12);
}

body.template-sunrise-sand {
  --bg-primary:    #fff9ef;
  --bg-secondary:  #f8efdf;
  --bg-card:       #ffffff;
  --bg-card-hover: #fbf2e5;
  --gold:          #d16c3f;
  --gold-light:    #e58d62;
  --gold-dark:     #a34f2b;
  --text-primary:  #31231d;
  --text-muted:    #756055;
  --text-faint:    #ab8d81;
  --border:        #ead9ca;
  --border-gold:   rgba(209, 108, 63, 0.22);
  --shadow-card:   0 12px 28px rgba(132, 81, 47, 0.08);
  --shadow-gold:   0 0 24px rgba(209, 108, 63, 0.12);
}

body.template-atlas-ice {
  --bg-primary:    #f4fbff;
  --bg-secondary:  #e7f3f8;
  --bg-card:       #ffffff;
  --bg-card-hover: #f1f8fb;
  --gold:          #2c8ca6;
  --gold-light:    #4aa9c1;
  --gold-dark:     #216d81;
  --text-primary:  #1c2a31;
  --text-muted:    #5e7781;
  --text-faint:    #8ea5ad;
  --border:        #d5e5eb;
  --border-gold:   rgba(44, 140, 166, 0.2);
  --shadow-card:   0 14px 30px rgba(84, 126, 141, 0.1);
  --shadow-gold:   0 0 24px rgba(44, 140, 166, 0.12);
}

body.template-rose-ledger {
  --bg-primary:    #fff7f7;
  --bg-secondary:  #f9eaed;
  --bg-card:       #ffffff;
  --bg-card-hover: #fff0f2;
  --gold:          #c25d73;
  --gold-light:    #dc7a93;
  --gold-dark:     #9d475d;
  --text-primary:  #2f2024;
  --text-muted:    #6f5860;
  --text-faint:    #ab8f98;
  --border:        #ead6dc;
  --border-gold:   rgba(194, 93, 115, 0.2);
  --shadow-card:   0 12px 28px rgba(140, 94, 107, 0.09);
  --shadow-gold:   0 0 24px rgba(194, 93, 115, 0.11);
}

body.template-mint-column {
  --bg-primary:    #f4fff9;
  --bg-secondary:  #e4f4ec;
  --bg-card:       #ffffff;
  --bg-card-hover: #edf9f2;
  --gold:          #2f8d65;
  --gold-light:    #4fad82;
  --gold-dark:     #23694b;
  --text-primary:  #1f3029;
  --text-muted:    #5d766b;
  --text-faint:    #8ea69c;
  --border:        #d3e6dc;
  --border-gold:   rgba(47, 141, 101, 0.2);
  --shadow-card:   0 12px 28px rgba(73, 122, 98, 0.09);
  --shadow-gold:   0 0 24px rgba(47, 141, 101, 0.11);
}

body.template-velvet-signal {
  --bg-primary:    #190d17;
  --bg-secondary:  #241322;
  --bg-card:       #311b2e;
  --bg-card-hover: #3b2237;
  --gold:          #ff6b9d;
  --gold-light:    #ff97ba;
  --gold-dark:     #c84b78;
  --text-primary:  #fff1f7;
  --text-muted:    #d1adbd;
  --text-faint:    #8b6a79;
  --border:        #4a2d45;
  --border-gold:   rgba(255, 107, 157, 0.24);
  --shadow-card:   0 10px 30px rgba(35, 10, 29, 0.46);
  --shadow-gold:   0 0 24px rgba(255, 107, 157, 0.14);
}

img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }

/* ---- Layout ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* ---- Typography ---- */
h1, h2, h3, h4 { line-height: 1.25; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.25rem; }

.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-title h2 { margin-bottom: 12px; }
.section-title p  { color: var(--text-muted); max-width: 560px; margin: 0 auto; }

.gold-text { color: var(--gold); }

/* ---- Navigation ---- */
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--bg-primary) 86%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.navbar-logo {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}
.navbar-logo span { color: var(--gold); }

.navbar-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.navbar-links a {
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color var(--transition);
}
.navbar-links a:hover,
.navbar-links a.active { color: var(--text-primary); }

.navbar-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: #000;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 18px;
  border-radius: 6px;
  transition: background var(--transition), transform var(--transition);
}
.navbar-cta:hover { background: var(--gold-light); color: #000; transform: translateY(-1px); }

.hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: var(--transition); }

/* ---- Hero ---- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,175,55,0.12) 0%, transparent 70%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 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='%23d4af37' 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-content { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: center;
}
.hero-copy {
  position: relative;
  max-width: 700px;
  min-width: 0;
}
.hero-art-wrap {
  position: relative;
}
.hero-art-frame {
  position: relative;
  background: linear-gradient(180deg, color-mix(in srgb, var(--bg-card) 88%, transparent), var(--bg-card));
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow-card), var(--shadow-gold);
  overflow: hidden;
}
.hero-art-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--gold) 18%, transparent) 0%, transparent 28%),
    radial-gradient(circle at 80% 85%, color-mix(in srgb, var(--gold) 14%, transparent) 0%, transparent 24%);
  pointer-events: none;
}
.hero-art {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--border) 78%, transparent);
  background: color-mix(in srgb, var(--bg-secondary) 90%, white 10%);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212,175,55,0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.hero h1 { margin-bottom: 20px; }
.hero p {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 0 36px;
}
.hero-actions { display: flex; gap: 14px; justify-content: flex-start; flex-wrap: wrap; }

.page-hero {
  padding: 56px 0 32px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, color-mix(in srgb, var(--gold) 18%, transparent) 0%, transparent 70%);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, color-mix(in srgb, var(--gold) 12%, transparent) 50%, transparent 100%);
  opacity: 0.35;
  pointer-events: none;
}
.hero-variant-spotlight::before {
  background:
    radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--gold) 15%, transparent) 0%, transparent 32%),
    linear-gradient(115deg, transparent 0%, color-mix(in srgb, var(--gold) 10%, transparent) 50%, transparent 100%);
}
.hero-variant-editorial::before {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--gold) 12%, transparent) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--gold) 10%, transparent) 100%);
  background-size: 32px 32px, auto;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero-copy {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
}
.hero-split,
.hero-editorial,
.split-layout,
.editorial-shell {
  display: grid;
  gap: 28px;
}
.hero-split,
.split-layout,
.editorial-shell {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  align-items: start;
}
.hero-editorial {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
}
.hero-panel,
.info-panel,
.panel-surface {
  background: linear-gradient(180deg, color-mix(in srgb, var(--bg-card) 90%, transparent), var(--bg-card));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
}
.section-kicker {
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mini-grid {
  display: grid;
  gap: 14px;
}
.mini-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
}
.mini-card-kicker {
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mini-card h3 { font-size: 1rem; margin-bottom: 6px; }
.mini-card p { font-size: 0.86rem; color: var(--text-muted); margin-bottom: 10px; }
.mini-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--text-faint);
}
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.tag-lg {
  padding: 8px 16px;
  font-size: 0.85rem;
}
.stack-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.stack-list p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 6px;
}
.editorial-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.editorial-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
}
.editorial-item-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 30%, transparent), color-mix(in srgb, var(--gold-dark) 60%, transparent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.editorial-item h3 { margin-bottom: 8px; }
.editorial-item p { color: var(--text-muted); margin-bottom: 12px; }
.stats-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.stats-compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.stats-compact div {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255,255,255,0.03);
}
.stats-compact strong {
  display: block;
  font-size: 1.15rem;
  color: var(--gold);
  margin-bottom: 4px;
}
.stats-compact span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  border-radius: var(--radius);
  padding: 13px 28px;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold);
  color: #000;
}
.btn-primary:hover { background: var(--gold-light); color: #000; transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-sm { padding: 9px 20px; font-size: 0.85rem; }

/* ---- Stats bar ---- */
.stats-bar {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-secondary);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide-x: 1px solid var(--border);
}
.stat-item {
  text-align: center;
  padding: 24px 16px;
  border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-number { font-size: 1.8rem; font-weight: 800; color: var(--gold); }
.stat-label  { font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }

/* ---- Skeleton loader ---- */
@keyframes sk-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position:  400px 0; }
}
.sk-line {
  border-radius: 6px;
  background: linear-gradient(90deg, var(--bg-secondary) 25%, color-mix(in srgb, var(--bg-secondary) 60%, var(--border)) 50%, var(--bg-secondary) 75%);
  background-size: 800px 100%;
  animation: sk-shimmer 1.4s infinite linear;
  margin-bottom: 10px;
}
.sk-badge  { width: 35%; height: 18px; }
.sk-rank   { width: 45%; height: 14px; }
.sk-title  { width: 70%; height: 22px; margin-top: 4px; }
.sk-stars  { width: 50%; height: 16px; }
.sk-desc   { width: 100%; height: 14px; }
.sk-desc-short { width: 75%; }
.sk-bonus  { width: 100%; height: 56px; border-radius: 10px; }
.sk-btn    { width: 100%; height: 44px; border-radius: 10px; margin-top: 6px; }

/* ---- Casino Cards ---- */
.casino-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}
.casino-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  transition: all var(--transition);
  overflow: hidden;
}
.casino-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}
.casino-card:hover {
  border-color: var(--border-gold);
  background: var(--bg-card-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card), var(--shadow-gold);
}
.casino-card:hover::before { opacity: 1; }

.card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gold);
  color: #000;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 4px;
}
.card-rank {
  font-size: 0.75rem;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.card-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  padding-right: 80px;
}
.card-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
}
.star { color: var(--gold); font-size: 0.95rem; }
.star.empty { color: var(--text-faint); }
.rating-text { font-size: 0.82rem; color: var(--text-muted); margin-left: 4px; }

.card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.55;
}
.card-bonus-box {
  background: rgba(212,175,55,0.07);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.card-bonus-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-faint);
  margin-bottom: 4px;
}
.card-bonus-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold);
}
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.tag {
  font-size: 0.72rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 3px 9px;
  color: var(--text-muted);
}
.card-cta { width: 100%; text-align: center; justify-content: center; }

/* ---- Feature list ---- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.feature-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
}
.feature-card h3 { margin-bottom: 8px; font-size: 1rem; }
.feature-card p  { font-size: 0.88rem; color: var(--text-muted); }

/* ---- Table ---- */
.casino-table-wrap { overflow-x: auto; }
.casino-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.casino-table th {
  text-align: left;
  padding: 12px 16px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-faint);
  border-bottom: 1px solid var(--border);
  background: var(--bg-secondary);
}
.casino-table td {
  padding: 16px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.casino-table tr:last-child td { border-bottom: none; }
.casino-table tr:hover td { background: var(--bg-card-hover); }
.casino-table .rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  font-size: 0.8rem;
  font-weight: 700;
}
.casino-table .rank-badge.top { background: var(--gold); border-color: var(--gold); color: #000; }

/* ---- Blog cards ---- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.blog-card:hover { border-color: var(--border-gold); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.blog-card-img {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #1a1a1f, #2a2a35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.blog-card-body { padding: 22px; }
.blog-tag {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gold);
  margin-bottom: 10px;
}
.blog-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.blog-card p  { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 16px; }
.blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  color: var(--text-faint);
}

/* ---- Form ---- */
.form-group { margin-bottom: 20px; }
.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-muted);
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-primary);
  font-size: 0.93rem;
  padding: 12px 16px;
  outline: none;
  transition: border-color var(--transition);
  font-family: inherit;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus { border-color: var(--gold); }
.form-textarea { min-height: 140px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* ---- Contact info ---- */
.contact-info-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.contact-info-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.92rem;
  color: var(--text-muted);
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  background: rgba(212,175,55,0.1);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ---- About ---- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
}
.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 14px;
}
.team-card h3 { font-size: 1rem; margin-bottom: 4px; }
.team-card p  { font-size: 0.82rem; color: var(--text-muted); }

/* ---- FAQ ---- */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  user-select: none;
}
.faq-icon { font-size: 1.1rem; color: var(--gold); transition: transform var(--transition); }
.faq-answer {
  padding: 0 22px 18px;
  font-size: 0.9rem;
  color: var(--text-muted);
  display: none;
}
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ---- CTA Banner ---- */
.cta-banner {
  background: linear-gradient(135deg, rgba(212,175,55,0.12) 0%, rgba(212,175,55,0.04) 100%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  text-align: center;
}
.cta-banner h2 { margin-bottom: 14px; }
.cta-banner p  { color: var(--text-muted); margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto; }

/* ---- Footer ---- */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 12px;
  line-height: 1.65;
}
.footer-col h4 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 0.88rem; color: var(--text-muted); }
.footer-col ul li a:hover { color: var(--text-primary); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.8rem; color: var(--text-faint); }
.disclaimer {
  font-size: 0.75rem;
  color: var(--text-faint);
  text-align: center;
  max-width: 800px;
  margin: 20px auto 0;
  line-height: 1.5;
}

/* ---- Divider ---- */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-art-wrap { display: none; }
  .hero-copy { max-width: none; text-align: center; }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-split,
  .hero-editorial,
  .split-layout,
  .editorial-shell { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .navbar-links { display: none; }
  .navbar-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--bg-primary);
    border-bottom: 1px solid var(--border);
    padding: 20px 24px;
    gap: 16px;
  }
  .hamburger { display: flex; }
  .navbar-cta { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .casino-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .cta-banner { padding: 36px 24px; }
  .section { padding: 56px 0; }
  .stats-stack,
  .stats-compact { grid-template-columns: 1fr; }
  .editorial-item { grid-template-columns: 1fr; }
}
