@font-face { font-family: "Bebas Neue"; src: url("../fonts/bebas-neue.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --navy: #0d1b2a;
  --navy-2: #142b43;
  --red: #d62828;
  --red-dark: #a91f24;
  --blue: #78c6e8;
  --blue-dark: #146b94;
  --ice: #e6edf2;
  --pale: #eef8fc;
  --white: #ffffff;
  --ink: #101e2e;
  --gray: #526575;
  --muted: #6b7c8b;
  --line: #ced9e1;
  --error: #b42318;
  --success: #0b6b49;
  --shadow: 0 18px 50px rgba(13, 27, 42, .10);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; padding-bottom: 78px; background: var(--white); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.admin-bar .site-header { top: 46px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.shell { width: min(100% - 32px, 1220px); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 16px; background: var(--navy); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
h1, h2 { margin: 0; color: var(--navy); font-family: "Bebas Neue", Impact, sans-serif; font-weight: 400; letter-spacing: .005em; }
h1 { font-size: clamp(4.1rem, 19vw, 6.4rem); line-height: .9; }
h2 { font-size: clamp(3.2rem, 14vw, 5rem); line-height: .94; }
h3 { color: var(--navy); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid var(--red); border-radius: 2px; background: var(--red); color: white; font-size: .78rem; font-weight: 700; letter-spacing: .055em; line-height: 1.2; text-align: center; text-transform: uppercase; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { border-color: var(--red-dark); background: var(--red-dark); transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.text-link, .official-link { display: inline-flex; gap: 9px; align-items: center; min-height: 44px; padding-block: 8px; border-bottom: 2px solid var(--navy); color: var(--navy); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link span, .official-link span { color: var(--red); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.98); border-bottom: 1px solid #e3e9ee; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); }
.brand img { width: 58px; height: 36px; object-fit: contain; }
.brand__name { display: grid; font-size: .7rem; line-height: 1; letter-spacing: .14em; }
.brand__name strong { font-weight: 700; }
.brand--reversed { color: white; }
.brand--reversed img { filter: brightness(0) invert(1); }
.nav, .button--header { display: none; }
.menu-toggle { width: 50px; min-height: 48px; display: grid; grid-template-columns: 18px auto; align-content: center; gap: 3px 6px; padding: 7px; border: 0; background: transparent; color: var(--navy); cursor: pointer; }
.menu-toggle span { width: 18px; height: 2px; grid-column: 1; background: var(--navy); }
.menu-toggle b { grid-column: 2; grid-row: 1 / 4; align-self: center; font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }
.nav.is-open { position: absolute; top: 76px; right: 0; left: 0; display: grid; padding: 10px 16px 18px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 14px 26px rgba(13,27,42,.1); }
.nav.is-open a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .8rem; font-weight: 700; text-transform: uppercase; }

.hero { background: linear-gradient(180deg, #f7fafc 0%, #fff 100%); }
.hero__frame { width: 100%; display: grid; }
.hero__copy { padding: 54px 20px 44px; }
.hero h1 { max-width: 760px; }
.hero h1 span { color: var(--red); }
.hero__answer { max-width: 690px; margin: 24px 0 0; color: #30475d; font-size: 1.03rem; line-height: 1.65; }
.hero__actions { display: grid; gap: 10px; margin-top: 28px; }
.hero__actions .button { width: 100%; }
.hero__actions > span { color: var(--muted); font-size: .78rem; text-align: center; }
.trust-strip { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-strip li { display: grid; gap: 2px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.trust-strip strong { color: var(--navy); font-size: .82rem; }
.trust-strip span { color: var(--gray); font-size: .76rem; }
.hero__photo { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: var(--ice); }
.hero__photo img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; object-position: center 44%; filter: saturate(.83) contrast(1.03); }
.hero__photo figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 12px; background: rgba(13,27,42,.9); color: white; font-size: .72rem; }

.journey-band { background: linear-gradient(90deg, #f1faff 0%, #e5f3fb 100%); border-block: 1px solid #cfe5f1; }
.journey-band__inner { display: grid; gap: 26px; padding-block: 32px; }
.journey-band header > span { width: 46px; height: 4px; display: block; margin-bottom: 12px; background: var(--red); }
.journey-band h2 { font-size: 3.25rem; line-height: .86; }
.journey-band ol { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; padding: 0; background: #bed9e8; list-style: none; }
.journey-band li { min-height: 146px; display: flex; flex-direction: column; align-items: flex-start; padding: 18px 15px; background: rgba(255,255,255,.42); }
.journey-band li > span { color: var(--blue-dark); font-family: "Bebas Neue", sans-serif; font-size: 1.35rem; line-height: 1; }
.journey-band li > i { width: 30px; height: 30px; position: relative; display: block; margin: 12px 0; border: 2px solid var(--navy); border-radius: 3px; }
.journey-band li > i::before, .journey-band li > i::after { content: ""; position: absolute; right: 5px; left: 5px; height: 2px; background: var(--navy); }
.journey-band li > i::before { top: 9px; }
.journey-band li > i::after { top: 16px; }
.journey-band li:nth-child(1) > i::after, .journey-band li:nth-child(5) > i::after, .journey-band li:nth-child(6) > i::after { width: 10px; height: 5px; right: 3px; left: auto; top: 18px; border-bottom: 2px solid var(--red); border-left: 2px solid var(--red); background: transparent; transform: rotate(-45deg); }
.journey-band li > strong { color: var(--navy); font-size: .75rem; line-height: 1.25; }
.journey-band li > small { margin-top: 5px; color: #425868; font-size: .76rem; line-height: 1.42; }

.decision-band { background: var(--navy); color: white; }
.decision-band__grid { display: grid; gap: 18px; padding-block: 28px; }
.decision-band__grid > div { display: grid; gap: 4px; }
.decision-band__label { color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.decision-band strong { color: white; }
.decision-band p { margin: 0; color: #bfd0dc; font-size: .86rem; line-height: 1.65; }

.section, .process-section, .owner-section, .proof-section, .case-review, .faq-section { padding: 76px 0; }
.problem-grid, .section-heading, .owner-section__grid, .proof-grid, .case-review__grid, .faq-grid { display: grid; gap: 36px; }
.body-copy p, .section-heading > p, .owner-section__copy > p, .proof-intro > p, .case-review__intro > p { color: var(--gray); }
.body-copy p { margin: 0 0 16px; }

.process-section { background: var(--pale); border-block: 1px solid #d8eaf2; }
.section-heading > p { margin: 0; }
.process-grid { display: grid; gap: 12px; margin-top: 34px; }
.process-card { padding: 24px; background: white; border-top: 4px solid var(--blue); box-shadow: 0 8px 24px rgba(13,27,42,.06); }
.process-card > span { color: var(--red); font-family: "Bebas Neue", sans-serif; font-size: 1.65rem; }
.process-card h3 { margin: 7px 0; font-size: 1.05rem; }
.process-card p { margin: 0; color: var(--gray); font-size: .88rem; }

.violation-section { background: #fbfcfd; }
.violation-grid { display: grid; gap: 16px; margin-top: 34px; }
.violation-card { overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(13,27,42,.05); }
.violation-card img { width: 100%; height: 178px; object-fit: cover; filter: saturate(.74) contrast(1.04); }
.violation-card > div { padding: 22px; }
.violation-card h3 { margin: 0 0 8px; font-size: 1.08rem; }
.violation-card p { margin: 0; color: var(--gray); font-size: .86rem; }
.violation-card a { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; margin-top: 12px; color: var(--navy); font-size: .73rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.violation-card a span { color: var(--red); }

.owner-section { background: white; }
.owner-section__photo { min-height: 340px; margin: 0; overflow: hidden; }
.owner-section__photo img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; filter: saturate(.75) contrast(1.04); }
.owner-section__copy > p { margin: 20px 0; }
.owner-section__copy .button { width: 100%; margin-top: 8px; }
.cta-note { display: block; margin-top: 10px; color: var(--muted); font-size: .78rem; text-align: center; }

.proof-section { background: var(--navy); color: white; }
.proof-section h2 { color: white; }
.proof-intro .eyebrow { color: var(--blue); }
.proof-intro > p { color: #c3d0da; }
.proof-list { border-top: 1px solid rgba(120,198,232,.28); }
.proof-list article { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid rgba(120,198,232,.28); }
.proof-list article > span { color: var(--blue); font-family: "Bebas Neue", sans-serif; font-size: 1.5rem; }
.proof-list h3 { margin: 0 0 5px; color: white; font-size: 1rem; }
.proof-list p { margin: 0; color: #b9cad6; font-size: .85rem; }

.case-review { background: #f6f9fb; }
.case-review__intro > p { margin: 20px 0; }
.case-review__intro ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.case-review__intro li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .84rem; font-weight: 600; }
.case-review__intro li::before { content: "✓"; margin-right: 10px; color: var(--success); font-weight: 700; }
.privacy-note { margin-top: 24px; padding: 18px; background: white; border-left: 4px solid var(--blue-dark); }
.privacy-note strong { color: var(--navy); }
.privacy-note p { margin: 5px 0 0; color: var(--gray); font-size: .82rem; }

.lead-form { background: white; border-top: 5px solid var(--blue); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 22px 20px 16px; }
.form-heading h3 { margin: 4px 0 0; font-size: 1.15rem; }
.form-step, .form-time { color: var(--blue-dark); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.form-time { color: var(--muted); white-space: nowrap; }
.progress { height: 5px; background: var(--ice); }
.progress span { display: block; height: 100%; background: var(--red); transition: width .2s ease; }
.form-panel { padding: 22px 20px 26px; }
.restore-note { margin: 0; padding: 10px 20px; background: #edf8f3; color: var(--success); font-size: .78rem; }
.lead-form label, .lead-form fieldset { display: grid; gap: 7px; margin: 0 0 20px; padding: 0; border: 0; color: var(--navy); font-size: .82rem; font-weight: 700; }
.lead-form legend { margin-bottom: 9px; color: var(--navy); font-size: .82rem; font-weight: 700; }
.required, .optional { margin-left: 4px; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.required { color: #8e352f; }
.field-hint { color: var(--muted); font-size: .75rem; font-weight: 400; line-height: 1.45; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 52px; border: 1px solid #8fa0ad; border-radius: 2px; background: white; color: var(--ink); }
.lead-form input, .lead-form select { padding: 0 13px; }
.lead-form textarea { min-height: 112px; padding: 12px 13px; resize: vertical; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #7d8b96; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 3px solid var(--blue); outline-offset: 1px; border-color: var(--navy); }
.choice-grid { display: grid; gap: 9px; }
.choice { min-height: 74px; grid-template-columns: 24px 1fr !important; align-items: center; gap: 11px !important; margin: 0 !important; padding: 13px; border: 1px solid #9bacb8 !important; border-radius: 2px; cursor: pointer; }
.choice:has(input:checked) { border: 2px solid var(--navy) !important; background: var(--pale); }
.choice input, .scope-choice input { width: 20px; min-height: 20px; height: 20px; margin: 0; accent-color: var(--red); }
.choice span { display: grid; gap: 1px; }
.choice strong { font-size: .82rem; }
.choice small { color: var(--gray); font-size: .72rem; font-weight: 400; }
.scope-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.scope-choice { min-height: 48px; grid-template-columns: 20px 1fr !important; align-items: center; gap: 8px !important; margin: 0 !important; padding: 9px 10px; border: 1px solid #9bacb8 !important; cursor: pointer; }
.scope-choice:has(input:checked) { border: 2px solid var(--navy) !important; background: var(--pale); }
.scope-choice span { font-size: .73rem; }
.file-input { min-height: 56px !important; padding: 9px !important; }
.file-input::file-selector-button { min-height: 36px; margin-right: 10px; padding: 7px 10px; border: 0; background: var(--navy); color: white; font-size: .72rem; font-weight: 700; }
.back-button { min-height: 44px; margin: -6px 0 18px; padding: 8px 0; border: 0; background: transparent; color: var(--navy); font-size: .78rem; font-weight: 700; cursor: pointer; }
.consent { min-height: 44px; grid-template-columns: 22px 1fr !important; align-items: start; gap: 10px !important; color: var(--gray) !important; font-size: .74rem !important; font-weight: 400 !important; line-height: 1.5; cursor: pointer; }
.consent input { width: 20px; min-height: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--red); }
.form-button { width: 100%; }
.form-risk { margin: 10px 0 0; color: var(--muted); font-size: .74rem; text-align: center; }
.field-error { color: var(--error); font-size: .76rem; font-weight: 700; }
.has-error > input, .has-error > select, .has-error > textarea { border: 2px solid var(--error); }
.has-error legend { color: var(--error); }
.consent-error { display: block; margin: -14px 0 18px; }
.error-summary { display: grid; gap: 2px; margin: 0 20px 4px; padding: 13px 14px; border-left: 4px solid var(--error); background: #fff3f2; color: var(--error); font-size: .78rem; }
.trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; min-height: 1px !important; overflow: hidden !important; }
.form-success { min-height: 450px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px 26px; background: white; border-top: 5px solid var(--success); box-shadow: var(--shadow); }
.form-success__mark { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: #e6f4ed; color: var(--success); font-size: 1.7rem; font-weight: 700; }
.form-success h3 { margin: 0 0 10px; font-size: 1.5rem; }
.form-success p { margin: 6px 0; color: var(--gray); }
.form-success .reference { padding: 9px 11px; background: var(--pale); color: var(--navy); font-size: .8rem; }
.form-success .form-fineprint { margin-top: 18px; font-size: .74rem; }

.faq-section { background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; color: var(--navy); font-size: .92rem; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 1.35rem; transition: transform .15s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 0 20px; color: var(--gray); font-size: .86rem; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; color: var(--muted); font-size: .72rem; font-weight: 600; text-transform: uppercase; }
.breadcrumbs a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.content-hero, .hub-hero { background: linear-gradient(145deg, #f7fafc 0%, var(--pale) 100%); border-bottom: 1px solid #d7e5ed; }
.content-hero__inner, .hub-hero .shell { padding-block: 54px 62px; }
.content-hero h1, .hub-hero h1, .assessment-page h1, .legal-page h1 { max-width: 1000px; font-size: clamp(4rem, 16vw, 7.2rem); }
.content-hero h1 span, .hub-hero h1 span, .assessment-page h1 span, .legal-page h1 span { color: var(--red); }
.content-answer, .hub-hero .shell > p:not(.eyebrow) { max-width: 850px; margin: 24px 0 0; color: #30475d; font-size: 1.05rem; line-height: 1.72; }
.content-hero__actions { display: grid; gap: 10px; margin-top: 30px; }
.content-hero__actions span { color: var(--muted); font-size: .76rem; text-align: center; }
.content-section { padding: 74px 0; }
.article-grid { display: grid; gap: 42px; }
.article-main h2, .article-side h2, .related-section h2, .end-cta h2 { font-size: clamp(2.8rem, 11vw, 4.5rem); }
.article-main > p { margin: 18px 0; color: var(--gray); }
.priority-block, .process-copy { margin-top: 54px; padding-top: 38px; border-top: 1px solid var(--line); }
.priority-block ol { margin: 24px 0 0; padding: 0; list-style: none; }
.priority-block li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.priority-block li > span { color: var(--red); font-family: "Bebas Neue", sans-serif; font-size: 1.55rem; }
.priority-block li p { margin: 0; color: var(--navy); font-weight: 600; }
.process-copy > p:not(.eyebrow) { margin: 18px 0; color: var(--gray); }
.process-copy strong { color: var(--navy); }
.source-box { margin-top: 46px; padding: 24px; background: var(--pale); border-left: 5px solid var(--blue-dark); }
.source-box > span { color: var(--blue-dark); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.source-box h3 { margin: 8px 0; }
.source-box p { margin: 0; color: var(--gray); font-size: .84rem; }
.source-box a { display: inline-flex; gap: 8px; min-height: 44px; align-items: center; margin-top: 12px; color: var(--navy); font-size: .75rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.data-stats { display: grid; gap: 14px; margin: 28px 0 36px; }
.data-stat { padding: 22px; background: var(--pale); border-top: 4px solid var(--blue-dark); }
.data-stat strong { display: block; color: var(--navy); font-family: "Bebas Neue", sans-serif; font-size: 3rem; line-height: .95; }
.data-stat h3 { margin: 9px 0 5px; font-size: 1rem; }
.data-stat p { margin: 0; color: var(--gray); font-size: .82rem; }
.page-assessment { scroll-margin-top: 92px; padding: 76px 0; background: #eaf5fa; border-block: 1px solid #cfe5f1; }
.page-assessment__grid { display: grid; gap: 38px; }
.page-assessment__intro h2 { font-size: clamp(3.2rem, 12vw, 5rem); }
.page-assessment__intro > p:not(.eyebrow) { color: var(--gray); line-height: 1.7; }
.page-assessment__intro ul { margin: 26px 0; padding: 0; list-style: none; }
.page-assessment__intro li { padding: 11px 0; border-top: 1px solid #cbdde7; color: var(--navy); font-size: .82rem; font-weight: 700; }
.page-assessment__intro li::before { content: "✓"; margin-right: 10px; color: var(--success); }
.page-assessment__intro aside { margin-top: 28px; padding: 20px; background: white; border-left: 4px solid var(--blue-dark); }
.page-assessment__intro aside p { margin: 6px 0 0; color: var(--gray); font-size: .82rem; line-height: 1.6; }
.article-side { display: grid; gap: 18px; align-content: start; }
.proof-card, .side-cta { padding: 27px 24px; background: var(--navy); color: white; }
.proof-card h2 { color: white; font-size: 2.8rem; }
.proof-card .eyebrow { color: var(--blue); }
.proof-card ul { margin: 20px 0 0; padding: 0; list-style: none; }
.proof-card li { padding: 12px 0; border-top: 1px solid rgba(120,198,232,.28); color: #c8d6df; font-size: .82rem; }
.proof-card li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 700; }
.side-cta { background: var(--ice); color: var(--ink); }
.side-cta h3 { margin: 0; }
.side-cta p { color: var(--gray); font-size: .85rem; }
.side-cta .button { width: 100%; }
.side-cta small { display: block; margin-top: 8px; color: var(--muted); font-size: .7rem; text-align: center; }
.related-section { padding: 72px 0; background: var(--pale); border-block: 1px solid #d7eaf2; }
.related-grid { display: grid; gap: 10px; margin-top: 28px; }
.related-grid a { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 17px; background: white; border: 1px solid var(--line); color: var(--navy); font-size: .85rem; font-weight: 700; text-transform: capitalize; }
.related-grid a:hover { border-color: var(--blue-dark); }
.related-grid b { color: var(--red); font-size: 1.2rem; }
.end-cta { padding: 66px 0; background: var(--navy); color: white; }
.end-cta__inner { display: grid; gap: 26px; }
.end-cta h2 { color: white; }
.end-cta .eyebrow { color: var(--blue); }
.end-cta p:not(.eyebrow) { max-width: 700px; margin: 13px 0 0; color: #bfd0dc; }
.hub-hero .button { margin-top: 28px; }
.hub-section { padding: 76px 0; }
.hub-grid { display: grid; gap: 16px; }
.hub-grid article { padding: 25px; border: 1px solid var(--line); box-shadow: 0 8px 26px rgba(13,27,42,.05); }
.hub-grid article h2 { font-family: "Inter", sans-serif; font-size: 1.15rem; font-weight: 700; line-height: 1.3; }
.hub-grid article p:not(.eyebrow) { color: var(--gray); font-size: .84rem; }
.assessment-page { padding: 60px 0 84px; background: #f6f9fb; }
.assessment-page__grid { display: grid; gap: 42px; }
.assessment-page__intro ul { margin: 28px 0; padding: 0; list-style: none; }
.assessment-page__intro li { padding: 11px 0; border-top: 1px solid var(--line); color: var(--navy); font-size: .84rem; font-weight: 600; }
.assessment-page__intro li::before { content: "✓"; margin-right: 10px; color: var(--success); }
.assessment-page__intro aside { padding: 20px; background: white; border-left: 4px solid var(--blue-dark); }
.assessment-page__intro aside p { margin: 6px 0 0; color: var(--gray); font-size: .82rem; }
.legal-page { max-width: 850px; padding-block: 68px 94px; }
.legal-page h2 { margin-top: 42px; font-family: "Inter", sans-serif; font-size: 1.35rem; font-weight: 700; }
.legal-page p { color: var(--gray); }
.legal-page a:not(.button) { color: var(--blue-dark); text-decoration: underline; }

.mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); background: white; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(13,27,42,.12); }
.mobile-cta .button { min-height: 50px; padding-inline: 14px; font-size: .7rem; }
.mobile-cta span { max-width: 88px; color: var(--gray); font-size: .64rem; line-height: 1.35; }

.footer { background: var(--navy); color: white; }
.footer__top { display: grid; gap: 24px; padding: 38px 0; border-bottom: 1px solid rgba(120,198,232,.25); }
.footer__top .button { width: 100%; }
.footer__grid { display: grid; gap: 24px; padding: 34px 0; }
.footer__grid strong { font-size: .8rem; }
.footer__grid p { margin: 7px 0 0; color: #aebfcb; font-size: .76rem; }
.footer__grid a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 9px 18px; padding: 0 0 28px; color: #d8e4ec; font-size: .72rem; font-weight: 600; }
.footer__links a { min-height: 36px; display: inline-flex; align-items: center; }
.footer__bottom { display: grid; gap: 5px; padding: 21px 0 32px; border-top: 1px solid rgba(120,198,232,.25); color: #9eb0be; font-size: .7rem; }
.footer__bottom p { margin: 0; }
.footer__bottom a { color: white; text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 760px) {
  .data-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body { padding-bottom: 0; }
  .shell { width: min(100% - 48px, 1220px); }
  .site-header { backdrop-filter: blur(12px); }
  .header-inner { min-height: 88px; }
  .brand img { width: 72px; height: 45px; }
  .brand__name { font-size: .86rem; }
  .button--header { display: inline-flex; min-height: 48px; }
  .hero__copy { padding: 72px 44px; }
  .hero__actions { display: flex; align-items: center; gap: 18px; }
  .hero__actions .button { width: auto; }
  .hero__actions > span { text-align: left; }
  .journey-band__inner { grid-template-columns: 210px 1fr; align-items: stretch; }
  .journey-band ol { grid-template-columns: repeat(3, 1fr); }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .trust-strip li { padding: 15px 18px; border-right: 1px solid var(--line); }
  .trust-strip li:first-child { padding-left: 0; }
  .trust-strip li:last-child { border-right: 0; }
  .process-grid, .violation-grid { grid-template-columns: 1fr 1fr; }
  .content-hero__actions { display: flex; align-items: center; gap: 18px; }
  .content-hero__actions span { text-align: left; }
  .related-grid, .hub-grid { grid-template-columns: 1fr 1fr; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .footer__top { display: flex; align-items: center; justify-content: space-between; }
  .footer__top .button { width: auto; }
  .footer__grid { grid-template-columns: 1.05fr .75fr 1.2fr; }
  .footer__bottom { display: flex; justify-content: space-between; }
  .mobile-cta { display: none; }
}

@media (min-width: 783px) {
  .admin-bar .site-header { top: 32px; }
}

@media (min-width: 1020px) {
  .menu-toggle { display: none; }
  .nav { display: flex; align-items: center; gap: 28px; }
  .nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--navy); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .nav a:hover { color: var(--red); }
  .hero__frame { grid-template-columns: 43% 57%; min-height: 560px; }
  .hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 62px 46px 58px 0; }
  .hero h1 { font-size: clamp(4.25rem, 5.15vw, 5rem); line-height: .91; letter-spacing: -.012em; }
  .hero__answer { max-width: 520px; font-size: .95rem; }
  .hero__photo, .hero__photo img { min-height: 560px; }
  .hero__photo img { object-position: center center; }
  .journey-band__inner { grid-template-columns: 185px 1fr; gap: 28px; padding-block: 30px; }
  .journey-band h2 { font-size: 3.1rem; }
  .journey-band ol { grid-template-columns: repeat(6, 1fr); }
  .journey-band li { min-height: 136px; padding: 10px 14px 8px; border-left: 1px solid #b8d7e7; }
  .journey-band li > i { margin-block: 10px; }
  .decision-band__grid { grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
  .section, .process-section, .owner-section, .proof-section, .case-review, .faq-section { padding: 104px 0; }
  .problem-grid, .owner-section__grid, .proof-grid, .case-review__grid, .faq-grid { grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
  .section-heading { grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
  .process-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 46px; }
  .process-card { min-height: 250px; padding: 28px; }
  .violation-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
  .owner-section__grid { grid-template-columns: 1.05fr .95fr; align-items: center; }
  .owner-section__photo, .owner-section__photo img { min-height: 580px; }
  .owner-section__copy .button { width: auto; }
  .cta-note { text-align: left; }
  .proof-grid { grid-template-columns: .8fr 1.2fr; }
  .case-review__grid { grid-template-columns: .78fr 1.22fr; }
  .content-hero__inner, .hub-hero .shell { padding-block: 72px 82px; }
  .article-grid { grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 80px; }
  .page-assessment__grid { grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr); align-items: start; gap: 78px; }
  .article-side { position: sticky; top: 112px; }
  .related-grid { grid-template-columns: repeat(4, 1fr); }
  .hub-grid { grid-template-columns: repeat(3, 1fr); }
  .end-cta__inner { grid-template-columns: 1fr auto; align-items: center; }
  .assessment-page__grid { grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: start; }
  .form-heading { padding: 26px 30px 18px; }
  .form-panel { padding: 28px 30px 34px; }
  .error-summary { margin-inline: 30px; }
}

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