
/* TheCasinoExperience.co.uk - core styles */
:root{
  --brand:#0B4DBF; --brand-2:#0F6CF2; --accent:#FFC400; --danger:#E43C31;
  --bg:#0e2a57; --text:#0e1b2a; --muted:#5b6b7f; --surface:#ffffff;
  --shadow:0 8px 20px rgba(2,18,64,.12); --radius:18px; --radius-lg:24px; --maxw:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{ margin:0; font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,sans-serif; color:var(--text); background:#f6f8fb; }
.topbar{ background:var(--danger); color:#fff; padding:.6rem 1rem; font-weight:600; display:flex; gap:.75rem; align-items:center; justify-content:center; }
.topbar .pill{ background:rgba(255,255,255,.15); padding:.35rem .75rem; border-radius:999px; border:1px solid rgba(255,255,255,.35); }
.topbar a{color:#fff; text-decoration:none; background:rgba(255,255,255,.15); padding:.4rem .9rem; border-radius:999px; border:1px solid rgba(255,255,255,.35)}
.header{ background:var(--brand); color:#fff; padding:1rem 0; position:sticky; top:0; z-index:50; box-shadow:0 2px 0 rgba(0,0,0,.05)}
.container{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 1rem;}
.nav{ display:flex; align-items:center; justify-content:space-between; gap:1rem;}
.logo{ display:flex; align-items:center; gap:.6rem; text-decoration:none; color:#fff; font-weight:800; letter-spacing:.3px;}
.logo svg{width:36px; height:36px;}
.nav a{ color:#fff; text-decoration:none; opacity:.95; font-weight:600; padding:.35rem .6rem; border-radius:10px;}
.nav a:hover,.nav a.active{ background:rgba(255,255,255,.12);}
.hero{ background:linear-gradient(180deg, #103C8E 0%, #0b4dbf 52%, #0a3b90 100%); color:#fff; padding:4rem 0 3rem; position:relative; overflow:hidden; }
.hero .grid{ display:grid; grid-template-columns:1.3fr .7fr; gap:2rem; align-items:center;}
.badge{ display:inline-flex; align-items:center; gap:.5rem; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.22); padding:.4rem .75rem; border-radius:999px; font-weight:700;}
h1{font-size: clamp(32px, 4vw, 48px); margin:.5rem 0 1rem}
p.lead{font-size: clamp(16px, 2.2vw, 20px); opacity:.95; max-width:62ch}
.kpis{ display:flex; gap:2rem; flex-wrap:wrap; margin-top:1.25rem}
.kpi{ background:#0D3C92; border:1px solid rgba(255,255,255,.15); padding:1rem 1.25rem; border-radius:14px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06)}
.kpi strong{ font-size:1.6rem}
.cards{ margin-top:-60px; position:relative; z-index:2;}
.card{ background:var(--surface); border-radius:var(--radius-lg); box-shadow:var(--shadow); padding:1.25rem 1.5rem; margin:1rem 0; border:1px solid #e7ecf5; }
.card .row{display:grid; grid-template-columns: auto 1fr auto; gap:1rem; align-items:center;}
.rank{ --size:48px; width:var(--size); height:var(--size); background:var(--brand); color:#fff; font-weight:900; border-radius:999px; display:grid; place-items:center; }
.rating{ color:#F4B400; font-weight:700; display:flex; align-items:center; gap:.25rem;}
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:.4rem; background:var(--accent); border:none; color:#1e222b; font-weight:800; padding:.85rem 1.1rem; border-radius:999px; text-decoration:none; min-width:150px; box-shadow:0 6px 14px rgba(255,196,0,.35); }
.btn:hover{ filter:brightness(.95)}
.features{ display:flex; flex-direction:column; gap:.35rem; color:#20314a}
.feature{display:flex; gap:.5rem; align-items:flex-start}
.feature svg{ flex:0 0 auto; margin-top:.15rem}
.section{ padding:3rem 0}
.section h2{ font-size: clamp(26px, 3vw, 36px); margin:.25rem 0 1rem; color:#0b3c82}
.section p{ color:#26374f}
.grid-3{ display:grid; grid-template-columns: repeat(3,1fr); gap:1rem}
.grid-2{ display:grid; grid-template-columns: repeat(2,1fr); gap:1rem}
.footer{ background:#071e48; color:#bcd3ff; padding:2.5rem 0;}
.footer a{ color:#d9e7ff; text-decoration:none;}
.footer h4{ color:#fff; margin:.2rem 0 1rem}
.footer .cols{ display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap:2rem}
.copyright{ text-align:center; padding:1rem; font-size:.9rem; background:#06173a; color:#c6d5ff}
.badges{ display:flex; gap:1rem; flex-wrap:wrap}
.badge-card{ min-width:180px; background:#fff; border:1px solid #e7ecf5; border-radius:14px; padding:.75rem 1rem; box-shadow:var(--shadow); display:flex; align-items:center; gap:.75rem}
.badge-card img{ height:42px; width:auto }
.table{ width:100%; border-collapse:collapse}
.table th,.table td{ padding:.75rem .6rem; border-bottom:1px solid #eaeef5; text-align:left}
.table th{ background:#f5f8ff; color:#0b3b83}
.search{ margin:1rem 0; display:flex; gap:.5rem}
.search input{ flex:1; padding:.75rem .9rem; border:1px solid #d9e2f1; border-radius:12px}
@media (max-width: 960px){
  .hero .grid{ grid-template-columns:1fr}
  .footer .cols{ grid-template-columns: 1fr 1fr}
  .grid-3{ grid-template-columns:1fr}
  .grid-2{ grid-template-columns:1fr}
  .card .row{ grid-template-columns: auto 1fr}
}
/* --- Age Gate Modal (18+) --- */
body.age-locked{ overflow:hidden }
.age-overlay{ position:fixed; inset:0; background:rgba(5,14,35,.72); backdrop-filter: blur(3px); display:flex; align-items:center; justify-content:center; z-index:9999;}
.age-dialog{ width:min(560px, 92vw); background:#fff; border-radius:22px; box-shadow: var(--shadow); border:1px solid #e4ebf6; padding:1.25rem 1.25rem 1.5rem;}
.age-dialog h2{ margin:.25rem 0 .5rem; font-size:1.6rem; color:#0b3b83 }
.age-dialog p{ color:#283a54 }
.age-actions{ display:flex; gap:.75rem; margin-top:1rem; flex-wrap:wrap }
.age-btn{ display:inline-flex; align-items:center; justify-content:center; padding:.85rem 1.1rem; border-radius:12px; font-weight:800; border:0; cursor:pointer }
.age-yes{ background:var(--accent); color:#1e222b; box-shadow:0 6px 14px rgba(255,196,0,.35) }
.age-no{ background:#111a2f; color:#fff }
.age-note{ font-size:.9rem; color:#5b6b7f; margin-top:.75rem }
.age-locked-msg{ background:#fff1f1; border:1px solid #ffd3d3; color:#8c1d1d; padding:.75rem 1rem; border-radius:12px; margin-top:.75rem }
.age-logos{ display:flex; gap:.75rem; margin-top:.5rem; align-items:center; flex-wrap:wrap }
.age-logos img{ height:36px; width:auto; display:block }
@media (max-width:480px){ .age-actions{ flex-direction:column } .age-yes,.age-no{ width:100% } }

.age-logos a{
  display:inline-flex; align-items:center; justify-content:center;
  background:#fff; border:1px solid #e7ecf5; border-radius:12px;
  padding:.35rem .5rem; box-shadow: var(--shadow);
}
.age-logos a:hover{ filter:brightness(.96) }
