@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("/fonts/source-serif-4-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --porcelain: #f6f7fa;
  --paper: #ffffff;
  --paper-soft: rgba(255, 255, 255, .72);
  --ink: #171923;
  --ink-soft: #343846;
  --muted: #646b7a;
  --line: #d9dde6;
  --line-dark: #b9c0cf;
  --cobalt: #304fc4;
  --cobalt-dark: #243da0;
  --cobalt-pale: #e8edff;
  --mist: #edf0f6;
  --night: #171c2d;
  --champagne: #8a6b39;
  --green: #087a55;
  --green-soft: #e4f5ee;
  --amber: #805500;
  --amber-soft: #fff1d6;
  --red: #a9232c;
  --red-soft: #fde9eb;
  --unknown: #4b5d7b;
  --unknown-soft: #e9eff8;
  --container: 1200px;
  --radius-sm: 10px;
  --radius: 22px;
  --radius-lg: 38px;
  --shadow-paper: 0 35px 90px rgba(30, 39, 72, .14), 0 8px 24px rgba(30, 39, 72, .07);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 10%, rgba(78, 104, 196, .12), transparent 26rem),
    radial-gradient(circle at 4% 36%, rgba(211, 218, 238, .7), transparent 30rem),
    var(--porcelain);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main, section, article, div, form, label { min-width: 0; }
