/* extra servicios styles */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem;}
.step-card{background:#fff;border-radius:1rem;padding:1.3rem;box-shadow:var(--shadow-soft);}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fceef0;color:#e63946;font-size:0.8rem;margin-bottom:0.4rem;}
