.active-link{color:var(--orange)!important}
.uslugi-hero{background:var(--ink);padding:5rem 0;position:relative;overflow:hidden}
.uslugi-hero-inner{width:100%}
.uslugi-hero-title{color:#fff;margin-bottom:1.5rem;max-width:none}
.uslugi-hero-desc{font-size:18px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:2rem;max-width:none}
.uslugi-hero-stats{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:2rem 2.5rem;margin-top:2rem;width:fit-content;max-width:100%;padding-top:0}
.uslugi-hero-stats .hstat{padding-top:.875rem;padding-right:0;flex:0 0 auto}
.uslugi-hero-stats .hstat::before{width:24px;height:2px}
.uslugi-hero-stats .hstat-n{font-size:clamp(20px,2.8vw,28px);color:#fff}
.uslugi-hero-stats .hstat-n .acc{color:var(--orange)}
.uslugi-hero-stats .hstat-unit{color:rgba(255,255,255,.85);font-size:.72em;font-weight:900}
.uslugi-hero-stats .hstat-l{font-size:10px;color:rgba(255,255,255,.4);letter-spacing:.07em}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:transparent}
.service-card{background:#fff;padding:2.5rem;border-radius:20px;position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,background .2s;box-shadow:0 1px 2px rgba(13,12,10,.04)}
.service-card:hover{background:#fafafa;transform:translateY(-6px);box-shadow:0 20px 44px rgba(13,12,10,.1)}
.service-card-dark{background:var(--ink);color:#fff;border-radius:20px}
.service-card-dark:hover{background:#1a1a18}
.service-card-cta{background:var(--orange)!important;box-shadow:0 1px 2px rgba(232,97,10,.15)}
.service-card-cta:hover{background:var(--orange2)!important;box-shadow:0 20px 44px rgba(232,97,10,.28)}
.sc-deco{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;--line-h-start:rgba(232,97,10,.28);--line-h-end:rgba(232,97,10,0);--line-v-start:rgba(13,12,10,.12);--line-v-end:rgba(13,12,10,0);--line-d:rgba(13,12,10,.07);--corner:rgba(13,12,10,.12);--ring:rgba(13,12,10,.06);--ring-sm:rgba(13,12,10,.04)}
.service-card-dark .sc-deco,.service-card-cta .sc-deco{--line-h-start:rgba(255,255,255,.32);--line-h-end:rgba(255,255,255,0);--line-v-start:rgba(255,255,255,.22);--line-v-end:rgba(255,255,255,0);--line-d:rgba(255,255,255,.14);--corner:rgba(255,255,255,.28);--ring:rgba(255,255,255,.12);--ring-sm:rgba(255,255,255,.08)}
.service-card-dark .sc-deco{--corner:rgba(255,255,255,.2)}
.sc-deco-body{position:relative;z-index:1}
.sc-deco-line{position:absolute}
.sc-deco-line--h{top:3.5rem;left:2.5rem;width:42%;height:1px;background:linear-gradient(90deg,var(--line-h-start),var(--line-h-end))}
.sc-deco-line--v{top:1.75rem;right:2.75rem;width:1px;height:100px;background:linear-gradient(180deg,var(--line-v-start),var(--line-v-end))}
.sc-deco-line--d{bottom:3.5rem;left:-1.5rem;width:55%;height:1px;transform:rotate(-28deg);transform-origin:left center;background:linear-gradient(90deg,var(--line-d),transparent)}
.sc-deco-corner{position:absolute;width:52px;height:52px}
.sc-deco-corner--tr{top:2rem;right:2rem;border-top:1px solid var(--corner);border-right:1px solid var(--corner)}
.sc-deco-corner--bl{bottom:2rem;left:2rem;width:36px;height:36px;border-bottom:1px solid var(--corner);border-left:1px solid var(--corner);opacity:.85}
.sc-deco-corner--br{bottom:2rem;right:2rem;width:44px;height:44px;border-bottom:1px solid var(--corner);border-right:1px solid var(--corner)}
.sc-deco-ring{position:absolute;top:-36px;right:-36px;width:148px;height:148px;border:1px solid var(--ring);border-radius:50%}
.sc-deco-ring--sm{top:18px;right:18px;width:72px;height:72px;border-color:var(--ring-sm)}
.service-card-cta .sc-deco-ring--br{bottom:-28px;right:-28px;top:auto;width:100px;height:100px;border-color:var(--ring-sm)}
@media(max-width:768px){
  .uslugi-hero-stats{gap:1.5rem 1.75rem}
  .service-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .uslugi-hero{padding:3rem 0}
  .uslugi-hero-stats .hstat-n{font-size:clamp(18px,5.5vw,24px)}
}