a { color: inherit; text-underline-offset: .22em; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: break-word; }
:focus-visible { outline: 3px solid #7896ff; outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; border-radius: 100px; background: var(--night); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(var(--container), calc(100% - 32px));
  min-height: 88px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(185, 192, 207, .7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { min-height: 48px; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-symbol { width: 37px; height: 37px; border: 1px solid var(--line-dark); border-radius: 50%; display: grid; place-items: center; color: var(--cobalt); font-size: 15px; font-weight: 800; background: rgba(255,255,255,.45); }
.brand-name { font-size: 17px; font-weight: 720; letter-spacing: -.045em; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { min-height: 44px; padding: 11px 12px; display: none; align-items: center; color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 600; }
.main-nav a:hover { color: var(--ink); }
.main-nav .header-action { display: inline-flex; padding-inline: 19px; border: 1px solid var(--ink); border-radius: 100px; background: transparent; color: var(--ink); }
.main-nav .header-action:hover { background: var(--ink); color: #fff; }

.button {
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cobalt); color: #fff; box-shadow: 0 12px 34px rgba(48, 79, 196, .2); }
.button-primary:hover { background: var(--cobalt-dark); box-shadow: 0 16px 42px rgba(48, 79, 196, .28); }
.button-secondary { border-color: var(--line-dark); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: rgba(255,255,255,.62); }
.button-light { background: #fff; color: var(--night); }
.button-light:hover { background: var(--cobalt-pale); }
.text-action { min-height: 48px; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 14px; font-weight: 650; }
.text-action span { color: var(--cobalt); }

.product-label, .section-kicker { margin: 0 0 20px; color: var(--cobalt); font-size: 11px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.product-label { display: flex; align-items: center; gap: 11px; }
.product-label > span { width: 28px; height: 1px; border-radius: 0; background: var(--champagne); box-shadow: none; }

.home-hero {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 94px;
  display: grid;
  gap: 64px;
  align-items: center;
}
.hero-content { position: relative; z-index: 2; }
h1, .section-heading h2, .method-copy h2, .final-cta h2, .results-head h2, .legal-document h1, .error-document h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-optical-sizing: auto;
  letter-spacing: -.04em;
}
h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 13.8vw, 92px); line-height: .92; font-weight: 410; }
h1 > span { color: var(--cobalt); }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(18px, 4.8vw, 21px); line-height: 1.62; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; }
.hero-notes { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; color: var(--muted); font-size: 12px; }
.hero-notes li { display: flex; align-items: center; gap: 8px; }
.hero-notes li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--champagne); }

.report-preview {
  position: relative;
  border: 1px solid rgba(185, 192, 207, .75);
  border-radius: 4px 28px 4px 4px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-paper);
  overflow: visible;
  transform: rotate(-1.2deg);
}
.report-preview::before {
  content: "";
  position: absolute;
  inset: 12px -11px -12px 11px;
  z-index: -1;
  border: 1px solid rgba(185, 192, 207, .55);
  border-radius: 4px 26px 4px 4px;
  background: rgba(255,255,255,.48);
}
.report-preview::after {
  content: "AUDIT / 01";
  position: absolute;
  top: -28px;
  right: 10px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .18em;
}
.preview-topbar { min-height: 62px; padding: 14px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; }
.preview-topbar > div { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.preview-summary { padding: 28px 22px 25px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.preview-summary > div:first-child { display: grid; gap: 5px; }
.preview-summary small, .preview-row small { color: var(--muted); }
.preview-summary > div:first-child strong { font-family: "Source Serif 4", Georgia, serif; font-size: 27px; font-weight: 470; letter-spacing: -.035em; }
.preview-score { display: flex; align-items: baseline; }
.preview-score strong { font-family: "Source Serif 4", Georgia, serif; font-size: 54px; font-weight: 450; line-height: .9; letter-spacing: -.07em; }
.preview-score span { color: var(--muted); font-size: 11px; }
.preview-list { margin-inline: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.preview-row { min-height: 78px; padding: 15px 10px; display: grid; grid-template-columns: 29px minmax(0, 1fr); gap: 11px; align-items: center; border-bottom: 1px solid var(--line); }
.preview-row:last-child { border-bottom: 0; }
.preview-row > div { display: grid; gap: 2px; }
.preview-row > div strong { font-size: 13px; }
.preview-row > div small { font-size: 10px; }
.check-icon { width: 26px; height: 26px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 800; background: transparent; }
.check-icon.pass { color: var(--green); }
.check-icon.attention { color: var(--amber); }
.tag { grid-column: 2; width: fit-content; padding: 3px 7px; border-radius: 100px; font-size: 8px; font-weight: 780; text-transform: uppercase; letter-spacing: .07em; }
.tag.pass { background: var(--green-soft); color: var(--green); }
.tag.attention { background: var(--amber-soft); color: var(--amber); }
.preview-footer { padding: 18px 22px 22px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 10px; }
.preview-footer > span:last-child { color: var(--cobalt); font-size: 18px; }

.trust-strip { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; background: transparent; }
.trust-strip > div { padding: 22px 2px; display: grid; gap: 3px; border-bottom: 1px solid var(--line); }
.trust-strip > div:last-child { border-bottom: 0; }
.trust-strip strong { font-family: "Source Serif 4", Georgia, serif; font-size: 19px; font-weight: 490; letter-spacing: -.025em; }
.trust-strip span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }

.content-section { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 820px; }
.section-heading.compact { max-width: 680px; }
.section-heading h2, .method-copy h2, .final-cta h2 { margin: 0; font-size: clamp(43px, 11vw, 72px); line-height: .98; font-weight: 410; }
.section-heading > p:last-child { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.capability-grid, .plans-grid { margin-top: 68px; display: grid; gap: 0; }
.capability-card { padding: 34px 0; border-top: 1px solid var(--line-dark); background: transparent; }
.capability-card:last-child { border-bottom: 1px solid var(--line-dark); }
.card-icon { width: auto; height: auto; display: block; background: transparent; color: var(--champagne); font-family: "Source Serif 4", Georgia, serif; font-size: 14px; font-weight: 600; letter-spacing: .08em; }
.capability-card h3, .plan-card h3 { margin: 22px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: 30px; line-height: 1.08; font-weight: 480; letter-spacing: -.035em; }
.capability-card > p, .plan-card > p { max-width: 350px; margin: 15px 0 0; color: var(--muted); }
.capability-card ul { margin: 28px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink-soft); font-size: 12px; }
.capability-card li { display: flex; gap: 9px; }
.capability-card li + li { margin-top: 8px; }
.capability-card li::before { content: "·"; color: var(--champagne); font-weight: 800; }

.method-section { width: min(var(--container), calc(100% - 32px)); margin: 14px auto; padding: 52px 26px; position: relative; border-radius: 4px 58px 4px 4px; display: grid; gap: 58px; overflow: hidden; background: var(--night); color: #fff; }
.method-section::after { content: "152"; position: absolute; right: -20px; bottom: -90px; color: rgba(255,255,255,.035); font-family: "Source Serif 4", Georgia, serif; font-size: 270px; line-height: 1; pointer-events: none; }
.method-copy, .steps-list { position: relative; z-index: 1; }
.method-copy > p:not(.section-kicker) { max-width: 520px; margin: 25px 0 0; color: #c4cad8; font-size: 16px; }
.method-copy .button { margin-top: 32px; }
.method-copy .section-kicker, .result-cta .section-kicker { color: #aebfff; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { padding: 24px 0; display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 15px; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps-list li:last-child { border-bottom: 0; }
.steps-list li > span { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-items: center; color: #aebfff; font-family: "Source Serif 4", Georgia, serif; font-size: 13px; }
.steps-list strong { font-size: 16px; }
.steps-list p { margin: 6px 0 0; color: #aeb4c2; font-size: 13px; }

.plans-grid { gap: 16px; }
.plan-card { min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: 3px 32px 3px 3px; display: flex; flex-direction: column; background: rgba(255,255,255,.54); }
.plan-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.plan-head strong { color: var(--ink); font-size: 12px; }
.plan-card > p { font-size: 14px; }
.plan-card .button { width: 100%; margin-top: auto; padding-top: 12px; padding-bottom: 12px; }
.plan-featured { border-color: var(--night); background: var(--night); color: #fff; box-shadow: 0 28px 70px rgba(23, 28, 45, .18); }
.plan-featured .plan-head, .plan-featured .plan-head strong, .plan-featured > p { color: #c4cad8; }
.plan-featured .plan-head span { color: #aebfff; font-weight: 750; }

.boundaries-section { width: min(var(--container), calc(100% - 32px)); margin: 20px auto; padding: 36px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; gap: 22px; background: transparent; }
.boundaries-section > div { display: flex; align-items: center; gap: 14px; }
.boundary-mark { width: 34px; height: 34px; border: 1px solid var(--champagne); border-radius: 50%; display: grid; place-items: center; color: var(--champagne); font-family: "Source Serif 4", Georgia, serif; font-weight: 650; }
.boundaries-section h2 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 27px; font-weight: 490; letter-spacing: -.03em; }
.boundaries-section p { max-width: 850px; margin: 0; color: var(--muted); }

.faq-section { display: grid; gap: 52px; }
.faq-list { border-top: 1px solid var(--line-dark); }
details { border-bottom: 1px solid var(--line-dark); }
summary { min-height: 78px; padding: 21px 42px 21px 0; position: relative; display: flex; align-items: center; cursor: pointer; font-family: "Source Serif 4", Georgia, serif; font-size: 21px; font-weight: 480; letter-spacing: -.02em; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--cobalt); font-family: "Manrope", sans-serif; font-size: 23px; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 720px; margin: 0 0 28px; color: var(--muted); }

.final-cta { width: min(var(--container), calc(100% - 32px)); margin: 24px auto 110px; padding: 50px 28px; border-radius: 4px 52px 4px 4px; display: grid; gap: 30px; align-items: center; background: var(--cobalt); color: #fff; box-shadow: 0 35px 90px rgba(48,79,196,.2); }
.final-cta .section-kicker { color: #d6dfff; }
.final-cta > div > p:last-child { margin: 18px 0 0; color: #dce3ff; }
.final-cta .button { width: 100%; background: #fff; color: var(--cobalt-dark); box-shadow: none; }

footer { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 58px 0 44px; border-top: 1px solid var(--line-dark); display: grid; gap: 30px; }
.footer-main { display: grid; gap: 16px; }
.footer-main > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: 12px; }
.footer-legal { display: grid; gap: 7px; color: var(--muted); }

/* Checker */
.checker-hero { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 78px 0 112px; display: grid; gap: 60px; align-items: start; }
.checker-intro h1 { max-width: 680px; font-size: clamp(48px, 12.8vw, 78px); }
.checker-intro > p:not(.product-label) { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.checker-assurances { margin: 30px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; color: var(--ink-soft); font-size: 12px; }
.checker-assurances li { display: flex; align-items: center; gap: 10px; }
.checker-assurances li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--champagne); }
.scan-panel { padding: 26px; border: 1px solid rgba(185,192,207,.8); border-radius: 4px 34px 4px 4px; position: relative; background: rgba(255,255,255,.88); box-shadow: var(--shadow-paper); }
.scan-panel::before { content: ""; position: absolute; inset: 10px -9px -10px 9px; z-index: -1; border: 1px solid var(--line); border-radius: 4px 32px 4px 4px; background: rgba(255,255,255,.38); }
.panel-heading { margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.field + .field { margin-top: 20px; }
.field label { margin-bottom: 9px; display: flex; justify-content: space-between; gap: 10px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 500; }
.field input { width: 100%; min-height: 56px; padding: 14px 16px; border: 1px solid var(--line-dark); border-radius: 4px 14px 4px 4px; background: rgba(246,247,250,.85); color: var(--ink); font-size: 16px; }
.field input:focus { border-color: var(--cobalt); background: #fff; outline: 3px solid #dbe3ff; }
.consent-row { min-height: 44px; margin-top: 20px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 10px; align-items: start; color: var(--muted); font-size: 12px; }
.consent-row input { width: 44px; height: 44px; margin: 0; accent-color: var(--cobalt); }
.consent-row a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-weight: 700; }
.scan-button { width: 100%; margin-top: 22px; justify-content: space-between; border: 0; }
.scan-button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.form-error { min-height: 24px; margin: 8px 0 0; color: var(--red); font-size: 13px; font-weight: 700; }
.noscript { padding: 13px; border-radius: 8px; background: var(--amber-soft); color: var(--amber); }

.results { width: min(var(--container), calc(100% - 32px)); margin: 0 auto 54px; padding: 30px; border: 1px solid var(--line-dark); border-radius: 4px 40px 4px 4px; background: rgba(255,255,255,.85); box-shadow: var(--shadow-paper); }
.results[hidden] { display: none; }
.results-head { display: grid; gap: 24px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.results-head h2 { margin: 0; font-size: clamp(44px, 10vw, 68px); line-height: .95; font-weight: 420; }
#results-target { margin: 12px 0 0; color: var(--muted); }
.score { display: grid; grid-template-columns: auto auto; align-items: baseline; align-content: start; width: fit-content; }
.score strong { font-family: "Source Serif 4", Georgia, serif; font-size: 68px; font-weight: 450; line-height: .9; letter-spacing: -.07em; }
.score span { color: var(--muted); }
.score small { grid-column: 1 / -1; color: var(--muted); }
.result-meta { padding: 19px 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--muted); font-size: 11px; }
.findings { border-top: 1px solid var(--line); }
.finding { padding: 25px 0; display: grid; gap: 13px; border-bottom: 1px solid var(--line); }
.finding-status { width: fit-content; padding: 5px 9px; border-radius: 100px; text-transform: uppercase; letter-spacing: .07em; font-size: 8px; font-weight: 800; }
.finding[data-severity="critical"] .finding-status { background: var(--red-soft); color: var(--red); }
.finding[data-severity="attention"] .finding-status { background: var(--amber-soft); color: var(--amber); }
.finding[data-severity="unknown"] .finding-status { background: var(--unknown-soft); color: var(--unknown); }
.finding[data-severity="pass"] .finding-status { background: var(--green-soft); color: var(--green); }
.finding h3 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 25px; line-height: 1.1; font-weight: 480; letter-spacing: -.025em; }
.finding p { margin: 7px 0 0; color: var(--muted); }
.finding-recommendation { color: var(--ink-soft) !important; }
.finding-evidence { margin: 12px 0 0; padding: 0; list-style: none; font-size: 12px; }
.finding-evidence li { margin-top: 6px; }
.finding-evidence a, .finding-source { min-height: 44px; display: inline-flex; align-items: center; color: var(--cobalt); font-weight: 650; }
.limitations { margin-top: 34px; padding: 26px; border-radius: 3px 24px 3px 3px; background: var(--mist); }
.limitations h3 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 24px; font-weight: 480; }
.limitations ul { margin-bottom: 0; padding-left: 20px; color: var(--muted); }
.result-cta { margin-top: 28px; padding: 28px; border-radius: 3px 28px 3px 3px; display: grid; gap: 24px; background: var(--night); color: #fff; }
.result-cta h3 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 29px; font-weight: 470; }
.result-cta p:not(.section-kicker) { color: #c4cad8; }
.checker-disclaimer { width: min(var(--container), calc(100% - 32px)); margin: 0 auto 90px; padding: 30px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; gap: 8px; }
.checker-disclaimer p { max-width: 850px; margin: 0; color: var(--muted); }

/* Legal and errors */
.legal-document { width: min(820px, calc(100% - 32px)); margin: 0 auto; padding: 80px 0 120px; }
.legal-document .eyebrow, .error-document .eyebrow { color: var(--cobalt); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; }
.legal-document h1 { font-size: clamp(48px, 11vw, 74px); line-height: .95; font-weight: 420; }
.legal-document h2 { margin: 52px 0 13px; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(29px, 6vw, 38px); line-height: 1.05; font-weight: 480; letter-spacing: -.03em; }
.legal-document p, .legal-document li { color: var(--muted); }
.legal-document a { min-height: 44px; display: inline-flex; align-items: center; }
.legal-warning { margin: 34px 0; padding: 24px; border-radius: 3px 24px 3px 3px; background: var(--cobalt-pale); color: var(--ink-soft); }
.error-document { min-height: calc(100vh - 88px); width: min(820px, calc(100% - 32px)); margin: 0 auto; display: grid; align-content: center; justify-items: start; }
.error-document h1 { margin: 10px 0; font-size: clamp(58px, 14vw, 90px); line-height: .95; font-weight: 420; }
.error-document p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 18px; }
.error-document .button { margin-top: 18px; }

/* Statistics consent is created only when a valid production counter is configured. */
.statistics-consent { width: min(780px, calc(100% - 24px)); max-height: calc(100vh - 24px); padding: 20px; position: fixed; right: 12px; bottom: 12px; z-index: 20; overflow: auto; border: 1px solid var(--line-dark); border-radius: 4px 26px 4px 4px; display: grid; gap: 18px; background: #fff; box-shadow: 0 24px 70px rgba(23, 28, 45, .24); }
.statistics-consent-copy { min-width: 0; }
.statistics-consent-copy strong { font-family: "Source Serif 4", Georgia, serif; font-size: 22px; font-weight: 520; }
.statistics-consent-copy p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.statistics-consent-copy a { min-height: 44px; display: inline-flex; align-items: center; color: var(--cobalt); font-weight: 700; }
.statistics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.statistics-consent-actions .button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--cobalt); }

@media (min-width: 620px) {
  .statistics-consent { padding: 24px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .statistics-consent-actions { min-width: 260px; }
  .preview-row { grid-template-columns: 30px minmax(0, 1fr) auto; padding-inline: 15px; }
  .tag { grid-column: auto; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div { padding: 24px 20px; }
  .trust-strip > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-strip > div:nth-last-child(-n+2) { border-bottom: 0; }
  .scan-panel { padding: 34px; }
  .scan-panel form { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 0 16px; }
  .scan-panel .field { align-self: end; }
  .scan-panel .field + .field { margin-top: 0; }
  .consent-row, .scan-button, .form-note, .form-error { grid-column: 1 / -1; }
  .results-head { grid-template-columns: minmax(0, 1fr) auto; }
  .finding { grid-template-columns: 120px minmax(0, 1fr); }
  .finding-status { grid-column: 1; }
  .finding-body { grid-column: 2; }
  .result-cta { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .result-cta .button { white-space: nowrap; }
  .final-cta { grid-template-columns: minmax(0, 1fr) auto; padding: 58px; }
  .final-cta .button { width: auto; }
  footer { grid-template-columns: 1.3fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (min-width: 760px) {
  .main-nav a { display: inline-flex; }
}

@media (min-width: 900px) {
  .home-hero { min-height: 760px; grid-template-columns: minmax(0, 1.15fr) minmax(430px, .85fr); gap: 8vw; padding-block: 110px 130px; }
  .report-preview { margin-top: 44px; }
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
  .trust-strip > div { border-bottom: 0; border-right: 1px solid var(--line); }
  .trust-strip > div:last-child { border-right: 0; }
  .capability-grid { grid-template-columns: repeat(3, 1fr); gap: 5vw; }
  .capability-card { min-height: 390px; padding-top: 34px; border-bottom: 1px solid var(--line-dark); }
  .capability-card:nth-child(2) { margin-top: 64px; }
  .method-section { grid-template-columns: 1.05fr .95fr; padding: 82px; gap: 8vw; }
  .plans-grid { grid-template-columns: 1fr 1.08fr .92fr; gap: 18px; align-items: start; }
  .plan-card { min-height: 390px; padding: 34px; }
  .plan-featured { min-height: 435px; margin-top: -26px; }
  .plan-card:nth-child(3) { margin-top: 42px; }
  .boundaries-section { grid-template-columns: 320px minmax(0, 1fr); align-items: start; padding-block: 46px; }
  .faq-section { grid-template-columns: 360px minmax(0, 1fr); }
  .faq-list { margin-top: 7px; }
  .checker-hero { grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: 8vw; padding-block: 110px 140px; }
  .scan-panel { margin-top: 36px; }
}

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