:root {
  color-scheme: light;
  --paper: #f6f7f3;
  --surface: #ffffff;
  --ink: #172022;
  --muted: #526064;
  --line: #dbe1dc;
  --green: #0e7763;
  --green-soft: #e2f2eb;
  --red: #d94a43;
  --yellow: #f3b947;
  --shadow: 0 20px 56px rgba(25, 35, 33, .08);
  --radius: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 17px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; border-radius: 5px; }
::selection { background: #d3e9de; color: var(--ink); }
.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 100; padding: .7rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.container { width: min(100% - 48px, 1180px); margin-inline: auto; }

.site-header { background: rgba(246, 247, 243, .96); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 15px; font-weight: 750; line-height: 1.15; letter-spacing: -.035em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 49px; height: 49px; overflow: hidden; border: 1px solid #d4ddd7; border-radius: 13px; background: white; }
.brand-mark img { width: 45px; height: 45px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 2rem; }
.site-nav a { color: #39484b; font-size: 14px; font-weight: 650; text-decoration: none; text-underline-offset: 6px; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--green); text-decoration: underline; text-decoration-thickness: 2px; }

main { min-height: 64vh; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }
.display { margin: 20px 0 22px; font-size: clamp(3.8rem, 7.4vw, 6.8rem); line-height: .98; letter-spacing: -.075em; font-weight: 790; }
.display .accent { color: var(--red); }
.lead { max-width: 670px; margin: 0; color: #3e4e50; font-size: clamp(1.1rem, 1.45vw, 1.29rem); line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 12px 19px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: white; font-size: 14px; font-weight: 740; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { background: var(--green); border-color: var(--green); transform: translateY(-2px); }
.button.secondary { border-color: var(--line); background: transparent; color: var(--ink); }
.button.secondary:hover { border-color: var(--green); background: var(--green-soft); }
.text-link { color: var(--green); font-size: 14px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { color: #095442; }

.home-hero { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); align-items: center; gap: clamp(36px, 5vw, 80px); padding-block: clamp(65px, 8vw, 120px) clamp(82px, 8vw, 124px); }
.home-hero .lead { max-width: 535px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.logo-display { position: relative; margin: 0; padding: 19px; border: 1px solid #e0e5df; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.logo-display::before, .logo-display::after { position: absolute; width: 6px; height: 6px; border: 1px solid #bcc7bf; border-radius: 50%; content: ""; }
.logo-display::before { top: 11px; left: 11px; }
.logo-display::after { right: 11px; bottom: 11px; }
.logo-display img { width: 100%; height: auto; }
.logo-display figcaption { margin: 5px 9px 0; color: #5d6966; font-size: 12px; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

.section-line { display: flex; align-items: center; gap: 16px; margin-bottom: 29px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-line::after { display: block; height: 1px; flex: 1; background: var(--line); content: ""; }
.feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: 34px; align-items: center; padding: clamp(31px, 4vw, 58px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 16px 44px rgba(25, 35, 33, .04); }
.feature h2, .statement h2 { margin: 10px 0 14px; font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1.08; letter-spacing: -.06em; }
.feature p, .statement p { max-width: 560px; margin: 0; color: var(--muted); }
.feature-side { display: grid; align-content: center; min-height: 235px; padding: 28px; border-radius: 17px; background: #f0f6f1; }
.feature-side .rail { display: flex; align-items: center; gap: 12px; color: #4d615a; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rail .dash { width: 23px; height: 3px; border-radius: 2px; background: var(--red); transform: rotate(-5deg); }
.feature-side strong { display: block; margin-top: 20px; font-size: 24px; line-height: 1.3; letter-spacing: -.035em; }
.feature-side .micro { margin-top: 15px; color: #52695f; font-size: 13px; }
.feature-actions { margin-top: 24px; }
.statement { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: start; padding-block: clamp(90px, 9vw, 145px); }
.statement h2 { max-width: 390px; margin-top: 0; }
.statement p { font-size: 20px; line-height: 1.7; }
.screw { display: inline-block; width: 19px; height: 19px; margin-bottom: 22px; border: 2px solid var(--green); border-radius: 50%; position: relative; }
.screw::after { position: absolute; top: 7px; left: 3px; width: 10px; height: 2px; background: var(--green); content: ""; transform: rotate(-33deg); }

.page-hero { padding-block: clamp(65px, 7vw, 104px) 68px; }
.page-hero .display { max-width: 900px; font-size: clamp(3.45rem, 6.3vw, 6rem); }
.page-hero .lead { max-width: 735px; }
.pill { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 6px 11px; border: 1px solid #cfe6d7; border-radius: 100px; background: var(--green-soft); color: #175c4e; font-size: 12px; font-weight: 750; letter-spacing: .02em; }
.pilot-note { display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: start; max-width: 865px; margin: 10px 0 65px; padding: 23px 26px; border: 1px solid #d7e6dd; border-left: 4px solid var(--green); border-radius: 13px; background: #eef7f0; }
.pilot-note .status-dot { margin-top: 9px; }
.pilot-note p { margin: 0; color: #35574a; font-size: 15px; }
.pilot-note strong { color: #173e35; }
.workflow { padding-block: 6px 86px; }
.workflow h2, .truth h2 { margin: 0 0 28px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.15; letter-spacing: -.055em; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.step { min-height: 246px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.step .num { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.step h3 { margin: 44px 0 9px; font-size: 20px; letter-spacing: -.035em; line-height: 1.2; }
.step p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.truth { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 42px; align-items: center; margin-bottom: 100px; padding: clamp(28px, 5vw, 62px); border-radius: var(--radius); background: var(--ink); color: white; }
.truth p { margin: 0; color: #d6e1de; font-size: 18px; line-height: 1.65; }
.truth .eyebrow { color: #98d4b6; }
.truth .not-proof { padding: 21px 24px; border: 1px solid #536361; border-radius: 15px; background: #243133; color: #e5eeec; font-size: 16px; line-height: 1.65; }
.truth .not-proof strong { color: #fff; }
.details-links { display: flex; flex-wrap: wrap; gap: 12px; padding-bottom: 100px; }
.not-found-actions { margin-top: 30px; }

.document-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: clamp(38px, 5vw, 78px); align-items: start; padding-block: 62px 110px; }
.document { max-width: 800px; }
.document h1 { margin: 14px 0 16px; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1.05; letter-spacing: -.065em; }
.document .intro { color: var(--muted); font-size: 19px; }
.document-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 25px 0 38px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #596866; font-size: 13px; }
.document section { padding-block: 16px 19px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.document h2 { margin: 0 0 15px; font-size: 26px; line-height: 1.2; letter-spacing: -.045em; }
.document p, .document li { max-width: 67ch; color: #334246; font-size: 16px; line-height: 1.78; }
.document p { margin: 0 0 16px; }
.document p:last-child { margin-bottom: 0; }
.document ul { padding-left: 22px; margin: 0 0 15px; }
.document a:not(.button) { color: var(--green); text-underline-offset: 3px; }
.review-banner { margin: 26px 0 35px; padding: 17px 20px; border: 1px solid #eddaa6; border-radius: 12px; background: #fff9eb; color: #694d15; font-size: 14px; }
.review-banner strong { color: #513808; }
.doc-side { position: sticky; top: 30px; padding: 21px 20px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.doc-side strong { display: block; margin-bottom: 15px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.doc-side a { display: block; padding: 7px 0; color: var(--muted); font-size: 13px; line-height: 1.3; text-decoration: none; }
.doc-side a:hover { color: var(--green); text-decoration: underline; }

.support-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: 15px; padding-bottom: 108px; }
.support-card { padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); border-radius: 19px; background: white; }
.support-card h2 { margin: 0 0 16px; font-size: 27px; line-height: 1.2; letter-spacing: -.045em; }
.support-card p, .support-card li { color: var(--muted); font-size: 16px; }
.support-card ul { padding-left: 21px; margin: 0 0 17px; }
.support-card li { margin: 7px 0; }
.contact-pending { display: inline-block; margin-top: 12px; padding: 10px 13px; border: 1px dashed #bbaa72; border-radius: 8px; background: #fff9eb; color: #6b561d; font-size: 14px; font-weight: 700; }
.support-card.warning { background: #f2f7f3; }
.support-card.warning h2 { color: #245746; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding-block: 27px; color: #61706e; font-size: 13px; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; gap: 19px; flex-wrap: wrap; }
.footer-inner a { text-decoration: none; }
.footer-inner a:hover { color: var(--green); text-decoration: underline; }

@media (max-width: 900px) {
  .home-hero { gap: 33px; }
  .display { font-size: clamp(3.5rem, 7vw, 5rem); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step { min-height: 220px; }
  .document-wrap { grid-template-columns: 1fr; }
  .document { max-width: 750px; }
  .doc-side { display: none; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 34px, 1180px); }
  .header-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 9px; padding-block: 12px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 10px; }
  .brand-mark img { width: 35px; height: 35px; }
  .site-nav { width: 100%; justify-content: space-between; gap: 7px; padding-left: 2px; }
  .site-nav a { font-size: 13px; }
  .home-hero { grid-template-columns: 1fr; gap: 43px; padding-block: 68px 75px; }
  .display { font-size: clamp(3.35rem, 13vw, 5.6rem); }
  .home-hero .lead { max-width: 580px; }
  .hero-actions { gap: 16px; margin-top: 27px; }
  .logo-display { max-width: 540px; padding: 12px; border-radius: 20px; }
  .logo-display figcaption { font-size: 11px; }
  .feature { grid-template-columns: 1fr; gap: 24px; padding: 25px; }
  .feature-side { min-height: 195px; }
  .statement { grid-template-columns: 1fr; gap: 4px; padding-block: 80px 90px; }
  .statement p { font-size: 18px; }
  .page-hero { padding-block: 65px 45px; }
  .page-hero .display { font-size: clamp(3rem, 11vw, 4.6rem); }
  .pilot-note { margin-bottom: 52px; padding: 18px; }
  .workflow { padding-bottom: 70px; }
  .steps { gap: 10px; }
  .step { min-height: 224px; padding: 19px; }
  .step h3 { margin-top: 33px; }
  .truth { grid-template-columns: 1fr; gap: 23px; margin-bottom: 70px; padding: 27px; }
  .details-links { padding-bottom: 80px; }
  .document-wrap { padding-block: 58px 85px; }
  .document h1 { font-size: clamp(2.6rem, 11vw, 4rem); }
  .support-grid { grid-template-columns: 1fr; padding-bottom: 85px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step h3 { margin-top: 23px; }
  .site-nav a { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
