*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #071018;
  --surface: #0d1b2a;
  --header: #0a1624;
  --line: rgba(224, 184, 77, 0.22);
  --gold: #e0b84d;
  --gold-2: #f4d78a;
  --teal: #3ecfb2;
  --cream: #f7f2e8;
  --muted: #9eb0c7;
  --radius: 14px;
  --max: 1280px;
  --font: "Outfit", sans-serif;
  --display: "Syne", sans-serif;
}

html {
  scroll-behavior: auto;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--cream);
  min-height: 100vh;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  background: var(--header);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.25rem;
  flex-wrap: nowrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 0 auto;
}

.brand-mark {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-text {
  display: flex;
  align-items: baseline;
  gap: 0.12rem;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.2rem;
}

.brand-text small {
  font-size: 0.78rem;
  color: var(--teal);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #12233a;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 0.1rem;
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--cream);
  background: rgba(62, 207, 178, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 280px at 80% -40%, rgba(62, 207, 178, 0.18), transparent 60%),
    radial-gradient(900px 240px at 10% 120%, rgba(224, 184, 77, 0.16), transparent 55%),
    linear-gradient(180deg, #0d1b2a 0%, #071018 100%);
  border-bottom: 1px solid var(--line);
}

.hero-glow {
  position: absolute;
  inset: auto -8% -40% 40%;
  height: 180px;
  background: radial-gradient(circle, rgba(224, 184, 77, 0.12), transparent 70%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  padding: 1.75rem 0 1.9rem;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  max-width: 18ch;
}

.hero h2 {
  margin-top: 0.7rem;
  max-width: 46rem;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  font-weight: 400;
  color: var(--muted);
  line-height: 1.55;
}

.listing {
  padding: 1.6rem 0 2rem;
}

.listing-head {
  margin-bottom: 1.1rem;
}

.listing-head h2 {
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
}

.listing-head p {
  margin-top: 0.35rem;
  color: var(--muted);
  max-width: 40rem;
  font-size: 0.95rem;
}

.offer {
  margin-bottom: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(18, 36, 58, 0.9), rgba(10, 22, 36, 0.95));
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.offer:first-of-type {
  border-color: rgba(224, 184, 77, 0.45);
}

.offer-row {
  display: grid;
  grid-template-columns: 48px 128px minmax(0, 1fr) minmax(0, 1.35fr) 88px 172px;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1.1rem;
  width: 100%;
}

.offer-row > * {
  min-width: 0;
}

.offer-num {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -0.04em;
}

.offer-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 48px;
  overflow: hidden;
}

.offer-logo {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.offer-name strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-name span {
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.offer-bonus em {
  display: block;
  font-style: normal;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.offer-bonus b {
  display: block;
  margin-top: 0.15rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-2);
  overflow-wrap: anywhere;
}

.offer-score {
  width: 100%;
  min-width: 0;
  padding: 0.15rem 0 0.1rem 0.65rem;
  border-left: 2px solid var(--gold);
}

.score-top {
  display: flex;
  align-items: baseline;
  gap: 0.12rem;
  line-height: 1;
}

.score-top b {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--cream);
}

.score-top span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.score-bar {
  display: block;
  margin-top: 0.4rem;
  height: 5px;
  border-radius: 99px;
  background: #1c3148;
}

.score-bar::after {
  content: "";
  display: block;
  width: var(--p);
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.offer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  width: 100%;
  min-height: 2.7rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4d78a, #e0b84d);
  color: #1a1204;
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
}

.offer-cta:hover,
.offer-cta:focus-visible {
  background: linear-gradient(180deg, #3ecfb2, #2aa78f);
  color: #04140f;
}

.offer-disclaimer {
  margin: 0;
  padding: 0.55rem 1rem 0.7rem;
  border-top: 1px dashed rgba(224, 184, 77, 0.28);
  background: rgba(0, 0, 0, 0.22);
  color: #8fa0b5;
  font-size: 0.72rem;
  line-height: 1.45;
}

.block {
  padding: 1.7rem 0;
  border-top: 1px solid rgba(158, 176, 199, 0.1);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.how-card,
.play-box,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(13, 27, 42, 0.72);
}

.how-card {
  padding: 1.1rem 1.15rem 1.2rem;
}

.how-card span {
  font-family: var(--display);
  color: var(--gold);
  font-weight: 800;
}

.how-card h3,
.method-wrap h2,
.play-box h2,
.faq .listing-head h2 {
  font-family: var(--display);
  letter-spacing: -0.03em;
  margin: 0.35rem 0 0.45rem;
}

.how-card p,
.method-wrap p,
.play-box p,
.faq-item p {
  color: var(--muted);
  font-size: 0.94rem;
}

.method-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.4rem;
  align-items: start;
}

.method-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.method-list li {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: #102033;
  border: 1px solid rgba(62, 207, 178, 0.14);
  color: var(--muted);
  font-size: 0.92rem;
}

.method-list b {
  display: block;
  color: var(--cream);
  margin-bottom: 0.15rem;
}

.play-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
}

.text-link {
  color: var(--gold-2);
  font-weight: 600;
  white-space: nowrap;
}

.text-link:hover {
  color: var(--teal);
}

.faq-item {
  margin-bottom: 0.65rem;
  padding: 0.85rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 0.5rem;
}

.faq .text-link {
  display: inline-block;
  margin-top: 0.35rem;
}

.site-footer {
  padding: 1.6rem 0 5.5rem;
  color: var(--muted);
  font-size: 0.82rem;
  border-top: 1px solid rgba(158, 176, 199, 0.12);
  background: #08111c;
}

.footer-stack {
  display: grid;
  gap: 1.15rem;
}

.footer-age {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(224, 184, 77, 0.08);
  border: 1px solid var(--line);
}

.plus18 {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #e11d2e;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 0 0 4px rgba(225, 29, 46, 0.28);
}

.plus18-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
}

