@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes confetti{0%{transform:rotate(0deg) scale(1);opacity:1}to{transform:rotate(1turn) scale(1.2);opacity:0}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-in{animation:slideIn .4s ease-out}.animate-pulse-gentle{animation:pulse 2s ease-in-out infinite}.animate-confetti{animation:confetti 1s ease-out}@media (max-width:768px){.wizard-container{margin:.5rem;padding:1rem}.wizard-step-button{min-height:48px;padding:12px 16px}.wizard-progress-bar{height:8px}.wizard-service-card{padding:16px;margin-bottom:12px}.wizard-vehicle-button{padding:20px 16px;min-height:80px}}@media (hover:none) and (pointer:coarse){.wizard-button:hover{transform:none}.wizard-button:active{transform:scale(.98);transition:transform .1s ease-out}}.wizard-button:focus{outline:2px solid var(--primary);outline-offset:2px}.price-reveal{animation:fadeIn .6s ease-out,pulse .8s ease-out .3s}