.smzone{position:relative;overflow:hidden;background-color:#2A2A2A;background-image:repeating-linear-gradient(0deg,rgba(51,153,255,0.05) 0 2px,transparent 2px 40px);padding:48px 0 56px}
.smbg{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:440px;opacity:0.07;z-index:0}
.smgrid{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}
.smtext{text-align:center;min-width:0}
.smtext h1{font-size:clamp(25px,3.8vw,36px);line-height:1.15;margin-bottom:16px}
.smlead{font-size:17px;color:#E0E0E0;margin-bottom:26px}
.smbtns{display:flex;justify-content:center;flex-wrap:wrap}
.smbtns .hbtn{margin:6px 10px}
.smsvg{width:100%;max-width:260px;min-width:0;margin:34px auto 0}
.smsvg svg{display:block;width:100%;height:auto}
@media(min-width:769px){
.smzone{padding:64px 0 72px}
}
@media(min-width:1081px){
.smgrid{flex-direction:row;justify-content:space-between;align-items:center;gap:48px}
.smtext{flex:1}
.smsvg{width:40%;max-width:320px;min-width:180px;margin:0}
}
