:root{--vvc-ink:#07384a;--vvc-sky:#a6d8ef;--vvc-orange:#ff6b00;--vvc-paper:#f8f5ef;--vvc-line:#d9e2e5}.vvc-app,.vvc-app *{box-sizing:border-box}.vvc-app{font-family:Arial,Helvetica,sans-serif;color:var(--vvc-ink);width:100%;line-height:1.4}.vvc-app button,.vvc-modal button,.vvc-modal input{font:inherit}.vvc-app button{color:inherit}.vvc-shell{max-width:1600px;margin:auto;background:#fff}.vvc-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:.16em;color:#357489;margin-bottom:8px}.vvc-intro{text-align:center;padding:70px 24px 38px}.vvc-intro h2,.vvc-panel-title h2,.vvc-modal h2{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:0 0 14px;letter-spacing:-.035em}.vvc-intro p,.vvc-panel-title p{max-width:620px;margin:0 auto;color:#526c75}.vvc-models{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;padding:0 40px 70px}.vvc-model{border:1px solid var(--vvc-line);border-radius:18px;background:#fff;overflow:hidden;text-align:left;padding:0;cursor:pointer;transition:.25s;box-shadow:0 8px 30px rgba(4,51,68,.07)}.vvc-model:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(4,51,68,.14);border-color:var(--vvc-sky)}.vvc-model-image{display:block;aspect-ratio:4/3;background:var(--vvc-paper);overflow:hidden}.vvc-model-image img{width:100%;height:100%;object-fit:contain}.vvc-model-copy{display:block;padding:24px}.vvc-model-copy>small{display:block;color:#66818b;margin-bottom:3px}.vvc-model-copy strong{display:block;font-size:26px}.vvc-model-copy>span{display:block;margin:6px 0 22px}.vvc-model-copy em{display:flex;align-items:center;gap:8px;color:var(--vvc-orange);font-style:normal;font-weight:800}.vvc-app svg,.vvc-modal svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.vvc-config-shell{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(390px,.65fr);min-height:min(820px,90vh);max-width:none}.vvc-stage{position:relative;display:flex;flex-direction:column;background:linear-gradient(145deg,#edf8fc,#c3e6f4);min-width:0}.vvc-stage-top{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;position:absolute;z-index:2;width:100%}.vvc-back{display:flex;align-items:center;gap:7px;border:0;background:rgba(255,255,255,.8);padding:9px 13px;border-radius:40px;cursor:pointer;font-weight:700}.vvc-badge{font-size:11px;font-weight:800;letter-spacing:.1em;padding:8px 12px;border-radius:30px;background:var(--vvc-ink);color:#fff}.vvc-photo{flex:1;min-height:480px;display:flex;align-items:center;justify-content:center;padding:70px 30px 15px;overflow:hidden}.vvc-photo img{width:100%;height:100%;max-height:650px;object-fit:contain;filter:drop-shadow(0 24px 26px rgba(4,48,65,.12));transition:opacity .2s}.vvc-photo-info{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:0 34px 30px;padding:23px 28px;background:rgba(255,255,255,.9);border-radius:14px;backdrop-filter:blur(10px)}.vvc-photo-info small{color:#66818b}.vvc-photo-info h2{font-size:30px;margin:2px 0 0}.vvc-photo-info dl{display:flex;gap:30px;margin:0}.vvc-photo-info dl div{min-width:55px}.vvc-photo-info dt{font-size:11px;color:#66818b}.vvc-photo-info dd{font-weight:800;margin:2px 0 0}.vvc-panel{display:flex;flex-direction:column;min-width:0;max-height:min(900px,100vh);background:#fff;border-left:1px solid var(--vvc-line)}.vvc-panel-scroll{overflow-y:auto;padding:38px 38px 20px;scrollbar-color:#a7bdc5 transparent;scrollbar-width:thin}.vvc-panel-title{padding-bottom:26px;border-bottom:1px solid var(--vvc-line)}.vvc-panel-title h2{font-size:38px}.vvc-panel-title p{font-size:14px}.vvc-group{border:0;padding:26px 0;margin:0;border-bottom:1px solid var(--vvc-line)}.vvc-group legend{display:flex;align-items:center;gap:12px;padding:0;margin-bottom:15px;width:100%}.vvc-group legend>span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:var(--vvc-sky);font-weight:800}.vvc-group legend strong,.vvc-group legend small{display:block}.vvc-group legend small{font-size:11px;font-weight:normal;color:#6b8189}.vvc-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vvc-option{position:relative;display:flex;align-items:center;gap:9px;min-height:68px;padding:11px;text-align:left;border:1.5px solid var(--vvc-line);border-radius:10px;background:#fff;cursor:pointer;transition:.15s;overflow:hidden}.vvc-option:hover{border-color:#7eb7cc}.vvc-option.is-selected{border-color:var(--vvc-orange);background:#fff8f2;box-shadow:0 0 0 1px var(--vvc-orange)}.vvc-option-check{display:grid;place-items:center;flex:0 0 19px;width:19px;height:19px;border:1.5px solid #9db0b7;border-radius:50%}.vvc-option.is-selected .vvc-option-check{background:var(--vvc-orange);border-color:var(--vvc-orange);color:#fff}.vvc-option-check svg{width:13px}.vvc-option>span:nth-child(2){min-width:0;flex:1}.vvc-option strong,.vvc-option small{display:block}.vvc-option strong{font-size:13px;line-height:1.25}.vvc-option small{font-size:11px;color:#6b8189;margin-top:4px}.vvc-option img{width:48px;height:48px;object-fit:cover;border-radius:6px}.vvc-total{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 28px;border-top:1px solid var(--vvc-line);box-shadow:0 -10px 30px rgba(5,49,65,.06);background:#fff;z-index:2}.vvc-total small,.vvc-total strong,.vvc-total span{display:block}.vvc-total small,.vvc-total span{font-size:10px;color:#6b8189}.vvc-total strong{font-size:25px;line-height:1.1}.vvc-request,.vvc-modal form>button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:4px;background:var(--vvc-orange);color:#fff;font-weight:800;padding:15px 18px;cursor:pointer;text-transform:uppercase;font-size:12px;letter-spacing:.04em}.vvc-mobile-head{display:none}.vvc-modal-open{overflow:hidden}.vvc-modal-wrap{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:20px;font-family:Arial,sans-serif}.vvc-modal-backdrop{position:absolute;inset:0;background:rgba(2,29,39,.72);backdrop-filter:blur(4px)}.vvc-modal{position:relative;width:min(540px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;color:var(--vvc-ink);border-radius:18px;padding:38px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.vvc-modal-close{position:absolute;top:15px;right:15px;border:0;background:#edf3f5;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;cursor:pointer}.vvc-modal h2{font-size:36px}.vvc-modal>p{color:#60777f}.vvc-modal pre{font:13px/1.6 Arial,sans-serif;white-space:pre-wrap;background:#eef8fb;border-radius:9px;padding:14px}.vvc-modal label{display:block;font-size:12px;font-weight:700;margin-top:13px}.vvc-modal input:not([type=checkbox]){display:block;width:100%;border:1px solid #bdcbd0;border-radius:6px;padding:12px;margin-top:5px}.vvc-consent{display:flex!important;gap:8px;align-items:flex-start;font-weight:normal!important;line-height:1.35}.vvc-modal form>button{width:100%;margin-top:20px}.vvc-form-message{margin-top:14px;font-weight:700}.vvc-form-message.is-success{color:#187548}.vvc-form-message.is-error{color:#b12d22}
@media(max-width:980px){.vvc-config-shell{display:block}.vvc-mobile-head{display:flex;position:sticky;top:0;z-index:5;align-items:center;justify-content:space-between;padding:12px 18px;background:#fff;border-bottom:1px solid var(--vvc-line)}.vvc-mobile-head>div{flex:1;margin-left:10px}.vvc-mobile-head small,.vvc-mobile-head strong{display:block}.vvc-mobile-head small{font-size:9px;color:#66818b}.vvc-mobile-head>span{font-weight:800}.vvc-stage-top{display:none}.vvc-photo{min-height:410px;padding-top:25px}.vvc-photo-info{margin:0 18px 18px}.vvc-panel{max-height:none;border:0}.vvc-panel-scroll{overflow:visible}.vvc-total{position:sticky;bottom:0}.vvc-panel-title{display:none}}
@media(max-width:620px){.vvc-models{grid-template-columns:1fr;padding:0 16px 40px}.vvc-intro{padding:45px 18px 28px}.vvc-photo{min-height:310px;padding:15px 10px}.vvc-photo-info{display:block;padding:17px}.vvc-photo-info h2{font-size:24px}.vvc-photo-info dl{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:15px}.vvc-panel-scroll{padding:22px 17px}.vvc-options{grid-template-columns:1fr}.vvc-total{padding:13px 15px}.vvc-total strong{font-size:21px}.vvc-request{padding:13px 12px;font-size:11px}.vvc-modal{padding:30px 20px}.vvc-modal h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){.vvc-app *{transition:none!important;scroll-behavior:auto!important}}
.vvc-options{grid-template-columns:1fr}.vvc-option.is-disabled{opacity:.55;cursor:not-allowed}.vvc-option strong em{font-size:9px;color:#357489;font-style:normal;text-transform:uppercase}.vvc-option-desc,.vvc-option-rule{display:block}.vvc-option-desc{font-size:11px;color:#526c75;line-height:1.35;margin-top:6px}.vvc-option-rule{font-size:10px;color:#a74a11;margin-top:5px}.vvc-option img{width:64px}
.vvc-progress{display:flex;align-items:center;gap:12px;padding:22px 30px;border-bottom:1px solid var(--vvc-line);background:#fbfdfe}.vvc-progress>div{display:flex;align-items:center;gap:8px;color:#91a2a8}.vvc-progress>div span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e4ebee;font-size:12px;font-weight:800}.vvc-progress>div strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em}.vvc-progress>div.is-active,.vvc-progress>div.is-done{color:var(--vvc-ink)}.vvc-progress>div.is-active span{background:var(--vvc-orange);color:#fff}.vvc-progress>div.is-done span{background:var(--vvc-ink);color:#fff}.vvc-progress i{height:1px;flex:1;background:var(--vvc-line)}.vvc-panel-title{border:0;padding-bottom:18px}.vvc-panel-title h2{font-size:34px}.vvc-group{padding:20px 0}.vvc-group legend>span{background:#e3f4fb;color:var(--vvc-ink)}.vvc-option>span:last-child{min-width:0;flex:1}.vvc-visual-brand .vvc-options{grid-template-columns:repeat(2,minmax(0,1fr))}.vvc-visual-brand .vvc-option{display:flex;flex-direction:column;justify-content:center;min-height:150px;padding:10px;text-align:center}.vvc-visual-brand .vvc-brand-logo{width:100%;height:82px;object-fit:contain;border-radius:7px}.vvc-visual-brand .vvc-option-check{position:absolute;top:9px;right:9px}.vvc-visual-brand .vvc-option>span:last-child{flex:0}.vvc-visual-brand .vvc-option-desc{display:none}.vvc-visual-tiles .vvc-options{grid-template-columns:repeat(2,minmax(0,1fr))}.vvc-visual-tiles .vvc-option{min-height:76px}.vvc-visual-colors .vvc-options{grid-template-columns:repeat(3,minmax(0,1fr))}.vvc-visual-colors .vvc-option{display:flex;flex-direction:column;justify-content:flex-start;text-align:center;padding:10px;min-height:130px}.vvc-visual-colors .vvc-option-check{position:absolute;top:7px;right:7px}.vvc-swatch{display:block!important;flex:none!important;width:54px;height:54px;border-radius:50%;background:var(--swatch);border:2px solid #fff;box-shadow:0 0 0 1px #afbdc2;margin:3px auto 5px}.vvc-visual-colors .vvc-option>span:last-child{flex:0}.vvc-visual-colors .vvc-option strong{font-size:11px}.vvc-visual-colors .vvc-option-desc{display:none}.vvc-total-actions{display:flex;align-items:center;gap:8px}.vvc-stage-prev{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:#526c75;font-weight:700;font-size:11px;cursor:pointer}.vvc-stage-prev svg{width:16px}.vvc-next{display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:4px;background:var(--vvc-orange);color:#fff!important;font-weight:800;padding:15px 18px;cursor:pointer;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.vvc-config-shell{background:#e5e9eb}.vvc-stage{margin:8px 0 8px 8px;border-radius:14px;overflow:hidden}.vvc-panel{margin:8px;border-radius:14px;overflow:hidden;box-shadow:0 12px 32px rgba(5,49,65,.09)}
@media(max-width:620px){.vvc-progress{padding:15px 17px}.vvc-progress>div strong{display:none}.vvc-visual-brand .vvc-options{grid-template-columns:repeat(2,minmax(0,1fr))}.vvc-visual-colors .vvc-options{grid-template-columns:repeat(2,minmax(0,1fr))}.vvc-visual-tiles .vvc-options{grid-template-columns:1fr}.vvc-stage{margin:0;border-radius:0}.vvc-panel{margin:0;border-radius:0}.vvc-total{align-items:flex-end}.vvc-total-actions{flex-direction:column-reverse;align-items:stretch}.vvc-stage-prev{justify-content:center}}
.vvc-option:not(.is-selected) .vvc-option-check svg{opacity:0}
.vvc-app{font-size:16px;line-height:1.5}.vvc-kicker{font-size:13px}.vvc-panel-title p{font-size:16px;line-height:1.55}.vvc-group legend strong{font-size:16px}.vvc-group legend small{font-size:13px;line-height:1.4}.vvc-group legend>span{width:34px;height:34px;font-size:14px}.vvc-option{padding:14px;min-height:82px}.vvc-option strong{font-size:15px;line-height:1.35}.vvc-option small{font-size:13px}.vvc-option-desc{font-size:13px;line-height:1.45}.vvc-option-rule{font-size:12px}.vvc-option-check{width:22px;height:22px;flex-basis:22px}.vvc-visual-brand .vvc-option{min-height:170px}.vvc-visual-brand .vvc-option strong{font-size:14px}.vvc-visual-colors .vvc-option{min-height:145px}.vvc-visual-colors .vvc-option strong{font-size:13px}.vvc-total small,.vvc-total span{font-size:12px}.vvc-progress>div strong{font-size:12px}.vvc-stage-prev,.vvc-next{font-size:13px}.vvc-photo-info dt{font-size:12px}.vvc-photo-info dd{font-size:16px}
@media(max-width:980px){.vvc-mobile-head{padding:14px 18px}.vvc-mobile-head small{font-size:11px}.vvc-mobile-head strong{font-size:18px}.vvc-mobile-head>span{font-size:18px}.vvc-photo{min-height:340px}.vvc-panel-scroll{padding:28px 22px}.vvc-group{padding:24px 0}.vvc-option{min-height:88px}.vvc-total{padding:16px 18px}}
@media(max-width:620px){.vvc-app{font-size:16px}.vvc-photo{min-height:230px;padding:10px 8px}.vvc-photo img{max-height:245px}.vvc-photo-info{margin:0 12px 12px;padding:18px}.vvc-photo-info small{font-size:13px}.vvc-photo-info h2{font-size:26px}.vvc-photo-info dl{grid-template-columns:repeat(2,1fr);gap:12px 18px}.vvc-panel-scroll{padding:22px 16px}.vvc-progress{position:sticky;top:57px;z-index:4;background:#fff}.vvc-progress>div strong{display:block;font-size:11px}.vvc-visual-brand .vvc-option{min-height:165px;padding:12px 8px}.vvc-visual-brand .vvc-brand-logo{height:78px}.vvc-visual-brand .vvc-option strong{font-size:16px}.vvc-visual-colors .vvc-option{min-height:150px}.vvc-swatch{width:62px;height:62px}.vvc-option strong{font-size:16px}.vvc-option small{font-size:14px}.vvc-next,.vvc-request{min-height:50px;font-size:14px}.vvc-total strong{font-size:23px}}
.vvc-app{height:var(--vvc-height,900px);min-height:400px}.vvc-app>.vvc-shell{height:100%}.vvc-config-shell{height:100%;min-height:0}.vvc-stage{height:calc(100% - 16px);min-height:0;background:#f3f0eb}.vvc-photo{position:relative;min-height:0;padding:0;background:#f3f0eb}.vvc-photo>img{display:block;width:100%;height:100%;max-height:none;object-fit:cover;filter:none}.vvc-photo-info{position:absolute;z-index:3;left:0;right:0;bottom:0}.vvc-panel{height:calc(100% - 16px);max-height:none}.vvc-panel-scroll{min-height:0}.vvc-fullscreen{width:100vw;height:100vh;margin-left:calc(50% - 50vw);max-width:none}.vvc-image-ghost{position:absolute!important;z-index:2;inset:0;width:100%!important;height:100%!important;object-fit:cover;opacity:1;transform:scale(1);filter:blur(0);transition:opacity .62s ease,transform .72s cubic-bezier(.22,.61,.36,1),filter .62s ease}.vvc-image-ghost.is-leaving{opacity:0;transform:scale(1.025);filter:blur(3px)}.vvc-image-new{opacity:0;transform:scale(.985);filter:blur(2px)!important;transition:opacity .62s ease,transform .72s cubic-bezier(.22,.61,.36,1),filter .62s ease}.vvc-image-new.is-visible{opacity:1;transform:scale(1);filter:blur(0)!important}
@media(max-width:980px){.vvc-app{height:auto;min-height:var(--vvc-height,600px)}.vvc-app>.vvc-shell{height:auto}.vvc-config-shell{height:auto}.vvc-stage,.vvc-panel{height:auto}.vvc-photo{min-height:min(58vw,460px)}.vvc-photo-info{position:relative;left:auto;right:auto;bottom:auto}.vvc-fullscreen{height:auto;min-height:100vh}}
@media(prefers-reduced-motion:reduce){.vvc-image-ghost,.vvc-image-new{transition:none!important;transform:none!important;filter:none!important}}
.vvc-app{font-family:var(--vvc-font,Arial,Helvetica,sans-serif);max-width:var(--vvc-max-width,none);margin-inline:auto}.vvc-modal-wrap{font-family:var(--vvc-font,Arial,Helvetica,sans-serif)}.vvc-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.vvc-fullscreen,.vvc-wide-viewport{max-width:none}.vvc-wide-viewport{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}

/* VIICA Camper Corporate Design */
.vvc-app{--vvc-ink:#0a3749;--vvc-sky:#a9d0eb;--vvc-blue:#4778a1;--vvc-orange:#ff7302;--vvc-paper:#f5f8fa;--vvc-line:#c9dbe5;background:#0a3749}
.vvc-shell{position:relative;background:#fff;box-shadow:0 18px 55px rgba(10,55,73,.16)}
.vvc-intro{position:relative;isolation:isolate;overflow:hidden;background:#0a3749;color:#fff;padding-top:82px}
.vvc-intro:before,.vvc-intro:after{content:"";position:absolute;z-index:-1;pointer-events:none;clip-path:polygon(0 0,100% 30%,76% 100%,8% 82%)}
.vvc-intro:before{width:42%;height:100%;left:-8%;bottom:-42%;background:#4778a1;transform:rotate(8deg)}
.vvc-intro:after{width:34%;height:86%;right:-7%;top:-32%;background:#a9d0eb;opacity:.32;transform:rotate(-12deg)}
.vvc-intro .vvc-kicker{color:#a9d0eb}.vvc-intro p{color:#e8f3f8}.vvc-intro h2{font-weight:700}
.vvc-models{position:relative;background:linear-gradient(180deg,#0a3749 0 28px,#f5f8fa 28px 100%)}
.vvc-model{border-radius:3px;border:0;border-top:5px solid #4778a1;box-shadow:0 12px 32px rgba(10,55,73,.14)}
.vvc-model:hover{border-color:#ff7302;box-shadow:0 20px 44px rgba(10,55,73,.22)}
.vvc-model-copy strong,.vvc-panel-title h2,.vvc-photo-info h2{color:#0a3749}.vvc-model-copy em{color:#ff7302}
.vvc-config-shell{background:#0a3749;gap:0}.vvc-stage,.vvc-panel{border-radius:3px}.vvc-stage{isolation:isolate;background:#eef4f7}
.vvc-stage:before,.vvc-stage:after{content:"";position:absolute;z-index:1;pointer-events:none;opacity:.16;clip-path:polygon(0 13%,72% 0,100% 72%,22% 100%)}
.vvc-stage:before{left:-12%;bottom:-20%;width:54%;height:55%;background:#4778a1;transform:rotate(8deg)}
.vvc-stage:after{right:-14%;top:-18%;width:43%;height:50%;background:#a9d0eb;transform:rotate(-9deg)}
.vvc-photo-info{border-radius:2px;background:rgba(255,255,255,.93);border-left:6px solid #ff7302;box-shadow:0 10px 28px rgba(10,55,73,.14)}
.vvc-badge{background:#0a3749}.vvc-back{border-radius:2px;color:#0a3749}
.vvc-panel{border-left:0}.vvc-panel-title{padding-top:4px;border-top:5px solid #0a3749}.vvc-kicker{color:#4778a1}
.vvc-progress>div.is-active span{background:#ff7302}.vvc-progress>div.is-done span{background:#0a3749}.vvc-progress i{background:#a9d0eb}
.vvc-group legend>span{border-radius:2px;background:#a9d0eb;color:#0a3749}.vvc-option{border-radius:2px}.vvc-option:hover{border-color:#4778a1}
.vvc-option.is-selected{border-color:#ff7302;background:#fff7f0;box-shadow:inset 5px 0 0 #ff7302}.vvc-option.is-selected .vvc-option-check{background:#ff7302;border-color:#ff7302}
.vvc-request,.vvc-next,.vvc-modal form>button{border-radius:2px;background:#ff7302;color:#fff!important;box-shadow:0 7px 18px rgba(255,115,2,.24);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.vvc-request:hover,.vvc-next:hover,.vvc-modal form>button:hover{background:#e96500;transform:translateY(-1px);box-shadow:0 10px 22px rgba(255,115,2,.32)}
.vvc-request:focus-visible,.vvc-next:focus-visible,.vvc-option:focus-visible,.vvc-model:focus-visible{outline:3px solid #a9d0eb;outline-offset:3px}
.vvc-total{border-top:4px solid #a9d0eb}.vvc-total strong{color:#0a3749}.vvc-swatch{box-shadow:0 0 0 2px #a9d0eb}
.vvc-modal{border-radius:3px;border-top:7px solid #ff7302}.vvc-modal:before{content:"";position:absolute;right:-35px;top:-20px;width:140px;height:105px;background:#a9d0eb;opacity:.22;clip-path:polygon(25% 0,100% 22%,76% 100%,0 72%);pointer-events:none}
@media(max-width:620px){.vvc-intro{padding-top:56px}.vvc-models{background:linear-gradient(180deg,#0a3749 0 14px,#f5f8fa 14px 100%)}.vvc-photo-info{border-left-width:4px}.vvc-stage:before,.vvc-stage:after{opacity:.1}}
.vvc-badge{display:none!important}
.vvc-mobile-view{display:none}.vvc-vehicle-viewer{position:fixed;z-index:1000000;inset:0;display:grid;place-items:center;padding:18px}.vvc-vehicle-viewer-card{position:relative;width:min(720px,100%);background:#fff;color:#0a3749;border-top:6px solid #ff7302;box-shadow:0 28px 80px rgba(0,0,0,.38)}.vvc-vehicle-viewer-card>img{display:block;width:100%;max-height:72vh;object-fit:contain;background:#eee8df}.vvc-vehicle-viewer-card>strong,.vvc-vehicle-viewer-card>span{display:block;padding-inline:20px}.vvc-vehicle-viewer-card>strong{padding-top:16px;font-size:24px}.vvc-vehicle-viewer-card>span{padding-top:5px;padding-bottom:18px;color:#526c75}.vvc-modal-wrap{z-index:1000000}.vvc-modal{z-index:1}
@media(max-width:980px){.vvc-progress{position:relative!important;top:auto!important}.vvc-panel-scroll{overflow:visible!important}.vvc-mobile-view{display:flex;position:fixed;z-index:30;right:16px;bottom:86px;align-items:center;gap:7px;border:0;border-radius:2px;background:#0a3749!important;color:#fff!important;padding:12px 15px;font-weight:700;box-shadow:0 8px 24px rgba(10,55,73,.3)}.vvc-mobile-view svg{width:18px;height:18px}.vvc-group legend{scroll-margin-top:78px}.vvc-panel-title{overflow:visible}.vvc-vehicle-viewer-card>img{max-height:62vh}}
.vvc-modal textarea{display:block;width:100%;min-height:96px;resize:vertical;border:1px solid #bdcbd0;border-radius:6px;padding:12px;margin-top:5px;font:inherit;color:#0a3749;background:#fff}
.vvc-modal{overflow-x:hidden!important}.vvc-modal pre{max-width:100%;overflow-x:hidden;overflow-wrap:anywhere;word-break:break-word}.vvc-modal form,.vvc-modal label,.vvc-modal input,.vvc-modal textarea{max-width:100%}
.vvc-slide-arrow{position:absolute;z-index:5;top:50%;display:grid;place-items:center;width:46px;height:46px;margin-top:-23px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#0a3749!important;box-shadow:0 6px 20px rgba(10,55,73,.2);cursor:pointer}.vvc-slide-arrow:hover{background:#ff7302;color:#fff!important}.vvc-slide-prev{left:20px}.vvc-slide-next{right:20px}.vvc-slide-dots{position:absolute;z-index:5;left:50%;bottom:22px;display:flex;gap:7px;padding:7px 10px;border-radius:20px;background:rgba(10,55,73,.72);transform:translateX(-50%)}.vvc-slide-dots button{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer}.vvc-slide-dots button.is-active{background:#ff7302;border-color:#ff7302}.vvc-photo-info~.vvc-slide-dots{bottom:22px}
@media(max-width:980px){.vvc-slide-arrow{width:40px;height:40px;margin-top:-20px}.vvc-slide-prev{left:10px}.vvc-slide-next{right:10px}.vvc-slide-dots{bottom:12px}.vvc-photo-info{z-index:6}}
.vvc-slide-dots{bottom:135px}@media(max-width:980px){.vvc-slide-dots{bottom:12px}}
.vvc-weight-summary{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin:0 0 12px;padding:14px;background:#eef7fb;border-left:4px solid #4778a1;color:#0a3749}.vvc-weight-summary div small,.vvc-weight-summary div strong{display:block}.vvc-weight-summary div small{font-size:11px;color:#526c75}.vvc-weight-summary div strong{font-size:15px}.vvc-weight-summary>b{color:#4778a1}.vvc-weight-summary>span{grid-column:1/-1;padding-top:8px;border-top:1px solid #c9dbe5;font-size:12px;font-weight:700;color:#0a3749}.vvc-option-weight{display:block;margin-top:5px;color:#4778a1;font-size:12px;font-weight:700}.vvc-option.is-selected .vvc-option-weight{color:#c95700}

/* Ausführliche Optionen, Info-Popups, Disclaimer und Anfrageformular */
.vvc-option{height:auto;overflow:visible;padding-right:40px}.vvc-option>span:not(.vvc-option-check):not(.vvc-swatch),.vvc-option strong,.vvc-option small,.vvc-option-desc,.vvc-option-rule{min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal}.vvc-info-trigger{position:absolute;top:10px;right:10px;z-index:2;display:grid!important;place-items:center;width:25px;height:25px;border:1px solid #4778a1;border-radius:50%;background:#fff;color:#0a3749;font:800 14px/1 Georgia,serif;cursor:pointer}.vvc-info-trigger:hover,.vvc-info-trigger:focus-visible{background:#0a3749;color:#fff;outline:2px solid #a9d0eb;outline-offset:2px}.vvc-info-modal-wrap,.vvc-disclaimer-wrap{position:fixed;z-index:1000000;inset:0;display:grid;place-items:center;padding:20px;font-family:var(--vvc-font,"PT Sans",Arial,sans-serif)}.vvc-info-modal,.vvc-disclaimer{position:relative;width:min(620px,100%);max-height:calc(100dvh - 40px);overflow-y:auto;overflow-x:hidden;background:#fff;color:#0a3749;border-top:6px solid #ff7302;padding:40px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.vvc-info-modal:after,.vvc-disclaimer:after{content:"";position:absolute;z-index:-1;top:0;right:0;width:120px;height:100px;background:#eaf4fa;clip-path:polygon(42% 0,100% 0,100% 100%,0 62%)}.vvc-info-modal h2,.vvc-disclaimer h2{margin:0 45px 18px 0;font-size:clamp(27px,4vw,40px);line-height:1.1}.vvc-info-modal>div:not(.vvc-kicker){white-space:pre-line;overflow-wrap:anywhere;line-height:1.65}.vvc-info-ok,.vvc-disclaimer-accept,.vvc-disclaimer-decline{border:0;padding:14px 20px;font-weight:800;text-transform:uppercase;cursor:pointer}.vvc-info-ok,.vvc-disclaimer-accept{background:#ff7302;color:#fff}.vvc-info-ok{margin-top:25px}.vvc-disclaimer-copy{white-space:pre-line;overflow-wrap:anywhere;line-height:1.62}.vvc-disclaimer-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;margin-top:28px}.vvc-disclaimer-decline{background:#a9d0eb;color:#0a3749}.vvc-disclaimer-accept{display:flex;align-items:center;justify-content:center;gap:8px;background:#0a3749}.vvc-request-modal{width:min(760px,100%);overflow-y:auto;overflow-x:hidden}.vvc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.vvc-form-grid .vvc-span-2{grid-column:1/-1}.vvc-modal textarea{display:block;width:100%;border:1px solid #bdcbd0;border-radius:6px;padding:12px;margin-top:5px;font:inherit;resize:vertical}.vvc-interests{display:grid;grid-template-columns:1fr 1fr;gap:9px 16px;margin:20px 0 4px;padding:16px;border:1px solid #d9e2e5}.vvc-interests legend{padding:0 7px;font-size:13px;font-weight:800}.vvc-interests label{display:flex;gap:8px;align-items:flex-start;margin:0;font-weight:400;line-height:1.35}.vvc-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:620px){.vvc-info-modal,.vvc-disclaimer{padding:32px 20px}.vvc-disclaimer-actions,.vvc-form-grid,.vvc-interests{grid-template-columns:1fr}.vvc-form-grid .vvc-span-2{grid-column:auto}.vvc-request-modal{padding:30px 18px}.vvc-request-modal pre{max-height:190px;overflow:auto}.vvc-option{padding-right:42px}}

/* Formularbreiten und eindeutige Icon-Positionen */
.vvc-modal-wrap,.vvc-modal-wrap *,.vvc-info-modal-wrap,.vvc-info-modal-wrap *,.vvc-disclaimer-wrap,.vvc-disclaimer-wrap *{box-sizing:border-box}.vvc-form-grid>*{min-width:0}.vvc-form-grid input,.vvc-request-modal textarea{min-width:0;max-width:100%}.vvc-visual-brand .vvc-option-check,.vvc-visual-colors .vvc-option-check{left:9px;right:auto}.vvc-visual-brand .vvc-info-trigger,.vvc-visual-colors .vvc-info-trigger{left:auto;right:9px}.vvc-visual-brand .vvc-option,.vvc-visual-colors .vvc-option{padding-left:40px;padding-right:40px}
@media(max-width:620px){.vvc-modal-wrap{padding:8px}.vvc-request-modal{width:100%;max-width:100%;max-height:calc(100dvh - 16px)}.vvc-form-grid{gap:0}.vvc-form-grid label{width:100%;min-width:0}.vvc-request-modal input:not([type=checkbox]),.vvc-request-modal textarea{width:100%}.vvc-interests{padding:14px 12px}.vvc-interests label{min-height:28px}.vvc-visual-brand .vvc-option,.vvc-visual-colors .vvc-option{padding-left:40px;padding-right:40px}}

.vvc-request-modal select{display:block;width:100%;min-width:0;max-width:100%;border:1px solid #bdcbd0;border-radius:6px;padding:12px;margin-top:5px;font:inherit;color:#0a3749;background:#fff}
.vvc-turnstile{max-width:100%;margin-top:18px;overflow:hidden}
@media(max-width:620px){.vvc-request-modal select{width:100%;font-size:16px}}

/* Accessibility-responsive layout: Windows display scaling and browser zoom
   reduce the usable CSS viewport. Switch before the desktop split becomes cramped. */
@media(max-width:1180px){
  .vvc-app{height:auto;min-height:var(--vvc-height,600px)}
  .vvc-app>.vvc-shell,.vvc-config-shell{height:auto}
  .vvc-config-shell{display:block}
  .vvc-mobile-head{display:flex;position:sticky;top:0;z-index:45;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border-bottom:1px solid var(--vvc-line)}
  .vvc-mobile-head>div{flex:1;margin-left:10px}.vvc-mobile-head small,.vvc-mobile-head strong{display:block}.vvc-mobile-head small{font-size:11px;color:#66818b}.vvc-mobile-head strong,.vvc-mobile-head>span{font-size:18px}
  .vvc-stage-top{display:none}.vvc-stage,.vvc-panel{height:auto;margin:0;border-radius:0}.vvc-stage{min-height:0}
  .vvc-photo{min-height:clamp(300px,48vw,520px);padding:0}.vvc-photo>img{max-height:520px;object-fit:cover}
  .vvc-photo-info{position:relative;left:auto;right:auto;bottom:auto;margin:0 18px 18px}
  .vvc-panel{max-height:none;border:0;box-shadow:none}.vvc-panel-title{display:none}.vvc-panel-scroll{overflow:visible!important;padding:28px 22px}
  .vvc-progress{position:relative!important;top:auto!important;overflow-x:auto;scrollbar-width:none}.vvc-progress::-webkit-scrollbar{display:none}.vvc-progress>div{flex:0 0 auto}.vvc-progress i{min-width:28px}
  .vvc-group{padding:24px 0}.vvc-option{min-height:88px}
  .vvc-total{position:sticky!important;z-index:40;bottom:0;display:block;padding:11px 14px;background:#fff;border-top:4px solid #a9d0eb;box-shadow:0 -8px 24px rgba(10,55,73,.16)}
  .vvc-total>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:9px}.vvc-total>div:first-child span{display:none}
  .vvc-total-actions{display:grid!important;grid-template-columns:auto auto minmax(0,1fr);gap:7px;align-items:stretch!important}
  .vvc-mobile-view{position:static!important;display:flex!important;align-items:center;justify-content:center;gap:6px;min-height:46px;padding:10px 12px;border:1px solid #0a3749!important;border-radius:2px;background:#fff!important;color:#0a3749!important;box-shadow:none!important;font-weight:700}
  .vvc-stage-prev,.vvc-next,.vvc-request{min-height:46px}.vvc-stage-prev{padding:8px;white-space:nowrap}.vvc-next,.vvc-request{padding:10px 12px}
  .vvc-group legend{scroll-margin-top:78px}.vvc-fullscreen{height:auto;min-height:100vh}
}

/* Readable option typography at high DPI and browser zoom. */
.vvc-app .vvc-option>span:last-child{width:100%;min-width:0;max-width:100%}
.vvc-app .vvc-option strong{color:var(--vvc-ink);font-weight:400!important;font-variant-caps:normal!important;text-transform:none!important;overflow-wrap:normal;word-break:normal;hyphens:none}
.vvc-app .vvc-option.is-selected strong{color:#8f4633}
.vvc-app .vvc-option small{font-weight:400!important;font-variant-caps:normal!important;text-transform:none!important;overflow-wrap:normal;word-break:normal;hyphens:none}
.vvc-app .vvc-panel-title h2,.vvc-app .vvc-intro h2{font-variant-caps:normal!important;text-transform:none!important}
@media(max-height:820px) and (min-width:1181px){
  .vvc-config-shell{grid-template-columns:minmax(0,56fr) minmax(460px,44fr)}
  .vvc-panel-scroll{padding:24px 28px 14px}.vvc-panel-title h2{font-size:clamp(28px,2.3vw,36px)}.vvc-panel-title{padding-bottom:12px}
  .vvc-group{padding:14px 0}.vvc-option{min-height:70px;padding-block:10px}.vvc-visual-brand .vvc-option{min-height:138px}.vvc-visual-brand .vvc-brand-logo{height:64px}.vvc-visual-colors .vvc-option{min-height:122px}
  .vvc-progress{padding:15px 24px}.vvc-total{padding:12px 20px}.vvc-photo-info{margin:0 24px 20px;padding:17px 21px}
}

/* Classic keeps the vehicle stage calm. Polygon artwork is provided by the
   optional Overloaded theme. */
.vvc-stage:before,.vvc-stage:after{display:none}
@media(max-width:620px){.vvc-weight-summary{grid-template-columns:1fr auto 1fr}.vvc-weight-summary>b:nth-of-type(2){display:none}.vvc-weight-summary div:nth-of-type(3){grid-column:1/-1;padding-top:8px;border-top:1px solid #c9dbe5}.vvc-weight-summary>span{font-size:11px}}
@media(max-width:980px){.vvc-total{position:sticky!important;z-index:40;bottom:0;display:block;padding:11px 14px;background:#fff;border-top:4px solid #a9d0eb;box-shadow:0 -8px 24px rgba(10,55,73,.16)}.vvc-total>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:9px}.vvc-total>div:first-child small{font-size:11px}.vvc-total>div:first-child span{display:none}.vvc-total-actions{display:grid!important;grid-template-columns:auto auto minmax(0,1fr);gap:7px;align-items:stretch!important}.vvc-mobile-view{position:static!important;display:flex!important;align-items:center;justify-content:center;gap:6px;min-height:46px;padding:10px 12px;border:1px solid #0a3749!important;border-radius:2px;background:#fff!important;color:#0a3749!important;box-shadow:none!important;font-weight:700}.vvc-stage-prev{min-height:46px;padding:8px;white-space:nowrap}.vvc-next,.vvc-request{min-height:46px;padding:10px 12px}.vvc-progress{overflow-x:auto;scrollbar-width:none}.vvc-progress::-webkit-scrollbar{display:none}.vvc-progress>div{flex:0 0 auto}.vvc-progress i{min-width:28px}.vvc-mobile-view svg{width:18px;height:18px}}
@media(max-width:520px){.vvc-total-actions{grid-template-columns:auto minmax(0,1fr)}.vvc-stage-prev{grid-row:2;grid-column:1/-1;min-height:34px}.vvc-total-actions:not(:has(.vvc-stage-prev)){grid-template-columns:auto minmax(0,1fr)}}
@media(max-width:520px){.vvc-mobile-view{grid-column:1;grid-row:1}.vvc-next,.vvc-request{grid-column:2;grid-row:1}.vvc-stage-prev{grid-column:1/-1;grid-row:2}}

