/* Koelkastwijzer 3.0 — keuzehulp/configurator */
.kw-choice-page{background:var(--kw-background);min-height:70vh;padding:40px 0 78px}.kw-choice-page .entry-header,.kw-choice-page>.entry-content>h1{display:none}
.wg-keuzehulp{width:min(980px,calc(100% - 40px));margin:0 auto}
.wg-choice{background:#fff;border:1px solid var(--kw-border);box-shadow:var(--kw-shadow-md)}
.wg-choice__header{padding:34px 38px 24px;border-bottom:1px solid var(--kw-border)}
.wg-choice__kicker{display:block;margin-bottom:7px;color:var(--kw-blue);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.wg-choice__header h1,.wg-choice__header h2{margin:0;color:var(--kw-navy);font-size:clamp(31px,4vw,45px);letter-spacing:-.035em}.wg-choice__header p{max-width:700px;margin:10px 0 0;color:var(--kw-muted);font-size:15px;line-height:1.65}
.wg-choice__progress{height:5px;margin-top:23px;background:#e8edf4;overflow:hidden}.wg-choice__progress span{display:block;width:0;height:100%;background:var(--kw-cyan);transition:width .22s ease}
.wg-choice__form{padding:32px 38px 34px}.wg-choice__step{min-height:310px}.wg-choice__step[hidden]{display:none!important}
.wg-choice__eyebrow{margin:0 0 17px;color:var(--kw-muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.wg-choice__step h2,.wg-choice__step h3{margin:0 0 22px;color:var(--kw-navy);font-size:28px;letter-spacing:-.02em}
.wg-choice__options{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--kw-border);border-left:1px solid var(--kw-border)}
.wg-choice__option{position:relative;display:block;cursor:pointer;margin:0;border-right:1px solid var(--kw-border);border-bottom:1px solid var(--kw-border);background:#fff;transition:background .15s ease,border-color .15s ease}.wg-choice__option:hover{background:#f7faff}.wg-choice__option input{position:absolute;opacity:0;pointer-events:none}.wg-choice__option>span{display:flex;align-items:center;gap:15px;min-height:88px;padding:17px 19px}.wg-choice__option input:checked+span{background:#edf5ff;box-shadow:inset 4px 0 0 var(--kw-blue)}.wg-choice__option input:focus-visible+span{outline:3px solid #9ec5ff;outline-offset:-3px}
.wg-choice__visual-icon,.wg-choice__option-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;color:var(--kw-blue)}.wg-choice__visual-icon svg,.wg-choice__option-icon svg{width:27px;height:27px;stroke:currentColor;fill:none}.wg-choice__option-copy{display:grid;gap:3px}.wg-choice__option-copy strong,.wg-choice__feature-label{color:var(--kw-navy);font-size:15px;font-weight:800}.wg-choice__option-copy small{color:var(--kw-muted);font-size:13px;line-height:1.45}
.wg-choice__options--features{grid-template-columns:repeat(3,1fr)}.wg-choice__option--feature>span{min-height:76px}.wg-choice__option--feature .wg-choice__option-icon{width:30px;height:30px;flex-basis:30px}
.wg-choice__inbouw-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px;padding:20px;background:var(--kw-background);border:1px solid var(--kw-border)}.wg-choice__inbouw-fields[hidden]{display:none!important}.wg-choice__inbouw-fields label{display:grid;gap:7px;color:var(--kw-navy);font-size:13px;font-weight:750}.wg-choice__inbouw-fields input,.wg-choice__inbouw-fields select{width:100%;height:42px;padding:0 10px;background:#fff;border:1px solid #b9c6d8;color:var(--kw-text);font:inherit}
.wg-choice__budget{max-width:700px;padding:26px 0}.wg-choice__budget-value{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.wg-choice__budget-label{display:flex;align-items:center;gap:8px;color:var(--kw-muted);font-size:13px;font-weight:750}.wg-choice__budget-label svg{width:22px;height:22px}.wg-choice__budget-value strong{color:var(--kw-navy);font-size:32px}.wg-choice__range{width:100%;accent-color:var(--kw-blue)}.wg-choice__range-labels{display:flex;justify-content:space-between;margin-top:8px;color:var(--kw-muted);font-size:13px}
.wg-choice__actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid var(--kw-border)}.wg-choice__back,.wg-choice__next,.wg-choice__submit,.wg-choice-restart{min-height:44px;padding:0 18px;border:1px solid transparent;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.wg-choice__back{background:#fff;border-color:#b9c6d8;color:var(--kw-navy)}.wg-choice__back:disabled{opacity:.45;cursor:not-allowed}.wg-choice__next,.wg-choice__submit{margin-left:auto;background:var(--kw-blue);color:#fff}.wg-choice__next:hover,.wg-choice__submit:hover{background:var(--kw-blue-hover)}.wg-choice__error{margin:16px 0 0;padding:12px 14px;border-left:4px solid #b24e43;background:#fff3f1;color:#7f312a;font-size:13px}
.wg-choice__loading{display:grid;place-items:center;gap:12px;min-height:300px;padding:45px;color:var(--kw-navy)}.wg-choice__loading[hidden]{display:none!important}.wg-choice__loading span{width:32px;height:32px;border:3px solid #dce6f2;border-top-color:var(--kw-blue);border-radius:50%;animation:kw-choice-spin .8s linear infinite}@keyframes kw-choice-spin{to{transform:rotate(360deg)}}
.wg-choice__results[hidden]{display:none!important}.wg-choice-has-results .wg-choice__form{display:none}.wg-choice-results-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;padding:30px 38px;border-bottom:1px solid var(--kw-border)}.wg-choice-results-head h2{margin:5px 0 7px;color:var(--kw-navy);font-size:30px}.wg-choice-results-head p{margin:0;color:var(--kw-muted);line-height:1.6}.wg-choice-restart{background:#fff;border-color:#b9c6d8;color:var(--kw-navy)}
.wg-choice-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0 38px 38px}.wg-choice-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:24px 20px;border-right:1px solid var(--kw-border);border-bottom:1px solid var(--kw-border)}.wg-choice-card:nth-child(3n){border-right:0}.wg-choice-card--winner{border-top:4px solid var(--kw-cyan)}.wg-choice-card__top{display:flex;justify-content:space-between;align-items:start;gap:12px;min-height:35px}.wg-choice-card__rank{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;background:var(--kw-navy);color:#fff;font-size:13px;font-weight:800}.wg-choice-card__label{color:var(--kw-blue);font-size:13px;font-weight:800;text-transform:uppercase}.wg-choice-card__image{display:grid;place-items:center;height:230px;margin:10px 0;background:#fbfcfe}.wg-choice-card__image img{width:100%;height:210px;object-fit:contain}.wg-choice-card__brand{display:block;color:var(--kw-muted);font-size:13px;font-weight:800;text-transform:uppercase}.wg-choice-card__product{margin:4px 0 9px;color:var(--kw-navy);font-size:18px;line-height:1.3}.wg-choice-card__match{display:flex;align-items:center;gap:7px;color:var(--kw-green);font-size:13px;font-weight:800}.wg-choice-card__summary,.wg-choice-card__why{margin:12px 0 0;color:var(--kw-muted);font-size:13px;line-height:1.55}.wg-choice-card__why strong{color:var(--kw-navy)}.wg-choice-card__specs{display:grid;gap:0;margin:14px 0;border-top:1px solid var(--kw-border);border-bottom:1px solid var(--kw-border)}.wg-choice-card__specs>*{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-top:1px solid var(--kw-border);font-size:13px}.wg-choice-card__specs>*:first-child{border-top:0}.wg-choice-card__selected-wishes{margin:12px 0;color:var(--kw-muted);font-size:13px}.wg-choice-card__attention{margin:12px 0;padding:10px;border-left:3px solid #d5a62a;background:#fff9e9;color:#65501d;font-size:13px;line-height:1.5}.wg-choice-card__offer{margin-top:auto;padding-top:14px}.wg-choice-card__offer a{display:flex;justify-content:center;align-items:center;min-height:42px;width:100%;background:var(--kw-blue);color:#fff;font-size:13px;font-weight:800;text-decoration:none}.wg-choice-card__offer a:hover{background:var(--kw-blue-hover)}.wg-choice-card__cta-text{display:block;margin-top:6px;color:var(--kw-muted);font-size:13px;text-align:center}.wg-choice-empty{padding:46px 38px}.wg-choice-empty h2{margin-top:0;color:var(--kw-navy)}
@media(max-width:850px){.wg-keuzehulp{width:min(100% - 32px,760px)}.wg-choice__header,.wg-choice__form{padding-left:26px;padding-right:26px}.wg-choice__options--features{grid-template-columns:1fr 1fr}.wg-choice-results-grid{grid-template-columns:1fr 1fr;padding:0 26px 26px}.wg-choice-card:nth-child(n){border-right:1px solid var(--kw-border)}.wg-choice-card:nth-child(2n){border-right:0}.wg-choice-results-head{padding:26px}.wg-choice__inbouw-fields{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.kw-choice-page{padding:20px 0 55px}.wg-keuzehulp{width:calc(100% - 24px)}.wg-choice{box-shadow:none}.wg-choice__header{padding:24px 18px 18px}.wg-choice__header h1,.wg-choice__header h2{font-size:29px}.wg-choice__form{padding:24px 18px}.wg-choice__step{min-height:0}.wg-choice__options,.wg-choice__options--features{grid-template-columns:1fr}.wg-choice__option>span{min-height:72px;padding:13px 14px}.wg-choice__inbouw-fields{grid-template-columns:1fr}.wg-choice__actions{position:sticky;bottom:0;background:#fff;padding-bottom:10px;z-index:4}.wg-choice__back,.wg-choice__next,.wg-choice__submit{min-height:46px}.wg-choice-results-head{grid-template-columns:1fr;padding:22px 18px}.wg-choice-results-head h2{font-size:26px}.wg-choice-restart{width:100%}.wg-choice-results-grid{grid-template-columns:1fr;padding:0 18px 18px}.wg-choice-card:nth-child(n){display:grid;grid-template-columns:112px minmax(0,1fr);column-gap:15px;padding:20px 0;border-right:0}.wg-choice-card__top,.wg-choice-card__content,.wg-choice-card__offer{grid-column:2}.wg-choice-card__image{grid-column:1;grid-row:1 / span 8;height:170px;margin:0}.wg-choice-card__image img{height:160px}.wg-choice-card__top{min-height:28px}.wg-choice-card__product{font-size:17px}.wg-choice-card__specs{margin:10px 0}.wg-choice-card__offer{padding-top:9px}.wg-choice-card--winner{border-top:4px solid var(--kw-cyan)}}
@media(max-width:390px){.wg-choice-card:nth-child(n){grid-template-columns:92px minmax(0,1fr);column-gap:12px}.wg-choice-card__image{height:150px}.wg-choice-card__image img{height:140px}.wg-choice__visual-icon{flex-basis:30px;width:30px;height:30px}}
