:root {
  --bg: #f6f2ea;
  --paper: #fffdf8;
  --ink: #141416;
  --muted: #606672;
  --line: #ded4c4;
  --navy: #12304a;
  --teal: #0d746f;
  --gold: #d89a24;
  --coral: #d94d3f;
  --mint: #dff3e6;
  --shadow: 0 18px 48px rgba(20, 20, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(120deg, rgba(216, 154, 36, 0.17), transparent 32rem),
    linear-gradient(240deg, rgba(13, 116, 111, 0.14), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 12px 28px rgba(20, 20, 22, 0.08);
  padding: 10px;
  backdrop-filter: blur(18px);
}

.brand,
.top-nav,
.hero-actions,
.facts,
.spotlight-top {
  display: flex;
  align-items: center;
}

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

.brand-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: var(--navy);
  color: #fff9ec;
  font-size: 13px;
  font-weight: 950;
}

.top-nav {
  gap: 4px;
}

.top-nav a,
.secondary-btn {
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 800;
}

.top-nav a:hover,
.secondary-btn:hover {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.header-cta,
.primary-btn,
.casino-card a,
.footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 7px;
  background: var(--coral);
  color: #fff;
  padding: 12px 16px;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(217, 77, 63, 0.23);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 24px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: 54px 0 34px;
}

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

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

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

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

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

h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.lead,
.spotlight p,
.section-head p,
.intro p,
.casino-main p,
.split p,
.check-grid p,
.faq p,
.footer p {
  color: var(--muted);
  line-height: 1.65;
}

.lead {
  font-size: clamp(18px, 2vw, 22px);
}

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

.spotlight,
.quick-strip div,
.casino-card,
.check-grid div,
details,
.go-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
}

.spotlight {
  padding: 20px;
}

.spotlight-top {
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--teal);
  font-weight: 950;
}

.brand-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.brand-row img,
.casino-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: #111820;
}

.bonus {
  color: var(--navy);
  font-size: 18px;
  font-weight: 950;
}

.mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}

.mini-stats span {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.58);
  padding: 12px;
  color: var(--muted);
}

.mini-stats b {
  display: block;
  color: var(--ink);
}

.full {
  width: 100%;
}

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

.quick-strip div {
  padding: 16px;
  box-shadow: none;
}

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

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

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

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

.intro,
.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.intro {
  border-bottom: 1px solid var(--line);
  padding-bottom: 46px;
}

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

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

.casino-card {
  display: grid;
  grid-template-columns: 52px 72px minmax(0, 1fr) minmax(270px, 0.82fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.casino-card.featured {
  border-color: rgba(216, 154, 36, 0.55);
}

.rank {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 7px;
  background: var(--gold);
  color: #231b08;
  font-weight: 950;
}

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

.facts span {
  border-radius: 999px;
  background: var(--mint);
  color: #0a4945;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 850;
}

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

.check-grid div {
  padding: 18px;
  box-shadow: none;
}

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

.check-grid b {
  display: block;
  margin-bottom: 8px;
}

.faq {
  padding-bottom: 76px;
}

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

summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 950;
}

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: #111820;
  color: #fff;
  padding: 22px max(16px, calc((100% - 1180px) / 2));
}

.footer p {
  max-width: 840px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.go-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.go-shell {
  width: min(720px, 100%);
  padding: clamp(24px, 5vw, 48px);
}

.go-shell .brand {
  margin-bottom: 28px;
}

.go-shell h1 {
  font-size: clamp(34px, 6vw, 58px);
}

.go-shell code {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.65);
  padding: 2px 6px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .hero,
  .intro,
  .split {
    grid-template-columns: 1fr;
  }

  .quick-strip,
  .check-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

@media (max-width: 620px) {
  .site-header,
  .hero,
  .section,
  .quick-strip {
    width: calc(100% - 18px);
  }

  .site-header {
    margin-top: 9px;
  }

  .brand {
    font-size: 14px;
  }

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

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .quick-strip,
  .check-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

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

  .casino-card img {
    width: 74px;
  }

  .footer {
    display: block;
  }

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