/* Componentstijlen: wizard, FAQ, dropdown, mobiel menu, versie-switcher */

/* ---- Navigatie-dropdown ---- */
.navdrop-menu{position:absolute;top:calc(100% + 6px);left:-24px;width:380px;border-radius:18px;padding:10px;display:grid;gap:2px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:all .22s ease;backdrop-filter:blur(14px);border:1px solid transparent}
body.theme-licht .navdrop-menu{background:rgba(255,255,255,.98);border-color:rgba(11,52,92,.2);box-shadow:0 30px 70px rgba(30,80,130,.2)}
body.theme-donker .navdrop-menu{background:rgba(7,15,26,.97);border-color:rgba(122,180,230,.2);box-shadow:0 30px 70px rgba(2,8,16,.7)}
.navdrop:hover .navdrop-menu{opacity:1;transform:none;pointer-events:auto}

/* ---- Aanvraag-wizard ---- */
.g-wiz{display:grid;grid-template-columns:340px 1fr;gap:26px;margin-top:54px;border-radius:28px;padding:clamp(12px,2.5vw,26px);backdrop-filter:blur(10px);border:1px solid transparent}
body.theme-licht .g-wiz{background:linear-gradient(165deg,#FFFFFF,#F2F8FD);border-color:rgba(11,52,92,.18);box-shadow:0 40px 100px rgba(30,80,130,.16)}
body.theme-donker .g-wiz{background:linear-gradient(165deg,rgba(16,32,52,.75),rgba(7,15,26,.9));border-color:rgba(122,180,230,.18);box-shadow:0 40px 100px rgba(2,8,16,.6)}
.wiz-side{border-radius:20px;padding:26px;display:flex;flex-direction:column;border:1px solid transparent}
body.theme-licht .wiz-side{background:#F4F8FC;border-color:rgba(11,52,92,.12)}
body.theme-donker .wiz-side{background:rgba(5,11,19,.6);border-color:rgba(122,180,230,.12)}
.wiz-side-kop{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.wiz-side-kop span:first-child{font:600 12.5px 'Sora',sans-serif;letter-spacing:.14em}
body.theme-licht .wiz-side-kop span:first-child{color:#1177BD}
body.theme-donker .wiz-side-kop span:first-child{color:#6ED3F2}
.wiz-pct{font:700 13px 'Sora',sans-serif}
.wiz-bar{height:7px;border-radius:99px;overflow:hidden;margin-bottom:26px}
body.theme-licht .wiz-bar{background:rgba(11,52,92,.14)}
body.theme-donker .wiz-bar{background:rgba(122,180,230,.14)}
.wiz-bar-fill{height:100%;width:0;border-radius:99px;background:linear-gradient(90deg,#1E8FD5,#38C7E8);transition:width .4s ease;box-shadow:0 0 14px rgba(56,199,232,.5)}
.wiz-step{display:flex;gap:13px;align-items:center;padding:11px 12px;border-radius:13px;border:1px solid transparent;transition:all .2s}
.wiz-step.klik{cursor:pointer}
.wiz-step.actief{background:rgba(56,199,232,.1);border-color:rgba(56,199,232,.35)}
.wiz-step .tx{flex:1}
.wiz-dot{width:36px;height:36px;border-radius:11px;flex:none;display:grid;place-items:center;font-size:15px;border:1px solid transparent}
body.theme-licht .wiz-dot{background:#EFF5FA;color:#7A93A6;border-color:rgba(11,52,92,.15)}
body.theme-donker .wiz-dot{background:rgba(8,18,31,.8);color:#5E7C96;border-color:rgba(122,180,230,.15)}
.wiz-step.af .wiz-dot{color:#38C7E8;border-color:rgba(56,199,232,.35)}
.wiz-step.actief .wiz-dot{background:linear-gradient(135deg,#1E8FD5,#38C7E8);color:#fff;border-color:transparent;box-shadow:0 6px 18px rgba(56,199,232,.4)}
.wiz-step b{display:block;font-weight:800;font-size:14.5px}
body.theme-licht .wiz-step b{color:#5E7A8E}
body.theme-donker .wiz-step b{color:#8FA9BE}
body.theme-licht .wiz-step.actief b,body.theme-licht .wiz-step.af b{color:#0B2239}
body.theme-donker .wiz-step.actief b,body.theme-donker .wiz-step.af b{color:#EAF3FA}
.wiz-step small{display:block;font-size:12px;font-weight:600}
body.theme-licht .wiz-step small{color:#7A93A6}
body.theme-donker .wiz-step small{color:#5E7C96}
.wiz-check{margin-left:auto;color:#8CC63F;font-size:15px;display:none}
.wiz-step.vol .wiz-check{display:block}
.wiz-trust{margin-top:auto;padding-top:22px;border-top:1px solid transparent;display:grid;gap:11px;font-size:13px;font-weight:700}
body.theme-licht .wiz-trust{border-color:rgba(11,52,92,.12);color:#3E5A70}
body.theme-donker .wiz-trust{border-color:rgba(122,180,230,.12);color:#B9CCDC}
.wiz-trust span{display:flex;gap:10px;align-items:center}
.wiz-main{padding:14px 12px 6px;min-height:480px;display:flex;flex-direction:column}
.wiz-stap{display:none}
.wiz-stap.actief{display:block;animation:fadeUp .35s ease both}
.wiz-h{font-family:'Sora',sans-serif;font-size:26px;font-weight:600;margin:0 0 6px;letter-spacing:normal}
.wiz-h .optioneel{font-size:16px;font-weight:600}
body.theme-licht .wiz-h .optioneel{color:#7A93A6}
body.theme-donker .wiz-h .optioneel{color:#5E7C96}
.wiz-sub{font-size:14.5px;margin:0 0 24px}
body.theme-licht .wiz-sub{color:#5E7A8E}
body.theme-donker .wiz-sub{color:#8FA9BE}
.wiz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(165px,100%),1fr));gap:14px}
.keuze{border-radius:16px;padding:20px 18px;cursor:pointer;transition:all .2s;border:1px solid transparent}
body.theme-licht .keuze{background:#F0F6FB;border-color:rgba(11,52,92,.18)}
body.theme-donker .keuze{background:rgba(8,18,31,.6);border-color:rgba(122,180,230,.18)}
.keuze:hover{border-color:rgba(56,199,232,.6)}
.keuze.aan{border-color:#38C7E8;background:rgba(56,199,232,.12);box-shadow:0 10px 34px rgba(56,199,232,.25)}
.keuze i{font-size:26px;color:#6E8CA6}
.keuze.aan i{color:#38C7E8}
.keuze b{font-size:15px;display:block;margin-top:12px}
.keuze small{font-size:12.5px;font-weight:600}
body.theme-licht .keuze small{color:#5E7A8E}
body.theme-donker .keuze small{color:#8FA9BE}
.wiz-lijst{display:grid;gap:12px;max-width:620px}
.keuze-rij{display:flex;gap:16px;align-items:center;padding:17px 20px}
.keuze-rij i{font-size:22px;flex:none}
.keuze-rij b{margin-top:0;font-size:15.5px}
.keuze-rij small{font-size:13px}
.kdot{width:20px;height:20px;border-radius:50%;flex:none;border:2px solid rgba(122,180,230,.3)}
body.theme-licht .kdot{border-color:rgba(11,52,92,.3)}
.keuze.aan .kdot{border-color:#38C7E8;background:radial-gradient(circle,#38C7E8 45%,transparent 50%)}
.tel-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));gap:18px;max-width:560px}
.wlab{font:800 12px 'Manrope',sans-serif;letter-spacing:.09em;text-transform:uppercase;margin-bottom:10px}
.wlab2{font:800 11.5px 'Manrope',sans-serif;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px}
body.theme-licht .wlab,body.theme-licht .wlab2{color:#5E7A8E}
body.theme-donker .wlab,body.theme-donker .wlab2{color:#8FA9BE}
.tel-groep{display:flex;align-items:center;border-radius:14px;overflow:hidden;border:1px solid transparent}
body.theme-licht .tel-groep{background:#F7FAFC;border-color:rgba(11,52,92,.18)}
body.theme-donker .tel-groep{background:rgba(8,18,31,.7);border-color:rgba(122,180,230,.18)}
.tel-btn{all:unset;cursor:pointer;width:52px;height:56px;display:grid;place-items:center;color:#38C7E8;font-size:20px}
.tel-btn:hover{background:rgba(56,199,232,.12)}
.tel-val{flex:1;text-align:center;font:700 24px 'Sora',sans-serif}
.wveld{box-sizing:border-box;width:100%;border-radius:12px;padding:13px 16px;font:600 15px 'Manrope',sans-serif;outline:none;border:1px solid transparent;resize:vertical}
body.theme-licht .wveld{background:#F7FAFC;border-color:rgba(11,52,92,.18);color:#0B2239}
body.theme-donker .wveld{background:rgba(8,18,31,.7);border-color:rgba(122,180,230,.18);color:#EAF3FA}
.wveld:focus{border-color:#38C7E8;box-shadow:0 0 0 3px rgba(56,199,232,.15)}
.wveld.fout{border-color:rgba(255,110,100,.6)}
.wveld.groot{font:700 18px 'Sora',sans-serif;padding:15px 18px;border-radius:14px}
.winfo{display:flex;gap:10px;margin-top:18px;padding:13px 16px;border-radius:13px;max-width:560px;font-size:13.5px;font-weight:600;align-items:flex-start;background:rgba(30,143,213,.08);border:1px solid rgba(56,199,232,.2)}
body.theme-licht .winfo{color:#45607A}
body.theme-donker .winfo{color:#A9BFD1}
.winfo i{color:#38C7E8}
.wdrop{border:2px dashed rgba(56,199,232,.4);border-radius:18px;padding:44px 30px;text-align:center;cursor:pointer;background:rgba(30,143,213,.05)}
.wdrop:hover{background:rgba(30,143,213,.1);border-color:#38C7E8}
.wdrop i{font-size:40px;color:#38C7E8}
.wdrop b{display:block;font-weight:800;font-size:16px;margin-top:10px}
.wdrop small{display:block;font-size:13px;font-weight:600;margin-top:5px}
body.theme-licht .wdrop small{color:#5E7A8E}
body.theme-donker .wdrop small{color:#8FA9BE}
.wchips{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.wchip{display:flex;gap:9px;align-items:center;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;border:1px solid rgba(56,199,232,.3)}
body.theme-licht .wchip{background:#EFF5FA}
body.theme-donker .wchip{background:rgba(8,18,31,.8)}
.wchip i.bi-image{color:#38C7E8}
.wchip .x{cursor:pointer;font-size:11px}
body.theme-licht .wchip .x{color:#5E7A8E}
body.theme-donker .wchip .x{color:#8FA9BE}
.wform{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:14px}
.wcheck{display:flex;gap:11px;align-items:flex-start;margin-top:16px;cursor:pointer;font-size:13.5px;font-weight:600;max-width:600px}
body.theme-licht .wcheck{color:#45607A}
body.theme-donker .wcheck{color:#A9BFD1}
.wcheck input{accent-color:#1E8FD5;width:17px;height:17px;margin-top:1px;flex:none}
.wfout{display:none;gap:9px;align-items:center;margin-top:14px;font-size:13.5px;font-weight:700}
body.theme-licht .wfout{color:#D64541}
body.theme-donker .wfout{color:#FF8A80}
.wfout.zien{display:flex}
.wiz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:28px}
.wknop-terug{all:unset;cursor:pointer;font-weight:700;font-size:14.5px;padding:13px 20px;border-radius:12px;border:1px solid transparent;display:inline-flex;gap:9px;align-items:center}
body.theme-licht .wknop-terug{color:#5E7A8E;border-color:rgba(11,52,92,.22)}
body.theme-donker .wknop-terug{color:#8FA9BE;border-color:rgba(122,180,230,.22)}
.wknop-terug:hover{border-color:#38C7E8}
.wknop-terug.uit{visibility:hidden}
.wknop-door{all:unset;cursor:pointer;background:linear-gradient(135deg,#1E8FD5,#38C7E8);color:#fff;font-weight:800;font-size:15px;padding:14px 26px;border-radius:13px;display:inline-flex;gap:10px;align-items:center;box-shadow:0 10px 30px rgba(30,143,213,.4);transition:all .2s}
.wknop-door:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(56,199,232,.55)}
.wknop-door.uit{opacity:.4;pointer-events:none}
.wiz-klaar{display:none;text-align:center;padding:30px 20px 10px}
.wiz-klaar.actief{display:block}
.wk-circle{width:92px;height:92px;border-radius:50%;background:linear-gradient(135deg,#1E8FD5,#38C7E8);display:grid;place-items:center;margin:0 auto;color:#fff;font-size:44px;animation:pop .6s cubic-bezier(.2,1.4,.4,1) both;box-shadow:0 16px 50px rgba(56,199,232,.5)}
.wk-h{font-family:'Sora',sans-serif;font-size:30px;font-weight:600;margin:26px 0 0}
.wk-p{font-size:15.5px;line-height:1.65;margin:12px auto 0;max-width:480px}
body.theme-licht .wk-p{color:#45607A}
body.theme-donker .wk-p{color:#A9BFD1}
.wk-ref{display:inline-flex;gap:9px;align-items:center;margin:18px 0 0;padding:9px 18px;border-radius:999px;background:rgba(56,199,232,.1);border:1px solid rgba(56,199,232,.35);font:700 14px 'Sora',sans-serif}
body.theme-licht .wk-ref{color:#1177BD}
body.theme-donker .wk-ref{color:#6ED3F2}
.wov{text-align:left;max-width:520px;margin:28px auto 0;border-radius:16px;padding:22px 26px;border:1px solid transparent}
body.theme-licht .wov{background:#F4F8FC;border-color:rgba(11,52,92,.14)}
body.theme-donker .wov{background:rgba(5,11,19,.6);border-color:rgba(122,180,230,.14)}
.wov-kop{font:600 12px 'Sora',sans-serif;letter-spacing:.14em;margin-bottom:14px}
body.theme-licht .wov-kop{color:#1177BD}
body.theme-donker .wov-kop{color:#6ED3F2}
.wov-rij{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid transparent;font-size:14px}
body.theme-licht .wov-rij{border-color:rgba(11,52,92,.09)}
body.theme-donker .wov-rij{border-color:rgba(122,180,230,.09)}
.wov-rij span{font-weight:600}
body.theme-licht .wov-rij span{color:#5E7A8E}
body.theme-donker .wov-rij span{color:#8FA9BE}
.wov-rij b{text-align:right}
.wk-reset{all:unset;cursor:pointer;margin-top:26px;font-weight:700;font-size:14.5px;display:inline-flex;gap:8px;align-items:center}
body.theme-licht .wk-reset{color:#1177BD}
body.theme-licht .wk-reset:hover{color:#0A5A94}
body.theme-donker .wk-reset{color:#6ED3F2}
body.theme-donker .wk-reset:hover{color:#93DFFB}

/* ---- FAQ ---- */
.faq-lijst{display:grid;gap:14px;margin-top:46px}
.faq-item{border-radius:18px;border:1px solid transparent;transition:all .25s}
body.theme-licht .faq-item{background:#FFFFFF;border-color:rgba(11,52,92,.14)}
body.theme-donker .faq-item{background:rgba(8,17,29,.55);border-color:rgba(122,180,230,.14)}
body.theme-licht .faq-item.open{background:linear-gradient(165deg,#FFFFFF,#F4F9FD);border-color:rgba(56,199,232,.4)}
body.theme-donker .faq-item.open{background:linear-gradient(165deg,rgba(19,38,60,.75),rgba(8,17,29,.9));border-color:rgba(56,199,232,.4)}
.faq-kop{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 26px;cursor:pointer}
.faq-kop b{font-family:'Sora',sans-serif;font-size:17.5px;font-weight:600}
.faq-kop i{font-size:18px;flex:none;transition:transform .25s}
body.theme-licht .faq-kop i{color:#7A93A6}
body.theme-donker .faq-kop i{color:#5E7C96}
.faq-item.open .faq-kop i{transform:rotate(45deg);color:#38C7E8}
.faq-a{display:none;padding:0 26px 24px;font-size:15px;line-height:1.7;max-width:720px}
body.theme-licht .faq-a{color:#45607A}
body.theme-donker .faq-a{color:#A9BFD1}
.faq-item.open .faq-a{display:block}

/* ---- Versie-switcher ---- */
.versie-switch{position:fixed;left:24px;bottom:24px;z-index:70;display:flex;gap:6px;padding:6px;border-radius:999px;backdrop-filter:blur(10px);border:1px solid transparent;font:700 13px 'Manrope',sans-serif}
body.theme-licht .versie-switch{background:rgba(255,255,255,.92);border-color:rgba(11,52,92,.15);box-shadow:0 10px 30px rgba(30,80,130,.18)}
body.theme-donker .versie-switch{background:rgba(8,18,31,.88);border-color:rgba(122,180,230,.2);box-shadow:0 10px 30px rgba(2,8,16,.5)}
.versie-switch a{padding:9px 16px;border-radius:999px;text-decoration:none}
body.theme-licht .versie-switch a{color:#5E7A8E}
body.theme-donker .versie-switch a{color:#8FA9BE}
.versie-switch a.aan{background:linear-gradient(135deg,#1E8FD5,#38C7E8);color:#fff}
@media (max-width:640px){.versie-switch{left:12px;bottom:12px}}
