/* Tablet (≤1024px) */
@media screen and (max-width: 1024px) {
  .headline-box h1 {
    font-size: 43px;
    font-weight: 800;
    line-height: 44px;
  }

  .headline-box-2 h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
  }

  .hero-sub p {
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 12px;
  }

  .hero-bullets p {
    font-size: 20px;
    line-height: 34px;
    padding: 0 15px;
  }

  .btn-yellow { width: 329px; }
  .btn-red--wide { width: 339px; }
  .btn-red--wider { width: 347px; }
  .btn-red--w331 { width: 347px; }

  .text-left { padding: 0 10px; }
  .text-left-bold { padding: 0 10px; }

  .text-center-red { font-size: 27px; font-weight: 500; }
  .text-center-red-underline { font-size: 30px; font-weight: 500; line-height: 44px; }
  .text-center-black-27 { font-weight: 500; margin-top: 0; }
  .text-center-bold-32 { font-size: 26px; text-align: left; }

  .img-linda { width: 25%; }
  .img-trust-logos { width: 55%; }
  .img-video { width: 61%; }
  .img-gif { width: 41%; border-radius: 8px; }
}

/* Mobile (≤480px) */
@media screen and (max-width: 480px) {
  .page-wrap { background: var(--white); }

  .headline-box {
    padding: 12px 0 0;
  }

  .headline-box h1 {
    font-size: 43px;
    font-weight: 800;
    line-height: 52px;
  }

  .headline-box-2 {
    padding: 12px 0 10px;
  }

  .headline-box-2 h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 52px;
  }

  .hero-sub {
    padding: 0 8px;
    margin-bottom: 0;
  }

  .hero-sub p {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
  }

  .hero-bullets {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .hero-bullets p {
    font-size: 16px;
    line-height: 27px;
  }

  .yellow-cta { margin-top: 12px; }

  .btn-yellow {
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
    width: 323px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-red--wide,
  .btn-red--wider,
  .btn-red--w331 {
    font-size: 22px;
    line-height: 30px;
    width: 320px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .red-cta-section { margin-top: 12px; }

  .text-left {
    font-size: 20px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .text-left-bold {
    font-size: 20px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .text-center-red {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 10px 0;
    padding: 0 10px;
  }

  .text-center-red-underline {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 10px 0;
    padding: 0 10px;
  }

  .text-center-black-27 {
    font-size: 20px;
    line-height: 31px;
    margin: 3px 0 0;
  }

  .text-center-bold-32 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin: 25px 0 8px;
    padding: 0 12px;
  }

  .img-linda { width: 45%; }
  .img-trust-logos { width: 100%; }
  .img-video { width: 100%; }
  .img-gif { width: 80%; border-radius: 0; }

  .footer-disclaimer { font-size: 9px; }
}
