/* ─────────────────────────────────────────
   IrishCasinoGuides.com — Main Stylesheet
   Theme: Dark editorial, emerald & gold
   Fonts: Playfair Display + DM Sans
───────────────────────────────────────── */

:root {
  --emerald: #0d5c2e;
  --emerald-light: #157a3e;
  --emerald-bright: #1db954;
  --gold: #c9a84c;
  --gold-light: #f0d080;
  --cream: #f8f5ef;
  --dark: #0a0e0c;
  --dark-2: #121a14;
  --dark-3: #1a2a1e;
  --dark-4: #22362a;
  --text: #e8f0ea;
  --text-muted: #8da896;
  --border: rgba(255,255,255,0.08);
  --card-bg: #142018;
  --card-hover: #1c2e20;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-card: 0 2px 16px rgba(0,0,0,0.3);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--dark);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

a { color: var(--gold-light); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold); }

/* ── AGE BANNER ── */
.age-banner {
  background: linear-gradient(90deg, #0a3d1f, #0d5c2e);
  color: #d4efda;
  font-size: 13px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  text-align: center;
  flex-wrap: wrap;
}
.age-icon { font-size: 16px; }
.age-banner strong { color: var(--gold-light); }
.age-banner-link {
  color: var(--gold);
  font-weight: 600;
  font-size: 12px;
  border: 1px solid var(--gold);
  padding: 2px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.age-banner-link:hover { background: var(--gold); color: var(--dark); }

/* ── HEADER ── */
.site-header {
  background: rgba(10,14,12,0.97);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
}
.site-header .container {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 68px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-icon {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-bright));
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: white;
  font-weight: 900;
}
.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
.logo-accent { color: var(--gold); }

.main-nav {
  display: flex;
  gap: 4px;
  flex: 1;
}
.nav-link {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  transition: all 0.2s;
  text-decoration: none;
}
.nav-link:hover, .nav-link.active {
  color: var(--text);
  background: rgba(255,255,255,0.06);
}
.nav-link.active { color: var(--gold-light); }

.header-age-badge {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,0.4);
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 20px;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: auto;
}

.mobile-nav {
  display: none;
  background: var(--dark-2);
  border-bottom: 1px solid var(--border);
  padding: 12px 24px;
  flex-direction: column;
  gap: 4px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: var(--text);
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(160deg, #071209 0%, #0d2a14 40%, #081b0c 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13,92,46,0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(201,168,76,0.08) 0%, transparent 40%),
    repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(255,255,255,0.01) 60px, rgba(255,255,255,0.01) 61px);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.hero-badge {
  display: inline-block;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  color: white;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero-accent {
  color: var(--gold);
  display: block;
}
.hero-subtitle {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 560px;
  margin-bottom: 36px;
  font-weight: 300;
  line-height: 1.7;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 900;
  color: var(--gold);
  display: block;
}
.stat-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stat-div { width: 1px; height: 40px; background: var(--border); }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.trust-item {
  font-size: 13px;
  color: var(--emerald-bright);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero-scroll-indicator {
  position: absolute;
  bottom: 20px;
  right: 40px;
  text-align: center;
  color: var(--text-muted);
  font-size: 12px;
}
.scroll-arrow {
  animation: bounce 1.5s infinite;
  font-size: 20px;
  color: var(--gold);
}
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

/* ── FILTER BAR ── */
.filter-bar {
  background: var(--dark-2);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  position: sticky;
  top: 68px;
  z-index: 90;
}
.filter-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.filter-label {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 6px;
}
.filter-btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.filter-btn:hover { border-color: var(--gold); color: var(--gold-light); }
.filter-btn.active { background: var(--gold); color: var(--dark); border-color: var(--gold); font-weight: 700; }

/* ── CASINO LIST SECTION ── */
.casino-list-section { padding: 60px 0; }

.section-header {
  margin-bottom: 40px;
}
.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}
.section-header p { color: var(--text-muted); font-size: 15px; }
.section-header.light h2 { color: white; }
.section-header.light p { color: rgba(255,255,255,0.65); }

/* ── CASINO CARD ── */
.casino-list { display: flex; flex-direction: column; gap: 16px; }

.casino-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: grid;
  grid-template-columns: 40px 160px 120px 180px 200px 1fr 220px;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s;
}
.casino-card:hover {
  background: var(--card-hover);
  border-color: rgba(201,168,76,0.3);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.casino-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--emerald-bright), var(--gold));
  border-radius: 4px 0 0 4px;
}

