:root {
  --bn-brand-cyan-50: #ecfdff;
  --bn-brand-cyan-100: #cff8ff;
  --bn-brand-cyan-200: #9cf0ff;
  --bn-brand-cyan-300: #54e2f5;
  --bn-brand-cyan-400: #18c7e8;
  --bn-brand-cyan-500: #05aeca;
  --bn-brand-blue-50: #eef6ff;
  --bn-brand-blue-100: #d9ebff;
  --bn-brand-blue-200: #afd7ff;
  --bn-brand-blue-300: #74b8ff;
  --bn-brand-blue-400: #338cff;
  --bn-brand-blue-500: #2563FF;
  --bn-brand-blue-600: #1D4ED8;
  --bn-brand-blue-700: #0646b4;
  --bn-brand-navy-50: #eef4ff;
  --bn-brand-navy-100: #dbe7ff;
  --bn-brand-navy-500: #17366f;
  --bn-brand-navy-700: #0b2256;
  --bn-brand-navy-900: #061638;
  --bn-ink-900: #061638;
  --bn-ink-800: #10254c;
  --bn-ink-700: #263d67;
  --bn-ink-600: #50617d;
  --bn-ink-500: #728097;
  --bn-ink-400: #9aa8ba;
  --bn-ink-300: #c9d3df;
  --bn-ink-200: #e3eaf2;
  --bn-ink-100: #f1f6fb;
  --bn-ink-50: #f8fbff;
  --bn-primary: #2563FF;
  --bn-primary-rgb: 37, 99, 255;
  --bn-secondary: #18c7e8;
  --bn-secondary-rgb: 24, 199, 232;
  --bn-navy: #061638;
  --bn-navy-rgb: 6, 22, 56;
  --bn-success: #18a66a;
  --bn-success-rgb: 24, 166, 106;
  --bn-warning: #ffb020;
  --bn-warning-rgb: 255, 176, 32;
  --bn-danger: #e5484d;
  --bn-danger-rgb: 229, 72, 77;
  --bn-light: #f8fbff;
  --bn-light-rgb: 248, 251, 255;
  --bn-dark: #061638;
  --bn-dark-rgb: 6, 22, 56;
  --bn-white: #fff;
  --bn-primary: #2563FF;
  --bn-primary-hover: #0759df;
  --bn-primary-active: #0646b4;
  --bn-secondary: #18c7e8;
  --bn-accent: #54e2f5;
  --bn-heading: #061638;
  --bn-body: #50617d;
  --bn-muted: #728097;
  --bn-bg: #f8fbff;
  --bn-bg-soft: #f1f7ff;
  --bn-surface: #fff;
  --bn-surface-tint: #f5fbff;
  --bn-border: #dce7f4;
  --bn-border-strong: #bfd0e4;
  --bn-gradient-brand: linear-gradient(135deg, #18d7ed 0%, #0d8cff 50%, #0759df 100%);
  --bn-gradient-soft: linear-gradient(135deg, rgba(236, 253, 255, .94), rgba(238, 246, 255, .94));
  --bn-gradient-panel: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(245, 251, 255, .96));
  --bn-gradient-footer: linear-gradient(135deg, #061638 0%, #0b2256 58%, #0646b4 100%);
  /* Global font-family set to Noto Sans for GIGW compliance */
  --bn-font-family: Noto Sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bn-font-mono: SFMono-Regular, Consolas, Liberation Mono, monospace;
  --bn-text-xs: 0.75rem;
  --bn-text-sm: 0.875rem;
  --bn-text-md: 1rem;
  --bn-text-lg: 1.125rem;
  --bn-text-xl: 1.25rem;
  --bn-text-2xl: 1.5rem;
  --bn-text-3xl: 2rem;
  --bn-text-4xl: 2.75rem;
  --bn-text-5xl: 4rem;
  /*
      Set a single H1 baseline and derive all other text sizes from it using
      calc() so designers can change `--bn-h1` (e.g. 52px) and the scale
      updates consistently across the site.
  */
  --bn-h1: 52px;
  --bn-text-5xl: calc(var(--bn-h1) * 1.23077); /* ~64px */
  --bn-text-4xl: var(--bn-h1); /* 52px */
  --bn-text-3xl: calc(var(--bn-h1) * 0.61538); /* ~32px */
  --bn-text-2xl: calc(var(--bn-h1) * 0.46154); /* ~24px */
  --bn-text-xl: calc(var(--bn-h1) * 0.38462); /* ~20px */
  --bn-text-lg: calc(var(--bn-h1) * 0.34615); /* ~18px */
  --bn-text-md: calc(var(--bn-h1) * 0.30769); /* ~16px */
  --bn-text-sm: calc(var(--bn-h1) * 0.26923); /* ~14px */
  --bn-text-xs: calc(var(--bn-h1) * 0.23077); /* ~12px */
  --bn-fw-regular: 400;
  --bn-fw-medium: 500;
  --bn-fw-semibold: 600;
  --bn-fw-bold: 700;
  --bn-fw-extrabold: 800;
  --bn-line-tight: 1.1;
  --bn-line-heading: 1.2;
  --bn-line-body: 1.5;
  --bn-letter-default: 0.01em;
  --bn-letter-normal: 0;
  --bn-letter-wide: .08em;
  --bn-space-0: 0;
  --bn-space-1: 0.25rem;
  --bn-space-2: 0.5rem;
  --bn-space-3: 0.75rem;
  --bn-space-4: 1rem;
  --bn-space-5: 1.25rem;
  --bn-space-6: 1.5rem;
  --bn-space-8: 2rem;
  --bn-space-10: 2.5rem;
  --bn-space-12: 3rem;
  --bn-space-16: 4rem;
  --bn-space-20: 5rem;
  --bn-space-24: 6rem;
  --bn-radius-xs: 0.375rem;
  --bn-radius-sm: 0.5rem;
  --bn-radius-md: 0.75rem;
  --bn-radius-lg: 1rem;
  --bn-radius-xl: 1.25rem;
  --bn-radius-2xl: 1.75rem;
  --bn-radius-full: 999px;
  --bn-shadow-xs: 0 1px 2px rgba(6, 22, 56, .05);
  --bn-shadow-sm: 0 8px 20px rgba(6, 22, 56, .07);
  --bn-shadow-md: 0 18px 44px rgba(6, 22, 56, .1);
  --bn-shadow-lg: 0 30px 80px rgba(13, 110, 253, .14);
  --bn-focus-ring: 0 0 0 4px rgba(13, 110, 253, .18);
  --bn-gutter-x: 1.5rem;
  --bn-container-sm: 540px;
  --bn-container-md: 720px;
  --bn-container-lg: 960px;
  --bn-container-xl: 1140px;
  --bn-container-xxl: 1320px;
  /* Global menu spacing (used by dropdowns and mega menu) */
  /* Reduced for tighter government layout */
  --bn-menu-item-vert: .6rem;
  --bn-menu-item-horz: 1rem;
  --bn-card-padding: clamp(1.25rem, 2vw, 2rem);
  --bn-card-radius: var(--bn-radius-xl);
  --bn-card-border: 1px solid var(--bn-border);
  --bn-btn-height-sm: 2.5rem;
  --bn-btn-height-md: 3rem;
  --bn-btn-height-lg: 3.5rem;
  --bn-btn-radius: var(--bn-radius-md);
  --bn-section-y: clamp(3.5rem, 7vw, 6rem);
  --bn-section-y-sm: clamp(2.5rem, 5vw, 4rem);
  --bn-ease: cubic-bezier(.2, .8, .2, 1);
  --bn-transition-fast: 160ms var(--bn-ease);
  --bn-transition: 260ms var(--bn-ease);
  --bn-z-sticky: 1020;
  --bn-z-dropdown: 1030;
  --bn-z-modal: 1050;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bn-body);
  font-family: var(--bn-font-family);
  font-size: var(--bn-text-md);
  line-height: var(--bn-line-body);
  background: var(--bn-bg);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

/* ==========================================================================
   BEENOUGH TYPOGRAPHY
   --------------------------------------------------------------------------
   Accessible, GIGW-friendly typography tokens and component styles.
   Uses global CSS variables defined in `core/_root.scss`.
   ========================================================================== */
/* Headings: follow an accessible scale with adequate contrast */
/* Use calc() with CSS variables so typography scales smoothly with viewport */
h1, .h1 {
  font-size: calc(var(--bn-text-4xl) + 0.6vw);
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--bn-heading);
}

h2, .h2 {
  font-size: calc(var(--bn-text-3xl) + 0.45vw);
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--bn-heading);
}

h3, .h3 {
  font-size: calc(var(--bn-text-2xl) + 0.3vw);
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--bn-heading);
}

h4, .h4 {
  font-size: calc(var(--bn-text-xl) + 0.15vw);
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--bn-heading);
}

h5, .h5 {
  font-size: calc(var(--bn-text-md) + 0.08vw);
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--bn-heading);
}

h6, .h6 {
  font-size: calc(var(--bn-text-sm) + 0.04vw);
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--bn-heading);
}

/* Responsive scaling: slightly larger on wider screens for readability */
@media (min-width: 992px) {
  /* On wider screens increase the calc base slightly to keep rhythm */
  h1, .h1 {
    font-size: calc(var(--bn-text-4xl) + 1vw);
  }
  h2, .h2 {
    font-size: calc(var(--bn-text-3xl) + 0.8vw);
  }
  h3, .h3 {
    font-size: calc(var(--bn-text-2xl) + 0.5vw);
  }
}
/* Paragraphs and helpers */
p {
  margin: 0 0 1rem;
}

.lead {
  font-size: calc(var(--bn-text-lg) + 0.12vw);
  line-height: 1.6;
  color: var(--bn-body);
}

.caption {
  font-size: calc(var(--bn-text-xs) + 0.02vw);
  color: var(--bn-muted);
}

.small {
  font-size: var(--bn-text-sm);
}

/* Links and focus styles for accessibility */
a {
  color: var(--bn-primary);
  text-decoration: none;
}

a:focus, a:active {
  outline: 3px solid rgba(11, 102, 255, 0.12);
  outline-offset: 2px;
}

/* Lists */
ul, ol {
  margin: 0 0 1rem 1.25rem;
}

li {
  margin: 0.35rem 0;
}

/* Utility: visually hidden (for accessibility) */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Utility: headings that follow GOVWC guidance for uppercase labels */
.kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bn-primary);
}

/* Table typography */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

th, td {
  padding: 0.5rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--bn-border);
}

/* Small print / legal */
.muted {
  color: var(--bn-muted);
  font-size: 0.875rem;
}

/* Ensure focus outlines are visible for keyboard users */
*:focus {
  outline: 3px solid rgba(11, 102, 255, 0.12);
  outline-offset: 2px;
}

