/* ═══════════════════════════════════════════════════════
   ReviewsMoneyGames.uk — Casino Affiliate Site Styles
   GEO: UK | Theme: Bristol Harbour — Dark Navy + Amber
   ═══════════════════════════════════════════════════════ */

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

:root {
  --bg-primary: #0c1926;
  --bg-card: rgba(255,255,255,.04);
  --bg-card-hover: rgba(255,255,255,.06);
  --bg-header: rgba(12,25,38,.97);
  --bg-footer: #0c1926;
  --bg-input: rgba(255,255,255,.06);
  --accent: #e07b39;
  --accent-light: #f0944d;
  --accent-dark: #b85e1f;
  --text-primary: #f0f4fa;
  --text-secondary: rgba(255,255,255,.6);
  --text-muted: rgba(255,255,255,.35);
  --border: rgba(255,255,255,.08);
  --border-light: rgba(255,255,255,.12);
  --accent-green: #16a34a;
  --accent-green-light: #15803d;
  --accent-red: #ef4444;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 8px 32px rgba(0,0,0,.35);
  --max-w: 1160px;
  --transition: 0.2s ease;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 20% 10%, rgba(224,123,57,.05), transparent),
              radial-gradient(ellipse 50% 50% at 80% 90%, rgba(22,163,74,.04), transparent);
  pointer-events: none;
  z-index: 0;
}

a { color: inherit; text-decoration: none; transition: color var(--transition); }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }

