/* Hot offers page */

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

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

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

.sb-hero__visual {
  margin-top: 2rem;
}

.sb-hero__image--mobile {
  display: none;
}

@media (max-width: 899px) {
  .sb-hero {
    padding-top: 3rem;
  }

  .sb-hero h1 {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }

  .sb-hero__image--desktop {
    display: none;
  }

  .sb-hero__image--mobile {
    display: block;
    margin-inline: auto;
    max-width: 100%;
    height: auto;
  }
}

.sb-intro {
  padding: 4rem 0 2rem;
  text-align: center;
  background: var(--white);
}

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

.sb-intro p {
  max-width: 48rem;
  margin: 1rem auto 0;
  font-size: 1.125rem;
}

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

.sb-showcase__image--mobile {
  display: none;
}

.sb-showcase img {
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

@media (max-width: 899px) {
  .sb-showcase__image--desktop {
    display: none;
  }

  .sb-showcase__image--mobile {
    display: block;
    max-width: min(100%, 24rem);
  }
}

.sb-section-intro {
  padding: 3rem 0 1rem;
  text-align: center;
  background: var(--blue-light);
}

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

.sb-section-intro p {
  max-width: 48rem;
  margin: 1rem auto 0;
  font-size: 1.125rem;
}

.sb-section-intro--white {
  background: var(--white);
}

.sb-features--blue .feature-section {
  background: var(--blue-light);
}

.sb-features--blue .feature-section:nth-child(even) {
  background: var(--blue-light);
}

.sb-cta-inline {
  padding: 2rem 0 4rem;
  text-align: center;
  background: var(--blue-light);
}

.sb-faq {
  padding: 4rem 0;
  text-align: center;
  background: var(--white);
}

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

.sb-faq p {
  max-width: 48rem;
  margin: 1rem auto 0;
  font-size: 1.125rem;
}

.sb-testimonial {
  padding: 3rem 0;
  text-align: center;
  background: var(--white);
}

.sb-testimonial__image--mobile {
  display: none;
}

.sb-testimonial img {
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

@media (max-width: 899px) {
  .sb-testimonial__image--desktop {
    display: none;
  }

  .sb-testimonial__image--mobile {
    display: block;
    max-width: min(100%, 24rem);
  }
}

.sb-entrepreneurs {
  padding: 5rem 0;
  text-align: center;
  background: var(--blue-light);
}

.sb-entrepreneurs h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 48rem;
  margin-inline: auto;
}

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

.feature-section__media img {
  max-width: 100%;
  height: auto;
}