.bn-container,
.bn-container-fluid,
.bn-container-sm,
.bn-container-md,
.bn-container-lg,
.bn-container-xl,
.bn-container-xxl {
  width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-right: auto;
  margin-left: auto;
  /* expose container max width as a CSS variable for components (eg: mega menu)
     default is 100% until a breakpoint sets the concrete max-width */
  --bn-container-max-width: 100%;
}

.bn-container-fluid {
  max-width: 100%;
}

@media (min-width: 576px) {
  .bn-container,
  .bn-container-sm {
    max-width: 540px;
    --bn-container-max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bn-container,
  .bn-container-md {
    max-width: 720px;
    --bn-container-max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bn-container,
  .bn-container-lg {
    max-width: 960px;
    --bn-container-max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bn-container,
  .bn-container-xl {
    max-width: 1140px;
    --bn-container-max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bn-container,
  .bn-container-xxl {
    max-width: 1320px;
    --bn-container-max-width: 1320px;
  }
}
/* ==========================================================================
   ROW
   ========================================================================== */
.bn-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--bn-gutter-x) * -0.5);
}

.bn-row > * {
  width: 100%;
  max-width: 100%;
  padding-inline: calc(var(--bn-gutter-x) * 0.5);
}

/* ==========================================================================
   COLUMN
   ========================================================================== */
.bn-col {
  flex: 1 0 0%;
}

.bn-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.bn-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.bn-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.bn-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.bn-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.bn-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.bn-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.bn-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.bn-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.bn-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.bn-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.bn-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.bn-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* ==========================================================================
   BREAKPOINTS
   ========================================================================== */
/* ==========================================================================
   RESPONSIVE COLUMNS
   ========================================================================== */
@media (min-width: 576px) {
  .bn-col-sm {
    flex: 1 0 0%;
  }
  .bn-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bn-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bn-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bn-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bn-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bn-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bn-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bn-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bn-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bn-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bn-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bn-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bn-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bn-col-md {
    flex: 1 0 0%;
  }
  .bn-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bn-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bn-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bn-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bn-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bn-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bn-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bn-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bn-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bn-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bn-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bn-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bn-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bn-col-lg {
    flex: 1 0 0%;
  }
  .bn-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bn-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bn-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bn-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bn-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bn-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bn-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bn-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bn-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bn-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bn-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bn-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bn-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .bn-col-xl {
    flex: 1 0 0%;
  }
  .bn-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bn-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bn-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bn-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bn-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bn-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bn-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bn-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bn-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bn-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bn-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bn-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bn-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .bn-col-xxl {
    flex: 1 0 0%;
  }
  .bn-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bn-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bn-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bn-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bn-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bn-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bn-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bn-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bn-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bn-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bn-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bn-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bn-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* ==========================================================================
   GRID BASE
   ========================================================================== */
.bn-grid {
  display: grid;
  gap: var(--bn-space-5);
}

.bn-inline-grid {
  display: inline-grid;
}

/* ==========================================================================
   FIXED GRID
   ========================================================================== */
.bn-grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.bn-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bn-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bn-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bn-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bn-grid-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.bn-grid-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.bn-grid-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.bn-grid-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.bn-grid-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.bn-grid-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* ==========================================================================
   RESPONSIVE GRID
   ========================================================================== */
@media (min-width: 576px) {
  .bn-grid-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bn-grid-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bn-grid-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bn-grid-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bn-grid-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bn-grid-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bn-grid-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bn-grid-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bn-grid-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bn-grid-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bn-grid-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bn-grid-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .bn-grid-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bn-grid-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bn-grid-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bn-grid-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bn-grid-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bn-grid-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bn-grid-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bn-grid-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bn-grid-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bn-grid-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bn-grid-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bn-grid-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .bn-grid-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bn-grid-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bn-grid-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bn-grid-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bn-grid-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bn-grid-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bn-grid-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bn-grid-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bn-grid-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bn-grid-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bn-grid-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bn-grid-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .bn-grid-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bn-grid-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bn-grid-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bn-grid-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bn-grid-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bn-grid-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bn-grid-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bn-grid-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bn-grid-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bn-grid-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bn-grid-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bn-grid-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .bn-grid-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bn-grid-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bn-grid-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bn-grid-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bn-grid-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .bn-grid-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bn-grid-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .bn-grid-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .bn-grid-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .bn-grid-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .bn-grid-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .bn-grid-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
/* ==========================================================================
   AUTO GRID
   ========================================================================== */
.bn-grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(clamp(16rem, 20vw, 18rem), 1fr));
}

.bn-grid-auto-sm {
  grid-template-columns: repeat(auto-fit, minmax(clamp(12rem, 16vw, 14rem), 1fr));
}

.bn-grid-auto-md {
  grid-template-columns: repeat(auto-fit, minmax(clamp(16rem, 20vw, 18rem), 1fr));
}

.bn-grid-auto-lg {
  grid-template-columns: repeat(auto-fit, minmax(clamp(20rem, 24vw, 22rem), 1fr));
}

.bn-grid-auto-xl {
  grid-template-columns: repeat(auto-fit, minmax(clamp(24rem, 28vw, 26rem), 1fr));
}

/* ==========================================================================
   AUTO FILL
   ========================================================================== */
.bn-grid-fill {
  grid-template-columns: repeat(auto-fill, minmax(clamp(16rem, 20vw, 18rem), 1fr));
}

/* ==========================================================================
   GRID FLOW
   ========================================================================== */
.bn-grid-flow-row {
  grid-auto-flow: row;
}

.bn-grid-flow-column {
  grid-auto-flow: column;
}

.bn-grid-flow-dense {
  grid-auto-flow: dense;
}

/* ==========================================================================
   ALIGNMENT
   ========================================================================== */
.bn-items-start {
  align-items: start;
}

.bn-items-center {
  align-items: center;
}

.bn-items-end {
  align-items: end;
}

.bn-items-stretch {
  align-items: stretch;
}

.bn-justify-start {
  justify-items: start;
}

.bn-justify-center {
  justify-items: center;
}

.bn-justify-end {
  justify-items: end;
}

.bn-justify-stretch {
  justify-items: stretch;
}

.bn-content-start {
  align-content: start;
}

.bn-content-center {
  align-content: center;
}

.bn-content-end {
  align-content: end;
}

.bn-content-between {
  align-content: space-between;
}

.bn-content-around {
  align-content: space-around;
}

.bn-content-evenly {
  align-content: space-evenly;
}

.bn-place-start {
  place-items: start;
}

.bn-place-center {
  place-items: center;
}

.bn-place-end {
  place-items: end;
}

/* ==========================================================================
   GAP UTILITIES
   ========================================================================== */
.bn-gap-0 {
  gap: calc(0 * 0.25rem);
}

.bn-gap-x-0 {
  column-gap: calc(0 * 0.25rem);
}

.bn-gap-y-0 {
  row-gap: calc(0 * 0.25rem);
}

.bn-gap-1 {
  gap: calc(1 * 0.25rem);
}

.bn-gap-x-1 {
  column-gap: calc(1 * 0.25rem);
}

.bn-gap-y-1 {
  row-gap: calc(1 * 0.25rem);
}

.bn-gap-2 {
  gap: calc(2 * 0.25rem);
}

.bn-gap-x-2 {
  column-gap: calc(2 * 0.25rem);
}

.bn-gap-y-2 {
  row-gap: calc(2 * 0.25rem);
}

.bn-gap-3 {
  gap: calc(3 * 0.25rem);
}

.bn-gap-x-3 {
  column-gap: calc(3 * 0.25rem);
}

.bn-gap-y-3 {
  row-gap: calc(3 * 0.25rem);
}

.bn-gap-4 {
  gap: calc(4 * 0.25rem);
}

.bn-gap-x-4 {
  column-gap: calc(4 * 0.25rem);
}

.bn-gap-y-4 {
  row-gap: calc(4 * 0.25rem);
}

.bn-gap-5 {
  gap: calc(5 * 0.25rem);
}

.bn-gap-x-5 {
  column-gap: calc(5 * 0.25rem);
}

.bn-gap-y-5 {
  row-gap: calc(5 * 0.25rem);
}

.bn-gap-6 {
  gap: calc(6 * 0.25rem);
}

.bn-gap-x-6 {
  column-gap: calc(6 * 0.25rem);
}

.bn-gap-y-6 {
  row-gap: calc(6 * 0.25rem);
}

.bn-gap-7 {
  gap: calc(7 * 0.25rem);
}

.bn-gap-x-7 {
  column-gap: calc(7 * 0.25rem);
}

.bn-gap-y-7 {
  row-gap: calc(7 * 0.25rem);
}

.bn-gap-8 {
  gap: calc(8 * 0.25rem);
}

.bn-gap-x-8 {
  column-gap: calc(8 * 0.25rem);
}

.bn-gap-y-8 {
  row-gap: calc(8 * 0.25rem);
}

.bn-gap-9 {
  gap: calc(9 * 0.25rem);
}

.bn-gap-x-9 {
  column-gap: calc(9 * 0.25rem);
}

.bn-gap-y-9 {
  row-gap: calc(9 * 0.25rem);
}

.bn-gap-10 {
  gap: calc(10 * 0.25rem);
}

.bn-gap-x-10 {
  column-gap: calc(10 * 0.25rem);
}

.bn-gap-y-10 {
  row-gap: calc(10 * 0.25rem);
}

/* ==========================================================================
   ORDER
   ========================================================================== */
.bn-order-first {
  order: -1;
}

.bn-order-last {
  order: 999;
}

.bn-order-0 {
  order: 0;
}

.bn-order-1 {
  order: 1;
}

.bn-order-2 {
  order: 2;
}

.bn-order-3 {
  order: 3;
}

.bn-order-4 {
  order: 4;
}

.bn-order-5 {
  order: 5;
}

.bn-order-6 {
  order: 6;
}

.bn-order-7 {
  order: 7;
}

.bn-order-8 {
  order: 8;
}

.bn-order-9 {
  order: 9;
}

.bn-order-10 {
  order: 10;
}

.bn-order-11 {
  order: 11;
}

.bn-order-12 {
  order: 12;
}

/* ==========================================================================
   GRID SPAN
   ========================================================================== */
.bn-span-1 {
  grid-column: span 1;
}

.bn-row-span-1 {
  grid-row: span 1;
}

.bn-span-2 {
  grid-column: span 2;
}

.bn-row-span-2 {
  grid-row: span 2;
}

.bn-span-3 {
  grid-column: span 3;
}

.bn-row-span-3 {
  grid-row: span 3;
}

.bn-span-4 {
  grid-column: span 4;
}

.bn-row-span-4 {
  grid-row: span 4;
}

.bn-span-5 {
  grid-column: span 5;
}

.bn-row-span-5 {
  grid-row: span 5;
}

.bn-span-6 {
  grid-column: span 6;
}

.bn-row-span-6 {
  grid-row: span 6;
}

.bn-span-7 {
  grid-column: span 7;
}

.bn-row-span-7 {
  grid-row: span 7;
}

.bn-span-8 {
  grid-column: span 8;
}

.bn-row-span-8 {
  grid-row: span 8;
}

.bn-span-9 {
  grid-column: span 9;
}

.bn-row-span-9 {
  grid-row: span 9;
}

.bn-span-10 {
  grid-column: span 10;
}

.bn-row-span-10 {
  grid-row: span 10;
}

.bn-span-11 {
  grid-column: span 11;
}

.bn-row-span-11 {
  grid-row: span 11;
}

.bn-span-12 {
  grid-column: span 12;
}

.bn-row-span-12 {
  grid-row: span 12;
}

/* ==========================================================================
   SELF ALIGNMENT
   ========================================================================== */
.bn-self-start {
  align-self: start;
}

.bn-self-center {
  align-self: center;
}

.bn-self-end {
  align-self: end;
}

.bn-self-stretch {
  align-self: stretch;
}

.bn-btn {
  --bn-btn-padding-x: 1.25rem;
  --bn-btn-height: var(--bn-btn-height-md);
  --bn-btn-font-size: var(--bn-text-sm);
  --bn-btn-font-weight: var(--bn-fw-bold);
  --bn-btn-color: var(--bn-heading);
  --bn-btn-bg: transparent;
  --bn-btn-border-color: transparent;
  --bn-btn-hover-color: var(--bn-btn-color);
  --bn-btn-hover-bg: rgba(var(--bn-primary-rgb), .08);
  --bn-btn-hover-border-color: transparent;
  min-height: var(--bn-btn-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0 var(--bn-btn-padding-x);
  color: var(--bn-btn-color);
  font-family: var(--bn-font-family);
  font-size: var(--bn-btn-font-size);
  font-weight: var(--bn-btn-font-weight);
  line-height: 1;
  white-space: nowrap;
  background: var(--bn-btn-bg);
  border: 1px solid var(--bn-btn-border-color);
  border-radius: var(--bn-btn-radius);
  cursor: pointer;
  user-select: none;
  transition: transform var(--bn-transition-fast), color var(--bn-transition-fast), background var(--bn-transition-fast), border-color var(--bn-transition-fast), box-shadow var(--bn-transition-fast);
}

.bn-btn:hover {
  color: var(--bn-btn-hover-color);
  background: var(--bn-btn-hover-bg);
  border-color: var(--bn-btn-hover-border-color);
  transform: translateY(-2px);
}

.bn-btn:focus {
  outline: 0;
}

.bn-btn:focus-visible {
  outline: 0;
  box-shadow: var(--bn-focus-ring);
}

.bn-btn:disabled,
.bn-btn.disabled {
  opacity: 0.56;
  pointer-events: none;
}

.bn-btn svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.bn-btn-primary {
  --bn-btn-color: var(--bn-white);
  --bn-btn-bg: var(--bn-primary);
  --bn-btn-border-color: rgba(var(--bn-primary-rgb), 0.28);
  --bn-btn-hover-color: var(--bn-primary);
  --bn-btn-hover-bg: var(--bn-white);
  --bn-btn-hover-border-color: var(--bn-primary);
}

.bn-btn-secondary {
  --bn-btn-color: var(--bn-brand-navy-900);
  --bn-btn-bg: var(--bn-brand-cyan-100);
  --bn-btn-border-color: var(--bn-brand-cyan-200);
  --bn-btn-hover-color: var(--bn-brand-navy-900);
  --bn-btn-hover-bg: var(--bn-brand-cyan-200);
  --bn-btn-hover-border-color: var(--bn-brand-cyan-300);
}

.bn-btn-outline-primary {
  --bn-btn-color: var(--bn-primary);
  --bn-btn-bg: var(--bn-white);
  --bn-btn-border-color: var(--bn-primary);
  --bn-btn-hover-color: var(--bn-white);
  --bn-btn-hover-bg: var(--bn-primary);
  --bn-btn-hover-border-color: var(--bn-primary);
}

.bn-btn-ghost {
  --bn-btn-color: var(--bn-brand-navy-700);
  --bn-btn-bg: transparent;
  --bn-btn-border-color: transparent;
  --bn-btn-hover-color: var(--bn-primary);
  --bn-btn-hover-bg: rgba(var(--bn-primary-rgb), 0.08);
  --bn-btn-hover-border-color: transparent;
}

.bn-btn-light {
  --bn-btn-color: var(--bn-primary);
  --bn-btn-bg: var(--bn-white);
  --bn-btn-border-color: rgba(255, 255, 255, 0.72);
  --bn-btn-hover-color: var(--bn-white);
  --bn-btn-hover-bg: transparent;
  --bn-btn-hover-border-color: var(--bn-white);
}

.bn-btn-outline-light {
  --bn-btn-color: var(--bn-white);
  --bn-btn-bg: transparent;
  --bn-btn-border-color: rgba(255, 255, 255, 0.72);
  --bn-btn-hover-color: var(--bn-primary);
  --bn-btn-hover-bg: var(--bn-white);
  --bn-btn-hover-border-color: var(--bn-white);
}

.bn-btn-sm {
  --bn-btn-height: var(--bn-btn-height-sm);
  --bn-btn-padding-x: 1rem;
  --bn-btn-font-size: var(--bn-text-xs);
}

.bn-btn-lg {
  --bn-btn-height: var(--bn-btn-height-lg);
  --bn-btn-padding-x: 1.5rem;
  --bn-btn-font-size: var(--bn-text-md);
}

.bn-btn-icon {
  width: var(--bn-btn-height);
  padding: 0;
}

.bn-btn-pill {
  border-radius: var(--bn-radius-full);
}

.bn-btn-block {
  width: 100%;
}

.bn-btn-link {
  text-decoration: none;
}

.bn-card {
  background: var(--bn-surface);
  border: var(--bn-card-border);
  border-radius: var(--bn-card-radius);
  box-shadow: var(--bn-shadow-sm);
  overflow: hidden;
}

.bn-card-body {
  padding: var(--bn-card-padding);
}

.bn-card-title {
  margin-bottom: var(--bn-space-3);
  color: var(--bn-heading);
  font-size: var(--bn-text-xl);
  font-weight: var(--bn-fw-extrabold);
  line-height: var(--bn-line-heading);
}

.bn-card-text {
  color: var(--bn-body);
  line-height: var(--bn-line-body);
}

.bn-card-hover {
  transition: transform var(--bn-transition), box-shadow var(--bn-transition), border-color var(--bn-transition);
}

.bn-card-hover:hover {
  border-color: rgba(var(--bn-primary-rgb), 0.28);
  box-shadow: var(--bn-shadow-md);
  transform: translateY(-4px);
}

.bn-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  color: var(--bn-primary);
  font-size: var(--bn-text-xs);
  font-weight: var(--bn-fw-extrabold);
  line-height: 1;
  letter-spacing: var(--bn-letter-wide);
  text-transform: uppercase;
  background: rgba(var(--bn-primary-rgb), 0.08);
  border: 1px solid rgba(var(--bn-primary-rgb), 0.14);
  border-radius: var(--bn-radius-full);
}

.bn-icon-badge {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bn-white);
  background: var(--bn-gradient-brand);
  border-radius: var(--bn-radius-lg);
  box-shadow: 0 1rem 2rem rgba(var(--bn-primary-rgb), 0.18);
}

