.spzone{position:relative;overflow:hidden;background-color:#2A2A2A;padding:56px 0}
.spclip{position:absolute;inset:0;background:rgba(51,153,255,0.07);clip-path:polygon(55% 0,100% 0,100% 100%,35% 100%);z-index:0}
.spbg{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:440px;opacity:0.07;z-index:0}
.spgrid{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}
.sptext{text-align:center;min-width:0}
.sptext h1{font-size:clamp(26px,4vw,38px);line-height:1.15;margin-bottom:16px}
.splead{font-size:17px;color:#E0E0E0;margin-bottom:26px}
.spbtns{display:flex;justify-content:center;flex-wrap:wrap}
.spbtns .hbtn{margin:6px 10px}
.spsvg{width:100%;max-width:260px;min-width:0;margin:34px auto 0}
.spsvg svg{display:block;width:100%;height:auto}
@media(min-width:769px){
.spzone{padding:76px 0}
}
@media(min-width:1081px){
.spgrid{flex-direction:row;justify-content:space-between;align-items:center;gap:48px}
.sptext{flex:1}
.spsvg{width:40%;max-width:320px;min-width:180px;margin:0}
}
