:root {
  --ink: #0b2822;
  --ink-2: #173b33;
  --muted: #52645e;
  --muted-2: #66766f;
  --paper: #f6f5f1;
  --surface: #fffefa;
  --white: #fff;
  --mint: #bbf5da;
  --green: #16805f;
  --green-dark: #0b6047;
  --orange: #ff7049;
  --yellow: #f6cf52;
  --blue: #5684f5;
  --red: #bd3c3c;
  --line: rgba(11, 40, 34, .14);
  --line-soft: rgba(11, 40, 34, .08);
  --shadow: 0 26px 80px -40px rgba(10, 46, 37, .45);
  --radius: 22px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100%; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--green-dark); text-underline-offset: 3px; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { width: min(1280px, calc(100% - 40px)); min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; }
.brand-link { display: inline-flex; align-items: center; gap: 15px; color: var(--ink); text-decoration: none; }
.brand-link img { width: 154px; height: auto; }
.brand-link span { padding-left: 15px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 700; }
.header-link { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.header-link:hover { color: var(--ink); }
.hero { min-height: 710px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); grid-template-areas: "copy wizard" "support wizard"; align-content: center; column-gap: clamp(45px, 7vw, 96px); row-gap: 0; padding-top: 50px; padding-bottom: 86px; }
.hero-copy { grid-area: copy; align-self: end; }
.hero-support { grid-area: support; align-self: start; padding-bottom: 38px; }
.eyebrow { margin: 0; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(22,128,95,.1); vertical-align: 1px; }
.hero h1 { max-width: 670px; margin: 22px 0 20px; font-size: clamp(49px, 5.5vw, 76px); line-height: .99; letter-spacing: -.065em; }
.hero-lede { max-width: 610px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 34px; color: var(--ink-2); font-size: 12px; font-weight: 700; }
.trust-row span { white-space: nowrap; }
.trust-row b { color: var(--green); font-size: 9px; letter-spacing: .08em; }
.method-note { max-width: 590px; display: flex; align-items: center; gap: 14px; margin-top: 34px; padding: 15px 17px; border: 1px solid var(--line-soft); border-radius: 15px; background: rgba(255,255,255,.48); }
.method-note img { flex: 0 0 auto; color: var(--ink); }
.method-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.method-note strong { color: var(--ink); }
.access-note { max-width: 590px; display: grid; gap: 5px; margin-top: 14px; padding: 15px 17px; border-left: 3px solid var(--green); border-radius: 4px 13px 13px 4px; background: #eaf3ee; }
.access-note strong { font-size: 12px; }
.access-note span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.data-trust-note { max-width: 590px; display: grid; gap: 5px; margin-top: 10px; padding: 13px 15px; border: 1px solid var(--line-soft); border-radius: 12px; background: rgba(255,255,255,.48); }
.data-trust-note strong { font-size: 11px; }
.data-trust-note span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.report-preview { max-width: 590px; margin-top: 18px; padding: 17px; border: 1px solid var(--line-soft); border-radius: 15px; background: rgba(255,255,255,.62); }
.report-preview-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.report-preview-head h2 { margin: 6px 0 0; font-size: 17px; letter-spacing: -.025em; }
.report-preview-head > span { flex: 0 0 auto; padding: 5px 7px; border-radius: 999px; background: #edf3ef; color: var(--green-dark); font-size: 8px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.preview-signals { display: grid; gap: 7px; margin: 14px 0 0; }
.preview-signals > div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; padding-top: 7px; border-top: 1px solid var(--line-soft); }
.preview-signals dt { color: var(--ink); font-size: 10px; font-weight: 850; }
.preview-signals dd { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.preview-extras { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.preview-extras strong { color: var(--ink); }

.wizard-card { grid-area: wizard; align-self: center; min-height: 635px; padding: clamp(25px, 3vw, 38px); border: 1px solid rgba(11,40,34,.1); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); }
.wizard-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.wizard-head h2 { margin: 8px 0 0; font-size: 26px; letter-spacing: -.035em; }
.step-count { flex: 0 0 auto; padding: 7px 10px; border-radius: 8px; background: #edf3ef; color: var(--green-dark); font-size: 11px; font-weight: 800; }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 29px 0 31px; padding: 0; list-style: none; }
.progress li { position: relative; display: flex; align-items: center; gap: 8px; padding-top: 13px; border-top: 2px solid #dde5e0; color: var(--muted-2); font-size: 10px; }
.progress li.active, .progress li.done { border-color: var(--green); color: var(--ink); }
.progress li span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #ebefec; font-size: 9px; font-weight: 850; }
.progress li.active span, .progress li.done span { background: var(--green); color: white; }
.progress li b { font-weight: 750; }
.form-step { animation: enter .25s ease both; }
@keyframes enter { from { opacity: 0; transform: translateY(6px); } }
.step-intro { margin-bottom: 25px; }
.step-intro h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.step-intro p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.field > span { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; color: var(--ink); font-size: 12px; font-weight: 750; }
.field em { color: var(--green); font-size: 9px; font-style: normal; letter-spacing: .04em; text-transform: uppercase; }
.field i { color: var(--muted-2); font-size: 10px; font-style: normal; font-weight: 500; }
.field input, .field select { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: var(--white); color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.field input::placeholder { color: #a5aeaa; }
.field input:focus, .field select:focus, .tag-editor:focus-within { border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,128,95,.09); }
.field input[aria-invalid="true"], .tag-editor.invalid { border-color: var(--red); }
.field small { color: var(--muted-2); font-size: 11px; line-height: 1.45; }
.field-error { color: var(--red) !important; }
.domain-control { min-height: 55px; display: flex; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--white); transition: .15s; }
.domain-control:focus-within { border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,128,95,.09); }
.domain-control > span { padding-left: 15px; color: var(--muted-2); font-size: 13px; }
.domain-control input { min-width: 0; border: 0 !important; box-shadow: none !important; background: transparent; font-size: 15px; font-weight: 650; }
.domain-control:has(input[aria-invalid="true"]) { border-color: var(--red); }
.two-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tag-editor { min-height: 52px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); transition: .15s; }
.tag-list { display: contents; }
.tag { min-width: 0; max-width: 100%; min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 4px 0 11px; border-radius: 8px; background: #eaf4ef; color: var(--ink-2); font-size: 12px; font-weight: 700; }
.tag.page-tag { background: #e8eef4; }
.tag.page-tag > span::before { content: "↗"; margin-right: 5px; color: var(--green); }
.tag > span { min-width: 0; overflow-wrap: anywhere; unicode-bidi: plaintext; }
.tag button { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: rgba(11,40,34,.09); color: var(--muted); cursor: pointer; font-size: 16px; line-height: 1; }
.tag-editor input { flex: 1 1 150px; min-width: 110px; min-height: 34px; padding: 0 5px; border: 0; outline: 0; color: var(--ink); }
.tag-add { min-height: 38px; padding: 0 13px; border: 0; border-radius: 8px; background: #e5ebe7; color: var(--ink); font-size: 11px; font-weight: 800; cursor: pointer; }
.service-confirm-list { display: grid; gap: 9px; }
.service-confirm-item { display: grid; gap: 7px; padding: 11px; border: 1px solid var(--line-soft); border-radius: 12px; background: rgba(255,255,255,.72); }
.service-name-field { display: grid; gap: 6px; }
.service-name-field > span { color: var(--ink); font-size: 10px; font-weight: 800; }
.service-confirm-item input { min-height: 43px; }
.service-confirm-item footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; }
.service-confirm-item footer a { min-width: 0; color: var(--green-dark); font-size: 10px; font-weight: 750; overflow-wrap: anywhere; unicode-bidi: plaintext; }
.service-confirm-item footer span { min-width: 0; color: var(--muted-2); font-size: 10px; overflow-wrap: anywhere; unicode-bidi: plaintext; }
.service-confirm-item .page-warning { margin: 0; color: #7c6214; font-size: 10px; line-height: 1.45; }
.form-actions { display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.form-actions.end { justify-content: flex-end; margin-top: 34px; }
.form-actions.split { justify-content: space-between; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .15s, background .15s, border-color .15s; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button.primary { background: var(--ink); color: white; box-shadow: 0 14px 30px -17px rgba(11,40,34,.65); }
.button.primary:hover { background: var(--green-dark); }
.button.ghost { border-color: var(--line); background: transparent; color: var(--muted); }
.button.secondary { border-color: var(--line); background: var(--white); color: var(--ink); }
.button.danger { border-color: rgba(189,60,60,.23); background: rgba(189,60,60,.06); color: var(--red); }
.button:focus-visible, a:focus-visible, .tag button:focus-visible, .tag-add:focus-visible { outline: 3px solid rgba(22,128,95,.25); outline-offset: 3px; }
.monitor-summary { margin: -3px 0 20px; padding: 16px; border: 1px solid rgba(22,128,95,.18); border-radius: 13px; background: #f0f6f2; }
.monitor-summary h4 { margin: 7px 0 0; font-size: 16px; letter-spacing: -.02em; }
.monitor-summary > p:not(.eyebrow) { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.monitor-summary dl { display: grid; grid-template-columns: minmax(100px, .35fr) 1fr; gap: 7px 13px; margin: 14px 0 0; padding-top: 12px; border-top: 1px solid rgba(22,128,95,.14); }
.monitor-summary dt { color: var(--muted-2); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.monitor-summary dd { min-width: 0; margin: 0; color: var(--ink); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; unicode-bidi: plaintext; }
.consent-stack { display: grid; gap: 10px; }
.check-row { display: grid; grid-template-columns: 20px 1fr; gap: 11px; padding: 13px; border: 1px solid var(--line-soft); border-radius: 12px; background: rgba(246,245,241,.55); cursor: pointer; }
.check-row:focus-within { box-shadow: 0 0 0 3px rgba(22,128,95,.08); }
.check-row input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--green); }
.check-row span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.check-row em { color: var(--green); font-size: 8px; font-style: normal; font-weight: 850; text-transform: uppercase; white-space: nowrap; }
.submission-note { display: flex; gap: 12px; margin-top: 15px; padding: 12px 14px; border-left: 3px solid var(--yellow); background: rgba(246,207,82,.09); }
.submission-note > span { color: #987b18; }
.submission-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.submission-note strong { color: var(--ink); }
.legal-mini { margin: 14px 0 0; color: var(--muted-2); font-size: 11px; text-align: right; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin-top: 15px; padding: 11px 13px; border-radius: 10px; background: #eaf4ef; color: var(--green-dark); font-size: 11px; }
.form-status.error { background: #f9eaea; color: var(--red); }
.form-status.warning { background: #fff5d7; color: #6f5711; }

.how-it-works { padding: 92px 0 110px; border-top: 1px solid var(--line-soft); }
.section-heading { max-width: 650px; }
.section-heading h2 { margin: 13px 0 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; letter-spacing: -.05em; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.process-grid article { min-height: 225px; padding: 25px; border: 1px solid var(--line-soft); border-radius: 20px; background: rgba(255,255,255,.5); }
.process-grid span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.process-grid h3 { margin: 52px 0 10px; font-size: 18px; letter-spacing: -.025em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.site-footer { min-height: 120px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; border-top: 1px solid var(--line); }
.site-footer img { width: 145px; }
.site-footer nav { display: flex; justify-content: center; gap: 22px; }
.site-footer a { color: var(--muted); font-size: 11px; font-weight: 650; text-decoration: none; }
.site-footer p { margin: 0; color: var(--muted-2); font-size: 9px; text-align: right; }

/* Legal pages */
.legal-page { background: #fbfaf7; }
.legal-main { width: min(820px, calc(100% - 40px)); margin: 45px auto 110px; }
.legal-hero { padding: 55px 0 45px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 16px 0 12px; font-size: clamp(42px, 6vw, 65px); letter-spacing: -.055em; }
.legal-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.legal-content { padding-top: 44px; }
.legal-content section { scroll-margin-top: 30px; }
.legal-content section + section { margin-top: 42px; }
.legal-content h2 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.025em; }
.legal-content h3 { margin: 24px 0 8px; font-size: 15px; }
.legal-content p, .legal-content li { color: #53645f; font-size: 13px; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content .callout { padding: 18px 20px; border-left: 3px solid var(--green); background: #edf5f0; }
.legal-meta { margin-top: 18px !important; color: var(--muted-2) !important; font-size: 11px !important; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; }
.legal-nav a { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: 10px; text-decoration: none; }

/* Monitor / report */
.monitor-page { background: #f4f5f2; }
.monitor-main { width: min(1050px, calc(100% - 40px)); margin: 40px auto 100px; }
.monitor-loading, .monitor-error { min-height: 420px; display: grid; place-items: center; color: var(--muted); text-align: center; }
.spinner { width: 28px; height: 28px; margin: 0 auto 14px; border: 3px solid #dbe4df; border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.monitor-error > div { max-width: 470px; }
.monitor-error h1 { color: var(--ink); }
.monitor-error p { line-height: 1.6; }
.private-link-box { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 20px; margin-bottom: 16px; padding: 18px 20px; border: 1px solid rgba(22,128,95,.25); border-left: 4px solid var(--green); border-radius: 14px; background: #eaf4ef; }
.private-link-copy { min-width: 0; }
.private-link-copy > strong { display: block; font-size: 15px; }
.private-link-copy p { margin: 5px 0 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.private-link-copy input { width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid rgba(11,40,34,.17); border-radius: 9px; background: rgba(255,255,255,.78); color: var(--ink-2); font-size: 12px; }
.private-link-copy input:focus { outline: 3px solid rgba(22,128,95,.16); border-color: var(--green); }
.private-link-actions { min-width: 155px; display: grid; justify-items: stretch; gap: 6px; }
.private-link-actions span { min-height: 16px; color: var(--green-dark); font-size: 11px; text-align: center; }
.monitor-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.monitor-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.toolbar-actions { display: flex; gap: 8px; }
.monitor-hero { overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 35px; border-radius: 25px; background: var(--ink); color: white; }
.monitor-hero .eyebrow { color: var(--mint); }
.monitor-hero h1 { margin: 12px 0 10px; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; letter-spacing: -.05em; overflow-wrap: anywhere; }
.monitor-hero p { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; }
.status-badge { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 800; white-space: nowrap; }
.status-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.status-badge.ready::before { background: #6ae6a8; }
.status-badge.error::before { background: #ff8b82; }
.monitor-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 16px; margin-top: 16px; }
.report-card { padding: 25px; border: 1px solid var(--line-soft); border-radius: 20px; background: var(--white); }
.report-card h2 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.report-card .card-lede { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.stage-list { display: grid; gap: 0; margin: 23px 0 0; padding: 0; list-style: none; }
.stage-list li { position: relative; min-height: 57px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; color: var(--muted-2); font-size: 13px; }
.stage-list li:not(:last-child)::after { content: ""; position: absolute; left: 12px; top: 25px; bottom: 0; width: 1px; background: #dde4df; }
.stage-list i { z-index: 1; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #c4d0ca; border-radius: 50%; background: white; color: var(--muted-2); font-size: 11px; font-style: normal; }
.stage-list li.done { color: var(--ink); }
.stage-list li.done i { border-color: var(--green); background: var(--green); color: white; }
.stage-list li.current { color: var(--ink); font-weight: 750; }
.stage-list li.current i { border-color: var(--green); color: var(--green); box-shadow: 0 0 0 4px rgba(22,128,95,.09); }
.stage-list b { display: block; margin-top: 5px; font-weight: inherit; }
.profile-list { display: grid; gap: 15px; margin: 22px 0 0; }
.profile-row { padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.profile-row:last-child { padding-bottom: 0; border: 0; }
.profile-row dt { margin: 0 0 6px; color: var(--muted-2); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.profile-row dd { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.55; }
.service-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.service-pill { min-width: 0; max-width: 100%; padding: 6px 9px; border-radius: 7px; background: #e7f0eb; color: var(--ink-2); font-size: 12px; overflow-wrap: anywhere; unicode-bidi: plaintext; }
a.service-pill { color: var(--green-dark); text-decoration: none; }
a.service-pill:hover { text-decoration: underline; }
.status-copy { margin-top: 18px; padding: 14px; border-radius: 11px; background: #eef2ef; color: var(--muted); font-size: 12px; line-height: 1.6; }
.unsubscribe-box { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.unsubscribe-box p { margin: 0 0 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.report-section { margin-top: 16px; }
.report-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.report-intro h2 { font-size: 25px; }
.report-intro p { max-width: 600px; }
.score-ring { flex: 0 0 auto; width: 94px; height: 94px; display: grid; place-items: center; border: 9px solid var(--green); border-radius: 50%; background: #e7ece9; }
.score-ring > div { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: white; text-align: center; }
.score-ring strong { display: block; font-size: 25px; letter-spacing: -.04em; }
.score-ring small { display: block; color: var(--muted-2); font-size: 9px; line-height: 1.15; text-transform: uppercase; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 23px; }
.metric { min-height: 105px; padding: 15px; border: 1px solid var(--line-soft); border-radius: 13px; background: #fafbf9; }
.metric small { display: block; color: var(--muted-2); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.metric strong { display: block; margin-top: 20px; font-size: 23px; letter-spacing: -.04em; overflow-wrap: anywhere; }
.dynamic-blocks { display: grid; gap: 12px; margin-top: 20px; }
.data-section { padding: 19px; border: 1px solid var(--line-soft); border-radius: 14px; }
.data-section h3 { margin: 0 0 13px; font-size: 16px; text-transform: none; }
.data-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.data-item { min-width: 0; padding: 13px 14px; border-radius: 9px; background: #f4f6f3; color: var(--muted); font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.data-item strong { color: var(--ink); }
.data-object { display: grid; grid-template-columns: minmax(100px, .35fr) 1fr; gap: 8px 15px; margin: 0; }
.data-object dt { color: var(--muted-2); font-size: 11px; text-transform: capitalize; overflow-wrap: anywhere; }
.data-object dd { min-width: 0; margin: 0; color: var(--ink); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; unicode-bidi: plaintext; }
.report-disclaimer { margin: 16px 0 0; color: var(--muted-2); font-size: 11px; line-height: 1.6; }
.empty-report { margin-top: 20px; padding: 25px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); font-size: 11px; text-align: center; }
.trend-card { margin-top: 14px; padding: 15px 17px; border: 1px solid var(--line-soft); border-radius: 12px; background: #f3f6f3; }
.trend-card > strong { font-size: 13px; }
.trend-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.trend-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0 0; padding: 0; list-style: none; }
.trend-card li { padding: 6px 9px; border-radius: 8px; background: white; color: var(--muted); font-size: 11px; font-weight: 700; }
.trend-card li.up { color: var(--green-dark); background: #e5f2eb; }
.trend-card li.down { color: #8f3333; background: #f8eaea; }
.snapshot-highlight, .action-plan, .methodology-card, .run-history { margin-top: 20px; padding: 20px; border: 1px solid var(--line-soft); border-radius: 14px; }
.snapshot-highlight { border-left: 4px solid var(--yellow); background: #fffaf0; }
.snapshot-highlight.positive { border-left-color: var(--green); background: #edf6f1; }
.snapshot-highlight h3, .action-plan h3, .methodology-card h3, .run-history h3 { margin: 7px 0 0; font-size: 18px; }
.snapshot-highlight > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.highlight-list { display: grid; gap: 6px; margin: 12px 0 0; padding-left: 20px; color: var(--ink-2); font-size: 13px; line-height: 1.5; }
.action-plan { background: #fbfcfa; }
.action-plan > ol { display: grid; gap: 10px; margin: 17px 0 0; padding: 0; list-style: none; counter-reset: action; }
.action-plan > ol > li { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 14px; border: 1px solid var(--line-soft); border-radius: 11px; background: white; }
.action-plan > ol > li > span { align-self: flex-start; padding: 5px 7px; border-radius: 7px; background: #e6f0eb; color: var(--green-dark); font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; }
.action-plan li strong { display: block; font-size: 14px; }
.action-plan li p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.service-result { padding: 20px; }
.service-result.positive { border-color: rgba(22,128,95,.24); }
.service-result-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.service-result-head h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; unicode-bidi: plaintext; }
.signal-outcome { flex: 0 0 auto; padding: 6px 8px; border-radius: 999px; background: #f3e8e6; color: #8b3d32; font-size: 10px; font-weight: 800; }
.signal-outcome.positive { background: #e3f2e9; color: var(--green-dark); }
.service-signals { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; padding: 0; list-style: none; }
.service-signals li { padding: 7px 9px; border-radius: 8px; background: #f0f2f0; color: var(--muted); font-size: 11px; font-weight: 700; }
.service-signals li.yes { background: #e3f2e9; color: var(--green-dark); }
.evidence-details { margin-top: 12px; border-top: 1px solid var(--line-soft); }
.evidence-details > summary { min-height: 46px; display: flex; align-items: center; color: var(--green-dark); font-size: 12px; font-weight: 800; cursor: pointer; }
.evidence-details > summary::marker { color: var(--green); }
.evidence-body { display: grid; gap: 10px; padding-top: 3px; }
.evidence-body > .data-section { padding: 14px; }
.recorded-answer { margin: 8px 0 0; white-space: pre-wrap; overflow-wrap: anywhere; unicode-bidi: plaintext; color: var(--ink-2); font-size: 13px; line-height: 1.65; }
.methodology-card { background: #f5f7f4; }
.methodology-card .data-object { margin-top: 15px; }
.methodology-card > p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.run-history { background: white; }
.history-list { display: grid; gap: 8px; margin-top: 14px; }
.history-list article { display: flex; justify-content: space-between; gap: 15px; padding: 11px 12px; border-radius: 9px; background: #f4f6f3; }
.history-list strong { font-size: 12px; }
.history-list span { color: var(--muted); font-size: 11px; text-align: right; }

@media (max-width: 930px) {
  .hero { grid-template-columns: 1fr; grid-template-areas: "copy" "wizard" "support"; row-gap: 38px; padding-top: 55px; }
  .hero-support { padding-bottom: 0; }
  .hero-support .trust-row { margin-top: 0; }
  .hero h1 { max-width: 770px; }
  .wizard-card { min-height: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 165px; }
  .process-grid h3 { margin-top: 30px; }
  .monitor-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .shell, .site-header, .monitor-main, .legal-main { width: min(100% - 26px, 100%); }
  .site-header { min-height: 70px; }
  .brand-link img { width: 132px; }
  .brand-link span { display: none; }
  .header-link { font-size: 11px; }
  .hero { gap: 38px; padding-top: 40px; padding-bottom: 65px; }
  .hero h1 { font-size: 45px; }
  .hero-lede { font-size: 16px; }
  .trust-row { display: grid; }
  .wizard-card { padding: 20px; border-radius: 21px; }
  .wizard-head h2 { font-size: 22px; }
  .progress li { gap: 5px; font-size: 9px; }
  .progress li b { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  .two-fields { grid-template-columns: 1fr; gap: 0; }
  .form-actions.split { align-items: stretch; }
  .form-actions.split .button { flex: 1; padding-inline: 12px; }
  .check-row { padding: 11px; }
  .preview-signals > div { grid-template-columns: 82px 1fr; }
  .monitor-summary dl { grid-template-columns: 1fr; gap: 4px; }
  .monitor-summary dd + dt { margin-top: 5px; }
  .how-it-works { padding: 65px 0 75px; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; padding: 32px 0; text-align: center; }
  .site-footer img { margin: auto; }
  .site-footer p { text-align: center; }
  .monitor-main { margin-top: 24px; }
  .private-link-box { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
  .private-link-actions { min-width: 0; }
  .monitor-toolbar { align-items: flex-start; }
  .monitor-toolbar p { display: none; }
  .monitor-hero { grid-template-columns: 1fr; padding: 25px; }
  .status-badge { grid-row: 1; }
  .report-card { padding: 19px; }
  .report-intro { align-items: flex-start; }
  .score-ring { width: 76px; height: 76px; }
  .score-ring > div { width: 59px; height: 59px; }
  .score-ring strong { font-size: 20px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 90px; }
  .data-object { grid-template-columns: 1fr; gap: 4px; }
  .action-plan > ol > li { grid-template-columns: 1fr; gap: 9px; }
  .action-plan > ol > li > span { justify-self: flex-start; }
  .service-result-head, .history-list article { display: grid; }
  .history-list span { text-align: left; }
}

@media print {
  @page { margin: 14mm; }
  body { background: white; color: #111; }
  .site-header, .monitor-toolbar, .unsubscribe-box, .site-footer, .no-print { display: none !important; }
  .monitor-main { width: 100%; margin: 0; }
  .monitor-hero { break-inside: avoid; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .report-card { box-shadow: none; }
  .monitor-grid > .report-card { break-inside: avoid; }
  .report-section { break-before: auto; }
  .data-section { break-inside: avoid; }
  .service-result { break-inside: auto; }
  .service-result-head, .service-signals, .evidence-body > .data-item, .evidence-body > .data-section { break-inside: avoid; }
  .action-plan, .snapshot-highlight, .methodology-card, .run-history, .trend-card { break-inside: avoid; }
  .evidence-details > summary { display: none !important; }
  .evidence-details:not([open]) > :not(summary) { display: grid !important; }
}

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