:root {
  --navy: #102a43;
  --navy-2: #173f5f;
  --red: #d22630;
  --red-dark: #a71922;
  --ink: #17212b;
  --muted: #5f6c78;
  --line: #dbe3ea;
  --soft: #f4f7fa;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(16, 42, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 9999;
  background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(219,227,234,.8);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); }
.brand strong { display: block; font-size: 1.16rem; letter-spacing: -.02em; }
.brand small { display: block; margin-top: -4px; color: var(--muted); font-size: .79rem; letter-spacing: .05em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-weight: 700; font-size: .94rem; color: var(--navy); }
.main-nav a:hover { color: var(--red); }
.main-nav .nav-cta { background: var(--red); color: var(--white); padding: 11px 17px; border-radius: 9px; }
.main-nav .nav-cta:hover { background: var(--red-dark); color: var(--white); }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display:block; width:26px; height:2px; margin:5px; background:var(--navy); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 84px;
  background:
    radial-gradient(circle at 85% 10%, rgba(210,38,48,.14), transparent 30%),
    linear-gradient(135deg, #f7fafc 0%, #eef4f8 55%, #fff 100%);
}
.hero::before {
  content: "";
  position: absolute; width: 600px; height: 600px; border: 90px solid rgba(16,42,67,.035);
  border-radius: 50%; right: -310px; bottom: -340px;
}
.hero-grid { display: grid; grid-template-columns: 1.35fr .78fr; gap: 68px; align-items: center; position: relative; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.eyebrow-light { color: #ffb3b7; }
h1, h2, h3 { line-height: 1.16; margin-top: 0; color: var(--navy); }
h1 { font-size: clamp(2.55rem, 5vw, 4.75rem); letter-spacing: -.055em; max-width: 850px; margin-bottom: 25px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); letter-spacing: -.04em; margin-bottom: 18px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
.hero-text { font-size: 1.19rem; color: var(--muted); max-width: 750px; margin: 0 0 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 12px 20px; border-radius: 10px; text-decoration: none; font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 10px 24px rgba(210,38,48,.22); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { background: var(--white); color: var(--navy); border: 1px solid var(--line); }
.button-light { background: var(--white); color: var(--navy); }
.full { width: 100%; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--navy); font-weight: 750; font-size: .9rem; }
.trust-list li::before { content: "✓"; color: var(--red); margin-right: 7px; }

.hero-card {
  background: var(--navy); color: var(--white); padding: 34px; border-radius: 20px;
  box-shadow: 0 28px 70px rgba(16,42,67,.24); position: relative; overflow: hidden;
}
.hero-card::after { content:""; position:absolute; inset:auto -60px -90px auto; width:220px; height:220px; border-radius:50%; border:45px solid rgba(255,255,255,.05); }
.dc-mark { display: flex; gap: 8px; color: #ff4a55; font-size: 1rem; margin-bottom: 17px; }
.hero-card h2 { color: var(--white); font-size: 2rem; margin-bottom: 20px; }
.hero-card dl { margin: 0 0 20px; }
.hero-card dl div { display:grid; grid-template-columns: 115px 1fr; gap:15px; padding:13px 0; border-top:1px solid rgba(255,255,255,.14); }
.hero-card dt { color:#b9c9d8; font-size:.78rem; text-transform:uppercase; letter-spacing:.07em; font-weight:800; }
.hero-card dd { margin:0; font-weight:750; }
.hero-card a { position:relative; z-index:1; color:var(--white); font-weight:800; text-decoration:none; }

.logo-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.strip-grid { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; text-align: center; }
.strip-grid span { color: var(--muted); font-size: .85rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 45px; }
.section-heading > p:last-child, .lead, .about-copy p, .contact-section p { color: var(--muted); font-size: 1.06rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  border: 1px solid var(--line); border-radius: 16px; padding: 27px;
  background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #bdccd8; }
.service-card .icon {
  width: 44px; height: 44px; border-radius: 10px; display:grid; place-items:center;
  background: #fff1f2; color: var(--red); font-weight:900; margin-bottom:20px;
}
.service-card p { color: var(--muted); }
.service-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--navy); font-size: .93rem; }
.service-card li + li { margin-top: 6px; }

.section-dark { background: var(--navy); color: var(--white); }
.section-dark h2 { color: var(--white); }
.section-dark .lead { color: #c9d5df; }
.credentials-grid { display:grid; grid-template-columns: 1fr 1fr; gap:70px; align-items:start; }
.credential-list { display:grid; gap:14px; }
.credential-list article {
  border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.055);
  border-radius:13px; padding:20px 22px;
}
.credential-list strong { display:block; color:var(--white); font-size:1.03rem; }
.credential-list span { display:block; color:#b8c8d6; margin-top:3px; }

.about-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:70px; align-items:start; }
.about-copy p:first-child { margin-top: 2px; }
.text-link { display:inline-block; color:var(--red); text-decoration:none; font-weight:850; margin-top:8px; }

.contact-section { background: var(--soft); }
.contact-grid { display:grid; grid-template-columns: 1fr .9fr; gap:70px; align-items:center; }
.contact-card { background: var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:25px; }
.contact-card > a:not(.button), .contact-card > div {
  display:block; text-decoration:none; padding:14px 4px; border-bottom:1px solid var(--line);
}
.contact-card span { display:block; color:var(--muted); font-size:.76rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.contact-card strong { display:block; margin-top:3px; color:var(--navy); }
.contact-card .button { margin-top:19px; }

.cta-band { background: var(--red); color: var(--white); padding: 30px 0; }
.cta-content { display:flex; align-items:center; justify-content:space-between; gap:26px; }
.cta-content strong, .cta-content span { display:block; }
.cta-content strong { font-size:1.18rem; }
.cta-content span { opacity:.9; margin-top:2px; }

.site-footer { background:#091b2b; color:#b9c8d4; padding:35px 0; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr auto; align-items:center; gap:28px; }
.footer-brand { display:flex; align-items:center; gap:11px; }
.footer-brand strong, .footer-brand span { display:block; }
.footer-brand strong { color:var(--white); }
.footer-brand span { font-size:.84rem; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; }
.footer-links a { color:#d7e1e9; text-decoration:none; font-size:.87rem; }
.site-footer p { margin:0; font-size:.82rem; }

.page-hero { padding: 78px 0 55px; background: linear-gradient(135deg,#f5f8fb,#eef3f7); }
.page-hero h1 { font-size: clamp(2.3rem,4vw,3.8rem); margin-bottom: 15px; }
.page-hero p { color:var(--muted); max-width:760px; font-size:1.1rem; }
.capability-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:45px; }
.info-panel { background:var(--soft); border:1px solid var(--line); border-radius:15px; padding:24px; }
.info-panel dl { margin:0; }
.info-panel div { padding:12px 0; border-bottom:1px solid var(--line); }
.info-panel div:last-child { border-bottom:0; }
.info-panel dt { font-size:.76rem; text-transform:uppercase; letter-spacing:.08em; color:var(--muted); font-weight:850; }
.info-panel dd { margin:3px 0 0; font-weight:750; color:var(--navy); }
.simple-list { columns:2; gap:35px; padding-left:20px; }
.simple-list li { margin-bottom:8px; break-inside:avoid; }
.notice { border-left:4px solid var(--red); background:#fff5f5; padding:16px 18px; border-radius:0 10px 10px 0; }

@media (max-width: 900px) {
  .menu-button { display:block; }
  .main-nav {
    display:none; position:absolute; top:78px; left:0; right:0; background:var(--white);
    padding:20px; border-bottom:1px solid var(--line); box-shadow:0 12px 30px rgba(16,42,67,.12);
    flex-direction:column; align-items:stretch; gap:9px;
  }
  .main-nav.open { display:flex; }
  .main-nav a { padding:10px; }
  .hero-grid, .credentials-grid, .about-grid, .contact-grid, .capability-grid { grid-template-columns:1fr; gap:42px; }
  .hero { padding-top:70px; }
  .card-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr; }
}
@media (max-width: 650px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .strip-grid { grid-template-columns:1fr 1fr; padding:20px 0; }
  .card-grid { grid-template-columns:1fr; }
  .section { padding:72px 0; }
  .hero-card { padding:27px; }
  .hero-card dl div { grid-template-columns:1fr; gap:4px; }
  .trust-list { flex-direction:column; gap:8px; }
  .cta-content { flex-direction:column; align-items:flex-start; }
  .simple-list { columns:1; }
}
@media print {
  .site-header, .site-footer, .cta-band, .button { display:none !important; }
  .section, .page-hero { padding:25px 0; }
  body { font-size:11pt; }
  .container { width:100%; }
  .service-card, .info-panel { break-inside:avoid; box-shadow:none; }
}