/* ==========================================================================
   BEENOUGH NAVBAR
   ========================================================================== */
.bn-navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  /* inherit global font-family and line-height */
}

.bn-navbar-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.bn-navbar-brand img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bn-navbar-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bn-nav-item {
  position: relative;
}

.bn-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  /* 16px - GIGW recommended minimum for readability */
  font-weight: 600;
  line-height: var(--bn-line-body);
  letter-spacing: var(--bn-letter-default);
  color: var(--bn-heading);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.bn-nav-link:hover {
  color: var(--bn-primary);
}
.bn-nav-link {
  /* default: no icon on plain nav links */
}

.bn-navbar-check {
  display: none;
}

.bn-navbar-toggler {
  display: none;
  cursor: pointer;
}
.bn-navbar-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--bn-heading);
  position: relative;
}
.bn-navbar-toggler span::before, .bn-navbar-toggler span::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: currentColor;
  left: 0;
}
.bn-navbar-toggler span::before {
  top: -7px;
}
.bn-navbar-toggler span::after {
  top: 7px;
}

.header-action {
  display: flex;
  align-items: center;
}

/* ===============================
   DESKTOP
================================ */
@media (min-width: 992px) {
  .bn-navbar-collapse {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .bn-dropdown-menu,
  .bn-mega-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity var(--bn-transition, 260ms var(--bn-ease)), transform var(--bn-transition, 260ms var(--bn-ease));
    will-change: transform, opacity;
  }
  .bn-dropdown:hover > .bn-dropdown-menu,
  .bn-dropdown:focus-within > .bn-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  /* show angle icon only for items that open submenus */
  .bn-dropdown > .bn-nav-link::after,
  .bn-mega-wrapper > .bn-nav-link::after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.3rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform var(--bn-transition, 260ms var(--bn-ease));
    opacity: 0.95;
  }
  .bn-dropdown:hover > .bn-nav-link::after,
  .bn-dropdown:focus-within > .bn-nav-link::after,
  .bn-nav-item.is-open > .bn-nav-link::after,
  .bn-mega-wrapper:hover > .bn-nav-link::after,
  .bn-mega-wrapper:focus-within > .bn-nav-link::after {
    transform: rotate(-135deg) translate(-1px, -5px);
  }
  /* on desktop, submenus open on hover/focus only */
  .bn-mega-wrapper:hover > .bn-mega-menu,
  .bn-mega-wrapper:focus-within > .bn-mega-menu,
  .bn-mega-menu:hover,
  .bn-mega-menu:focus-within {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(-10px);
  }
}
/* ===============================
   MOBILE
================================ */
@media (max-width: 991.98px) {
  /* Mobile offcanvas styles (CSS + checkbox toggle) */
  .header-action {
    display: none;
  }
  /* visually hide the checkbox control */
  .bn-navbar-check {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  /* toggler (label) */
  .bn-navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    z-index: 1060;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--bn-heading);
    box-shadow: 0 4px 10px rgba(2, 6, 23, 0.06);
  }
  .bn-navbar-toggler span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    position: relative;
    transition: background 0.18s var(--bn-ease), transform 0.22s var(--bn-ease);
  }
  .bn-navbar-toggler span::before,
  .bn-navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 0.22s var(--bn-ease), opacity 0.18s var(--bn-ease);
    transform-origin: center;
  }
  .bn-navbar-toggler span::before {
    transform: translateY(0px) rotate(0);
  }
  .bn-navbar-toggler span::after {
    transform: translateY(0px) rotate(0);
  }
  /* offcanvas panel */
  /* offcanvas panel (open from left on mobile) */
  .bn-navbar-collapse,
  .bn-navbar-collapse.bn-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    height: 100vh;
    /* reduced width for a tighter offcanvas */
    width: min(78%, 320px);
    max-width: 360px;
    background: var(--bn-surface);
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.32s var(--bn-ease);
    /* allow only the inner nav list to scroll */
    overflow: visible;
    box-shadow: 12px 0 30px rgba(6, 22, 56, 0.12);
    padding-top: 5rem;
  }
  /* backdrop */
  .bn-offcanvas-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.24s var(--bn-ease);
  }
  /* when active: show panel and backdrop (button toggler sets aria-pressed) */
  .bn-navbar-toggler[aria-pressed=true] {
    background: rgba(0, 0, 0, 0.06);
  }
  .bn-navbar-toggler[aria-pressed=true] span {
    background: transparent;
  }
  /* animate pseudo-elements to center and rotate into an X */
  .bn-navbar-toggler[aria-pressed=true] span::before {
    transform: translateY(7px) rotate(45deg);
  }
  .bn-navbar-toggler[aria-pressed=true] span::after {
    transform: translateY(-7px) rotate(-45deg);
  }
  .bn-navbar-collapse.is-open {
    transform: translateX(0);
  }
  .bn-offcanvas-backdrop.is-active {
    display: block;
    opacity: 1;
  }
  /* nav layout inside panel */
  .bn-navbar-nav {
    flex-direction: column;
    align-items: stretch;
    /* only the menu should scroll inside the offcanvas */
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bn-nav-item {
    width: 100%;
    border-bottom: 1px solid var(--bn-border);
  }
  .bn-nav-item:not(:last-child) {
    margin-bottom: 0;
  }
  .bn-nav-link {
    width: 100%;
    font-size: 0.95rem;
    padding: 0.5rem 1rem 0.5rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Hide top-level dropdown/mega panels by default on mobile; top-level accordions will open them */
  .bn-nav-item > .bn-dropdown-menu,
  .bn-nav-item > .bn-mega-menu {
    position: static !important;
    display: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
    transition: max-height 0.32s var(--bn-ease), opacity 0.22s var(--bn-ease);
  }
  /* Show panel when the top-level item is opened (accordion behavior) */
  .bn-nav-item.is-open > .bn-dropdown-menu,
  .bn-nav-item.is-open > .bn-mega-menu {
    display: block !important;
    max-height: 2000px !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* show caret for accordion-enabled top-level items */
  .bn-nav-item.accordion > .bn-nav-link::after {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.5rem;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s var(--bn-ease);
    opacity: 0.95;
    flex-shrink: 0;
  }
  .bn-nav-item.accordion.is-open > .bn-nav-link::after {
    transform: rotate(-135deg) translate(-1px, -4px);
  }
  /* keep header/logo above the offcanvas when it's open (header only) */
  .bn-offcanvas-open .site-header .bn-navbar-brand {
    position: relative;
    z-index: 1070;
  }
}
/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.bn-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(38rem, 85vh, 52rem);
  padding-block: clamp(3rem, 5vw, 6rem);
  overflow: hidden;
}

/* ==========================================================================
   HERO BACKGROUND
   ========================================================================== */
.bn-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("../../../../assets/images/hero-image.png");
  background-repeat: no-repeat;
  background-size: clamp(32rem, 60vw, 70rem);
  background-position: right calc(50% + clamp(0rem, 4vw, 0rem));
}