/* ═════════ TOP RESPONSIBILITY BAR ═════════ */
.top-bar {
  background: var(--bg-primary);
  color: var(--text-secondary);
  font-size: .68rem;
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 1px solid var(--border);
}
.top-bar strong { color: #fff; }
.top-bar a { color: rgba(255,255,255,.5); }
.top-bar a:hover { color: var(--accent); }
.top-bar-right { color: var(--text-muted); }

/* ═════════ HEADER ═════════ */
.site-header {
  background: var(--bg-header);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 20px;
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
}
.logo {
  font-family: Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.logo span { color: var(--accent); font-weight: 700; }

/* Navigation */
.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: flex-end; flex-wrap: wrap; }
.main-nav a, .nav-dropdown-trigger {
  color: rgba(255,255,255,.55);
  font-size: .77rem;
  font-weight: 600;
  padding: 6px 9px;
  border-radius: 6px;
  transition: all var(--transition);
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
}
.main-nav a:hover, .main-nav a.active, .nav-dropdown-trigger:hover {
  color: var(--accent);
  background: rgba(224,123,57,.08);
}

/* Offer Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,.55);
}
.nav-dropdown-trigger::after {
  content: '▾';
  font-size: 10px;
  transition: transform var(--transition);
}
.nav-dropdown.open .nav-dropdown-trigger::after { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #101e2e;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 6px;
  display: none;
  box-shadow: var(--shadow);
  z-index: 100;
}
.nav-dropdown.open .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 14px;
  color: rgba(255,255,255,.55);
  font-size: .77rem;
  border-radius: 6px;
}
.nav-dropdown-menu a:hover, .nav-dropdown-menu a.active-offer {
  background: rgba(224,123,57,.08);
  color: var(--accent);
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.6);
  font-size: 1rem;
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 7px;
}

/* ═════════ HERO / SEO BLOCK ═════════ */
.hero-seo {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180'%3E%3Crect x='0' y='158' width='1200' height='22' fill='white' opacity='.05'/%3E%3Crect x='95' y='138' width='14' height='30' fill='white' opacity='.07'/%3E%3Crect x='443' y='138' width='14' height='30' fill='white' opacity='.07'/%3E%3Cpath d='M102 140 Q278 72 450 140' fill='none' stroke='white' stroke-width='9' opacity='.07'/%3E%3Cpath d='M102 140 Q278 88 450 140' fill='none' stroke='white' stroke-width='3' opacity='.05'/%3E%3Cline x1='102' y1='140' x2='165' y2='108' stroke='white' stroke-width='1.5' opacity='.05'/%3E%3Cline x1='450' y1='140' x2='387' y2='108' stroke='white' stroke-width='1.5' opacity='.05'/%3E%3Cline x1='102' y1='140' x2='215' y2='92' stroke='white' stroke-width='1.5' opacity='.05'/%3E%3Cline x1='450' y1='140' x2='337' y2='92' stroke='white' stroke-width='1.5' opacity='.05'/%3E%3Cline x1='102' y1='140' x2='278' y2='74' stroke='white' stroke-width='1.5' opacity='.05'/%3E%3Cline x1='450' y1='140' x2='278' y2='74' stroke='white' stroke-width='1.5' opacity='.05'/%3E%3Crect x='598' y='102' width='32' height='56' fill='white' opacity='.04'/%3E%3Crect x='635' y='115' width='42' height='43' fill='white' opacity='.04'/%3E%3Crect x='700' y='108' width='28' height='50' fill='white' opacity='.04'/%3E%3Crect x='800' y='120' width='48' height='38' fill='white' opacity='.04'/%3E%3Crect x='853' y='110' width='28' height='48' fill='white' opacity='.04'/%3E%3Crect x='998' y='112' width='38' height='46' fill='white' opacity='.04'/%3E%3Crect x='1042' y='102' width='25' height='56' fill='white' opacity='.04'/%3E%3C/svg%3E")
    bottom center / 100% auto no-repeat,
    linear-gradient(135deg, #0c1926 0%, #122030 50%, #0f1c2e 100%);
  padding: 48px 20px 40px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.hero-seo > * {
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.hero-seo h1 {
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 2.9rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.hero-seo h1 span { color: var(--accent); }
.seo-text {
  font-size: .95rem;
  color: var(--text-secondary);
  max-width: 640px;
  line-height: 1.72;
  margin-bottom: 22px;
}
.seo-text h2 {
  font-family: Georgia, serif;
  color: var(--text-primary);
  font-size: 1.1rem;
  margin: 16px 0 8px;
}
.seo-text p { margin-bottom: 12px; }
.seo-text ul { margin: 8px 0 12px; list-style: none; }
.seo-text li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .73rem;
  font-weight: 600;
  color: rgba(255,255,255,.7);
}
.seo-text li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--border-light);
  padding: 6px 12px;
  border-radius: 7px;
  font-size: .73rem;
}

/* ═════════ CASINO ROW ═════════ */
.c-row {
  scroll-margin-top: 40px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 52px 110px 1fr auto auto;
  align-items: center;
  transition: all .2s;
  position: relative;
}
.c-row:hover {
  border-color: rgba(224,123,57,.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,.35);
}
.c-row.top {
  border-color: rgba(224,123,57,.4);
  border-width: 2px;
  background: rgba(224,123,57,.04);
}
.c-row.top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #e07b39, #b85e1f);
}
.cr-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  align-self: stretch;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.r1 { color: #e07b39; }
.r2 { color: #94a3b8; }
.r3 { color: #b87333; }
.cr-logo {
  width: 110px;
  padding: 13px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.08);
  align-self: stretch;
}
.lbox {
  width: 86px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
}
.lbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.cr-bonus {
  padding: 13px 18px;
  flex: 1;
  border-right: 1px solid rgba(255,255,255,.08);
  align-self: stretch;
  display: flex;
  align-items: center;
}
.btext {
  font-weight: 700;
  font-size: 1rem;
  color: #00c47a;
  font-family: Georgia, serif;
}
.bsub {
  font-size: .72rem;
  color: rgba(255,255,255,.35);
  margin-top: 3px;
}
.cr-acts {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 14px;
}
.cr-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  align-self: stretch;
  border-left: 1px solid rgba(255,255,255,.08);
  min-width: 62px;
}
.snum {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--accent);
  line-height: 1;
}
.sstars {
  color: var(--accent);
  font-size: .65rem;
  margin-top: 2px;
  letter-spacing: 1px;
}
.slbl {
  font-size: .58rem;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 2px;
}
@media (max-width: 860px) {
  .c-row { grid-template-columns: 38px 86px 1fr; }
  .cr-acts { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.08); padding: 10px 12px; }
  .cr-score { display: none; }
}
@media (max-width: 540px) {
  .cr-logo { width: 86px; }
  .lbox { width: 70px; height: 42px; }
}

/* ═════════ OFFERS LISTING ═════════ */
.offers-section { padding: 36px 0 40px; }
.offers-section-title {
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.offers-section-title .badge {
  background: rgba(0,196,122,.1);
  border: 1px solid rgba(0,196,122,.25);
  color: #00c47a;
  font-size: .67rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: .06em;
}

/* Buttons */
.btn-offer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green));
  color: #fff;
  font-weight: 700;
  font-size: .79rem;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-offer:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,196,122,.4);
  color: #fff;
}

