:root {
  --navy: #071320;
  --navy-2: #0d1f33;
  --ink: #e8eef6;
  --muted: #9bb0c7;
  --gold: #e0b04a;
  --gold-2: #f3d48a;
  --line: rgba(224, 176, 74, 0.28);
  --glass: rgba(13, 31, 51, 0.72);
  --radius: 18px;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Instrument Serif", Georgia, serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: auto;
}

body {
  font-family: var(--font);
  background: var(--navy);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(224, 176, 74, 0.16), transparent 58%),
    radial-gradient(700px 380px at 100% 0%, rgba(46, 196, 168, 0.1), transparent 50%),
    linear-gradient(180deg, #0a1828 0%, var(--navy) 42%);
  z-index: -1;
}

a {
  color: var(--gold-2);
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: #050d16;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--muted);
}

.topbar-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.age-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--gold);
  color: #1a1304;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.topbar p {
  margin: 0;
}

.topbar a {
  color: var(--gold);
  font-weight: 600;
}

.site-header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(7, 19, 32, 0.55);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.brand-mark {
  color: var(--gold);
  display: grid;
  place-items: center;
}

.brand-text {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.brand-name {
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: 0.01em;
}

.brand-tld {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.primary-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.primary-nav a {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 999px;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(224, 176, 74, 0.12);
  color: var(--gold-2);
}

.hero {
  padding: 28px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 22px;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border-radius: var(--radius);
}

.hero-copy {
  padding: 28px 32px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 3.15rem);
  font-weight: 400;
  line-height: 1.12;
  max-width: 16ch;
}

.hero h2 {
  margin-top: 12px;
  max-width: 52ch;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1304;
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-panel {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
  gap: 8px;
}

.stat {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--glass);
  border: 1px solid rgba(224, 176, 74, 0.12);
}

.stat strong {
  display: block;
  font-family: var(--display);
  font-size: 1.55rem;
  color: var(--gold-2);
}

.stat span {
  color: var(--muted);
  font-size: 0.86rem;
}

.listing {
  padding: 8px 0 40px;
}

.listing-head {
  margin-bottom: 16px;
}

.listing-title {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
}

.listing-table {
  display: grid;
  gap: 12px;
}

.listing-cols,
.offer-row {
  display: grid;
  grid-template-columns: 52px 92px minmax(120px, 1.15fr) minmax(150px, 1.35fr) 96px 168px;
  align-items: center;
  gap: 12px;
}

.listing-cols {
  padding: 0 16px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(224, 176, 74, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(7, 19, 32, 0.35));
  overflow: hidden;
}

.offer-row {
  padding: 14px 16px;
}

.offer-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #101d2e;
  border: 1px solid var(--line);
  color: var(--gold-2);
  font-weight: 800;
  font-size: 0.82rem;
}