.bn-hero .bn-container {
  position: relative;
  z-index: 2;
}

.bn-hero-wrapper {
  display: flex;
  align-items: center;
  min-height: inherit;
}

.bn-hero-content {
  width: 100%;
  max-width: 42rem;
}

/* ==========================================================================
   HERO TITLE
   ========================================================================== */
.bn-hero-title {
  margin-bottom: 1.5rem;
  color: var(--bn-heading);
  font-size: calc(var(--bn-text-4xl) + 0.35vw);
  font-weight: var(--bn-fw-bold);
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.bn-hero-title span {
  display: block;
  background: linear-gradient(90deg, var(--bn-primary), var(--bn-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   HERO DESCRIPTION
   ========================================================================== */
.bn-hero-description {
  max-width: 34rem;
  margin-bottom: 2rem;
  color: var(--bn-secondary-text);
  font-size: calc(var(--bn-text-md) + 0.04vw);
  line-height: 1.8;
}

/* ==========================================================================
   HERO ACTIONS
   ========================================================================== */
.bn-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.bn-btn-lg {
  min-height: 3.5rem;
  min-width: 12rem;
  padding-inline: 2rem;
}

/* ==========================================================================
   HERO STATS
   ========================================================================== */
.bn-hero-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.bn-stat-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.bn-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 1px;
  height: 2.5rem;
  transform: translateY(-50%);
  background: var(--bn-border-color);
}

.bn-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bn-primary);
}

.bn-stat-content strong {
  display: block;
  margin: 0;
  color: var(--bn-heading);
  font-weight: var(--bn-fw-bold);
  font-size: calc(var(--bn-text-2xl) + 0.04vw);
  line-height: 1.2;
}
.bn-stat-content span {
  display: block;
  margin-top: 0.25rem;
  color: var(--bn-secondary-text);
  font-size: calc(var(--bn-text-xs) + 0.02vw);
  line-height: 1.4;
}

/* ==========================================================================
   LARGE DESKTOP
   ========================================================================== */
@media (min-width: 1400px) {
  .bn-hero-content {
    max-width: 46rem;
  }
  .bn-hero-bg {
    background-size: min(56vw, 1200px);
  }
}
/* ==========================================================================
   DESKTOP
   ========================================================================== */
@media (max-width: 1199.98px) {
  .bn-hero {
    min-height: 40rem;
  }
  .bn-hero-bg {
    background-size: 55vw;
    background-position: right center;
  }
  .bn-hero-title {
    font-size: calc(var(--bn-text-3xl) + 0.9vw);
  }
}
/* ==========================================================================
   TABLET
   ========================================================================== */
@media (max-width: 991.98px) {
  .bn-hero {
    min-height: auto;
    padding-block: 4rem;
  }
  .bn-hero-bg {
    opacity: 0.08;
    background-size: 75vw;
    background-position: center calc(0% + 2rem);
  }
  .bn-hero-wrapper {
    justify-content: center;
  }
  .bn-hero-content {
    max-width: 100%;
    text-align: center;
  }
  .bn-hero-title {
    font-size: calc(var(--bn-text-3xl) + 0.25vw);
  }
  .bn-hero-description {
    max-width: 40rem;
    margin-inline: auto;
  }
  .bn-hero-actions {
    justify-content: center;
  }
  .bn-hero-stats {
    justify-content: center;
    gap: 1rem;
  }
  .bn-stat-item::after {
    display: none;
  }
  .bn-hero-bg {
    opacity: 0.08;
    background-size: 70%;
    background-position: center top;
  }
}
/* ==========================================================================
   MOBILE
   ========================================================================== */
@media (max-width: 767.98px) {
  .bn-hero {
    padding-block: 3rem;
  }
  .bn-hero-bg {
    display: none;
  }
  .bn-hero-title {
    font-size: calc(var(--bn-text-2xl) + 0.2vw);
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .bn-hero-description {
    max-width: 100%;
    font-size: var(--bn-text-sm);
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }
  .bn-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
  .bn-hero-actions .bn-btn {
    width: 100%;
    justify-content: center;
  }
  .bn-btn-lg {
    width: 100%;
    min-width: 100%;
  }
  .bn-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
  }
  .bn-stat-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    border: 1px solid var(--bn-border-color);
    border-radius: var(--bn-radius-lg);
    min-height: 8rem;
  }
  .bn-stat-content span {
    font-size: var(--bn-text-xs);
  }
}
/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */
@media (max-width: 575.98px) {
  .bn-hero {
    padding-block: 2.5rem;
  }
  .bn-hero-title {
    font-size: calc(var(--bn-text-xl) + 0.15vw);
  }
  .bn-hero-stats {
    gap: 0.75rem;
  }
  .bn-stat-item {
    padding: 0.875rem;
    min-height: 7rem;
  }
  .bn-stat-content span {
    font-size: var(--bn-text-xs);
  }
}
/* ==========================================================================
   EXTRA SMALL DEVICES
   ========================================================================== */
@media (max-width: 359.98px) {
  .bn-hero-stats {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .bn-hero *,
  .bn-hero *::before,
  .bn-hero *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Mega Menu Component
 * Provides a multi-column layout for complex navigation structures
 */
/* ==========================================================================
   BEENOUGH DROPDOWN + MEGA MENU
   ========================================================================== */
.bn-dropdown {
  position: relative;
}

.bn-mega-wrapper {
  position: static;
}

/* =====================================
   DROPDOWN MENU
===================================== */
.bn-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #fff;
  border: 1px solid var(--bn-border);
  border-radius: 14px;
  padding: 0.75rem 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  z-index: var(--bn-z-dropdown, 1030);
  /* inherit font settings from root variables */
  line-height: var(--bn-line-body);
}

.bn-dropdown-item {
  display: block;
  padding: var(--bn-menu-item-vert, 0.6rem) var(--bn-menu-item-horz, 1rem);
  color: var(--bn-body-color);
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.9375rem; /* 15px */
  line-height: var(--bn-line-body);
  letter-spacing: var(--bn-letter-default);
}
.bn-dropdown-item:hover {
  background: var(--bn-bg-soft);
  color: var(--bn-primary);
}

/* =====================================
   MEGA MENU
===================================== */
.bn-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  /* match header container width and stay centered */
  width: 100%;
  max-width: var(--bn-container-max-width, min(1280px, 100vw - 40px));
  transform: translateX(-50%) translateY(12px);
  background: #fff;
  border: 1px solid var(--bn-border);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  z-index: var(--bn-z-dropdown, 1030);
  display: grid;
  gap: 2rem;
}
.bn-mega-menu .bn-mega-menu-title::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.5rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.bn-mega-menu {
  /* Hide the title caret on mobile */
}
.bn-mega-menu .bn-mega-menu-title::after {
  display: none;
}
.bn-mega-menu {
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--bn-transition, 260ms var(--bn-ease)), transform var(--bn-transition, 260ms var(--bn-ease));
  will-change: transform, opacity;
}

.bn-mega-menu-lg {
  grid-template-columns: repeat(5, 1fr);
}

