:root {
  --bg: #000;
  --panel: #050505;
  --panel-soft: #0b0b0b;
  --text: #fff;
  --muted: #d9d9d9;
  --yellow: #f4c400;
  --yellow-dark: #d6a800;
  --green: #4ed76f;
  --border: rgba(244, 196, 0, 0.82);
  --max: 1140px;
  --gap: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

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

p {
  margin: 0 0 18px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--yellow);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1,
h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

h3 {
  font-size: clamp(19px, 2vw, 27px);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--yellow);
  color: #000;
  font-weight: 800;
  border-radius: 4px;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.narrow {
  max-width: 900px;
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.95);
  border-bottom: 1px solid rgba(244, 196, 0, 0.08);
}

.header-inner {
  width: min(var(--max), calc(100% - 48px));
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 26px;
}

.brand img {
  width: 136px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3.6vw, 44px);
  font-weight: 800;
}

.site-nav a {
  padding-block: 10px;
  color: #fff;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--yellow);
}

.header-cta,
.primary-btn,
.dark-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 7px;
  border: 0;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.header-cta,
.primary-btn {
  background: var(--yellow);
  color: #000;
}

.header-cta {
  min-width: 154px;
  padding-inline: 22px;
}

.primary-btn {
  min-width: 172px;
  margin-top: 28px;
  padding-inline: 24px;
  transition: transform 160ms ease, background-color 160ms ease;
}

.primary-btn:hover,
.primary-btn:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  background: #ffd93b;
}

.primary-btn:hover,
.primary-btn:focus-visible {
  transform: translateY(-1px);
}

.primary-btn.small {
  min-width: 128px;
  min-height: 38px;
  margin-top: 18px;
  padding-inline: 20px;
}

.centered {
  margin-inline: auto;
}

.dark-btn {
  background: #050505;
  color: #fff;
  min-width: 98px;
  min-height: 32px;
  padding-inline: 16px;
  font-size: 13px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: transparent;
  padding: 9px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.section {
  padding: 30px 0;
}

.section-tight {
  padding: 30px 0 22px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.hero-grid img,
.wide-media,
.promo-frame,
.feature-media,
.blog-grid img {
  border-radius: 2px;
}

.hero-grid img {
  width: 100%;
  aspect-ratio: 728 / 350;
  object-fit: cover;
}

.category-grid {
  display: grid;
  align-items: center;
}

.category-grid a {
  display: flex;
  align-items: center;
  min-width: 0;
}

.category-grid img {
  width: 100%;
  height: auto;
}

.sports-cats {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  margin-top: 48px;
}

.casino-cats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 38px;
  margin-top: 36px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 58px;
}

.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.copy-block h1,
.copy-block h2,
.text-section h2,
.features h2,
.ranges h2,
.safety h2,
.rewards h2,
.rules h2,
.betting-id h2,
.place-bets h2,
.insights h2,
.proof h2,
.testimonials h2,
.faq h2 {
  margin-bottom: 20px;
}

.copy-block p,
.text-section p,
.features > .container > p,
.ranges > .container > p,
.safety p,
.rewards > .container > p,
.rules > .container > p,
.betting-id > .container > p,
.place-bets > .container > p,
.insights > .container > p,
.testimonials > .container > p {
  color: var(--text);
  font-weight: 700;
}

.overview {
  padding-top: 48px;
}

.promo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 728 / 350;
  overflow: hidden;
  background: #070707;
}

.promo-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 550ms ease, transform 850ms ease;
}

.promo-slide.active {
  opacity: 1;
  transform: scale(1);
}

.text-section {
  padding-top: 32px;
}

.feature-grid,
.range-grid,
.reward-grid,
.rule-grid,
.id-grid,
.testimonial-grid {
  display: grid;
  gap: 20px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.feature-grid article,
.range-grid article,
.reward-grid article,
.rule-grid article,
.id-grid article,
.outlined-card {
  border: 1px solid var(--border);
  background: #010101;
}

.feature-grid article {
  min-height: 158px;
  padding: 18px 22px;
}

.feature-grid h3,
.range-grid h3,
.reward-grid h3,
.rule-grid h3,
.id-grid h3,
.outlined-card h2 {
  margin-bottom: 12px;
}

.feature-grid p,
.range-grid p,
.reward-grid p,
.rule-grid p,
.id-grid p,
.outlined-card p,
.number-list span,
.step-list p,
.blog-grid p,
.testimonial-grid p,
.faq-panel p,
.site-footer a,
.site-footer p {
  color: var(--muted);
}

.media-section .split {
  gap: 44px;
}

.wide-media {
  width: 100%;
  aspect-ratio: 728 / 350;
  object-fit: cover;
}

.feature-media {
  width: 100%;
  object-fit: cover;
}

.ranges {
  padding-bottom: 0;
}

.range-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.range-grid article,
.reward-grid article,
.rule-grid article,
.id-grid article {
  padding: 17px 18px;
  text-align: center;
}

.range-grid article:nth-last-child(2) {
  grid-column: 1 / 2;
}

.range-grid article:last-child {
  grid-column: 2 / 4;
}

.bonus-band {
  margin-top: 30px;
  padding: 28px 0;
  background: var(--yellow);
  color: #000;
  text-align: center;
}

.bonus-band h2 {
  color: #000;
  font-size: clamp(20px, 2.4vw, 28px);
}

.bonus-inner {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.check-list {
  margin: 18px 0 0 18px;
  color: var(--text);
  font-weight: 700;
}

.check-list li {
  margin-bottom: 5px;
}

.reward-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.reward-grid h3,
.rule-grid h3 {
  font-size: 19px;
}

.guide-split {
  margin-top: 34px;
}

.step-list {
  display: grid;
  gap: 14px;
}

.step-list article {
  position: relative;
  padding-left: 28px;
}

.step-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
}

.step-list h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.payments-guide {
  padding-top: 20px;
}

.two-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.outlined-card {
  padding: 20px 22px;
}

.outlined-card h2 {
  font-size: clamp(23px, 2.8vw, 34px);
}

.number-list {
  list-style: none;
  display: grid;
  gap: 14px;
  counter-reset: pay-step;
}

.number-list li {
  position: relative;
  padding-left: 30px;
  counter-increment: pay-step;
}

.number-list li::before {
  content: counter(pay-step);
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
}

.number-list strong,
.number-list span {
  display: block;
}

.number-list strong {
  color: var(--yellow);
}

.rule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.id-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 8px;
}

