:root {
  --ink: #14262b;
  --muted: #5e7075;
  --teal: #008692;
  --teal-dark: #006771;
  --line: #d7e1e3;
  --mist: #f2f6f6;
  --white: #ffffff;
  --signal: #d8a52a;
  --navy: #173744;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(20,38,43,.1); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 22px; font-weight: 800; }
.brand span span { color: var(--teal); }
.brand-mark { width: 36px; height: 36px; display: inline-grid; place-items: center; color: white; background: var(--teal); border-radius: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; }
.desktop-nav a { text-decoration: none; color: #385057; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.is-active { color: var(--teal-dark); }
.mobile-nav { display: none; }
.breadcrumb { display: flex; gap: 9px; flex-wrap: wrap; color: #667b80; font-size: 13px; padding-top: 24px; }
.breadcrumb a { text-decoration: none; }
.trust-hero { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #f7faf9 0%, #edf4f3 100%); }
.trust-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 62px; align-items: center; padding: 54px 0 64px; }
.eyebrow { margin: 0 0 12px; color: var(--teal-dark); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: 0; }
h1 { max-width: 820px; margin-bottom: 23px; font-size: clamp(38px, 5vw, 66px); }
h2 { margin-bottom: 18px; font-size: clamp(30px, 3.6vw, 46px); }
h3 { margin-bottom: 9px; font-size: 20px; }
.hero-intro { max-width: 720px; margin: 0; color: #455c62; font-size: 18px; }
.hero-proof { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.hero-proof span { padding: 8px 11px; border-left: 3px solid var(--signal); color: #364e54; background: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.trust-hero figure { margin: 0; }
.trust-hero figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid rgba(20,38,43,.12); border-radius: 6px; box-shadow: 0 24px 60px rgba(20,38,43,.15); }
.trust-hero figcaption { margin-top: 10px; color: #667b80; font-size: 12px; }
.fact-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.fact-strip article { padding: 26px 28px; border-right: 1px solid var(--line); }
.fact-strip article:last-child { border-right: 0; }
.fact-strip span { display: block; color: var(--teal-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.fact-strip strong { display: block; margin: 6px 0 3px; font-size: 20px; }
.fact-strip p { margin: 0; color: var(--muted); font-size: 14px; }
.page-index { border-bottom: 1px solid var(--line); background: white; }
.page-index .site-shell { display: flex; gap: 23px; overflow-x: auto; padding-block: 13px; }
.page-index a { white-space: nowrap; color: #3f595f; font-size: 13px; font-weight: 700; text-decoration: none; }
.trust-section { padding: 86px 0; }
.trust-section--mist { background: var(--mist); }
.trust-section--dark { color: white; background: var(--navy); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading--wide { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.section-heading p:last-child { margin: 0; color: var(--muted); }
.trust-section--dark .section-heading p:last-child, .trust-section--dark .eyebrow { color: #b6d7dc; }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.definition-grid article { min-height: 160px; padding: 28px; background: white; }
.definition-grid article > span { display: block; margin-bottom: 16px; color: var(--signal); font-size: 12px; font-weight: 800; }
.definition-grid p { margin-bottom: 0; color: var(--muted); }
.process-list { border-top: 1px solid rgba(255,255,255,.22); }
.process-row { display: grid; grid-template-columns: 58px minmax(180px,.55fr) 1fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-row > span { color: #75d8d8; font: 800 13px/1.2 ui-monospace, monospace; }
.process-row h3, .process-row p { margin: 0; }
.process-row p { color: #c1d5d9; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); background: white; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: white; background: var(--navy); font-size: 12px; text-transform: uppercase; }
tbody th { width: 24%; color: var(--teal-dark); }
tbody td { color: #53676c; }
.evidence-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.evidence-grid figure { margin: 0; border: 1px solid var(--line); background: white; }
.evidence-grid figure:first-child { grid-row: span 2; }
.evidence-grid img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.evidence-grid figure:first-child img { min-height: 558px; }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.resource-link { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); text-decoration: none; background: white; }
.resource-link:hover, .resource-link:focus-visible { border-color: var(--teal); box-shadow: 0 12px 32px rgba(20,38,43,.1); }
.resource-link span { color: var(--teal-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.resource-link small { color: var(--muted); font-size: 14px; }
.notice-band { padding: 25px 0; color: #30494f; background: #e6f2ef; border-block: 1px solid #bed9d5; }
.notice-band strong { color: var(--teal-dark); }
.site-footer { padding-top: 58px; color: #c7d5d8; background: #112b35; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; padding-bottom: 48px; }
.brand--footer { color: white; }
.site-footer h2 { margin-bottom: 14px; color: white; font-size: 15px; }
.site-footer a { display: block; margin: 7px 0; color: #c7d5d8; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; font-weight: 800; }
  .mobile-nav nav { position: absolute; right: 0; top: 36px; min-width: 220px; padding: 14px; border: 1px solid var(--line); background: white; box-shadow: 0 14px 30px rgba(20,38,43,.14); }
  .mobile-nav a { display: block; padding: 8px; text-decoration: none; }
  .trust-hero-grid, .section-heading--wide, .evidence-grid { grid-template-columns: 1fr; }
  .trust-hero-grid { gap: 34px; }
  .evidence-grid figure:first-child { grid-row: auto; }
  .evidence-grid figure:first-child img, .evidence-grid img { min-height: 300px; }
  .link-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-shell { width: min(100% - 28px, 1180px); }
  .trust-hero-grid { grid-template-columns: minmax(0,1fr); padding: 38px 0 45px; }
  h1 { font-size: 39px; }
  .fact-strip, .definition-grid, .link-grid, .footer-grid { grid-template-columns: 1fr; }
  .fact-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-section { padding: 62px 0; }
  .process-row { grid-template-columns: 42px 1fr; }
  .process-row p { grid-column: 2; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
