.wizard-container{max-width:576px;margin:0 auto;padding:0 1rem 2rem}.wizard-empty{color:#94a3b8;justify-content:center;align-items:center;min-height:60dvh;font-size:.9rem;display:flex}.wizard-header{z-index:20;background:#f8fafc;justify-content:space-between;align-items:center;padding:1rem 0;display:flex;position:sticky;top:0}.wizard-back-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.85rem;font-weight:600}.wizard-header-summary{flex-direction:column;align-items:flex-end;gap:.125rem;display:flex}.wizard-header-count{color:#94a3b8;font-size:.7rem;font-weight:500}.wizard-header-price{color:#1e293b;font-size:.85rem;font-weight:700}.wizard-progress{justify-content:center;align-items:flex-start;gap:0;padding:.5rem 0 1.5rem;display:flex;position:relative}.wizard-progress-step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.wizard-progress-dot{color:#94a3b8;z-index:2;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;transition:all .3s;display:flex;position:relative}.wizard-progress-dot.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb26}.wizard-progress-dot.completed{color:#fff;background:#22c55e;border-color:#22c55e}.wizard-progress-label{color:#94a3b8;text-align:center;margin-top:.375rem;font-size:.65rem;font-weight:500}.wizard-progress-label.active{color:#2563eb;font-weight:700}.wizard-progress-line{z-index:1;background:#e2e8f0;height:2px;position:absolute;top:16px;left:calc(50% + 16px);right:calc(16px - 50%)}.wizard-progress-line.completed{background:#22c55e}.wizard-step-content{animation:.3s wizardFadeIn}.wizard-slide-forward{animation:.3s wizardSlideLeft}.wizard-slide-backward{animation:.3s wizardSlideRight}@keyframes wizardFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wizardSlideLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes wizardSlideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.wizard-step{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #00000014}.wizard-step-title{color:#1e293b;margin:0 0 .25rem;font-size:1.25rem;font-weight:800}.wizard-step-subtitle{color:#64748b;margin:0 0 1.5rem;font-size:.85rem}.wizard-field{margin-bottom:1rem}.wizard-field-row{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}@media (max-width:480px){.wizard-field-row{grid-template-columns:1fr}}.wizard-label{color:#475569;margin-bottom:.375rem;font-size:.8rem;font-weight:600;display:block}.wizard-input{color:#1e293b;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.625rem .75rem;font-size:.9rem;transition:border-color .15s}.wizard-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.wizard-input.error{background:#fef2f2;border-color:#ef4444}.wizard-error{color:#ef4444;margin:.25rem 0 0;font-size:.75rem;font-weight:500}.wizard-duration-row{align-items:center;gap:.5rem;display:flex}.wizard-stepper-btn{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:600;transition:all .15s;display:flex}.wizard-stepper-btn:hover:not(:disabled){color:#3b82f6;border-color:#3b82f6}.wizard-stepper-btn:disabled{opacity:.3;cursor:not-allowed}.wizard-duration-input{text-align:center;color:#1e293b;appearance:textfield;border:1.5px solid #e2e8f0;border-radius:.5rem;width:60px;padding:.5rem;font-size:1.1rem;font-weight:700}.wizard-duration-input::-webkit-inner-spin-button{-webkit-appearance:none}.wizard-duration-input::-webkit-outer-spin-button{-webkit-appearance:none}.wizard-duration-unit{color:#64748b;font-size:.85rem;font-weight:500}.wizard-upsell{color:#92400e;background:#fffbeb;border:1px solid #fbbf24;border-radius:.5rem;margin-bottom:1rem;padding:.625rem .75rem;font-size:.8rem}.wizard-info-box{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin-bottom:1rem;padding:.625rem .75rem;font-size:.8rem}.wizard-location-buttons{gap:.5rem;margin-bottom:1rem;display:flex}.wizard-location-btn{color:#3b82f6;cursor:pointer;background:#fff;border:1.5px solid #3b82f6;border-radius:.5rem;flex:1;padding:.625rem;font-size:.8rem;font-weight:600;transition:all .15s}.wizard-location-btn:hover{color:#fff;background:#3b82f6}.wizard-location-btn.secondary{color:#64748b;border-color:#64748b}.wizard-location-btn.secondary:hover{color:#fff;background:#64748b}.wizard-location-btn:disabled{opacity:.5;cursor:not-allowed}.wizard-next-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.75rem;flex:1;margin-top:0;padding:.875rem;font-size:1rem;font-weight:700;transition:background .15s,transform .1s}.wizard-next-btn:hover:not(:disabled){background:#1d4ed8}.wizard-next-btn:active:not(:disabled){transform:scale(.98)}.wizard-next-btn:disabled{cursor:not-allowed;background:#cbd5e1}.wizard-btn-row{gap:.75rem;margin-top:1rem;display:flex}.wizard-back-btn-bottom{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:.75rem;padding:.875rem 1rem;font-size:.9rem;font-weight:600;transition:all .15s}.wizard-back-btn-bottom:hover{background:#f8fafc;border-color:#94a3b8}.wizard-progress-dot.clickable{cursor:pointer}.wizard-progress-dot.clickable:hover{transform:scale(1.15);box-shadow:0 0 0 4px #22c55e26}.wizard-progress-label.clickable{cursor:pointer;color:#22c55e}.wizard-submit-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:700;transition:background .15s,transform .1s;display:flex}.wizard-submit-btn:hover:not(:disabled){background:#1da851}.wizard-submit-btn:active:not(:disabled){transform:scale(.98)}.wizard-submit-btn:disabled{cursor:not-allowed;background:#86efac}.review-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:.75rem;padding:1rem}.review-card-title{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.review-item{border-bottom:1px dashed #e2e8f0;padding:.5rem 0}.review-item:last-child{border-bottom:none}.review-item-top{justify-content:space-between;align-items:flex-start;display:flex}.review-item-name{color:#1e293b;font-size:.85rem;font-weight:600}.review-item-total{color:#1e293b;white-space:nowrap;font-size:.85rem;font-weight:700}.review-item-detail{color:#94a3b8;margin-top:.125rem;font-size:.7rem}.review-row{color:#475569;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.8rem;display:flex}.review-row span:last-child{color:#1e293b;font-weight:600}.review-discount span:last-child{color:#16a34a}.review-address{color:#475569;margin:0;font-size:.8rem;line-height:1.5}.review-notes{color:#94a3b8;margin:.5rem 0 0;font-size:.75rem;font-style:italic}.review-totals{background:#fff;border:2px solid #2563eb}.review-total-row{color:#1e293b;border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.75rem 0 0;font-size:1.1rem;font-weight:800;display:flex}
