/* ═══════════════════════════════════════════
   Thm-Footlocker — Steps V1 Grid
   ═══════════════════════════════════════════ */

.fl-v1-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;padding:24px;border-radius:18px;background:linear-gradient(145deg,#090000,#1a0505 48%,#050505);border:1px solid rgba(255,0,0,.25);box-shadow:0 20px 46px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.03)}
.fl-v1-card{padding:20px;border-radius:18px;background:linear-gradient(145deg,#1a0505,#0d0202);border:1px solid rgba(255,80,80,.25);box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.03);transition:transform .2s,box-shadow .2s}
.fl-v1-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(255,0,0,.3)}
.fl-v1-step{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:10px;border-radius:50%;background:linear-gradient(135deg,#ff2a2a,#c62828);color:#fff;font-size:14px;font-weight:900;box-shadow:0 0 12px rgba(255,0,0,.4)}
.fl-v1-card h3{margin:0 0 8px;font-size:16px;font-weight:800;color:#fff}
.fl-v1-card p{margin:0;font-size:14px;line-height:1.7;color:#d4d4d4}
@media(max-width:768px){.fl-v1-steps{grid-template-columns:1fr}}
