@layer overrides {
  .casino-page h1,
  .casino-page h2,
  .casino-page h3 {
    margin: 0;
  }

  .ca-hero {
    min-height: 985px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 60px;
    padding-block: 105px 100px;
  }

  .ca-hero h1 {
    font-size: clamp(72px, 4.7vw, 92px);
    line-height: 1.07;
    margin-bottom: 42px;
  }

  .ca-hero .ca-title-line {
    color: var(--rp-navy);
    white-space: nowrap;
  }

  .ca-hero p {
    max-width: 800px;
    margin-bottom: 35px;
  }

  .ca-hero img {
    width: min(100%, 830px);
    justify-self: end;
  }

  .ca-definition {
    min-height: 910px;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 55px;
    padding-block: 70px 100px;
  }

  .ca-definition img {
    width: min(100%, 820px);
  }

  .ca-definition h2 {
    font-size: 65px;
    margin-bottom: 42px;
  }

  .ca-definition p {
    font-size: 21px;
  }

  .ca-simplify {
    min-height: 620px;
    display: grid;
    justify-items: center;
    align-content: center;
    text-align: center;
    padding-block: 130px;
  }

  .ca-simplify h2 {
    font-size: 65px;
    margin-bottom: 45px;
  }

  .ca-simplify p {
    max-width: 1190px;
    margin-bottom: 38px;
  }

  .ca-benefits {
    padding-block: 60px 100px;
  }

  .ca-benefits > h2,
  .ca-integration > h2,
  .ca-games > h2 {
    font-size: 65px;
    margin-bottom: 40px;
  }

  .ca-benefits > p,
  .ca-integration > p,
  .ca-games > p {
    margin-bottom: 50px;
  }

  .ca-benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .ca-benefit-grid article {
    min-height: 205px;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 28px;
    padding: 30px 38px;
    background: #fff;
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 5px 6px 0 var(--rp-navy);
  }

  .ca-benefit-grid .ca-benefit-wide {
    grid-column: 1 / -1;
    min-height: 190px;
  }

  .ca-benefit-grid i {
    position: relative;
    width: 92px;
    height: 92px;
    display: block;
    border: 8px solid #6928a8;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffdc51, #ff9f25);
    box-shadow: inset 0 0 0 3px #ffe99c, 2px 3px 0 #2b163e;
  }

  .ca-benefit-grid i::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 17px;
    width: 35px;
    height: 20px;
    border-left: 8px solid #fff8e5;
    border-bottom: 8px solid #fff8e5;
    filter: drop-shadow(2px 2px 0 #4a2a31);
    transform: rotate(-45deg);
  }

  .ca-benefit-grid h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .ca-benefit-grid p {
    font-size: 20px;
  }

  .ca-banner {
    margin-block: 120px 200px;
    min-height: 500px;
    display: grid;
    justify-items: center;
    align-content: center;
    text-align: center;
    padding: 65px;
    background: var(--rp-orange);
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 6px 7px 8px rgb(24 56 95 / 32%);
  }

  .ca-banner h2 {
    font-size: 65px;
    margin-bottom: 50px;
  }

  .ca-integration {
    padding-bottom: 190px;
  }

  .ca-step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .ca-step-grid article {
    min-height: 200px;
    padding: 45px 42px;
    background: var(--rp-peach);
    border-radius: 15px;
  }

  .ca-step-grid article:last-child {
    grid-column: 1 / -1;
  }

  .ca-step-grid h3 {
    font-size: 34px;
    margin-bottom: 35px;
  }

  .ca-games {
    padding-bottom: 200px;
  }

  .ca-game-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .ca-game-grid article {
    padding: 32px;
    background: #fff;
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 5px 6px 0 var(--rp-navy);
  }

  .ca-game-grid img {
    width: 100%;
    aspect-ratio: 706 / 358;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 28px;
  }

  .ca-game-grid h3 {
    font-size: 34px;
    margin-bottom: 22px;
  }

  .ca-game-grid p {
    font-size: 20px;
  }

  .ca-faq {
    padding-bottom: 180px;
  }

  .ca-launch {
    min-height: 625px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 50px;
    margin-bottom: 190px;
    padding: 55px 60px;
    background: var(--rp-orange);
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 6px 7px 8px rgb(24 56 95 / 32%);
  }

  .ca-launch h2 {
    font-size: 65px;
    margin-bottom: 45px;
  }

  .ca-launch p {
    margin-bottom: 38px;
  }

  .ca-launch img {
    width: min(100%, 680px);
    justify-self: end;
  }

  @media (max-width: 1100px) {
    .ca-benefit-grid article {
      grid-template-columns: 90px 1fr;
      padding: 25px;
    }

    .ca-benefit-grid h3 {
      font-size: 28px;
    }
  }

  @media (max-width: 900px) {
    .ca-hero,
    .ca-definition,
    .ca-launch {
      min-height: 0;
      grid-template-columns: 1fr;
      padding-block: 70px 100px;
    }

    .ca-hero img {
      grid-row: 1;
      justify-self: center;
    }

    .ca-definition img {
      justify-self: center;
    }

    .ca-hero h1,
    .ca-definition h2,
    .ca-simplify h2,
    .ca-benefits > h2,
    .ca-banner h2,
    .ca-integration > h2,
    .ca-games > h2,
    .ca-launch h2 {
      font-size: clamp(38px, 10vw, 58px);
    }

    .ca-benefit-grid,
    .ca-step-grid,
    .ca-game-grid {
      grid-template-columns: 1fr;
    }

    .ca-benefit-grid .ca-benefit-wide,
    .ca-step-grid article:last-child {
      grid-column: auto;
    }

    .ca-banner {
      min-height: 0;
      margin-block: 90px 130px;
      padding: 55px 25px;
    }

    .ca-integration,
    .ca-games {
      padding-bottom: 130px;
    }

    .ca-launch {
      margin-bottom: 130px;
      padding: 45px 25px;
    }
  }

  @media (max-width: 560px) {
    .ca-benefit-grid article {
      min-height: 0;
      grid-template-columns: 62px 1fr;
      gap: 15px;
      padding: 20px 16px;
    }

    .ca-benefit-grid i {
      width: 58px;
      height: 58px;
      border-width: 5px;
    }

    .ca-benefit-grid i::after {
      left: 14px;
      top: 10px;
      width: 25px;
      height: 14px;
      border-width: 0 0 6px 6px;
    }

    .ca-benefit-grid h3,
    .ca-step-grid h3,
    .ca-game-grid h3 {
      font-size: 22px;
      margin-bottom: 14px;
    }

    .ca-benefit-grid p,
    .ca-step-grid p,
    .ca-game-grid p {
      font-size: 16px;
    }

    .ca-step-grid article,
    .ca-game-grid article {
      min-height: 0;
      padding: 22px 18px;
    }
  }
}
