:root{--cocp-primary:#2E3522;--cocp-primary-dark:#13180A;--cocp-secondary:#3D432F;--cocp-canvas:#CAC18C;--cocp-canvas-light:#E0D497;--cocp-accent:#AB8D4D;--cocp-bg:#F7F3EC;--cocp-text:#1F2723;--cocp-white:#FFFFFF}
.cocp-planner,.cocp-dashboard{box-sizing:border-box;color:var(--cocp-text);font-family:inherit;line-height:1.5}.cocp-planner *,.cocp-dashboard *{box-sizing:border-box}.cocp-planner button,.cocp-planner input,.cocp-planner select,.cocp-dashboard button{font:inherit}.cocp-planner{width:min(1560px,calc(100vw - 32px));max-width:none;margin:30px 50%;transform:translateX(-50%);background:var(--cocp-bg);border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(19,24,10,.12)}.cocp-hero{display:flex;justify-content:space-between;gap:40px;align-items:end;padding:54px clamp(24px,5vw,72px);background:var(--cocp-primary);color:var(--cocp-white);position:relative;overflow:hidden}.cocp-hero:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(224,212,151,.25);border-radius:50%;right:-140px;top:-220px;box-shadow:0 0 0 65px rgba(224,212,151,.05),0 0 0 130px rgba(224,212,151,.04)}.cocp-hero>div{position:relative;z-index:1}.cocp-hero h1{color:var(--cocp-white);font-size:clamp(36px,5vw,68px);line-height:1.02;letter-spacing:-.035em;margin:10px 0 18px;max-width:750px}.cocp-hero p{font-size:clamp(16px,1.5vw,20px);max-width:740px;margin:0;color:#e9e6d9}.cocp-eyebrow,.cocp-kicker{display:block;color:var(--cocp-accent);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.cocp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;min-width:max-content}.cocp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border:1px solid transparent;border-radius:10px;font-weight:750;text-decoration:none!important;cursor:pointer;transition:transform .16s,background .16s,opacity .16s}.cocp-btn:hover{transform:translateY(-1px)}.cocp-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.cocp-btn-primary{background:var(--cocp-primary);color:#fff!important}.cocp-hero .cocp-btn-primary{background:var(--cocp-canvas-light);color:var(--cocp-primary-dark)!important}.cocp-btn-light{background:var(--cocp-white);border-color:#dcd6c4;color:var(--cocp-primary)!important}.cocp-btn-gold{background:var(--cocp-accent);color:#fff!important}.cocp-steps{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #ded9ca;padding:0 clamp(18px,5vw,70px)}.cocp-steps button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:78px;padding:12px;border:0;border-bottom:3px solid transparent;background:transparent;color:#74776d;font-weight:700;cursor:pointer}.cocp-steps button span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#ebe8de;color:var(--cocp-secondary)}.cocp-steps button.is-active{color:var(--cocp-primary);border-color:var(--cocp-accent)}.cocp-steps button.is-active span,.cocp-steps button.is-done span{background:var(--cocp-primary);color:#fff}.cocp-status,.cocp-notice{margin:18px clamp(18px,3vw,36px) 0;padding:14px 18px;border-radius:10px}.cocp-status{background:#e4eddd;border:1px solid #aebfa1;color:#23351b;font-weight:700}.cocp-status.is-error{background:#f9e5df;border-color:#deb4a5;color:#762f1c}.cocp-notice{background:#fff4d6;border:1px solid #dfc584;color:#5c471a}.cocp-workspace{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(430px,1.6fr) minmax(280px,.82fr);gap:18px;padding:24px}.cocp-panel{background:#fff;border:1px solid #e1dccd;border-radius:16px;box-shadow:0 7px 28px rgba(19,24,10,.05)}.cocp-options-panel,.cocp-summary-panel{padding:22px}.cocp-panel h2{color:var(--cocp-primary);font-size:24px;line-height:1.2;margin:6px 0 10px}.cocp-panel h3{color:var(--cocp-primary);font-size:16px;margin:24px 0 10px}.cocp-step-panel{display:none}.cocp-step-panel.is-active{display:block;animation:cocpFade .2s ease}.cocp-step-panel>p{color:#676d68}.cocp-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.cocp-planner label{display:flex;flex-direction:column;gap:6px;color:#3b433f;font-size:13px;font-weight:700}.cocp-planner input,.cocp-planner select{width:100%;min-height:45px;padding:9px 11px;border:1px solid #cfcabd;border-radius:9px;background:#fff;color:var(--cocp-text)}.cocp-planner input:focus,.cocp-planner select:focus{outline:2px solid rgba(171,141,77,.35);border-color:var(--cocp-accent)}.cocp-radio{display:flex;gap:18px;border:0;margin:18px 0 0;padding:0}.cocp-radio legend{font-size:13px;font-weight:700;margin-bottom:7px}.cocp-radio label{flex-direction:row;align-items:center}.cocp-radio input{width:auto;min-height:0}.cocp-panel-nav{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #eee9dc;margin-top:24px;padding-top:18px}.cocp-module-filters{display:flex;gap:6px;overflow:auto;padding:3px 0 10px}.cocp-module-filters button{border:1px solid #d8d3c5;background:#fff;color:var(--cocp-primary);border-radius:99px;padding:6px 10px;white-space:nowrap;font-size:12px;cursor:pointer}.cocp-module-filters button.is-active{background:var(--cocp-primary);color:#fff}.cocp-module-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-height:430px;overflow:auto;padding:2px}.cocp-module-option{text-align:left;border:1px solid #ded9ca;border-radius:10px;background:#fff;padding:11px;color:var(--cocp-text);cursor:pointer}.cocp-module-option:hover,.cocp-module-option.is-selected{border-color:var(--cocp-accent);background:#fbf7e9}.cocp-module-option-top{display:flex;justify-content:space-between;align-items:center}.cocp-module-option small{color:#777c76;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.cocp-module-option i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#eeece4;color:var(--cocp-primary);font-style:normal}.cocp-module-option.is-selected i{background:var(--cocp-primary);color:#fff}.cocp-module-option strong,.cocp-module-option>span:last-child{display:block}.cocp-module-option strong{font-size:13px;margin:7px 0 3px}.cocp-module-option>span:last-child{font-size:11px;color:#70756f;line-height:1.35}.cocp-config-options{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:18px;padding-top:15px;border-top:1px solid #eee9dc}.cocp-config-options h3{grid-column:1/-1;margin:0}.cocp-drag-help,.cocp-account-cta{padding:14px;border-radius:10px;background:#f1edda;color:#4d472d;margin-top:18px}.cocp-canvas-panel{padding:22px;min-width:0}.cocp-panel-heading,.cocp-result-heading{display:flex;justify-content:space-between;align-items:start;gap:15px}.cocp-vehicle-chip,.cocp-gold-badge{display:inline-flex;align-items:center;background:#eaddaa;color:#4b3b18;border-radius:99px;padding:5px 11px;font-size:12px;font-weight:800}.cocp-van-stage{display:grid;place-items:center;min-height:430px;background:linear-gradient(90deg,rgba(61,67,47,.045) 1px,transparent 1px),linear-gradient(rgba(61,67,47,.045) 1px,transparent 1px),#f5f1e7;background-size:22px 22px;border-radius:15px;margin-top:20px;padding:35px 18px;overflow:hidden}.cocp-van{position:relative;width:88%;height:255px;border:6px solid var(--cocp-primary);border-radius:70px 38px 38px 70px;background:var(--cocp-canvas-light);box-shadow:inset 0 0 0 4px rgba(255,255,255,.45),0 16px 35px rgba(19,24,10,.14);transition:width .25s}.cocp-van[data-length=L1]{width:76%}.cocp-van[data-length=L2]{width:84%}.cocp-van[data-length=L3]{width:92%}.cocp-van[data-length=L4]{width:100%}.cocp-cab{position:absolute;inset:6px auto 6px 6px;width:17%;border-right:4px solid var(--cocp-primary);border-radius:55px 0 0 55px;background:#d6cb94;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;transition:width .2s}.cocp-cab span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#5c5b47}.cocp-cab i{display:block;width:38px;height:18px;border-radius:8px 8px 3px 3px;background:var(--cocp-secondary)}.cocp-van.has-double-cabin .cocp-cab{width:29%}.cocp-cargo{position:absolute;left:19%;right:3%;top:7%;bottom:7%;overflow:hidden;border:1px dashed rgba(46,53,34,.35);border-radius:8px;transition:left .2s}.cocp-van.has-double-cabin .cocp-cargo{left:31%}.cocp-wheel{position:absolute;width:38px;height:20px;background:var(--cocp-primary-dark);border-radius:6px;z-index:3}.cocp-wheel-a{left:15%;top:-15px}.cocp-wheel-b{left:15%;bottom:-15px}.cocp-wheel-c{right:13%;top:-15px}.cocp-wheel-d{right:13%;bottom:-15px}.cocp-module-block{position:absolute;display:grid;place-items:center;min-width:45px;min-height:34px;border:2px solid rgba(19,24,10,.42);border-radius:7px;color:#182017;font-size:clamp(8px,1vw,11px);font-weight:800;text-align:center;line-height:1.1;padding:4px;cursor:grab;touch-action:none;user-select:none;box-shadow:0 3px 8px rgba(19,24,10,.16);z-index:2}.cocp-module-block.is-dragging{cursor:grabbing;z-index:10;box-shadow:0 7px 18px rgba(19,24,10,.28)}.cocp-module-block button{position:absolute;right:-6px;top:-7px;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:var(--cocp-primary-dark);color:#fff;line-height:17px;cursor:pointer}.cat-slapen{background:#c9d9b7}.cat-keuken{background:#e7c995}.cat-elektriciteit{background:#f1dda0}.cat-buiten{background:#b4c8b4}.cat-comfort{background:#d8c7cf}.cocp-canvas-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:16px;font-size:11px;color:#626862}.cocp-canvas-legend span{display:flex;align-items:center;gap:5px}.cocp-canvas-legend i{display:block;width:13px;height:13px;border-radius:3px}.cocp-empty-canvas{text-align:center;color:#73786f;font-size:13px;margin-top:16px}.cocp-score{padding:14px;background:var(--cocp-bg);border-radius:10px;margin:18px 0}.cocp-score-label{display:flex;justify-content:space-between;font-size:13px}.cocp-meter{height:9px;background:#dfddd4;border-radius:99px;overflow:hidden;margin-top:9px}.cocp-meter i{display:block;width:0;height:100%;background:var(--cocp-accent);transition:width .2s}.cocp-meter i.is-over{background:#b14d32}.cocp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.cocp-stats div{text-align:center;background:#f6f3ec;border-radius:8px;padding:10px 4px}.cocp-stats strong,.cocp-stats span{display:block}.cocp-stats strong{font-size:20px;color:var(--cocp-primary)}.cocp-stats span{font-size:9px;color:#777;line-height:1.2}.cocp-selected-list{max-height:270px;overflow:auto}.cocp-selected-item{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid #efebe0;font-size:13px}.cocp-selected-item button{border:0;background:none;color:#8d4632;font-size:11px;cursor:pointer}.cocp-muted{color:#767b75;font-size:13px}.cocp-warning-section{margin-top:22px;border-top:1px solid #eee9dc}.cocp-warning,.cocp-ok{font-size:12px;border-radius:8px;padding:10px;margin:7px 0}.cocp-warning{background:#fff0d7;border-left:3px solid var(--cocp-accent)}.cocp-ok{background:#e7efe0;border-left:3px solid #718661}.cocp-results{display:grid;grid-template-columns:1.3fr .9fr;gap:18px;padding:0 24px 24px}.cocp-result-card{position:relative;background:#fff;border:1px solid #e1dccd;border-radius:16px;padding:24px;overflow:hidden}.cocp-result-card.is-premium-locked{max-height:270px;filter:blur(3px);pointer-events:none;opacity:.55}.cocp-premium-gate{grid-column:1/-1;margin-top:-230px;z-index:4;align-self:center;justify-self:center;width:min(500px,90%);background:#fff;text-align:center;border:1px solid #ddd4b9;border-radius:16px;padding:28px;box-shadow:0 18px 60px rgba(19,24,10,.18)}.cocp-product-list{display:grid;gap:10px;margin-top:18px}.cocp-product-card{display:grid;grid-template-columns:24px 64px minmax(130px,1fr) auto;gap:12px;align-items:center;border:1px solid #e5e0d3;border-radius:11px;padding:11px}.cocp-product-card>input{width:18px;min-height:18px}.cocp-product-card img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#f2f0e9}.cocp-product-content{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.cocp-product-content>a{color:var(--cocp-primary);font-weight:800;text-decoration:none}.cocp-product-content small{color:#71766f}.cocp-product-type{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#5d4717;background:#efe2ad;border-radius:99px;padding:2px 7px}.cocp-product-type.recommended{background:#e2e5dd;color:#52604d}.cocp-product-buy{display:grid;grid-template-columns:auto 60px;gap:7px;align-items:center;justify-items:end}.cocp-product-buy input{min-height:36px;padding:5px}.cocp-mini-btn{grid-column:1/-1;border:0;border-radius:7px;background:var(--cocp-primary);color:#fff;padding:7px 10px;font-size:11px;font-weight:750;cursor:pointer}.cocp-mini-btn:disabled{opacity:.45}.cocp-empty-state{text-align:center;padding:35px;background:var(--cocp-bg);border-radius:11px;color:#6e736d}.cocp-empty-state strong{color:var(--cocp-primary)}.cocp-phase{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid #ece8dd}.cocp-phase>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--cocp-primary);color:#fff;font-size:11px;font-weight:800}.cocp-phase h3{font-size:14px;margin:0 0 5px;color:var(--cocp-primary)}.cocp-phase ul{margin:0;padding-left:18px;color:#656b66;font-size:12px}.cocp-checkout-bar{position:sticky;bottom:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 24px;background:rgba(46,53,34,.98);color:#fff;box-shadow:0 -8px 30px rgba(19,24,10,.15)}.cocp-checkout-bar>div:first-child{display:flex;flex-direction:column}.cocp-checkout-bar span{font-size:11px;color:#d9dacd}.cocp-checkout-bar>div:last-child{display:flex;gap:8px}.cocp-checkout-bar .cocp-btn{min-height:43px;font-size:12px}.cocp-checkout-bar .cocp-btn-light{background:transparent;color:#fff!important;border-color:#737865}.cocp-dashboard{max-width:1180px;margin:30px auto;padding:clamp(22px,4vw,48px);border-radius:20px;background:var(--cocp-bg)}.cocp-dashboard header h2{font-size:38px;color:var(--cocp-primary);margin:5px 0}.cocp-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.cocp-plan-card,.cocp-dashboard-empty{background:#fff;border:1px solid #ded9ca;border-radius:14px;padding:20px}.cocp-plan-card h3{font-size:22px;color:var(--cocp-primary);margin:12px 0 4px}.cocp-plan-meta{display:flex;justify-content:space-between;gap:10px;padding:12px 0;border-top:1px solid #eee9dc;color:#747970;font-size:11px}.cocp-plan-actions{display:flex;flex-wrap:wrap;gap:7px}.cocp-plan-actions .cocp-btn{min-height:36px;padding:7px 10px;font-size:11px}.cocp-link-danger{border:0;background:none;color:#934630;text-decoration:underline;cursor:pointer}.cocp-dashboard-empty{text-align:center;margin-top:25px;padding:45px}.cocp-skeleton{padding:30px;text-align:center;color:#777}
@keyframes cocpFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(max-width:1180px){.cocp-workspace{grid-template-columns:minmax(280px,.8fr) minmax(430px,1.4fr)}.cocp-summary-panel{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.cocp-summary-panel>.cocp-kicker,.cocp-summary-panel>h2{grid-column:1/-1}.cocp-results{grid-template-columns:1fr 1fr}.cocp-plan-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.cocp-planner{width:calc(100vw - 18px);border-radius:16px}.cocp-hero{align-items:start;flex-direction:column;padding:36px 25px}.cocp-hero-actions{min-width:0}.cocp-steps{padding:0 8px}.cocp-steps button{font-size:0;min-height:62px}.cocp-steps button span{font-size:13px}.cocp-workspace{grid-template-columns:1fr;padding:14px}.cocp-options-panel,.cocp-canvas-panel,.cocp-summary-panel{grid-column:auto}.cocp-summary-panel{display:block}.cocp-van-stage{min-height:355px}.cocp-results{grid-template-columns:1fr;padding:0 14px 14px}.cocp-checkout-bar{position:static;align-items:stretch;flex-direction:column}.cocp-checkout-bar>div:last-child{display:grid;grid-template-columns:1fr 1fr}.cocp-checkout-bar [data-add-all]{grid-column:1/-1;grid-row:1}.cocp-plan-grid{grid-template-columns:1fr}}
@media(max-width:560px){.cocp-hero-actions,.cocp-hero-actions .cocp-btn{width:100%}.cocp-field-grid,.cocp-module-options,.cocp-config-options{grid-template-columns:1fr}.cocp-config-options h3{grid-column:auto}.cocp-canvas-panel{padding:14px}.cocp-panel-heading{display:block}.cocp-vehicle-chip{margin-top:8px}.cocp-van-stage{min-height:290px;padding:30px 6px}.cocp-van{height:190px;border-width:4px}.cocp-cab{width:19%}.cocp-cargo{left:21%}.cocp-van.has-double-cabin .cocp-cab{width:31%}.cocp-van.has-double-cabin .cocp-cargo{left:33%}.cocp-wheel{width:28px;height:16px}.cocp-wheel-a,.cocp-wheel-c{top:-12px}.cocp-wheel-b,.cocp-wheel-d{bottom:-12px}.cocp-module-block{font-size:7px;min-width:34px;min-height:26px}.cocp-canvas-legend{display:none}.cocp-product-card{grid-template-columns:22px 54px 1fr}.cocp-product-card img{width:54px;height:54px}.cocp-product-buy{grid-column:2/-1;grid-template-columns:1fr 58px}.cocp-mini-btn{grid-column:1/-1;width:100%}.cocp-checkout-bar>div:last-child{grid-template-columns:1fr}.cocp-checkout-bar [data-add-all]{grid-column:auto;grid-row:auto}.cocp-result-card{padding:17px}.cocp-result-heading{display:block}.cocp-gold-badge{margin-top:7px}.cocp-dashboard{padding:18px}.cocp-dashboard header h2{font-size:30px}}

/* Product-visual planner refresh. */
.cocp-steps{grid-template-columns:minmax(140px,1fr) 30px minmax(140px,1fr) 30px minmax(140px,1fr) 30px minmax(140px,1fr);align-items:center;gap:4px;padding:25px clamp(18px,4vw,60px);background:#fbfaf6}
.cocp-steps button{position:relative;flex-direction:column;gap:5px;min-height:148px;padding:12px 8px;border:0;border-radius:13px;color:var(--cocp-primary);transition:background .18s,box-shadow .18s,transform .18s}
.cocp-steps button:hover{background:#f2eee3;transform:translateY(-2px)}
.cocp-steps button.is-active{border:0;background:#fff;box-shadow:0 9px 30px rgba(19,24,10,.08)}
.cocp-steps button>.cocp-step-number{position:absolute;left:7px;top:7px;display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--cocp-primary);color:#fff;font-size:12px;font-weight:850}
.cocp-steps button.is-done>.cocp-step-number{background:var(--cocp-accent)}
.cocp-steps button>.cocp-step-visual{display:block;width:72px;height:64px;border-radius:0;background:transparent;color:var(--cocp-primary)}
.cocp-step-visual svg{display:block;width:100%;height:100%}
.cocp-steps button>.cocp-step-copy{display:block;width:auto;height:auto;border-radius:0;background:transparent;color:inherit;text-align:center}
.cocp-step-copy strong,.cocp-step-copy small{display:block}
.cocp-step-copy strong{font-size:14px;line-height:1.2}
.cocp-step-copy small{margin-top:3px;color:#777c75;font-size:10px;font-weight:500;line-height:1.25}
.cocp-step-arrow{color:#a9aa9f;font-size:24px;text-align:center}
.cocp-view-mode{display:flex;align-items:center;gap:9px;width:max-content;margin:12px auto -3px;padding:7px 14px;border:1px solid #d9d4c5;border-radius:99px;background:#fff;box-shadow:0 4px 16px rgba(19,24,10,.05);color:var(--cocp-primary);font-size:12px;font-weight:800}
.cocp-view-mode svg{width:23px;height:23px}
.cocp-view-mode small{padding-left:9px;border-left:1px solid #ded9ca;color:#777d76;font-weight:500}
.cocp-van-stage{min-height:455px;padding:22px 12px;background:radial-gradient(circle at center,#fff 0,#f7f4ed 72%);border:1px solid #ece7dc}
.cocp-van{height:auto;aspect-ratio:1873/840;border:0;border-radius:0;background:none;box-shadow:none;transition:width .25s}
.cocp-van[data-length=L1]{width:82%}.cocp-van[data-length=L2]{width:88%}.cocp-van[data-length=L3]{width:94%}.cocp-van[data-length=L4]{width:100%}
.cocp-van-art{position:absolute;inset:0;z-index:0;background:url('../images/camper-van-empty-topdown.png') center/contain no-repeat;filter:drop-shadow(0 14px 16px rgba(19,24,10,.18));pointer-events:none}
.cocp-cab,.cocp-wheel{display:none}
.cocp-cargo{left:9%;right:36%;top:21%;bottom:28%;z-index:2;overflow:hidden;border:1px dashed rgba(46,53,34,.3);border-radius:5px;background:rgba(255,255,255,.025);transition:right .22s}
.cocp-van.has-double-cabin .cocp-cargo{left:9%;right:48%}
.cocp-double-cabin-zone{position:absolute;right:36%;top:21%;bottom:28%;z-index:1;display:none;width:12%;align-items:center;justify-content:center;border-left:2px solid rgba(46,53,34,.42);background:repeating-linear-gradient(135deg,rgba(46,53,34,.11) 0,rgba(46,53,34,.11) 7px,rgba(255,255,255,.15) 7px,rgba(255,255,255,.15) 14px);color:var(--cocp-primary);font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.cocp-van.has-double-cabin .cocp-double-cabin-zone{display:flex}
.cocp-module-options{grid-template-columns:1fr;gap:9px;max-height:500px}
.cocp-module-option{display:grid;grid-template-columns:68px minmax(0,1fr);gap:11px;align-items:center;padding:9px;border-color:#e1ddcf;background:#fff}
.cocp-module-option:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(19,24,10,.06)}
.cocp-module-option.is-selected{border-color:var(--cocp-accent);background:#fcf8eb;box-shadow:inset 3px 0 var(--cocp-accent)}
.cocp-module-option-visual{display:grid!important;width:68px!important;height:58px!important;place-items:center;border:0!important;border-radius:9px!important}
.cocp-option-icon{width:54px;height:54px;filter:drop-shadow(0 2px 2px rgba(19,24,10,.12))}
.cocp-module-option-copy{display:block;min-width:0;color:var(--cocp-text)!important;font-size:inherit!important;line-height:normal!important;text-align:left}
.cocp-module-option-top{display:flex!important;width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important}
.cocp-module-option-copy>strong,.cocp-module-option-copy>span:last-child{display:block}
.cocp-module-option-copy>strong{margin:4px 0 2px;font-size:13px}
.cocp-module-option-copy>span:last-child{overflow:hidden;color:#70756f;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.cocp-module-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:3px;border-width:2px;border-radius:7px;background:rgba(255,255,255,.94);color:#182017;box-shadow:0 3px 9px rgba(19,24,10,.22);backdrop-filter:blur(1px)}
.cocp-module-block.cat-slapen{border-color:#71865e;background:rgba(226,235,214,.95)}
.cocp-module-block.cat-keuken{border-color:#9a7740;background:rgba(242,222,184,.95)}
.cocp-module-block.cat-elektriciteit{border-color:#ac8d42;background:rgba(249,235,185,.95)}
.cocp-module-block.cat-buiten{border-color:#65816b;background:rgba(214,230,215,.95)}
.cocp-module-block.cat-comfort{border-color:#806e75;background:rgba(232,220,224,.95)}
.cocp-block-icon{width:min(70%,58px);height:min(70%,58px);min-height:18px;filter:drop-shadow(0 1px 1px rgba(19,24,10,.12));pointer-events:none}
.cocp-block-label{display:block;overflow:hidden;width:100%;font-size:clamp(6px,.7vw,9px);font-weight:850;line-height:1.05;text-align:center;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}
.cocp-module-block button{right:-7px;top:-8px;width:19px;height:19px;border:2px solid #fff;background:var(--cocp-primary-dark);font-size:14px;line-height:14px;box-shadow:0 2px 5px rgba(19,24,10,.2)}
.cocp-canvas-legend{justify-content:center;margin-top:13px}
.cocp-canvas-legend i{width:17px;height:17px;border:1px solid rgba(19,24,10,.09)}
.cocp-quick-tools{display:grid;grid-template-columns:repeat(8,minmax(62px,1fr));gap:7px;margin-top:20px}
.cocp-quick-tools button{display:flex;flex-direction:column;align-items:center;gap:4px;min-height:78px;padding:7px 4px;border:1px solid #e2ddcf;border-radius:10px;background:#fff;color:var(--cocp-primary);font-size:10px;font-weight:750;cursor:pointer;transition:transform .16s,border-color .16s,box-shadow .16s}
.cocp-quick-tools button:hover{transform:translateY(-2px);border-color:var(--cocp-accent);box-shadow:0 7px 18px rgba(19,24,10,.08)}
.cocp-quick-tools svg{width:42px;height:42px}
.cocp-selected-item{display:grid;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:8px;padding:8px 0}
.cocp-selected-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:8px}
.cocp-selected-icon svg{width:32px;height:32px}
.cocp-selected-copy{display:block;min-width:0}
.cocp-selected-copy strong,.cocp-selected-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cocp-selected-copy strong{font-size:12px}.cocp-selected-copy small{color:#858a83;font-size:9px;text-transform:uppercase;letter-spacing:.06em}
.cocp-selected-item button{display:grid;width:23px;height:23px;place-items:center;padding:0;border-radius:50%;background:#f1eee5;color:#8d4632;font-size:16px;text-decoration:none}
@media(max-width:1180px){.cocp-steps{grid-template-columns:repeat(4,1fr);gap:8px}.cocp-step-arrow{display:none}.cocp-quick-tools{grid-template-columns:repeat(4,1fr)}}
@media(max-width:850px){.cocp-steps{grid-template-columns:repeat(4,1fr);padding:10px 8px}.cocp-steps button{min-height:72px;padding:8px}.cocp-steps button>.cocp-step-number{position:static;width:26px;height:26px;font-size:11px}.cocp-steps button>.cocp-step-visual{width:35px;height:31px}.cocp-step-copy strong,.cocp-step-copy small{display:none}.cocp-view-mode small{display:none}.cocp-van-stage{min-height:340px;padding:14px 4px}.cocp-quick-tools{grid-template-columns:repeat(4,1fr)}}
@media(max-width:560px){.cocp-van-stage{min-height:245px}.cocp-van{height:auto;border:0}.cocp-cargo{left:9%;right:36%;top:21%;bottom:28%}.cocp-van.has-double-cabin .cocp-cargo{left:9%;right:48%}.cocp-module-block{min-width:25px;min-height:21px;padding:1px}.cocp-block-label{font-size:5px}.cocp-module-block button{right:-5px;top:-6px;width:16px;height:16px;font-size:11px}.cocp-quick-tools{grid-template-columns:repeat(4,1fr)}.cocp-quick-tools button{min-height:66px}.cocp-quick-tools svg{width:34px;height:34px}.cocp-view-mode{margin-top:10px}.cocp-module-option{grid-template-columns:58px 1fr}.cocp-module-option-visual{width:58px!important;height:52px!important}.cocp-option-icon{width:48px;height:48px}}
