.sm-steps{background:#f2f2f2;padding:80px 0;}
.sm-steps .sm-steps-container{max-width:1120px;margin:0 auto;padding:0 18px;}
.sm-steps-title{text-align:center;margin:0;font-weight:800;font-size:34px;letter-spacing:1px;color:#222;}
.sm-steps-title span{color:#1492d8;}
.sm-steps-grid{display:flex;justify-content:space-between;gap:60px;margin-top:70px;}
.sm-step{flex:1;text-align:center;}
.sm-step-icon{width:120px;height:120px;margin:0 auto 22px;border-radius:14px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2aa1ff 0%,#1687df 100%);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);}
.sm-step-icon:before{content:"";position:absolute;inset:0;border-radius:14px;background:repeating-linear-gradient(135deg,rgba(255,255,255,.12) 0 10px,rgba(255,255,255,0) 10px 20px);}
.sm-step-icon:after{content:"";position:absolute;inset:-25% -25% 0 0;border-radius:18px;background:rgba(0,0,0,.12);clip-path:polygon(60% 0,100% 0,100% 100%,0 100%);}
.sm-step-num{position:relative;z-index:2;font-weight:900;font-size:72px;line-height:1;color:#fff;text-shadow:0 3px 10px rgba(0,0,0,.18);}
.sm-step-text{font-size:22px;font-weight:600;color:#222;margin-top:6px;}
@media (min-width: 993px){
  .sm-steps-grid{display:flex;flex-wrap:nowrap;gap:36px;}
  .sm-step{flex:1 1 0;min-width:0;}
  .sm-step-text{font-size:20px;}
}

@media (max-width: 992px){
  .sm-steps-grid{gap:36px;}
}
@media (max-width: 768px){
  .sm-steps{padding:70px 0;}
  .sm-steps-title{font-size:30px;}
  .sm-steps-grid{flex-direction:column;gap:44px;margin-top:45px;}
  .sm-step-text{font-size:20px;}
}
