:root {
  --base: #111827;
  --panel: #1f2937;
  --accent: #0f766e;
  --gold: #d97706;
  --soft: #f4f6f8;
  --wash: #e7f2ef;
  --ink: #182230;
  --muted: #647080;
  --line: #d8dee6;
  --radius: 5px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; }

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.58;
  background:
    linear-gradient(90deg, rgba(17,24,39,.035) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0, #f8fafc 520px, #fff 100%);
  background-size: 28px 28px, auto;
  overflow-x: hidden;
}

a { color: var(--accent); text-underline-offset: 3px; }
a:hover { color: #0a514c; }

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.16;
}

h1 {
  font-size: clamp(1.72rem, 2.45vw, 2.08rem);
  font-weight: 860;
}

h2 {
  font-size: clamp(1.3rem, 1.75vw, 1.62rem);
  font-weight: 820;
}

h3 {
  font-size: 1.03rem;
  font-weight: 790;
}

p { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(17,24,39,.07);
  backdrop-filter: blur(14px);
}

.navbar { padding: .5rem 0; }

.navbar-brand img {
  width: auto;
  height: 39px;
  border-radius: var(--radius);
}

.navbar-toggler {
  margin-left: auto;
  background: var(--base);
  border: 0;
}

.nav-link {
  color: #293344 !important;
  font-size: .84rem;
  font-weight: 780;
  padding: .42rem .46rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--accent) !important;
}

.nav-link.active {
  box-shadow: inset 0 -2px 0 var(--gold);
}

.btn {
  border-radius: var(--radius);
  font-weight: 830;
  letter-spacing: 0;
}

.btn-lg {
  font-size: .96rem;
  padding: .68rem 1rem;
}

.btn-cta {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.btn-cta:hover {
  background: #b75f05;
  border-color: #b75f05;
  color: #fff;
}

.btn-main {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.btn-main:hover {
  background: #0a514c;
  border-color: #0a514c;
  color: #fff;
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255,255,255,.44);
  background: rgba(255,255,255,.06);
}

.btn-outline-light:hover {
  background: #fff;
  border-color: #fff;
  color: var(--base);
}

.eyebrow {
  color: var(--gold);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 900;
}

.hero {
  min-height: 66vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--base);
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17,24,39,.98) 0 46%, rgba(17,24,39,.78) 64%, rgba(17,24,39,.32)),
    var(--hero) center/cover no-repeat;
}

.hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  background: repeating-linear-gradient(180deg, var(--accent) 0 44px, var(--gold) 44px 82px);
}

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

.hero .row {
  align-items: stretch !important;
}

.hero h1 {
  max-width: 660px;
}

.hero .lead {
  max-width: 650px;
  color: rgba(255,255,255,.78);
  font-size: 1.04rem !important;
}

.hero-panel {
  height: 100%;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius);
  padding: 20px;
  color: var(--ink);
  box-shadow: 0 20px 56px rgba(0,0,0,.22);
}

.hero-panel strong {
  display: block;
  color: var(--base);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1.25rem;
}

.hero-panel span {
  color: var(--muted);
  font-size: .96rem;
}

.hero-panel hr {
  border-color: var(--line);
  opacity: 1;
}

.trust-strip {
  background: #fff;
  color: #263446;
  border-bottom: 1px solid var(--line);
  font-size: .86rem;
  font-weight: 820;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-strip span:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid var(--accent);
  border-radius: 50%;
}

.section {
  padding: 58px 0;
}

.section-alt {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.section-dark {
  background: var(--base);
  color: #fff;
  border-left: 9px solid var(--accent);
}

.section-dark p {
  color: rgba(255,255,255,.76);
}

.section-dark .feature-card {
  color: var(--ink);
}

.section-dark .feature-card p,
.section-dark .post-card p {
  color: var(--muted);
}

.layout-ribbon {
  border-top: 5px solid var(--accent);
}

.feature-card,
.post-card,
.stat-card,
.path-card,
.locator-panel,
.faq details {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card,
.post-card,
.path-card,
.locator-panel {
  padding: 21px;
}

.feature-card,
.post-card {
  box-shadow: 0 10px 26px rgba(17,24,39,.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.feature-card:hover,
.post-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15,118,110,.42);
  box-shadow: 0 16px 34px rgba(17,24,39,.1);
}

.feature-card .eyebrow,
.post-card .eyebrow {
  color: var(--accent);
}

.locator-panel {
  background:
    linear-gradient(90deg, rgba(15,118,110,.08) 1px, transparent 1px),
    #fff;
  background-size: 22px 22px;
  border-top: 5px solid var(--accent);
}

.stat-card {
  padding: 17px;
  background: var(--base);
  border-color: var(--base);
  color: #fff;
}

.stat-card strong {
  display: block;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1.42rem;
  line-height: 1;
}

.stat-card span {
  color: rgba(255,255,255,.76);
}

.academy-band {
  background: #f8fafc;
  border-block: 1px solid var(--line);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.path-card {
  position: relative;
  padding-top: 48px;
  overflow: hidden;
}

.path-card span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 34px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
}

.path-card:nth-child(even) span {
  background: var(--gold);
}

.split-band {
  background: #eef2f5;
  color: var(--ink);
  padding: 42px 0;
  border-block: 1px solid var(--line);
}

.split-band p {
  color: var(--muted);
}

.faq details {
  padding: 16px 18px;
  margin-bottom: 11px;
  border-left: 4px solid var(--accent);
}

.faq summary {
  color: var(--base);
  cursor: pointer;
  font-weight: 820;
}

label {
  color: #202b3a;
  font-weight: 720;
}

.form-control,
.form-select {
  border-radius: var(--radius);
  border-color: var(--line);
  padding: .7rem .82rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 .2rem rgba(15,118,110,.14);
}

.article-body {
  max-width: 850px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-body h2 {
  margin-top: 2rem;
}

.site-footer {
  background: #101722;
  color: rgba(255,255,255,.72);
  padding: 50px 0;
  border-top: 5px solid var(--gold);
}

.site-footer img {
  border-radius: var(--radius);
}

.site-footer a {
  display: block;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  margin: .36rem 0;
}

.site-footer a:hover {
  color: #f5b45b;
}

.footer-title {
  color: #fff;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1199px) {
  .nav-link {
    padding-block: .42rem !important;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: 74px;
  }

  .site-header .container,
  .hero .container {
    max-width: 100%;
    width: 100%;
  }

  .navbar-brand img {
    max-width: 174px;
    height: 36px;
  }

  .hero {
    min-height: auto;
    padding: 54px 0 42px;
  }

  .hero:before {
    background:
      linear-gradient(180deg, rgba(17,24,39,.94), rgba(17,24,39,.84)),
      var(--hero) center/cover no-repeat;
  }

  .hero .row {
    --bs-gutter-x: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero .row > * {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1,
  .hero .lead {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-panel {
    margin-top: 18px;
  }

  .section {
    padding: 44px 0;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .mobile-cta {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1040;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 1.66rem;
  }

  .hero .lead {
    font-size: 1rem !important;
  }

  .article-body {
    padding: 18px;
  }
}
