:root {
  color-scheme: light;
  --paper: #ffffff;
  --ice: #eef6fb;
  --ice-2: #f7fbfd;
  --navy: #061c3b;
  --navy-2: #0b2f5d;
  --blue: #0057a8;
  --blue-hover: #003f7c;
  --cyan: #13a9cc;
  --cyan-soft: #a9e7f2;
  --ink: #0b203d;
  --muted: #4c6078;
  --line: #c5d7e4;
  --line-dark: #7fa0b8;
  --success: #176b45;
  --error: #a4262c;
  --shadow: 0 22px 60px rgba(6, 28, 59, 0.11);
  --page-x: clamp(18px, 4vw, 64px);
  --section-y: clamp(64px, 8vw, 112px);
  --shell: 1240px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --font-body: "Segoe UI", Aptos, Arial, sans-serif;
  --font-utility: Consolas, "SFMono-Regular", Menlo, monospace;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 28, 59, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 28, 59, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  pointer-events: none;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--paper);
}

[id] { scroll-margin-top: 88px; }

.shell {
  width: min(100%, calc(var(--shell) + (2 * var(--page-x))));
  margin-inline: auto;
  padding-inline: var(--page-x);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  border-radius: var(--radius-sm);
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  width: min(100%, calc(var(--shell) + (2 * var(--page-x))));
  min-height: 72px;
  align-items: center;
  gap: 28px;
  margin-inline: auto;
  padding-inline: var(--page-x);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 4px;
}

.brand img { display: block; width: 190px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.site-nav a {
  border-radius: 999px;
  color: var(--navy-2);
  padding: 9px 11px;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] { background: var(--ice); color: var(--navy); }

.site-nav .nav-action {
  margin-left: 6px;
  background: var(--blue);
  color: #fff;
  padding-inline: 16px;
}

.site-nav .nav-action:hover,
.site-nav .nav-action[aria-current="page"] { background: var(--blue-hover); color: #fff; }

.menu-toggle {
  display: none;
  min-width: 88px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-left: auto;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-icon { position: relative; }
.menu-icon::before { position: absolute; top: -6px; }
.menu-icon::after { position: absolute; top: 6px; }

.eyebrow,
.card-number {
  margin: 0 0 16px;
  color: var(--blue);
  font-family: var(--font-utility);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-light { color: var(--cyan-soft); }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--cyan); }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 12ch;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.5vw, 6.25rem);
  line-height: 0.96;
}

h2 {
  max-width: 15ch;
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4.4vw, 4.6rem);
  line-height: 1;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.hero {
  display: grid;
  min-height: min(710px, calc(100svh - 72px));
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding-top: clamp(58px, 7vw, 96px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.hero-copy { max-width: 760px; }
.lede { max-width: 640px; margin-bottom: 28px; color: var(--muted); font-size: clamp(1.12rem, 1.7vw, 1.35rem); line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.supporting-copy { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 0.94rem; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-hover); }
.button-light { background: #fff; color: var(--navy); }
.button-light:hover { background: var(--cyan-soft); }

.text-link,
.card-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 800;
  text-underline-offset: 4px;
}

.text-link:hover,
.card-link:hover { color: var(--blue-hover); }

.diagnostic-card {
  position: relative;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: rgba(247, 251, 253, 0.96);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.diagnostic-card::after {
  position: absolute;
  right: -80px;
  bottom: 20px;
  width: 260px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(19, 169, 204, 0.38), transparent);
  content: "";
  transform: rotate(-10deg);
  pointer-events: none;
}

.diagnostic-head {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 14px 20px 14px 10px;
}

.diagnostic-head img { display: block; }
.diagnostic-head span, .diagnostic-head strong { display: block; }
.diagnostic-head span { color: var(--muted); font-size: 0.78rem; font-weight: 750; text-transform: uppercase; }
.diagnostic-head strong { color: var(--navy); font-size: 1.15rem; }
.diagnostic-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.diagnostic-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.diagnostic-list li:last-child { border-bottom: 0; }
.diagnostic-list > li > span { color: var(--blue); font-family: var(--font-utility); font-size: 0.78rem; font-weight: 800; }
.diagnostic-list strong, .diagnostic-list small { display: block; }
.diagnostic-list strong { color: var(--navy); }
.diagnostic-list small { margin-top: 3px; color: var(--muted); font-size: 0.88rem; line-height: 1.4; }

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--ice);
}