.btn-review, .btn-rev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.6);
  font-weight: 600;
  font-size: .79rem;
  border: 1px solid var(--border-light);
  border-radius: 7px;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: inherit;
}
.btn-review:hover, .btn-rev:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ═════════ REGULATORY ═════════ */
.regulatory-section {
  max-width: var(--max-w);
  margin: 40px auto 0;
  padding: 0 20px;
}
.regulatory-icons {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.regulatory-icons a {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  padding: 7px 13px;
  font-size: .74rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: all var(--transition);
}
.regulatory-icons a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.regulatory-text {
  font-size: .72rem;
  color: var(--text-muted);
  max-width: 700px;
  margin: 12px auto 0;
  line-height: 1.6;
  text-align: center;
}

/* ═════════ TRUST BAR ═════════ */
.trust-bar {
  background: rgba(8,16,28,.95);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 20px;
  margin-top: 48px;
}
.trust-bar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.trust-bar-inner .tbi {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: .72;
  transition: opacity var(--transition);
  text-decoration: none;
  flex-shrink: 0;
}
.trust-bar-inner .tbi:hover { opacity: 1; }
.tbi-18 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c0392b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .82rem;
  color: #fff;
  flex-shrink: 0;
}
.tbi-ga {
  font-size: .95rem;
  font-weight: 700;
  color: rgba(255,255,255,.72);
  letter-spacing: -.01em;
}
.tbi-div {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
@media(max-width:680px){.trust-bar-inner{gap:16px}.tbi-div{display:none}}

/* ═════════ FOOTER ═════════ */
.site-footer {
  background: var(--bg-footer);
  border-top: 1px solid var(--border);
  margin-top: 56px;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 36px 20px 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 32px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-brand .logo { margin-bottom: 8px; }
.footer-brand p {
  color: var(--text-muted);
  font-size: .74rem;
  line-height: 1.7;
}
.footer-links h4 {
  color: rgba(255,255,255,.5);
  font-size: .73rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.footer-links a {
  display: block;
  color: rgba(255,255,255,.4);
  font-size: .77rem;
  font-weight: 600;
  padding: 3px 0;
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--accent); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  font-size: .68rem;
  color: rgba(255,255,255,.22);
}
.footer-bottom a { color: rgba(255,255,255,.22); }
.footer-bottom a:hover { color: var(--accent); }
.footer-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.18);
  font-weight: 800;
  font-size: .68rem;
  color: rgba(255,255,255,.3);
}

/* ═════════ STATIC PAGES ═════════ */
.page-content { padding: 48px 0 60px; }
.page-content h1 {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--text-primary);
}
.page-body {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  color: var(--text-secondary);
  font-size: .88rem;
  line-height: 1.85;
}
.page-body h2 {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent);
  margin: 30px 0 10px;
  padding-left: 11px;
  border-left: 3px solid var(--accent);
}
.page-body h2:first-child { margin-top: 0; }
.page-body h3 {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: .97rem;
  color: var(--text-primary);
  margin: 18px 0 7px;
}
.page-body p { margin-bottom: 12px; }
.page-body ul, .page-body ol { margin: 8px 0 14px; list-style: none; }
.page-body li {
  font-size: .85rem;
  color: rgba(255,255,255,.55);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 5px;
  line-height: 1.6;
}
.page-body li::before {
  content: '→';
  color: var(--accent);
  flex-shrink: 0;
  font-weight: 700;
}
.page-body a { color: var(--accent); }

/* ═════════ CONTACT FORM ═════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-input);
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text-primary);
  font-size: .88rem;
  font-family: inherit;
  transition: border-color var(--transition);
}
.form-group input:focus,
.form-group textarea:focus { outline: none; border-color: var(--accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green));
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-family: inherit;
  transition: all var(--transition);
  text-transform: uppercase;
  width: fit-content;
}
.btn-submit:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,196,122,.4); }

.contact-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.contact-info-card h3 {
  font-family: Georgia, serif;
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 20px;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--text-secondary);
  font-size: .82rem;
}
.contact-detail .icon { font-size: 18px; width: 24px; text-align: center; flex-shrink: 0; }

/* ═════════ ERROR PAGES ═════════ */
.error-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: 40px 20px;
}
.error-box { max-width: 500px; }
.error-code {
  font-family: Georgia, serif;
  font-size: 5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 16px;
}
.error-box h1 { font-family: Georgia, serif; font-size: 1.25rem; margin-bottom: 12px; }
.error-box p { color: var(--text-secondary); margin-bottom: 28px; font-size: .88rem; }
.btn-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green));
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  border-radius: 7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all var(--transition);
}
.btn-home:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,196,122,.4); color: #fff; }

