:root {
  --canvas: #f6f8fa;
  --canvas-top: #fcfcfd;
  --surface: #ffffff;
  --surface-soft: #f1f6fa;
  --navy-950: #071a3d;
  --navy-900: #071d49;
  --navy-800: #0a2b61;
  --blue-700: #086fc5;
  --blue-600: #0876d1;
  --blue-100: #e8f5fd;
  --text: #25364d;
  --muted: #66768a;
  --border: rgba(190, 203, 215, .78);
  --focus: #086fc5;
  --shadow: 0 20px 58px rgba(6, 30, 68, .10);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 0, rgba(255, 255, 255, .98), transparent 38rem),
    linear-gradient(180deg, var(--canvas-top), var(--canvas) 48%, #fbfcfd);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--blue-700); text-underline-offset: .18em; }
a:hover { color: var(--navy-800); }
:where(a, button):focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.12; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(2.6rem, 7vw, 5.5rem); max-width: 12ch; }
h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { margin: 0 0 .55rem; font-size: 1.3rem; }
p { margin: 0 0 1rem; }
ul { margin: .5rem 0 1rem; padding-left: 1.3rem; }
address { font-style: normal; }

.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; color: #fff; background: var(--navy-900); border-radius: var(--radius-sm); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(210, 220, 229, .78); background: rgba(255, 255, 255, .90); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { flex: 0 1 220px; }
.brand img { width: 216px; height: auto; }
.nav-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--navy-900); background: #fff; font: 750 .95rem var(--font); cursor: pointer; }
.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: .65rem .85rem; border-radius: 10px; color: var(--navy-900); font-size: .94rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue-700); background: var(--blue-100); }
.site-nav .nav-cta { margin-left: .35rem; color: #fff; background: var(--blue-700); }
.site-nav .nav-cta:hover { color: #fff; background: var(--navy-800); }

.hero { padding: clamp(4.5rem, 10vw, 8rem) 0 5rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 4rem; align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--blue-700); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lede { max-width: 42rem; margin: 1.5rem 0 0; color: #40536b; font-size: clamp(1.1rem, 2vw, 1.32rem); }
.promise { margin: 1.5rem 0 0; color: var(--navy-900); font-weight: 800; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 800; text-decoration: none; }
.button-primary { color: #fff; background: var(--blue-700); box-shadow: 0 12px 26px rgba(8, 111, 197, .20); }
.button-primary:hover { color: #fff; background: var(--navy-800); }
.button-secondary { color: var(--navy-900); border-color: var(--border); background: rgba(255, 255, 255, .9); }
.button-secondary:hover { color: var(--blue-700); border-color: #9abbd4; }
.hero-panel { position: relative; padding: 2rem; border: 1px solid rgba(190, 203, 215, .75); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .88); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; position: absolute; inset: -40px -60px auto auto; z-index: -1; width: 220px; height: 220px; border-radius: 50%; background: rgba(20, 149, 232, .12); filter: blur(4px); }
.hero-panel h2 { font-size: 1.65rem; }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.check-list li { position: relative; padding: .7rem 0 .7rem 1.75rem; border-top: 1px solid #e7edf2; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-700); font-weight: 900; }

.trust-band { border-block: 1px solid #dfe7ee; background: rgba(255, 255, 255, .7); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 1.5rem; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid #dfe7ee; }
.trust-item strong { display: block; color: var(--navy-900); font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: .92rem; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: rgba(232, 245, 253, .42); border-block: 1px solid rgba(190, 203, 215, .45); }
.section-intro { max-width: 44rem; margin-bottom: 2.25rem; font-size: 1.08rem; color: #40536b; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 8px 28px rgba(6, 30, 68, .05); }
.card-number { width: 2.3rem; height: 2.3rem; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; color: var(--blue-700); background: var(--blue-100); font-weight: 900; }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.plain-list { list-style: none; padding: 0; }
.plain-list li { padding: .75rem 0; border-bottom: 1px solid #dfe7ee; }
.callout { padding: clamp(2rem, 5vw, 3.5rem); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); }
.callout h2, .callout a { color: #fff; }
.callout p { max-width: 45rem; color: #dbeaf8; }
.callout .button-primary { color: var(--navy-900); background: #fff; box-shadow: none; }
.callout .button-primary:hover { color: var(--blue-700); background: #eef7fd; }

.page-hero { padding: clamp(3.5rem, 8vw, 6rem) 0 3rem; }
.page-hero h1 { max-width: 16ch; font-size: clamp(2.5rem, 6vw, 4.6rem); }
.page-hero .lede { max-width: 48rem; }
.content-wrap { display: grid; grid-template-columns: minmax(0, 760px); padding-bottom: 6rem; }
.prose { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; }
.prose h2 { margin-top: 2.5rem; font-size: 1.7rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.7rem; }
.meta { color: var(--muted); font-size: .9rem; }
.contact-card { padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.contact-card address { margin: 1.5rem 0; font-size: 1.08rem; }
.contact-card .email { display: inline-flex; min-height: 44px; align-items: center; font-weight: 800; }
.not-found-eyebrow { margin-top: 3rem; }

.site-footer { padding: 3rem 0; border-top: 1px solid #dfe7ee; background: rgba(255, 255, 255, .72); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; }
.footer-brand img { width: 190px; margin-bottom: 1rem; }
.footer-brand p { max-width: 34rem; color: var(--muted); font-size: .92rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: .35rem 1rem; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--navy-900); font-size: .9rem; }
.footer-bottom { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid #e2e8ee; color: var(--muted); font-size: .84rem; }

@media (max-width: 820px) {
  .header-inner { min-height: 72px; flex-wrap: wrap; padding-block: .65rem; }
  .brand img { width: 178px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: .25rem 0 .75rem; }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { justify-content: center; }
  .site-nav .nav-cta { margin-left: 0; }
  .hero-grid, .two-column { grid-template-columns: 1fr; }
  .hero { padding-top: 3.5rem; }
  .hero-grid { gap: 2.5rem; }
  .cards { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid #dfe7ee; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 1.25rem, 1120px); }
  h1 { font-size: clamp(2.35rem, 13vw, 3.35rem); }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-panel, .card, .prose, .contact-card { padding: 1.25rem; }
}

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

@supports not (backdrop-filter: blur(1px)) {
  .site-header { background: #fff; }
}
