:root {
  color-scheme: light;
  --ink: #14221f;
  --muted: #5d6f6a;
  --line: #d4dfdc;
  --surface: #ffffff;
  --surface-soft: #f3f7f6;
  --deep: #102823;
  --accent: #137768;
  --accent-dark: #0d5a4f;
  --mint: #dff2ed;
  --amber: #a7680e;
  --amber-soft: #fff5df;
  --shadow: 0 22px 60px rgba(19, 57, 49, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f7faf9; color: var(--ink); }
a { color: var(--accent-dark); }
.skip-link { position: fixed; z-index: 10; top: 10px; left: 10px; padding: 10px 14px; background: #fff; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.trust-nav { position: sticky; z-index: 5; top: 0; display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(212, 223, 220, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.trust-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.trust-brand > span:last-child { display: grid; }
.trust-brand strong { font-size: 14px; }
.trust-brand small { color: var(--muted); font-size: 10px; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.trust-nav nav { display: flex; align-items: center; gap: 20px; }
.trust-nav nav a { color: var(--muted); font-size: 12px; font-weight: 750; text-decoration: none; }
.trust-nav nav a:hover { color: var(--ink); }
.trust-nav .nav-cta { padding: 10px 14px; border-radius: 7px; background: var(--accent); color: #fff; }

main { overflow: hidden; }
.trust-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 72px; width: min(calc(100% - 40px), 1180px); margin: 0 auto; padding: 92px 0 72px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(44px, 6.5vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero-summary { max-width: 720px; margin-bottom: 28px; color: #3f534e; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 7px; font-size: 13px; font-weight: 800; text-decoration: none; }
.button.primary { border-color: var(--accent); background: var(--accent); color: #fff; }
.button.secondary { background: #fff; color: var(--ink); }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(20, 34, 31, .1); }
.honesty-note { max-width: 760px; margin: 24px 0 0; padding-left: 14px; border-left: 3px solid var(--accent); color: var(--muted); font-size: 12px; line-height: 1.6; }
.decision-card { overflow: hidden; border: 1px solid #bfd2cd; border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.decision-card header { display: grid; gap: 4px; padding: 22px 24px; background: var(--deep); color: #fff; }
.decision-card header span { color: #9fcac0; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.decision-card header strong { font-size: 18px; }
.decision-card dl { margin: 0; }
.decision-card dl div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 16px 24px; border-top: 1px solid var(--line); }
.decision-card dt { color: var(--muted); font-size: 11px; font-weight: 750; }
.decision-card dd { margin: 0; font-size: 12px; font-weight: 750; text-align: right; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(calc(100% - 40px), 1180px); margin: 0 auto 96px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.proof-strip article { padding: 21px 24px; }
.proof-strip article + article { border-left: 1px solid var(--line); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: 3px; font-size: 22px; }
.proof-strip span { color: var(--muted); font-size: 11px; }

.trust-section, .fit-section, .data-section, .questions-section, .resource-section { width: min(calc(100% - 40px), 1180px); margin: 0 auto; padding: 92px 0; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2, .resource-section h2 { margin-bottom: 16px; font-size: clamp(34px, 5vw, 52px); line-height: 1.04; letter-spacing: -.04em; }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.65; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.evidence-grid article { display: flex; min-height: 280px; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.evidence-grid article > span { color: var(--accent); font-size: 11px; font-weight: 850; }
.evidence-grid h3 { margin: 42px 0 10px; font-size: 19px; line-height: 1.18; }
.evidence-grid p { margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.evidence-grid b { margin-top: auto; color: #31534b; font-size: 11px; }

.fit-section { width: 100%; max-width: none; padding-right: max(20px, calc((100vw - 1180px) / 2)); padding-left: max(20px, calc((100vw - 1180px) / 2)); background: var(--deep); color: #fff; }
.fit-section .section-heading p { color: #bad1cb; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fit-grid article { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.06); }
.fit-grid header { display: grid; gap: 6px; padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.fit-grid header span { color: #90c7ba; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.fit-caution header span { color: #e6b96e; }
.fit-grid header strong { font-size: 18px; }
.fit-grid ul { display: grid; gap: 12px; margin: 0; padding: 24px 28px 28px 45px; }
.fit-grid li { color: #d2dfdc; font-size: 13px; line-height: 1.55; }

.pilot-section { padding-bottom: 110px; }
.pilot-timeline { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 0 52px; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.pilot-timeline li { min-height: 250px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.pilot-timeline span { color: var(--accent); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.pilot-timeline strong { display: block; margin: 34px 0 10px; font-size: 17px; }
.pilot-timeline p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.scorecard { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 16px 48px rgba(20, 34, 31, .08); }
.scorecard > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; }
.scorecard h3 { margin: 0; font-size: 22px; }
.scorecard-table, .data-table { border-top: 1px solid var(--line); }
.scorecard-row { display: grid; grid-template-columns: .8fr 1.8fr 1fr 1.2fr; }
.scorecard-row > * { min-width: 0; padding: 15px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #41544f; font-size: 12px; line-height: 1.45; }
.scorecard-row > *:last-child { border-right: 0; }
.scorecard-head { background: var(--surface-soft); }
.scorecard-head span { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.scorecard-row strong { color: var(--ink); }

.data-section { width: 100%; max-width: none; padding-right: max(20px, calc((100vw - 1180px) / 2)); padding-left: max(20px, calc((100vw - 1180px) / 2)); background: var(--mint); }
.data-table { overflow: hidden; border: 1px solid #bcd4ce; border-radius: 10px; background: #fff; }
.data-row { display: grid; grid-template-columns: 1fr 1.5fr 1.6fr 1.25fr; }
.data-row > * { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #40534e; font-size: 12px; line-height: 1.5; }
.data-row > *:last-child { border-right: 0; }
.data-head { background: var(--deep); }
.data-head span { color: #c7dbd6; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.data-row strong { color: var(--ink); }
.data-callout { margin: 22px 0 0; padding: 18px 20px; border-left: 4px solid var(--accent); background: rgba(255,255,255,.58); color: #385049; font-size: 13px; line-height: 1.65; }

.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.question-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.question-grid strong { font-size: 14px; }
.question-grid p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.resource-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.resource-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-links a { display: grid; gap: 5px; min-height: 104px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); text-decoration: none; }
.resource-links strong { color: var(--ink); font-size: 13px; }
.resource-links span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.resource-links a:hover { background: var(--mint); }

.trust-footer { display: flex; min-height: 120px; align-items: center; justify-content: space-between; gap: 24px; padding: 28px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: #fff; }
.trust-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.trust-footer nav { display: flex; gap: 18px; }
.trust-footer nav a { color: var(--muted); font-size: 11px; font-weight: 750; text-decoration: none; }

@media (max-width: 980px) {
  .trust-nav nav a:not(.nav-cta) { display: none; }
  .trust-hero { grid-template-columns: 1fr; gap: 38px; padding-top: 64px; }
  .decision-card { max-width: 620px; }
  .evidence-grid { grid-template-columns: repeat(2, 1fr); }
  .pilot-timeline { grid-template-columns: 1fr 1fr; }
  .resource-section { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
  .trust-nav { padding: 0 16px; }
  .trust-nav .nav-cta { padding: 9px 11px; }
  .trust-hero { width: min(calc(100% - 30px), 1180px); }
  h1 { font-size: 46px; }
  .hero-summary { font-size: 16px; }
  .proof-strip { grid-template-columns: 1fr 1fr; width: min(calc(100% - 30px), 1180px); }
  .proof-strip article + article { border-left: 0; }
  .proof-strip article:nth-child(even) { border-left: 1px solid var(--line); }
  .proof-strip article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .trust-section, .questions-section, .resource-section { width: min(calc(100% - 30px), 1180px); padding: 68px 0; }
  .evidence-grid, .fit-grid, .question-grid, .resource-links { grid-template-columns: 1fr; }
  .evidence-grid article { min-height: 230px; }
  .pilot-timeline { grid-template-columns: 1fr; }
  .scorecard > header { align-items: flex-start; flex-direction: column; }
  .scorecard-table, .data-table { overflow-x: auto; }
  .scorecard-row { min-width: 760px; }
  .data-row { min-width: 820px; }
  .trust-footer { align-items: flex-start; flex-direction: column; }
}
