.bps-provider-page-hero {
  padding: 82px 0 58px;
  background: linear-gradient(145deg, #eaf4ff, #f7fbff);
}

.bps-provider-page-hero .bps-wrap,
.bps-provider-copy .bps-wrap {
  max-width: 920px;
}

.bps-provider-page-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.bps-provider-page-hero p,
.bps-provider-copy p {
  font-size: 1.02rem;
  line-height: 1.75;
}

.bps-provider-survey {
  position: relative;
  padding: 64px 0 76px;
  background: #eef3f9;
}

.bps-provider-survey [data-business-phone-survey] {
  clear: both;
  margin: 0 auto;
}

.bps-provider-copy {
  clear: both;
  padding: 72px 0;
  background: #fff;
}

.bps-provider-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.bps-provider-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
  padding: 30px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #0b3155, #07182f);
}

.bps-provider-page-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.65rem;
}

.bps-provider-page-cta p {
  margin: 0;
  color: #dbeafe;
}

.bps-provider-page-cta .bps-button {
  flex: 0 0 auto;
}

@media (max-width: 700px) {
  .bps-provider-page-hero {
    padding: 58px 0 42px;
  }

  .bps-provider-survey,
  .bps-provider-copy {
    padding: 50px 0;
  }

  .bps-provider-page-cta {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
}
