.bgt-contact-hero {
  --bgt-contact-overlay: rgba(0, 20, 36, .26);
  --bgt-contact-vignette: rgba(0, 24, 45, .98);
  --bgt-contact-vignette-width: 66%;
  --bgt-contact-decor-color: rgba(72, 160, 207, .22);
  position: relative;
  display: flex;
  width: 100%;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
  background-color: #06253a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bgt-contact-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--bgt-contact-overlay);
}

.bgt-contact-hero--vignette .bgt-contact-hero__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--bgt-contact-vignette) 0%,
    rgba(0, 24, 45, .92) 24%,
    rgba(0, 24, 45, .68) 42%,
    rgba(0, 24, 45, .20) var(--bgt-contact-vignette-width),
    rgba(0, 24, 45, 0) 84%
  );
}

.bgt-contact-hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1340px;
  min-height: inherit;
  margin: 0 auto;
  padding: 58px 0 52px;
}

.bgt-contact-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 590px;
}

.bgt-contact-hero__title,
.bgt-contact-hero .bgt-contact-hero__title {
  margin: 0 0 24px;
  padding: 0;
  color: #fff;
  font-family: inherit;
  font-size: 76px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -2.2px;
  text-transform: none;
}

.bgt-contact-hero__accent {
  display: block;
  width: 58px;
  height: 4px;
  margin: 0 0 26px;
  border-radius: 999px;
  background: #70c72d;
}

.bgt-contact-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.bgt-contact-hero__breadcrumb-link,
.bgt-contact-hero__breadcrumb-current,
.bgt-contact-hero__breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.bgt-contact-hero__breadcrumb-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.bgt-contact-hero__breadcrumb-link:hover,
.bgt-contact-hero__breadcrumb-link:focus-visible {
  color: #9be25c;
}

.bgt-contact-hero__breadcrumb-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 2px;
}

.bgt-contact-hero__breadcrumb-link--text {
  cursor: default;
}

.bgt-contact-hero__breadcrumb-current {
  color: #fff;
}

.bgt-contact-hero__breadcrumb-separator {
  color: #70c72d;
  font-weight: 600;
}

.bgt-contact-hero__decoration {
  position: absolute;
  z-index: 1;
  left: -44px;
  bottom: -34px;
  width: 430px;
  height: 330px;
  opacity: .7;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 100%);
  background-image:
    radial-gradient(circle at 34% 35%, transparent 0 44px, var(--bgt-contact-decor-color) 45px 46px, transparent 47px 63px, var(--bgt-contact-decor-color) 64px 65px, transparent 66px),
    linear-gradient(var(--bgt-contact-decor-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--bgt-contact-decor-color) 1px, transparent 1px);
  background-size: 190px 190px, 34px 34px, 34px 34px;
  background-position: 18px 10px, 0 0, 0 0;
}

/* v2026.65: desktop/laptop inner content follows the exact same left/right
   alignment model as the already-correct FAQ hero. Background remains full width. */
@media (min-width: 1025px) {
  .bgt-contact-hero__container {
    max-width: 1340px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1025px) and (max-width: 1390px) {
  .bgt-contact-hero__container {
    max-width: calc(100% - 56px) !important;
  }
}

@media (max-width: 1024px) {
  .bgt-contact-hero {
    min-height: 330px;
  }

  .bgt-contact-hero__container {
    max-width: 100%;
    padding: 48px 30px 46px;
  }

  .bgt-contact-hero__title,
  .bgt-contact-hero .bgt-contact-hero__title {
    font-size: clamp(54px, 8vw, 68px);
  }

  .bgt-contact-hero--vignette .bgt-contact-hero__overlay::after {
    background: linear-gradient(90deg, var(--bgt-contact-vignette) 0%, rgba(0, 24, 45, .87) 38%, rgba(0, 24, 45, .18) 80%, transparent 100%);
  }
}

@media (max-width: 767px) {
  .bgt-contact-hero {
    min-height: 285px;
    background-position: 64% center;
  }

  .bgt-contact-hero__container {
    padding: 38px 20px 36px;
  }

  .bgt-contact-hero__content {
    max-width: 100%;
  }

  .bgt-contact-hero__title,
  .bgt-contact-hero .bgt-contact-hero__title {
    margin-bottom: 18px;
    font-size: clamp(44px, 14vw, 58px);
    line-height: 1.02;
    letter-spacing: -1.5px;
  }

  .bgt-contact-hero__accent {
    width: 50px;
    height: 3px;
    margin-bottom: 20px;
  }

  .bgt-contact-hero__breadcrumb {
    gap: 8px;
    font-size: 17px;
  }

  .bgt-contact-hero--vignette .bgt-contact-hero__overlay::after {
    background: linear-gradient(90deg, var(--bgt-contact-vignette) 0%, rgba(0, 24, 45, .86) 60%, rgba(0, 24, 45, .50) 100%);
  }

  .bgt-contact-hero__decoration {
    opacity: .42;
  }
}
