/* BJH Footer Override v1.0.1 - Powered by bestseo.solutions */

/* Hide the builder footer and its wrapper without touching edited page content */
.bjh-footer-shell,
.bjh-site-footer,
.bjh-site-footer--manifest,
.bjh-site-footer--override {
  display: none !important;
}

.bss-bjhf2,
.bss-bjhf2 * {
  box-sizing: border-box;
}

.bss-bjhf2 {
  --bss-bg-1: #052743;
  --bss-bg-2: #031a2e;
  --bss-panel: rgba(255,255,255,0.05);
  --bss-panel-strong: rgba(255,255,255,0.08);
  --bss-border: rgba(173, 204, 230, 0.18);
  --bss-text: #d8e7f4;
  --bss-text-soft: #a9c3d9;
  --bss-white: #ffffff;
  --bss-accent: #7ea6cf;
  --bss-accent-2: #e6f0f9;
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 48px 0 0;
  background: linear-gradient(180deg, var(--bss-bg-1) 0%, var(--bss-bg-2) 100%);
  color: var(--bss-text);
  border-top: 1px solid rgba(255,255,255,.10);
  font-family: inherit;
  font-size: 16px !important;
  line-height: 1.6 !important;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

.bss-bjhf2 a,
.bss-bjhf2 h2,
.bss-bjhf2 h3,
.bss-bjhf2 h4,
.bss-bjhf2 p,
.bss-bjhf2 li,
.bss-bjhf2 span,
.bss-bjhf2 strong {
  font-family: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.bss-bjhf2 a {
  color: var(--bss-white);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bss-bjhf2 a:hover {
  color: var(--bss-accent-2);
}

.bss-bjhf2__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Level 1 */
.bss-bjhf2__top {
  padding: 28px 0 24px;
}

.bss-bjhf2__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid var(--bss-border);
  background:
    radial-gradient(circle at top right, rgba(126,166,207,.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.bss-bjhf2__kicker {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: #9dc0df;
}

.bss-bjhf2__headline {
  margin: 0 0 10px;
  color: var(--bss-white);
  font-size: 34px !important;
  line-height: 1.12 !important;
  font-weight: 800;
}

.bss-bjhf2__lead {
  margin: 0;
  color: var(--bss-text);
  font-size: 15px !important;
  line-height: 1.8 !important;
  max-width: 820px;
}

.bss-bjhf2__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bss-bjhf2__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--bss-white);
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700;
}

.bss-bjhf2__cta-side {
  display: grid;
  gap: 14px;
}

.bss-bjhf2__info-box {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.bss-bjhf2__info-title {
  display: block;
  margin: 0 0 6px;
  color: var(--bss-white);
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700;
}

.bss-bjhf2__info-copy {
  margin: 0;
  color: var(--bss-text);
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.bss-bjhf2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bss-bjhf2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  border: 1px solid transparent;
}

.bss-bjhf2__btn--primary {
  background: var(--bss-white);
  color: #072946 !important;
}

.bss-bjhf2__btn--primary:hover {
  background: #e7f0f9;
  color: #072946 !important;
}

.bss-bjhf2__btn--secondary {
  background: transparent;
  border-color: rgba(255,255,255,.24);
  color: var(--bss-white) !important;
}

.bss-bjhf2__btn--secondary:hover {
  border-color: var(--bss-white);
  color: var(--bss-white) !important;
}

/* Level 2 */
.bss-bjhf2__bottom {
  padding: 22px 0 18px;
}

.bss-bjhf2__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap: 22px;
}

.bss-bjhf2__card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}

.bss-bjhf2__brand-card {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.06), transparent 35%),
    rgba(255,255,255,.05);
}

.bss-bjhf2__card-title {
  margin: 0 0 12px;
  color: var(--bss-white);
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 800;
}

.bss-bjhf2__brand-title {
  margin: 0 0 12px;
  color: var(--bss-white);
  font-size: 28px !important;
  line-height: 1.15 !important;
  font-weight: 800;
}

.bss-bjhf2__text,
.bss-bjhf2__address,
.bss-bjhf2__copy,
.bss-bjhf2__contact-links a,
.bss-bjhf2__mini-nav a,
.bss-bjhf2__list li {
  font-size: 14px !important;
  line-height: 1.78 !important;
  color: var(--bss-text);
}

.bss-bjhf2__text,
.bss-bjhf2__address,
.bss-bjhf2__copy,
.bss-bjhf2__contact-links {
  margin: 0;
}

.bss-bjhf2__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin-top: 18px;
}

.bss-bjhf2__highlight {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}

.bss-bjhf2__highlight strong {
  display: block;
  margin-bottom: 2px;
  color: var(--bss-white);
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 700;
}

.bss-bjhf2__highlight span {
  display: block;
  color: var(--bss-text-soft);
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.bss-bjhf2__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bss-bjhf2__list li {
  margin: 0 0 9px;
}

.bss-bjhf2__list li:last-child {
  margin-bottom: 0;
}

.bss-bjhf2__list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--bss-text);
}

.bss-bjhf2__list a:hover {
  color: var(--bss-white);
}

.bss-bjhf2__arrow {
  color: #9dc0df;
  font-size: 12px !important;
  line-height: 1.5 !important;
  transform: translateY(2px);
  flex: 0 0 auto;
}

.bss-bjhf2__contact-group {
  display: grid;
  gap: 14px;
}

.bss-bjhf2__contact-item {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.bss-bjhf2__contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bss-bjhf2__contact-label {
  display: block;
  margin: 0 0 4px;
  color: var(--bss-white);
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 800;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.bss-bjhf2__contact-links a {
  display: block;
}

.bss-bjhf2__contact-links a:hover {
  color: var(--bss-white);
}

.bss-bjhf2__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.bss-bjhf2__mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bss-bjhf2__mini-nav a:hover {
  color: var(--bss-white);
}

@media (max-width: 1180px) {
  .bss-bjhf2__cta {
    grid-template-columns: 1fr;
  }

  .bss-bjhf2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bss-bjhf2 {
    margin-top: 36px;
  }

  .bss-bjhf2__inner {
    padding: 0 18px;
  }

  .bss-bjhf2__top {
    padding: 22px 0 20px;
  }

  .bss-bjhf2__cta {
    padding: 20px;
    border-radius: 18px;
  }

  .bss-bjhf2__headline {
    font-size: 26px !important;
  }

  .bss-bjhf2__grid {
    grid-template-columns: 1fr;
  }

  .bss-bjhf2__card {
    padding: 18px;
    border-radius: 16px;
  }

  .bss-bjhf2__highlights {
    grid-template-columns: 1fr;
  }

  .bss-bjhf2__actions {
    flex-direction: column;
  }

  .bss-bjhf2__btn {
    width: 100%;
  }

  .bss-bjhf2__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .bss-bjhf2__mini-nav {
    justify-content: flex-start;
  }
}
