.bgt-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.bgt-hero * { box-sizing: border-box; }


/* Reference palette from the supplied BGT hero artwork.
   Elementor controls can override every colour below. */
.bgt-hero {
  background: linear-gradient(105deg, #061F2B 0%, #082632 48%, #0A2D37 100%);
}

.bgt-hero__decor { color: #5A7D84 !important; }
.bgt-hero__eyebrow { color: #AAE7C9 !important; }
.bgt-hero__heading-segment:not(.is-accent) { color: #FFFFFF !important; }
.bgt-hero__heading-segment.is-accent { color: #8CC425 !important; }
.bgt-hero__description { color: #B0C0C6 !important; }

.bgt-hero__button--primary {
  color: #FFFFFF !important;
  background-color: #0874C9 !important;
  border-color: #0874C9 !important;
  box-shadow: 0 8px 24px rgba(8, 116, 201, .16);
}
.bgt-hero__button--primary:hover {
  color: #FFFFFF !important;
  background-color: #0A86DC !important;
  border-color: #0A86DC !important;
}
.bgt-hero__button--secondary {
  color: #FFFFFF !important;
  background-color: #163440 !important;
  border-color: #45636C !important;
}
.bgt-hero__button--secondary:hover {
  color: #FFFFFF !important;
  background-color: #1A4551 !important;
}

.bgt-hero__features { border-top-color: #274953 !important; }
.bgt-hero__feature-icon {
  color: #67D2A4 !important;
  background-color: #17493F !important;
}
.bgt-hero__feature-title { color: #FFFFFF !important; }
.bgt-hero__feature-text { color: #91A8B0 !important; }

.bgt-hero__visual-frame {
  color: rgba(188, 220, 222, .32) !important;
  background-color: rgba(255, 255, 255, .10) !important;
}
.bgt-hero__visual-title,
.bgt-hero__stage-title { color: #F5FAFA !important; }
.bgt-hero__status-dot { background-color: #4FD098 !important; }
.bgt-hero__pill {
  color: #4FD098 !important;
  border-color: #4FD098 !important;
  background-color: rgba(79, 208, 152, .08);
}
.bgt-hero__stage {
  background-color: rgba(16, 83, 69, .34) !important;
  border-color: rgba(83, 180, 146, .24) !important;
}
.bgt-hero__stage-text { color: #91A8B0 !important; }

.bgt-hero__callout { background-color: #FFFFFF !important; }
.bgt-hero__callout-title { color: #17313A !important; }
.bgt-hero__callout-text { color: #6B7D83 !important; }
.bgt-hero__callout-icon {
  color: #28B87E !important;
  background-color: #EAF8F1 !important;
}

.bgt-hero__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.bgt-hero__ring {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: .12;
  right: -175px;
  top: -225px;
}

.bgt-hero__ring::after {
  content: "";
  position: absolute;
  inset: -84px;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.bgt-hero__container {
  width: 100%;
  max-width: 1340px;
  margin-inline: auto;
}

/* Header-width sync: intentionally overrides legacy Elementor width values on existing hero instances.
   The background remains full width; only the inner content container is synchronized. */
.bgt-hero--header-sync .bgt-hero__container {
  width: 100% !important;
  max-width: var(--bgt-site-header-width, 1340px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bgt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  align-items: stretch;
  gap: 72px;
}

.bgt-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.bgt-hero__eyebrow-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px color-mix(in srgb, currentColor 12%, transparent);
}

.bgt-hero__heading {
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

.bgt-hero__heading-segment { display: inline; }
.bgt-hero__heading-break { display: block; }

.bgt-hero__description {
  margin: 28px 0 0;
  max-width: 700px;
}

.bgt-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bgt-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}

.bgt-hero__button:hover { transform: translateY(-2px); }
.bgt-hero__button svg { width: 1em; height: 1em; }

/* 2026.62: Keep the marked hero CTA arrow glyphs clearly white by default.
   Dedicated Elementor controls can still override this exact glyph colour. */
.bgt-hero__button > span:last-child,
.bgt-hero__button > span:last-child i,
.bgt-hero__button > span:last-child svg,
.bgt-hero__button > span:last-child svg * {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

.bgt-hero__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid currentColor;
}

.bgt-hero__feature {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.bgt-hero__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
}

.bgt-hero__feature-icon svg { width: 12px; height: 12px; }

/* 2026.62: The check/icon glyph itself is white; the editable circle background stays separate. */
.bgt-hero__feature-icon i,
.bgt-hero__feature-icon svg,
.bgt-hero__feature-icon svg * {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  stroke: #FFFFFF !important;
}
.bgt-hero__feature-title { display: block; margin-bottom: 4px; }
.bgt-hero__feature-text { display: block; }

.bgt-hero__visual-wrap {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.bgt-hero__visual-frame {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: 100%;
  border: 1px solid currentColor;
  border-radius: 28px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease;
}

.bgt-hero__visual-frame:hover { transform: translateY(-4px); }

.bgt-hero__visual-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 16px;
}

.bgt-hero__visual-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.bgt-hero__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 12%, transparent);
}

.bgt-hero__pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.bgt-hero__image-shell {
  overflow: hidden;
  border-radius: 14px;
  flex: 1 1 auto;
  min-height: 430px;
  display: flex;
  align-items: stretch;
}

.bgt-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  min-height: 430px;
  object-fit: cover;
  object-position: center center;
}

.bgt-hero__stages {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.bgt-hero__stage {
  min-width: 0;
  padding: 12px 11px;
  border: 1px solid currentColor;
  border-radius: 12px;
}

.bgt-hero__stage-title,
.bgt-hero__stage-text {
  display: block;
  overflow-wrap: anywhere;
}

.bgt-hero__stage-title { margin-bottom: 3px; }

.bgt-hero__callout {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: min(215px, 45%);
  min-width: 170px;
  padding: 12px 14px;
  border-radius: 15px;
  box-shadow: 0 14px 42px rgba(0, 0, 0, .16);
  transition: transform .22s ease;
}

.bgt-hero__callout:hover { transform: translateY(-3px); }
.bgt-hero__callout--top { left: -42px; top: 54px; }
.bgt-hero__callout--bottom { right: -48px; bottom: 28px; }

.bgt-hero__callout-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.bgt-hero__callout-icon svg { width: 16px; height: 16px; }
.bgt-hero__callout-title,
.bgt-hero__callout-text { display: block; }
.bgt-hero__callout-title { margin-bottom: 2px; }

@media (max-width: 1100px) {
  .bgt-hero__grid { gap: 44px; }
  .bgt-hero__callout--top { left: -20px; }
  .bgt-hero__callout--bottom { right: -20px; }
}

@media (max-width: 1024px) {
  .bgt-hero__grid { grid-template-columns: 1fr; align-items: start; }
  .bgt-hero__content { max-width: 820px; }
  .bgt-hero__visual-wrap { width: min(820px, 100%); display: block; }
  .bgt-hero__visual-frame { min-height: 0; display: block; }
  .bgt-hero__image-shell { min-height: 0; display: block; }
  .bgt-hero__image { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
}

@media (max-width: 767px) {
  .bgt-hero__features { grid-template-columns: 1fr; }
  .bgt-hero__buttons { flex-direction: column; align-items: stretch; }
  .bgt-hero__button { width: 100%; }
  .bgt-hero__visual-frame { padding: 14px; border-radius: 20px; }
  .bgt-hero__stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bgt-hero__callout {
    position: relative;
    inset: auto !important;
    width: 100%;
    min-width: 0;
    margin-top: 10px;
  }
  .bgt-hero__callout--top { order: 1; }
  .bgt-hero__ring { width: 300px; height: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .bgt-hero__button,
  .bgt-hero__visual-frame,
  .bgt-hero__callout { transition: none; }
  .bgt-hero__button:hover,
  .bgt-hero__visual-frame:hover,
  .bgt-hero__callout:hover { transform: none; }
}

/* BGT v22 responsive hardening */
.bgt-hero { max-width: 100%; overflow-x: clip; }
.bgt-hero__container,
.bgt-hero__grid,
.bgt-hero__content,
.bgt-hero__visual-wrap,
.bgt-hero__visual-frame { min-width: 0; max-width: 100%; }
.bgt-hero__heading,
.bgt-hero__description,
.bgt-hero__feature-title,
.bgt-hero__feature-text,
.bgt-hero__callout-title,
.bgt-hero__callout-text { overflow-wrap: anywhere; word-break: normal; }
.bgt-hero img, .bgt-hero svg { max-width: 100%; }
@media (max-width: 1380px) {
  .bgt-hero__container { padding-inline: clamp(18px, 2.6vw, 32px); }
  .bgt-hero__callout--top { left: 10px; }
  .bgt-hero__callout--bottom { right: 10px; }
}
@media (max-width: 1024px) {
  .bgt-hero__grid { gap: 36px; }
  .bgt-hero__visual-wrap { margin-inline: auto; }
  .bgt-hero__callout {
    position: relative;
    inset: auto !important;
    width: 100%;
    min-width: 0;
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .bgt-hero__heading { font-size: clamp(36px, 11vw, 48px) !important; line-height: 1.02 !important; }
  .bgt-hero__description { font-size: 15px !important; line-height: 1.6 !important; }
  .bgt-hero__eyebrow { max-width: 100%; flex-wrap: wrap; }
  .bgt-hero__visual-topbar { flex-wrap: wrap; }
  .bgt-hero__stages { grid-template-columns: 1fr; }
  .bgt-hero__buttons { width: 100%; }
}
@media (max-width: 380px) {
  .bgt-hero__container { padding-inline: 14px; }
  .bgt-hero__heading { font-size: 34px !important; }
  .bgt-hero__visual-frame { padding: 12px; }
}



/* BGT 2026.83 — Sleek compact homepage hero refinement.
   Removes the lower trust row, tightens the headline, and reduces the
   right visual height so the complete banner reads as one compact unit. */
@media (min-width: 1025px) {
  .bgt-hero {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .bgt-hero__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) !important;
    gap: 52px !important;
    align-items: center !important;
  }

  .bgt-hero__content {
    align-self: center;
  }

  .bgt-hero__eyebrow {
    margin-bottom: 16px !important;
  }

  .bgt-hero__heading {
    max-width: 690px;
    font-size: clamp(52px, 4.05vw, 68px) !important;
    line-height: .96 !important;
    letter-spacing: -0.035em !important;
  }

  .bgt-hero__description {
    margin-top: 20px !important;
    max-width: 650px;
  }

  .bgt-hero__buttons {
    margin-top: 22px !important;
  }

  .bgt-hero__button {
    min-height: 48px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .bgt-hero__features {
    display: none !important;
  }

  .bgt-hero__visual-wrap {
    align-items: center !important;
  }

  .bgt-hero__visual-frame {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 24px !important;
  }

  .bgt-hero__visual-topbar {
    padding-bottom: 12px !important;
  }

  .bgt-hero__image-shell {
    min-height: 300px !important;
    height: 300px !important;
    flex: 0 0 300px !important;
    border-radius: 13px !important;
  }

  .bgt-hero__image {
    min-height: 300px !important;
    height: 300px !important;
  }

  .bgt-hero__stages {
    margin-top: 10px !important;
    gap: 6px !important;
  }

  .bgt-hero__stage {
    padding: 9px 9px !important;
    border-radius: 10px !important;
  }

  .bgt-hero__stage-title {
    margin-bottom: 2px !important;
  }

  .bgt-hero__callout--top {
    top: 42px !important;
  }

  .bgt-hero__callout--bottom {
    bottom: 22px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1380px) {
  .bgt-hero {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .bgt-hero__grid {
    gap: 38px !important;
  }

  .bgt-hero__heading {
    font-size: clamp(48px, 4vw, 60px) !important;
  }

  .bgt-hero__image-shell,
  .bgt-hero__image {
    min-height: 280px !important;
    height: 280px !important;
  }

  .bgt-hero__image-shell {
    flex-basis: 280px !important;
  }
}

@media (max-width: 1024px) {
  .bgt-hero {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .bgt-hero__heading {
    line-height: .99 !important;
  }

  .bgt-hero__features {
    display: none !important;
  }

  .bgt-hero__image {
    max-height: 420px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .bgt-hero {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .bgt-hero__eyebrow {
    margin-bottom: 14px !important;
  }

  .bgt-hero__description {
    margin-top: 18px !important;
  }

  .bgt-hero__buttons {
    margin-top: 20px !important;
  }
}
