@layer overrides {
  .root-page {
    --rp-navy: #18385f;
    --rp-coral: #ff717b;
    --rp-green: #86cbb2;
    --rp-cream: #fff4e5;
    --rp-peach: #ffd4c5;
    --rp-orange: #ffd7a5;
    color: var(--rp-navy);
    background: var(--rp-cream);
    font-size: 21px;
    line-height: 1.2;
    overflow: hidden;
  }

  .root-page *,
  .root-page *::before,
  .root-page *::after {
    box-sizing: border-box;
  }

  .root-page h1,
  .root-page h2,
  .root-page h3,
  .root-page p {
    color: inherit;
  }

  .root-page h2,
  .root-page h3 {
    letter-spacing: -0.025em;
  }

  .rp-shell {
    width: min(calc(100% - 256px), 1664px);
    margin-inline: auto;
  }

  .rp-display {
    font-weight: 800;
    color: var(--rp-navy);
    text-shadow: 0.06em 0.065em 0 #fff, 0.095em 0.1em 0 var(--rp-navy);
    -webkit-text-stroke: 1px #fff;
  }

  .rp-display span {
    color: var(--rp-coral);
  }

  .rp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 14px 25px;
    border: 2px solid #fff;
    border-radius: 8px;
    background: var(--rp-green);
    color: var(--rp-navy);
    box-shadow: 5px 6px 0 var(--rp-navy);
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .rp-button:hover {
    transform: translate(2px, 2px);
    box-shadow: 3px 4px 0 var(--rp-navy);
  }

  .rp-button::after {
    content: none;
  }

  .rp-hero {
    min-height: 910px;
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    align-items: center;
    gap: 54px;
    padding-block: 115px 80px;
  }

  .rp-hero-copy {
    align-self: center;
  }

  .rp-hero h1 {
    font-size: clamp(68px, 4.55vw, 88px);
    line-height: 1.06;
    letter-spacing: -0.045em;
    margin: 0 0 44px;
  }

  .rp-hero-copy > p {
    max-width: 790px;
    font-size: 22px;
    margin-bottom: 36px;
  }

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

  .rp-intro {
    padding-block: 62px 80px;
    text-align: center;
  }

  .rp-intro h2 {
    font-size: 52px;
    margin-bottom: 40px;
  }

  .rp-intro > p {
    max-width: 1170px;
    margin: 0 auto 45px;
    font-size: 20px;
  }

  .rp-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    text-align: left;
    padding: 37px 32px 35px;
    background: #fff;
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 5px 6px 0 var(--rp-navy);
  }

  .rp-stats div {
    display: grid;
    gap: 14px;
  }

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

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

  .rp-speed {
    min-height: 760px;
    padding-block: 220px 160px;
    text-align: center;
  }

  .rp-speed h2 {
    font-size: 64px;
    margin-bottom: 55px;
  }

  .rp-features {
    padding-block: 42px 100px;
  }

  .rp-features > h2 {
    font-size: 64px;
    margin-bottom: 38px;
  }

  .rp-section-lede {
    margin-bottom: 56px;
  }

  .rp-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .rp-feature-card {
    min-height: 238px;
    display: grid;
    grid-template-columns: 270px 1fr;
    align-items: center;
    gap: 28px;
    padding: 20px 28px;
    background: #fff;
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 5px 6px 0 var(--rp-navy);
  }

  .rp-feature-card img {
    width: 250px;
    max-height: 205px;
    object-fit: contain;
  }

  .rp-feature-card h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .rp-feature-card p {
    font-size: 20px;
  }

  .rp-shield {
    width: 190px;
    height: 190px;
    margin-inline: auto;
    display: grid;
    place-items: center;
    clip-path: polygon(50% 0, 90% 18%, 82% 72%, 50% 100%, 18% 72%, 10% 18%);
    background: linear-gradient(145deg, #7831b8, #bd65de);
    color: #ffcf3d;
    font-size: 70px;
    text-shadow: 3px 3px 0 var(--rp-navy);
  }

  .rp-feature-note {
    max-width: 1180px;
    margin: 55px auto 48px;
    text-align: center;
  }

  .rp-features > .rp-button {
    display: flex;
    width: max-content;
    margin-inline: auto;
  }

  .rp-model {
    margin-block: 105px 195px;
    padding: 62px;
    text-align: center;
    background: var(--rp-orange);
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 6px 7px 8px rgb(24 56 95 / 32%);
  }

  .rp-model h2 {
    font-size: 62px;
    margin-bottom: 42px;
  }

  .rp-model p {
    margin-bottom: 38px;
  }

  .rp-why {
    padding-bottom: 205px;
  }

  .rp-why > h2 {
    font-size: 64px;
    margin-bottom: 58px;
  }

  .rp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .rp-why article {
    min-height: 270px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 28px 25px;
    background: #fff;
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    box-shadow: 5px 6px 0 var(--rp-navy);
  }

  .rp-why b {
    font-size: 28px;
  }

  .rp-why h3 {
    font-size: 31px;
    margin-bottom: 22px;
  }

  .rp-why p {
    font-size: 20px;
  }

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

  .rp-faq > h2 {
    font-size: 64px;
    margin-bottom: 60px;
  }

  .rp-faq-list {
    display: grid;
    gap: 20px;
  }

  .rp-faq details {
    padding: 36px 42px 30px;
    background: var(--rp-peach);
    border-radius: 15px;
  }

  .rp-faq summary {
    position: relative;
    padding-right: 90px;
    list-style: none;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
  }

  .rp-faq summary::-webkit-details-marker {
    display: none;
  }

  .rp-faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    width: 66px;
    height: 58px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    color: var(--rp-navy);
    background: var(--rp-green);
    border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 3px 4px 0 var(--rp-navy);
    font-size: 0;
  }

  .rp-faq details:not([open]) summary::after {
    background:
      linear-gradient(var(--rp-navy), var(--rp-navy)) center / 5px 32px no-repeat,
      var(--rp-green);
  }

  .rp-faq summary::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 17px;
    top: 50%;
    width: 32px;
    height: 5px;
    border-radius: 4px;
    background: var(--rp-navy);
    transform: translateY(-50%);
  }

  .rp-faq details p {
    margin-top: 36px;
    font-size: 20px;
  }

  .rp-contact {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 58px;
    padding-bottom: 215px;
  }

  .rp-contact h2 {
    font-size: 64px;
    margin-bottom: 48px;
  }

  .rp-contact-form {
    display: grid;
    gap: 18px;
  }

  .rp-contact-form input:not([type="checkbox"]),
  .rp-contact-form select,
  .rp-contact-form textarea,
  .rp-subscribe input {
    width: 100%;
    min-height: 62px;
    padding: 12px 23px;
    border: 1.5px solid var(--rp-navy);
    border-radius: 16px;
    background: #fff;
    color: var(--rp-navy);
    font-size: 20px;
    resize: vertical;
  }

  .rp-consent {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .rp-consent input {
    width: 22px;
    height: 22px;
    appearance: none;
    border: 1.5px solid var(--rp-navy);
    border-radius: 4px;
    background: #fff;
  }

  .rp-consent input:checked {
    background: var(--rp-green);
    box-shadow: inset 0 0 0 5px #fff;
  }

  .rp-contact-form .rp-button {
    justify-self: start;
    margin-top: 34px;
  }

  .rp-contact aside {
    padding: 54px 50px;
    background: var(--rp-orange);
    border: 1.5px solid #1a1a1a;
    border-radius: 12px;
  }

  .rp-contact aside > p {
    margin-bottom: 66px;
  }

  .rp-contact aside div + div {
    margin-top: 34px;
  }

  .rp-contact aside h3 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .rp-subscribe {
    padding-bottom: 180px;
    text-align: center;
  }

  .rp-subscribe h2 {
    font-size: 64px;
    margin-bottom: 55px;
  }

  .rp-subscribe form {
    max-width: 920px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
  }

  @media (max-width: 1400px) {
    .rp-shell {
      width: min(calc(100% - 80px), 1180px);
    }

    .rp-feature-card {
      grid-template-columns: 190px 1fr;
    }

    .rp-feature-card img {
      width: 185px;
    }

    .rp-feature-card h3 {
      font-size: 28px;
    }
  }

  @media (max-width: 900px) {
    .root-page {
      font-size: 18px;
    }

    .rp-shell {
      width: min(calc(100% - 36px), 680px);
    }

    .rp-hero {
      min-height: 0;
      grid-template-columns: 1fr;
      gap: 35px;
      padding-block: 70px 90px;
    }

    .rp-hero h1,
    .rp-speed h2,
    .rp-features > h2,
    .rp-model h2,
    .rp-why > h2,
    .rp-faq > h2,
    .rp-contact h2,
    .rp-subscribe h2 {
      font-size: clamp(38px, 10vw, 58px);
    }

    .rp-hero-art {
      grid-row: 1;
      justify-self: center;
      width: min(100%, 560px);
    }

    .rp-stats,
    .rp-why-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .rp-speed {
      min-height: 0;
      padding-block: 140px;
    }

    .rp-feature-grid,
    .rp-contact {
      grid-template-columns: 1fr;
    }

    .rp-model {
      margin-block: 80px 120px;
      padding: 45px 24px;
    }

    .rp-why,
    .rp-faq,
    .rp-contact {
      padding-bottom: 120px;
    }
  }

  @media (max-width: 560px) {
    .rp-button {
      min-height: 54px;
      padding: 13px 20px;
      font-size: 20px;
    }

    .rp-intro h2 {
      font-size: 34px;
    }

    .rp-stats {
      grid-template-columns: 1fr 1fr;
      gap: 35px 20px;
      padding: 24px 18px;
    }

    .rp-stats strong {
      font-size: 38px;
    }

    .rp-stats span,
    .rp-feature-card p,
    .rp-why p {
      font-size: 16px;
    }

    .rp-feature-card {
      grid-template-columns: 120px 1fr;
      gap: 14px;
      padding: 15px;
    }

    .rp-feature-card img {
      width: 120px;
    }

    .rp-shield {
      width: 105px;
      height: 105px;
      font-size: 42px;
    }

    .rp-feature-card h3,
    .rp-why h3 {
      font-size: 22px;
      margin-bottom: 12px;
    }

    .rp-why-grid {
      grid-template-columns: 1fr;
    }

    .rp-why article {
      min-height: 0;
      grid-template-columns: 38px 1fr;
    }

    .rp-faq details {
      padding: 25px 20px;
    }

    .rp-faq summary {
      padding-right: 60px;
      font-size: 21px;
    }

    .rp-faq summary::after {
      width: 48px;
      height: 45px;
    }

    .rp-faq details:not([open]) summary::after {
      background-size: 5px 26px, auto;
    }

    .rp-faq summary::before {
      right: 11px;
      width: 26px;
    }

    .rp-subscribe form {
      grid-template-columns: 1fr;
    }
  }
}
