:root {
  --ink: #111318;
  --muted: #626b7c;
  --line: #d8dfea;
  --line-strong: #b9c8e5;
  --blue: #104bd8;
  --blue-dark: #0a3bab;
  --blue-soft: #f2f6ff;
  --red: #df2f32;
  --orange: #ee7615;
  --yellow: #e9b100;
  --white: #fff;
  --shadow: 0 16px 44px rgba(31, 55, 104, 0.08);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-size: 16px; line-height: 1.55; }
a { color: var(--blue); text-underline-offset: 3px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-size: 23px; font-weight: 780; letter-spacing: -0.03em; }
.mark { width: 34px; height: 34px; border: 2px solid var(--blue); border-radius: 50%; position: relative; display: inline-block; }
.mark::before, .mark::after { content: ""; position: absolute; background: var(--blue); }
.mark::before { width: 48px; height: 1px; left: -9px; top: 15px; }
.mark::after { width: 1px; height: 48px; top: -9px; left: 15px; }
.nav-link { color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--blue); padding: 8px 0 4px; font-size: 15px; }
.top-nav { display: flex; align-items: center; gap: 25px; }
.top-nav a { color: var(--ink); text-decoration: none; font-size: 14px; }
.top-nav a:hover, .top-nav a:focus-visible { color: var(--blue); text-decoration: underline; }
.top-nav .language-link { border-left: 1px solid var(--line); padding-left: 25px; color: var(--blue); font-weight: 700; }
.hero { display: grid; grid-template-columns: 1.04fr 1fr; gap: 56px; padding-block: 48px 82px; align-items: center; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; font-size: clamp(42px, 4.55vw, 58px); line-height: 1.06; letter-spacing: -0.055em; margin-bottom: 22px; }
.hero-copy > p { max-width: 590px; color: #303746; font-size: 18px; }
.scan-form { margin-top: 26px; }
.scan-form label { display: block; font-size: 14px; font-weight: 650; margin-bottom: 8px; }
.scan-form input { width: 100%; height: 58px; border: 1px solid #b7bfcd; padding: 0 17px; font: inherit; font-size: 17px; border-radius: 4px; outline: none; }
.scan-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(16, 75, 216, 0.12); }
.scan-form button, .button { width: 100%; margin-top: 14px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; background: var(--blue); color: white; font: inherit; font-weight: 720; font-size: 17px; text-decoration: none; cursor: pointer; transition: background 160ms ease, transform 160ms ease; }
.scan-form button:hover, .button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.scan-form button:disabled { cursor: progress; opacity: .65; transform: none; }
.form-status { min-height: 24px; color: var(--red) !important; font-size: 14px !important; margin: 8px 0 0; }
.privacy-note { color: #7a8290 !important; font-size: 13px !important; margin: 2px 0 0; }
.text-button { appearance: none; border: 0; background: transparent; color: var(--blue); cursor: pointer; font: inherit; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.inquiry-dialog { width: min(620px, calc(100% - 32px)); max-height: calc(100% - 32px); border: 1px solid var(--line-strong); border-radius: 6px; padding: 0; box-shadow: 0 24px 80px rgba(15, 31, 64, .24); }
.inquiry-dialog::backdrop { background: rgba(15, 25, 45, .55); }
.inquiry-form { padding: 30px; }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.dialog-head small { color: var(--blue); font-weight: 700; }
.dialog-head h2 { margin: 3px 0 0; }
.dialog-close { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 32px; line-height: 1; padding: 0 4px; }
.inquiry-form > label:not(.consent):not(.honeypot) { display: block; font-size: 14px; font-weight: 650; margin-top: 15px; }
.inquiry-form label > span { color: var(--muted); font-weight: 400; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form textarea { width: 100%; border: 1px solid #b7bfcd; border-radius: 4px; font: inherit; margin-top: 6px; padding: 12px 13px; }
.inquiry-form input:not([type="checkbox"]) { height: 48px; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(16, 75, 216, 0.12); outline: none; }
.inquiry-form .consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; margin-top: 18px; }
.inquiry-form .consent input { margin-top: 4px; }
.inquiry-form .button:disabled { cursor: progress; opacity: .65; transform: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiry-status { min-height: 24px; color: var(--blue); font-size: 14px; margin: 10px 0 0; }
.report-preview { border: 1px solid var(--line-strong); border-radius: 5px; box-shadow: var(--shadow); overflow: hidden; background: #fbfdff; }
.preview-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line-strong); background: var(--blue-soft); font-size: 14px; }
.preview-head small { display: block; color: var(--muted); margin-top: 3px; }
.preview-link { color: var(--blue); font-size: 13px; }
.preview-summary { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; padding: 20px; }
.count, .severity { border: 1px solid var(--line); padding: 18px; background: white; }
.count span, .severity > span { font-size: 12px; color: var(--muted); }
.count strong { display: block; font-size: 46px; line-height: 1; margin: 16px 0 7px; }
.count small { color: var(--muted); }
.severity > div { display: grid; grid-template-columns: 1fr 25px 55px; align-items: center; gap: 9px; font-size: 12px; margin-top: 15px; }
.bar { height: 7px; background: currentColor; display: block; }
.bar.high { color: var(--red); width: 100%; }
.bar.medium { color: var(--orange); width: 82%; }
.bar.low { color: var(--yellow); width: 46%; }
.preview-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 20px; border: 1px solid var(--line); background: white; }
.preview-facts div { padding: 16px; text-align: center; border-right: 1px solid var(--line); }
.preview-facts div:last-child { border-right: 0; }
.preview-facts strong, .preview-facts span { display: block; }
.preview-facts span { color: var(--muted); font-size: 12px; }
.report-preview > p { margin: 17px 20px 20px; color: var(--muted); font-size: 12px; }
.api-preview pre, .api-docs pre { margin: 0; padding: 24px; overflow: auto; background: #101827; color: #dbe8ff; font: 13px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; }
.api-preview .preview-head + pre { border-bottom: 1px solid #31405a; }
.status-chip { padding: 3px 8px; border-radius: 999px; background: #dff7e8; color: #146c39; font-weight: 750; }
.legal-copy h2, .api-docs h2 { margin-top: 50px; }
.how { padding-bottom: 90px; }
.section-heading { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center; margin-bottom: 42px; }
.section-heading h2, .sample h2, .pricing h2 { font-size: 35px; letter-spacing: -0.04em; margin: 0; }
.section-heading span { height: 1px; background: var(--line); }
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; counter-reset: step; }
.steps li { position: relative; padding-left: 45px; }
.steps li:not(:last-child)::after { content: "→"; position: absolute; right: -41px; top: 46px; color: #8b95a8; font-size: 28px; }
.step-number { position: absolute; left: 0; top: 0; width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-size: 13px; font-weight: 700; }
.step-art { height: 85px; margin: 5px 0 18px 50px; color: var(--blue); }
.input-art { width: 112px; height: 42px; border: 2px solid var(--blue); padding: 8px; margin-top: 26px; }
.lens-art { width: 54px; height: 54px; border: 2px solid var(--blue); border-radius: 50%; position: relative; margin-top: 15px; }
.lens-art::after { content: ""; position: absolute; width: 34px; height: 2px; background: var(--blue); right: -25px; bottom: -12px; transform: rotate(47deg); }
.list-art { width: 60px; height: 72px; border: 2px solid var(--blue); padding: 7px 14px; line-height: 17px; font-size: 13px; }
.steps h3 { font-size: 19px; margin-bottom: 8px; }
.steps p { color: var(--muted); font-size: 14px; }
.sample { padding-block: 80px; }
.sample > p, .pricing > p { color: var(--muted); margin-top: 8px; }
.finding-table { border: 1px solid var(--line-strong); margin-top: 30px; }
.finding-row { display: grid; grid-template-columns: 150px 1fr 220px; min-height: 88px; border-top: 1px solid var(--line); align-items: stretch; }
.finding-row:first-child { border-top: 0; }
.finding-row > span { padding: 17px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.finding-row > span:last-child { border-right: 0; color: #4d5666; font-size: 14px; }
.finding-row strong { display: block; font-size: 16px; }
.finding-row small { display: block; color: var(--muted); margin-top: 4px; }
.finding-row code { display: block; color: var(--blue-dark); font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; margin-top: 8px; overflow-wrap: anywhere; }
.table-head { min-height: 48px; background: var(--blue-soft); font-size: 13px; font-weight: 680; }
.table-head > span { padding-block: 11px; }
.sev { position: relative; padding-left: 54px !important; font-size: 13px; }
.sev::before { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: white; font-weight: 800; content: "!"; }
.sev.high::before { background: var(--red); }
.sev.medium::before { background: var(--orange); }
.sev.low::before { background: transparent; border: 2px solid var(--yellow); color: var(--yellow); content: "i"; }
.legal-boundary { display: grid; grid-template-columns: 38px 1fr; gap: 16px; background: var(--blue-soft); border: 1px solid var(--line-strong); margin-top: 20px; padding: 18px 22px; color: #17408e; }
.legal-boundary > span { width: 30px; height: 30px; border: 2px solid var(--blue); border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.legal-boundary p { margin: 0; font-size: 13px; }
.pricing { padding-block: 88px 110px; }
.pilot { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid #8da7db; margin-top: 30px; box-shadow: var(--shadow); }
.price, .included { padding: 34px 46px; }
.price { border-right: 1px solid var(--line); }
.price > div { display: flex; align-items: baseline; gap: 14px; color: var(--blue); }
.price strong { font-size: 62px; letter-spacing: -0.05em; line-height: 1; }
.price small { display: block; color: var(--muted); margin-top: 13px; }
.price .button { margin-top: 25px; }
.price .button[aria-disabled="true"] { background: #61708f; cursor: not-allowed; }
.included h3 { margin-bottom: 14px; }
.included ul { list-style: none; padding: 0; margin: 0; columns: 2; }
.included li { break-inside: avoid; margin: 9px 0; font-size: 14px; }
.included li::before { content: "✓"; color: var(--blue); margin-right: 10px; }
.site-footer { border-top: 1px solid var(--line); min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: center; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer nav a { text-decoration: none; font-size: 14px; }
.site-footer p { color: var(--muted); font-size: 13px; margin: 0; }
.report-page { padding-block: 70px 110px; }
.report-state { min-height: 50vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.report-state h1 { font-size: 42px; margin: 20px 0 10px; }
.report-state p { color: var(--muted); }
.spinner { width: 42px; height: 42px; border: 3px solid var(--line); border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.report-title { display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid var(--line); padding-bottom: 34px; }
.report-title h1 { font-size: 52px; margin: 2px 0 6px; }
.report-title p { color: var(--blue); font-size: 14px; font-weight: 680; margin: 0; }
.report-title a { font-size: 14px; overflow-wrap: anywhere; }
.report-meta { display: flex; flex-direction: column; align-items: flex-end; }
.report-meta strong { font-size: 60px; line-height: 1; color: var(--blue); }
.report-meta span { color: var(--muted); }
.report-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); margin: 32px 0 70px; }
.report-stats div { padding: 23px; border-right: 1px solid var(--line); }
.report-stats div:last-child { border: 0; }
.report-stats strong, .report-stats span { display: block; }
.report-stats strong { font-size: 30px; }
.report-stats span { color: var(--muted); font-size: 13px; }
.report-results h2 { font-size: 32px; letter-spacing: -0.03em; }
.report-finished { color: var(--muted); font-size: 13px; margin-top: 20px; }
.report-offer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 34px; margin-top: 28px; padding: 26px 28px; border: 1px solid var(--line-strong); background: var(--blue-soft); }
.report-offer h2 { margin-bottom: 6px; font-size: 24px; }
.report-offer p { margin: 0; color: var(--muted); max-width: 720px; }
.report-offer .button { margin-top: 0; white-space: nowrap; }
.report-offer .button[aria-disabled="true"] { background: #61708f; pointer-events: none; }
.empty-result { padding: 24px; }
.button.inline { width: auto; padding-inline: 28px; }
.legal-page { max-width: 760px; padding-block: 70px 130px; }
.legal-page h1 { font-size: 56px; }
.legal-page p { color: #394152; font-size: 18px; }
.guides { padding-block: 90px 40px; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; }
.guide-grid.three { grid-template-columns: repeat(3, 1fr); }
.guide-grid.four { grid-template-columns: repeat(2, 1fr); }
.guide-grid article { border: 1px solid var(--line); padding: 32px; background: #fff; }
.guide-grid h3 { font-size: 25px; line-height: 1.2; margin: 8px 0 12px; }
.guide-grid p:not(.eyebrow) { color: var(--muted); }
.guide-grid a { color: var(--blue); font-weight: 700; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.content-page { max-width: 820px; padding-block: 48px 110px; }
.breadcrumbs { display: flex; gap: 10px; color: var(--muted); font-size: 14px; margin-bottom: 55px; }
.breadcrumbs a { color: var(--blue); }
.content-page h1 { font-size: clamp(44px, 7vw, 66px); line-height: 1.03; margin: 10px 0 24px; }
.content-page h2 { font-size: 30px; letter-spacing: -.025em; margin: 54px 0 14px; }
.content-page .lead { font-size: 22px; line-height: 1.55; color: #394152; }
.content-page article > p,
.content-page article > ul,
.content-page article > ol { font-size: 18px; line-height: 1.7; color: #394152; }
.content-page li { margin-block: 9px; }
.article-cta { margin-top: 64px; padding: 34px; border: 1px solid #8da7db; background: var(--blue-soft); }
.article-cta h2 { margin-top: 0; }
.article-cta p { color: #394152; font-size: 17px; }
.article-cta .button { margin-top: 8px; }
.source-box { margin-top: 42px; padding: 28px 32px; border-left: 4px solid var(--blue); background: #f7f9fd; }
.source-box h2 { margin-top: 0; }
.source-box ul { margin-bottom: 16px; }
.source-box p { margin: 0; color: var(--muted); font-size: 14px; }
.checklist strong { color: var(--ink); }

.statement-page { padding-block: 48px 110px; }
.statement-page .breadcrumbs { margin-bottom: 28px; }
.statement-intro { max-width: 900px; margin-bottom: 28px; }
.statement-intro h1 { max-width: 1080px; font-size: clamp(40px, 3.6vw, 46px); margin-bottom: 18px; }
.statement-intro p { max-width: 760px; color: #394152; font-size: 20px; }
.scope-notice { display: grid; grid-template-columns: 34px 1fr; gap: 14px; border: 1px solid var(--line-strong); background: var(--blue-soft); padding: 16px 18px; margin-bottom: 28px; color: #17408e; }
.scope-notice > span { width: 28px; height: 28px; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 50%; font-weight: 750; }
.scope-notice p { margin: 0; font-size: 14px; }
.statement-workspace { display: grid; grid-template-columns: minmax(360px, .86fr) minmax(480px, 1.14fr); border: 1px solid var(--line-strong); box-shadow: var(--shadow); background: var(--white); }
.statement-form { padding: 28px; border-right: 1px solid var(--line-strong); }
.statement-form h2 { font-size: 24px; margin-bottom: 20px; }
.statement-form > label, .statement-form legend, .statement-form-row label { display: block; font-size: 13px; font-weight: 700; margin: 15px 0 6px; }
.statement-form input:not([type="radio"]), .statement-form textarea, .statement-form select { width: 100%; border: 1px solid #b7bfcd; border-radius: 4px; font: inherit; font-size: 14px; padding: 10px 12px; color: var(--ink); background: var(--white); }
.statement-form input:not([type="radio"]), .statement-form select { min-height: 44px; }
.statement-form textarea { resize: vertical; line-height: 1.45; }
.statement-form input:focus, .statement-form textarea:focus, .statement-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(16, 75, 216, .12); outline: none; }
.statement-form fieldset { border: 0; padding: 0; margin: 14px 0 0; }
.compliance-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.compliance-options label { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); min-height: 42px; padding: 8px 10px; font-size: 13px; cursor: pointer; }
.compliance-options label:has(input:checked) { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-dark); }
.compliance-options input { accent-color: var(--blue); }
.field-help { color: var(--muted); font-size: 12px; margin: 7px 0 0; }
.statement-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.statement-form .button { margin-top: 22px; }
.local-only { color: var(--muted); font-size: 12px; margin: 12px 0 0; }
.statement-preview-shell { min-width: 0; background: #fbfdff; }
.statement-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; padding: 12px 16px; border-bottom: 1px solid var(--line-strong); background: var(--white); }
.statement-toolbar p { color: #7c4c00; background: #fff8e7; padding: 9px 11px; margin: 0; font-size: 12px; }
.statement-toolbar > div { display: flex; gap: 7px; }
.statement-toolbar button { min-height: 38px; border: 1px solid var(--line-strong); border-radius: 4px; padding: 0 11px; background: var(--white); color: var(--blue); font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.statement-toolbar button:hover, .statement-toolbar button:focus-visible { border-color: var(--blue); background: var(--blue-soft); outline: none; }
.statement-preview { height: 664px; overflow: auto; padding: 38px 42px 70px; background: var(--white); margin: 16px; border: 1px solid var(--line); }
.statement-preview h2 { font-size: 30px; margin-bottom: 24px; }
.statement-preview h3 { font-size: 20px; margin: 30px 0 8px; }
.statement-preview p { color: #303746; font-size: 14px; line-height: 1.65; white-space: pre-line; }
.statement-preview .preview-placeholder { color: var(--muted); }
.statement-next { padding-block: 72px; }
.statement-next h2 { font-size: 34px; letter-spacing: -.035em; }
.statement-next ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; padding: 0; border: 1px solid var(--line); margin: 26px 0 0; counter-reset: statement-step; }
.statement-next li { padding: 28px; border-right: 1px solid var(--line); counter-increment: statement-step; }
.statement-next li:last-child { border-right: 0; }
.statement-next li::before { content: counter(statement-step); display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 18px; border-radius: 50%; background: var(--blue); color: white; font-weight: 750; font-size: 13px; }
.statement-next strong, .statement-next span { display: block; }
.statement-next span { color: var(--muted); margin-top: 8px; font-size: 14px; }
.statement-conversion { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; border: 1px solid #8da7db; background: var(--blue-soft); padding: 30px 34px; }
.statement-conversion h2 { margin-bottom: 7px; font-size: 27px; }
.statement-conversion p { color: #394152; margin: 0; }
.statement-conversion .button { margin: 0; white-space: nowrap; }

@media (max-width: 1050px) {
  .statement-workspace { grid-template-columns: 1fr; }
  .statement-form { border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .statement-preview { height: auto; min-height: 540px; }
  .statement-toolbar { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .statement-page { padding-top: 36px; }
  .statement-workspace { border-inline: 0; margin-inline: -16px; }
  .statement-form { padding: 22px 16px; }
  .compliance-options, .statement-form-row, .statement-next ol { grid-template-columns: 1fr; }
  .statement-preview { margin: 0; border-inline: 0; padding: 28px 20px 50px; }
  .statement-toolbar > div { width: 100%; flex-wrap: wrap; }
  .statement-toolbar button { flex: 1 1 130px; }
  .statement-next li { border-right: 0; border-bottom: 1px solid var(--line); }
  .statement-next li:last-child { border-bottom: 0; }
  .statement-conversion { grid-template-columns: 1fr; padding: 26px 22px; }
  .statement-conversion .button { width: 100%; }
}

@media print {
  body * { visibility: hidden; }
  .statement-preview-shell, .statement-preview-shell * { visibility: visible; }
  .statement-preview-shell { position: absolute; inset: 0; background: white; }
  .statement-toolbar { display: none; }
  .statement-preview { height: auto; overflow: visible; border: 0; margin: 0; padding: 20mm; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 680px); }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-block: 55px 75px; }
  h1 { font-size: clamp(40px, 10vw, 58px); }
  .steps { grid-template-columns: 1fr; gap: 42px; }
  .steps li:not(:last-child)::after { display: none; }
  .finding-row { grid-template-columns: 115px 1fr; }
  .finding-row > span:nth-child(3) { grid-column: 2; border-top: 1px dashed var(--line); border-left: 0; }
  .table-head > span:nth-child(3) { display: none; }
  .pilot { grid-template-columns: 1fr; }
  .price { border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; padding-block: 42px; gap: 24px; }
  .report-stats { grid-template-columns: 1fr 1fr; }
  .report-offer { grid-template-columns: 1fr; }
  .report-offer .button { width: 100%; }
  .report-stats div:nth-child(2) { border-right: 0; }
  .report-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .guide-grid, .guide-grid.three, .guide-grid.four { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .site-header { min-height: 70px; }
  .brand { font-size: 19px; }
  .top-nav { gap: 14px; }
  .top-nav a:not(.language-link) { display: none; }
  .top-nav .language-link { border-left: 0; padding-left: 0; }
  .mark { width: 28px; height: 28px; }
  .mark::before { width: 40px; left: -8px; top: 12px; }
  .mark::after { height: 40px; top: -8px; left: 12px; }
  .hero { padding-top: 42px; }
  h1 { font-size: 40px; }
  .preview-summary { grid-template-columns: 1fr; }
  .preview-head { align-items: flex-start; gap: 12px; }
  .preview-link { display: none; }
  .section-heading h2, .sample h2, .pricing h2 { font-size: 30px; }
  .sample { padding-top: 50px; }
  .finding-row { grid-template-columns: 1fr; }
  .finding-row > span, .finding-row > span:nth-child(3) { grid-column: 1; border-right: 0; }
  .table-head { display: none; }
  .sev { padding-block: 10px !important; min-height: 46px; border-bottom: 1px solid var(--line); }
  .pilot .price, .pilot .included { padding: 28px 24px; }
  .price strong { font-size: 52px; }
  .inquiry-form { padding: 22px; }
  .included ul { columns: 1; }
  .site-footer nav { flex-wrap: wrap; gap: 18px; }
  .report-title { align-items: flex-start; flex-direction: column; gap: 25px; }
  .report-meta { align-items: flex-start; }
  .report-title h1 { font-size: 38px; }
  .report-stats { grid-template-columns: 1fr; }
  .report-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
