.block-cta-banner {
  background-color: #0A2540;
  color: #fff;
  padding: 56px 24px;
  text-align: center;
  position: relative;
}

.block-cta-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 800px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.35), transparent);
}

.block-cta-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 800px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.35), transparent);
}

.block-cta-banner .container {
  max-width: 900px;
  margin: 0 auto;
}

.block-cta-banner .block-cta-banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.block-cta-banner .block-cta-banner-wrapper .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.block-cta-banner .icon-image-container {
  width: 56px;
  height: 56px;
  background: rgba(251, 191, 36, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  aspect-ratio: auto;
}

.block-cta-banner .icon-image-container img {
  width: 28px !important;
  height: 28px !important;
  filter: brightness(0) invert(1);
}

.block-cta-banner .copy-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: unset;
}

.block-cta-banner .copy-container > * {
  margin: 0;
}

.block-cta-banner .copy-container h3:first-child {
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.block-cta-banner .copy-container .copy-title {
  font-family: "Inter", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.5;
  margin-top: 6px;
  max-width: 480px;
}

.block-cta-banner .cta-container {
  display: flex;
}

.block-cta-banner .telephone-cta-container .hcp-button {
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.block-cta-banner .telephone-cta-container .hcp-button:hover {
  background: #FBBF24;
  border-color: #FBBF24;
  color: #0A2540;
}

@media (max-width: 768px) {
  .block-cta-banner {
    padding: 44px 24px;
  }

  .block-cta-banner .copy-container h3:first-child {
    font-size: 22px;
  }

  .block-cta-banner .copy-container .copy-title {
    font-size: 15px;
  }
}