.error-standalone {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  padding: 40px 20px;
}

/* ═════════ AGE GATE ═════════ */
.age-gate {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}
.age-gate-box {
  background: #101e2e;
  border: 1px solid rgba(224,123,57,.3);
  border-radius: 20px;
  max-width: 440px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.7);
  text-align: left;
}
.age-gate-header {
  background: linear-gradient(135deg, #121f30, rgba(18,31,48,.9));
  padding: 26px 26px 20px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.age-gate-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(224,123,57,.12);
  border: 2px solid rgba(224,123,57,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--accent);
}
.age-gate-box h2 {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  color: var(--text-primary);
  margin-bottom: 5px;
}
.age-gate-box .age-sub { font-size: .82rem; color: #94a3b8; }
.age-gate-body { padding: 20px 26px 24px; }
.age-gate-body ul { list-style: none; margin-bottom: 16px; }
.age-gate-body li {
  font-size: .82rem;
  color: #94a3b8;
  padding: 4px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.age-gate-body li span { color: var(--accent); font-weight: 700; }
.age-check-label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .81rem;
  color: #94a3b8;
  margin-bottom: 18px;
  cursor: pointer;
}
.age-check-label input {
  margin-top: 2px;
  accent-color: var(--accent);
  transform: scale(1.2);
}
.age-check-label a { color: var(--accent); }
.age-btns { display: flex; gap: 10px; }
.age-btns button {
  flex: 1;
  border: none;
  border-radius: 9px;
  padding: 12px;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: all var(--transition);
}
.btn-age-yes {
  background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green));
  color: #fff;
}
.btn-age-yes:hover { box-shadow: 0 4px 16px rgba(0,196,122,.4); }
.btn-age-yes:disabled { opacity: .5; cursor: not-allowed; }
.btn-age-no {
  background: rgba(255,255,255,.06);
  color: #94a3b8;
  border: 1px solid rgba(255,255,255,.1);
}

/* ═════════ BREADCRUMB ═════════ */
.breadcrumb { padding: 16px 0 0; font-size: .72rem; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: var(--text-muted); margin: 0 6px; }
.breadcrumb .current { color: var(--text-secondary); }

