.step-indicator { transition: all 0.3s ease; }
.step-active { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.step-completed { background: #10b981; }
.form-input, .form-select { transition: all 0.2s ease; }
.form-select:focus { transform: translateY(-1px); }
.input-wrapper:focus-within { transform: translateY(-1px); }
.form-input:focus { transform: none; }
