
:root {
  --navy: #082b4f;
  --blue: #0b5fa5;
  --red: #c62828;
  --ink: #122033;
  --muted: #5f6b7a;
  --light: #f4f7fa;
  --line: #dce3ea;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(8, 43, 79, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: 10px; z-index: 999; }
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand img { width: 150px; height: 62px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: 14px; }
.nav-cta { color: white !important; background: var(--navy); padding: 11px 18px; border-radius: 6px; }
.menu-button { display: none; }

.hero {
  position: relative;
  color: white;
  background:
    radial-gradient(circle at 75% 30%, rgba(11,95,165,.45), transparent 35%),
    linear-gradient(120deg, #061d35 0%, #082b4f 55%, #0b5fa5 100%);
  overflow: hidden;
}
.hero:after {
  content:""; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 42px 42px;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; padding: 92px 0; align-items: center; }
.eyebrow, .section-kicker { font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: 12px; color: var(--red); }
.hero h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.03; margin: 14px 0 22px; letter-spacing: -.04em; }
.hero h1 span { color: #9ed2ff; }
.hero-lede { max-width: 680px; font-size: 19px; color: #d7e6f4; }
.hero-actions { display: flex; gap: 14px; margin: 32px 0; flex-wrap: wrap; }
.button { display: inline-block; text-decoration: none; font-weight: 800; padding: 13px 20px; border-radius: 7px; }
.button-primary { background: var(--red); color: white; }
.button-secondary { border: 1px solid rgba(255,255,255,.55); color: white; }
.button-outline { border: 1px solid var(--navy); color: var(--navy); }
.full { width: 100%; text-align: center; margin-top: 10px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; color: #c7d8e7; font-size: 13px; font-weight: 700; }
.trust-row span:before { content:"✓"; margin-right: 7px; color:#76c7ff; }

.hero-card { background: white; color: var(--ink); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.hero-card-top { padding: 20px 26px; background: #f7f9fb; display: flex; justify-content: center; }
.hero-card-top img { max-height: 175px; object-fit: contain; }
.hero-card-body { padding: 28px; }
.hero-card h2 { margin: 0 0 8px; color: var(--navy); }
.hero-card p { color: var(--muted); }
.hero-card dl { margin: 22px 0 0; }
.hero-card dl div { display:flex; justify-content:space-between; gap:18px; padding: 11px 0; border-top:1px solid var(--line); }
.hero-card dt { font-weight:700; color:var(--muted); }
.hero-card dd { margin:0; font-weight:800; text-align:right; }

.section { padding: 88px 0; }
.section-light { background: var(--light); }
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.section h2 { color: var(--navy); font-size: clamp(32px, 4vw, 48px); line-height: 1.13; margin: 10px 0 20px; letter-spacing: -.025em; }
.prose { font-size: 18px; color: var(--muted); }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading p { color: var(--muted); font-size: 18px; }

.card-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:20px; }
.cap-card { border:1px solid var(--line); border-radius: 12px; padding: 26px; box-shadow: 0 8px 24px rgba(8,43,79,.06); background:white; }
.cap-card .icon { width:48px; height:48px; display:grid; place-items:center; border-radius:10px; background:#eaf4fc; color:var(--blue); font-size:24px; font-weight:800; }
.cap-card h3 { color:var(--navy); margin:18px 0 8px; }
.cap-card p { color:var(--muted); margin:0; }

.government { background: var(--navy); color:white; }
.government h2 { color:white; }
.government p { color:#d2dfeb; font-size:18px; }
.government-grid { display:grid; grid-template-columns: .85fr 1.15fr; gap:70px; }
.section-kicker-light { color:#8ac6f2; }
.gov-list { display:grid; gap:12px; }
.gov-list div { background:rgba(255,255,255,.07); padding:18px 20px; border-left:4px solid var(--red); }
.gov-list strong { display:block; font-size:17px; }
.gov-list span { color:#d4e1ec; }

.value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.value-grid div { padding:24px 0; border-top:3px solid var(--navy); }
.value-grid span { color:var(--red); font-weight:800; }
.value-grid h3 { color:var(--navy); margin:8px 0; }
.value-grid p { color:var(--muted); }

.contact { background:var(--light); }
.contact-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:start; }
.contact-details { display:grid; gap:10px; margin-top:25px; }
.contact-details a { color:var(--navy); font-weight:800; text-decoration:none; font-size:18px; }
.contact-card { background:white; padding:30px; border-radius:14px; box-shadow:var(--shadow); border-top:5px solid var(--red); }
.contact-card h3 { color:var(--navy); margin-top:0; }
.contact-card small { display:block; color:var(--muted); margin-top:18px; text-align:center; }

.site-footer { background:#061d35; color:#d7e3ed; padding:28px 0; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; align-items:center; font-size:13px; }
.footer-grid div:nth-child(2) { text-align:center; }
.footer-grid div:nth-child(3) { text-align:right; }
.footer-grid strong { display:block; color:white; font-size:20px; }

@media (max-width: 900px) {
  .hero-grid, .split, .government-grid, .contact-grid { grid-template-columns:1fr; }
  .card-grid, .value-grid { grid-template-columns:repeat(2,1fr); }
  .hero-grid { padding:70px 0; }
}
@media (max-width: 700px) {
  .menu-button { display:block; border:1px solid var(--line); background:white; padding:9px 12px; border-radius:6px; font-weight:700; }
  .site-nav { display:none; position:absolute; left:20px; right:20px; top:76px; background:white; padding:18px; border:1px solid var(--line); border-radius:10px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:9px 5px; }
  .brand img { width:125px; }
  .section { padding:65px 0; }
  .card-grid, .value-grid { grid-template-columns:1fr; }
  .hero h1 { font-size:44px; }
  .footer-grid { grid-template-columns:1fr; text-align:left; }
  .footer-grid div:nth-child(2), .footer-grid div:nth-child(3) { text-align:left; }
}