.footer-badges a,
.footer-badges img {
  display: block;
}

.footer-badges img {
  height: 42px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-grid h3 {
  color: var(--cream);
  font-size: 0.92rem;
  margin-bottom: 0.55rem;
}

.footer-grid nav {
  display: grid;
  gap: 0.32rem;
}

.footer-grid a:hover {
  color: var(--gold-2);
}

.footer-affiliate {
  padding-top: 0.4rem;
  border-top: 1px solid rgba(158, 176, 199, 0.12);
  line-height: 1.5;
}

.footer-copy {
  color: #7e8fa6;
}

.age-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(4, 8, 14, 0.86);
}

.age-layer[hidden],
.cookie-bar[hidden] {
  display: none;
}

.age-card {
  width: min(100%, 28rem);
  padding: 1.5rem 1.35rem 1.4rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #0d1b2a;
  text-align: center;
}

.age-card h2 {
  font-family: var(--display);
  margin: 0.2rem 0 0.55rem;
}

.age-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.age-actions,
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1rem;
}

.age-actions button,
.cookie-actions button {
  border: 0;
  cursor: pointer;
  min-height: 2.6rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-family: var(--font);
  font-weight: 700;
  background: linear-gradient(180deg, #f4d78a, #e0b84d);
  color: #1a1204;
}

.btn-ghost {
  background: transparent !important;
  color: var(--cream) !important;
  border: 1px solid var(--line) !important;
}

.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: #102033;
  border-top: 1px solid var(--line);
  padding: 0.9rem 0;
}

.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-inner p {
  font-size: 0.88rem;
  color: var(--muted);
}

.cookie-inner a {
  color: var(--gold-2);
  text-decoration: underline;
}

body.gate-open {
  overflow: hidden;
}

.page {
  padding: 1.55rem 0 2.3rem;
}

.prose {
  max-width: 48rem;
}

.prose h2 {
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin: 1.35rem 0 0.45rem;
}

.prose p,
.prose li {
  color: var(--muted);
  margin-bottom: 0.75rem;
  font-size: 0.98rem;
}

.prose ul {
  padding-left: 1.15rem;
  margin-bottom: 0.9rem;
}

.prose a {
  color: var(--gold-2);
  text-decoration: underline;
}

.mail-box {
  display: inline-flex;
  margin-top: 0.35rem;
  padding: 0.85rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #102033;
  color: var(--gold-2);
  font-weight: 700;
  font-size: 1.05rem;
}

.review-grid {
  display: grid;
  gap: 0.9rem;
}

.review-card {
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(13, 27, 42, 0.72);
}

.review-card h3 {
  font-family: var(--display);
  margin-bottom: 0.35rem;
}

.review-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.review-follow {
  margin-top: 1.4rem;
}

@media (max-width: 1180px) {
  .site-nav a {
    padding: 0.4rem 0.5rem;
    font-size: 0.86rem;
  }

  .offer-row {
    grid-template-columns: 40px 112px minmax(0, 1fr) minmax(0, 1.25fr) 80px 158px;
    gap: 0.65rem 0.8rem;
  }

  .offer-media {
    width: 112px;
  }
}

@media (max-width: 1024px) {
  .offer-row {
    grid-template-columns: 40px 112px minmax(0, 1fr) auto;
    grid-template-areas:
      "num media name cta"
      "num media bonus score";
  }

  .offer-num { grid-area: num; }
  .offer-media { grid-area: media; }
  .offer-name { grid-area: name; }
  .offer-bonus { grid-area: bonus; }
  .offer-score { grid-area: score; }
  .offer-cta { grid-area: cta; width: auto; justify-self: end; }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    flex: none;
    width: 100%;
    padding: 0.7rem 1rem 1rem;
    background: #0c1a2b;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .how-grid,
  .method-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .play-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .brand-text {
    font-size: 1.05rem;
  }

  .hero-inner {
    padding: 1.35rem 0 1.5rem;
  }

  .offer-row {
    grid-template-columns: 2.2rem minmax(0, 1fr) 80px;
    grid-template-areas:
      "num name score"
      "media media media"
      "bonus bonus bonus"
      "cta cta cta";
    gap: 0.65rem;
  }

  .offer-media {
    width: 9rem;
    height: 3rem;
  }

  .offer-cta {
    width: 100%;
    justify-self: stretch;
  }

  .how-grid,
  .method-wrap,
  .footer-grid,
  .play-box,
  .cookie-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .play-box,
  .cookie-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-link {
    white-space: normal;
  }

  .site-footer {
    padding-bottom: 8rem;
  }
}
