/* Auto-ship page */

.subs-hero {
  padding: 4.5rem 0 2rem;
  text-align: center;
  background: linear-gradient(1deg, #eff6ff 0%, #fefefe 100%);
}

.subs-hero h1 {
  font-size: clamp(1.75rem, 4vw, 3.375rem);
  max-width: 52rem;
  margin-inline: auto;
  line-height: 1.3;
}

.subs-hero p {
  font-size: 1.125rem;
  max-width: 40rem;
  margin: 1rem auto 0;
}

.subs-hero__visual img {
  margin: 2rem auto 0;
  max-width: 100%;
}

.subs-hero__visual--desktop {
  display: block;
}

.subs-hero__visual--mobile {
  display: none;
}

.subs-intro {
  padding: 3rem 0 1rem;
  text-align: center;
  background: var(--white);
}

.subs-intro h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 44rem;
  margin-inline: auto;
}

.subs-intro p {
  max-width: 40rem;
  margin: 1rem auto 0;
}

.subs-testimonial-banner img {
  margin-inline: auto;
}

.subs-testimonial-banner__desktop {
  display: block;
}

.subs-testimonial-banner__mobile {
  display: none;
}

.subs-feature-list {
  margin: 1.25rem 0;
}

.subs-feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.subs-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--green);
  position: absolute;
  left: 0;
}

.subs-stats {
  padding: 5rem 0;
  background: var(--footer-bg);
  color: var(--white);
  text-align: center;
}

.subs-stats .eyebrow {
  color: #93c5fd;
}

.subs-stats h2 {
  color: var(--white);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
}

.subs-stats p {
  max-width: 40rem;
  margin-inline: auto 1rem;
  color: #e2e8f0;
}

.subs-stats img {
  margin: 2rem auto 0;
  max-width: 100%;
}

.subs-stats__visual--desktop {
  display: block;
}

.subs-stats__visual--mobile {
  display: none;
}

@media (max-width: 899px) {
  .subs-hero__visual--desktop,
  .subs-testimonial-banner__desktop,
  .subs-stats__visual--desktop {
    display: none;
  }

  .subs-hero__visual--mobile,
  .subs-testimonial-banner__mobile,
  .subs-stats__visual--mobile {
    display: block;
  }
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}
