.bl-page {
  background: #f5f5f5;
  color: #243447;
}

.bl-page main {
  overflow: hidden;
}

.bl-page img {
  display: block;
  max-width: 100%;
}

.bl-page h1,
.bl-page h2,
.bl-page h3 {
  color: #3b414a;
  letter-spacing: -0.03em;
}

.bl-page p {
  color: #505967;
}

.bl-hero {
  padding: 90px 0 0;
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(255, 255, 255, 0) 72%),
    url("../img/business-loans/couple-talking-to-their-business-advisor.jpeg") center center / cover no-repeat,
    #d8c2ac;
}

.bl-hero .container {
  position: relative;
  min-height: 470px;
}

.bl-hero-card {
  width: min(100%, 540px);
  padding: 34px 40px 36px;
  border-radius: 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(4px);
}

.bl-hero-card h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.45rem);
  font-weight: 600;
  line-height: 1.18;
}

.bl-accent {
  display: block;
  width: 76px;
  height: 4px;
  margin: 16px auto 14px;
  background: #ef7b18;
}

.bl-hero-card p {
  margin: 0 auto 16px;
  max-width: 360px;
  font-size: clamp(1.4rem, 2.1vw, 2.05rem);
  line-height: 1.22;
  color: #3f4957;
}

.bl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.25s ease;
}

.bl-btn:hover {
  transform: translateY(-1px);
}

.bl-btn-primary {
  color: #fff;
  background: #086bb3;
}

.bl-btn-primary:hover {
  color: #fff;
}

.bl-intro {
  padding: 46px 0 38px;
  background: #f7f7f7;
}

.bl-intro-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.bl-intro-inner h2,
.bl-offer-copy h2,
.bl-product-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.95rem);
  font-weight: 600;
  line-height: 1.15;
}

.bl-intro-inner p {
  margin: 0 auto;
  max-width: 880px;
  font-size: 18px;
  line-height: 1.65;
}

.bl-offer {
  padding: 34px 0;
  background:
    radial-gradient(circle at 25px 25px, rgba(216, 221, 226, 0.55) 0 24px, transparent 25px) 0 0/50px 50px,
    radial-gradient(circle at 25px 25px, rgba(216, 221, 226, 0.55) 0 24px, transparent 25px) 25px 25px/50px 50px,
    #f1f2f3;
}

.bl-offer-inner {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
}

.bl-offer-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 120px;
  margin: 0 auto;
}

.bl-offer-ring {
  position: absolute;
  width: 76px;
  height: 76px;
  border: 4px solid #2e3b46;
  border-radius: 50%;
}

.bl-offer-ring::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid rgba(46, 59, 70, 0.55);
  border-radius: 50%;
}

.bl-offer-percent {
  position: absolute;
  top: 18px;
  left: 70px;
  font-size: 52px;
  line-height: 1;
  color: #ef7b18;
}

.bl-offer-arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  border-right: 4px solid #ef7b18;
  border-bottom: 4px solid #ef7b18;
  transform: rotate(45deg);
}

.bl-offer-arrow::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 15px;
  width: 4px;
  height: 64px;
  background: #ef7b18;
  transform: rotate(-45deg);
}

.bl-offer-copy .bl-accent,
.bl-product-copy .bl-accent {
  margin-left: 0;
  margin-right: 0;
}

.bl-offer-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  font-weight: 500;
  color: #404855;
}

.bl-offer-copy p {
  margin: 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.55;
}

.bl-product {
  padding: 58px 0 54px;
  background: #f7f7f7;
}

.bl-product-alt {
  background: #eef0f2;
}

.bl-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 360px);
  gap: 42px;
  align-items: start;
}

.bl-product-lead {
  margin: 14px 0 28px;
  max-width: 720px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.3;
  color: #474f5c;
}

.bl-feature-list {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 22px;
}

.bl-feature-list li {
  font-size: 15px;
  line-height: 1.55;
  color: #4e5968;
}

.bl-feature-list strong {
  color: #333b46;
  font-weight: 800;
}

.bl-text-link,
.bl-side-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #0b69af;
}

.bl-text-link::after,
.bl-side-link::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: 14px;
}

.bl-product-side {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding-top: 8px;
}

.bl-product-image {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(17, 31, 52, 0.08);
}

.bl-product-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.bl-product:nth-of-type(4) .bl-product-image img,
.bl-product:last-of-type .bl-product-image img {
  object-position: center top;
}

@media (max-width: 1199px) {
  .bl-hero {
    min-height: 500px;
  }

  .bl-hero .container {
    min-height: 410px;
  }

  .bl-hero-card {
    width: min(100%, 470px);
  }
}

@media (max-width: 991px) {
  .bl-hero {
    padding-top: 78px;
    min-height: 420px;
    background-position: center;
  }

  .bl-hero .container {
    min-height: 320px;
  }

  .bl-hero-card {
    margin: 0 auto;
    padding: 28px 26px 30px;
  }

  .bl-offer-inner,
  .bl-product-grid {
    grid-template-columns: 1fr;
  }

  .bl-offer-inner {
    gap: 10px;
    text-align: center;
  }

  .bl-offer-copy .bl-accent,
  .bl-product-copy .bl-accent {
    margin-left: auto;
    margin-right: auto;
  }

  .bl-product-copy {
    text-align: center;
  }

  .bl-product-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .bl-feature-list {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .bl-hero {
    padding-top: 72px;
    min-height: 360px;
  }

  .bl-hero-card h1 {
    font-size: 2rem;
  }

  .bl-hero-card p {
    font-size: 1.35rem;
  }

  .bl-intro,
  .bl-product {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .bl-intro-inner p,
  .bl-product-lead {
    font-size: 1.1rem;
  }

  .bl-product-image img {
    height: 200px;
  }
}