.bn-mega-menu-section {
  min-width: 0;
  padding: 0 var(--bn-menu-item-horz, 1rem); /* horizontal padding to match dropdown */
}

.bn-mega-menu-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bn-primary);
}

.bn-mega-menu-item {
  display: block;
  padding: var(--bn-menu-item-vert, 0.6rem) 0; /* vertical spacing aligns with dropdown items */
  text-decoration: none;
  color: var(--bn-body-color);
  transition: 0.25s ease;
  font-size: 0.9375rem; /* 15px */
  line-height: var(--bn-line-body);
  letter-spacing: var(--bn-letter-default);
}
.bn-mega-menu-item:hover {
  color: var(--bn-primary);
  transform: translateX(4px);
}

/* =====================================
   RESPONSIVE
===================================== */
@media (max-width: 1199.98px) {
  .bn-mega-menu-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =====================================
   MOBILE MEGA MENU (< 992px)
===================================== */
@media (max-width: 991.98px) {
  /* Mobile: reduce padding and gaps */
  .bn-mega-menu {
    padding: 0.5rem 0;
    gap: 0.5rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    width: 100%;
    max-width: 100%;
    transform: none !important;
  }
  .bn-mega-menu-lg {
    grid-template-columns: 1fr;
    gap: 0;
  }
  /* Mobile: make mega menu sections stack and show all items (no accordions) */
  .bn-mega-menu-section {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--bn-border);
  }
  .bn-mega-menu-section:last-child {
    border-bottom: none;
  }
  .bn-mega-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    color: var(--bn-heading);
    background: transparent;
    user-select: none;
    transition: color 0.25s ease;
  }
  .bn-mega-menu-title::after {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.5rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    flex-shrink: 0;
  }
  /* Ensure lists and items are visible by default on mobile */
  .bn-mega-menu-list {
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    transition: none !important;
    display: block !important;
  }
  .bn-mega-menu-item {
    display: block;
    padding: 0.35rem 1rem 0.35rem 2.5rem;
    font-size: 0.875rem;
  }
  /* Nested accordions: mega-menu-list items can have sub-accordions */
  .bn-mega-menu-section .bn-mega-menu-section {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .bn-mega-menu-section .bn-mega-menu-section > .bn-mega-menu-title {
    padding-left: 2.5rem;
    padding-right: 1rem;
    font-size: 0.8125rem;
  }
  .bn-mega-menu-section .bn-mega-menu-section > .bn-mega-menu-item {
    padding-left: 3.5rem;
  }
  /* Treat dropdown menus like mobile mega menus (About Company uses dropdown) */
  .bn-dropdown-menu {
    padding: 0.5rem 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    width: 100%;
    max-width: 100%;
    transform: none !important;
    display: block !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .bn-dropdown-menu .bn-dropdown-item {
    display: block;
    padding: 0.35rem 1rem 0.35rem 2.5rem;
    font-size: 0.875rem;
  }
  .bn-dropdown-menu .bn-dropdown-item:hover {
    color: var(--bn-primary);
    background: transparent;
  }
}
/* ==========================================================================
   BEENOUGH FOOTER
   ========================================================================== */
/*
  Expected markup (example):

  <footer class="bn-footer" aria-label="Site footer">
    <div class="bn-container">
      <div class="bn-footer-grid">
        <div class="bn-footer-brand"> ... </div>
        <div class="bn-footer-col"> ... Quick Links ... </div>
        <div class="bn-footer-col"> ... Services ... </div>
        <div class="bn-footer-col"> ... Industries ... </div>
        <div class="bn-footer-col"> ... Contact ... </div>
      </div>
      <div class="bn-footer-bottom"> ... copyright & links ... </div>
    </div>
  </footer>

*/
footer[aria-label="Site footer"],
.bn-footer,
.site-footer {
  background: var(--bn-gradient-footer, var(--bn-brand-navy-900));
  color: var(--bn-white);
}
footer[aria-label="Site footer"] a,
.bn-footer a,
.site-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color var(--bn-transition-fast);
}
footer[aria-label="Site footer"] a:hover,
footer[aria-label="Site footer"] a:focus,
.bn-footer a:hover,
.bn-footer a:focus,
.site-footer a:hover,
.site-footer a:focus {
  color: var(--bn-secondary);
}
footer[aria-label="Site footer"] .bn-container,
.bn-footer .bn-container,
.site-footer .bn-container {
  padding-top: var(--bn-space-6);
  padding-bottom: var(--bn-space-6);
}
footer[aria-label="Site footer"] .bn-footer-grid,
.bn-footer .bn-footer-grid,
.site-footer .bn-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--bn-space-5);
  align-items: start;
  grid-auto-rows: auto;
}
footer[aria-label="Site footer"] .bn-footer-brand img,
.bn-footer .bn-footer-brand img,
.site-footer .bn-footer-brand img {
  display: block;
  max-width: 160px;
  height: auto;
  margin-bottom: var(--bn-space-3);
}
footer[aria-label="Site footer"] .bn-footer-brand p,
.bn-footer .bn-footer-brand p,
.site-footer .bn-footer-brand p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  margin-bottom: var(--bn-space-3);
}
footer[aria-label="Site footer"] .bn-footer-brand .bn-footer-social,
.bn-footer .bn-footer-brand .bn-footer-social,
.site-footer .bn-footer-brand .bn-footer-social {
  display: flex;
  gap: 0.5rem;
}
footer[aria-label="Site footer"] .bn-footer-brand .bn-footer-social a,
.bn-footer .bn-footer-brand .bn-footer-social a,
.site-footer .bn-footer-brand .bn-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.375rem;
  color: var(--bn-white);
}
footer[aria-label="Site footer"] .bn-footer-col .bn-footer-title,
.bn-footer .bn-footer-col .bn-footer-title,
.site-footer .bn-footer-col .bn-footer-title {
  display: block;
  color: var(--bn-white);
  margin-bottom: 0.75rem;
}
footer[aria-label="Site footer"] .bn-footer-col .bn-footer-list,
.bn-footer .bn-footer-col .bn-footer-list,
.site-footer .bn-footer-col .bn-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer[aria-label="Site footer"] .bn-footer-col .bn-footer-list li,
.bn-footer .bn-footer-col .bn-footer-list li,
.site-footer .bn-footer-col .bn-footer-list li {
  margin-bottom: 0.5rem;
}
footer[aria-label="Site footer"] .bn-footer-col .bn-footer-list a,
.bn-footer .bn-footer-col .bn-footer-list a,
.site-footer .bn-footer-col .bn-footer-list a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  display: block;
  word-break: break-word;
}
footer[aria-label="Site footer"] .bn-footer-col .bn-footer-list a:hover,
.bn-footer .bn-footer-col .bn-footer-list a:hover,
.site-footer .bn-footer-col .bn-footer-list a:hover {
  color: var(--bn-primary);
}
footer[aria-label="Site footer"] .bn-footer-col .bn-footer-contact,
.bn-footer .bn-footer-col .bn-footer-contact,
.site-footer .bn-footer-col .bn-footer-contact {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
}
footer[aria-label="Site footer"] .bn-footer-col .bn-footer-contact a,
.bn-footer .bn-footer-col .bn-footer-contact a,
.site-footer .bn-footer-col .bn-footer-contact a {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.5rem;
}
footer[aria-label="Site footer"] .bn-footer-bottom,
.bn-footer .bn-footer-bottom,
.site-footer .bn-footer-bottom {
  margin-top: var(--bn-space-5);
  padding-top: var(--bn-space-4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--bn-space-4);
}
footer[aria-label="Site footer"] .bn-footer-bottom small,
.bn-footer .bn-footer-bottom small,
.site-footer .bn-footer-bottom small {
  color: rgba(255, 255, 255, 0.6);
}
footer[aria-label="Site footer"] .bn-footer-bottom .bn-footer-links,
.bn-footer .bn-footer-bottom .bn-footer-links,
.site-footer .bn-footer-bottom .bn-footer-links {
  display: flex;
  gap: var(--bn-space-3);
}
footer[aria-label="Site footer"] .bn-footer-bottom .bn-footer-links a,
.bn-footer .bn-footer-bottom .bn-footer-links a,
.site-footer .bn-footer-bottom .bn-footer-links a {
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 991.98px) {
  footer[aria-label="Site footer"] .bn-footer-grid,
  .bn-footer .bn-footer-grid,
  .site-footer .bn-footer-grid {
    grid-template-columns: 1fr;
    gap: var(--bn-space-4);
  }
  footer[aria-label="Site footer"] .bn-footer-bottom,
  .bn-footer .bn-footer-bottom,
  .site-footer .bn-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bn-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.bn-footer-contact a,
.bn-footer-contact .call,
.bn-footer-contact address {
  display: inline-flex;
  gap: 0.5rem;
}

.bn-footer-contact a svg, .bn-footer-contact .call svg,
.bn-footer-contact address svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.bn-iso-logo {
  margin-top: var(--bn-space-4);
  display: flex;
  align-items: center;
  justify-content: end;
}

.bn-form-control {
  width: 100%;
  min-height: 3rem;
  padding: 0 var(--bn-space-4);
  color: var(--bn-heading);
  background: var(--bn-white);
  border: 1px solid var(--bn-border);
  border-radius: var(--bn-radius-md);
  transition: border-color var(--bn-transition-fast), box-shadow var(--bn-transition-fast);
}

.bn-form-control:focus {
  outline: 0;
  border-color: var(--bn-primary);
  box-shadow: var(--bn-focus-ring);
}

.bn-form-label {
  display: inline-block;
  margin-bottom: var(--bn-space-2);
  color: var(--bn-heading);
  font-size: var(--bn-text-sm);
  font-weight: var(--bn-fw-bold);
}

.bn-m-0 {
  margin: 0 !important;
}

.bn-mt-0 {
  margin-top: 0 !important;
}

.bn-mr-0 {
  margin-right: 0 !important;
}

.bn-mb-0 {
  margin-bottom: 0 !important;
}

.bn-ml-0 {
  margin-left: 0 !important;
}

.bn-p-0 {
  padding: 0 !important;
}

.bn-pt-0 {
  padding-top: 0 !important;
}

.bn-pr-0 {
  padding-right: 0 !important;
}

.bn-pb-0 {
  padding-bottom: 0 !important;
}

.bn-pl-0 {
  padding-left: 0 !important;
}

.bn-gap-0 {
  gap: 0 !important;
}

.bn-m-1 {
  margin: 0.25rem !important;
}

.bn-mt-1 {
  margin-top: 0.25rem !important;
}

.bn-mr-1 {
  margin-right: 0.25rem !important;
}

.bn-mb-1 {
  margin-bottom: 0.25rem !important;
}

.bn-ml-1 {
  margin-left: 0.25rem !important;
}

.bn-p-1 {
  padding: 0.25rem !important;
}

.bn-pt-1 {
  padding-top: 0.25rem !important;
}

.bn-pr-1 {
  padding-right: 0.25rem !important;
}

.bn-pb-1 {
  padding-bottom: 0.25rem !important;
}

.bn-pl-1 {
  padding-left: 0.25rem !important;
}

.bn-gap-1 {
  gap: 0.25rem !important;
}

.bn-m-2 {
  margin: 0.5rem !important;
}

.bn-mt-2 {
  margin-top: 0.5rem !important;
}

.bn-mr-2 {
  margin-right: 0.5rem !important;
}

.bn-mb-2 {
  margin-bottom: 0.5rem !important;
}

.bn-ml-2 {
  margin-left: 0.5rem !important;
}

.bn-p-2 {
  padding: 0.5rem !important;
}

.bn-pt-2 {
  padding-top: 0.5rem !important;
}

.bn-pr-2 {
  padding-right: 0.5rem !important;
}

.bn-pb-2 {
  padding-bottom: 0.5rem !important;
}

.bn-pl-2 {
  padding-left: 0.5rem !important;
}

.bn-gap-2 {
  gap: 0.5rem !important;
}

.bn-m-3 {
  margin: 0.75rem !important;
}

.bn-mt-3 {
  margin-top: 0.75rem !important;
}

.bn-mr-3 {
  margin-right: 0.75rem !important;
}

.bn-mb-3 {
  margin-bottom: 0.75rem !important;
}

.bn-ml-3 {
  margin-left: 0.75rem !important;
}

.bn-p-3 {
  padding: 0.75rem !important;
}

.bn-pt-3 {
  padding-top: 0.75rem !important;
}

.bn-pr-3 {
  padding-right: 0.75rem !important;
}

.bn-pb-3 {
  padding-bottom: 0.75rem !important;
}

.bn-pl-3 {
  padding-left: 0.75rem !important;
}

.bn-gap-3 {
  gap: 0.75rem !important;
}

.bn-m-4 {
  margin: 1rem !important;
}

.bn-mt-4 {
  margin-top: 1rem !important;
}

.bn-mr-4 {
  margin-right: 1rem !important;
}

.bn-mb-4 {
  margin-bottom: 1rem !important;
}

.bn-ml-4 {
  margin-left: 1rem !important;
}

.bn-p-4 {
  padding: 1rem !important;
}

.bn-pt-4 {
  padding-top: 1rem !important;
}

.bn-pr-4 {
  padding-right: 1rem !important;
}

.bn-pb-4 {
  padding-bottom: 1rem !important;
}

.bn-pl-4 {
  padding-left: 1rem !important;
}

.bn-gap-4 {
  gap: 1rem !important;
}

.bn-m-5 {
  margin: 1.25rem !important;
}

.bn-mt-5 {
  margin-top: 1.25rem !important;
}

.bn-mr-5 {
  margin-right: 1.25rem !important;
}

.bn-mb-5 {
  margin-bottom: 1.25rem !important;
}

.bn-ml-5 {
  margin-left: 1.25rem !important;
}

.bn-p-5 {
  padding: 1.25rem !important;
}

.bn-pt-5 {
  padding-top: 1.25rem !important;
}

.bn-pr-5 {
  padding-right: 1.25rem !important;
}

.bn-pb-5 {
  padding-bottom: 1.25rem !important;
}

.bn-pl-5 {
  padding-left: 1.25rem !important;
}

.bn-gap-5 {
  gap: 1.25rem !important;
}

.bn-m-6 {
  margin: 1.5rem !important;
}

.bn-mt-6 {
  margin-top: 1.5rem !important;
}

.bn-mr-6 {
  margin-right: 1.5rem !important;
}

.bn-mb-6 {
  margin-bottom: 1.5rem !important;
}

.bn-ml-6 {
  margin-left: 1.5rem !important;
}

.bn-p-6 {
  padding: 1.5rem !important;
}

.bn-pt-6 {
  padding-top: 1.5rem !important;
}

.bn-pr-6 {
  padding-right: 1.5rem !important;
}

.bn-pb-6 {
  padding-bottom: 1.5rem !important;
}

.bn-pl-6 {
  padding-left: 1.5rem !important;
}

.bn-gap-6 {
  gap: 1.5rem !important;
}

.bn-m-8 {
  margin: 2rem !important;
}

.bn-mt-8 {
  margin-top: 2rem !important;
}

.bn-mr-8 {
  margin-right: 2rem !important;
}

.bn-mb-8 {
  margin-bottom: 2rem !important;
}

.bn-ml-8 {
  margin-left: 2rem !important;
}

.bn-p-8 {
  padding: 2rem !important;
}

.bn-pt-8 {
  padding-top: 2rem !important;
}

.bn-pr-8 {
  padding-right: 2rem !important;
}

.bn-pb-8 {
  padding-bottom: 2rem !important;
}

.bn-pl-8 {
  padding-left: 2rem !important;
}

.bn-gap-8 {
  gap: 2rem !important;
}

.bn-m-10 {
  margin: 2.5rem !important;
}

.bn-mt-10 {
  margin-top: 2.5rem !important;
}

.bn-mr-10 {
  margin-right: 2.5rem !important;
}

.bn-mb-10 {
  margin-bottom: 2.5rem !important;
}

.bn-ml-10 {
  margin-left: 2.5rem !important;
}

.bn-p-10 {
  padding: 2.5rem !important;
}

.bn-pt-10 {
  padding-top: 2.5rem !important;
}

.bn-pr-10 {
  padding-right: 2.5rem !important;
}

.bn-pb-10 {
  padding-bottom: 2.5rem !important;
}

.bn-pl-10 {
  padding-left: 2.5rem !important;
}

.bn-gap-10 {
  gap: 2.5rem !important;
}

.bn-m-12 {
  margin: 3rem !important;
}

.bn-mt-12 {
  margin-top: 3rem !important;
}

.bn-mr-12 {
  margin-right: 3rem !important;
}

.bn-mb-12 {
  margin-bottom: 3rem !important;
}

.bn-ml-12 {
  margin-left: 3rem !important;
}

.bn-p-12 {
  padding: 3rem !important;
}

.bn-pt-12 {
  padding-top: 3rem !important;
}

.bn-pr-12 {
  padding-right: 3rem !important;
}

.bn-pb-12 {
  padding-bottom: 3rem !important;
}

.bn-pl-12 {
  padding-left: 3rem !important;
}

.bn-gap-12 {
  gap: 3rem !important;
}

.bn-m-16 {
  margin: 4rem !important;
}

.bn-mt-16 {
  margin-top: 4rem !important;
}

.bn-mr-16 {
  margin-right: 4rem !important;
}

.bn-mb-16 {
  margin-bottom: 4rem !important;
}

.bn-ml-16 {
  margin-left: 4rem !important;
}

.bn-p-16 {
  padding: 4rem !important;
}

.bn-pt-16 {
  padding-top: 4rem !important;
}

.bn-pr-16 {
  padding-right: 4rem !important;
}

.bn-pb-16 {
  padding-bottom: 4rem !important;
}

.bn-pl-16 {
  padding-left: 4rem !important;
}

.bn-gap-16 {
  gap: 4rem !important;
}

.bn-m-20 {
  margin: 5rem !important;
}

.bn-mt-20 {
  margin-top: 5rem !important;
}

.bn-mr-20 {
  margin-right: 5rem !important;
}

.bn-mb-20 {
  margin-bottom: 5rem !important;
}

.bn-ml-20 {
  margin-left: 5rem !important;
}

.bn-p-20 {
  padding: 5rem !important;
}

.bn-pt-20 {
  padding-top: 5rem !important;
}

.bn-pr-20 {
  padding-right: 5rem !important;
}

.bn-pb-20 {
  padding-bottom: 5rem !important;
}

.bn-pl-20 {
  padding-left: 5rem !important;
}

.bn-gap-20 {
  gap: 5rem !important;
}

.bn-m-24 {
  margin: 6rem !important;
}

.bn-mt-24 {
  margin-top: 6rem !important;
}

.bn-mr-24 {
  margin-right: 6rem !important;
}

.bn-mb-24 {
  margin-bottom: 6rem !important;
}

.bn-ml-24 {
  margin-left: 6rem !important;
}

.bn-p-24 {
  padding: 6rem !important;
}

.bn-pt-24 {
  padding-top: 6rem !important;
}

.bn-pr-24 {
  padding-right: 6rem !important;
}

.bn-pb-24 {
  padding-bottom: 6rem !important;
}

.bn-pl-24 {
  padding-left: 6rem !important;
}

.bn-gap-24 {
  gap: 6rem !important;
}

.bn-d-flex {
  display: flex !important;
}

.bn-d-grid {
  display: grid !important;
}

.bn-d-none {
  display: none !important;
}

.bn-flex-wrap {
  flex-wrap: wrap !important;
}

.bn-items-center {
  align-items: center !important;
}

.bn-items-start {
  align-items: flex-start !important;
}

.bn-justify-center {
  justify-content: center !important;
}

.bn-justify-between {
  justify-content: space-between !important;
}

.bn-text-center {
  text-align: center !important;
}

.bn-text-primary {
  color: var(--bn-primary) !important;
}

.bn-text-muted {
  color: var(--bn-muted) !important;
}

.bn-text-heading {
  color: var(--bn-heading) !important;
}

.bn-bg-surface {
  background: var(--bn-surface) !important;
}

.bn-bg-soft {
  background: var(--bn-bg-soft) !important;
}

.bn-rounded {
  border-radius: var(--bn-radius-md) !important;
}

.bn-rounded-xl {
  border-radius: var(--bn-radius-xl) !important;
}

.bn-shadow-sm {
  box-shadow: var(--bn-shadow-sm) !important;
}

.bn-shadow-md {
  box-shadow: var(--bn-shadow-md) !important;
}

/* ==========================================================================
   GLASS ICON - SOLID
   ========================================================================== */
.bn-glass-icon {
  --bn-icon-size: 5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--bn-icon-size);
  height: var(--bn-icon-size);
  border-radius: 50%;
  background: rgb(var(--bn-primary-rgb));
  border: 2px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
  transition: all 0.3s ease;
}
.bn-glass-icon img,
.bn-glass-icon svg,
.bn-glass-icon i {
  position: relative;
  z-index: 2;
  width: 48%;
  height: 48%;
  object-fit: contain;
}
.bn-glass-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.08);
}
.bn-glass-icon:hover {
  transform: translateY(-2px);
}

