/* Bundle deals page */

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

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

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

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

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

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

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

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

  .funnel-hero__image--mobile {
    display: block;
    margin-inline: auto;
    max-width: 28rem;
  }
}

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

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

.funnel-why p {
  max-width: 42rem;
  margin-inline: auto;
}

.funnel-compare {
  padding: 1rem 0 3rem;
  background: var(--white);
}

.funnel-compare__grid {
  display: grid;
  gap: 1.5rem;
}

.funnel-compare__card {
  padding: 2.5rem 2rem;
  border-radius: 10px;
  box-shadow: 5px 0 40px 5px rgba(0, 0, 0, 0.1);
}

.funnel-compare__card h3 {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.funnel-compare__card ol,
.funnel-compare__card ul {
  margin: 0;
  padding-left: 1.25rem;
}

.funnel-compare__card li {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

@media (min-width: 900px) {
  .funnel-compare__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

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

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

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

@media (max-width: 899px) {
  .funnel-testimonial-banner__desktop {
    display: none;
  }

  .funnel-testimonial-banner__mobile {
    display: block;
    max-width: 28rem;
    margin-inline: auto;
  }
}

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

.funnel-payments .eyebrow {
  color: #93c5fd;
}

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

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

.funnel-payments img {
  margin: 2rem auto 0;
}

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

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

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