.hero-starter-plan-banner {
  position: relative;
}
.campaigns-hero-banner,
.growth-starter-hero {
  text-align: start;
  position: relative;
  padding: calc(var(--spacing-base) * 30) 0;
}

.campaigns-hero-banner::before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: url("../assets/images/testimonials.webp") center no-repeat;
  background-color: var(--colors-primary-100);
  background-size: contain;
  z-index: -1;
}

.growth-starter-hero::before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: url("../assets/images/growth-starter-hero.svg") top 60% center no-repeat;
  background-color: var(--colors-primary-100);
  background-size: 85%;
  z-index: -1;
}

.growth-starter-hero .hero-starter-plan-banner__image img {
  margin: 4rem auto;
  width: 85%;
  height: auto;
}

.hero-starter-plan-banner__image img {
  width: 100%;
  height: 100%;
}

.hero-starter-plan-banner__image {
  margin-top: 3.2rem;
  background-color: var(--colors-primary-100);
}

.campaigns-related-product--blush-pink {
  --related-product-icon-bg-color: var(--colors-primary-100);
  --related-product-icon-border-color: var(--colors-danger-300);
  --related-product-card-color: var(--colors-primary-500);
}

.campaigns-starter-plan-banner {
  position: relative;
}

.campaigns-starter-plan-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.campaigns-starter-plan-banner::before {
  background: url("../assets/images/bg-starter-plan.png") center no-repeat
    #fcfcfd;
}

.campaigns-related-product--white-square::before {
  left: 0;
  background: url("../assets/images/bg-related-product-white-square.png") center
    right repeat white;
}

.why-choose-cards .related-product::before {
  content: none;
}

.campaigns-pricing-card--highlighted {
  background-color: var(--colors-primary-100);
  border-color: var(--colors-primary-300);
  bottom: calc(100% - var(--spacing-02));
}

.campaigns-pricing-card--highlighted {
  background-color: var(--colors-primary-100);
  border-color: var(--colors-primary-300);
  bottom: calc(100% - var(--spacing-02));
}

.campaigns-related-product__tag {
  background: #fff;
  box-shadow: 0 0.033rem 0.033rem 0 rgba(29, 38, 46, 0.05);
  padding: 0.4rem 1.2rem 0.4rem 0.6rem;
  gap: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.campaigns-related-product__tag-orange {
  border: 0.0756rem solid var(--colors-primary-600);
}

.campaigns-related-product__tag-gray {
  border: 0.0756rem solid var(--bs-border-color);
}

.pricing-card__free-features-button {
  background: var(--bs-gray-100);
  color: var(--colors-grey-700);
}

.pricing-card__starter-features-button {
  background-color: var(--colors-danger-200);
  color: var(--colors-danger-600);
}

.pricing-card__free-features-button,
.pricing-card__starter-features-button {
  height: 40px;
  padding: 12px;
  gap: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.v-separator {
  width: 1px;
  height: 1.4rem;
  margin: 0;
  border: 0;
  background-color: var(--colors-primary-600);
}

.campaigns-section {
  padding: var(--section-padding-y) 0;
}

.campaigns-related-product__tags--end-to-end-outreach {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.campaigns-related-product__end-to-end-outreach {
  position: relative;
}

.campaigns-related-product__end-to-end-outreach::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../assets/images/end-to-end-outreach.png") bottom right
    no-repeat;
  background-size: contain;
  z-index: -1;
}

.feature-block__icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: currentColor;
}

@media screen and (min-width: 75em) {
  .pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-06);
    max-width: 66.666%;
    margin: 0 auto;
  }
  .testimonials-carousel__track {
    transition: none;
    transform: translateX(-640px);
  }
  .hero-starter-plan-banner__content-title {
    font-size: 6rem;
  }
  .hero-starter-plan-banner__content {
    padding-right: calc(14rem - var(--bs-gutter-x) * 0.5);
  }
}

@media screen and (max-width: 75em) {
  .testimonials-carousel {
    padding: 0px 20px !important;
  }
  .testimonials-carousel .testimonial-alt {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .campaigns-hero-banner::before,
  .growth-starter-hero::before {
    background: none;
  }
  .campaigns-hero-banner,
  .growth-starter-hero {
    align-items: center;
    padding-bottom: 0px;
  }
  .hero-starter-plan-banner__content {
    text-align: center;
  }
  .related-product {
    height: calc(100% - var(--spacing-04));
    margin-bottom: var(--spacing-04) !important;
  }
  .testimonial-alt__author {
    margin-top: 16px;
  }
  .testimonial-alt__quotes {
    width: clamp(200px, 80vw, 200px);
  }
  .upgrade-to-starter {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .campaigns-section {
    --section-padding-y: var(--spacing-10);
  }
  .campaigns-related-product__tags--end-to-end-outreach {
    padding-top: 1.2rem !important;
  }
}
@media screen and (max-width: calc(48em - 1px)) {
  .customers-logos__logos {
    gap: 0 !important;
  }
}