.fact-strip span {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  padding: 14px 18px;
  color: var(--navy-2);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

.fact-strip span:last-child { border-right: 0; }

.section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
.rule-top { border-top: 1px solid var(--line-dark); }
.section-intro { max-width: 780px; margin-bottom: clamp(38px, 5vw, 64px); }
.section-intro > p:last-child, .body-copy p { color: var(--muted); font-size: 1.08rem; }
.section-intro-wide { max-width: 980px; }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.path-card { display: flex; min-height: 360px; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: clamp(24px, 3vw, 38px); background: rgba(255, 255, 255, 0.8); }
.path-card h3 { max-width: 15ch; }
.path-card > p:not(.card-number) { color: var(--muted); }
.path-card .card-link { margin-top: auto; }

.process-band { background: var(--navy); color: #fff; }
.process-layout { display: grid; grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr); gap: clamp(44px, 7vw, 100px); align-items: center; padding-top: var(--section-y); padding-bottom: var(--section-y); }
.process-layout h2, .cta-band h2 { color: #fff; }
.process-visual { margin: 0; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-md); background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.24); overflow: hidden; }
.process-visual img { display: block; width: 100%; }
.process-visual figcaption { padding: 10px 14px; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.process-list { margin: 32px 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; border-top: 1px solid rgba(255,255,255,.2); padding: 17px 0; }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list span { color: var(--cyan-soft); font-family: var(--font-utility); font-size: .78rem; font-weight: 800; }
.process-list strong { display: block; color: #fff; font-size: 1.1rem; }
.process-list p { margin: 3px 0 0; color: #c5d7e4; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.service-card { position: relative; display: grid; min-height: 250px; grid-template-columns: 1fr auto; align-content: start; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: clamp(24px, 3vw, 38px); text-decoration: none; transition: background 160ms ease, color 160ms ease; }
.service-card span, .service-card small, .service-card strong { display: block; grid-column: 1; }
.service-card span { margin-bottom: 42px; color: var(--blue); font-family: var(--font-utility); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.service-card strong { max-width: 18ch; color: var(--navy); font-size: clamp(1.45rem, 2.3vw, 2.1rem); line-height: 1.08; letter-spacing: -.025em; }
.service-card small { max-width: 46ch; margin-top: 14px; color: var(--muted); font-size: .94rem; }
.service-card b { grid-column: 2; grid-row: 1 / span 3; align-self: end; color: var(--blue); font-size: 1.6rem; }
.service-card:hover { background: var(--ice); }

.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr); gap: clamp(44px, 8vw, 120px); align-items: start; }
.body-copy { padding-top: 40px; }
.body-copy .text-link { margin-top: 10px; }

.faq-section { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr); gap: clamp(44px, 8vw, 120px); align-items: start; }
.faq-section .section-intro { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; color: var(--navy); cursor: pointer; font-size: 1.08rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 4px; top: 21px; color: var(--blue); content: "+"; font-size: 1.45rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 64ch; margin: -4px 0 22px; color: var(--muted); }

.cta-band { background: var(--navy); color: #fff; }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); gap: clamp(44px, 8vw, 120px); padding-top: var(--section-y); padding-bottom: var(--section-y); }
.cta-copy { align-self: end; }
.cta-copy > p { color: #c5d7e4; font-size: 1.08rem; }
.direct-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; }
.direct-links a { color: #fff; font-weight: 750; text-underline-offset: 4px; }
.direct-links a:hover { color: var(--cyan-soft); }

.site-footer { border-top: 1px solid var(--line-dark); background: var(--ice-2); }
.footer-inner { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(300px, .9fr); gap: 60px; padding-top: 54px; padding-bottom: 54px; }
.footer-brand img { display: block; width: 200px; }
.footer-brand p { max-width: 430px; margin: 18px 0 0; color: var(--muted); }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; gap: 10px 24px; }
.footer-nav a { width: fit-content; color: var(--navy-2); font-weight: 750; text-underline-offset: 4px; }
.footer-nav a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); padding-top: 18px; padding-bottom: 22px; color: var(--muted); font-size: .82rem; }