/* ═════════ COOKIE BANNER ═════════ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid var(--accent);
  padding: 13px 20px;
  z-index: 500;
  display: none;
  box-shadow: 0 -4px 20px rgba(0,0,0,.12);
}
.cookie-banner p { color: #475569; font-size: .78rem; flex: 1; min-width: 200px; line-height: 1.6; }
.cookie-banner a { color: var(--bg-primary); text-decoration: underline; }
.cookie-btns { display: flex; gap: 8px; margin-top: 8px; }
.btn-cookie-accept {
  padding: 8px 18px;
  background: var(--bg-primary);
  color: #fff;
  font-weight: 700;
  font-size: .77rem;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}
.btn-cookie-decline {
  padding: 8px 14px;
  background: transparent;
  color: #475569;
  font-weight: 600;
  font-size: .77rem;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}

/* ═════════ FAQ ═════════ */
.faq-section{max-width:1160px;margin:40px auto 0;padding:0 20px}
.faq-section h2{font-family:Georgia,serif;font-weight:700;font-size:1.2rem;color:#f0f4fa;margin-bottom:14px}
.faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:10px;margin-bottom:8px;overflow:hidden}
.faq-q{width:100%;background:none;border:none;color:#f0f4fa;font-size:.88rem;font-weight:600;padding:15px 18px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:background .2s}
.faq-q:hover{background:rgba(224,123,57,.05)}
.faq-icon{color:var(--accent);font-size:1.1rem;flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 18px 15px;font-size:.83rem;color:rgba(255,255,255,.55);line-height:1.75}
.faq-item.open .faq-a{display:block}

/* ═════════ REVIEW PAGES INLINE ═════════ */
.prose h2{font-family:Georgia,serif;font-weight:700;font-size:1.1rem;color:var(--accent);margin:30px 0 10px;padding-left:11px;border-left:3px solid var(--accent)}
.prose h2:first-child{margin-top:0}
.prose h3{font-family:Georgia,serif;font-weight:700;font-size:.97rem;color:#f0f4fa;margin:18px 0 7px}
.prose p{font-size:.88rem;color:rgba(255,255,255,.6);line-height:1.85;margin-bottom:12px}
.prose ul{list-style:none;margin:8px 0 14px;display:flex;flex-direction:column;gap:6px}
.prose li{font-size:.85rem;color:rgba(255,255,255,.55);display:flex;gap:8px;align-items:flex-start;line-height:1.6}
.prose li::before{content:'\2192';color:var(--accent);flex-shrink:0;font-weight:700}
.prose .ibox{background:rgba(224,123,57,.06);border:1px solid rgba(224,123,57,.2);border-radius:9px;padding:13px 16px;margin:12px 0}
.prose .ibox p{margin:0;color:rgba(240,148,77,.8);font-size:.83rem}
.prose .wbox{background:rgba(220,38,38,.05);border:1px solid rgba(220,38,38,.18);border-radius:9px;padding:14px 16px;margin:16px 0}
.prose .wbox p{margin:0;color:rgba(255,100,100,.85);font-size:.82rem}
.prose a{color:var(--accent)}

.score-bar-wrap{margin-bottom:10px}
.score-bar-label{display:flex;justify-content:space-between;font-size:.76rem;margin-bottom:4px}
.score-bar-label span:first-child{color:rgba(255,255,255,.55)}
.score-bar-label span:last-child{color:var(--accent);font-weight:700}
.score-bar-bg{height:5px;background:rgba(255,255,255,.08);border-radius:3px}
.score-bar-fg{height:5px;border-radius:3px;background:linear-gradient(90deg,#e07b39,#b85e1f)}

/* ═════════ COMPLIANCE POPUP ═════════ */
.compliance-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  padding: 16px;
}
.compliance-box {
  background: #101e2e;
  border: 1px solid rgba(224,123,57,.35);
  border-radius: 18px;
  max-width: 420px;
  width: 100%;
  padding: 32px 28px 24px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
.compliance-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
  color: #f59e0b;
}
.compliance-box h2 {
  font-family: Georgia, serif;
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}
.compliance-box p {
  font-size: .82rem;
  color: #94a3b8;
  line-height: 1.65;
  margin-bottom: 14px;
}
.compliance-list {
  list-style: none;
  text-align: left;
  margin: 0 0 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px;
  padding: 12px 16px;
}
.compliance-list li {
  font-size: .8rem;
  color: rgba(255,255,255,.55);
  padding: 3px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.compliance-list li::before { content: '—'; color: #f59e0b; font-weight: 700; flex-shrink: 0; }
.compliance-btns { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.btn-compliance-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: linear-gradient(135deg, var(--accent-green-light), var(--accent-green));
  color: #fff;
  font-weight: 700;
  font-size: .88rem;
  border-radius: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: all var(--transition);
  text-decoration: none;
}
.btn-compliance-yes:hover { box-shadow: 0 4px 16px rgba(0,196,122,.4); color: #fff; }
.btn-compliance-no {
  padding: 11px;
  background: rgba(255,255,255,.06);
  color: #94a3b8;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all var(--transition);
}
.btn-compliance-no:hover { border-color: rgba(255,255,255,.2); color: var(--text-primary); }
.compliance-footer { font-size: .7rem; color: rgba(255,255,255,.25); margin: 0; }
.compliance-footer a { color: rgba(224,123,57,.6); }

/* ═════════ RESPONSIVE ═════════ */
@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .menu-toggle { display: flex !important; }
  .main-nav.mobile-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(12,25,38,.99);
    z-index: 999;
    padding: 20px;
    gap: 8px;
    overflow-y: auto;
  }
  .main-nav.mobile-open a {
    font-size: .95rem;
    font-weight: 600;
    color: rgba(255,255,255,.6);
    padding: 13px 16px;
    border-radius: 8px;
    border: 1px solid var(--border);
  }
  .main-nav.mobile-open a:hover {
    color: var(--accent);
    border-color: rgba(224,123,57,.3);
  }
  .hero-seo h1 { font-size: 1.5rem; }
  .error-code { font-size: 4rem; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 480px) {
  .age-gate-box { max-width: 100%; }
  .age-gate-header { padding: 20px 18px 16px; }
  .age-gate-body { padding: 16px 18px 20px; }
}