/* Sizes */
.bn-glass-icon-sm {
  --bn-icon-size: 3.5rem;
}

.bn-glass-icon-md {
  --bn-icon-size: 4.5rem;
}

.bn-glass-icon-lg {
  --bn-icon-size: 5.5rem;
}

.bn-glass-icon-xl {
  --bn-icon-size: 6.5rem;
}

/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */
.bn-section-about .bn-img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.bn-section-about .bn-img-box > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bn-radius-xl);
}
.bn-section-about .bn-img-box .bn-card {
  position: absolute;
  left: clamp(-5rem, -6vw, -3rem);
  top: clamp(2rem, 4vw, 4rem);
  width: clamp(8rem, 15vw, 10rem);
  z-index: 2;
  animation: bnFloat 5s ease-in-out infinite;
  will-change: transform;
  transition: transform 0.35s ease;
}
.bn-section-about .bn-img-box .bn-card .bn-card-body {
  text-align: center;
}
.bn-section-about .bn-img-box .bn-card .bn-card-img img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.bn-section-about .bn-img-box .bn-card .bn-card-description {
  color: var(--bn-brand-navy-900);
  font-weight: var(--bn-fw-semibold);
  font-size: var(--bn-text-xs);
}
.bn-section-about .bn-img-box .bn-card:hover {
  animation-play-state: paused;
  transform: translateY(-6px) scale(1.03);
}
.bn-section-about .bn-section-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bn-section-about .bn-card-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.bn-section-about .bn-card-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.bn-section-about .bn-card-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bn-primary), var(--bn-secondary));
}
.bn-section-about .bn-card-list-icon img,
.bn-section-about .bn-card-list-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.bn-section-about .bn-card-list-content {
  flex: 1;
}
.bn-section-about .bn-card-list-title {
  margin-bottom: 0.375rem;
}
.bn-section-about .bn-card-list-content p {
  margin-bottom: 0;
}
.bn-section-about {
  /* Mobile */
}
@media (max-width: 767.98px) {
  .bn-section-about .bn-card-list-item {
    gap: 0.875rem;
  }
  .bn-section-about .bn-card-list-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}

