@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/montserrat-latin-400-800.woff2") format("woff2");
}

:root {
  --blf-teal-950: #042f2e;
  --blf-teal-900: #134e4a;
  --blf-teal-800: #115e59;
  --blf-teal-700: #0f766e;
  --blf-teal-600: #0d9488;
  --blf-teal-400: #2dd4bf;
  --blf-teal-300: #5eead4;
  --blf-teal-200: #99f6e4;
  --blf-amber-400: #fbbf24;
  --blf-amber-300: #fcd34d;
  --blf-gray-950: #111827;
  --blf-gray-900: #172033;
  --blf-gray-700: #374151;
  --blf-gray-600: #4b5563;
  --blf-gray-500: #6b7280;
  --blf-gray-400: #9ca3af;
  --blf-gray-200: #e5e7eb;
  --blf-gray-100: #f3f4f6;
  --blf-gray-50: #f9fafb;
  --blf-white: #ffffff;
  --blf-font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body.blf-shell-active {
  margin: 0;
  overflow-x: clip;
  background: var(--blf-gray-50);
  color: var(--blf-gray-700);
  font-family: var(--blf-font) !important;
  -webkit-font-smoothing: antialiased;
}

body.blf-shell-active,
body.blf-shell-active button,
body.blf-shell-active input,
body.blf-shell-active select,
body.blf-shell-active textarea,
body.blf-shell-active h1,
body.blf-shell-active h2,
body.blf-shell-active h3,
body.blf-shell-active h4,
body.blf-shell-active h5,
body.blf-shell-active h6,
body.blf-shell-active p,
body.blf-shell-active li,
body.blf-shell-active a {
  font-family: var(--blf-font) !important;
}

.blf-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 11000;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--blf-white);
  color: var(--blf-teal-900) !important;
  font-weight: 700;
  transform: translateY(-150%);
}

.blf-skip-link:focus {
  transform: translateY(0);
}

body.blf-shell-active > header:not(.blf-site-shell),
body.blf-shell-active > footer:not(.blf-site-footer),
body.blf-shell-active > .announcement-bar,
body.blf-shell-active > .top-banner,
body.blf-shell-active > .promo-banner,
body.blf-shell-active > .faq-promo,
body.blf-shell-active > .sticky-cta,
body.blf-shell-active > .floating-cta,
body.blf-shell-active > .offer-bar {
  display: none !important;
}

.blf-site-shell {
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(19, 78, 74, .98);
  box-shadow: 0 8px 24px rgba(4, 47, 46, .18);
  transition: background .25s ease, box-shadow .25s ease;
}

.blf-site-shell.is-scrolled {
  background: rgba(17, 24, 39, .98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
}

.blf-site-shell__inner {
  display: flex;
  width: min(calc(100% - 32px), 1200px);
  min-height: 80px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.blf-site-shell__brand,
.blf-site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blf-white) !important;
  text-decoration: none !important;
}

