.banner-inner {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 28px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
.banner-inner--blog {
  justify-content: center;
  min-height: auto;
  padding: 84px 32px 44px;
}
.banner-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(18, 22, 31, 0.62) 0%, rgba(18, 22, 31, 0.18) 48%, rgba(18, 22, 31, 0.56) 100%);
  pointer-events: none;
}
.heading-container {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  box-shadow: 0 22px 48px rgba(20, 24, 33, 0.16);
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.banner-inner--blog::before {
  display: none;
}
.heading-container--blog {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0;
  box-shadow: none;
  max-width: 820px;
  padding: 0;
}
@supports not ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  .heading-container {
    background: rgba(255, 255, 255, 0.96);
  }
}
.banner-inner__eyebrow {
  color: #f5ac00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.heading-container h1 {
  font-weight: 800;
  font-size: 58px;
  line-height: 1.02;
  text-transform: none;
  letter-spacing: -0.03em;
  width: 960px;
  max-width: 100%;
  color: #17181f;
}
.heading-container p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-black);
  margin-top: 18px;
  max-width: 760px;
} 
.heading-container--blog h1 {
  color: #122b49;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.96;
  margin-bottom: 20px;
  max-width: 12ch;
  width: auto;
}
.banner-inner__lead {
  color: #3f4f62;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  max-width: 640px;
}
.heading-container .hs_cos_wrapper p:nth-of-type(2) {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(60, 60, 67, 0.8);
}

/* Responsive */
@media (max-width: 1150px) {
  .heading-container h1 {
    font-size: 48px; 
  }
}
@media (max-width: 768px) {
  .heading-container h1 {
    font-size: 34px;
  } 
  .heading-container {
    margin-left: 0;
    padding: 20px;
  } 
  .heading-container--blog {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .heading-container h1 {
    font-size: 28px;
  } 
}
@media (max-width: 350px) {
  .heading-container h1 {
    font-size: 20px;
  } 
}
@media only screen and (max-width: 767px) {
  .heading-container h1 {
    font-size: 28px;
  } 
  .banner-inner {
    min-height: 420px;
    padding: 18px;
  }
  .banner-inner--blog {
    min-height: auto;
    padding: 56px 18px 24px;
  }
  .heading-container p {
    font-size: 17px;
  }
  .heading-container--blog h1 {
    font-size: 40px;
    line-height: 1.02;
    max-width: none;
  }
  .banner-inner__lead {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-inner {
    min-height: 460px;
  }
  .heading-container {
    width: 640px !important;
  }
  .heading-container h1 {
    font-size: 40px !important;
  }
}
