
:root {
  --bnb-navy: #081a33;
  --bnb-blue: #123a5c;
  --bnb-cyan: #38d6c9;
  --bnb-cyan-dark: #08746f;
  --bnb-ink: #172033;
  --bnb-muted: #5d6a7d;
  --bnb-soft: #f5f8fc;
  --bnb-line: #d9e3ee;
  --bnb-focus: #ffbf47;
  --bs-body-color: var(--bnb-ink);
  --bs-primary: #0b2d4f;
  --bs-primary-rgb: 11, 45, 79;
  --bs-link-color: #075f71;
  --bs-link-hover-color: #083052;
  --bs-border-color: var(--bnb-line);
  --bs-font-sans-serif: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
html { scroll-behavior: smooth; }
body { background: #fff; line-height: 1.65; }
a { text-underline-offset: .18em; text-decoration-thickness: .09em; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--bnb-focus); outline-offset: 3px; box-shadow: none !important; }
.skip-link { position: fixed; z-index: 1080; top: .75rem; left: .75rem; transform: translateY(-150%); background: var(--bnb-focus); color: #111; padding: .75rem 1rem; border-radius: .5rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.text-white-75 { color: rgba(255,255,255,.78) !important; }
.text-cyan { color: var(--bnb-cyan) !important; }
.py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.top-strip { background: var(--bnb-navy); color: rgba(255,255,255,.86); padding: .45rem 0; }
.top-strip-meta { color: #fff; font-weight: 700; }
.navbar { --bs-navbar-toggler-border-color: rgba(11,45,79,.25); }
.navbar-brand img { max-width: min(230px, 58vw); height: auto; }
.navbar .nav-link { color: #172033; border-radius: .65rem; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--bs-primary); background: var(--bnb-soft); }
.navbar .nav-link.active { color: var(--bs-primary); background: #edf4fb; }
.header-actions .btn { white-space: nowrap; font-weight: 700; }
.btn { border-radius: .7rem; font-weight: 750; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .25rem; }
.btn-sm { min-height: 38px; border-radius: .55rem; }
.btn-primary { --bs-btn-bg: #0b2d4f; --bs-btn-border-color: #0b2d4f; --bs-btn-hover-bg: #071d34; --bs-btn-hover-border-color: #071d34; --bs-btn-focus-shadow-rgb: 255,191,71; }
.btn-outline-primary { --bs-btn-color: #0b2d4f; --bs-btn-border-color: #b8cadb; --bs-btn-hover-bg: #0b2d4f; --bs-btn-hover-border-color: #0b2d4f; }
.btn-accent { --bs-btn-color: #061529; --bs-btn-bg: var(--bnb-cyan); --bs-btn-border-color: var(--bnb-cyan); --bs-btn-hover-color: #061529; --bs-btn-hover-bg: #73eee4; --bs-btn-hover-border-color: #73eee4; }
.hero-section { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(56,214,201,.22), transparent 27rem), linear-gradient(135deg, #071426 0%, #0b2d4f 52%, #123a5c 100%); }
.hero-section::before { content: ""; position: absolute; inset: 0; background-image: url('../img/mission-grid.svg'); background-size: cover; background-position: center; opacity: .12; }
.hero-section > .container { position: relative; z-index: 1; }
.hero-section h1 { letter-spacing: -.035em; line-height: 1.05; }
.hero-section .lead { max-width: 58rem; font-size: clamp(1.08rem, 1.35vw, 1.28rem); }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .77rem; font-weight: 850; color: var(--bnb-cyan-dark); margin-bottom: .7rem; }
.hero-summary-card { border-radius: 1.35rem; background: rgba(255,255,255,.96); }
.summary-icon { width: 2.5rem; height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; background: #e4fbf9; color: var(--bnb-cyan-dark); border-radius: .85rem; font-size: 1.1rem; }
.summary-list li { padding: .85rem 0 .85rem 2rem; border-bottom: 1px solid var(--bnb-line); position: relative; color: #172033; font-weight: 700; }
.summary-list li:last-child { border-bottom: 0; }
.summary-list li::before { content: ""; width: .55rem; height: .55rem; border-radius: 999px; background: var(--bnb-cyan-dark); position: absolute; left: .35rem; top: 1.35rem; }
.breadcrumb-wrap { background: #f8fbfe; border-bottom: 1px solid var(--bnb-line); }
.breadcrumb a { color: #37546e; }
.section { border-top: 1px solid var(--bnb-line); }
.container > .section:first-child { border-top: 0; }
.section h2 { letter-spacing: -.02em; color: var(--bnb-navy); }
.section > p, .section-header p { max-width: 58rem; color: var(--bnb-muted); }
.card { border-radius: 1rem; }
.card-lift { transition: transform .18s ease, box-shadow .18s ease; }
.card-lift:hover { transform: translateY(-3px); box-shadow: 0 1rem 2.5rem rgba(8,26,51,.12) !important; }
.card-title { color: var(--bnb-navy); }
.card-text { color: #4f5e70; }
.check-list li { position: relative; padding-left: 1.75rem; margin-bottom: .65rem; }
.check-list li::before { content: ""; position: absolute; left: .2rem; top: .62rem; width: .58rem; height: .58rem; background: var(--bnb-cyan-dark); border-radius: 999px; box-shadow: 0 0 0 .25rem #e4fbf9; }
.cta-panel { background: linear-gradient(135deg, var(--bnb-navy), var(--bnb-blue)); color: #fff; box-shadow: 0 1rem 3rem rgba(8,26,51,.16); }
.cta-panel h2, .cta-panel h3, .cta-panel p, .cta-panel .eyebrow { color: #fff !important; }
.cta-panel .btn-primary { --bs-btn-bg: #fff; --bs-btn-border-color: #fff; --bs-btn-color: var(--bnb-navy); --bs-btn-hover-bg: #e9f0f7; --bs-btn-hover-border-color: #e9f0f7; }
.cta-panel .btn-outline-primary { --bs-btn-color: #fff; --bs-btn-border-color: rgba(255,255,255,.65); --bs-btn-hover-bg: rgba(255,255,255,.12); --bs-btn-hover-border-color: #fff; }
.notice-panel, .section:has(.verify-note) { background: #fff8e6; border: 1px solid #eed79a; }
.verify-note { color: #694a00; font-weight: 700; }
.file-meta, .badge { letter-spacing: .03em; }
.contact-card { background: #fff; }
.form-control, .form-select { border-color: #b8c7d6; min-height: 46px; }
textarea.form-control { min-height: 160px; }
.invalid-feedback { min-height: 1.1rem; }
.sitemap-list { columns: 2; column-gap: 3rem; }
.site-footer { background: #071426; color: rgba(255,255,255,.8); }
.site-footer a { color: #fff; text-decoration-color: rgba(255,255,255,.38); }
.site-footer a:hover { color: var(--bnb-cyan); }
.footer-logo { max-width: 230px; height: auto; }
.footer-heading { color: #fff; letter-spacing: .08em; }
.redirect-page { max-width: 720px; margin: 4rem auto; padding: 1rem; }
@media (max-width: 1199.98px) { .navbar-collapse { padding-top: 1rem; } .navbar .nav-link { padding-left: 1rem; } }
@media (max-width: 767.98px) { .hero-section h1 { font-size: 2.35rem; } .btn { width: 100%; } .sitemap-list { columns: 1; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; } }

/* Contact form delivery and THRaXe workflow refinements */
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-status:focus { outline: 3px solid var(--bnb-focus); outline-offset: 3px; }
.section-intro { max-width: 58rem; color: var(--bnb-muted); }
.workflow-steps { counter-reset: workflow; }
.workflow-step { background: linear-gradient(180deg, #ffffff, #f8fbfe); border: 1px solid var(--bnb-line) !important; }
.workflow-step .card-body { position: relative; }
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  border-radius: .85rem;
  background: #e4fbf9;
  color: var(--bnb-cyan-dark);
  font-weight: 850;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .workflow-steps > li { display: flex; }
  .workflow-step { width: 100%; }
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 767.98px) {
  .form-grid { grid-template-columns: 1fr; }
}


/* Bluehost contact form spacing refinements */
.contact-card form, form.contact-card { overflow: visible; }
.form-grid {
  align-items: start;
  row-gap: 1.15rem;
  column-gap: 1.25rem;
}
.form-field { margin-bottom: 0 !important; }
.form-label { margin-bottom: .4rem; font-weight: 650; }
.error-message:empty { display: none !important; min-height: 0 !important; margin: 0 !important; }
.error-message:not(:empty) { display: block; margin-top: .4rem; min-height: 1.1rem; }
.form-control, .form-select { min-height: 3.25rem; padding-top: .72rem; padding-bottom: .72rem; }
textarea.form-control { min-height: 12rem; }
.help-text { margin-top: .45rem; margin-bottom: 0; color: var(--bnb-muted); }
.form-check-label { display: flex; align-items: flex-start; gap: .5rem; }
.form-check-label .form-check-input { flex: 0 0 auto; margin-top: .35rem; }
@media (max-width: 767.98px) {
  .form-grid { row-gap: 1rem; }
}

/* THRaXe hero card refinements */
.thraxe-hero-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 18rem;
  object-fit: contain;
  object-position: center;
  background: #02050b;
  border: 1px solid rgba(8,26,51,.08);
  box-shadow: 0 .75rem 1.75rem rgba(8,26,51,.18) !important;
}
.page-thraxe .hero-summary-card .summary-list li::before {
  width: .55rem;
  height: .55rem;
  border-radius: .12rem;
  left: .42rem;
  top: 1.42rem;
  transform: rotate(45deg);
  background: var(--bnb-cyan-dark);
}
.resource-card .btn { align-self: flex-start; }
