:root {
  --porcelain: #f5f2ea;
  --paper: #fffdf8;
  --forest: #173b32;
  --forest-deep: #0d2b24;
  --moss: #52695f;
  --sage: #dce5dd;
  --mist: #ebe8de;
  --brass: #a78353;
  --brass-soft: #ddc9aa;
  --ink: #1d2925;
  --muted: #596760;
  --danger: #8c2f27;
  --rule: rgba(23, 59, 50, 0.16);
  --shadow: 0 24px 70px rgba(13, 43, 36, 0.09);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --content: min(1160px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--porcelain);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
[hidden] { display: none !important; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
section[id], form[id] { scroll-margin-top: 104px; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 18px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--paper);
  color: var(--forest);
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: var(--content);
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(245, 242, 234, 0.93);
  box-shadow: 0 0 0 100vmax rgba(245, 242, 234, 0.93);
  clip-path: inset(0 -100vmax);
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(15px);
}
.brand {
  color: var(--forest-deep);
  line-height: 1;
  text-decoration: none;
}
.brand-mark { display: block; width: 126px; height: 70px; object-fit: contain; object-position: center; }
.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--forest);
  color: var(--forest);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.section-shell { width: var(--content); margin: 0 auto; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--moss);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  color: var(--forest-deep);
  font-family: var(--serif);
  font-weight: 400;
  text-wrap: balance;
}
h1 { font-size: clamp(49px, 5.2vw, 72px); line-height: 0.99; letter-spacing: -0.05em; }
h2 { font-size: clamp(39px, 4.2vw, 60px); line-height: 1.04; letter-spacing: -0.04em; }
h3 { font-size: 28px; line-height: 1.1; }
p { margin-top: 0; }
.section-heading { max-width: 790px; margin-bottom: 50px; }
.section-heading > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.body-copy { color: #43534c; }
.body-copy p { margin: 0 0 20px; }
.closing-line { color: var(--forest-deep); font-family: var(--serif); font-size: 24px; }

.button {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.button::after { content: "→"; margin-left: 13px; font-size: 20px; font-weight: 400; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--forest); color: #fff; }
.button-primary:hover { background: var(--forest-deep); }
.button:disabled { opacity: 0.58; cursor: wait; transform: none; }
.text-link, .text-button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 4px 0;
  background: transparent;
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
  gap: clamp(45px, 7vw, 96px);
  align-items: center;
  padding: 72px 0 88px;
}
.hero-copy { position: relative; z-index: 2; }
.hero-intro { max-width: 630px; margin: 29px 0 12px; color: #3f4f48; font-size: 19px; }
.hero-operating-promise { max-width: 610px; margin: 0 0 31px; color: var(--forest); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 26px; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.hero-disclaimer { max-width: 610px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 13px; }
.hero-image {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: #e7e1d7;
  box-shadow: var(--shadow);
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(13, 43, 36, 0.3));
  pointer-events: none;
}
.hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }

.reassurance-strip {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  background: var(--forest-deep);
  color: #fff;
}
.reassurance-strip p {
  min-height: 108px;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 24px clamp(20px, 3vw, 42px);
  border-right: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 700;
}
.reassurance-strip p:first-child { color: #fff; font-family: var(--serif); font-size: 21px; font-weight: 400; }

.calculator-section {
  padding: 112px 0 120px;
  background: var(--mist);
  box-shadow: 0 0 0 100vmax var(--mist);
  clip-path: inset(0 -100vmax);
}
.calculator-card {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
  padding: 42px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.field-group { min-width: 0; }
.field-group label, .field-group legend {
  display: block;
  margin: 0 0 8px;
  color: var(--forest-deep);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}
.field-help { min-height: 46px; margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.45; }
input, select {
  width: 100%;
  min-height: 54px;
  border: 1px solid #a9b4ae;
  border-radius: 6px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
}
input::placeholder { color: #7b8882; }
input:focus, select:focus { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(23,59,50,0.12); outline: 0; }
input[aria-invalid="true"], select[aria-invalid="true"], .has-error {
  border-color: var(--danger);
  box-shadow: 0 0 0 2px rgba(140,47,39,0.12);
}
.input-affix { min-height: 54px; display: flex; align-items: center; border: 1px solid #a9b4ae; border-radius: 6px; background: #fff; }
.input-affix:focus-within { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(23,59,50,0.12); }
.input-affix:has(input[aria-invalid="true"]) { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(140,47,39,0.12); }
.input-affix span { padding-left: 14px; color: var(--muted); }
.input-affix-suffix span { padding: 0 14px 0 0; }
.input-affix input { min-height: 52px; border: 0; box-shadow: none; }
.field-error { margin: 9px 0 0; color: var(--danger); font-size: 13px; font-weight: 700; }
.calculator-submit, .calculator-privacy, .status-message { grid-column: 1 / -1; }
.calculator-submit { width: 100%; }
.calculator-privacy, .form-reassurance { margin: -12px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.status-message { min-height: 1.5em; margin: 0; color: var(--danger); font-weight: 700; }

.result-card {
  max-width: 940px;
  margin: 28px auto 0;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(23,59,50,0.09);
  background: linear-gradient(140deg, #edf3ea, #e1ebdf);
  box-shadow: var(--shadow);
}
.result-card > #result-title { max-width: 700px; margin: 0 0 30px; color: var(--forest); font-family: var(--serif); font-size: 24px; line-height: 1.4; }
.primary-result { padding: 28px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.primary-result span { display: block; color: var(--moss); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.primary-result strong { display: block; margin-top: 12px; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(54px, 8vw, 88px); font-weight: 400; line-height: 0.95; letter-spacing: -0.04em; }
.visits-result { margin: 25px 0 4px; font-size: 19px; }
.monthly-result { margin: 0 0 24px; color: var(--muted); }
.result-card details { margin: 24px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.result-card summary { padding: 15px 0; color: var(--forest); font-weight: 750; cursor: pointer; }
.result-card details p { color: var(--muted); }
.result-disclaimer { color: var(--muted); font-size: 13px; }
.result-transition { margin: 28px 0 14px; color: var(--forest-deep); font-family: var(--serif); font-size: 23px; }
.result-card .text-button { display: block; margin-top: 22px; }

.context-section, .engines-section, .journey-section, .trust-section, .pilot-section, .faq-section { padding: 118px 0; }
.statistics-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.statistics-grid article { padding: 40px 8vw 40px 0; }
.statistics-grid article + article { padding-left: 8vw; border-left: 1px solid var(--rule); }
.statistics-grid strong { color: var(--forest-deep); font-family: var(--serif); font-size: clamp(64px, 8vw, 100px); font-weight: 400; line-height: 1; }
.statistics-grid p { max-width: 390px; margin: 12px 0 0; color: var(--muted); }
.bridge-copy { max-width: 790px; margin: 45px 0 12px; color: var(--forest-deep); font-family: var(--serif); font-size: 29px; }
.source-note { max-width: 870px; color: var(--muted); font-size: 13px; }

.engines-section {
  background: var(--forest-deep);
  color: #fff;
  box-shadow: 0 0 0 100vmax var(--forest-deep);
  clip-path: inset(0 -100vmax);
}
.engines-section .eyebrow { color: var(--brass-soft); }
.engines-section h2, .engines-section h3 { color: #fff; }
.engines-section .section-heading > p:last-child, .engines-grid p { color: rgba(255,255,255,0.68); }
.engines-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,0.17); border-bottom: 1px solid rgba(255,255,255,0.17); }
.engines-grid article { padding: 30px 24px 35px; border-right: 1px solid rgba(255,255,255,0.17); }
.engines-grid article:first-child { padding-left: 0; }
.engines-grid article:last-child { border-right: 0; }
.engines-grid span, .pilot-grid span { color: var(--brass-soft); font-size: 12px; letter-spacing: 0.1em; }
.engines-grid h3 { margin: 28px 0 14px; }
.framework-close { margin: 36px 0 8px; font-family: var(--serif); font-size: 24px; }
.framework-note { max-width: 820px; color: rgba(255,255,255,0.66); font-size: 14px; }

.split-section { padding: 112px 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr); gap: clamp(55px, 9vw, 130px); align-items: start; border-bottom: 1px solid var(--rule); }
.systems-section { border-top: 1px solid var(--rule); }
.differentiation-section { background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.pricing-section { border-bottom: 0; }

.journey-section { background: var(--sage); box-shadow: 0 0 0 100vmax var(--sage); clip-path: inset(0 -100vmax); }
.journey-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.journey-steps li { padding: 28px 24px 28px 0; border-top: 1px solid rgba(23,59,50,0.24); }
.journey-steps li + li { padding-left: 24px; border-left: 1px solid rgba(23,59,50,0.18); }
.journey-steps > li > span { display: none; }
.journey-steps h3 { min-height: 64px; font-family: var(--sans); font-size: 16px; font-weight: 800; line-height: 1.35; }
.journey-steps p { margin: 16px 0 0; color: var(--muted); font-size: 14px; }

.snapshot-value-section .check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--rule); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brass); font-weight: 800; }
.boundary-note { margin: 28px 0 0; padding: 20px; border-left: 3px solid var(--brass); background: var(--mist); color: var(--muted); font-size: 14px; }

.trust-section { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(50px, 8vw, 110px); align-items: end; }
.trust-section .section-heading { margin-bottom: 0; }
.trust-section .section-heading > p { color: var(--muted); }
.trust-points { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.trust-points li { padding: 16px 0; border-bottom: 1px solid var(--rule); color: var(--forest); font-weight: 750; }

.pilot-section { background: var(--forest); color: #fff; box-shadow: 0 0 0 100vmax var(--forest); clip-path: inset(0 -100vmax); }
.pilot-section .eyebrow { color: var(--brass-soft); }
.pilot-section h2, .pilot-section h3 { color: #fff; }
.pilot-section .section-heading > p:last-child, .pilot-grid p, .pilot-note { color: rgba(255,255,255,0.7); }
.pilot-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,0.18); border-bottom: 1px solid rgba(255,255,255,0.18); }
.pilot-grid article { padding: 30px 32px 35px 0; }
.pilot-grid article + article { padding-left: 32px; border-left: 1px solid rgba(255,255,255,0.18); }
.pilot-grid h3 { margin: 25px 0 12px; }
.pilot-risk { margin: 34px 0 8px; font-family: var(--serif); font-size: 25px; }
.pilot-note { margin: 0; font-size: 14px; }

.language-statuses { margin: 28px 0; border-top: 1px solid var(--rule); }
.language-statuses div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.language-statuses dt { color: var(--forest-deep); font-weight: 800; }
.language-statuses dd { margin: 0; color: var(--muted); }
.language-note { font-size: 14px; }

.form-section { padding: 118px 0; display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(55px, 8vw, 100px); align-items: start; }
.form-intro { position: sticky; top: 120px; }
.form-intro > p:not(.eyebrow) { color: var(--muted); }
.no-phi-notice { margin-top: 28px; padding: 18px; border-left: 3px solid var(--brass); background: var(--mist); font-size: 14px; }
.snapshot-form, .submission-success { padding: clamp(25px, 4vw, 44px); background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.form-grid .field-help { min-height: 0; margin: 8px 0 0; }
.form-grid-full, .opportunity-fieldset { grid-column: 1 / -1; }
.opportunity-fieldset { margin: 0; padding: 0; border: 0; box-shadow: none; }
.opportunity-fieldset.has-error { padding: 12px; }
.opportunity-fieldset label { min-height: 44px; display: flex; align-items: center; gap: 10px; margin: 0; padding: 7px 0; font-weight: 500; cursor: pointer; }
.opportunity-fieldset input { width: 20px; min-height: 20px; flex: 0 0 20px; }
.form-consent { margin: 30px 0 20px; color: var(--muted); font-size: 13px; }
.form-submit { width: 100%; }
.form-reassurance { margin-top: 13px; }
.form-status { margin-top: 15px; }
.submission-success { grid-column: 2; border-top: 4px solid var(--forest); }
.submission-success h2 { font-size: clamp(35px, 4vw, 50px); }
.submission-success > p:not(.eyebrow) { color: var(--muted); }
.submission-success .button { margin: 12px 0 20px; }

.faq-section { border-top: 1px solid var(--rule); }
.faq-list { max-width: 920px; border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; color: var(--forest-deep); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--brass); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; margin: 0; padding: 0 48px 24px 0; color: var(--muted); }

.final-cta { margin-bottom: 90px; padding: clamp(46px, 7vw, 80px); background: var(--sage); text-align: center; }
.final-cta h2 { max-width: 760px; margin: 0 auto; }
.final-cta > p:not(.eyebrow) { max-width: 740px; margin: 23px auto; color: var(--muted); }
.final-cta > p:last-child { font-size: 13px; }

.site-footer {
  padding: 58px max(20px, calc((100vw - 1160px) / 2)) 76px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px 60px;
  background: var(--forest-deep);
  color: #fff;
}
.footer-brand { display: inline-flex; align-items: center; gap: 20px; color: #fff; font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.footer-logo { width: 120px; height: 82px; flex: 0 0 auto; }
.site-footer p { margin: 8px 0 0; color: rgba(255,255,255,0.62); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 10px 20px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 14px; }

.sticky-cta { display: none; }

.legal-page { max-width: 820px; padding-top: 90px; padding-bottom: 110px; }
.legal-page h1 { margin-bottom: 22px; }
.legal-page h2 { margin: 46px 0 14px; font-size: clamp(28px, 4vw, 38px); }
.legal-page p { color: var(--muted); }

@media (max-width: 940px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr); gap: 35px; }
  .reassurance-strip { grid-template-columns: repeat(2, 1fr); }
  .engines-grid, .journey-steps { grid-template-columns: repeat(2, 1fr); }
  .engines-grid article:nth-child(2), .journey-steps li:nth-child(2) { border-right: 0; }
  .engines-grid article:nth-child(n+3), .journey-steps li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.17); }
  .form-section { grid-template-columns: 1fr; }
  .form-intro { position: static; }
  .submission-success { grid-column: 1; }
}

@media (max-width: 840px) {
  section[id], form[id] { scroll-margin-top: 82px; }
  .site-header { min-height: 70px; }
  .hero { position: relative; min-height: 690px; display: block; padding: 70px 0 78px; isolation: isolate; }
  .hero-copy { max-width: 600px; }
  .hero-image { position: absolute; inset: 0 auto 0 50%; z-index: -1; width: 100vw; min-height: 100%; transform: translateX(-50%); box-shadow: none; }
  .hero-image::after { background: linear-gradient(90deg, rgba(245,242,234,0.98) 0%, rgba(245,242,234,0.88) 58%, rgba(245,242,234,0.26) 100%), linear-gradient(0deg, var(--porcelain), transparent 18%); }
  .hero-image img { object-position: 66% center; }
  .calculator-card { grid-template-columns: 1fr; }
  .split-section, .trust-section { grid-template-columns: 1fr; gap: 38px; }
  .context-section, .engines-section, .journey-section, .trust-section, .pilot-section, .faq-section { padding: 86px 0; }
  .split-section, .form-section { padding-top: 86px; padding-bottom: 86px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 110px; }
  .footer-links { justify-content: flex-start; }
  .sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(245,242,234,0.95);
    border-top: 1px solid var(--rule);
    backdrop-filter: blur(14px);
  }
  .sticky-cta .button { width: 100%; }
}

@media (max-width: 620px) {
  :root { --content: min(100% - 30px, 1160px); }
  body { font-size: 16px; }
  .header-cta { max-width: 150px; text-align: right; }
  .brand-mark { width: 108px; height: 62px; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-logo { width: 112px; height: 76px; }
  h1 { max-width: 360px; font-size: clamp(42px, 12vw, 52px); }
  h2 { font-size: clamp(34px, 9.5vw, 44px); }
  .hero { min-height: 680px; padding-top: 55px; }
  .hero-intro { max-width: 350px; font-size: 16px; }
  .hero-operating-promise { max-width: 350px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-disclaimer { max-width: 350px; }
  .reassurance-strip { grid-template-columns: 1fr; }
  .reassurance-strip p { min-height: 70px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .calculator-section { padding: 78px 0 84px; }
  .calculator-card, .snapshot-form, .submission-success { padding: 24px 18px; }
  .field-help { min-height: 0; }
  .primary-result strong { font-size: 58px; }
  .statistics-grid, .engines-grid, .journey-steps, .pilot-grid, .form-grid { grid-template-columns: 1fr; }
  .statistics-grid article, .statistics-grid article + article { padding: 30px 0; border-left: 0; }
  .statistics-grid article + article { border-top: 1px solid var(--rule); }
  .engines-grid article, .engines-grid article:first-child, .engines-grid article + article { padding: 25px 0; border-right: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,0.17); }
  .journey-steps li, .journey-steps li + li { padding: 24px 0; border-left: 0; border-top: 1px solid rgba(23,59,50,0.2); }
  .journey-steps h3 { min-height: 0; }
  .pilot-grid article, .pilot-grid article + article { padding: 25px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,0.18); }
  .form-grid-full, .opportunity-fieldset { grid-column: 1; }
  .language-statuses div { grid-template-columns: 105px 1fr; gap: 15px; }
  .final-cta { width: calc(100% - 30px); margin-bottom: 60px; padding: 48px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .button, input, select, .input-affix, .snapshot-form, .result-card, .submission-success { border: 1px solid ButtonText; }
  .button::after, .check-list li::before { forced-color-adjust: none; }
}
