.scan-page { min-height: 100vh; color: var(--white); background: linear-gradient(125deg, var(--navy-deep), var(--navy) 58%, #064797); }
.scan-header { height: 88px; color: var(--brand-gray); background: rgba(248,249,251,.98); border-bottom: 1px solid rgba(85,89,104,.14); box-shadow: 0 10px 35px rgba(19,18,45,.07); }
.scan-nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.scan-brand { width: 225px; position: relative; overflow: hidden; }
.scan-brand::after { content: ""; position: absolute; right: 0; bottom: 0; width: 66%; height: 27%; background: #f8f9fb; pointer-events: none; }
.scan-brand img { width: 100%; height: auto; }
.scan-back { color: var(--navy); text-decoration: none; font-size: .9rem; font-weight: 750; }
.scan-back:hover { color: #287db7; }
.scan-main { padding: 70px 0 90px; }
.scan-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.scan-intro { min-width: 0; position: sticky; top: 45px; padding-top: 30px; }
.scan-intro h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); overflow-wrap: anywhere; }
.scan-intro > p:not(.eyebrow) { color: #c5d4e3; font-size: 1.06rem; }
.scan-intro ul { margin: 32px 0 0; padding: 0; list-style: none; color: #dce7f0; }
.scan-intro li { margin: 10px 0; }
.scan-intro li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; color: var(--navy); background: var(--blue-bright); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.scan-panel { min-width: 0; min-height: 610px; padding: 42px 46px; color: var(--ink); background: var(--white); border-radius: 26px; box-shadow: 0 32px 80px rgba(0,0,0,.25); }
.scan-progress-copy { margin-bottom: 8px; display: flex; justify-content: space-between; color: var(--muted); font-size: .77rem; font-weight: 750; }
.scan-progress { height: 6px; overflow: hidden; background: var(--line); border-radius: 20px; }
.scan-progress span { display: block; width: 9.09%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); border-radius: inherit; transition: width .25s ease; }
.scan-step { margin: 38px 0 0; padding: 0; border: 0; display: none; }
.scan-step.is-active { display: block; animation: scan-in .25s ease; }
.scan-step legend { width: 100%; margin-bottom: 8px; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 780; line-height: 1.15; letter-spacing: -.03em; }
.scan-help { margin: 0 0 25px; color: var(--muted); }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.option-list { display: grid; gap: 11px; }
.option-grid label, .option-list label { cursor: pointer; }
.option-grid input, .option-list input { position: absolute; opacity: 0; pointer-events: none; }
.option-grid label > span, .option-list label > span { min-height: 74px; padding: 16px 18px; display: flex; flex-direction: column; justify-content: center; border: 2px solid var(--line); border-radius: 12px; background: var(--white); transition: border .15s, background .15s, box-shadow .15s; }
.option-list label > span { min-height: 62px; padding-left: 50px; position: relative; }
.option-list label > span::before { content: ""; position: absolute; left: 18px; width: 17px; height: 17px; border: 2px solid #aebdca; border-radius: 50%; }
.option-list label > span::after { content: ""; position: absolute; left: 23px; width: 11px; height: 11px; background: var(--blue); border-radius: 50%; transform: scale(0); transition: transform .15s; }
.option-grid strong, .option-grid small { display: block; }
.option-grid small { margin-top: 4px; color: var(--muted); }
.option-grid input:focus-visible + span, .option-list input:focus-visible + span { outline: 3px solid rgba(79,155,211,.3); outline-offset: 2px; }
.option-grid input:checked + span, .option-list input:checked + span { border-color: var(--blue); background: var(--blue-pale); box-shadow: 0 5px 18px rgba(79,155,211,.13); }
.option-list input:checked + span::before { border-color: var(--blue); }
.option-list input:checked + span::after { transform: scale(1); }
.option-checks label > span { min-height: 62px; padding-left: 48px; position: relative; }
.option-checks label > span::before { content: ""; position: absolute; left: 17px; width: 17px; height: 17px; border: 2px solid #aebdca; border-radius: 4px; }
.option-checks label > span::after { content: ""; position: absolute; left: 21px; width: 8px; height: 4px; border-left: 2px solid var(--white); border-bottom: 2px solid var(--white); opacity: 0; transform: rotate(-45deg); }
.option-checks input:checked + span::before { border-color: var(--blue); background: var(--blue); }
.option-checks input:checked + span::after { opacity: 1; }
.scan-error { min-height: 25px; margin-top: 15px; color: #a42929; font-size: .88rem; font-weight: 700; }
.scan-controls { display: flex; justify-content: space-between; gap: 15px; }
.scan-button { min-height: 48px; padding: 0 22px; border: 0; border-radius: 8px; cursor: pointer; font: inherit; font-weight: 750; }
.scan-button-next { margin-left: auto; color: var(--white); background: var(--navy); box-shadow: 0 10px 24px rgba(15,39,142,.2); }
.scan-button-next:hover { background: #0c227d; }
.scan-button-back { color: var(--navy); background: var(--off-white); }
.scan-result { padding-top: 38px; }
.result-kicker { margin: 0 0 12px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 850; }
.scan-result h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.5rem); }
.scan-result > p:not(.result-kicker) { color: var(--muted); font-size: 1.08rem; }
.result-secondary { margin: 26px 0; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.result-secondary > span { display: block; margin-bottom: 3px; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .69rem; font-weight: 850; }
.result-secondary > strong { color: var(--navy); font-size: 1.08rem; }
.result-secondary p { margin: 8px 0 0; color: var(--muted); font-size: .94rem; }
.result-profile { margin: 26px 0; padding: 24px; border-radius: 16px; background: var(--navy-deep); color: var(--white); }
.result-profile-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; align-items: end; }
.result-profile-head span { display: block; margin-bottom: 4px; color: var(--blue-bright); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 850; }
.result-profile-head strong { font-size: 1.2rem; }
.result-profile-head p { margin: 0; color: #c9d7e5; font-size: .88rem; }
.result-bars { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; }
.result-bar-label { min-height: 20px; display: flex; justify-content: space-between; gap: 10px; color: #eef5fb; font-size: .78rem; font-weight: 700; }
.result-bar-label small { color: var(--blue-bright); white-space: nowrap; font-size: .62rem; font-weight: 800; }
.result-bar-track { height: 6px; overflow: hidden; background: rgba(255,255,255,.13); border-radius: 10px; }
.result-bar-track span { display: block; height: 100%; background: var(--blue-bright); border-radius: inherit; }
.result-summary { margin: 28px 0; padding: 22px; border-left: 4px solid var(--blue); background: var(--off-white); border-radius: 0 12px 12px 0; }
.result-summary strong { display: block; margin-bottom: 8px; }
.result-summary ul { margin: 0; padding-left: 20px; }
.result-actions { margin: 30px 0 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; }
.scan-contact-link { color: #287db7; font-weight: 750; text-underline-offset: 4px; }
.scan-restart { padding: 8px 0; border: 0; color: var(--navy); background: transparent; cursor: pointer; text-decoration: underline; font: inherit; font-weight: 700; }
.scan-result > small { display: block; color: var(--muted); }
.scan-location-card { margin: 34px 0 22px; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line); border-radius: 18px; background: var(--off-white); }
.scan-location-card > div { padding: 28px; }
.scan-location-card h3 { margin-bottom: 14px; color: var(--navy); font-size: 1.45rem; }
.scan-location-card address { margin-bottom: 16px; color: var(--muted); font-style: normal; }
.scan-location-card a { color: #287db7; font-size: .87rem; font-weight: 750; }
.scan-location-card iframe { width: 100%; min-height: 245px; height: 100%; border: 0; }
@keyframes scan-in { from { opacity: 0; transform: translateX(12px); } }

@media (max-width: 900px) {
  .scan-layout { grid-template-columns: 1fr; gap: 35px; }
  .scan-intro { position: static; padding-top: 0; }
  .scan-intro h1 { max-width: 760px; }
}
@media (max-width: 620px) {
  .scan-header { height: 72px; }
  .scan-brand { width: 175px; }
  .scan-back { font-size: 0; }
  .scan-back::after { content: "← Terug"; font-size: .85rem; }
  .scan-main { padding: 40px 0 0; }
  .scan-intro h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .scan-page .container { width: min(100% - 30px, 1180px); }
  .scan-panel { width: calc(100% + 30px); margin-left: -15px; padding: 32px 22px 40px; border-radius: 24px 24px 0 0; }
  .option-grid { grid-template-columns: 1fr; }
  .result-profile-head, .result-bars { grid-template-columns: 1fr; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .scan-location-card { grid-template-columns: 1fr; }
}
