@layer reset, base, layout, components, responsive;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; min-width: 0; }
  body, h1, h2, h3, p, figure { margin: 0; }
  img, svg { max-width: 100%; height: auto; }
  button, input { font: inherit; }
}
@layer base {
  :root { --paper: #f7f9f8; --white: #fff; --ink: #102b37; --muted: #4e626b; --teal: #086c60; --line: #d8e2df; --mint: #e5f2ed; --navy: #102b37; }
  html { color-scheme: light; scroll-padding-top: 2rem; }
  body { background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; overflow-wrap: anywhere; -webkit-font-smoothing: antialiased; }
  ::selection { background: #bde3d8; color: var(--ink); }
  a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .24em; }
  a:hover { color: var(--teal); }
  :focus-visible { outline: 3px solid #b6451b; outline-offset: 5px; border-radius: 2px; }
  h1, h2, h3 { font-weight: 550; line-height: 1.13; letter-spacing: -.045em; text-wrap: balance; }
  h1 { font-size: clamp(2.85rem, 4.55vw, 4.75rem); }
  h2 { font-size: clamp(2rem, 3vw, 3.15rem); }
  h3 { font-size: 1.45rem; line-height: 1.3; letter-spacing: -.025em; }
  p { text-wrap: pretty; }
  em { color: var(--teal); font-style: normal; }
  ul, ol { padding-left: 1.3rem; }
  li + li { margin-top: .5rem; }
}
@layer layout {
  .wrap { width: min(1216px, calc(100% - 6rem)); margin-inline: auto; }
  .section { padding-block: 6rem; }
  .site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
  .header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
  .primary-nav { display: flex; gap: 2rem; font-size: .9rem; font-weight: 550; }
  .primary-nav a { text-decoration: none; }
  .primary-nav [aria-current] { color: var(--teal); text-decoration: underline; }
  .hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 4.4rem; align-items: center; padding-block: 5.2rem 5.4rem; }
  .hero h1 { margin-top: 1.6rem; }
  .hero-description { color: var(--muted); font-size: 1.15rem; max-width: 33rem; margin-top: 1.8rem; line-height: 1.75; }
  .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.2rem; }
  .hero-note { color: var(--muted); font-size: .875rem; margin-top: 1.15rem; }
  .hero-visual { padding: 1.5rem 0 0; position: relative; }
  .section-head { display: flex; justify-content: space-between; gap: 4rem; align-items: flex-end; margin-bottom: 3.4rem; }
  .section-head h2 { margin-top: 1.05rem; }
  .section-intro { max-width: 25rem; color: var(--muted); }
  .feature-grid, .industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .feature-grid { margin-bottom: 2.5rem; }
  .feature-grid article { border-top: 1px solid var(--line); padding-top: 1.5rem; }
  .feature-grid h3 { margin: 1.2rem 0 .7rem; }
  .feature-grid p { color: var(--muted); }
  .industry-section { background: var(--navy); color: white; }
  .industry-section .section-intro { color: #bcced4; }
  .guide-teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; border-bottom: 1px solid var(--line); }
  .guide-teaser h2 { margin-top: 1rem; }
  .guide-teaser p:not(.eyebrow) { color: var(--muted); margin-bottom: 1.5rem; }
  .faq-section { display: grid; grid-template-columns: .9fr 1.2fr; gap: 5rem; }
  .faq-section .section-head { display: block; }
  .pilot { padding-bottom: 5rem; }
  .pilot-inner { background: var(--mint); border-radius: 4px; padding: 3.5rem; display: grid; grid-template-columns: 1.3fr 1fr; gap: 4rem; align-items: center; border-top: 3px solid var(--teal); }
  .pilot h2 { margin: 1.2rem 0 1.1rem; }
  .pilot p:not(.eyebrow) { max-width: 35rem; }
  .pilot-action .small { margin-top: 1.2rem; color: var(--muted); }
  .site-footer { padding: 3.5rem 0 2rem; border-top: 1px solid var(--line); }
  .footer-main { display: flex; justify-content: space-between; gap: 3rem; }
  .footer-main p { margin-top: 1rem; color: var(--muted); }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 3rem; font-size: .9rem; align-content: start; }
  .footer-main nav a { text-decoration: none; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; border-top: 1px solid var(--line); margin-top: 3rem; padding-top: 1.5rem; color: var(--muted); font-size: .875rem; }
}
@layer components {
  .skip-link { position: absolute; top: -100px; left: 1rem; z-index: 10; padding: .7rem 1rem; background: var(--ink); color: white; }
  .skip-link:focus { top: 1rem; }
  .wordmark { font-size: 1.6rem; font-weight: 720; letter-spacing: -.055em; text-decoration: none; white-space: nowrap; }
  .brand-dot { color: var(--teal); padding-left: .1em; font-weight: 800; }
  .button { display: inline-flex; max-width: 100%; justify-content: center; align-items: center; gap: 1rem; padding: .82rem 1.2rem; background: var(--teal); border: 1px solid var(--teal); border-radius: 3px; color: white; font-weight: 600; font-size: .9rem; text-decoration: none; line-height: 1.5; }
  .button:hover { background: var(--navy); border-color: var(--navy); color: white; }
  .button span { font-size: 1.2rem; }
  .text-link { font-weight: 600; font-size: .95rem; }
  .eyebrow { font-size: .75rem; font-weight: 650; letter-spacing: .12em; line-height: 1.6; }
  .eyebrow > span:first-child:not(.live-dot) { margin-right: .65rem; }
  .live-dot { display: inline-block; width: .45rem; height: .45rem; border-radius: 50%; background: var(--teal); margin: 0 .45rem .07rem 0; }
  .small, .small-label { font-size: .875rem; }
  .small-label { font-size: .75rem; letter-spacing: .075em; color: var(--muted); font-weight: 650; }
  .evidence-preview { container-type: inline-size; background: white; border: 1px solid #ccd9d5; border-radius: 8px; box-shadow: 0 18px 50px -25px #25494355; padding: 0 1.6rem 1.3rem; transform: none; }
  .evidence-top { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; border-bottom: 1px solid var(--line); padding: .95rem 0; font-size: .75rem; color: var(--muted); }
  .mini-brand { font-size: 1.3rem; font-weight: 800; color: var(--ink); letter-spacing: -.1em; }
  .demo-tag { margin-left: auto; background: #f1f5f3; color: #4e626b; font-size: .75rem; letter-spacing: .04em; padding: .2rem .4rem; border-radius: 2px; }
  .evidence-title { flex: 1; color: var(--ink); font-size: .9rem; font-weight: 550; }
  .evidence-title small { display: block; color: var(--muted); font-size: .7rem; font-weight: 400; margin-top: .15rem; }
  .amount-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 1.1rem; border-bottom: 1px solid var(--line); }
  .amount-grid > div { display: grid; grid-template-rows: 1fr auto; padding-inline: .85rem; }
  .amount-grid > div:first-child { padding-left: 0; }
  .amount-grid > div:last-child { padding-right: 0; }
  .amount-grid > div + div { border-left: 1px solid var(--line); }
  .amount-grid span { display: block; font-size: .75rem; color: var(--muted); }
  .amount-grid strong { font-size: 1.6rem; font-weight: 600; letter-spacing: -.04em; }
  .difference strong { color: #9b442c; }
  .pay-segments { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: .8rem; line-height: 1.5; font-variant-numeric: tabular-nums; }
  .pay-segments caption { text-align: left; font-size: .9rem; font-weight: 600; padding-block: .9rem .6rem; }
  .pay-segments th, .pay-segments td { padding: .65rem .25rem; text-align: right; vertical-align: top; }
  .pay-segments th:first-child { width: 40%; text-align: left; padding-left: 0; }
  .pay-segments td:last-child, .pay-segments thead th:last-child { padding-right: 0; }
  .pay-segments thead th { font-weight: 400; color: var(--muted); padding-top: 0; }
  .pay-segments thead, .segment-row, .pay-segments tfoot { border-bottom: 1px solid var(--line); }
  .pay-segments tbody th { font-weight: 550; }
  .segment-row:has(+ .segment-source) { border-bottom: 0; }
  .pay-segments .segment-source td { text-align: left; padding: 0 0 1rem; border-bottom: 1px solid var(--line); }
  .pay-segments a, .evidence-source a { color: var(--teal); }
  .segment-source p { color: var(--muted); font-size: .75rem; margin-top: .5rem; }
  .pay-segments tfoot th, .pay-segments tfoot td { padding-block: .9rem; font-weight: 600; }
  .evidence-source { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; }
  .evidence-preview figcaption { font-size: .75rem; color: var(--muted); margin-top: 1rem; line-height: 1.5; }
  .visual-caption { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; font-size: .8rem; color: var(--muted); }
  .caption-line { height: 1px; width: 2rem; background: var(--teal); }
  .scope-strip { border-block: 1px solid var(--line); }
  .scope-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.55rem; }
  .scope-strip p { font-size: .75rem; letter-spacing: .1em; font-weight: 650; max-width: 8rem; }
  .scope-strip a { font-size: 1.15rem; font-weight: 600; text-decoration: none; letter-spacing: -.025em; }
  .scope-strip a span { font-size: .75rem; font-weight: 500; color: var(--muted); margin-left: .8rem; letter-spacing: .02em; }
  .feature-number { font-size: .75rem; letter-spacing: .075em; color: var(--teal); font-weight: 650; }
  .industry-card { display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid #3e5660; border-radius: 3px; text-decoration: none; }
  .industry-card:hover { background: #1b3d49; color: white; border-color: #91b6b0; }
  .card-top { display: flex; justify-content: space-between; color: #b6d2d0; font-size: .75rem; letter-spacing: .09em; }
  .card-top span { font-size: 1.5rem; line-height: 1; }
  .industry-card h3 { font-size: 2rem; margin-top: 2.4rem; }
  .industry-card p { color: #bcced4; margin: .9rem 0 2rem; font-size: .95rem; }
  .card-link { margin-top: auto; color: #d0eae3; font-weight: 600; font-size: .85rem; }
  .faq-list details { border-top: 1px solid var(--line); }
  .faq-list details:last-child { border-bottom: 1px solid var(--line); }
  summary { padding: 1.25rem 0; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; line-height: 1.5; }
  summary::-webkit-details-marker { display: none; }
  summary span { color: var(--teal); font-size: 1.25rem; flex-shrink: 0; }
  details[open] summary span { transform: rotate(45deg); }
  .answer { padding: 0 1.5rem 1.25rem 0; color: var(--muted); }
  .pilot-availability { padding: 1.2rem; background: #f4faf7; border: 1px solid #adcfc1; border-radius: 3px; font-weight: 550; }
  .breadcrumbs { display: flex; flex-wrap: wrap; gap: .8rem; font-size: .85rem; color: var(--muted); padding-top: 1.6rem; }
  .page-hero { padding-block: 3.5rem 4rem; max-width: 54rem; margin-left: 0; }
  .page-hero h1 { margin: 1.3rem 0 1.6rem; }
  .page-hero .lede { font-size: 1.2rem; max-width: 47rem; color: var(--muted); }
  .page-hero .hero-actions { margin-top: 1.8rem; }
  .editorial-layout { display: grid; grid-template-columns: minmax(0, 1fr) 19rem; gap: 5rem; padding-bottom: 5rem; }
  .article-body { min-width: 0; }
  .article-section { border-top: 1px solid var(--line); padding: 2.4rem 0; }
  .article-section h2 { font-size: 2rem; margin-bottom: 1.3rem; }
  .article-section h3 { margin: 1.5rem 0 .6rem; }
  .article-section p + p { margin-top: 1rem; }
  .article-section p, .article-section li { color: var(--muted); }
  .article-section strong { color: var(--ink); }
  .article-section ul { margin-block: 1.2rem; }
  .aside-card { background: var(--mint); border-top: 3px solid var(--teal); padding: 1.7rem; align-self: start; }
  .aside-card h2 { font-size: 1.4rem; margin: .8rem 0 1rem; }
  .aside-card p { font-size: .9rem; margin-bottom: 1.4rem; }
  .aside-card nav { display: grid; gap: .8rem; margin-top: 1.5rem; font-size: .85rem; }
  .scope-note { border-left: 3px solid var(--teal); padding: 1rem 1.4rem; background: #eaf2ef; margin-top: 1.5rem; color: var(--ink) !important; }
  .checklist { list-style: none; padding-left: 0; }
  .checklist li { padding: .6rem 0 .6rem 2rem; border-bottom: 1px solid var(--line); position: relative; }
  .checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
  .step-block { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
  .step-block > span { font-size: 1.5rem; color: var(--teal); }
  .step-block h2 { font-size: 1.85rem; margin-bottom: .8rem; }
  .step-block p { color: var(--muted); }
  .step-block p + p { margin-top: .8rem; }
  .error-page { min-height: 60vh; }
  .error-page h1 { margin: 1rem 0; }
  .error-page .button { margin-top: 1.5rem; }
  .inline-preview { max-width: 30rem; margin: 2rem auto 0; }
  .inline-preview .evidence-preview { transform: none; }
  .review-carousel { display: grid; grid-template-areas: "track" "controls" "caption"; }
  .review-track { grid-area: track; position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 1rem; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; padding: 1px 1px .7rem; }
  .review-carousel[data-enhanced] .review-track { scrollbar-width: none; }
  .review-slide { scroll-snap-align: start; scroll-margin: 0; }
  .review-slide > figure { height: 100%; display: flex; flex-direction: column; }
  .review-slide figcaption { margin-top: auto; padding-top: 1rem; }
  .review-summary { container-type: inline-size; background: white; border: 1px solid #ccd9d5; border-radius: 8px; padding: 0 1.6rem 1.3rem; box-shadow: 0 18px 50px -25px #25494355; }
  .review-summary figcaption { font-size: .75rem; color: var(--muted); line-height: 1.5; }
  .review-carousel .visual-caption { grid-area: caption; margin-top: 1rem; }
  .carousel-controls { grid-area: controls; display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; font-size: .8rem; margin-top: .35rem; }
  .carousel-selectors { display: flex; flex-wrap: wrap; gap: .45rem; order: 1; }
  .carousel-selectors a, .carousel-selectors button, .carousel-toggle { border: 1px solid #b6c8c4; color: var(--muted); background: transparent; border-radius: 2rem; font: inherit; line-height: 1.4; padding: .5rem .8rem; text-decoration: none; cursor: pointer; }
  .carousel-selectors [aria-disabled="true"] { background: var(--teal); border-color: var(--teal); color: white; }
  .carousel-selectors a:hover, .carousel-selectors button:hover, .carousel-toggle:hover { border-color: var(--teal); }
  .carousel-toggle { order: 3; }
  .carousel-position { margin-left: auto; color: var(--muted); order: 2; }
  .carousel-controls [hidden] { display: none; }
  .review-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: .8rem; line-height: 1.5; font-variant-numeric: tabular-nums; }
  .review-table caption { text-align: left; font-size: .9rem; font-weight: 600; padding-block: 1rem .65rem; }
  .review-table th, .review-table td { padding: .7rem .3rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
  .review-table th:first-child { padding-left: 0; }
  .review-table td:last-child, .review-table th:last-child { padding-right: 0; }
  .review-table thead th { font-weight: 400; color: var(--muted); padding-top: 0; }
  .review-table tbody th { font-weight: 550; }
  .period-table th:nth-child(1) { width: 25%; }
  .period-table th:nth-child(2) { width: 20%; }
  .period-table th:nth-child(3) { width: 25%; }
  .period-table th:nth-child(4) { width: 30%; }
  .package-table th:first-child { width: 78%; }
  .package-table tbody th { font-weight: 400; }
  .package-table td:last-child, .package-table th:last-child:not(:first-child) { text-align: right; }
  .package-table tfoot { font-weight: 600; }
  .review-difference, .negative { color: #9b442c; }
  .review-complete { color: var(--teal); }
  .review-manual { color: #88520d; }
}
@layer components {
  .contact-hero { max-width: 76rem; margin-inline: auto; }
  .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 4rem; padding-bottom: 5rem; align-items: start; }
  .contact-intro h2 { font-size: 1.8rem; margin-bottom: 1rem; }
  .contact-intro p, .contact-intro ul { margin-bottom: 1.4rem; color: var(--muted); }
  .contact-intro ul { padding-left: 1.25rem; }
  .contact-intro li + li { margin-top: .65rem; }
  .contact-intro a, .contact-purpose a { text-decoration: underline; text-underline-offset: .2em; }
  .contact-boundary { border-left: 3px solid var(--teal); padding: .2rem 0 .2rem 1.25rem; margin-block: 2rem; }
  .contact-boundary h3 { font-size: 1.1rem; margin-bottom: .5rem; }
  .contact-boundary p { margin: 0; }
  .contact-card { background: white; border: 1px solid var(--line); border-radius: .4rem; padding: 2rem; min-width: 0; }
  .contact-card h2 { font-size: 1.6rem; margin-bottom: 1rem; }
  .contact-card > p { margin-bottom: 1.5rem; }
  .contact-notice { padding: 1rem 1.2rem; background: #edf5f3; border-left: 3px solid #086c60; margin-bottom: 1.5rem; }
  .contact-notice p { margin-top: .4rem; }
  .contact-card fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
  .contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
  .contact-wide { grid-column: 1 / -1; }
  .contact-field { min-width: 0; }
  .contact-field label { display: block; font-weight: 650; font-size: 1rem; margin-bottom: .4rem; }
  .contact-field label span { color: var(--muted); font-size: .875rem; font-weight: 400; }
  .contact-field input, .contact-field select, .contact-field textarea { display: block; width: 100%; min-width: 0; font: inherit; font-size: 1rem; color: #102b37; background: white; border: 1px solid #81928e; border-radius: .2rem; padding: .7rem .75rem; }
  .contact-field textarea { resize: vertical; }
  .contact-field :disabled { background: #f4f6f5; color: #536661; opacity: 1; cursor: not-allowed; }
  .contact-card .button { font: inherit; cursor: pointer; border: 1px solid #086c60; }
  .contact-card .button:disabled { background: #536661; border-color: #536661; color: white; cursor: not-allowed; }
  .contact-purpose, .field-hint { font-size: .875rem; color: var(--muted); }
  .contact-purpose { margin-block: 1.5rem; }
  .field-hint { margin-top: .5rem; }
  .field-error { color: #992f20; font-size: .875rem; }
  .field-error:empty, .contact-status:empty { display: none; }
  .field-error:not(:empty) { margin-top: .4rem; }
  .contact-field [aria-invalid="true"] { border: 2px solid #992f20; }
  .contact-status:not(:empty) { padding: 1rem; background: #edf5f3; margin-top: 1.25rem; overflow-wrap: anywhere; }
  .contact-status[data-state="error"] { background: #fff1ed; border-left: 3px solid #992f20; }
}

@layer responsive {
  @media (max-width: 850px) { .contact-layout { grid-template-columns: 1fr; gap: 1.5rem; } }
  @media (max-width: 580px) { .contact-card { padding: 1.2rem; } .contact-fields { grid-template-columns: 1fr; } }
  @media (min-width: 851px) {
    .hero:has(.review-carousel) .hero-copy { align-self: start; margin-top: 1.5rem; }
  }
  @media (max-width: 1100px) {
    .wrap { width: calc(100% - 4rem); }
    .hero { gap: 2.5rem; }
    .header-inner { gap: 1rem; }
    .primary-nav { gap: 1rem; }
    .hero-actions { gap: 1rem; }
    .scope-strip a span { display: block; margin-left: 0; }
    .editorial-layout { gap: 2.5rem; grid-template-columns: minmax(0, 1fr) 16rem; }
  }
  @media (max-width: 850px) {
    .header-inner { flex-wrap: wrap; padding-block: 1.2rem; }
    .primary-nav { order: 3; width: 100%; padding-top: .6rem; justify-content: space-between; }
    .hero { grid-template-columns: 1fr; padding-block: 3.5rem; gap: 2.5rem; }
    .hero h1 { font-size: clamp(3.1rem, 7vw, 4.3rem); }
    .hero-description { max-width: 38rem; }
    .hero-visual { max-width: 33rem; width: 100%; margin-inline: auto; }
    .section { padding-block: 3.5rem; }
    .section-head { display: block; margin-bottom: 2rem; }
    .section-intro { max-width: 36rem; margin-top: 1.2rem; }
    .industry-grid, .feature-grid { gap: 1rem; }
    .industry-card { padding: 1.1rem; }
    .industry-card h3 { font-size: 1.65rem; }
    .faq-section { grid-template-columns: 1fr; gap: .5rem; }
    .guide-teaser { gap: 2rem; }
    .pilot-inner { padding: 2rem; gap: 2rem; grid-template-columns: 1fr; }
    .editorial-layout { grid-template-columns: 1fr; gap: 1rem; }
    .aside-card { max-width: 100%; }
  }
  @media (max-width: 580px) {
    .wrap { width: calc(100% - 2.5rem); }
    .header-inner { gap: .8rem; }
    .wordmark { font-size: 1.4rem; }
    .header-inner > .button { font-size: .8rem; max-width: 48%; padding: .7rem .8rem; gap: .5rem; }
    .primary-nav { font-size: .85rem; gap: .8rem; flex-wrap: wrap; }
    .hero { padding-top: 2.5rem; }
    .hero h1 { font-size: 2.9rem; }
    .hero-description { font-size: 1.05rem; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .evidence-preview { transform: none; padding-inline: 1rem; }
    .review-summary { padding-inline: 1rem; }
    .evidence-top { gap: .4rem; }
    .demo-tag { margin-left: 0; }
    .amount-grid > div { padding-inline: .4rem; }
    .amount-grid strong { font-size: 1.25rem; }
    .scope-strip .wrap { flex-wrap: wrap; gap: .7rem 1.7rem; }
    .scope-strip p { width: 100%; max-width: none; }
    .scope-strip a { font-size: 1rem; }
    .feature-grid, .industry-grid, .guide-teaser { grid-template-columns: 1fr; gap: 1.5rem; }
    .industry-card { padding: 1.5rem; }
    .industry-card h3 { margin-top: 1.5rem; font-size: 2rem; }
    .industry-card p { margin-bottom: 1.5rem; }
    .pilot { padding-bottom: 3rem; }
    .pilot-inner { padding: 1.5rem; }
    .footer-main, .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-main nav { grid-template-columns: 1fr; }
    .footer-bottom { gap: 1rem; }
    .page-hero { padding-block: 2.5rem; }
    .page-hero h1 { font-size: 2.8rem; overflow-wrap: break-word; }
    .page-hero .lede { font-size: 1.05rem; }
    .step-block { grid-template-columns: 2rem 1fr; gap: .8rem; }
  }
  @container (max-width: 18rem) {
    .package-table th:first-child { width: 55%; }
    .package-table td:last-child, .package-table thead th:last-child { white-space: nowrap; }
    .amount-grid { grid-template-columns: 1fr; gap: .7rem; }
    .amount-grid > div { padding: 0; }
    .amount-grid > div + div { border-left: 0; border-top: 1px solid var(--line); padding-top: .7rem; }
    .pay-segments thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
    .pay-segments, .pay-segments tbody, .pay-segments tfoot, .pay-segments tr, .pay-segments th, .pay-segments td { display: block; width: 100%; }
    .pay-segments caption { display: block; }
    .pay-segments th:first-child { width: 100%; }
    .pay-segments td[data-label] { display: flex; justify-content: space-between; gap: .7rem; padding-block: .25rem; }
    .pay-segments td[data-label]::before { content: attr(data-label); color: var(--muted); }
    .segment-row { padding-bottom: .75rem; }
    .pay-segments .segment-source td { padding-top: .5rem; }
    .pay-segments tfoot td { padding-top: 0; }
    .period-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
    .period-table, .period-table tbody, .period-table tr, .period-table th, .period-table td { display: block; width: 100%; }
    .period-table caption { display: block; }
    .period-table tbody th { width: 100%; border: 0; }
    .period-table tr { border-bottom: 1px solid var(--line); padding-bottom: .7rem; }
    .period-table td[data-label] { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; border: 0; padding-block: .25rem; }
    .period-table td[data-label]::before { content: attr(data-label); color: var(--muted); }
  }
  @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
}