@media (max-width: 1080px) {
  .site-nav a { padding-inline: 8px; font-size: .82rem; }
  .site-nav .nav-action { padding-inline: 13px; }
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); }
}

@media (max-width: 1020px) {
  html { scroll-padding-top: 76px; }
  [id] { scroll-margin-top: 76px; }
  .header-inner { position: relative; min-height: 64px; }
  .brand img { width: 170px; }
  .site-header.nav-ready .menu-toggle { display: inline-flex; }
  .site-header.nav-ready .site-nav { display: none; }
  .site-header.nav-ready .site-nav[data-open] { display: flex; }
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: var(--page-x);
    left: var(--page-x);
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    margin: 0;
    border: 1px solid var(--line-dark);
    border-top: 0;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow);
    padding: 12px;
  }
  .site-nav a { min-height: 44px; display: flex; align-items: center; border-radius: var(--radius-sm); padding-inline: 14px; }
  .site-nav .nav-action { margin: 4px 0 0; justify-content: center; }
  .site-header:not(.nav-ready) .header-inner { flex-wrap: wrap; padding-bottom: 10px; }
  .site-header:not(.nav-ready) .site-nav {
    position: static;
    display: flex;
    flex: 1 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
    padding: 8px 0 0;
  }
  .site-header:not(.nav-ready) .site-nav a { min-height: 44px; display: inline-flex; align-items: center; }
  .site-header:not(.nav-ready) .site-nav .nav-action { margin-left: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .diagnostic-card { width: min(100%, 600px); }
  .fact-strip { grid-template-columns: repeat(2, 1fr); }
  .fact-strip span:nth-child(2) { border-right: 0; }
  .fact-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 280px; }
  .process-layout, .two-column, .faq-section, .cta-inner, .footer-inner { grid-template-columns: 1fr; }
  .process-visual { max-width: 660px; }
  .body-copy { max-width: 700px; padding-top: 0; }
  .faq-section { gap: 10px; }
  .faq-section .section-intro { margin-bottom: 32px; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.65rem, 14vw, 4.25rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.25rem); }
  .hero { gap: 38px; padding-top: 50px; padding-bottom: 50px; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .button-row .text-link { margin-top: 4px; }
  .diagnostic-head { grid-template-columns: 96px 1fr; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-strip span:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .direct-links { flex-direction: column; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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

@media (forced-colors: active) {
  .button, .diagnostic-card, .path-grid, .service-grid, .site-nav { border: 1px solid CanvasText; }
}

/* Interior pages */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.breadcrumb a { color: var(--blue); text-underline-offset: 3px; }

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: end;
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(58px, 7vw, 92px);
}

.page-hero h1 { max-width: 13ch; }
.page-hero .lede { margin-bottom: 0; }
.page-hero .button-row { margin-top: 30px; }

.page-hero-panel {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: var(--ice);
  padding: clamp(24px, 3vw, 36px);
}

.page-hero-panel p:first-child {
  margin-bottom: 18px;
  color: var(--blue);
  font-family: var(--font-utility);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero-panel ul { margin: 0; padding-left: 1.2rem; color: var(--muted); }
.page-hero-panel li + li { margin-top: 9px; }
.page-rule { border-top: 1px solid var(--line-dark); }

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.content-card {
  min-height: 230px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255,255,255,.82);
  padding: clamp(24px, 3vw, 36px);
}

.content-card p { margin-bottom: 0; color: var(--muted); }
.content-card .card-number { margin-bottom: 32px; }

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--ice-2);
  padding: 17px 18px 17px 48px;
  color: var(--navy-2);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  color: var(--blue);
  content: "✓";
  font-weight: 900;
}

.numbered-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.numbered-grid article {
  min-height: 255px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 26px;
}

.numbered-grid span {
  display: block;
  margin-bottom: 64px;
  color: var(--blue);
  font-family: var(--font-utility);
  font-size: .78rem;
  font-weight: 800;
}

