.application-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:white;padding:80px 0}.step-indicator{display:flex;justify-content:center;margin-bottom:2rem}.step{width:40px;height:40px;border-radius:50%;background:#dee2e6;display:flex;align-items:center;justify-content:center;margin:0 10px;position:relative}.step.active{background:var(--primary-color);color:white}.step.completed{background:#28a745;color:white}.step::after{content:'';position:absolute;top:50%;left:100%;width:20px;height:2px;background:#dee2e6;transform:translateY(-50%)}.step:last-child::after{display:none}.form-step{display:none}.form-step.active{display:block}