:root {
  --bg: #1a232d;
  --bg-soft: #24303c;
  --card: #ffffff;
  --text: #e1e5ea;
  --text-dark: #1f2a35;
  --muted: #7f8b98;
  --primary: #4a5a6b;
  --primary-2: #5c6d7f;
  --line: #d4dbe2;
  --max: 1120px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: Inter, system-ui, -apple-system, sans-serif; }
body { color: var(--text-dark); background: #f3f4f6; line-height: 1.5; }

.container { width: min(var(--max), 92%); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 18, 35, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand { color: #fff; text-decoration: none; display: flex; align-items: center; gap: 10px; }
.brand-logo {
  height: 58px;
  width: auto;
  display: block;
  background: #071223;
  border-radius: 4px;
}
.brand-text { font-weight: 600; letter-spacing: .2px; }
.nav { display: flex; gap: 18px; align-items: center; }
.nav a { color: #d4d8de; text-decoration: none; font-weight: 500; }
.nav a:hover { color: #fff; }

.has-dropdown { position: relative; }
.dropdown-toggle {
  border: 0;
  background: transparent;
  color: #d4d8de;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
.dropdown-toggle:hover { color: #fff; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: 130%;
  left: 0;
  min-width: 260px;
  background: #182433;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 14px 30px rgba(0,0,0,.3);
}
.dropdown-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #d4d8de;
  font-size: .92rem;
}
.dropdown-menu a:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}
.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu,
.has-dropdown.open .dropdown-menu {
  display: block;
}

.menu-btn { display: none; }

.hero {
  background: radial-gradient(circle at 70% 20%, #0c2342 0%, #0a1d37 28%, #08172c 54%, #050d1a 100%);
  color: var(--text);
  padding: 76px 0 64px;
}
.hero-grid { display: grid; grid-template-columns: 1.25fr .95fr; gap: 24px; align-items: start; }
.hero-side { display: grid; gap: 14px; }
.eyebrow { text-transform: uppercase; letter-spacing: .11em; color: #a5adb8; font-size: .78rem; font-weight: 700; }
h1 { margin: 10px 0 18px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; color: #fff; }
h1 span { color: #bcc3cc; }
.lead { color: #cfd4db; max-width: 700px; }
.lead strong { color: #fff; }
.hero-cta { display: flex; gap: 12px; margin: 26px 0 18px; flex-wrap: wrap; }
.hero-points { margin: 8px 0 0 18px; color: #b8c0ca; }

.hero-photo {
  margin: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,.16);
}
.hero-photo img { width: 100%; height: auto; display: block; }
.hero-photo-wide {
  grid-column: 1 / -1;
  margin-top: 16px;
}
.hero-photo-tagline {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: #e4e9ef;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
}

.hero-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 22px;
}
.hero-card h2 { margin-top: 0; color: #fff; }
.hero-card p { color: #c7cdd5; }
.hero-card .program-fit-highlight {
  color: #ffb347;
  font-weight: 600;
}
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.stat-grid div { background: rgba(0,0,0,.16); border: 1px solid rgba(255,255,255,.09); border-radius: 10px; padding: 10px; }
.stat-grid strong { display: block; color: #fff; }
.stat-grid span { font-size: .86rem; color: #c1c8d1; }

.building-strip {
  background: #232f3b;
  padding: 22px 0 28px;
}
.building-strip figure {
  margin: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  overflow: hidden;
  background: #071223;
}
.building-strip img {
  width: 100%;
  height: auto;
  display: block;
}
.building-strip figcaption {
  color: #c0c7d0;
  font-size: .9rem;
  padding: 10px 14px 12px;
}

.section { padding: 68px 0; position: relative; }
.section-alt {
  background: #e7eaee;
  position: relative;
}
.section-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .25;
}
.section-dark {
  background: #d8dee6;
}
#defense-compliance {
  background: linear-gradient(135deg, #d8dee6 0%, #e1d8cf 100%);
  border-top: 1px solid rgba(255, 140, 66, 0.25);
  border-bottom: 1px solid rgba(255, 140, 66, 0.25);
}
#defense-compliance h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
#defense-compliance h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(135deg, #ffb347 0%, #ff8c42 100%);
}
h2 { margin: 0 0 8px; font-size: clamp(1.55rem, 3vw, 2.2rem); color: #1d2733; }
.section-intro { color: #4f5b68; margin-bottom: 24px; }

.intro-pillars {
  padding-top: 38px;
  padding-bottom: 28px;
  background: linear-gradient(135deg, #222d39 0%, #2f3a47 100%);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.pillar {
  background: linear-gradient(135deg, rgba(255,179,71,.20) 0%, rgba(255,140,66,.14) 100%);
  border: 1px solid rgba(255,207,138,.55);
  border-left: 4px solid #ffb347;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(255, 140, 66, 0.16);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pillar:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 140, 66, 0.22);
  border-color: rgba(255,207,138,.8);
}
.pillar h3 {
  margin: 0 0 8px;
  color: #fff2df;
  font-size: 1.02rem;
}
.pillar p {
  margin: 0;
  color: #ffe5c3;
  font-size: .94rem;
}

.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.four-up { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 26px rgba(20, 28, 38, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(20, 28, 38, 0.12);
  border-color: #b5c0cc;
}
.card h3 { margin: 0 0 8px; color: #273241; }
.card p { margin: 0; color: #566272; }
.card-link { display: block; text-decoration: none; color: inherit; }
.card-link h3, .card-link p { text-decoration: none; }

.icon-cards .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border: 2px solid #6c7a89;
  border-radius: 50%;
  transform: translateY(1px);
}

.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; align-items: start; }
.check-list { padding-left: 18px; color: #424f5f; }
.check-list li { margin-bottom: 10px; }

#defense-compliance .check-list {
  columns: 3;
  column-gap: 28px;
}
#defense-compliance .check-list li {
  break-inside: avoid;
}
#defense-compliance .check-list li::marker {
  color: #ff8c42;
}
.panel {
  background: #fff;
  border: 1px solid #d4d9df;
  border-radius: 14px;
  padding: 20px;
}
.panel h3 { margin-top: 0; }
.panel ul { padding-left: 18px; margin: 0; }
.panel li { margin-bottom: 8px; color: #4f5c6d; }

.timeline {
  margin: 0; padding-left: 22px; color: #445262;
}
.timeline li { margin-bottom: 12px; }

.metrics-band {
  background: linear-gradient(130deg, #2d3946 0%, #3b4856 100%);
  color: #e2e7ed;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.metrics-grid div {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  padding: 12px;
  background: rgba(0,0,0,.1);
}
.metrics-grid strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 4px;
  color: #fff;
}
.metrics-grid span { color: #cfd7e0; font-size: .9rem; }

.contact { background: #0a1730; color: #d6e5f8; }
.contact h2 { color: #fff; }
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form {
  background: #112544;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 18px;
}
.contact-link-box {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  text-align: center;
  background: linear-gradient(135deg, #ffb347 0%, #ff8c42 100%);
  border: 1px solid #ffcf8a;
  box-shadow: 0 12px 28px rgba(255, 140, 66, 0.35);
}
.contact-link-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 140, 66, 0.42);
}
.contact-link-box span {
  color: #1f2a35;
  font-size: 1.24rem;
  font-weight: 800;
}

label { display: block; font-size: .9rem; color: #c9ddf8; margin-bottom: 12px; }
input, textarea {
  width: 100%; margin-top: 6px; border-radius: 8px;
  border: 1px solid #3b5478; background: #0b1a32; color: #fff;
  padding: 10px 12px; font: inherit;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 16px; border-radius: 10px; border: 1px solid transparent;
  background: linear-gradient(120deg, var(--primary), var(--primary-2));
  color: #fff; text-decoration: none; font-weight: 600; cursor: pointer;
}
.btn:hover { filter: brightness(1.05); }
.btn-ghost { background: transparent; border-color: #6c7f97; color: #c3cfdb; }
.btn-sm { padding: 8px 12px; }

.nav .btn {
  background: linear-gradient(135deg, #ffb347 0%, #ff8c42 100%);
  border-color: #ffcf8a;
  color: #1f2a35;
}
.nav .btn:hover {
  filter: brightness(1.03);
}

.site-footer { background: #050d1a; color: #9db3cf; }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand p { margin: 0; }
.footer-logo {
  height: 42px;
  width: auto;
  display: block;
  opacity: .95;
  background: #050d1a;
  border-radius: 4px;
}
.footer-wrap a { color: #c1d4ee; text-decoration: none; }

@media (max-width: 960px) {
  .hero-grid, .contact-wrap, .two-col { grid-template-columns: 1fr; }
  .four-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillars-grid { grid-template-columns: 1fr; }
  .metrics-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  #defense-compliance .check-list { columns: 2; }
}

@media (max-width: 760px) {
  .menu-btn {
    display: inline-flex; border: 1px solid rgba(255,255,255,.2);
    background: transparent; color: #fff; border-radius: 8px; padding: 7px 10px;
  }
  .nav {
    display: none; position: absolute; top: 62px; right: 4%; left: 4%;
    background: #0d1b2f; border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px; padding: 14px; flex-direction: column; align-items: flex-start;
  }
  .nav.open { display: flex; }

  .has-dropdown { width: 100%; }
  .dropdown-toggle { width: 100%; text-align: left; padding: 6px 0; }
  .dropdown-menu {
    position: static;
    min-width: 100%;
    margin-top: 6px;
    background: rgba(255,255,255,.04);
    box-shadow: none;
  }

  .cards, .four-up, .metrics-grid { grid-template-columns: 1fr; }
  #defense-compliance .check-list { columns: 1; }
}
