:root {
  --ink: #071426;
  --ink-2: #14233a;
  --muted: #58667a;
  --line: #dbe3ed;
  --soft: #f3f7fb;
  --white: #ffffff;
  --blue: #0b66ff;
  --blue-dark: #084fc6;
  --blue-soft: #eaf2ff;
  --cyan: #68d7f2;
  --green: #0a8f62;
  --amber: #9e6200;
  --danger: #c93d4d;
  --shadow: 0 24px 70px rgba(5, 20, 40, 0.14);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea { font: inherit; }
a { color: inherit; }
img, svg { max-width: 100%; }

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-weight: 750;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: var(--white);
  background: rgba(7, 20, 38, .88);
  backdrop-filter: blur(18px);
}

.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue);
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 700;
}
.brand-name { font-size: .98rem; letter-spacing: -.01em; }
.brand-name strong { font-weight: 720; }

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) { color: #c7d1df; text-decoration: none; font-size: .93rem; font-weight: 650; }
.site-nav > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; color: var(--white); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 760;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(11,102,255,.23); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.button-secondary:hover { border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.1); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .9rem; }
.button-full { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(11,102,255,.24), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(104,215,242,.11), transparent 32%),
    var(--ink);
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 78px; align-items: center; padding-block: 96px 105px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #9bbcff; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(104,215,242,.12); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6vw, 5.65rem); }
h1 span { color: #83aaff; }
.hero-lede { max-width: 635px; margin: 28px 0 0; color: #c7d1df; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-list { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 31px 0 0; padding: 0; color: #aebacb; list-style: none; font-size: .88rem; }
.proof-list li::before { content: "✓"; margin-right: 8px; color: var(--cyan); font-weight: 800; }

.audit-panel { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.97); color: var(--ink); box-shadow: var(--shadow); transform: rotate(1deg); }
.panel-topline { display: flex; justify-content: space-between; gap: 18px; align-items: start; }
.panel-kicker { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.panel-topline h2 { margin: 6px 0 0; font-family: inherit; font-size: 1.4rem; font-weight: 780; letter-spacing: -.025em; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; color: #087450; background: #e5f7f0; font-size: .75rem; font-weight: 760; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.score-row { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; margin-top: 28px; padding: 25px; border-radius: 16px; background: var(--soft); }
.score-ring { display: grid; width: 108px; height: 108px; place-content: center; border-radius: 50%; background: radial-gradient(circle closest-side, var(--white) 74%, transparent 76% 99%), conic-gradient(var(--blue) 74%, #d8e2ee 0); text-align: center; }
.score-ring span { font-size: 1.8rem; font-weight: 830; line-height: 1; }
.score-ring small { color: var(--muted); font-size: .72rem; }
.score-copy { display: flex; flex-direction: column; gap: 6px; }
.score-copy strong { font-size: 1rem; line-height: 1.4; }
.score-copy span { color: var(--muted); font-size: .84rem; }
.finding-list { margin-top: 18px; }
.finding { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.finding-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-soft); font-size: .68rem; font-weight: 850; }
.finding div { display: flex; flex-direction: column; line-height: 1.45; }
.finding div strong { font-size: .87rem; }
.finding div small { color: var(--muted); font-size: .76rem; }
.severity { padding: 4px 8px; border-radius: 6px; font-size: .67rem; font-weight: 800; }
.severity.high { color: #a72838; background: #ffe8eb; }
.severity.medium { color: #805008; background: #fff1d6; }
.panel-footer { display: flex; justify-content: space-between; padding-top: 16px; color: var(--muted); font-size: .72rem; }
.panel-footer strong { color: var(--ink); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: .8fr 1.6fr; gap: 40px; align-items: center; min-height: 105px; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .77rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.trust-items { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; color: var(--ink-2); font-size: .88rem; font-weight: 720; }
.trust-items span::before { content: "◆"; margin-right: 8px; color: var(--blue); font-size: .55rem; vertical-align: 2px; }

.section { padding-block: 112px; }
.section-heading { max-width: 720px; }
.section-heading h2, .process-intro h2, .sample-copy h2, .monitoring-copy h2, .review-copy h2 { margin: 0; font-size: clamp(2.4rem, 4.4vw, 4rem); }
.split-heading { display: grid; max-width: none; grid-template-columns: 1fr .75fr; gap: 95px; align-items: end; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.04rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.service-card { position: relative; min-height: 430px; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.service-card.featured-card { color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: translateY(-12px); }
.card-number { color: var(--blue); font-size: .75rem; font-weight: 850; letter-spacing: .14em; }
.featured-card .card-number { color: #8db2ff; }
.card-tag { position: absolute; top: 26px; right: 26px; padding: 5px 9px; border-radius: 99px; color: #bcd2ff; background: rgba(11,102,255,.2); font-size: .7rem; font-weight: 780; }
.service-card h3 { margin: 46px 0 15px; font-size: 1.45rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); }
.featured-card p { color: #b9c5d5; }
.service-card ul { margin: 28px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 12px 0; border-top: 1px solid var(--line); font-size: .9rem; font-weight: 650; }
.featured-card li { border-color: rgba(255,255,255,.13); }
.service-card li::before { content: "→"; margin-right: 10px; color: var(--blue); }
.featured-card li::before { color: var(--cyan); }

.process-section { color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 110px; align-items: start; }
.eyebrow.light { color: #91b5ff; }
.process-intro { position: sticky; top: 130px; }
.process-intro p:last-child { max-width: 520px; margin: 27px 0 0; color: #b7c2d2; font-size: 1rem; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list > li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: #7fa8ff; font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.process-list h3 { margin: 0; font-size: 1.38rem; }
.process-list p { margin: 9px 0 0; color: #aebacb; }

.sample-section { overflow: hidden; background: var(--soft); }
.sample-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: center; }
.sample-copy > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: 1.03rem; }
.sample-note { display: grid; gap: 7px; margin-top: 30px; padding: 20px; border-left: 4px solid var(--blue); background: var(--white); }
.sample-note span { color: var(--muted); font-size: .9rem; }
.report-sheet { padding: 34px; border: 1px solid #d7e0ea; background: var(--white); box-shadow: 0 30px 80px rgba(5,20,40,.12); transform: rotate(-1deg); }
.report-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .62rem; font-weight: 850; letter-spacing: .11em; }
.report-logo { display: flex; align-items: center; gap: 8px; }
.report-logo span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 6px; color: var(--white); background: var(--blue); font-family: Georgia, serif; font-size: .9rem; }
.report-rule { height: 5px; margin-block: 23px 28px; background: linear-gradient(90deg, var(--blue) 0 34%, var(--ink) 34% 100%); }
.report-label { margin: 0; color: var(--blue); font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
.report-sheet h3 { margin: 8px 0 18px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.report-meta { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 9px; padding: 13px; background: var(--soft); font-size: .72rem; }
.report-meta span { color: var(--muted); }
.report-screenshot { position: relative; display: grid; min-height: 150px; margin-top: 20px; place-items: center; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, #eef3f9, #dae4f0); }
.report-screenshot::before, .report-screenshot::after { position: absolute; content: ""; border-radius: 50%; background: rgba(11,102,255,.12); }
.report-screenshot::before { width: 180px; height: 180px; left: -70px; top: -90px; }
.report-screenshot::after { width: 120px; height: 120px; right: -35px; bottom: -55px; }
.mock-label { z-index: 1; padding: 13px 22px; border-radius: 7px; color: #78899e; background: #b7c8da; font-size: .86rem; font-weight: 760; }
.contrast-marker { position: absolute; z-index: 2; width: 48px; height: 48px; border: 3px solid var(--danger); border-radius: 50%; }
.contrast-marker::after { position: absolute; width: 3px; height: 28px; right: -9px; bottom: -19px; content: ""; background: var(--danger); transform: rotate(-42deg); transform-origin: top; }
.report-body { margin: 20px 0 0; color: var(--muted); font-family: Georgia, serif; font-size: .86rem; line-height: 1.65; }
.report-status { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #805008; font-size: .72rem; font-weight: 780; }
.report-status span { width: 8px; height: 8px; border-radius: 50%; background: #e4a62d; }

.monitoring-section { background: var(--white); }
.monitoring-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 110px; align-items: center; }
.monitoring-copy > p:not(.eyebrow) { max-width: 630px; margin: 26px 0 0; color: var(--muted); font-size: 1.05rem; }
.included-callout { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.included-callout > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-weight: 850; }
.included-callout p { margin: 0; }
.price-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); box-shadow: 0 22px 65px rgba(5,20,40,.09); }
.price-label { margin: 0; color: var(--muted); font-size: .76rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; margin-top: 14px; }
.price > span { align-self: flex-start; margin-top: 12px; font-size: 1.25rem; font-weight: 800; }
.price strong { font-family: Georgia, serif; font-size: 5rem; font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.price small { margin-left: 8px; color: var(--muted); }
.price-note { margin: 10px 0 0; color: var(--muted); font-size: .8rem; }
.price-card ul { margin: 30px 0; padding: 0; list-style: none; }
.price-card li { padding: 11px 0; border-top: 1px solid var(--line); font-size: .9rem; }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 850; }

.review-section { color: var(--white); background: linear-gradient(135deg, #0b66ff, #0848bb); }
.review-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 110px; align-items: start; }
.review-copy { padding-top: 26px; }
.review-copy > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 0; color: #dce8ff; }
.review-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.review-copy li { margin-top: 10px; color: #eaf1ff; font-size: .91rem; }
.review-copy li::before { content: "✓"; margin-right: 10px; color: var(--cyan); }
.review-form { padding: 35px; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; font-size: .83rem; font-weight: 760; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field textarea { width: 100%; border: 1px solid #bdc9d8; border-radius: 9px; background: var(--white); color: var(--ink); }
.field input { min-height: 49px; padding: 10px 13px; }
.field textarea { min-height: 92px; padding: 12px 13px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: #8295ae; }
.field input:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(11,102,255,.15); }
.form-fineprint { margin: 15px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.55; }
.form-fineprint a { color: var(--blue-dark); }
.form-status { min-height: 0; margin: 12px 0 0; color: var(--green); font-size: .82rem; font-weight: 700; }
.form-status:empty { display: none; }
.form-status.form-error { color: var(--danger); }
.review-form button:disabled { cursor: wait; opacity: .72; transform: none; }

.thanks-page { min-height: 100vh; color: var(--white); background: radial-gradient(circle at 70% 20%, rgba(11,102,255,.28), transparent 34%), var(--ink); }
.thanks-wrap { display: grid; min-height: calc(100vh - 76px); place-items: center; padding-block: 70px; }
.thanks-card { width: min(680px, 100%); padding: clamp(32px, 6vw, 64px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.07); box-shadow: var(--shadow); text-align: center; }
.thanks-icon { display: grid; width: 66px; height: 66px; margin: 0 auto 25px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cyan); font-size: 1.65rem; font-weight: 900; }
.thanks-card h1 { margin: 0; font-size: clamp(2.6rem, 7vw, 4.3rem); }
.thanks-card p { max-width: 510px; margin: 23px auto 0; color: #c7d1df; font-size: 1.05rem; }
.thanks-card .button { margin-top: 32px; }

.faq-section { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.accordion { border-top: 1px solid #cdd8e5; }
.faq-item { border-bottom: 1px solid #cdd8e5; }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 740; cursor: pointer; }
.faq-item button span { color: var(--blue); font-size: 1.35rem; font-weight: 500; }
.faq-answer { padding: 0 45px 25px 0; }
.faq-answer p { margin: 0; color: var(--muted); }

.site-footer { padding-top: 64px; color: #c1ccdb; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 60px; padding-bottom: 55px; }
.footer-brand { color: var(--white); }
.footer-main > div:first-child > p { max-width: 480px; margin: 18px 0 0; color: #95a4b7; font-size: .9rem; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer-contact span { color: #8999ad; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-contact a { color: var(--white); font-weight: 730; }
.footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a { color: #b1becf; }

.legal-header { color: var(--white); background: var(--ink); }
.legal-header .site-header { position: static; }
.legal-hero { padding-block: 80px; }
.legal-hero .eyebrow { color: #9bbcff; }
.legal-hero h1 { max-width: 850px; font-size: clamp(2.9rem, 6vw, 5rem); }
.legal-main { padding-block: 80px 115px; }
.legal-content { max-width: 800px; }
.legal-content h2 { margin: 50px 0 14px; font-family: inherit; font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--blue-dark); }
.legal-content .effective { margin-bottom: 38px; color: var(--ink); font-weight: 700; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .site-nav { position: absolute; top: 76px; right: 16px; left: 16px; display: none; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: #0b1b30; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; gap: 5px; }
  .site-nav > a:not(.button) { padding: 12px; }
  .menu-toggle { display: block; }
  .hero-grid, .split-heading, .process-grid, .sample-grid, .monitoring-grid, .review-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; padding-block: 75px 95px; }
  .hero-copy { max-width: 680px; }
  .audit-panel { max-width: 620px; transform: none; }
  .trust-grid { grid-template-columns: 1fr; gap: 15px; padding-block: 25px; }
  .trust-items { justify-content: flex-start; }
  .split-heading, .process-grid, .sample-grid, .monitoring-grid, .review-grid, .faq-grid { gap: 55px; }
  .service-grid { grid-template-columns: 1fr; max-width: 700px; }
  .service-card { min-height: auto; }
  .service-card.featured-card { transform: none; }
  .process-intro { position: static; }
  .report-sheet { max-width: 650px; transform: none; }
  .price-card { max-width: 550px; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 24px, 580px); --radius: 17px; }
  .nav-wrap { min-height: 68px; }
  .site-nav { top: 68px; }
  .brand-name { font-size: .87rem; }
  .brand-mark { width: 33px; height: 33px; }
  .section { padding-block: 78px; }
  .hero { min-height: 0; }
  .hero-grid { padding-block: 62px 75px; gap: 48px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.3rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .proof-list { display: grid; }
  .audit-panel { padding: 20px; }
  .panel-topline { display: grid; }
  .status-pill { width: max-content; }
  .score-row { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .finding { grid-template-columns: 40px 1fr; }
  .severity { grid-column: 2; width: max-content; }
  .trust-items { display: grid; }
  .section-heading h2, .process-intro h2, .sample-copy h2, .monitoring-copy h2, .review-copy h2 { font-size: clamp(2.3rem, 12vw, 3.25rem); }
  .service-card { padding: 26px; }
  .process-list li { grid-template-columns: 46px 1fr; gap: 15px; }
  .report-sheet { padding: 22px; }
  .report-head { align-items: flex-start; }
  .report-head > span { text-align: right; }
  .report-meta { grid-template-columns: auto 1fr; }
  .price-card, .review-form { padding: 26px 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; }
  .footer-contact a { word-break: break-word; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 20px; }
  .legal-hero { padding-block: 58px; }
  .legal-main { padding-block: 60px 85px; }
}

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