/* ==========================================================================
   FLOAT ANIMATION
   ========================================================================== */
@keyframes bnFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ==========================================================================
   LARGE DESKTOP
   ========================================================================== */
@media (min-width: 1400px) {
  .bn-section-about .bn-img-box .bn-card {
    width: 9rem;
  }
}
/* ==========================================================================
   DESKTOP
   ========================================================================== */
@media (max-width: 1199.98px) {
  .bn-section-about .bn-grid-2 {
    gap: 3rem;
  }
  .bn-section-about .bn-img-box .bn-card {
    left: -1rem;
  }
}
/* ==========================================================================
   TABLET
   ========================================================================== */
@media (max-width: 991.98px) {
  .bn-section-about .bn-grid-2 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .bn-section-about .bn-img-box {
    max-width: 42rem;
    margin-inline: auto;
  }
  .bn-section-about .bn-img-box .bn-card {
    top: 1rem;
    left: 1rem;
    width: 8rem;
  }
  .bn-section-about .bn-section-content {
    text-align: center;
  }
  .bn-section-about .bn-card-list {
    text-align: left;
  }
  .bn-section-about .bn-btn {
    width: auto;
  }
}
/* ==========================================================================
   MOBILE
   ========================================================================== */
@media (max-width: 767.98px) {
  .bn-section-about .bn-grid-2 {
    gap: 2rem;
  }
  .bn-section-about .bn-img-box .bn-card {
    top: 0.75rem;
    left: 0.75rem;
    width: 7rem;
    animation-duration: 4s;
  }
  .bn-section-about .bn-card-description {
    font-size: 0.75rem;
  }
  .bn-section-about .bn-section-title {
    margin-bottom: 1rem;
  }
  .bn-section-about .bn-row.bn-gap-4 {
    gap: 1.5rem;
  }
  .bn-section-about .bn-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */
@media (max-width: 575.98px) {
  .bn-section-about .bn-img-box .bn-card {
    width: 6.5rem;
  }
  .bn-section-about .bn-img-box .bn-card .bn-card-img img {
    width: 1.75rem;
    height: 1.75rem;
  }
}
/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .bn-section-about .bn-img-box .bn-card {
    animation: none;
    transition: none;
  }
}
/* ==========================================================================
   PROJECTS
   ========================================================================== */
.bn-projects {
  padding-block: clamp(4rem, 6vw, 7rem);
}

.bn-projects .bn-section-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* ==========================================================================
   GRID
   ========================================================================== */
.bn-projects-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

/* ==========================================================================
   CARD
   ========================================================================== */
.bn-project-card {
  text-align: center;
}

.bn-project-image {
  overflow: hidden;
  border-radius: var(--bn-radius-lg);
  border: 1px solid var(--bn-border-color);
  transition: all 0.3s ease;
}
.bn-project-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.bn-project-card:hover .bn-project-image {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.bn-project-content {
  padding-top: 0.75rem;
}

.bn-project-title {
  margin-bottom: 0.25rem;
  color: var(--bn-heading);
  font-size: var(--bn-text-sm);
  font-weight: var(--bn-fw-semibold);
}

.bn-project-category {
  display: block;
  color: var(--bn-secondary-text);
  font-size: var(--bn-text-xs);
}

/* ==========================================================================
   ACTION
   ========================================================================== */
.bn-projects-action {
  margin-top: 2rem;
  text-align: center;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1199.98px) {
  .bn-projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .bn-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .bn-projects-grid {
    grid-template-columns: 1fr;
  }
  .bn-project-image img {
    aspect-ratio: 16/10;
  }
}
/* ==========================================================================
   CTA CARD
   ========================================================================== */
.bn-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 4rem);
  border-radius: 2rem;
  background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(180deg, #1e40af 0%, #1d4ed8 35%, #1e3a8a 100%);
  box-shadow: 0 30px 60px rgba(var(--bn-primary-rgb), 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   GRID OVERLAY
   ========================================================================== */
.bn-cta-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.2;
  pointer-events: none;
}

/* ==========================================================================
   LIGHT EFFECT
   ========================================================================== */
.bn-cta-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);
  animation: bnRotateLight 20s linear infinite;
}

.bn-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.05) 50%, transparent 80%);
  animation: bnShine 8s linear infinite;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
.bn-cta-content {
  position: relative;
  z-index: 5;
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.bn-cta-title {
  margin-bottom: 1rem;
  color: var(--bn-white);
  font-size: calc(var(--bn-text-4xl) + 0.3vw);
  font-weight: var(--bn-fw-bold);
  line-height: 1.1;
}

.bn-cta-description {
  max-width: 42rem;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: calc(var(--bn-text-md) + 0.05vw);
  line-height: 1.8;
}

.bn-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.bn-cta-note {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--bn-text-xs);
}

/* ==========================================================================
   FLOATING SHAPES
   ========================================================================== */
.bn-cta-shape {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transform: rotate(45deg);
  animation: bnFloatCTA 8s ease-in-out infinite;
}

.bn-shape-1 {
  width: 10rem;
  height: 10rem;
  left: -3rem;
  top: 50%;
}

.bn-shape-2 {
  width: 5rem;
  height: 5rem;
  right: 8%;
  top: 15%;
  animation-delay: 2s;
}

.bn-shape-3 {
  width: 7rem;
  height: 7rem;
  right: 10%;
  bottom: 12%;
  animation-delay: 4s;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes bnFloatCTA {
  0% {
    transform: rotate(45deg) translateY(0);
  }
  50% {
    transform: rotate(45deg) translateY(-20px);
  }
  100% {
    transform: rotate(45deg) translateY(0);
  }
}
@keyframes bnRotateLight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes bnShine {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991.98px) {
  .bn-cta-title {
    font-size: calc(var(--bn-text-3xl) + 0.2vw);
  }
  .bn-shape-2,
  .bn-shape-3 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bn-cta-card {
    padding: 2rem;
    border-radius: 1.5rem;
  }
  .bn-cta-title {
    font-size: calc(var(--bn-text-2xl) + 0.2vw);
  }
  .bn-cta-description {
    font-size: var(--bn-text-sm);
  }
  .bn-cta-actions {
    flex-direction: column;
  }
  .bn-cta-actions .bn-btn {
    width: 100%;
  }
  .bn-shape-1 {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bn-cta-card::before,
  .bn-cta-card::after,
  .bn-cta-shape {
    animation: none !important;
  }
}
/* ==========================================================================
   TESTIMONIALS
   BN FRAMEWORK
   ========================================================================== */
.bn-testimonials {
  position: relative;
  padding-block: clamp(4rem, 6vw, 7rem);
  overflow: hidden;
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
.bn-testimonial-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bn-testimonial-track {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bn-testimonial-item {
  flex-shrink: 0;
  box-sizing: border-box;
}

/* ==========================================================================
   CARD
   ========================================================================== */
.bn-testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 2vw, 2rem);
  background: var(--bn-white);
  border: 1px solid var(--bn-border-color);
  border-radius: var(--bn-radius-xl);
  box-shadow: 0 0.5rem 2rem rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bn-testimonial-card:hover {
  transform: translateY(-0.375rem);
  border-color: rgba(var(--bn-primary-rgb), 0.2);
  box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.08);
}

/* ==========================================================================
   CONTENT AREA
   ========================================================================== */
.bn-content-quote {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  margin-bottom: 1.5rem;
}

.bn-quote-icon {
  flex-shrink: 0;
  color: var(--bn-primary);
  font-size: calc(var(--bn-text-4xl) + 0.25vw);
  line-height: 1;
}

.bn-testimonial-content {
  flex: 1;
}

.bn-testimonial-text {
  margin: 0;
  color: var(--bn-body);
  font-size: calc(var(--bn-text-sm) + 0.02vw);
  line-height: 1.9;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.bn-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--bn-border-color);
}

.bn-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-width: 0;
}

.bn-testimonial-author img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(var(--bn-primary-rgb), 0.12);
}

.bn-testimonial-author h4 {
  margin: 0 0 0.25rem;
  color: var(--bn-heading);
  font-size: calc(var(--bn-text-md) + 0.02vw);
  font-weight: var(--bn-fw-semibold);
  line-height: 1.2;
}

.bn-testimonial-author span {
  display: block;
  color: var(--bn-secondary-text);
  font-size: calc(var(--bn-text-xs) + 0.01vw);
  line-height: 1.5;
}

/* ==========================================================================
   RATING
   ========================================================================== */
.bn-rating {
  flex-shrink: 0;
  color: var(--bn-warning);
  font-size: calc(var(--bn-text-xs) + 0.02vw);
  letter-spacing: 0.125rem;
}

/* ==========================================================================
   DOTS
   ========================================================================== */
.bn-testimonial-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2rem;
}

