:root {
  --bg: #ffffff;
  --text: #132238;
  --muted: #5c6b7d;
  --navy: #0f2137;
  --navy-2: #152c48;
  --gold: #c8a24a;
  --gold-dark: #a88434;
  --light: #f5f7fa;
  --border: #dbe4ee;
  --shadow: 0 12px 24px rgba(15,33,55,.08);
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold-dark); }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(820px, 100%); }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.site-title { font-weight: 800; font-size: 1.2rem; color: var(--navy); }
.primary-nav ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; }
.primary-nav li { position: relative; }
.primary-nav a { font-weight: 600; color: var(--navy); }
.nav-toggle { display: none; border: 1px solid var(--border); background: #fff; padding: 8px 12px; border-radius: 10px; }
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; padding: 86px 0 64px;
}
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.eyebrow {
  display: inline-block; margin-bottom: 12px; color: var(--gold); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem;
}
.hero h1, .section-heading h2, .cta-inner h2 { line-height: 1.15; margin: 0 0 16px; }
.hero h1 { font-size: clamp(2.2rem, 4vw, 4rem); max-width: 12ch; }
.hero p { font-size: 1.05rem; color: rgba(255,255,255,.88); max-width: 62ch; }
.hero-panel { display: grid; gap: 16px; }
.stat-card, .info-card {
  background: #fff; color: var(--text); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); border: 1px solid rgba(200,162,74,.18);
}
.stat-card strong { display: block; color: var(--muted); font-size: .92rem; font-weight: 700; }
.stat-card span { display: block; font-size: 1.25rem; font-weight: 800; color: var(--navy); margin-top: 4px; }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 0 20px; border-radius: 999px; font-weight: 700; transition: .2s ease; border: 2px solid transparent;
}
.button-gold { background: var(--gold); color: #1b1b1b; }
.button-gold:hover { background: var(--gold-dark); color: #fff; }
.button-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.hero .button-outline, .light-outline { color: #fff; border-color: rgba(255,255,255,.55); }
.hero .button-outline:hover, .light-outline:hover { background: rgba(255,255,255,.08); color: #fff; }
.page-section { padding: 78px 0; }
.bg-light { background: var(--light); }
.bg-dark { background: var(--navy); }
.text-light { color: #fff; }
.section-heading { margin-bottom: 28px; }
.section-heading p { color: var(--muted); max-width: 70ch; }
.bg-dark .section-heading p { color: rgba(255,255,255,.8); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.divisions-grid .info-card h3 { margin-top: 0; }
.divisions-grid .info-card a { font-weight: 700; }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.check-item {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: 18px 18px 18px 44px; position: relative;
}
.check-item::before {
  content: "✓"; position: absolute; left: 18px; top: 16px; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); color: #111; display:grid; place-items:center; font-size: 13px; font-weight: 800;
}
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.pill { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 10px 16px; font-weight: 600; }
.cta-band { background: linear-gradient(135deg, #1b3150, #0f2137); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer { background: #0b1728; color: rgba(255,255,255,.86); padding-top: 54px; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; }
.footer-grid h3 { color: #fff; margin-top: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 24px; padding: 18px 0; }
.entry-content { max-width: 860px; }
@media (max-width: 980px) {
  .hero-grid, .cta-inner, .footer-grid, .check-grid, .card-grid { grid-template-columns: 1fr; display: grid; }
  .cta-inner { align-items: start; }
}
@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; top: 79px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); }
  .primary-nav.open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 0; padding: 12px 16px; }
  .primary-nav li { border-bottom: 1px solid var(--border); }
  .primary-nav li:last-child { border-bottom: 0; }
  .primary-nav a { display: block; padding: 12px 0; }
  .hero { padding-top: 64px; }
  .page-section { padding: 62px 0; }
}
