.steps-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.375rem;margin-top:1.5rem}.step-card{background:#fff;border:1.5px solid #e8eeee;border-radius:20px;padding:1.625rem 1.375rem;box-shadow:0 3px 10px rgba(46,74,80,0.07)}.step-card .step-emoji{width:46px;height:46px;border-radius:50%;background:#ddf0e6;display:grid;place-items:center;margin-bottom:1rem;font-size:22px}.step-card .step-label{font-size:12px;font-weight:700;color:#3e8c63;text-transform:uppercase;letter-spacing:0.08em}.step-card .step-text{font-size:1.0625rem;font-weight:600;line-height:1.45;margin:6px 0 0}.step-card .step-text strong{color:#336f50}@media screen and (max-width: 900px){.steps-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width: 600px){.steps-grid{grid-template-columns:1fr}}