.blf-site-shell__logo,
.blf-site-footer__logo {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.blf-site-shell__brand-copy,
.blf-site-footer__brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.blf-site-shell__brand-name,
.blf-site-footer__brand-name {
  color: var(--blf-white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.blf-site-shell__tagline,
.blf-site-footer__tagline {
  margin-top: 5px;
  color: var(--blf-teal-400);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blf-site-shell__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.blf-site-shell__nav a {
  color: rgba(255, 255, 255, .92) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.blf-site-shell__nav a:hover,
.blf-site-shell__nav a:focus-visible,
.blf-site-shell__nav a[aria-current="page"] {
  color: var(--blf-teal-200) !important;
}

.blf-site-shell__cta {
  display: inline-flex !important;
  min-height: 42px;
  padding: 0 20px !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blf-teal-600);
  color: var(--blf-white) !important;
  font-weight: 800 !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.blf-site-shell__cta:hover,
.blf-site-shell__cta:focus-visible {
  background: var(--blf-teal-700);
  box-shadow: 0 10px 24px rgba(13, 148, 136, .28);
  transform: translateY(-1px);
}

.blf-site-shell__toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  color: var(--blf-white);
  cursor: pointer;
}

.blf-site-shell__toggle svg {
  width: 22px;
  height: 22px;
}

body.blf-shell-active .page-hero,
body.blf-shell-active .faq-hero,
body.blf-shell-active.blf-page-resources .hero {
  color: var(--blf-white) !important;
  background: radial-gradient(circle at 82% 16%, rgba(45, 212, 191, .2), transparent 28rem), linear-gradient(135deg, var(--blf-teal-900), var(--blf-teal-800) 54%, var(--blf-teal-700)) !important;
}

body.blf-shell-active .page-hero h1,
body.blf-shell-active .faq-hero h1,
body.blf-shell-active.blf-page-resources .hero h1 {
  color: var(--blf-white) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em;
}

body.blf-shell-active .page-hero p,
body.blf-shell-active .page-hero .hero-sub,
body.blf-shell-active .faq-hero p,
body.blf-shell-active.blf-page-resources .hero p {
  color: #ccfbf1 !important;
}

body.blf-shell-active .page-hero .breadcrumb,
body.blf-shell-active .page-hero .breadcrumb a,
body.blf-shell-active .faq-hero .breadcrumb,
body.blf-shell-active .faq-hero .breadcrumb a {
  color: var(--blf-teal-200) !important;
}

body.blf-shell-active .btn-primary,
body.blf-shell-active .btn-cta,
body.blf-shell-active .faq-hero-cta,
body.blf-shell-active .cta-btn {
  display: inline-flex;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--blf-amber-400) !important;
  color: var(--blf-gray-950) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(251, 191, 36, .22);
}

body.blf-shell-active .btn-primary:hover,
body.blf-shell-active .btn-cta:hover,
body.blf-shell-active .faq-hero-cta:hover,
body.blf-shell-active .cta-btn:hover {
  background: var(--blf-amber-300) !important;
  transform: translateY(-1px);
}

.blf-site-footer {
  position: relative;
  z-index: 1;
  margin-bottom: 88px;
  padding: 52px 32px 28px;
  background: var(--blf-gray-950);
  color: var(--blf-gray-400);
}

.blf-site-footer__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.blf-site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}

.blf-site-footer__brand {
  margin-bottom: 16px;
}

.blf-site-footer__description,
.blf-site-footer__membership,
.blf-site-footer__membership-note {
  max-width: 430px;
  margin: 0 0 12px;
  color: var(--blf-gray-400) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.blf-site-footer__membership a {
  color: var(--blf-teal-400) !important;
  font-weight: 700;
}

.blf-site-footer__membership-note {
  color: var(--blf-gray-500) !important;
  font-size: 12px !important;
}

.blf-site-footer__column h2 {
  margin: 0 0 16px;
  color: var(--blf-white) !important;
  font-size: 14px !important;
}

.blf-site-footer__links {
  display: grid;
  gap: 8px;
}

.blf-site-footer__links a {
  color: var(--blf-gray-400) !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.blf-site-footer__links a:hover,
.blf-site-footer__links a:focus-visible {
  color: var(--blf-teal-200) !important;
}

.blf-site-footer__disclaimer {
  margin: 0;
  color: var(--blf-gray-500) !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.blf-site-footer__bottom {
  display: flex;
  padding-top: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #1f2937;
}

.blf-site-footer__copyright,
.blf-site-footer__policies a {
  color: var(--blf-gray-500) !important;
  font-size: 12px !important;
}

.blf-site-footer__policies {
  display: flex;
  gap: 22px;
}

.blf-offer-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  padding: 12px 16px;
  pointer-events: none;
}

.blf-offer-bar__inner {
  display: flex;
  width: min(100%, 672px);
  margin: 0 auto;
  padding: 14px 18px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(17, 24, 39, .97);
  color: var(--blf-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .35);
  pointer-events: auto;
}

.blf-offer-bar__icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(251, 191, 36, .14);
  color: var(--blf-amber-400);
  font-weight: 800;
}

.blf-offer-bar__copy {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: var(--blf-white) !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.35 !important;
}

.blf-offer-bar__copy strong {
  color: var(--blf-amber-300);
}

.blf-offer-bar__copy small {
  display: block;
  margin-top: 2px;
  color: var(--blf-gray-400);
  font-size: 12px;
  font-weight: 500;
}

.blf-offer-bar__claim {
  flex: 0 0 auto;
  padding: 10px 17px;
  border-radius: 999px;
  background: var(--blf-amber-400);
  color: var(--blf-gray-950) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.blf-offer-bar__claim:hover,
.blf-offer-bar__claim:focus-visible {
  background: var(--blf-amber-300);
}

.blf-offer-bar__dismiss {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blf-gray-400);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.blf-site-shell :focus-visible,
.blf-site-footer :focus-visible,
.blf-offer-bar :focus-visible {
  outline: 3px solid var(--blf-amber-300);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  .blf-site-shell__inner {
    min-height: 64px;
  }

  .blf-site-shell__toggle {
    display: grid;
    margin-left: auto;
    place-items: center;
  }

  .blf-site-shell__nav {
    position: absolute;
    top: 64px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background: var(--blf-gray-950);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
  }

  .blf-site-shell__nav.is-open {
    display: flex;
  }

  .blf-site-shell__nav a {
    padding: 11px 12px;
    border-radius: 9px;
  }

  .blf-site-shell__nav a:hover,
  .blf-site-shell__nav a:focus-visible {
    background: rgba(255, 255, 255, .06);
  }

  .blf-site-shell__cta {
    margin-top: 6px;
    justify-content: center;
  }

  .blf-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 600px) {
  body.blf-shell-active {
    padding-bottom: 76px;
  }

  .blf-site-shell__inner {
    width: calc(100% - 24px);
  }

  .blf-site-shell__brand-name {
    font-size: 15px;
  }

  .blf-site-footer {
    padding: 44px 20px 24px;
  }

  .blf-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .blf-offer-bar {
    padding: 8px;
  }

  .blf-offer-bar__inner {
    padding: 10px 12px;
    gap: 9px;
    border-radius: 14px;
  }

  .blf-offer-bar__icon,
  .blf-offer-bar__dismiss {
    display: none;
  }

  .blf-offer-bar__copy small {
    display: none;
  }

  .blf-offer-bar__claim {
    padding: 9px 13px;
    font-size: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
