.bpi-service-template {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.bpi-service-hero {
  position: relative;
  min-height: 630px;
  padding: 96px 0 92px;
  background: #fff url('../images/dot-pattern.svg') center top / cover no-repeat;
  overflow: hidden;
}

.bpi-service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.bpi-service-hero__content {
  max-width: 760px;
}

.bpi-service-eyebrow {
  margin-bottom: 14px;
  color: var(--bpi-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bpi-service-hero h1 {
  color: #5a5d64;
  font-size: clamp(36px, 3.3vw, 54px);
  line-height: 1.17;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.bpi-service-hero h1 strong,
.bpi-service-hero h1 b,
.bpi-service-hero h1 span {
  color: var(--bpi-blue);
}

.bpi-service-hero__content p {
  max-width: 700px;
  color: #080c12;
  font-weight: 500;
}

.bpi-service-hero__form {
  max-width: 430px;
  margin-left: auto;
}

.bpi-service-feature .bpi-grid-2,
.bpi-service-help .bpi-grid-2 {
  align-items: center;
}

.bpi-service-feature .bpi-text-block h2,
.bpi-service-help .bpi-text-block h2 {
  color: var(--bpi-text);
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1.14;
}

.bpi-service-feature .bpi-text-block h2 strong,
.bpi-service-feature .bpi-text-block h2 span,
.bpi-service-help .bpi-text-block h2 strong,
.bpi-service-help .bpi-text-block h2 span {
  color: var(--bpi-blue);
}

.bpi-service-icon-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bpi-service-icon-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--bpi-text);
  font-weight: 500;
  line-height: 1.4;
}

.bpi-service-icon-list__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #6b9cff;
  font-size: 28px;
}

.bpi-service-icon-list__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.bpi-service-image-card {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 18px;
}

.bpi-service-image-card::before {
  content: "";
  position: absolute;
  width: min(78%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(101,154,255,.22) 0 36%, transparent 37% 100%);
  background-size: 18px 18px;
  z-index: 0;
}

.bpi-service-image-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  max-height: 520px;
  object-fit: contain;
}

.bpi-service-floating-image {
  position: relative;
  display: flex;
  justify-content: center;
  isolation: isolate;
}

.bpi-service-floating-image::before,
.bpi-service-floating-image::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(78,132,224,.78);
  z-index: -1;
}

.bpi-service-floating-image::before {
  width: 190px;
  height: 190px;
  right: 12%;
  top: 3%;
}

.bpi-service-floating-image::after {
  width: 118px;
  height: 118px;
  left: 10%;
  bottom: 4%;
}

.bpi-service-floating-image img {
  width: min(100%, 520px);
}

.bpi-service-template .bpi-why {
  padding-top: 90px;
  padding-bottom: 90px;
}

.bpi-service-template .bpi-services {
  padding-top: 90px;
}

.bpi-service-template .bpi-services__head h2 {
  color: var(--bpi-text);
}

.bpi-service-template .bpi-services__head h2 span,
.bpi-service-template .bpi-services__head h2 strong {
  color: var(--bpi-blue);
}

.bpi-service-template .bpi-books {
  padding-top: 92px;
}

.bpi-service-template .bpi-cta-band h2,
.bpi-service-template .bpi-process__head h2,
.bpi-service-template .bpi-offer h2,
.bpi-service-template .bpi-testimonials__title,
.bpi-service-template .bpi-faq__title {
  text-wrap: balance;
}

.bpi-service-template .bpi-offer p {
  max-width: 890px;
  margin: 0 auto 20px;
  color: rgba(255,255,255,.94);
}

.bpi-service-stars {
  margin-top: 16px;
  color: #ffc107;
  font-size: 20px;
  letter-spacing: 3px;
}

.bpi-service-template .bpi-contact h2 span {
  color: var(--bpi-blue);
}

.bpi-service-template .bpi-contact .bpi-lead-form {
  background: rgba(255,255,255,.98);
}

@media (max-width: 1100px) {
  .bpi-service-hero__grid {
    grid-template-columns: 1fr;
  }

  .bpi-service-hero__form {
    max-width: 520px;
    margin-left: 0;
  }
}

@media (max-width: 920px) {
  .bpi-service-feature .bpi-grid-2,
  .bpi-service-help .bpi-grid-2 {
    grid-template-columns: 1fr;
  }

  .bpi-service-help .bpi-floating-image,
  .bpi-service-floating-image {
    order: -1;
  }
}

@media (max-width: 680px) {
  .bpi-service-hero {
    min-height: auto;
    padding: 58px 0 60px;
  }

  .bpi-service-hero h1 {
    font-size: clamp(30px, 8vw, 38px);
    letter-spacing: .015em;
    text-wrap: normal;
  }

  .bpi-service-icon-list li {
    grid-template-columns: 32px 1fr;
    gap: 10px;
  }

  .bpi-service-icon-list__icon {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }
}
