@layer overrides {
  .sportsbook-page {
    padding-top: 1px;
  }

  .sportsbook-page strong {
    color: var(--rp-navy);
  }

  .sb-hero {
    min-height: 930px;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 40px;
    padding-block: 90px 70px;
  }

  .sb-hero h1 {
    max-width: 780px;
    margin: 0 0 35px;
    font-size: clamp(70px, 4.7vw, 92px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .sb-hero-copy > p {
    max-width: 760px;
    margin-bottom: 35px;
  }

  .sb-hero-art {
    width: min(100%, 900px);
    justify-self: end;
  }

  .sb-stats {
    min-height: 185px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-bottom: 195px;
    padding: 30px 45px;
    text-align: center;
    background: var(--rp-orange);
    border: 1.5px solid var(--rp-navy);
    border-radius: 14px;
    box-shadow: 5px 6px 7px rgb(24 56 95 / 30%);
  }

  .sb-stats div {
    display: grid;
    gap: 8px;
  }

  .sb-stats strong {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-shadow: 3px 3px 0 #fff, 5px 5px 0 var(--rp-navy);
    -webkit-text-stroke: 1px #fff;
  }

  .sb-stats span {
    font-size: 18px;
  }

  .sb-section-head {
    max-width: 1150px;
    margin: 0 auto 65px;
    text-align: center;
  }

  .sb-section-head h2 {
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 1.05;
  }

  .sb-section-head p {
    font-size: 20px;
  }

  .sb-coverage {
    padding-bottom: 215px;
  }

  .sb-coverage-list,
  .sb-retention-list {
    display: grid;
    gap: 24px;
  }

  .sb-wide-card,
  .sb-check-card,
  .sb-operator-grid article {
    background: #fff;
    border: 1.5px solid var(--rp-navy);
    border-radius: 15px;
    box-shadow: 5px 6px 0 var(--rp-navy);
  }

  .sb-wide-card {
    min-height: 275px;
    display: grid;
    grid-template-columns: 245px 1fr;
    align-items: center;
    gap: 32px;
    padding: 22px 40px;
  }

  .sb-wide-card img {
    width: 225px;
    height: 210px;
    object-fit: contain;
  }

  .sb-wide-card h3 {
    margin-bottom: 18px;
    font-size: 34px;
    text-transform: uppercase;
  }

  .sb-wide-card p {
    font-size: 20px;
    line-height: 1.32;
  }

  .sb-models {
    padding-bottom: 190px;
  }

  .sb-model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 170px;
    max-width: 1360px;
    margin: 0 auto;
  }

  .sb-model-grid article {
    text-align: left;
  }

  .sb-model-grid img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .sb-model-grid h3 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .sb-model-grid strong {
    display: block;
    margin-bottom: 16px;
    font-size: 21px;
  }

  .sb-model-grid p {
    font-size: 19px;
  }

  .sb-model-note,
  .sb-operator-note {
    margin: 40px auto 0;
    text-align: center;
    font-size: 19px;
  }

  .sb-banner {
    min-height: 410px;
    display: grid;
    align-content: center;
    justify-items: center;
    margin-bottom: 210px;
    padding: 55px;
    text-align: center;
    background: var(--rp-orange);
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 5px 7px 8px rgb(24 56 95 / 30%);
  }

  .sb-banner h2 {
    max-width: 1050px;
    margin-bottom: 28px;
    font-size: 62px;
  }

  .sb-banner p {
    margin-bottom: 35px;
  }

  .sb-retention {
    padding-bottom: 235px;
  }

  .sb-retention .sb-section-head {
    max-width: 950px;
  }

  .sb-check-card {
    min-height: 185px;
    display: grid;
    grid-template-columns: 105px 1fr;
    align-items: center;
    gap: 25px;
    padding: 24px 38px;
  }

  .sb-check {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    color: var(--rp-navy);
    background: #ffc13e;
    border: 7px solid #703bb9;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff, 3px 4px 0 var(--rp-navy);
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
  }

  .sb-check-card h3 {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .sb-check-card strong {
    display: block;
    margin-bottom: 13px;
    font-size: 21px;
  }

  .sb-check-card p {
    font-size: 19px;
  }

  .sb-retention-note {
    margin: 65px auto 0;
    text-align: center;
  }

  .sb-retention-note h3 {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .sb-operators {
    padding-bottom: 240px;
  }

  .sb-operator-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .sb-operator-grid article {
    min-height: 470px;
    padding: 20px 24px 30px;
  }

  .sb-operator-grid img {
    width: 100%;
    height: 230px;
    object-fit: contain;
  }

  .sb-operator-grid h3 {
    margin: 8px 0 22px;
    font-size: 34px;
  }

  .sb-operator-grid p {
    font-size: 20px;
    line-height: 1.28;
  }

  .sb-operator-note {
    max-width: 1350px;
    margin-top: 50px;
  }

  .sb-faq {
    padding-bottom: 190px;
  }

  .sb-guide {
    margin-bottom: 215px;
  }

  .rp-contact {
    padding-bottom: 245px;
  }

  @media (max-width: 1400px) {
    .sb-hero h1 {
      font-size: clamp(56px, 5.6vw, 76px);
    }

    .sb-operator-grid article {
      min-height: 430px;
    }
  }

  @media (max-width: 900px) {
    .sb-hero {
      min-height: 0;
      grid-template-columns: 1fr;
      padding-block: 60px 100px;
    }

    .sb-hero-art {
      grid-row: 1;
      justify-self: center;
    }

    .sb-hero h1,
    .sb-section-head h2,
    .sb-banner h2 {
      font-size: clamp(40px, 9vw, 60px);
    }

    .sb-stats {
      margin-bottom: 120px;
    }

    .sb-stats strong {
      font-size: 42px;
    }

    .sb-wide-card {
      grid-template-columns: 155px 1fr;
      padding: 20px;
    }

    .sb-wide-card img {
      width: 145px;
    }

    .sb-model-grid,
    .sb-operator-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .sb-model-grid {
      max-width: 620px;
    }

    .sb-operator-grid article {
      min-height: 0;
    }

    .sb-banner {
      min-height: 340px;
      margin-bottom: 130px;
      padding: 35px 22px;
    }

    .sb-coverage,
    .sb-models,
    .sb-retention,
    .sb-operators {
      padding-bottom: 140px;
    }
  }

  @media (max-width: 560px) {
    .sb-stats {
      min-height: 0;
      padding: 22px 10px;
    }

    .sb-stats strong {
      font-size: 30px;
    }

    .sb-stats span {
      font-size: 13px;
    }

    .sb-wide-card {
      grid-template-columns: 100px 1fr;
      gap: 12px;
      padding: 14px;
    }

    .sb-wide-card img {
      width: 95px;
      height: 130px;
    }

    .sb-wide-card h3,
    .sb-check-card h3,
    .sb-operator-grid h3 {
      font-size: 22px;
    }

    .sb-wide-card p,
    .sb-check-card p,
    .sb-operator-grid p {
      font-size: 15px;
    }

    .sb-check-card {
      grid-template-columns: 60px 1fr;
      gap: 14px;
      padding: 18px 14px;
    }

    .sb-check {
      width: 54px;
      height: 54px;
      border-width: 5px;
      font-size: 32px;
    }

    .sb-operator-grid img {
      height: 180px;
    }
  }
}