.bn-testimonial-dot {
  width: 0.625rem;
  height: 0.625rem;
  border: 0;
  padding: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(var(--bn-primary-rgb), 0.18);
  transition: all 0.3s ease;
}

.bn-testimonial-dot:hover {
  background: rgba(var(--bn-primary-rgb), 0.4);
}

.bn-testimonial-dot.bn-active {
  width: 2rem;
  background: var(--bn-primary);
}

/* ==========================================================================
   DESKTOP
   ========================================================================== */
@media (min-width: 992px) {
  .bn-testimonial-track {
    gap: 1.5rem;
  }
}
/* ==========================================================================
   TABLET
   ========================================================================== */
@media (max-width: 991.98px) {
  .bn-testimonial-track {
    gap: 1.25rem;
  }
  .bn-testimonial-card {
    padding: 1.5rem;
  }
}
/* ==========================================================================
   MOBILE
   ========================================================================== */
@media (max-width: 767.98px) {
  .bn-testimonial-track {
    gap: 1rem;
  }
  .bn-testimonial-card {
    padding: 1.25rem;
  }
  .bn-content-quote {
    gap: 0.75rem;
  }
  .bn-testimonial-text {
    font-size: var(--bn-text-sm);
    line-height: 1.8;
  }
  .bn-testimonial-bottom {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .bn-rating {
    width: 100%;
  }
  .bn-testimonial-author img {
    width: 3rem;
    height: 3rem;
  }
  .bn-testimonial-dots {
    margin-top: 1.5rem;
  }
}
/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */
@media (max-width: 575.98px) {
  .bn-testimonial-track {
    gap: 0.75rem;
  }
  .bn-testimonial-card {
    padding: 1rem;
  }
  .bn-testimonial-author img {
    width: 2.75rem;
    height: 2.75rem;
  }
}
/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .bn-testimonial-track,
  .bn-testimonial-card,
  .bn-testimonial-dot {
    transition: none !important;
  }
}
/* ==========================================================================
   BRANDS
   ========================================================================== */
.bn-brand-section {
  padding-block: clamp(3rem, 5vw, 5rem);
}

.bn-brand-slider {
  position: relative;
  overflow: hidden;
}

.bn-brand-slider::before,
.bn-brand-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8rem;
  z-index: 2;
  pointer-events: none;
}

.bn-brand-slider::before {
  left: 0;
  background: linear-gradient(to right, var(--bn-body-bg), transparent);
}

.bn-brand-slider::after {
  right: 0;
  background: linear-gradient(to left, var(--bn-body-bg), transparent);
}

.bn-brand-track {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: max-content;
  animation: bnBrandScroll 30s linear infinite;
}

.bn-brand-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bn-brand-item img {
  width: auto;
  transition: 0.3s ease;
  filter: grayscale(1);
  opacity: 0.8;
}

.bn-brand-item:hover img {
  opacity: 1;
  transform: scale(1.05);
  filter: grayscale(0);
}

/* ==========================================================================
   ANIMATION
   ========================================================================== */
@keyframes bnBrandScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   TABLET
   ========================================================================== */
@media (max-width: 991.98px) {
  .bn-brand-track {
    gap: 3rem;
  }
  .bn-brand-item img {
    height: 2.5rem;
  }
}
/* ==========================================================================
   MOBILE
   ========================================================================== */
@media (max-width: 767.98px) {
  .bn-brand-track {
    gap: 2rem;
  }
  .bn-brand-item img {
    height: 2rem;
  }
  .bn-brand-slider::before,
  .bn-brand-slider::after {
    width: 3rem;
  }
}
.bn-brand-slider:hover .bn-brand-track {
  animation-play-state: paused;
}

.bn-brand-track.bn-reverse {
  animation-direction: reverse;
}

.bn-about-hero {
  position: relative;
  overflow: hidden;
}
.bn-about-hero::before, .bn-about-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.bn-about-hero::before {
  top: -80px;
  right: -220px;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(37, 99, 255, 0.06) 0%, rgba(37, 99, 255, 0.04) 30%, rgba(37, 99, 255, 0.02) 50%, transparent 70%);
}
.bn-about-hero::after {
  right: -84px;
  bottom: -250px;
  width: 950px;
  height: 650px;
  background: radial-gradient(circle, rgba(37, 99, 255, 0.05) 0%, rgba(37, 99, 255, 0.03) 45%, transparent 75%);
}
.bn-about-hero .bn-hero-title span {
  color: var(--bn-primary);
}
.bn-about-hero .bn-section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--bn-primary);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.bn-about-hero .bn-section-subtitle::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: currentColor;
}
.bn-about-hero .bn-about-pattern {
  position: absolute;
  top: 23%;
  left: 46%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(rgba(37, 99, 255, 0.25) 1px, transparent 1px);
  background-size: 12px 12px;
}
.bn-about-hero .bn-img-box {
  position: relative;
  border-radius: 1.5rem;
}
.bn-about-hero .bn-img-box > img {
  width: 100%;
  border-radius: inherit;
  transform: rotate3d(10, 4, 3, 8deg);
  transition: 0.4s ease;
}
.bn-about-hero .bn-img-box .bn-card {
  position: absolute;
  right: clamp(-5rem, -6vw, -3rem);
  bottom: clamp(-5rem, -6vw, -3rem);
  width: clamp(12rem, 15vw, 12rem);
  z-index: 2;
  animation: bnFloat 5s ease-in-out infinite;
}
.bn-about-hero .bn-img-box .bn-card .bn-card-body img {
  width: 32px;
  height: auto;
}
.bn-about-hero .bn-img-box .bn-card .bn-card-body strong {
  color: var(--bn-brand-navy-900);
  font-size: var(--bn-text-sm);
  font-weight: var(--bn-fw-semibold);
}
.bn-about-hero .bn-img-box .bn-card .bn-card-body .bn-card-description {
  font-size: var(--bn-text-xs);
}

/* Stats */
.bn-stats-card {
  border: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--bn-white);
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.08);
}
.bn-stats-card .bn-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}

.bn-stat-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.bn-stat-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--bn-primary-rgb), 0.06);
}

.bn-stat-content h3 {
  margin: 0 0 0.25rem;
  color: var(--bn-primary);
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  font-weight: var(--bn-fw-bold);
  line-height: 1;
}
.bn-stat-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--bn-secondary-text);
}

.bn-mission-section {
  padding-block: clamp(4rem, 6vw, 7rem);
}
.bn-mission-section .bn-row {
  --bn-gutter-x: 5rem;
}
.bn-mission-section .bn-section-subtitle::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: currentColor;
}

/* Mission & Vision Gap */
.bn-mission-row {
  margin-bottom: clamp(3rem, 4vw, 5rem);
}

/* Wrapper */
.bn-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

/* Vision Content Left / Icon Right */
.bn-vision-wrapper {
  justify-content: space-between;
}

/* Icons */
.bn-mission-icon,
.bn-vision-icon {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #dce7ff, #b9d1ff);
  box-shadow: 0 10px 30px rgba(var(--bn-primary-rgb), 0.15);
}

.bn-vision-icon {
  background: linear-gradient(180deg, #eef8ec 0%, #dcefd8 100%);
}

/* Content */
.bn-mission-content,
.bn-vision-content {
  flex: 1;
}
.bn-mission-content h2,
.bn-vision-content h2 {
  margin: 0.75rem 0 1rem;
}
.bn-mission-content p,
.bn-vision-content p {
  margin-bottom: 1.5rem;
}

.bn-vision-content .bn-section-subtitle {
  color: var(--bn-success);
}

/* Lists */
.bn-mission-list,
.bn-vision-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bn-mission-list li,
.bn-vision-list li {
  position: relative;
  margin-bottom: 0.875rem;
  padding-left: 1.75rem;
  color: var(--bn-heading);
  font-weight: 500;
}
.bn-mission-list li::before,
.bn-vision-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--bn-primary);
}

.bn-vision-list li::before {
  background: var(--bn-success);
}

/* Images */
.bn-mission-image,
.bn-vision-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.bn-mission-image img,
.bn-vision-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.bn-mission-image img {
  border-radius: 5rem 1.5rem 1.5rem 1.5rem;
}

.bn-vision-image img {
  border-radius: 1.5rem 5rem 1.5rem 1.5rem;
}

/* Tablet */
@media (max-width: 991.98px) {
  .bn-mission-row {
    margin-bottom: 4rem;
  }
  .bn-mission-image img,
  .bn-vision-image img {
    border-radius: 1.5rem;
  }
}
/* Mobile */
@media (max-width: 767.98px) {
  .bn-mission-section {
    padding-block: clamp(0rem, 6vw, 7rem);
  }
  .bn-content-wrapper,
  .bn-vision-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  .bn-mission-icon,
  .bn-vision-icon {
    width: 5rem;
    height: 5rem;
  }
  .bn-mission-row {
    margin-bottom: 3rem;
  }
}
.bn-section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--bn-primary);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
  .bn-about-hero .bn-row {
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
  .bn-about-hero .bn-col-lg-6:last-child {
    order: -1;
  }
  .bn-about-hero .bn-img-box > img {
    transform: none;
    border-radius: 1.5rem;
  }
  .bn-about-hero .bn-img-box .bn-card {
    right: 1rem;
    bottom: 1rem;
  }
  .bn-stats-card .bn-card-body {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .bn-stat-item {
    flex: 0 0 calc(50% - 1rem);
  }
  .bn-mission-row {
    flex-direction: column-reverse;
    gap: 2.5rem;
    margin-bottom: 4rem;
  }
  .bn-mission-image {
    order: -1;
  }
  .bn-vision-image {
    order: -1;
    margin-bottom: 2rem;
  }
  .bn-vision-wrapper {
    flex-direction: column;
  }
  .bn-vision-icon {
    order: -1;
  }
  .bn-mission-image img,
  .bn-vision-image img {
    border-radius: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .bn-about-hero .bn-about-pattern {
    display: none;
  }
  .bn-about-hero::before, .bn-about-hero::after {
    display: none;
  }
  .bn-about-hero .bn-img-box > img {
    transform: none;
    border-radius: 1rem;
  }
  .bn-about-hero .bn-img-box .bn-card {
    position: static;
    width: 100%;
    max-width: 220px;
    margin: -2rem auto 0;
  }
  .bn-stats-card .bn-card-body {
    gap: 0.5rem;
  }
  .bn-stat-item {
    flex: 0 0 48.5%;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .bn-content-wrapper,
  .bn-vision-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  .bn-mission-icon,
  .bn-vision-icon {
    width: 5rem;
    height: 5rem;
  }
  .bn-mission-row {
    margin-bottom: 3rem;
  }
  .bn-mission-image img,
  .bn-vision-image img {
    border-radius: 1rem;
  }
}
