/*
 * BidSignal IT adaptation of Forty by HTML5 UP (html5up.net/forty).
 * Forty design: AJ / HTML5 UP, CC BY 3.0. See design-assets/FORTY-LICENSE.txt.
 * Adapted by Ascendant Systems LLC: native CSS, local tool workspace, no template JS.
 */
:root {
  color-scheme: dark;
  --ink: #ffffff;
  --muted: #c4c9dc;
  --indigo: #242943;
  --deep: #1f233b;
  --surface: #2a304c;
  --report: #303957;
  --line: #4c526d;
  --aqua: #6fc3df;
  --purple: #8d82c4;
  --coral: #ec8d81;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--indigo); color: var(--ink); }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--aqua); }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .48; }
button, input, select, textarea, .button { border-radius: 0; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--aqua); outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
[hidden] { display: none !important; }
.inner, .workspace, .how-section, .site-footer { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.site-header { min-height: 82px; padding: 18px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #41465e; background: #18243d; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; max-width: 100%; text-decoration: none; }
.brand-logo { display: block; width: 266px; max-width: 100%; height: 40px; object-fit: cover; object-position: 50% 49%; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.hero { background: var(--indigo); padding: 52px 0 44px; }
.eyebrow, .small-label, .tile-index { font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; line-height: 1.5; }
.eyebrow { color: var(--aqua); margin-bottom: 17px; }
.major h1 { font-size: clamp(2.8rem, 4.4vw, 4.65rem); line-height: 1.1; margin: 0 0 27px; padding-bottom: 29px; border-bottom: 2px solid #fff; letter-spacing: -.035em; }
.hero-content { display: flex; align-items: center; gap: 40px; justify-content: space-between; }
.hero-description { max-width: 600px; font-size: 1rem; line-height: 1.7; margin: 0; color: #e1e4ef; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 25px; color: var(--muted); font-size: .68rem; letter-spacing: .025em; }
.hero-facts span + span { border-left: 1px solid #69718e; padding-left: 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 47px; max-width: 100%; padding: 13px 21px; border: 2px solid #fff; background: transparent; color: white; font-size: .65rem; font-weight: 750; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; transition: color .16s, border-color .16s, background-color .16s; }
.button:hover:not(:disabled) { color: var(--aqua); border-color: var(--aqua); }
.button .arrow { font-size: 1.9rem; font-weight: 400; line-height: .5; }
.hero-content .button { flex: 0 0 auto; }
.tiles { display: grid; grid-template-columns: 2fr 3fr; }
.tile { min-width: 0; position: relative; min-height: 217px; overflow: hidden; }
.tile-aqua { background: var(--aqua); color: #17223b; }
.tile-purple { background: var(--purple); color: #161c35; }
.tile::after { position: absolute; right: -50px; top: -80px; width: 310px; height: 310px; border: 1px solid #ffffff35; transform: rotate(35deg); content: ""; pointer-events: none; }
.tile-purple::after { width: 440px; height: 440px; top: -160px; right: -65px; }
.tile-content { position: relative; z-index: 1; padding: 31px 48px 30px; max-width: 800px; }
.tile:first-child .tile-content { padding-left: max(48px, calc((100vw - 1180px) / 2)); }
.tile-index { margin-bottom: 15px; font-size: .61rem; }
.tile h2 { font-size: clamp(1.6rem, 2.15vw, 2.15rem); margin-bottom: 14px; }
.tile h2 a { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: fit-content; min-width: min(100%, 265px); padding-bottom: 12px; border-bottom: 2px solid currentColor; text-decoration: none; }
.tile h2 a:hover { color: #11152b; }
.tile h2 a span { font-size: 1.2rem; }
.tile p:last-child { font-size: .83rem; margin: 0; font-weight: 500; line-height: 1.65; }
.workspace { padding: 58px 0 72px; scroll-margin-top: 20px; }
.workspace-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.workspace-heading .eyebrow { margin-bottom: 11px; }
.workspace-heading h2 { font-size: 1.85rem; margin: 0; }
.workspace-heading .button { flex: 0 0 auto; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(340px, .9fr); gap: 28px; align-items: start; }
.form-card { padding: 31px; background: var(--surface); border: 1px solid #454b66; min-width: 0; }
fieldset { min-width: 0; border: 0; border-bottom: 1px solid var(--line); padding: 0 0 28px; margin: 0 0 28px; }
legend { width: 100%; padding: 0; display: flex; align-items: center; gap: 12px; font-size: 1.12rem; font-weight: 650; line-height: 1.4; margin-bottom: 11px; }
.step-number { display: inline-grid; place-items: center; flex: none; width: 31px; height: 31px; border: 1px solid var(--aqua); color: var(--aqua); font-size: .67rem; letter-spacing: .05em; }
.section-help { font-size: .81rem; color: var(--muted); margin-bottom: 24px; }
.field { min-width: 0; margin-bottom: 23px; }
.field:last-child { margin-bottom: 0; }
.field-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.field-row .field { margin-bottom: 23px; }
label { display: block; font-size: .82rem; font-weight: 650; margin-bottom: 8px; line-height: 1.5; }
.optional, .required-note { display: inline; color: #c4c9dc; font-size: .67rem; font-weight: 400; margin-left: 4px; }
input, textarea, select { width: 100%; min-width: 0; min-height: 46px; padding: 11px 12px; border: 1px solid #d2d6e3; background: #f4f5fa; color: #20263c; line-height: 1.45; font-size: .89rem; color-scheme: light; }
input:focus, select:focus, textarea:focus { border-color: var(--aqua); }
textarea { resize: vertical; min-height: 92px; }
select { padding-right: 23px; }
.field-help { margin: 8px 0 0; font-size: .73rem; line-height: 1.7; color: var(--muted); }
.input-with-unit { display: flex; align-items: center; background: #f4f5fa; border: 1px solid #d2d6e3; color: #363d56; }
.input-with-unit input { border: 0; }
.input-with-unit span { padding-right: 13px; font-size: .77rem; }
.button-primary { background: #fff; color: var(--indigo); }
.button-primary:hover:not(:disabled), .button-light:hover { background: var(--aqua); color: var(--indigo); }
.button-secondary { border-color: #969db7; }
.button-text { font-size: .61rem; color: var(--muted); border-color: transparent; padding-inline: 5px; }
.button-text:hover:not(:disabled) { border-color: transparent; }
.form-actions { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.local-note { color: var(--muted); font-size: .71rem; margin: 18px 0 0; line-height: 1.7; }
.report-card { position: sticky; top: 24px; min-width: 0; background: var(--report); border: 1px solid #5c6686; border-top: 4px solid var(--aqua); padding: 29px; }
.report-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #67718d; padding-bottom: 22px; margin-bottom: 24px; }
.report-topline .small-label { color: var(--aqua); }
.report-edition { font-size: .53rem; border: 1px solid #7c87a6; padding: 3px 5px; letter-spacing: .08em; white-space: nowrap; }
.status-pill { display: inline-block; font-size: .69rem; line-height: 1.6; padding: 5px 9px; background: #d5e9e1; color: #174734; font-weight: 750; margin-bottom: 19px; }
.status-pill[data-status="stop"] { background: #f8d4cd; color: #692a22; }
.status-pill[data-status="needs-review"] { background: #ffebbb; color: #5a4100; }
.report-card h2 { font-size: 1.85rem; line-height: 1.2; margin-bottom: 20px; }
.report-card h3 { font-size: .86rem; line-height: 1.4; margin-bottom: 10px; }
.report-card p, .report-card li, .report-card h2 { overflow-wrap: anywhere; }
.report-card .field-help, .report-card .check-detail, .report-card .report-disclaimer { color: #d0d6e8; }
#report-empty > p { font-size: .86rem; color: #e0e4ef; }
.brief-steps { list-style: none; margin: 24px 0; padding: 0; }
.brief-steps li { display: flex; align-items: baseline; gap: 13px; border-bottom: 1px solid #5c6686; padding: 14px 0; font-size: .8rem; }
.brief-steps span { color: var(--aqua); font-size: .64rem; font-weight: 750; }
.empty-footnote { font-size: .75rem; color: #d0d6e8; }
.export-area { margin-top: 27px; padding-top: 23px; border-top: 1px solid #67718d; }
.export-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.button-small { font-size: .57rem; min-height: 41px; padding: 10px; letter-spacing: .07em; border-width: 1px; }
.export-area .field-help { margin-top: 14px; }
.report-disclaimer { font-size: .7rem; line-height: 1.75; margin: 24px 0 0; }
.report-opportunity { font-size: .95rem; font-weight: 650; margin-bottom: 4px; }
.text-link { display: inline-block; margin-top: 12px; font-size: .78rem; color: var(--aqua); }
.report-section { border-top: 1px solid #67718d; padding-top: 20px; margin-top: 22px; }
.finding-list { padding-left: 18px; margin: 0; font-size: .79rem; }
.finding-list li + li { margin-top: 9px; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 8px; margin: 16px 0; font-size: .79rem; }
.check-symbol { color: #a1e0c0; font-weight: 800; }
.check-symbol[data-state="fail"] { color: #ffb9ae; }
.check-symbol[data-state="unknown"] { color: #ffe5a3; }
.check-label { font-weight: 700; }
.check-detail { display: block; font-weight: 400; margin-top: 4px; }
.coverage-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.coverage-header h3 { margin: 0; }
.coverage-header strong { font-size: 1.55rem; color: var(--aqua); }
.coverage-detail { font-size: .75rem; margin-bottom: 0; }
.decision-value { font-size: .98rem; font-weight: 750; margin-bottom: 8px; }
.preserve-lines { white-space: pre-wrap; font-size: .8rem; margin-bottom: 0; }
.form-error, .notice, .example-banner { padding: 16px 20px; border: 1px solid #eabcb3; background: #4b343e; color: #ffddd6; font-size: .82rem; line-height: 1.7; margin-bottom: 22px; }
.example-banner { background: #293e55; color: #d4eef7; border-color: #648ca4; }
.how-section { border-top: 1px solid var(--line); padding-block: 54px 64px; }
.how-section h2 { font-size: 2.1rem; max-width: 600px; display: inline-block; border-bottom: 2px solid white; padding-bottom: 19px; }
.how-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 15px; }
.how-grid .small-label { color: var(--aqua); font-size: .61rem; }
.how-grid h3 { font-size: 1.13rem; margin: 13px 0 12px; }
.how-grid p { color: var(--muted); font-size: .84rem; margin: 0; }
.contact-band { background: var(--coral); color: #25223c; padding: 43px max(48px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0 45px; align-items: center; }
.contact-band .eyebrow { color: #322740; margin-bottom: 14px; }
.contact-band h2 { font-size: 1.85rem; max-width: 650px; margin-bottom: 14px; }
.contact-band p:not(.eyebrow) { max-width: 670px; font-size: .84rem; }
.button-light { background: transparent; border-color: #302740; color: #25223c; }
.contact-band .button-light:hover { background: #242943; color: #fff; border-color: #242943; }
.contact-note { grid-column: 2; text-align: center; font-size: .68rem !important; margin: 12px 0 0; }
.site-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; padding-block: 37px; }
.footer-brand { font-size: .75rem; letter-spacing: .05em; font-weight: 700; text-decoration: none; }
.site-footer p { font-size: .68rem; color: var(--muted); margin: 8px 0 0; }
.site-footer nav { display: flex; gap: 20px; flex-wrap: wrap; font-size: .7rem; }
.site-footer .design-credit { margin-top: 16px; font-size: .65rem; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px 20px; background: white; color: var(--indigo); z-index: 10; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.privacy-page { max-width: 880px; width: calc(100% - 96px); margin: 58px auto 80px; }
.privacy-page .back-link { display: inline-block; font-size: .73rem; letter-spacing: .05em; color: var(--aqua); margin-bottom: 35px; }
.privacy-page h1 { font-size: clamp(2.3rem, 4vw, 3.7rem); padding-bottom: 25px; border-bottom: 2px solid white; margin-bottom: 28px; }
.privacy-page h2 { font-size: 1.35rem; margin: 34px 0 13px; }
.privacy-page p { color: #d4d9e8; font-size: .93rem; line-height: 1.85; }
.privacy-page .eyebrow { color: var(--aqua); font-size: .66rem; }
.sample-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; padding-block: 60px; }
.sample-intro h2, .resource-section h2 { font-size: clamp(1.8rem, 2.6vw, 2.5rem); }
.sample-intro p:not(.eyebrow) { color: var(--muted); font-size: .95rem; max-width: 420px; }
.sample-brief { background: var(--surface); border-top: 4px solid var(--aqua); padding: 30px; }
.sample-brief h3 { font-size: 1.4rem; margin: 20px 0 12px; }
.sample-brief > p { color: #d4d9e8; font-size: .86rem; }
.sample-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 21px 0; margin-block: 20px; border-block: 1px solid var(--line); }
.sample-metrics strong { display: block; color: var(--aqua); font-size: 2.35rem; line-height: 1.1; margin-bottom: 9px; }
.sample-metrics span { display: block; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.sample-summary strong { color: white; }
.sample-brief .field-help { font-size: .75rem; }
.resource-section { padding-block: 48px 64px; border-top: 1px solid var(--line); }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 30px; }
.resource-card { min-width: 0; background: var(--surface); border-top: 3px solid var(--purple); padding: 27px; }
.resource-card .small-label { color: var(--aqua); }
.resource-card h2, .resource-card h3 { font-size: 1.3rem; margin: 22px 0 15px; }
.resource-card h2 a, .resource-card h3 a { text-decoration: none; }
.resource-card p { color: var(--muted); font-size: .88rem; line-height: 1.8; }
.resource-card .text-link { font-size: .78rem; }
.calibration-list { padding-left: 20px; font-size: .9rem; line-height: 1.8; margin-bottom: 24px; }
.calibration-list li + li { margin-top: 10px; }
.contact-band .contact-note { max-width: 310px; line-height: 1.7; }
.resource-page { padding-block: 38px 64px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; list-style: none; padding: 0; margin: 0 0 32px; color: var(--muted); font-size: .77rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: 9px; color: #8b93ad; }
.resource-header { max-width: 900px; margin-bottom: 36px; }
.resource-header h1 { font-size: clamp(2rem, 4vw, 3.65rem); border-bottom: 2px solid white; padding-bottom: 26px; margin-bottom: 24px; }
.resource-header .lead { max-width: 780px; color: #dce1ee; font-size: 1.08rem; line-height: 1.8; }
.resource-meta { color: var(--muted); font-size: .76rem; }
.resource-section-block { margin-block: 40px; }
.resource-section-block h2 { font-size: 1.65rem; }
.resource-section-block > p, .resource-section-block > ul, .resource-section-block > ol { color: #d4d9e8; max-width: 900px; line-height: 1.85; }
.resource-section-block li + li { margin-top: 12px; }
.resource-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-block: 25px; }
.resource-note { padding: 22px 25px; background: var(--surface); border-left: 4px solid var(--aqua); color: #e0e5f0; font-size: .9rem; line-height: 1.8; }
.resource-note p:last-child { margin-bottom: 0; }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); margin-block: 25px; }
.resource-table { width: 100%; border-collapse: collapse; font-size: .86rem; line-height: 1.7; }
.resource-table caption { text-align: left; background: var(--deep); color: var(--muted); padding: 18px 20px; font-size: .78rem; }
.resource-table th, .resource-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.resource-table thead { background: var(--surface); }
.resource-table th { color: white; font-weight: 650; }
.resource-table td { color: #d4d9e8; }
.resource-table tbody tr:last-child > * { border-bottom: 0; }
.resource-table th[scope="row"] { min-width: 155px; }
.decision-rules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-block: 28px; }
.decision-rule { background: var(--surface); padding: 25px; border-top: 3px solid var(--purple); }
.decision-rule:first-child { border-color: var(--coral); }
.decision-rule:last-child { border-color: var(--aqua); }
.decision-rule h3 { font-size: 1.2rem; margin-bottom: 14px; }
.decision-rule p { font-size: .9rem; color: var(--muted); margin-bottom: 0; }
.worksheet-prompts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.worksheet-prompt { border: 1px solid var(--line); padding: 25px; }
.worksheet-prompt h3 { font-size: 1.12rem; }
.worksheet-prompt p, .worksheet-prompt ul { color: var(--muted); font-size: .89rem; line-height: 1.8; }
.worksheet-prompt ul { padding-left: 20px; margin-bottom: 0; }
.example-case { margin-block: 42px; padding: 32px; border: 1px solid var(--line); border-top: 4px solid var(--purple); background: var(--surface); scroll-margin-top: 24px; }
.example-case h2 { font-size: 1.7rem; }
.example-case h3 { font-size: 1.12rem; margin-top: 25px; }
.example-case p, .example-case li { color: #d4d9e8; font-size: .92rem; line-height: 1.8; }
.example-case .eyebrow { color: var(--aqua); font-size: .66rem; }
.example-case .resource-table { background: var(--indigo); }
.example-case .resource-table th[scope="row"] { width: 27%; }
.example-case .resource-table td { overflow-wrap: anywhere; }
.example-case .status-pill { margin-bottom: 18px; }
.resource-toc { display: flex; flex-wrap: wrap; gap: 14px 24px; list-style: none; padding: 0; margin-block: 25px; font-size: .9rem; }
.resource-cta { margin-top: 44px; padding: 30px; background: var(--purple); color: var(--deep); }
.resource-cta h2 { font-size: 1.6rem; }
.resource-cta p { max-width: 760px; }
.resource-cta .resource-meta { color: #242943; }
.resource-cta a:hover { color: #10152c; }
.resource-cta .button { border-color: var(--deep); color: var(--deep); }
.resource-page code { overflow-wrap: anywhere; color: #e3e8f7; font-size: .84em; }
@media (min-width: 1500px) { .hero { padding-top: 60px; } }
@media (max-width: 1050px) {
  .inner, .workspace, .how-section, .site-footer { width: calc(100% - 64px); }
  .site-header { padding-inline: 32px; }
  .hero-content { gap: 30px; }
  .hero-content .button { max-width: 270px; }
  .tile-content { padding-inline: 32px; }
  .tile:first-child .tile-content { padding-left: 32px; }
  .workspace-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, .85fr); gap: 22px; }
  .form-card, .report-card { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-band { padding-inline: 32px; gap: 0 26px; }
  .contact-band .button { max-width: 245px; }
  .how-grid { gap: 26px; }
}
@media (max-width: 760px) {
  .inner, .workspace, .how-section, .site-footer, .privacy-page { width: calc(100% - 40px); }
  .site-header { min-height: 68px; padding-inline: 20px; gap: 15px; }
  .brand-logo { width: 210px; height: 32px; }
  .site-header nav { gap: 20px; }
  .site-header nav a { font-size: .6rem; letter-spacing: .07em; }
  .hero { padding-block: 36px; }
  .major h1 { font-size: clamp(2.55rem, 8vw, 3.6rem); padding-bottom: 23px; margin-bottom: 23px; }
  .hero-content { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-content .button { max-width: 100%; }
  .hero-description { font-size: .93rem; }
  .hero-facts { gap: 9px 14px; font-size: .63rem; }
  .hero-facts span + span { padding-left: 14px; }
  .tiles { grid-template-columns: 1fr; }
  .tile { min-height: 0; }
  .tile-content, .tile:first-child .tile-content { padding: 26px 25px 29px; }
  .tile-index { margin-bottom: 11px; }
  .tile h2 { font-size: 1.75rem; }
  .tile h2 a { min-width: 260px; }
  .tile p:last-child { font-size: .8rem; }
  .workspace { padding-block: 38px 48px; }
  .workspace-heading { flex-direction: column; align-items: flex-start; gap: 20px; }
  .workspace-heading h2 { font-size: 1.65rem; }
  .workspace-grid { grid-template-columns: 1fr; gap: 25px; }
  .report-card { position: static; }
  input, select, textarea { font-size: 1rem; }
  .report-card h2 { scroll-margin-top: 24px; }
  .form-actions { gap: 14px; }
  .how-section { padding-block: 40px 46px; }
  .how-section h2 { font-size: 1.8rem; }
  .how-grid { grid-template-columns: 1fr; gap: 29px; }
  .contact-band { grid-template-columns: 1fr; gap: 17px; padding: 34px 25px; }
  .contact-band h2 { font-size: 1.65rem; }
  .contact-band .button { justify-self: start; max-width: 100%; }
  .contact-note { grid-column: 1; text-align: left; margin: 0; }
  .site-footer { flex-direction: column; gap: 24px; }
  .privacy-page { margin-block: 40px 54px; }
  .sample-section { grid-template-columns: 1fr; gap: 26px; padding-block: 36px; }
  .sample-intro p:not(.eyebrow) { max-width: none; }
  .sample-brief { padding: 23px; }
  .resource-section { padding-block: 38px 44px; }
  .resource-grid, .decision-rules, .worksheet-prompts { grid-template-columns: 1fr; }
  .resource-card { padding: 25px; }
  .resource-page { padding-block: 27px 44px; }
  .resource-header .lead { font-size: .97rem; }
  .resource-table th, .resource-table td { padding: 13px 15px; }
  .resource-table th[scope="row"] { min-width: 115px; }
  .example-case { padding: 23px; }
  .example-case h2 { font-size: 1.45rem; }
  .example-case .resource-table th[scope="row"] { width: auto; min-width: 90px; }
  .contact-band .contact-note { max-width: none; }
}
@media (max-width: 480px) {
  .site-header { flex-direction: column; align-items: flex-start; gap: 15px; padding-block: 18px; }
  .site-header nav { width: 100%; justify-content: flex-start; }
}
@media (max-width: 420px) {
  .form-card, .report-card { padding: 20px; }
  .hero-facts span + span { border: 0; padding: 0; }
  .hero-facts { gap: 7px 15px; }
  .button { padding-inline: 16px; font-size: .61rem; }
  .button-small { padding-inline: 8px; font-size: .54rem; }
  .form-actions { flex-direction: column; align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
@media print {
  @page { margin: 18mm; }
  :root { color-scheme: light; }
  body { color: #20263c; background: white; font-size: 11pt; }
  .site-header, .hero, .tiles, .workspace-heading, .form-card, .how-section, .contact-band, .site-footer, .export-area, .skip-link, .example-banner, .local-note, .form-error, .sample-section, .resource-section { display: none !important; }
  .workspace { width: 100%; padding: 0; margin: 0; }
  .workspace-grid { display: block; }
  .report-card { position: static; background: white; color: #20263c; border: 0; border-top: 3px solid #242943; padding: 18px 0 0; }
  .report-card h2 { font-size: 24pt; }
  .report-card .field-help, .report-card .check-detail, .report-card .report-disclaimer,
  .report-topline .small-label, .coverage-header strong, .brief-steps span { color: #303950; }
  .report-section { break-inside: avoid; }
  .status-pill { border: 1px solid currentColor; background: white !important; }
  .report-card p, .report-card li, .field-help, .coverage-detail, .preserve-lines { font-size: 10pt; }
  .check-symbol { color: #205a42; }
  .check-symbol[data-state="unknown"] { color: #685000; }
  .check-symbol[data-state="fail"] { color: #842a20; }
  a { color: inherit; text-decoration: none; }
  #report-source::after { content: " (" attr(href) ")"; overflow-wrap: anywhere; }
  .privacy-page { width: 100%; max-width: none; padding: 0; margin: 0; }
  .privacy-page p, .privacy-page .eyebrow { color: #20263c; }
  .privacy-page h1 { border-color: #242943; }
  .privacy-page .back-link { display: none; }
  .resource-page { width: 100%; padding: 0; margin: 0; }
  .resource-page .breadcrumbs, .resource-page .resource-actions, .resource-page .resource-cta, .resource-page .resource-toc { display: none; }
  .resource-page .eyebrow, .resource-page p, .resource-page li, .resource-page td, .resource-page th, .resource-page code, .resource-page .lead { color: #20263c; }
  .resource-header h1 { font-size: 25pt; border-color: #242943; }
  .resource-page h2 { font-size: 17pt; }
  .resource-table, .resource-table thead, .resource-table caption, .example-case, .resource-note, .decision-rule, .resource-card { background: white; }
  .resource-table caption { color: #303950; }
  .table-wrap { overflow: visible; }
  .resource-table th, .resource-table td { padding: 10px; }
  .resource-table tr, .worksheet-prompt, .decision-rule { break-inside: avoid; }
  .resource-table thead { display: table-header-group; }
  .worksheet-prompts, .decision-rules, .resource-grid { display: block; }
  .worksheet-prompt, .decision-rule, .resource-card { margin-bottom: 18px; }
  .example-case { border-top-color: #242943; }
}
