:root {
  --bg: #090d12;
  --panel: #111822;
  --panel-2: #162231;
  --ink: #f3f8ff;
  --muted: #9fb0c3;
  --line: rgba(159, 176, 195, 0.22);
  --cyan: #38e8d2;
  --lime: #b5ff6d;
  --amber: #ffc857;
  --red: #ff6b6b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(56, 232, 210, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 4%, rgba(181, 255, 109, 0.12), transparent 24rem),
    linear-gradient(180deg, #090d12 0%, #0d1219 48%, #070a0e 100%);
  color: var(--ink);
  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: 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 var(--line);
  border-radius: 8px;
  background: rgba(9, 13, 18, 0.82);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  padding: 10px;
  backdrop-filter: blur(18px);
}

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

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  color: #071014;
  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: 850;
}

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

.header-cta,
.primary-btn,
.casino-card a,
.footer a,
tbody a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  color: #061014;
  padding: 12px 16px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(56, 232, 210, 0.16);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.78fr);
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 56px 0 36px;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  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(42px, 7.5vw, 86px);
  line-height: 0.96;
  font-weight: 950;
}

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

h3 {
  margin-bottom: 8px;
  font-size: 23px;
}

.lead,
.intro p,
.section-head p,
.casino-card p,
.copy-panel p,
.check-grid p,
.caution p,
.faq p,
.footer p,
.privacy-console 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;
}

.privacy-console,
.signal-strip div,
.casino-card,
.copy-panel,
.check-grid div,
.table-wrap,
.caution,
details,
.go-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 24, 34, 0.86);
  box-shadow: var(--shadow);
}

.privacy-console {
  overflow: hidden;
}

.console-top {
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #0d131b;
  padding: 14px;
}

.console-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
}

.console-top span:nth-child(2) {
  background: var(--amber);
}

.console-top span:nth-child(3) {
  background: var(--lime);
}

.console-top b {
  margin-left: auto;
  color: var(--muted);
  font-size: 13px;
}

.console-screen {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.scan-row {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(56, 232, 210, 0.2);
  border-radius: 7px;
  background: rgba(56, 232, 210, 0.05);
  padding: 14px;
}

.scan-row b {
  color: var(--lime);
}

.meter {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #0b1017;
}

.meter i {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
}

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

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

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

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

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

.intro,
.split,
.caution {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
}

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

.casino-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.casino-card {
  display: flex;
  flex-direction: column;
  min-height: 358px;
  padding: 20px;
}

.casino-card.lead-card {
  background:
    linear-gradient(145deg, rgba(56, 232, 210, 0.16), rgba(181, 255, 109, 0.08)),
    rgba(17, 24, 34, 0.9);
}

.rank {
  width: fit-content;
  border-radius: 999px;
  background: rgba(181, 255, 109, 0.13);
  color: var(--lime);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 950;
}

dl {
  display: grid;
  gap: 8px;
  margin: 12px 0 22px;
}

dl div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

dt {
  color: var(--muted);
  font-size: 13px;
}

dd {
  margin: 0;
  font-weight: 850;
}

.casino-card a {
  margin-top: auto;
}

.copy-panel {
  padding: 22px;
}

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

.check-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-weight: 950;
}

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

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 16px;
  text-align: left;
}

th {
  color: var(--cyan);
  font-size: 13px;
  text-transform: uppercase;
}

tbody a {
  min-height: 34px;
  padding: 8px 12px;
}

.caution {
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 200, 87, 0.14), rgba(255, 107, 107, 0.08)),
    rgba(17, 24, 34, 0.86);
}

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

summary {
  cursor: pointer;
  font-weight: 950;
}

details p {
  margin: 12px 0 0;
}

.footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  margin: 76px auto 28px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

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

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

.go-shell {
  width: min(620px, 100%);
  padding: 28px;
  text-align: center;
}

.go-shell h1 {
  font-size: clamp(32px, 8vw, 54px);
}

.go-shell .primary-btn {
  margin-top: 14px;
}

@media (max-width: 940px) {
  .site-header,
  .hero,
  .intro,
  .split,
  .caution,
  .footer {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
  }

  .top-nav {
    display: none;
  }

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

  .signal-strip,
  .casino-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    align-items: stretch;
  }

  .footer a {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .site-header,
  .hero,
  .signal-strip,
  .section,
  .footer {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: 38px;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px 12px;
  }

  dl div {
    grid-template-columns: 1fr;
  }
}