.id-grid article {
  position: relative;
  min-height: 142px;
}

.id-grid span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--yellow);
  color: #000;
  font-weight: 900;
}

.compact {
  gap: 10px;
}

.compact article {
  min-height: 30px;
}

.compact h3 {
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 30px 0 10px;
}

.blog-grid article {
  background: #fff;
  color: #000;
}

.blog-grid img {
  width: 100%;
  aspect-ratio: 800 / 400;
  object-fit: cover;
}

.blog-grid h3 {
  color: #000;
  font-size: 19px;
  padding: 16px 16px 8px;
}

.blog-grid p {
  padding: 0 16px;
  color: #333;
}

.blog-grid a {
  display: inline-flex;
  margin: 0 16px 18px;
  color: #000;
  font-weight: 800;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--border);
}

.proof-grid img {
  width: 100%;
  height: min(430px, 32vw);
  object-fit: cover;
  object-position: top;
  border-radius: 3px;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 14px 16px;
  text-align: center;
}

.testimonial-grid p {
  font-weight: 700;
}

.testimonial-grid cite {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.accordion {
  border: 1px solid var(--border);
  margin-top: 24px;
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.55);
}

.faq-item button {
  width: 100%;
  min-height: 48px;
  border: 0;
  padding: 12px 18px;
  background: var(--yellow);
  color: #000;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-panel {
  display: none;
  padding: 18px;
  background: #050505;
}

.faq-item.open .faq-panel {
  display: block;
}

.site-footer {
  padding: 36px 0 22px;
  background: #020202;
  border-top: 1px solid rgba(244, 196, 0, 0.15);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 42px;
}

.site-footer h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 18px;
}

.site-footer a {
  display: block;
  margin-bottom: 6px;
}

.payment-logos {
  display: grid;
  grid-template-columns: repeat(4, 74px);
  gap: 12px;
  align-items: center;
}

.payment-logos img {
  width: 74px;
  height: auto;
  background: #fff;
  border-radius: 2px;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 48px));
  margin: 28px auto 0;
  text-align: center;
  font-size: 13px;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  max-width: calc(100vw - 36px);
  padding: 0 18px;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 150px auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 12px 24px 20px;
    background: #030303;
    border-bottom: 1px solid rgba(244, 196, 0, 0.16);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-cta {
    min-width: 132px;
    padding-inline: 16px;
  }

  .hero-grid {
    gap: 18px;
  }

  .sports-cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .casino-cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .split,
  .reverse,
  .media-section .split,
  .guide-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reverse img {
    order: 1;
  }

  .reverse .copy-block {
    order: 2;
  }

  .reward-grid,
  .rule-grid,
  .blog-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .id-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .container,
  .header-inner,
  .footer-bottom {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    min-height: 70px;
    grid-template-columns: 126px auto;
    gap: 12px;
  }

  .brand img {
    width: 118px;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    top: 70px;
  }

  .section {
    padding: 24px 0;
  }

  .section-tight {
    padding-top: 18px;
  }

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

  .sports-cats,
  .casino-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
  }

  .casino-cats {
    margin-top: 18px;
  }

  .feature-grid,
  .range-grid,
  .reward-grid,
  .rule-grid,
  .id-grid,
  .blog-grid,
  .proof-grid,
  .testimonial-grid,
  .two-card-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .range-grid article:nth-last-child(2),
  .range-grid article:last-child {
    grid-column: auto;
  }

  .feature-grid {
    margin-top: 26px;
  }

  .feature-grid article {
    min-height: auto;
  }

  .proof-grid img {
    height: min(640px, 128vw);
  }

  .payment-logos {
    grid-template-columns: repeat(2, 74px);
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
    min-height: 38px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  h1,
  h2 {
    font-size: 24px;
  }

  .sports-cats,
  .casino-cats {
    grid-template-columns: 1fr;
  }

  .primary-btn {
    width: 100%;
  }
}
