:root {
  --ink: #001b4a;
  --muted: #6f7785;
  --line: #d8dde6;
  --paper: #f6f8fb;
  --surface: #ffffff;
  --brand: #002a6e;
  --navy: #001b4a;
  --accent: #2f65b8;
  --mist: #eef2f7;
  --shadow: 0 24px 70px rgba(0, 27, 74, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.65; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 930px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}
h3 { margin-bottom: 12px; font-size: 1.2rem; }
ul { color: var(--muted); line-height: 1.7; padding-left: 20px; }
li + li { margin-top: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(246, 248, 251, 0.94);
  border-bottom: 1px solid rgba(216, 221, 230, 0.9);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 82px; height: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}
.nav a:hover, .header-action:hover, .email-link:hover, .text-link:hover { color: var(--accent); }
.header-action { color: var(--brand); font-weight: 800; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 6vw, 88px);
  min-height: calc(100vh - 90px);
  padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(0, 42, 110, 0.11), transparent 40%),
    linear-gradient(320deg, rgba(111, 119, 133, 0.16), transparent 42%),
    var(--paper);
}
.hero-content { max-width: 840px; }
.hero-copy {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-actions, .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--brand);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}
.button.primary { color: #fff; background: var(--brand); }
.button.secondary { color: var(--brand); background: transparent; }
.text-link { color: var(--brand); font-weight: 800; }
.section-link { display: inline-block; margin-top: 26px; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.trust-row span {
  padding: 8px 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}
.hero-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  padding: clamp(18px, 3vw, 34px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 35%),
    linear-gradient(180deg, var(--brand), var(--navy));
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.panel-top { display: flex; gap: 8px; }
.panel-top span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.metric-grid div {
  min-height: 142px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}
.metric-grid strong {
  display: block;
  margin-bottom: 28px;
  color: #dce8ff;
  font-size: 1.7rem;
}
.metric-grid span { color: rgba(255, 255, 255, 0.82); line-height: 1.45; }

.page-hero {
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 72px);
  background: linear-gradient(130deg, rgba(0, 42, 110, 0.1), transparent 46%), var(--paper);
}
.page-hero p { max-width: 840px; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.section { padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 72px); }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading p { font-size: 1.05rem; }
.intro { background: var(--navy); }
.intro p {
  max-width: 1040px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.16;
  font-weight: 700;
}
.services,
.card-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.featured-services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  min-height: 260px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.card a { display: inline-block; margin-top: 12px; color: var(--brand); font-weight: 800; }
.card .tag, .tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 10px;
  color: var(--brand);
  background: var(--mist);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}
.proof { background: var(--mist); }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.proof-grid article {
  padding: 26px 0 0;
  border-top: 2px solid var(--line);
}
.proof-grid span,
.steps span {
  display: block;
  margin-bottom: 18px;
  color: var(--brand);
  font-weight: 800;
}
.process { background: #fff; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li { padding-top: 22px; border-top: 2px solid var(--line); }
.steps strong { display: block; margin-bottom: 10px; font-size: 1.25rem; }
.quote-band {
  background: var(--navy);
  color: #fff;
}
.quote-band blockquote {
  max-width: 980px;
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 4vw, 4.1rem);
  line-height: 1;
  font-weight: 800;
}
.quote-band p { color: rgba(255, 255, 255, 0.78); }
.funding-teaser,
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--mist);
}
.funding-teaser div,
.cta-band div { max-width: 820px; }
.contact,
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
.email-link { display: inline-block; margin-top: 12px; color: var(--brand); font-weight: 800; }
.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
label { display: grid; gap: 8px; color: var(--muted); font-weight: 700; }
input, textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
  background: #fbfbf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}
textarea { resize: vertical; }
.content-block { max-width: 960px; }
.content-block + .content-block { margin-top: 44px; }
.content-block p { font-size: 1.04rem; }
.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.note-box {
  padding: 26px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.service-nav a {
  padding: 8px 12px;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.88rem;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.site-footer div { display: grid; gap: 8px; }
.site-footer strong { color: var(--ink); }
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .featured-services,
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .hero,
  .contact,
  .split,
  .funding-teaser,
  .cta-band { grid-template-columns: 1fr; display: grid; }
  .hero { min-height: auto; }
  .hero-panel { min-height: 380px; }
  .services,
  .featured-services,
  .card-grid,
  .article-grid,
  .proof-grid,
  .steps,
  .two-col { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { align-items: center; gap: 14px; }
  .header-action { font-size: 0.9rem; }
  h1 { font-size: 3rem; }
  .metric-grid { grid-template-columns: 1fr; }
  .hero-actions,
  .cta-row,
  .button { width: 100%; }
  .site-footer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}
