/* CRM Wijzer-inspired structure: photographic banner, centred copy and a single overlapping form. */
:root { --paper: #f5f7f8; --line: #e1e7eb; --muted: #566773; }
body { background: #fff; }
html { overflow-anchor: none; scroll-behavior: auto; }
:where(#aanvraag, #hoe-werkt-het, #advies, #ervaringen, #vragen, #website-kosten, #main-content) { scroll-margin-top: 24px; }
.container { width: min(1160px, calc(100% - 64px)); }
h1, h2, h3 { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -.035em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.2rem); line-height: 1.2; }
.site-header { background: #fff; }
.nav { min-height: 72px; }
.nav-cta { background: var(--lime); color: var(--ink); padding: 13px 22px; border-color: var(--lime); }
.nav-cta:hover { background: #c9ef7c; color: var(--ink); }
.hero { position: relative; overflow: hidden; background: #12344e; isolation: isolate; }
.hero::before, .hero::after { display: none; }
.hero-photo { position: absolute; inset: 0; z-index: -2; }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; }
.hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, #12344e08 0%, #12344e14 22%, #12344ead 43%, #12344ef5 73%, #12344e 100%); }
.hero-grid { display: block; min-height: 0; padding: 138px 0 101px; text-align: center; }
.hero-copy { max-width: 850px; margin: 0 auto; }
.hero-badge { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); white-space: nowrap; display: inline-block; padding: 5px 13px; border-radius: 30px; background: #e8f3d5; color: #243e28; font-size: .72rem; font-weight: 700; line-height: 1.5; }
.hero h1 { max-width: none; margin: 13px 0 13px; color: #fff; font-size: clamp(2rem, 3.25vw, 2.8rem); line-height: 1.12; font-weight: 750; letter-spacing: -.04em; }
.hero h1 em { color: #fff; font: inherit; letter-spacing: inherit; }
.hero h1 em::after { content: none; }
.hero-copy > p { max-width: 730px; margin: 0 auto; color: #eff4f7; font-size: .96rem; line-height: 1.55; }
.hero .trust-row { justify-content: center; max-width: none; margin-top: 15px; gap: 10px 25px; }
.hero .trust-item { color: #f2f5f7; font-size: .74rem; }
.hero .trust-item svg { color: var(--lime); }
.application-section { position: relative; padding: 0 0 36px; background: #f5f7f8; }
.application-section > .container { position: relative; top: -67px; margin-bottom: -67px; max-width: 1160px; }
.application-layout { --briefing-width: 320px; --form-gap: 24px; display: grid; grid-template-columns: minmax(0, 1fr) var(--briefing-width); gap: var(--form-gap); align-items: start; }
/* Start with the question centred; keep its width when the briefing joins it. */
.application-layout:not(.has-started) { width: calc(100% - var(--briefing-width) - var(--form-gap)); margin-inline: auto; grid-template-columns: minmax(0, 1fr); }
.application-card { min-width: 0; min-height: 0; padding: 21px 26px 17px; border: 1px solid #e6ebee; border-radius: 16px; box-shadow: 0 10px 32px #12344e0c; }
.step-head { gap: 20px; }
.has-started .step-head { min-height: 112px; }
#step-title:focus { outline: none; }
.step-kicker { margin-bottom: 6px; color: var(--lime-dark); font-size: .65rem; letter-spacing: .08em; }
.step-head h2 { margin: 0 0 6px; font-size: 1.48rem; line-height: 1.22; }
.step-head p { max-width: 660px; font-size: .81rem; line-height: 1.5; }
.step-number { width: 49px; height: 49px; border: 1px solid #d4e3b9; border-radius: 14px; background: #f1f7e6; color: var(--ink); font-size: .84rem; }
.progress-line { height: 8px; margin: 15px 0 16px; background: #dfe8cf; box-shadow: inset 0 1px 2px #12344e0a; }
.progress-line span { width: 0; background: linear-gradient(90deg, #91b842, var(--lime)); }
#lead-form { min-height: 0; }
#lead-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-step-stack { display: grid; align-items: start; }
.step-pane { grid-area: 1 / 1; min-width: 0; min-height: 230px; }
/* Invisible steps reserve the same answer space, but are not focusable or announced. */
.has-started .step-pane[hidden] { display: block; visibility: hidden; pointer-events: none; }
.step-pane[data-step="0"] { min-height: 0; }
.step-pane[data-step="0"] .choice-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.choice-card, .check-card { border-radius: 8px; box-shadow: none; background: #fff; }
.choice-card:hover { transform: none; border-color: #8eacba; background: #f8fafb; }
.choice-card.selected, .choice-card:has(input:checked) { border-color: #789d30; background: #f3f8e9; box-shadow: inset 0 0 0 1px #789d30; }
.choice-icon, .choice-card.check-card .choice-icon { background: #f0f5e5; color: var(--ink); border-radius: 8px; }
.choice-card.check-card { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 76px; padding: 11px 38px 11px 12px; }
.choice-card.check-card .choice-icon { margin: 0; }
.choice-card.check-card .choice-check { top: 50%; right: 13px; transform: translateY(-50%); }
.step-pane[data-step="0"] .choice-card { min-height: 100px; padding: 14px 13px; justify-content: flex-start; }
.step-pane[data-step="0"] .choice-icon { width: 31px; height: 31px; margin-bottom: 10px; }
.step-pane[data-step="0"] .choice-title { font-size: .82rem; line-height: 1.3; margin: 0; padding: 0; }
.step-pane[data-step="0"] .choice-copy { display: none; }
.step-pane[data-step="0"] .choice-check { top: 12px; right: 12px; width: 17px; height: 17px; }
.choice-card:has(.choice-badge) { background: #f3f8e9; border-color: #a2bd6b; box-shadow: none; }
.text-input, .text-area { border-radius: 8px; }
.text-input:focus, .text-area:focus { border-color: #739832; box-shadow: 0 0 0 3px #bce75a35; }
.form-footer { margin-top: 17px; padding-top: 14px; gap: 15px; justify-content: flex-end; }
.form-buttons { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; width: 100%; }
.button-back, .button-next { min-height: 40px; font-size: .8rem; }
.button-back { min-width: 76px; }
.button-next { min-width: 122px; border-color: var(--lime); background: var(--lime); color: var(--ink); }
.button-next:hover { background: #c9ef7c; transform: none; }
.form-error:empty { display: none; }
.form-error:not(:empty) { margin: 12px 0 0; }
.briefing-summary.selection-card { min-width: 0; margin: 0; padding: 25px 23px; border: 1px solid #d0dfb7; border-radius: 16px; background: #edf4df; box-shadow: 0 8px 26px #12344e09; }
.briefing-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 17px; }
.briefing-summary h3 { margin: 0; color: var(--ink); font-size: 1.35rem; letter-spacing: -.035em; line-height: 1.15; }
.briefing-summary .selection-score { display: flex; flex-direction: column; gap: 5px; align-items: flex-end; margin: 0; }
.briefing-summary .selection-score strong { color: #526f1a; font-family: inherit; font-size: 1.8rem; letter-spacing: -.05em; line-height: 1; }
.briefing-summary .selection-score span { max-width: none; color: #5c6e47; font-size: .67rem; }
.briefing-summary .selection-bar { height: 8px; margin-bottom: 18px; background: #d4e0c0; }
.briefing-summary .selection-bar span { background: linear-gradient(90deg, #91b842, var(--lime)); }
.briefing-summary .briefing-empty { margin: 0; color: #56654c; font-size: .86rem; line-height: 1.6; }
.briefing-summary dl { display: block; margin: 0; }
.briefing-entry { display: grid; grid-template-columns: 77px minmax(0, 1fr); gap: 13px; min-width: 0; padding: 13px 0; border-bottom: 1px solid #d4dfc3; }
.briefing-entry:first-child { padding-top: 0; }
.briefing-entry:last-child { padding-bottom: 0; border-bottom: 0; }
.briefing-entry dt { margin: 0; color: #56654c; font-size: .81rem; line-height: 1.6; }
.briefing-entry dd { margin: 0; color: var(--ink); font-size: .88rem; font-weight: 650; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
.briefing-entry-long { display: block; }
.briefing-entry-long dt { margin-bottom: 7px; }
.briefing-services { margin: 0; padding-left: 17px; }
.briefing-services li { padding-left: 2px; margin: 0 0 4px; }
.briefing-services li:last-child { margin-bottom: 0; }
.briefing-description { font-weight: 450 !important; }
.form-reassurance { justify-self: start; display: flex; align-items: center; min-height: 40px; margin: 0; padding: 7px 12px; border-radius: 8px; background: var(--ink); color: #fff; font-size: .74rem; line-height: 1.4; }
/* Content is editorial, not a sequence of repeated benefit-card grids. */
.section-label { margin: 0 0 14px; color: var(--lime-dark); font-size: .69rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.promise-strip { padding: 34px 0 38px; background: #f5f7f8; border-top: 1px solid #e1e7eb; }
.promise-numbers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.promise-numbers > div { display: flex; flex-direction: column-reverse; align-items: center; padding: 0 22px; text-align: center; }
.promise-numbers > div + div { border-left: 1px solid #d6dfe4; }
.promise-numbers dt { color: var(--muted); font-size: .79rem; line-height: 1.5; }
.promise-numbers dd { margin: 0 0 9px; color: var(--ink); font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 750; line-height: 1.1; letter-spacing: -.045em; }
.promise-numbers dd span { font-size: .52em; letter-spacing: -.025em; }
.match-benefits { padding: 66px 0; background: #edf3df; }
.benefits-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 90px; align-items: start; }
.benefits-intro h2 { margin: 0 0 20px; font-size: clamp(1.8rem, 2.65vw, 2.2rem); }
.benefits-intro > p:not(.section-label) { max-width: 435px; color: #4b5e53; font-size: .94rem; line-height: 1.75; }
.benefits-intro .button-primary { margin-top: 16px; background: var(--ink); color: #fff; border-color: var(--ink); gap: 18px; }
.benefits-intro .button-primary:hover { background: #224b63; }
.benefit-reasons { margin: 0; }
.benefit-reasons > div { padding: 22px 0; border-bottom: 1px solid #cdd9ba; }
.benefit-reasons > div:first-child { padding-top: 0; }
.benefit-reasons > div:last-child { padding-bottom: 0; border-bottom: 0; }
.benefit-reasons dt { font-size: 1.12rem; font-weight: 750; letter-spacing: -.025em; }
.benefit-reasons dd { margin: 8px 0 0; color: #4b5e53; font-size: .9rem; line-height: 1.7; }
.project-perspective { padding: 72px 0; background: #fff; }
.perspective-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 90px; }
.perspective-heading h2 { margin: 0 0 22px; font-size: clamp(1.8rem, 2.65vw, 2.2rem); }
.perspective-heading > p:last-child { max-width: 320px; margin: 0; padding-left: 17px; border-left: 3px solid var(--lime); color: var(--muted); font-size: .94rem; line-height: 1.7; }
.perspective-copy > p { margin: 0 0 18px; color: var(--muted); font-size: .94rem; line-height: 1.8; }
.perspective-copy > p:first-child { color: var(--ink); }
.selection-story { padding: 76px 0 80px; background: #fff; }
.story-layout { display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: 65px; }
.story-copy h2 { margin: 0 0 24px; max-width: 480px; font-size: clamp(1.8rem, 2.65vw, 2.2rem); line-height: 1.2; }
.story-copy > p:not(.section-label) { color: var(--muted); font-size: .95rem; line-height: 1.75; margin: 0 0 17px; }
.story-copy > .story-conclusion { color: var(--ink); }
.text-action { display: inline-flex; align-items: center; gap: 12px; margin-top: 9px; color: var(--ink); font-size: .88rem; font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-action:hover { text-decoration-thickness: 2px; }
.text-action span { text-decoration: none; font-size: 1.1rem; }
.story-photo { margin: 0; min-width: 0; }
.story-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1.4; object-fit: cover; object-position: center; border-radius: 12px; }
.story-photo figcaption { margin-top: 13px; color: var(--ink); font-size: .77rem; line-height: 1.6; }
.reviews-section { padding: 68px 0; background: #fff; }
.reviews-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 27px; }
.reviews-intro { min-width: 0; }
.reviews-intro h2 { max-width: 610px; margin: 0 0 14px; font-size: clamp(1.8rem, 2.65vw, 2.2rem); line-height: 1.2; }
.reviews-demo-note { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.review-controls { display: flex; flex: 0 0 auto; gap: 9px; padding-bottom: 4px; }
.review-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #d5dfcc; border-radius: 50%; background: #f1f6e8; color: var(--ink); }
.review-arrow:hover:not(:disabled) { border-color: var(--lime); background: var(--lime); }
.review-arrow:disabled { opacity: .35; cursor: not-allowed; }
.review-arrow:focus-visible, .reviews-carousel:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.reviews-carousel { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; padding: 3px 0 20px; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #8caa50 #edf2e6; }
.reviews-carousel::-webkit-scrollbar { height: 5px; }
.reviews-carousel::-webkit-scrollbar-track { background: #edf2e6; border-radius: 6px; }
.reviews-carousel::-webkit-scrollbar-thumb { background: #8caa50; border-radius: 6px; }
.review-card { display: flex; flex-direction: column; min-width: 0; padding: 27px; border: 1px solid #dae3d0; border-radius: 12px; background: #fbfcf8; scroll-snap-align: start; }
.review-card-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.review-stars { color: #668823; font-size: 1.12rem; letter-spacing: 2px; line-height: 1; }
.review-example-label { color: #637157; font-size: .62rem; line-height: 1.5; }
.review-card h3 { margin: 0 0 13px; color: var(--ink); font-size: 1.09rem; line-height: 1.4; letter-spacing: -.02em; }
.review-card blockquote { flex: 1; margin: 0 0 26px; }
.review-card blockquote p { margin: 0; color: #4e615e; font-size: .91rem; line-height: 1.75; }
.review-author { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid #e1e8d8; }
.review-avatar { display: grid; place-items: center; flex: 0 0 39px; height: 39px; border-radius: 50%; background: #e6f0d4; color: #55731f; font-size: .77rem; font-weight: 750; }
.review-author-name, .review-project { display: block; }
.review-author-name { color: var(--ink); font-size: .8rem; font-weight: 700; line-height: 1.5; }
.review-project { margin-top: 3px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.reviews-cta { margin-top: 24px; }
.platform-strip { padding: 30px 0 32px; background: #fff; border-bottom: 1px solid var(--line); }
.platform-strip-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.platform-strip-head p { margin: 0; color: var(--muted); font-size: .79rem; font-weight: 600; }
.logo-pause { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); }
.logo-pause:hover { background: #edf4df; border-color: #b7cb94; }
.logo-pause:focus-visible, .logo-set a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.logo-pause .play-icon, .logo-pause[aria-pressed="true"] .pause-icon { display: none; }
.logo-pause[aria-pressed="true"] .play-icon { display: block; }
.logo-slider { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent); }
.logo-track { display: flex; width: max-content; animation: platform-drift 32s linear infinite; }
.logo-set { display: flex; flex: 0 0 1160px; align-items: center; justify-content: space-around; gap: 50px; width: 1160px; margin: 0; padding: 12px 25px; list-style: none; }
.logo-set li { display: flex; flex: 0 0 220px; justify-content: center; align-items: center; min-height: 70px; }
.logo-set a { display: flex; align-items: center; justify-content: center; min-height: 70px; border-radius: 3px; }
.logo-set img { display: block; max-width: 200px; max-height: 60px; object-fit: contain; }
.logo-set .logo-woo { width: 145px; height: 40px; }
.logo-slider:hover .logo-track, .logo-slider.is-paused .logo-track { animation-play-state: paused; }
/* Keep keyboard-focused logos in a static, scrollable row. */
.logo-slider:focus-within { overflow-x: auto; mask-image: none; }
.logo-slider:focus-within .logo-track { animation: none; }
.logo-slider:focus-within .logo-set[aria-hidden="true"] { display: none; }
@keyframes platform-drift { to { transform: translateX(-50%); } }
.advice-section { padding: 72px 0 78px; background: #f3f5f6; }
.advice-heading { max-width: 690px; margin-bottom: 44px; }
.advice-heading h2 { margin: 0 0 16px; font-size: 2.1rem; line-height: 1.2; }
.advice-heading > p:last-child { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.7; }
.advice-editorial { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 76px; align-items: start; }
.advice-topics { display: grid; gap: 33px; }
.advice-topic { scroll-margin-top: 100px; }
.advice-topic h3 { margin: 0 0 11px; font-size: 1.15rem; line-height: 1.3; letter-spacing: -.025em; }
.advice-topic p { margin: 0 0 15px; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.topic-link { display: inline-block; padding: 8px 15px; border-radius: 30px; background: #e5eaed; color: var(--ink); font-size: .78rem; font-weight: 700; line-height: 1.5; }
.topic-link:hover { background: #dce7c6; }
.featured-advice { padding: 38px 36px 34px; border: 1px solid #e0e6e9; border-radius: 12px; background: #fff; }
.featured-advice h3 { margin: 0 0 22px; font-size: clamp(1.7rem, 2.5vw, 2.15rem); line-height: 1.2; letter-spacing: -.035em; }
.featured-advice > p:not(.section-label) { margin: 0 0 18px; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.offer-example { margin: 26px 0; padding: 3px 0 3px 21px; border-left: 3px solid var(--lime); }
.offer-example > span { color: var(--muted); font-size: .68rem; }
.offer-example > p { margin: 9px 0 0; color: var(--ink); font-size: 1.11rem; font-weight: 600; line-height: 1.5; letter-spacing: -.02em; }
.featured-advice .text-action { font-size: .84rem; }
.faq-section { padding: 76px 0 80px; background: #f5f7f8; }
.faq-layout { display: block; max-width: 920px; }
.faq-intro { max-width: 650px; margin: 0 auto 36px; text-align: center; }
.faq-intro > p { max-width: none; margin-left: auto; margin-right: auto; }
.faq-intro h2 { font-size: 2.1rem; line-height: 1.2; }
.faq-intro > p:not(.section-label) { color: var(--muted); font-size: .95rem; line-height: 1.6; }
.faq-list { display: block; border-top: 1px solid var(--line); }
.faq-item { margin: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.faq-question { min-height: 72px; padding: 21px 0; font-size: .95rem; font-weight: 700; }
.faq-plus { background: transparent; border: 0; color: var(--ink); }
.faq-answer { max-width: none; visibility: hidden; font-size: .88rem; line-height: 1.75; }
.faq-item.open .faq-answer { height: auto !important; visibility: visible; }
.faq-answer p { padding: 0 48px 25px 0; }
.closing-section { padding: 51px 0; background: var(--ink); color: #fff; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.closing-inner h2 { margin: 0 0 11px; color: #fff; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.2; }
.closing-inner p { margin: 0; color: #d4e0e8; font-size: .9rem; }
.closing-inner .button-primary { flex: 0 0 auto; gap: 15px; background: var(--lime); color: var(--ink); border-color: var(--lime); }
.closing-inner .button-primary:hover { background: #c9ef7c; }
@media (min-width: 1600px) {
  .hero-photo img { object-position: 50% 80%; }
}
@media (max-width: 1000px) {
  .application-layout { --briefing-width: 290px; --form-gap: 18px; }
  .application-card { padding-left: 20px; padding-right: 20px; }
  .briefing-summary.selection-card { padding: 23px 20px; }
  .step-pane[data-step="0"] .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { padding-top: 154px; }
  .story-layout, .advice-editorial, .benefits-layout, .perspective-layout { gap: 36px; }
  .reviews-carousel { grid-auto-columns: calc((100% - 20px) / 2); }
  .featured-advice { padding: 28px; }
}
@media (max-width: 720px) {
  .container { width: calc(100% - 36px); }
  .nav { min-height: 66px; }
  .hero-grid { padding: 154px 0 82px; }
  .hero h1 { font-size: clamp(1.9rem, 5.8vw, 2.4rem); }
  .hero-copy > p { max-width: 440px; font-size: .86rem; }
  .hero .trust-row { gap: 6px 14px; margin-top: 13px; }
  .hero .trust-item { font-size: .67rem; }
  .hero-photo { height: 340px; bottom: auto; }
  .hero-photo img { object-position: 50% 24%; }
  .hero-photo::after { background: linear-gradient(180deg, #12344e05 0%, #12344e12 20%, #12344ead 39%, #12344ef7 68%, #12344e 100%); }
  .application-section > .container { top: -48px; margin-bottom: -48px; }
  .application-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .application-layout:not(.has-started) { width: 100%; }
  .has-started .application-card { height: calc(100svh - 48px); min-height: 560px; display: flex; flex-direction: column; }
  .has-started #form-content { display: flex; flex: 1; flex-direction: column; min-height: 0; }
  .has-started #form-content[hidden] { display: none; }
  .has-started .question-heading { flex: 0 0 auto; }
  .has-started #lead-form { display: flex; flex: 1; flex-direction: column; min-height: 0; }
  .has-started .form-step-stack { display: block; flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-gutter: stable; padding: 3px; }
  .has-started .step-pane { min-height: 0; }
  .has-started .step-pane[hidden] { display: none; }
  .has-started .form-footer { flex: 0 0 auto; margin-top: 12px; padding-top: 12px; }
  .has-started .step-head { min-height: 148px; }
  .application-card { padding: 21px 18px 18px; border-radius: 12px; }
  .step-head h2 { font-size: 1.2rem; }
  .step-head p { font-size: .77rem; }
  .step-head { gap: 12px; }
  .step-pane[data-step="0"] .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-pane[data-step="0"] .choice-card { min-height: 100px; }
  .step-pane[data-step="0"] .choice-title { font-size: .83rem; }
  .has-started .choice-card:not(.check-card) { min-height: 76px; padding: 13px 40px 13px 14px; }
  .has-started .choice-card .choice-icon { display: none; }
  .has-started .choice-card .choice-title { font-size: .88rem; }
  .has-started .choice-card .choice-copy { font-size: .76rem; line-height: 1.4; }
  #extras-fieldset .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .choice-card.check-card { display: block; min-height: 112px; padding: 32px 12px 12px; }
  .choice-card.check-card .choice-icon { display: none; }
  .choice-card.check-card .choice-check { top: 10px; right: 12px; transform: none; border-radius: 5px; }
  .form-footer { flex-direction: column-reverse; align-items: stretch; gap: 11px; }
  .form-buttons { gap: 8px; }
  .form-reassurance { padding: 6px 9px; font-size: .7rem; }
  .platform-strip { padding: 24px 0; }
  .platform-strip-head { margin-bottom: 9px; }
  .platform-strip-head p { font-size: .74rem; }
  .logo-set { width: 880px; flex-basis: 880px; gap: 30px; padding: 10px 20px; }
  .logo-set li { flex-basis: 180px; }
  .logo-set img { max-width: 170px; max-height: 50px; }
  .briefing-summary.selection-card { padding: 21px 18px; border-radius: 12px; }
  .briefing-summary h3 { font-size: 1.35rem; }
  .briefing-summary .selection-score strong { font-size: 1.8rem; }
  .step-number { width: 43px; height: 43px; font-size: .78rem; }
  .briefing-entry { grid-template-columns: 94px minmax(0, 1fr); }
  .promise-strip { padding: 26px 0 30px; }
  .promise-numbers > div { padding: 0 10px; }
  .promise-numbers dt { font-size: .65rem; }
  .promise-numbers dd { font-size: 2rem; }
  .selection-story, .advice-section, .faq-section, .match-benefits, .project-perspective, .reviews-section { padding: 44px 0 48px; }
  .story-layout, .advice-editorial, .benefits-layout, .perspective-layout { grid-template-columns: 1fr; gap: 32px; }
  .reviews-heading-row { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 17px; }
  .reviews-intro h2 { font-size: 1.75rem; }
  .reviews-carousel { grid-auto-columns: min(86%, 380px); gap: 14px; }
  .review-card { padding: 23px; }
  .review-card-top { margin-bottom: 20px; }
  .review-card blockquote p { font-size: .88rem; }
  .benefits-intro h2, .perspective-heading h2 { font-size: 1.75rem; }
  .story-copy h2, .advice-heading h2, .faq-intro h2 { font-size: 1.75rem; }
  .story-copy > p:not(.section-label), .advice-heading > p:last-child { font-size: .91rem; }
  .story-photo { max-width: 560px; }
  .story-photo img { aspect-ratio: 1.5; }
  .advice-heading { margin-bottom: 30px; }
  .advice-topics { gap: 29px; }
  .advice-topic h3 { font-size: 1.12rem; }
  .advice-topic p { font-size: .89rem; }
  .featured-advice { padding: 29px 24px; margin-top: 8px; }
  .featured-advice h3 { font-size: 1.8rem; }
  .faq-intro { margin-bottom: 24px; }
  .faq-question { min-height: 68px; padding: 18px 0; font-size: .87rem; }
  .faq-answer p { padding-right: 15px; }
  .closing-section { padding: 36px 0; }
  .closing-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 440px) {
  .form-buttons .button-back { min-width: 58px; padding: 0 8px; }
  .form-buttons .button-next { min-width: 96px; max-width: 108px; padding: 0 9px; }
  .form-reassurance { padding: 6px 7px; font-size: .66rem; }
  .hero-grid { padding-top: 150px; }
  .hero h1 { font-size: clamp(1.75rem, 7.8vw, 2rem); }
  .hero-copy > p { max-width: 335px; }
  .hero .trust-row { flex-direction: column; align-items: center; gap: 5px; }
  .choice-grid:not(.three) { grid-template-columns: 1fr; }
  .step-pane[data-step="0"] .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-grid.three { grid-template-columns: 1fr; }
  .step-pane { min-height: 230px; }
  .choice-card { min-height: 105px; }
  .form-fields { grid-template-columns: 1fr; }
  .topic-link { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .logo-track { width: 100%; animation: none; }
  .logo-slider { mask-image: none; }
  .logo-set { flex: 1 1 100%; width: 100%; flex-wrap: wrap; gap: 18px 26px; padding: 10px 0; }
  .logo-set li { flex: 1 1 160px; }
  .logo-set[aria-hidden="true"], .logo-pause { display: none; }
}
