:root {
  --navy: #15233b;
  --blue: #234f84;
  --green: #8cc63f;
  --green-dark: #4f7c1f;
  --aqua: #e8f4f3;
  --paper: #ffffff;
  --panel: #f4f7f8;
  --line: #dbe3e7;
  --muted: #5d6d80;
  --shadow: 0 18px 45px rgba(21, 35, 59, .12);
  --font: "Inter", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.7;
}
a { color: var(--blue); }
a:hover { color: var(--green-dark); }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 1000;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--navy);
}
.skip-link:focus { top: 1rem; }
.topline { height: 8px; background: linear-gradient(90deg, var(--green) 0 42%, var(--blue) 42% 100%); }
nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
}
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: flex; align-items: center; gap: .8rem; color: var(--navy); text-decoration: none; font-weight: 800; }
.logo-mark {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
  background: var(--navy);
}
.logo-mark::after { content: ""; position: absolute; right: -6px; bottom: -6px; width: 18px; height: 18px; background: var(--green); }
.logo-text span { display: block; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: var(--navy); text-decoration: none; font-size: .92rem; font-weight: 700; }
.nav-links a[aria-current="page"] { color: var(--green-dark); }
.nav-links .nav-cta { padding: .72rem 1rem; background: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.breadcrumb { padding-top: 1.5rem; color: var(--muted); font-size: .84rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-right: .5rem; color: #93a0ad; }
.breadcrumb a { color: inherit; }
.page-hero { position: relative; overflow: hidden; padding: 5rem 0 5.5rem; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff 0 68%, var(--aqua) 68% 100%); }
.page-hero::after { content: ""; position: absolute; right: 5vw; bottom: -80px; width: 240px; height: 240px; border: 38px solid rgba(35, 79, 132, .1); transform: rotate(12deg); }
.eyebrow { margin-bottom: 1rem; color: var(--green-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-hero h1 { max-width: 900px; margin: 0 0 1.4rem; font-size: clamp(2.6rem, 6vw, 4.5rem); line-height: 1.02; letter-spacing: -.035em; }
.page-hero .lead { max-width: 790px; margin: 0; color: #405268; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .8rem 1.15rem; color: var(--navy); background: var(--green); text-decoration: none; font-weight: 800; }
.button:hover { color: var(--navy); background: #9dd653; }
.button-secondary { border: 1px solid var(--line); background: #fff; }
.button-secondary:hover { background: var(--panel); }

.stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -2rem; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.stat { padding: 1.6rem 1.8rem; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; font-size: 2rem; line-height: 1.1; }
.stat span { color: var(--muted); font-size: .88rem; }
.section { padding: 5rem 0; }
.section-panel { background: var(--panel); }
.section-grid { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: 5rem; align-items: start; }
.section h2 { margin: 0 0 1.2rem; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; letter-spacing: -.025em; }
.section-intro { max-width: 780px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.body-copy p { margin: 0 0 1.35rem; color: #33465c; }
.body-copy p:last-child { margin-bottom: 0; }
.pill-list { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.pill { padding: .42rem .72rem; border: 1px solid var(--line); background: #fff; font-size: .78rem; font-weight: 700; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.2rem; }
.card { padding: 1.6rem; border: 1px solid var(--line); background: #fff; }
.card-number { display: inline-grid; width: 34px; height: 34px; place-items: center; margin-bottom: 1rem; color: #fff; background: var(--blue); font-size: .75rem; font-weight: 800; }
.card h3 { margin: 0 0 .7rem; font-size: 1.18rem; }
.card p { margin: 0; color: var(--muted); }
.service-list { display: grid; gap: 1.2rem; margin-top: 2.5rem; }
.service-card { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 1.4rem; padding: 1.8rem; border: 1px solid var(--line); background: #fff; }
.service-card h2 { margin: 0 0 .65rem; font-size: 1.45rem; }
.service-card p { margin: 0 0 .8rem; color: #405268; }
.service-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem 1.5rem; margin: 0; padding-left: 1.15rem; color: var(--muted); }
.service-number { display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: var(--navy); font-size: 1rem; font-weight: 800; }
.insight-list { display: grid; gap: .8rem; margin-top: 2rem; }
.insight-link { display: block; padding: 1.1rem 1.2rem; border: 1px solid var(--line); color: var(--navy); background: #fff; text-decoration: none; font-weight: 800; }
.insight-link span { display: block; margin-top: .25rem; color: var(--muted); font-size: .82rem; font-weight: 500; }
.cta-section { padding: 5rem 0; color: #fff; background: var(--navy); }
.cta-section .eyebrow { color: var(--green); }
.cta-section h2 { max-width: 760px; margin: 0 0 1rem; font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.12; }
.cta-section p { max-width: 720px; margin: 0 0 1.8rem; color: #c7d1dc; }
.cta-section .button { color: var(--navy); }
footer { padding: 2rem 0; color: #c7d1dc; background: #0f1a2d; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #dbe3e7; font-size: .84rem; }

@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; }
  .nav-links.open { position: absolute; top: 78px; right: 0; left: 0; display: flex; align-items: stretch; padding: 1.2rem 20px; border-bottom: 1px solid var(--line); background: #fff; flex-direction: column; }
  .nav-links a { display: block; min-height: 44px; padding: .65rem 0; }
  .section-grid { grid-template-columns: 1fr; gap: 2rem; }
  .service-card ul { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .logo-text span { display: none; }
  .page-hero { padding: 3.5rem 0 4rem; background: #fff; }
  .page-hero h1 { font-size: 2.65rem; }
  .stats, .cards { grid-template-columns: 1fr; }
  .stat + .stat { border-top: 1px solid var(--line); border-left: 0; }
  .service-card { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
