:root {
  color-scheme: dark;
  --bg: #09090d;
  --panel: #15151d;
  --panel-2: #20202a;
  --text: #f7f3e8;
  --muted: #c9c0ac;
  --green: #31d889;
  --red: #ff465d;
  --gold: #f5bc41;
  --blue: #61b8ff;
  --line: rgba(255,255,255,.16);
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  min-width: 320px;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(16px, 4vw, 52px);
  background: rgba(9,9,13,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #111;
  font-weight: 900;
  background: conic-gradient(from 210deg, var(--gold), var(--green), var(--red), var(--gold));
  box-shadow: 0 0 24px rgba(245,188,65,.34);
}
.brand strong { display: block; font-size: 1rem; }
.brand small { color: var(--muted); font-size: .78rem; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav.is-static { position: static; }
.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: .94rem;
}
.nav a:hover { color: var(--text); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--text);
  border-radius: 8px;
  font-size: 1.2rem;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,9,13,.94) 0%, rgba(9,9,13,.76) 38%, rgba(9,9,13,.22) 100%),
    linear-gradient(0deg, var(--bg) 0%, rgba(9,9,13,0) 34%);
}
.hero-content {
  position: relative;
  width: min(760px, calc(100% - 32px));
  margin-left: clamp(16px, 6vw, 80px);
  padding: 80px 0 130px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 900;
  font-size: .82rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  line-height: .95;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  margin-bottom: 14px;
}
h3 { line-height: 1.15; }
.hero-copy {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
}
.hero-actions, .age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), #ffdf76);
  color: #17110a;
  box-shadow: 0 14px 34px rgba(245,188,65,.26);
}
.btn-secondary, .btn-quiet {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255,255,255,.08);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.trust-row span, .seal-row span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.brand-strip div {
  background: #101016;
  padding: 24px clamp(16px, 4vw, 42px);
}
.brand-strip strong { display: block; margin-bottom: 6px; }
.brand-strip span { color: var(--muted); }

.section {
  padding: clamp(56px, 9vw, 112px) clamp(16px, 5vw, 72px);
}
.section-head {
  max-width: 880px;
  margin-bottom: 32px;
}
.section-head p, .split p, .footer p, .faq p, .check-item p {
  color: var(--muted);
  line-height: 1.65;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.casino-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.casino-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--green);
}
.accent-red::before { background: var(--red); }
.accent-gold::before { background: var(--gold); }
.card-rank {
  align-self: flex-start;
  padding: 7px 10px;
  background: rgba(255,255,255,.1);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 900;
}
.brand-logo {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 108px;
  margin: 18px 0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, #24172a, #0f2f2a 55%, #3a151b);
  border: 1px solid rgba(255,255,255,.2);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 950;
}
.score {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 14px;
  color: var(--gold);
}
.score strong { font-size: 3rem; line-height: 1; }
.score span { color: var(--muted); font-weight: 900; }
.casino-card p { color: var(--muted); line-height: 1.58; }
.casino-card ul {
  padding-left: 18px;
  color: var(--text);
  line-height: 1.7;
}
.terms {
  margin-top: auto;
  padding-top: 16px;
  color: var(--muted);
  font-size: .86rem;
}
.btn-card {
  margin-top: 18px;
  width: 100%;
  background: var(--green);
  color: #08140e;
}
.accent-red .btn-card { background: var(--red); color: #fff; }
.accent-gold .btn-card { background: var(--gold); color: #17110a; }

.compare { background: #0f1015; }
.check-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.check-item {
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.check-item span {
  color: var(--blue);
  font-weight: 950;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 24px;
  align-items: start;
}
.split a, .footer a, .page a { color: #91d4ff; }
.licence-box {
  padding: 28px;
  background: linear-gradient(160deg, rgba(49,216,137,.16), rgba(245,188,65,.1));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.seal-row { display: flex; flex-wrap: wrap; gap: 8px; }
.faq-grid {
  display: grid;
  gap: 12px;
}
details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}
summary {
  cursor: pointer;
  font-weight: 900;
}
details p { margin: 14px 0 0; }

.footer {
  padding: 48px clamp(16px, 5vw, 72px) 26px;
  background: #050507;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .7fr;
  gap: 28px;
}
.footer h3 { margin-bottom: 10px; }
.footer-grid a:not(.brand) {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  text-decoration: none;
}
.legal-columns {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5,5,7,.92);
  backdrop-filter: blur(18px);
}
.age-gate.is-hidden { display: none; }
.age-card {
  width: min(480px, 100%);
  padding: 30px;
  text-align: center;
  background: linear-gradient(180deg, #20202a, #101016);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.age-mark {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 950;
}
.age-card p { color: var(--muted); line-height: 1.55; }
.age-actions { justify-content: center; }
.micro { font-size: .86rem; }
.blocked {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #050507;
  text-align: center;
}
.blocked[hidden] { display: none; }
.blocked div {
  max-width: 420px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.blocked strong, .blocked span { display: block; margin-bottom: 8px; }

.page {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 16px;
}
.page-card {
  padding: clamp(22px, 5vw, 42px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.page p, .page li { color: var(--muted); line-height: 1.7; }

@media (max-width: 980px) {
  .cards, .check-grid, .brand-strip, .split, .footer-grid, .legal-columns {
    grid-template-columns: 1fr;
  }
  .hero { min-height: 650px; }
  .casino-card { min-height: auto; }
}

@media (max-width: 760px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav {
    position: absolute;
    top: 73px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: #101016;
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .nav.is-static {
    display: flex;
    position: static;
    flex-direction: row;
    background: transparent;
    border: 0;
    padding: 0;
  }
  .nav.is-static a { padding: 0; }
  .nav.is-open { display: flex; }
  .nav:not(.is-static) a { padding: 12px; }
  .hero {
    align-items: end;
    min-height: 690px;
  }
  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(9,9,13,.98) 0%, rgba(9,9,13,.68) 68%, rgba(9,9,13,.2) 100%);
  }
  .hero-content {
    margin: 0;
    width: 100%;
    padding: 300px 16px 56px;
  }
  .hero-actions .btn { width: 100%; }
  .footer-bottom { flex-direction: column; }
}