.offer-media {
  width: 92px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 6px 8px;
  border-radius: 12px;
  background: #071018;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.offer-media img {
  max-height: 42px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.offer-name {
  min-width: 0;
}

.offer-name strong,
.offer-bonus strong {
  display: block;
  font-size: 1rem;
}

.offer-name span,
.offer-bonus span {
  color: var(--muted);
  font-size: 0.78rem;
}

.offer-score {
  width: 88px;
  justify-self: center;
  display: grid;
  gap: 4px;
  padding: 7px 8px 8px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a2d44, #0d1a29);
  border: 1px solid rgba(243, 212, 138, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
}

.offer-score em {
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.offer-score strong {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  color: #fff8e6;
}

.offer-score[data-score="9.4"] { --p: 94%; }
.offer-score[data-score="9.2"] { --p: 92%; }
.offer-score[data-score="9.1"] { --p: 91%; }
.offer-score[data-score="8.9"] { --p: 89%; }
.offer-score[data-score="8.8"] { --p: 88%; }

.score-meter {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.score-meter i {
  display: block;
  width: var(--p, 90%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c9942a, #f3d48a);
}

.btn-visit {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f6d98f, #d7a63a);
  color: #1a1304;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(215, 166, 58, 0.18);
}

.offer-disclaimer {
  margin: 0;
  padding: 10px 16px 12px;
  border-top: 1px dashed rgba(224, 176, 74, 0.22);
  background: rgba(0, 0, 0, 0.22);
  color: #8aa0b6;
  font-size: 0.72rem;
  line-height: 1.45;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 0 36px;
  color: var(--muted);
  font-size: 0.85rem;
}

.band {
  padding: 8px 0 40px;
}

.band-alt {
  padding: 28px 0 40px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.step-card,
.play-box,
.checks li {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.step-card {
  padding: 18px;
}

.step-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.step-card h3,
.foot-grid h3 {
  color: var(--ink);
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.lead {
  margin-top: 12px;
  max-width: 54ch;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: start;
}

.checks {
  list-style: none;
  display: grid;
  gap: 10px;
}

.checks li {
  padding: 14px 16px;
  color: var(--ink);
}

.play-box {
  padding: 24px 26px;
}

.play-box p {
  margin: 10px 0 16px;
  max-width: 70ch;
}

.foot-play,
.foot-note,
.foot-age,
.foot-copy {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.foot-copy {
  border-bottom: 0;
  padding-bottom: 0;
}

.foot-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
}

.foot-badges a {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 8px 10px;
  border-radius: 12px;
  background: #071018;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.foot-badges img {
  height: 28px;
  width: auto;
  max-width: 150px;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.foot-brand {
  font-family: var(--display);
  color: var(--ink);
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.foot-grid ul {
  list-style: none;
}

.foot-grid li {
  margin: 6px 0;
}

.foot-grid a,
.foot-play a,
.cookie-bar a {
  color: var(--gold-2);
}

.foot-age {
  display: flex;
  align-items: center;
  gap: 14px;
}

.age-badge-lg {
  min-width: 52px;
  height: 52px;
  font-size: 1rem;
  box-shadow: 0 0 0 4px rgba(224, 176, 74, 0.22);
}

.is-hidden {
  display: none !important;
}

body.gate-open {
  overflow: hidden;
}

.age-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(4, 10, 18, 0.82);
}

.modal {
  width: min(460px, 100%);
  padding: 26px 24px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #0d1b2c;
  text-align: center;
}

.modal h2 {
  font-family: var(--display);
  font-size: 1.8rem;
  color: var(--ink);
  margin: 12px 0 8px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.modal .btn,
.cookie-actions .btn {
  cursor: pointer;
  border: 0;
}

.modal .btn-ghost,
.cookie-actions .btn-ghost {
  border: 1px solid var(--line);
  background: transparent;
}

.cookie-bar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  width: min(420px, calc(100% - 32px));
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #0d1b2c;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.page {
  padding: 28px 0 48px;
}

.page .container {
  width: 100%;
  max-width: none;
  padding: 0 24px;
  margin: 0;
}

.page h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
}

.prose {
  margin-top: 18px;
}

.prose h2 {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--ink);
  margin: 22px 0 10px;
}

.prose h3 {
  font-size: 1.02rem;
  color: var(--ink);
  margin: 16px 0 8px;
}

.prose p {
  margin: 0 0 12px;
}

.prose ul,
.prose ol {
  margin: 0 0 14px 1.2rem;
}

.prose li {
  margin: 0 0 8px;
}

.contact-mail {
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(13, 31, 51, 0.72);
  color: var(--gold-2);
  font-weight: 700;
}

@media (max-width: 1040px) {
  .listing-cols {
    display: none;
  }

  .offer-row {
    grid-template-columns: 42px 82px minmax(0, 1fr);
    grid-template-areas:
      "num media name"
      "bonus bonus bonus"
      "score action action";
    gap: 10px;
  }

  .offer-num {
    grid-area: num;
    width: 42px;
    height: 42px;
  }

  .offer-media {
    grid-area: media;
    width: 82px;
    height: 52px;
  }

  .offer-name {
    grid-area: name;
    min-width: 0;
  }

  .offer-bonus {
    grid-area: bonus;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(7, 16, 24, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .offer-score {
    grid-area: score;
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .btn-visit {
    grid-area: action;
    width: 100%;
    min-width: 0;
  }

  .offer-disclaimer {
    padding: 12px 14px 14px;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #0b1a2b;
    border-bottom: 1px solid var(--line);
    z-index: 20;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav ul {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 16px 16px;
    gap: 4px;
  }

  .primary-nav a {
    padding: 12px 14px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 22px 20px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .steps,
  .split,
  .foot-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    align-items: flex-start;
  }

  .hero h1 {
    max-width: none;
  }

  .container {
    width: min(1120px, calc(100% - 20px));
  }

  .page .container {
    width: 100%;
    padding: 0 16px;
  }

  .offer {
    border-radius: 16px;
  }

  .offer-row {
    grid-template-columns: minmax(108px, 0.9fr) minmax(0, 1.2fr);
    grid-template-areas:
      "media name"
      "bonus bonus"
      "score action";
    padding: 12px;
    position: relative;
  }

  .offer-num {
    grid-area: auto;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    width: 28px;
    height: 28px;
    font-size: 0.68rem;
    border-radius: 8px;
  }

  .offer-media {
    grid-area: media;
    width: 100%;
    height: 58px;
    padding-top: 22px;
  }

  .offer-name strong {
    font-size: 0.95rem;
  }

  .offer-score {
    min-height: 58px;
    align-content: center;
  }

  .btn-visit {
    min-height: 58px;
    font-size: 0.84rem;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .offer-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "name"
      "bonus"
      "score"
      "action";
  }

  .offer-media {
    height: 64px;
  }

  .btn-visit {
    min-height: 48px;
  }

  .foot-age {
    align-items: flex-start;
  }

  .cookie-bar {
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
  }

  .modal-actions .btn {
    width: 100%;
  }
}