.casino-rank {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--text-muted);
  text-align: center;
}
.casino-card:nth-child(1) .casino-rank { color: var(--gold); }
.casino-card:nth-child(2) .casino-rank { color: #c0c0c0; }
.casino-card:nth-child(3) .casino-rank { color: #cd7f32; }

.casino-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  color: var(--dark);
}

.casino-logo-area { text-align: center; }
.casino-logo-icon {
  width: 56px; height: 56px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  margin: 0 auto 8px;
}
.casino-logo-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 6px;
}
.logo-fallback {
  font-weight: 900;
  font-size: 22px;
  color: var(--emerald-bright);
  width: 100%; height: 100%;
  align-items: center;
  justify-content: center;
}
.casino-logo-name {
  font-weight: 700;
  font-size: 14px;
  color: white;
  line-height: 1.2;
}
.casino-est { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

.casino-rating-area { text-align: center; }
.rating-score {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.rating-stars { display: flex; gap: 2px; justify-content: center; margin: 4px 0; }
.star { font-size: 14px; }
.star.full { color: var(--gold); }
.star.half { color: var(--gold); opacity: 0.6; }
.star.empty { color: var(--border); }
.rating-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }

.casino-bonus-area {}
.bonus-highlight {
  font-weight: 800;
  font-size: 16px;
  color: var(--emerald-bright);
  margin-bottom: 4px;
}
.bonus-detail { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

.casino-info-area {}
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  gap: 8px;
}
.info-row:last-child { border-bottom: none; }
.info-label { font-size: 12px; color: var(--text-muted); }
.info-val { font-size: 13px; font-weight: 600; color: var(--text); }
.license-badge {
  background: rgba(13,92,46,0.3);
  border: 1px solid rgba(29,185,84,0.3);
  color: var(--emerald-bright);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
}

.casino-features-area { display: flex; flex-direction: column; gap: 6px; }
.feature-tag {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}

.casino-actions { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
.btn-play {
  display: block;
  background: linear-gradient(135deg, var(--emerald-light), var(--emerald-bright));
  color: white !important;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}
.btn-play:hover {
  background: linear-gradient(135deg, var(--emerald-bright), #25e068);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(29,185,84,0.3);
}
.btn-arrow { font-size: 16px; }
.btn-review {
  display: block;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-muted) !important;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-review:hover { border-color: var(--gold); color: var(--gold-light) !important; }
.btn-disclaimer { font-size: 10px; color: var(--text-muted); text-align: center; line-height: 1.4; }

/* ── HOW WE RATE ── */
.how-we-rate {
  background: linear-gradient(160deg, var(--dark-3), var(--dark-2));
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.rating-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.criteria-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: all 0.2s;
}
.criteria-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(201,168,76,0.2);
}
.criteria-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.criteria-card h3 { font-size: 16px; font-weight: 700; color: white; margin-bottom: 10px; }
.criteria-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.criteria-weight {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 3px 10px;
  border-radius: 20px;
}

/* ── BONUS GUIDE ── */
.bonus-guide { padding: 80px 0; background: var(--dark); }
.bonus-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.bonus-type-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: all 0.2s;
}
.bonus-type-card:hover { border-color: rgba(201,168,76,0.2); }
.bonus-type-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.bonus-type-card h3 { font-size: 18px; font-weight: 700; color: white; margin-bottom: 10px; }
.bonus-type-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.bonus-warning {
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.warning-icon { font-size: 22px; flex-shrink: 0; }
.bonus-warning p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.bonus-warning strong { color: var(--gold-light); }

/* ── RESPONSIBLE ── */
.responsible-section {
  background: linear-gradient(135deg, #04190a, #081c0e);
  border-top: 1px solid rgba(29,185,84,0.2);
  border-bottom: 1px solid rgba(29,185,84,0.2);
  padding: 80px 0;
}
.responsible-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.responsible-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
.responsible-content > p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.rg-tools { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.rg-tool {
  font-size: 14px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.rg-tool::before { content: ''; display: block; width: 6px; height: 6px; background: var(--emerald-bright); border-radius: 50%; flex-shrink: 0; }
.rg-hotline {
  background: rgba(13,92,46,0.3);
  border: 1px solid rgba(29,185,84,0.25);
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 14px;
  color: var(--text);
}
.rg-hotline a { color: var(--emerald-bright); }
.responsible-signs {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.responsible-signs h3 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}
.responsible-signs ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.responsible-signs li {
  font-size: 14px;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.responsible-signs li::before {
  content: '⚠';
  position: absolute;
  left: 0;
  font-size: 12px;
  color: var(--gold);
}
.rg-help-btn {
  display: block;
  background: var(--emerald-bright);
  color: white !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.rg-help-btn:hover { background: #25e068; transform: translateY(-1px); }

/* ── MARKET INFO ── */
.market-info { padding: 80px 0; background: var(--dark-2); }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.info-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.info-card h3 { font-size: 17px; font-weight: 700; color: white; margin-bottom: 12px; line-height: 1.4; }
.info-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* ── CASINO DETAIL PAGE ── */
.casino-detail-hero {
  background: linear-gradient(160deg, #050d07, #0d2014);
  padding: 40px 0 60px;
  border-bottom: 1px solid var(--border);
}
.breadcrumb { margin-bottom: 24px; }
.breadcrumb a { font-size: 14px; color: var(--text-muted); }
.breadcrumb a:hover { color: var(--gold-light); }
.detail-hero-inner {
  display: grid;
  grid-template-columns: 200px 1fr 280px;
  gap: 40px;
  align-items: center;
}
.detail-logo-block { text-align: center; }
.detail-logo-icon {
  width: 90px; height: 90px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  margin: 0 auto 12px;
}
.detail-logo-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 10px;
}
.detail-casino-name { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 800; color: white; }
.detail-badge {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 5px 12px;
  border-radius: 4px;
  color: var(--dark);
  text-transform: uppercase;
}
.detail-established { font-size: 12px; color: var(--text-muted); margin-top: 6px; }
.detail-rating-block { text-align: center; }
.detail-score {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.detail-score span { font-size: 32px; color: var(--text-muted); }
.detail-stars { justify-content: center; display: flex; gap: 4px; font-size: 20px; margin: 8px 0; }
.detail-license { font-size: 14px; color: var(--emerald-bright); font-weight: 600; }
.detail-bonus-block { text-align: center; }
.detail-bonus-main { font-size: 24px; font-weight: 800; color: var(--emerald-bright); margin-bottom: 6px; }
.detail-bonus-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; }
.btn-play-large {
  display: block;
  background: linear-gradient(135deg, var(--emerald-light), var(--emerald-bright));
  color: white !important;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  margin-bottom: 10px;
}
.btn-play-large:hover { background: linear-gradient(135deg, var(--emerald-bright), #25e068); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(29,185,84,0.35); }
.detail-tc { font-size: 11px; color: var(--text-muted); }

.casino-detail-body { padding: 60px 0; }
.detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }
.detail-section { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.detail-section:last-child { border-bottom: none; }
.detail-section h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 800; color: white; margin-bottom: 16px; }
.detail-description { font-size: 16px; color: var(--text-muted); line-height: 1.8; }
.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pros-col, .cons-col {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
}
.pros-col h3 { color: var(--emerald-bright); margin-bottom: 12px; font-size: 16px; }
.cons-col h3 { color: #e05555; margin-bottom: 12px; font-size: 16px; }
.pros-col ul, .cons-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.pros-col li, .cons-col li { font-size: 14px; color: var(--text-muted); padding-left: 16px; position: relative; }
.pros-col li::before { content: '→'; position: absolute; left: 0; color: var(--emerald-bright); }
.cons-col li::before { content: '→'; position: absolute; left: 0; color: #e05555; }
.payment-methods-list { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-badge {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
}
.features-list-detail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.feature-item-detail {
  background: rgba(13,92,46,0.15);
  border: 1px solid rgba(29,185,84,0.15);
  color: var(--text);
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
}
.verdict-section { background: rgba(255,255,255,0.02); border-radius: var(--radius-lg); padding: 28px; border: 1px solid rgba(201,168,76,0.15) !important; }
.verdict-section p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; }
.detail-tc-full { font-size: 12px; color: var(--text-muted); margin-top: 12px; font-style: italic; }

/* Sidebar */
.detail-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 16px; }
.sidebar-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.sidebar-card h3 { font-size: 16px; font-weight: 700; color: white; margin-bottom: 16px; }
.quick-facts { display: flex; flex-direction: column; gap: 0; }
.qf-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.qf-row:last-child { border-bottom: none; }
.qf-row span { color: var(--text-muted); }
.qf-row strong { color: white; }
.rg-sidebar-card { text-align: center; background: rgba(13,92,46,0.1); border-color: rgba(29,185,84,0.2); }
.age-seal-sm { font-size: 28px; margin-bottom: 8px; }
.rg-sidebar-card p { font-size: 14px; color: var(--text-muted); margin-bottom: 10px; }
.back-link { display: block; text-align: center; color: var(--text-muted); font-size: 14px; padding: 12px; border: 1px solid var(--border); border-radius: var(--radius); transition: all 0.2s; }
.back-link:hover { color: var(--gold-light); border-color: var(--gold); }

/* ── LEGAL PAGES ── */
.legal-page { padding: 60px 0 80px; }
.legal-inner { max-width: 800px; }
.legal-inner h1 { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 900; color: white; margin-bottom: 6px; }
.legal-updated { color: var(--text-muted); font-size: 14px; margin-bottom: 40px; }
.legal-inner h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: white; margin: 32px 0 12px; }
.legal-inner h3 { font-size: 18px; font-weight: 700; color: #d4e8d8; margin: 20px 0 8px; }
.legal-inner p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.legal-inner ul { list-style: disc; padding-left: 24px; margin-bottom: 14px; }
.legal-inner li { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 6px; }
.disclosure-highlight {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 15px;
  color: var(--gold-light);
  line-height: 1.7;
}

/* ── FOOTER ── */
.site-footer {
  background: #040b06;
  border-top: 1px solid var(--border);
  padding: 60px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}
.footer-responsible { max-width: 480px; }
.age-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #c62828;
  border-radius: 50%;
  margin-bottom: 16px;
  flex-direction: column;
  line-height: 1;
}
.age-seal-number { font-weight: 900; font-size: 20px; color: white; }
.age-seal-text { font-size: 10px; color: white; font-weight: 600; }
.responsible-text { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.footer-org-logos {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.org-logo { text-decoration: none; }
.org-badge {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
  min-width: 70px;
  transition: all 0.2s;
  cursor: pointer;
}
.org-badge:hover { opacity: 0.85; transform: translateY(-2px); }
.gamcare { background: #1565c0; color: white; }
.begamble { background: #006064; color: white; }
.gtherapy { background: #283593; color: white; }
.gordon { background: #4527a0; color: white; }
.grai { background: #1b5e20; color: white; }
.mga { background: #e65100; color: white; }
.footer-divider { border: none; border-top: 1px solid var(--border); margin: 0; }
.footer-mid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 40px 0;
}
.footer-col h4 { font-size: 13px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer-col p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.footer-age-inline { font-size: 13px; color: var(--gold); margin-top: 12px; font-weight: 600; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col li a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col li a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 24px 0;
}
.footer-disclaimer { font-size: 12px; color: #4a6450; line-height: 1.8; margin-bottom: 10px; }
.footer-disclaimer strong { color: #6a8b70; }
.footer-copy { font-size: 12px; color: #2e4433; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .casino-card {
    grid-template-columns: 40px 140px 110px 160px 180px 1fr;
    gap: 14px;
  }
  .casino-actions { display: none; }
  .casino-card { padding: 20px; }
}

@media (max-width: 900px) {
  .rating-criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-hero-inner { grid-template-columns: 1fr 1fr; }
  .detail-rating-block { display: none; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .footer-mid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-org-logos { justify-content: flex-start; }
  .responsible-inner { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .casino-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .casino-card .casino-rank { align-self: flex-start; }
  .casino-actions { display: flex !important; }
  .main-nav { display: none; }
  .header-cta { display: none; }
  .mobile-menu-btn { display: block; }
  .hero { padding: 48px 0 40px; }
  .hero-stats { gap: 16px; }
  .hero-scroll-indicator { display: none; }
  .rating-criteria-grid { grid-template-columns: 1fr; }
  .bonus-types-grid { grid-template-columns: 1fr; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .footer-mid { grid-template-columns: 1fr; gap: 20px; }
  .detail-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .features-list-detail { grid-template-columns: 1fr; }
}