.numbered-grid p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.note-band { background: var(--ice); }
.note-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(300px, 1fr); gap: clamp(36px, 8vw, 110px); align-items: start; }
.note-layout p { color: var(--muted); font-size: 1.08rem; }
.note-layout h2 { font-size: clamp(2rem, 3.8vw, 3.9rem); }
.note-layout .body-copy { padding-top: 12px; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.contact-aside {
  position: sticky;
  top: 104px;
}

.contact-aside h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); }
.contact-aside > p { color: var(--muted); }
.contact-details { display: grid; gap: 9px; margin-top: 26px; }
.contact-details a { width: fit-content; color: var(--blue); font-weight: 800; text-underline-offset: 4px; }

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: var(--ice-2);
  padding: clamp(22px, 4vw, 42px);
}

.field { display: grid; align-content: start; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field-label { color: var(--navy); font-size: .91rem; font-weight: 800; }
.field small { color: var(--muted); font-size: .78rem; line-height: 1.35; }
.required { color: var(--error); }

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  padding: 11px 12px;
}

.field textarea { min-height: 150px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #6f7f91; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: var(--blue); }

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  border: 0;
  padding: 0;
}

.radio-group legend { margin-bottom: 8px; color: var(--navy); font-size: .91rem; font-weight: 800; }
.radio-group label { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); }
.radio-group input { width: 18px; height: 18px; accent-color: var(--blue); }

.checkbox-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .88rem; }
.checkbox-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--blue); }
.checkbox-row a { color: var(--blue); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .84rem; }
.turnstile-wrap { display: grid; gap: 7px; min-height: 72px; }
.turnstile-wrap small { color: var(--muted); font-size: .76rem; }
.form-actions { display: flex; grid-column: 1 / -1; flex-wrap: wrap; align-items: center; gap: 16px; }
.form-actions .button { border: 0; cursor: pointer; }
.form-actions .button:disabled { cursor: wait; opacity: .68; transform: none; }

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: #fff;
  padding: 13px 15px;
  color: var(--navy);
  font-weight: 700;
}

.form-status[data-state="success"] { border-color: var(--success); background: #edf8f2; }
.form-status[data-state="error"] { border-color: var(--error); background: #fff1f1; }
.form-status[data-state="info"] { background: #edf6ff; }
.form-status[hidden] { display: none; }

.submission-summary {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.submission-summary h3 { font-size: 1.2rem; }
.submission-summary dl { display: grid; grid-template-columns: 120px 1fr; gap: 8px 16px; margin: 0; }
.submission-summary dt { color: var(--navy); font-weight: 800; }
.submission-summary dd { margin: 0; color: var(--muted); }
.submission-summary[hidden] { display: none; }

.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

.policy-copy { max-width: 820px; }
.policy-copy h2 { max-width: none; margin-top: 52px; font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.policy-copy p, .policy-copy li { color: var(--muted); }
.policy-copy a { color: var(--blue); }
.policy-callout { border-left: 4px solid var(--blue); background: var(--ice); padding: 18px 20px; }

.empty-state {
  max-width: 780px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: var(--ice);
  padding: clamp(28px, 5vw, 56px);
}

.empty-state h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.empty-state p { max-width: 58ch; color: var(--muted); font-size: 1.08rem; }

@media (max-width: 900px) {
  .page-hero, .note-layout, .contact-layout { grid-template-columns: 1fr; }
  .page-hero-panel { max-width: 620px; }
  .numbered-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-aside { position: static; }
}

@media (max-width: 620px) {
  .page-hero { padding-top: 48px; padding-bottom: 54px; }
  .content-grid, .check-list, .numbered-grid, .inquiry-form { grid-template-columns: 1fr; }
  .field-full, .form-note, .form-actions, .form-status, .submission-summary, .turnstile-wrap { grid-column: 1; }
  .content-card { min-height: 0; }
  .numbered-grid article { min-height: 220px; }
  .submission-summary dl { grid-template-columns: 1fr; gap: 2px; }
  .submission-summary dd + dt { margin-top: 8px; }
}
