main.vt-section {
  padding-top: 0;
}

.vt-pagehero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3fbf5 0%, #ffffff 55%, #eef7ff 100%);
  border: 1px solid #e5efe8;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
  margin-bottom: 28px;
}

.vt-pagehero--banner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
  min-height: clamp(210px, 16vw, 280px);
  border: 0;
  border-radius: 0;
  background: #0c1622;
  box-shadow: 0 14px 36px rgba(16, 24, 40, 0.1);
  overflow: hidden;
}

.vt-pagehero__bg {
  position: absolute;
  inset: 0;
}

.vt-pagehero__bg picture,
.vt-pagehero__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.vt-pagehero__bg img {
  object-fit: cover;
  object-position: center;
}

.vt-pagehero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 16, 24, 0.76) 0%,
      rgba(8, 16, 24, 0.48) 42%,
      rgba(8, 16, 24, 0.16) 100%
    ),
    linear-gradient(180deg, rgba(8, 16, 24, 0.06) 0%, rgba(8, 16, 24, 0.3) 100%);
}

.vt-pagehero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: clamp(300px, 36vw, 460px);
  padding: clamp(26px, 4vw, 42px);
}

.vt-pagehero--banner .vt-pagehero__inner {
  min-height: clamp(210px, 16vw, 280px);
  padding-block: clamp(22px, 3vw, 34px);
  padding-inline: max(20px, calc((100% - var(--vt-container)) / 2 + 16px));
}

.vt-pagehero__copy {
  max-width: min(760px, 100%);
}

.vt-pagehero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(8px);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vt-pagehero:not(.vt-pagehero--banner) .vt-pagehero__kicker {
  background: #eef8f1;
  color: #1f6f43;
  backdrop-filter: none;
}

.vt-pagehero__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 14px 0 10px;
  color: #fff;
  font-weight: 800;
}

.vt-pagehero:not(.vt-pagehero--banner) .vt-pagehero__title {
  color: #10261a;
}

.vt-pagehero__lead {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.vt-pagehero:not(.vt-pagehero--banner) .vt-pagehero__lead {
  color: #4b5563;
}

.vt-pagehero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.vt-pagehero__actions .btn-success {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .vt-pagehero--banner {
    min-height: 200px;
  }

  .vt-pagehero--banner .vt-pagehero__inner {
    min-height: 200px;
    padding: 18px 16px;
  }

  .vt-pagehero__overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 16, 24, 0.18) 0%,
      rgba(8, 16, 24, 0.3) 26%,
      rgba(8, 16, 24, 0.82) 100%
    );
  }
}
