.bps-provider-hero {
  background: linear-gradient(145deg, #eaf4ff, #fff 65%, #eef5ff);
}

.bps-provider-summary-grid,
.bps-provider-procon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.bps-provider-summary .bps-card h2 {
  margin: 8px 0 15px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.bps-provider-price {
  border-color: #aec9f4;
  background: linear-gradient(145deg, #f7fbff, #eef5ff);
}

.bps-check-list,
.bps-watch-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.bps-check-list li,
.bps-watch-list li {
  position: relative;
  padding-left: 29px;
  color: #41566e;
  line-height: 1.6;
}

.bps-check-list li::before,
.bps-watch-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 900;
}

.bps-check-list li::before {
  content: "\2713";
  color: #047857;
  background: #d1fae5;
}

.bps-watch-list li::before {
  content: "!";
  color: #9a5b05;
  background: #fef3c7;
}

.bps-pro-card {
  border-top: 4px solid #20a579;
}

.bps-con-card {
  border-top: 4px solid #e0a12f;
}

.bps-provider-alternatives {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bps-provider-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bps-provider-link h3 {
  margin: 18px 0 8px;
}

.bps-provider-link p {
  min-height: 68px;
}

.bps-provider-link strong,
.provider-card-link {
  color: #176bff;
  font-size: .82rem;
}

.bps-comparison-hero {
  background: radial-gradient(circle at 50% 0, #fff 0, #eef6ff 48%, #e4f0ff 100%);
}

.bps-comparison-verdict {
  padding-bottom: 20px;
}

.bps-comparison-verdict .bps-cta {
  max-width: 900px;
  margin: auto;
}

.bps-comparison-verdict .bps-cta .bps-eyebrow {
  color: #68dfe1;
}

.bps-comparison-table th:first-child {
  width: 18%;
}

.bps-comparison-table td {
  color: #52667c;
  line-height: 1.6;
}

.bps-comparison-table a,
.bps-inline-link {
  color: #176bff;
  font-weight: 800;
  text-decoration: none;
}

.bps-inline-link {
  display: inline-block;
  margin-top: 22px;
  font-size: .84rem;
}

.bps-comparison-links {
  justify-content: center;
}

.bps-feature-hero {
  background: linear-gradient(145deg, #edf6ff, #fff 60%, #eaf8f7);
}

.bps-feature-intro {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: start;
}

.bps-feature-intro h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
}

.bps-feature-intro > p {
  margin: 0;
  color: #52667c;
  font-size: 1.05rem;
  line-height: 1.85;
}

.bps-guide-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.bps-guide-steps .bps-card {
  padding: 22px;
}

.bps-guide-number {
  color: #176bff;
  font-family: Manrope, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.bps-guide-steps p {
  margin-bottom: 0;
}

.bps-provider-review-content {
  background: #fff;
}

.bps-provider-review-content h2 {
  margin: 58px 0 18px;
  color: #0b3155;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.18;
}

.bps-provider-review-content h3 {
  margin: 38px 0 15px;
  color: #0b3155;
  font-size: 1.35rem;
}

.bps-provider-review-content p,
.bps-provider-review-content li {
  color: #50647a;
  font-size: 1rem;
  line-height: 1.85;
}

.bps-provider-review-content a {
  color: #176bff;
  font-weight: 700;
}

.bps-provider-review-content figure {
  margin: 35px 0;
}

.bps-provider-review-content figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.bps-provider-review-content figcaption {
  margin-top: 10px;
  color: #718299;
  font-size: .78rem;
  text-align: center;
}

.bps-content-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 34px 0;
  padding: 24px;
  border: 1px solid #dbe7f2;
  border-radius: 16px;
  background: #f5f9fd;
}

.bps-content-toc strong {
  width: 100%;
  margin-bottom: 7px;
  color: #0b3155;
}

.bps-content-toc a {
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff;
  font-size: .8rem;
  text-decoration: none;
}

.bps-provider-review-page .bps-provider-hero {
  padding-bottom: 78px;
}

.bps-provider-review-page .bps-provider-hero .bps-wrap {
  max-width: 980px;
}

.bps-provider-review-page .bps-provider-hero h1 {
  max-width: 940px;
}

.bps-provider-review-page .bps-provider-hero .bps-hero-copy {
  max-width: 790px;
}

.bps-provider-trust {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding: 0 0 28px;
}

.bps-provider-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.bps-provider-trust-card {
  min-height: 116px;
  padding: 18px;
  border: 1px solid #d8e5f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 49, 85, .08);
}

.bps-provider-trust-card span {
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 10px;
  color: #176bff;
  background: #edf4ff;
  font-size: .72rem;
  font-weight: 900;
}

.bps-provider-trust-card strong {
  color: #0b3155;
  font-size: .84rem;
  line-height: 1.4;
}

.bps-provider-first-survey {
  padding-top: 58px;
  border-top: 1px solid #e0eaf4;
  background: linear-gradient(180deg, #f4f9ff, #fff);
}

.bps-provider-first-survey [data-business-phone-survey] {
  max-width: 920px;
  margin: 28px auto 0;
}

.bps-shortcode-survey-secondary {
  max-width: 920px;
  margin: 32px auto 0;
  text-align: left;
}

.bps-highlight-box {
  display: grid;
  gap: 7px;
  margin: 26px 0 18px;
  padding: 18px;
  border-left: 4px solid #176bff;
  border-radius: 0 14px 14px 0;
  background: #fff;
}

.bps-highlight-box strong,
.bps-highlight-box span {
  display: block;
}

.bps-highlight-box strong {
  color: #0b3155;
}

.bps-highlight-box span {
  color: #53677d;
  line-height: 1.55;
}

.bps-why-direct-card {
  border-color: #cddded;
}

.bps-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.bps-fit-card {
  border-top: 4px solid #20a579;
}

.bps-fit-card.bps-may-not-fit {
  border-top-color: #e0a12f;
}

.bps-fit-card h3,
.bps-provider-procon-grid h3 {
  margin-top: 0;
  color: #0b3155;
  font-size: 1.35rem;
}

.bps-provider-link {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bps-provider-link:hover,
.bps-provider-link:focus-visible {
  transform: translateY(-3px);
  border-color: #a8c7ee;
  box-shadow: 0 15px 34px rgba(11, 49, 85, .09);
}

.bps-provider-matrix th,
.bps-provider-matrix td {
  min-width: 150px;
  vertical-align: top;
}

.bps-provider-matrix th:first-child,
.bps-provider-matrix td:first-child {
  min-width: 125px;
}

.bps-provider-matrix th:last-child,
.bps-provider-matrix td:last-child {
  min-width: 135px;
}

.bps-provider-matrix td {
  color: #52667c;
  line-height: 1.55;
}

.bps-provider-matrix td a {
  color: #0b55d5;
  text-decoration: none;
}

.bps-table-cta {
  display: inline-block;
  padding: 9px 11px;
  border-radius: 10px;
  color: #fff !important;
  background: #176bff;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}

.bps-provider-mid-cta {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bps-provider-mid-cta .bps-cta {
  max-width: 1040px;
  margin: auto;
}

.bps-provider-review-content .bps-readable {
  max-width: 940px;
}

.bps-provider-review-content .bps-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.bps-provider-review-content .bps-content-toc {
  margin: 24px 0 38px;
  padding: 16px;
  border-radius: 14px;
}

.bps-provider-review-content .bps-content-toc strong {
  font-size: .82rem;
}

.bps-provider-review-content .bps-content-toc a {
  padding: 5px 9px;
  font-size: .72rem;
}

.bps-provider-review-content > .bps-wrap > h2,
.bps-provider-review-content > .bps-wrap > h3,
.bps-provider-review-content > .bps-wrap > p,
.bps-provider-review-content > .bps-wrap > ul,
.bps-provider-review-content > .bps-wrap > ol {
  max-width: 780px;
}

@media (max-width: 980px) {
  .bps-provider-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bps-provider-alternatives {
    grid-template-columns: repeat(2, 1fr);
  }

  .bps-guide-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .bps-provider-review-page .bps-provider-hero {
    padding-bottom: 62px;
  }

  .bps-provider-review-page .bps-button-row,
  .bps-provider-mid-cta .bps-button-row,
  .bps-bottom-conversion .bps-button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bps-provider-review-page .bps-button-row .bps-button,
  .bps-provider-mid-cta .bps-button,
  .bps-bottom-conversion .bps-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .bps-provider-trust {
    margin-top: -22px;
  }

  .bps-provider-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bps-provider-trust-card {
    min-height: 104px;
    padding: 15px;
  }

  .bps-provider-first-survey {
    padding-top: 44px;
  }

  .bps-provider-summary-grid,
  .bps-provider-procon-grid,
  .bps-provider-alternatives,
  .bps-fit-grid {
    grid-template-columns: 1fr;
  }

  .bps-table-wrap {
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bps-provider-matrix {
    min-width: 920px;
  }

  .bps-provider-review-content h2 {
    margin-top: 42px;
  }

  .bps-provider-link p {
    min-height: auto;
  }

  .bps-feature-intro,
  .bps-guide-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
