.steps{padding:60px 20px;background:#111;color:#fff;text-align:center}.steps-title{font-size:2rem;margin-bottom:10px;color:#d4af37}.steps-subtitle{font-size:1.2rem;margin-bottom:40px;color:#ccc}.steps-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}.step-item{text-align:center;flex:1 1 180px;max-width:200px}.step-icon{width:80px;height:80px;margin:0 auto 15px;border-radius:50%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:32px;color:#d4af37;box-shadow:0 0 15px #d4af374d;transition:transform .2s ease,box-shadow .3s ease}.step-icon:hover{transform:scale(1.1);box-shadow:0 0 20px #d4af3799}.step-item p{font-size:.95rem;color:#eee;margin:0}.step-arrow{font-size:2rem;color:#d4af37;flex:0 0 auto;margin:0 10px}@media (max-width: 768px){.steps-grid{flex-direction:column;gap:30px}.step-arrow{transform:rotate(90deg)}}
