.wizard-container{max-width:1200px;margin:0 auto;padding:0 20px 70px;font-family:Poppins,sans-serif}.wizard-stepper{justify-content:space-between;align-items:flex-start;max-width:700px;margin:50px auto 0;padding:0 10px;display:flex;position:relative}.wizard-step-line{z-index:0;background:#e0e0e0;height:1px;position:absolute;top:15px;left:40px;right:40px}.wizard-step-item{z-index:1;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex;position:relative}.wizard-step-circle{color:#888;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.wizard-step-item.active .wizard-step-circle{color:#000;background:#f6c900}.wizard-step-item.done .wizard-step-circle{color:#fff;cursor:pointer;background:#000}.wizard-step-label{color:#999;text-transform:lowercase;font-size:12px}.wizard-step-item.active .wizard-step-label{color:#000;font-weight:700}.wizard-step-bar{text-align:center;background:#f5f5f5;border-radius:8px;margin:40px 0;padding:22px 20px}.wizard-step-of{color:#999;text-transform:lowercase;margin-bottom:6px;font-size:12px;display:block}.wizard-step-title{text-transform:uppercase;letter-spacing:.5px;color:#000;font-size:20px;font-weight:500}.wizard-body{animation:.4s wizardFadeIn}@keyframes wizardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wizard-model-showcase{grid-template-columns:auto 1fr 1fr auto;align-items:center;gap:30px;margin-bottom:40px;display:grid}.wizard-arrow{color:#999;cursor:pointer;background:0 0;border:none;padding:8px;transition:color .2s}.wizard-arrow:hover{color:#000}.wizard-model-image{justify-self:center;width:100%;max-width:380px;height:auto}.wizard-model-info h3{letter-spacing:1px;margin-bottom:10px;font-size:32px;font-weight:500}.wizard-model-availability{color:#777;margin-bottom:20px;font-size:14px}.wizard-next-btn{color:#000;text-transform:lowercase;cursor:pointer;background:#f6c900;border:none;padding:12px 34px;font-size:14px;font-weight:700;transition:background-color .25s,transform .2s}.wizard-next-btn:hover:not(:disabled){color:#fff;background:#000}.wizard-next-btn:disabled{opacity:.4;cursor:not-allowed}.wizard-thumb-row{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;display:grid}.wizard-thumb{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:3px solid #0000;padding-bottom:10px;transition:border-color .25s}.wizard-thumb img{object-fit:contain;width:100%;height:90px}.wizard-thumb span{text-transform:uppercase;margin-top:8px;font-size:13px;font-weight:700;display:block}.wizard-thumb.active{border-color:#f6c900}.wizard-info-text{color:#666;max-width:900px;font-size:13px;line-height:1.8}.wizard-option-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.wizard-option-card{cursor:pointer;text-align:center;background:#f9f9f9;border:2px solid #0000;border-radius:10px;padding:20px;font-size:15px;font-weight:600;transition:border-color .25s,background-color .25s}.wizard-option-card.dealer{text-align:left;flex-direction:column;gap:6px;display:flex}.wizard-option-card.dealer span{color:#777;font-size:13px;font-weight:400}.wizard-option-card:hover{background:#f1f1f1}.wizard-option-card.active{background:#fffbea;border-color:#f6c900}.wizard-text-input{border:1px solid #ddd;border-radius:6px;width:100%;max-width:320px;margin-bottom:24px;padding:12px 14px;font-family:inherit;font-size:14px}.wizard-subheading{text-transform:uppercase;letter-spacing:.5px;color:#333;margin:28px 0 14px;font-size:14px;font-weight:700}.wizard-time-grid{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px;max-width:700px;margin-bottom:24px;display:grid}.wizard-time-slot{cursor:pointer;background:#f9f9f9;border:2px solid #0000;border-radius:30px;padding:10px;font-size:13px;font-weight:600;transition:border-color .25s,background-color .25s}.wizard-time-slot:hover{background:#f1f1f1}.wizard-time-slot.active{background:#fffbea;border-color:#f6c900}.wizard-summary{background:#f9f9f9;border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:30px;padding:20px 24px;display:grid}.wizard-summary div{flex-direction:column;gap:4px;display:flex}.wizard-summary span{text-transform:uppercase;letter-spacing:.5px;color:#999;font-size:11px}.wizard-summary strong{color:#111;font-size:14px}.wizard-form{max-width:500px}.wizard-form .field{flex-direction:column;margin-bottom:16px;display:flex}.wizard-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.wizard-form input{border:1px solid #ddd;border-radius:6px;padding:12px 14px;font-family:inherit;font-size:14px}.wizard-form input.input-error{border-color:#dc2626}.wizard-form .err-msg{color:#dc2626;margin-top:4px;font-size:12px}.wizard-nav-row{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.wizard-back-btn{color:#666;text-transform:lowercase;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600}.wizard-back-btn:hover{color:#000}.wizard-success{text-align:center;max-width:500px;margin:0 auto;padding:60px 20px}.wizard-success-check{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.wizard-success h2{margin-bottom:12px;font-size:22px}.wizard-success p{color:#666;line-height:1.6}.wizard-fallback-heading{text-align:center;padding:20px 20px 0}.wizard-fallback-heading h2{color:#111;text-transform:lowercase;margin-bottom:10px;font-size:30px;font-weight:500}.wizard-fallback-heading p{color:#777;font-size:15px}@media (max-width:768px){.wizard-model-showcase{grid-template-columns:auto 1fr auto}.wizard-model-info{text-align:center;order:3;grid-column:1/-1}.wizard-thumb-row{grid-template-columns:repeat(2,1fr)}.wizard-form-row{grid-template-columns:1fr}.wizard-stepper{max-width:100%}.wizard-step-label{font-size:10px}}
