:root {
  --bg: #07120f;
  --panel: #0f1f1a;
  --panel-2: #132821;
  --text: #f3f7ef;
  --muted: #a9b8ad;
  --line: rgba(243, 247, 239, 0.14);
  --gold: #f2b84b;
  --lime: #9ee66f;
  --aqua: #52d9c5;
  --orange: #ee7d3a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(82, 217, 197, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(242, 184, 75, 0.2), transparent 28rem),
    linear-gradient(180deg, #07120f 0%, #0b1713 54%, #08110f 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 18, 15, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  padding: 10px;
  backdrop-filter: blur(16px);
}

.brand,
.hero-actions,
.facts,
.panel-topline {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-weight: 900;
}

.brand-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--gold);
  color: #0d1510;
  font-size: 24px;
  font-weight: 950;
}

.header-cta,
.primary-btn,
.secondary-btn,
.casino-card a,
.footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 7px;
  font-weight: 900;
}

.header-cta,
.primary-btn,
.casino-card a {
  background: var(--gold);
  color: #10140d;
  padding: 12px 16px;
}

.secondary-btn,
.footer a {
  border: 1px solid var(--line);
  color: var(--text);
  padding: 12px 16px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 64px 0 44px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 8vw, 86px);
  line-height: 0.98;
  font-weight: 950;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  font-weight: 940;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.14;
}

.lead {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel,
.casino-card,
.criteria-grid div,
.network-grid div,
.guide-card,
details,
.trust-strip div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(15, 31, 26, 0.82);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 22px;
}

.panel-topline {
  justify-content: space-between;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 850;
}

.panel-topline strong {
  color: var(--gold);
}

.network-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.network-stack div {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  padding: 14px;
}

.network-stack b,
.network-stack span {
  display: block;
}

.network-stack b {
  margin-bottom: 3px;
}

.network-stack span,
.hero-panel p,
.section-head p,
.casino-title p,
.copy-block p,
.criteria-grid p,
.network-grid p,
.faq p,
.footer p {
  color: var(--muted);
  line-height: 1.62;
}

.full {
  width: 100%;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.trust-strip div {
  padding: 18px;
  box-shadow: none;
}

.trust-strip span,
.trust-strip b {
  display: block;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.trust-strip b {
  margin-top: 6px;
  color: var(--lime);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 24px;
}

.casino-table {
  display: grid;
  gap: 12px;
}

.casino-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(260px, 0.8fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
}

.casino-card.featured {
  border-color: rgba(242, 184, 75, 0.45);
  background: linear-gradient(135deg, rgba(242, 184, 75, 0.14), rgba(15, 31, 26, 0.9));
}

.rank {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
  font-weight: 950;
}

.facts {
  flex-wrap: wrap;
  gap: 8px;
}

.facts span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--aqua);
  font-size: 14px;
  font-weight: 850;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: start;
}

.criteria-grid,
.network-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.criteria-grid div,
.network-grid div {
  padding: 18px;
  box-shadow: none;
}

.criteria-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 28px;
  font-weight: 950;
}

.criteria-grid b,
.network-grid b {
  display: block;
  margin-bottom: 8px;
}

.network-section {
  border-top: 1px solid var(--line);
  margin-top: 76px;
}

.guide-card {
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(82, 217, 197, 0.12), rgba(242, 184, 75, 0.08)),
    var(--panel);
}

.guide-card ol {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.55;
}

.faq {
  padding-bottom: 76px;
}

details {
  margin-bottom: 12px;
  padding: 18px;
  box-shadow: none;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 900;
}

details p {
  margin: 12px 0 0;
}

.footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: #050a09;
  padding: 22px max(16px, calc((100% - 1180px) / 2));
}

.footer p {
  max-width: 840px;
  margin: 0;
}

@media (max-width: 920px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .criteria-grid,
  .network-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .casino-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .facts,
  .casino-card a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 18px);
    margin-top: 9px;
  }

  .brand {
    font-size: 14px;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px;
    font-size: 13px;
  }

  .hero,
  .section,
  .trust-strip {
    width: calc(100% - 18px);
  }

  .hero {
    padding-top: 42px;
  }

  .trust-strip,
  .criteria-grid,
  .network-grid {
    grid-template-columns: 1fr;
  }

  .casino-card {
    grid-template-columns: 1fr;
  }

  .rank {
    width: 44px;
    height: 44px;
  }

  .footer {
    display: block;
  }

  .footer a {
    margin-top: 16px;
  }
}
