.workflow-track { display:flex; gap:0; align-items:flex-start; justify-content:center; flex-wrap:wrap; }
.workflow-step { flex:1; min-width:160px; max-width:200px; text-align:center; padding:0 10px; }
.workflow-step .step-number {
    width:56px; height:56px; border-radius:50%; background:var(--gradient-accent); color:#fff;
    font-family:var(--font-heading); font-weight:800; font-size:1.3rem; display:flex; align-items:center;
    justify-content:center; margin:0 auto 16px; box-shadow:0 8px 28px rgba(123,92,252,0.35);
}
.workflow-step h4 { font-family:var(--font-heading); font-weight:700; font-size:1rem; margin-bottom:4px; }
.workflow-step p { font-size:0.82rem; color:var(--text-muted); }