/* Design: GRADIENT MESH — purple/pink/blue mesh bg, soft glow, modern */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --bg: #0f0d1a;
  --card: rgba(255, 255, 255, 0.05);
  --text: #f5f3ff;
  --muted: #a89ed4;
  --purple: #a78bfa;
  --pink: #ec4899;
  --blue: #38bdf8;
  --glow: 0 0 30px rgba(167, 139, 250, 0.2);
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 100% 80% at 20% 0%, rgba(167, 139, 250, 0.15), transparent 50%),
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(236, 72, 153, 0.12), transparent 45%),
    radial-gradient(ellipse 60% 80% at 50% 80%, rgba(56, 189, 248, 0.1), transparent 50%),
    url("bg-graedndreels.png"),
    url("data:image/svg+xml,%3Csvg width='64' height='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 8 L36 24 L52 24 L40 34 L44 52 L32 42 L20 52 L24 34 L12 24 L28 24 Z' fill='none' stroke='rgba(167,139,250,0.05)' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: auto, auto, auto, cover, 64px 64px;
  background-position: center, center, center, center, 0 0;
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
}
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
a { color: var(--purple); text-decoration: none; }
a:hover { color: var(--pink); text-shadow: 0 0 15px rgba(236, 72, 153, 0.4); }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }

.site-header {
  background: rgba(15, 13, 26, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(167, 139, 250, 0.2);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem; flex-wrap: wrap; gap: 1rem; }
.site-logo { font-weight: 700; font-size: 1.35rem; background: linear-gradient(90deg, var(--purple), var(--pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.75rem; border-radius: 12px; border: 1px solid rgba(167, 139, 250, 0.25); box-shadow: 0 0 0 1px rgba(0,0,0,0.2); transition: border-color 0.2s, box-shadow 0.2s; }
.site-logo:hover { border-color: rgba(167, 139, 250, 0.5); box-shadow: 0 0 20px rgba(167, 139, 250, 0.15); }
.site-logo-icon { display: inline-flex; flex-shrink: 0; color: var(--purple); }
.site-logo-icon-right { margin-left: 0.35rem; }
.site-logo-icon-above { display: block; margin: 0 auto 0.3rem; }
.site-logo-stacked { flex-direction: column; align-items: center; }
.site-header nav { display: flex; gap: 1.5rem; }
.site-header nav a { color: var(--muted); }
.site-header nav a:hover { color: var(--purple); }
.site-header [style*="font-size:0.75rem"] a { color: var(--muted); }
.site-header [style*="font-size:0.75rem"] a:hover { color: var(--purple); }

.hero { 
  padding: 2.5rem 1.5rem; 
  text-align: center; 
  margin: 2rem 0; 
  background: var(--card); 
  backdrop-filter: blur(20px); 
  border: 1px solid rgba(167, 139, 250, 0.25); 
  border-radius: var(--radius); 
  box-shadow: var(--glow); 
}
.hero h1 { background: linear-gradient(90deg, var(--purple), var(--pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 0.5rem; }
.hero p { color: var(--muted); max-width: 560px; margin: 0.5rem auto; }
.hero .disclaimer { font-size: 0.85rem; margin-top: 1.25rem; color: var(--muted); }

.hero-what-we-check { text-align: left; }
.hero-what-we-check .hero-desc { margin-left: 0; margin-right: auto; }
.hero-what-we-check .disclaimer { margin-left: 0; margin-right: auto; }
.hero-checklist {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  background: rgba(167, 139, 250, 0.08);
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: 12px;
  max-width: 320px;
}
.hero-checklist-title { font-size: 0.8rem; font-weight: 600; color: var(--purple); text-transform: uppercase; letter-spacing: 0.05em; }
.hero-checklist ul { margin: 0.5rem 0 0; padding-left: 1.25rem; color: var(--muted); font-size: 0.9rem; }
.hero-checklist li { margin: 0.25rem 0; }
.trust-score-block { margin: 2rem 0; padding: 1.75rem; background: var(--card); backdrop-filter: blur(16px); border: 1px solid rgba(167, 139, 250, 0.2); border-radius: var(--radius); }
.trust-score-block h2 { margin-top: 0; color: var(--purple); }
.trust-score-block p { margin: 0; color: var(--text); }
.content-extra-text { margin-top: 2rem; }
.footer-three-rows { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.footer-three-rows .footer-disclaimer { order: 1; margin-top: 0; }
.footer-three-rows .footer-links-inline { order: 2; display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.footer-three-rows .footer-imgs { order: 3; display: flex; gap: 10px; }
.footer-three-rows .footer-imgs img { border-radius: 8px; opacity: 0.9; }
@keyframes cardFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.casino-card { animation: cardFadeIn 0.5s ease-out backwards; }
.grid-wrapper .casino-card:nth-child(1) { animation-delay: 0.05s; }
.grid-wrapper .casino-card:nth-child(2) { animation-delay: 0.1s; }
.grid-wrapper .casino-card:nth-child(3) { animation-delay: 0.15s; }
.grid-wrapper .casino-card:nth-child(4) { animation-delay: 0.2s; }
.grid-wrapper .casino-card:nth-child(5) { animation-delay: 0.25s; }
.grid-wrapper .casino-card:nth-child(6) { animation-delay: 0.3s; }
.grid-wrapper .casino-card:nth-child(7) { animation-delay: 0.35s; }
.grid-wrapper .casino-card:nth-child(8) { animation-delay: 0.4s; }
.grid-wrapper .casino-card:nth-child(9) { animation-delay: 0.45s; }
.grid-wrapper .casino-card:nth-child(10) { animation-delay: 0.5s; }
.grid-wrapper .casino-card:nth-child(n+11) { animation-delay: 0.55s; }

.page-hero { padding: 2rem 0 1.5rem; border-bottom: 1px solid rgba(167, 139, 250, 0.2); margin-bottom: 2rem; }
.page-hero h1 { color: var(--text); margin: 0 0 0.5rem; }
.page-hero .disclaimer { font-size: 0.85rem; color: var(--muted); margin: 0; }

.grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin: 1.5rem 0; }
.casino-card {
  background: var(--card);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.casino-card:hover { box-shadow: var(--glow); border-color: rgba(167, 139, 250, 0.4); }
.casino-card .logo-wrap {
  width: 110px; height: 70px;
  background: rgba(0,0,0,0.3);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 2px 12px rgba(0,0,0,0.2);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  padding: 10px; margin-bottom: 0.75rem;
}
.casino-card .logo-wrap img { object-fit: contain; max-width: 100%; max-height: 100%; border-radius: 10px; }
.casino-card h3 { margin: 0 0 0.35rem; font-size: 1.1rem; color: var(--text); }
.casino-card { position: relative; }
.casino-card .card-badge {
  position: absolute; top: 0.75rem; right: 0.75rem;
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 0.2rem 0.5rem; border-radius: 6px; background: var(--purple); color: #fff; z-index: 1;
}
.casino-card .meta, .casino-card .tcs { font-size: 0.8rem; color: var(--muted); }
.casino-card .casino-features { list-style: none; margin: 0 0 0.5rem; padding: 0; font-size: 0.8rem; color: var(--muted); }
.casino-card .casino-features li { padding: 0.15rem 0 0.15rem 1rem; position: relative; }
.casino-card .casino-features li::before { content: '▸'; position: absolute; left: 0; color: var(--purple); font-size: 0.75rem; }
.casino-card .card-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.45; margin-bottom: 0.5rem; }
.casino-card .rating { font-size: 0.8rem; margin: 0.25rem 0 0.5rem; color: var(--purple); }
.casino-card .cta {
  display: inline-block; margin-top: 0.75rem; padding: 0.55rem 1.2rem;
  background: linear-gradient(90deg, var(--purple), var(--pink));
  color: #fff; border-radius: 10px; text-decoration: none; font-weight: 600;
  transition: box-shadow 0.3s, transform 0.2s;
}
.casino-card .cta:hover { box-shadow: var(--glow); transform: translateY(-1px); }

.content-block { margin: 2rem 0; padding: 1.75rem; background: var(--card); backdrop-filter: blur(16px); border: 1px solid rgba(167, 139, 250, 0.2); border-radius: var(--radius); }
.content-block h2 { margin-top: 0; color: var(--purple); }
.content-block p { margin: 0; color: var(--text); }

.site-footer { margin-top: 3rem; padding: 2rem 0; border-top: 1px solid rgba(167, 139, 250, 0.2); background: rgba(15, 13, 26, 0.9); }
.footer-inner { text-align: center; }
.footer-inner a { color: var(--muted); }
.footer-inner a:hover { color: var(--purple); }
.footer-inner > div[style*="display:flex"] img { border-radius: 8px; opacity: 0.9; }
.footer-disclaimer { font-size: 0.75rem; color: var(--muted); margin-top: 1rem; }
.footer-note { font-size: 0.75rem; color: var(--muted); margin: 0.75rem 0 0; text-align: center; opacity: 0.9; }
.footer-three-rows .footer-links-inline a { color: var(--muted); }
.footer-three-rows .footer-links-inline a:hover { color: var(--purple); }
/* Footer: sections with dividers, left/center/right */
.footer-three-rows {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
@media (max-width: 600px) { .footer-three-rows { grid-template-columns: 1fr; } }
.footer-three-rows .footer-disclaimer { grid-column: 1; text-align: left; }
.footer-three-rows .footer-links-inline { grid-column: 2; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.footer-three-rows .footer-imgs { grid-column: 3; justify-self: end; }
.footer-three-rows .footer-imgs img { margin: 0 4px; padding: 6px; background: rgba(167, 139, 250, 0.08); border-radius: 8px; }
/* Content block variants */
.trust-score-block { border-radius: 20px; padding: 2rem; margin-left: 2rem; margin-right: 0; max-width: 85%; border: 2px solid rgba(167, 139, 250, 0.3); }
@media (max-width: 700px) { .trust-score-block { margin-left: 0; max-width: 100%; } }
.content-block:nth-of-type(1) { border-radius: 12px 12px 0 0; margin-bottom: 0.5rem; }
.content-block:nth-of-type(2) { border-radius: 0 0 12px 12px; margin-top: 0.5rem; }
.content-extra-text { border-radius: 8px; padding: 1.25rem 1.5rem; max-width: 700px; margin-left: auto; }

.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(15, 13, 26, 0.98);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--purple);
  padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
  z-index: 1000;
}
.cookie-banner.hidden { display: none; }
.cookie-banner p { margin: 0; color: var(--text); }
.cookie-banner button { padding: 0.5rem 1.25rem; background: linear-gradient(90deg, var(--purple), var(--pink)); color: #fff; border: none; border-radius: 10px; font-weight: 600; cursor: pointer; }
.cookie-banner button:hover { box-shadow: var(--glow); }

.age-gate-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.9); display: flex; align-items: center; justify-content: center; z-index: 2000; backdrop-filter: blur(8px); }
.age-gate-overlay.hidden { display: none; }
.age-gate-box { background: var(--card); backdrop-filter: blur(24px); border: 1px solid var(--purple); border-radius: var(--radius); padding: 2.5rem; max-width: 400px; text-align: center; box-shadow: var(--glow); }
.age-gate-box h2 { color: var(--purple); margin-top: 0; }
.age-gate-box p { color: var(--muted); }
.age-gate-box .buttons { margin-top: 1.5rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.age-gate-box button { padding: 0.7rem 1.5rem; border-radius: 10px; font-weight: 600; cursor: pointer; font-family: inherit; }
.age-gate-box .btn-confirm { background: linear-gradient(90deg, var(--purple), var(--pink)); color: #fff; border: none; }
.age-gate-box .btn-leave { background: transparent; color: var(--muted); border: 2px solid var(--muted); }

main .container > p[style*="font-size: 0.8rem"] { color: var(--muted); margin-top: 2rem; }
