:root {
  --ink: #0a0c12;
  --navy: #10182a;
  --blue: #3978e8;
  --blue-bright: #5b93ff;
  --blue-pale: #eef5ff;
  --amber: #f5b742;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --line: #dfe5ef;
  --muted: #616979;
  --danger: #aa2e28;
  --max: 1180px;
  --edge: clamp(1.1rem, 4vw, 3.5rem);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 100px; }
.ruled-list a { color: #235cba; font-weight: 700; text-underline-offset: .2em; }
body { margin: 0; line-height: 1.62; overflow-x: hidden; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { touch-action: manipulation; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, .button, .eyebrow, .site-header nav { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.1rem, 6.5vw, 5.8rem); max-width: 14ch; margin: 0 auto 1.5rem; font-weight: 850; }
h1 em, h2 em { color: var(--blue-bright); font-style: normal; }
h2 { font-size: clamp(2.35rem, 4.7vw, 4.2rem); font-weight: 830; }
h3 { font-size: 1.5rem; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 1000; transform: translateY(-120%); background: var(--amber); padding: .8rem 1rem; color: #000; font-weight: 800; }
.skip-link:focus { transform: none; }

.announcement { background: #f4f2f1; padding: .55rem var(--edge); text-align: center; font-size: .88rem; color: #171717; }
.announcement a { display: inline-flex; align-items: center; gap: .4rem; background: var(--amber); border-radius: 999px; padding: .45rem 1rem; text-decoration: none; box-shadow: 0 5px 20px rgba(245,183,66,.22); }
.announcement strong { font-weight: 850; }
.announcement span { width: 1.35rem; height: 1.35rem; display: inline-grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 84px; padding: 0 var(--edge); background: rgba(6,8,13,.96); color: #fff; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 850; letter-spacing: -.02em; line-height: 1.05; }
.brand small { display: block; color: #aeb6c7; font-size: .64rem; letter-spacing: .08em; margin-top: .28rem; font-weight: 650; text-transform: uppercase; }
.brand-mark { position: relative; width: 2.45rem; height: 2.45rem; display: grid; grid-template-columns: repeat(2,1fr); gap: 3px; transform: rotate(-8deg); }
.brand-mark i { display: block; background: var(--blue); border-radius: 5px; }
.brand-mark i:nth-child(2) { background: var(--amber); }
.brand-mark i:nth-child(3) { background: #e9554f; }
.brand-mark i:nth-child(4) { background: #50b477; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem,2vw,2rem); font-size: .84rem; font-weight: 750; }
.site-header nav > a:not(.button) { text-decoration: none; padding: 1rem 0; }
.site-header nav > a:not(.button):hover { color: var(--blue-bright); }
.nav-toggle { display: none; color: #fff; background: transparent; border: 1px solid #4b5363; border-radius: 9px; padding: .65rem .9rem; font-weight: 750; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border: 1px solid var(--blue); border-radius: 10px; background: var(--blue); color: #fff; text-decoration: none; font-weight: 800; padding: .78rem 1.3rem; cursor: pointer; box-shadow: 0 11px 28px rgba(57,120,232,.25); }
.button:hover { background: #2868d7; border-color: #2868d7; transform: translateY(-1px); }
.button-small { min-height: 48px; padding: .7rem 1.2rem; }
.button-dark { background: var(--ink); border-color: var(--ink); color: #fff; box-shadow: none; }
.text-link { color: #fff; font-weight: 760; text-underline-offset: .3rem; }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: #05070c; color: #fff; padding: clamp(5rem,8vw,7rem) var(--edge) clamp(4rem,7vw,6rem); text-align: center; }
.hero:after { content: ""; position: absolute; z-index: -1; inset: auto -10% -8rem; height: 14rem; background: var(--paper); clip-path: polygon(0 65%,15% 82%,35% 50%,55% 80%,72% 52%,100% 74%,100% 100%,0 100%); }
.hero-glow { position: absolute; z-index: -2; width: 70vw; height: 70vw; right: -28vw; top: -25vw; border-radius: 50%; background: radial-gradient(circle, rgba(48,112,230,.68) 0, rgba(31,82,180,.25) 34%, transparent 68%); filter: blur(20px); }
.hero-copy { max-width: 920px; margin: 0 auto; }
.hero .eyebrow { color: #aab3c3; }
.hero .lead { color: #e7ebf4; margin: 0 auto; max-width: 62ch; }
.lead { font-size: clamp(1.05rem,1.6vw,1.25rem); color: var(--muted); }
.eyebrow { color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.actions { display: flex; justify-content: center; align-items: center; gap: 1.25rem; margin: 2rem 0 1.25rem; }
.fineprint { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .55rem .8rem; font-size: .84rem; color: #aab3c3; }
.fineprint span { color: #63c58d; font-weight: 900; }
.hero-media { max-width: 1080px; margin: 3.5rem auto 3rem; text-align: left; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.map-showcase { background: #fff; color: #142036; border: 1px solid #3b5790; border-radius: 20px; overflow: hidden; box-shadow: 0 28px 90px #0006; }
.map-showcase-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 2rem; }
.map-showcase-header h2 { font-size: clamp(1.3rem,2.3vw,1.85rem); margin: .8rem 0 0; letter-spacing: -.03em; }
.map-showcase-header p { font-size: .85rem; line-height: 1.8; color: #536179; margin: 0; }
.geo-map { --split: 50%; position: relative; aspect-ratio: 8 / 5; overflow: hidden; background: #e6eddf; isolation: isolate; }
.map-tiles, .map-points { position: absolute; inset: 0; }
.map-tiles img { position: absolute; width: 32%; height: 51.2%; max-width: none; user-select: none; }
.map-points { pointer-events: none; }
.map-reveal { clip-path: inset(0 0 0 var(--split)); }
.map-before { clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.dense-map .map-pin { width: var(--pin-size, 2.4%); font-size: clamp(5px,1.1vw,12px); border-width: 1px; box-shadow: 0 1px 2px #0004; }
.map-pin { position: absolute; transform: translate(-50%,-50%); display: grid; place-items: center; width: clamp(28px,5vw,52px); aspect-ratio: 1; border: 2px solid #fff; border-radius: 50%; font-size: clamp(14px,2vw,23px); font-weight: 800; color: #102b1b; box-shadow: 0 2px 5px #0006; }
.map-pin.good { background: #70e64e; }
.map-pin.middle { background: #f5dc54; color: #3c3000; }
.map-pin.poor { background: #ff7461; color: #491c14; }
.map-label { position: absolute; top: 18px; background: #fffef5; color: #203047; border-radius: 6px; padding: 7px 13px; font-size: .8rem; font-weight: 700; box-shadow: 0 2px 12px #0002; pointer-events: none; }
.map-label-left { left: 18px; }.map-label-right { right: 18px; }
.map-divider { position: absolute; inset: 0 auto 0 var(--split); width: 3px; background: white; box-shadow: 0 0 8px #0005; pointer-events: none; }
.map-divider span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; background: #fff; border: 3px solid #2e63ee; border-radius: 50%; display: grid; place-items: center; color: #245ce7; font-size: 23px; font-weight: 800; letter-spacing: 5px; padding-left: 5px; box-shadow: 0 3px 16px #0004; }
.map-slider { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
.geo-map:focus-within { outline: 4px solid #245ce7; outline-offset: -4px; }
.map-attribution { position: absolute; bottom: 0; right: 0; background: #fffe; color: #22374d; font-size: 10px; padding: 3px 6px; z-index: 2; }
.map-error { position: absolute; left: 0; bottom: 24px; padding: 5px 10px; background: #fff; font-size: 12px; }
.map-showcase-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 2rem; }
.map-showcase-footer p { color: #63718a; font-size: .8rem; margin: 0; }.map-showcase-footer strong { font-size: 1.35rem; }.map-showcase-footer small { display: block; font-size: .7rem; font-weight: 500; color: #63718a; }
.map-legend { display: flex; gap: 12px; font-size: .75rem; color: #536179; }.map-legend span::before { content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; }.legend-good::before { background: #70e64e; }.legend-mid::before { background: #f5dc54; }.legend-poor::before { background: #ff7461; }
.scan-provenance { padding: .7rem 2rem; border-top: 1px solid #e3e8ef; font-size: .75rem; color: #59657b; }.scan-provenance summary { cursor: pointer; }.scan-provenance p { max-width: 100%; font-size: .8rem; }
@media (max-width: 620px) { .map-showcase-header { padding: 1rem; display: block; }.map-showcase-header p { margin-top: .7rem; }.map-showcase-header .status-pill { font-size: .64rem; }.map-showcase-footer { padding: 1rem; flex-wrap: wrap; }.map-showcase-footer p { order: 3; flex-basis: 100%; text-align: center; }.scan-provenance { padding: .7rem 1rem; }.map-label { top: 10px; padding: 4px 7px; font-size: .65rem; }.map-label-left { left: 10px; }.map-label-right { right: 10px; }.map-divider span { width: 38px; height: 38px; font-size: 17px; }.map-attribution { font-size: 8px; } }

.blueprint { overflow: hidden; background: #fff; color: var(--ink); border: 4px solid var(--blue); border-radius: 18px; box-shadow: 0 28px 90px rgba(0,0,0,.45); }
.mock-browser { min-height: 46px; display: flex; align-items: center; gap: .45rem; padding: 0 1rem; border-bottom: 1px solid var(--line); background: #f6f8fc; }
.mock-browser span { width: 10px; height: 10px; border-radius: 50%; background: #ff6b61; }
.mock-browser span:nth-child(2) { background: var(--amber); }
.mock-browser span:nth-child(3) { background: #5fc98b; }
.mock-browser strong { margin-left: .65rem; color: #7a8292; font-size: .76rem; font-weight: 700; }
.blueprint-body { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.2rem; align-items: center; padding: clamp(1.5rem,4vw,3.5rem); }
.blueprint-copy h2 { font-size: clamp(2rem,4vw,3.5rem); max-width: 10ch; margin: 1rem 0; }
.blueprint-copy p { color: var(--muted); max-width: 34ch; }
.status-pill { display: inline-flex; background: var(--blue-pale); color: var(--blue); padding: .4rem .75rem; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: .35rem; background: #f1f4f9; border-radius: 16px; }
.rank { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 12px; font-size: clamp(1.3rem,3vw,2.2rem); font-weight: 850; }
.rank-good, .report-point.rank-good { color: #187448; background: #e3f6eb; }
.rank-mid, .report-point.rank-mid { color: #826006; background: #fff3c9; }
.rank-low, .report-point.rank-low { color: #a23831; background: #fbe7e5; }
.blueprint-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.8rem; }
.blueprint-foot > div { padding: 1rem; background: var(--soft); border-radius: 10px; }
.blueprint small, .report-meta span, .report-point span { display: block; font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.blueprint strong { font-size: 1.35rem; }
.sample-caption { margin: 0; padding: .8rem 1rem; background: #f6f8fc; color: var(--muted); text-align: center; font-size: .76rem; }

.trust-strip { max-width: var(--max); margin: 0 auto; padding: 1.5rem var(--edge) 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: center; color: #6d7483; font-size: .76rem; letter-spacing: .08em; }
.trust-strip strong { color: var(--ink); font-size: 1rem; letter-spacing: 0; }
.dark-band { background: var(--soft); color: var(--ink); padding: clamp(5rem,8vw,7rem) var(--edge); text-align: center; }
.dark-band > h2, .dark-band > p, .service-grid { max-width: var(--max); margin-left: auto; margin-right: auto; }
.dark-band > h2 { max-width: 15ch; }
.dark-band .section-intro { max-width: 720px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.15rem; margin-top: 3rem; text-align: left; }
.service-grid article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.7rem; min-height: 285px; display: flex; flex-direction: column; box-shadow: 0 16px 40px rgba(20,32,55,.06); }
.service-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 12px; font-size: .8rem; font-weight: 850; }
.service-grid h3 { font-size: 1.7rem; margin: 2rem 0 1rem; }
.service-grid p { color: var(--muted); margin: auto 0 0; }

.split { max-width: var(--max); margin: auto; padding: clamp(5rem,8vw,7rem) var(--edge); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.split > div > p:not(.eyebrow) { color: var(--muted); max-width: 52ch; }
.ruled-list { display: grid; gap: .85rem; }
.ruled-list > div { border: 1px solid var(--line); border-radius: 14px; padding: 1.35rem 1.5rem; box-shadow: 0 10px 28px rgba(20,32,55,.05); }
.ruled-list strong { color: var(--blue); font-size: .88rem; }
.ruled-list p { margin: .35rem 0 0; color: var(--muted); }

.industry-band { background: #061022; color: #fff; padding: clamp(5rem,8vw,7rem) var(--edge); }
.section-heading, .industry-links { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 2rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1/-1; color: var(--blue-bright); }
.section-heading h2 { max-width: 14ch; margin: 0; }
.section-heading > p:last-child { color: #b8c0cf; }
.industry-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 3rem; }
.industry-links a { padding: 1.65rem; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; text-decoration: none; display: grid; grid-template-columns: 1fr auto; gap: .5rem; background: rgba(255,255,255,.05); }
.industry-links a:hover { background: rgba(57,120,232,.22); border-color: var(--blue-bright); transform: translateY(-2px); }
.industry-links span { grid-column: 1/-1; text-transform: uppercase; font-size: .72rem; letter-spacing: .1em; color: #9da8bb; }
.industry-links strong { font-size: 1.25rem; }
.industry-links i { font-style: normal; color: var(--blue-bright); font-size: 1.4rem; }

.final-cta { margin: clamp(3rem,6vw,5rem) auto; max-width: var(--max); border-radius: 24px; background: linear-gradient(135deg,#0b1425,#123b82); color: #fff; padding: clamp(3rem,7vw,6rem) var(--edge); text-align: center; box-shadow: 0 24px 70px rgba(19,53,110,.2); }
.final-cta > * { margin-left: auto; margin-right: auto; }
.final-cta h2 { max-width: 17ch; }
.final-cta p:not(.eyebrow) { color: #c7d0e1; }
.final-cta .eyebrow { color: #8eb4ff; }

.form-section { max-width: var(--max); margin: auto; padding: clamp(5rem,8vw,7rem) var(--edge); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,7vw,6rem); align-items: start; }
.form-intro { position: sticky; top: 120px; }
.form-intro ol { list-style: none; padding: 0; margin: 2rem 0; }
.form-intro li { padding: 1rem 0; border-top: 1px solid var(--line); }
.form-intro li span { width: 32px; height: 32px; display: inline-grid; place-items: center; background: var(--blue-pale); color: var(--blue); border-radius: 8px; font-size: .7rem; font-weight: 850; margin-right: .8rem; }
.lead-form { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; padding: clamp(1.4rem,3vw,2.4rem); background: #fff; box-shadow: 0 24px 70px rgba(20,32,55,.12); }
.lead-form:before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg,var(--blue),#76c8ff); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
.form-grid .full { grid-column: 1/-1; }
label span { display: block; font-size: .76rem; letter-spacing: .04em; font-weight: 800; margin-bottom: .45rem; }
label small { font-size: inherit; color: var(--muted); font-weight: 500; }
input, textarea, select { width: 100%; border: 1px solid #ccd3df; background: #fff; color: #111; border-radius: 9px; padding: .85rem; min-height: 49px; }
input:hover, textarea:hover, select:hover { border-color: #aeb9ca; }
textarea { resize: vertical; }
.consent { font-size: .8rem; color: var(--muted); margin: 1.5rem 0; }
.form-status { min-height: 1.7em; margin: .8rem 0 0; font-size: .9rem; }
.form-status.error { color: var(--danger); }
.success-panel { max-width: calc(var(--max) - 2 * var(--edge)); margin: 0 auto 5rem; padding: 3rem; border: 1px solid #b8d0fb; border-radius: 20px; background: var(--blue-pale); }
.success-panel h2 { font-size: 2.5rem; }

.faq { max-width: 920px; margin: auto; padding: clamp(5rem,8vw,7rem) var(--edge); text-align: center; }
.faq > h2 { margin: 0 auto 3rem; max-width: 15ch; }
.faq details { border: 1px solid var(--line); border-radius: 12px; text-align: left; margin: .8rem 0; background: #fff; }
.faq summary { padding: 1.3rem 3rem 1.3rem 1.4rem; font-weight: 800; cursor: pointer; }
.faq details p { max-width: 68ch; color: var(--muted); padding: 0 1.4rem 1.4rem; }
.compact { min-height: 0; background: #07111f; color: #fff; }
.compact > .lead { color: #bbc5d5; }
.check-list { display: grid; gap: .8rem; }
.check-list div { display: flex; gap: 1rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; }
.check-list span { color: var(--blue); font-size: 1.2rem; }

.site-footer { background: #05070c; color: #fff; padding: 4rem var(--edge); display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 3rem; border-top: 1px solid #252b38; }
.site-footer h2 { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--blue-bright); }
.site-footer > div > a:not(.brand) { display: block; color: #c3cad7; margin: .5rem 0; font-size: .9rem; }
.site-footer p { color: #929cad; font-size: .9rem; max-width: 34ch; }
.brand-footer { margin-bottom: 1rem; }

.report-shell { max-width: var(--max); margin: auto; padding: clamp(3rem,6vw,6rem) var(--edge); }
.sample-notice { display: flex; justify-content: space-between; gap: 1rem; border: 1px solid #f1cc7e; border-radius: 12px; background: #fff7e5; padding: 1rem 1.2rem; margin-bottom: 2.5rem; }
.sample-notice strong { color: #7c5702; }
.report-title { padding: 2rem 0 2.5rem; }
.report-title h1 { max-width: 16ch; font-size: clamp(3rem,6vw,5.5rem); margin: 0 0 1rem; }
.report-title > p:last-child { font-size: 1.15rem; color: var(--muted); }
.report-meta { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: 0 12px 30px rgba(20,32,55,.06); }
.report-meta > div { padding: 1.35rem; background: #fff; }
.report-meta > div + div { border-left: 1px solid var(--line); }
.report-meta strong { display: block; margin-top: .35rem; }
.report-grid-wrap { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; padding: 3rem 0; }
.report-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; padding: .6rem; background: var(--soft); border-radius: 18px; }
.report-point { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 13px; }
.report-point strong { font-size: clamp(2.2rem,6vw,4.6rem); line-height: 1; }
.report-summary { border-radius: 18px; background: #07111f; color: #fff; padding: 2rem; display: flex; flex-direction: column; box-shadow: 0 20px 45px rgba(9,21,42,.18); }
.report-summary .eyebrow { color: #84adfa; }
.report-summary > div { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid #344056; padding: 1.15rem 0; }
.report-summary > div strong { font-size: 2rem; }
.report-summary > p:last-child { margin: auto 0 0; color: #acb8ca; font-size: .88rem; }
.report-next { background: var(--blue-pale); border-radius: 18px; padding: 2rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.report-next h2 { font-size: clamp(2rem,4vw,3.4rem); max-width: 18ch; }

.admin-shell { max-width: var(--max); margin: auto; padding: 4rem var(--edge); min-height: 70vh; }
.admin-login { max-width: 560px; border: 1px solid var(--line); border-radius: 18px; padding: 2rem; box-shadow: 0 20px 60px rgba(20,32,55,.1); }
.admin-login h1, .admin-head h1 { font-size: clamp(2.4rem,5vw,4rem); max-width: none; margin: 0 0 1.5rem; }
.admin-login form { display: flex; gap: .7rem; align-items: end; }
.admin-login form label { flex: 1; }
.admin-head { display: flex; justify-content: space-between; align-items: start; }
.admin-filters { display: grid; grid-template-columns: 2fr 1fr 1fr auto auto; gap: 1rem; align-items: end; background: var(--soft); border-radius: 14px; padding: 1.2rem; }
.text-button { min-height: 48px; border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-weight: 700; }
.table-wrap { overflow-x: auto; margin-top: 1rem; border: 1px solid var(--line); border-radius: 14px; }
.table-wrap table { border-collapse: collapse; width: 100%; font-size: .86rem; }
.table-wrap th, .table-wrap td { text-align: left; padding: 1rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-wrap th { color: var(--blue); font-size: .7rem; }
.table-wrap td small { display: block; color: var(--muted); }
.table-wrap button { border: 0; background: transparent; text-decoration: underline; cursor: pointer; }
.admin-consultations { margin-top: 4rem; }
.admin-consultations h2 { font-size: 2.4rem; }
.consultation-row { border-top: 1px solid var(--line); padding: 1rem 0; display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; }
.not-found { max-width: var(--max); margin: auto; padding: 8rem var(--edge); min-height: 65vh; }
.not-found h1 { max-width: 14ch; margin: 0 0 2rem; }

@media (max-width: 950px) {
  .site-header { min-height: 70px; }
  .nav-toggle { display: block; }
  .site-header nav { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #06080d; padding: 1rem var(--edge) 1.5rem; flex-direction: column; align-items: stretch; border-bottom: 1px solid #252b38; }
  .site-header nav.open { display: flex; }
  .blueprint-body { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .split, .form-section { grid-template-columns: 1fr; }
  .form-intro { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .report-grid-wrap { grid-template-columns: 1fr; }
  .report-summary { min-height: 300px; }
  .admin-filters { grid-template-columns: 1fr 1fr; }
  .admin-filters > *:first-child { grid-column: 1/-1; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.65rem,13vw,4.15rem); }
  h2 { font-size: clamp(2.15rem,10vw,3.35rem); }
  .announcement { padding: .45rem .65rem; font-size: .74rem; }
  .announcement a { padding: .4rem .7rem; }
  .brand > span:last-child { font-size: .82rem; }
  .site-header { padding: 0 1rem; }
  .hero, .split, .form-section, .faq, .industry-band, .report-shell, .admin-shell { padding-left: 1.1rem; padding-right: 1.1rem; }
  .hero { padding-top: 4rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .fineprint { align-items: flex-start; flex-direction: column; max-width: 260px; margin: auto; }
  .hero-media { margin-top: 2.7rem; }
  .blueprint { border-width: 3px; border-radius: 14px; }
  .blueprint-body { grid-template-columns: 1fr; padding: 1.1rem; }
  .blueprint-copy h2 { font-size: 2rem; }
  .blueprint-foot { margin: 1rem 0; }
  .trust-strip { align-items: center; flex-direction: column; padding-bottom: 2rem; }
  .service-grid, .industry-links, .form-grid, .report-meta, .site-footer { grid-template-columns: 1fr; }
  .service-grid article { min-height: 230px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading .eyebrow { grid-column: auto; }
  .form-grid .full { grid-column: auto; }
  .final-cta { margin: 1rem; border-radius: 18px; }
  .report-meta > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .report-grid-wrap { gap: 1.5rem; padding: 2rem 0; }
  .report-point span { font-size: .58rem; }
  .report-next { grid-template-columns: 1fr; }
  .sample-notice { flex-direction: column; }
  .admin-filters { grid-template-columns: 1fr; }
  .admin-filters > *:first-child { grid-column: auto; }
  .admin-login form { flex-direction: column; align-items: stretch; }
  .consultation-row { grid-template-columns: 1fr; }
  .site-footer { padding: 3rem 1.1rem; }
}

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