body { font-family: 'Inter', sans-serif; }
.hero { background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') center/cover no-repeat; min-height: 80vh; display: flex; align-items: center; }
.step-number { background:#0d6efd; color:white; padding:4px 12px; border-radius:50%; font-size:0.9rem; margin-right:10px; }
.next-btn { min-width:140px; }
input[readonly] { background-color: #f8f9fa; }