.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}
/* hero stats: base rules in style.css (.uslugi-hero-stats) */
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:transparent}
.service-grid--services{grid-template-columns:repeat(3,1fr)}
.service-cta-wrap{margin-top:2.5rem}
.service-cta-body{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem 2rem}
.service-cta-copy{flex:1;min-width:min(100%,280px)}
.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--photo{padding:0;display:flex;flex-direction:column}
.service-card--photo:hover{background:#fff}
.service-card-dark.service-card--photo:hover{background:var(--ink)}
.service-card--photo .sc-deco-line--h{top:auto;bottom:9rem}
.service-card--photo .sc-deco-line--v{top:auto;bottom:6rem;height:80px}
.sc-photo-wrap{aspect-ratio:2/1;overflow:hidden;flex-shrink:0;background:var(--ink)}
.sc-photo-wrap picture{display:block;width:100%;height:100%}
.sc-photo{width:100%;height:100%;object-fit:cover;display:block}
.sc-deco-body--pad{padding:2rem 2.5rem 2.5rem}
.service-grid--services{align-items:stretch}
.service-grid--services .service-card--photo .sc-deco-body--pad{flex:1;display:flex;flex-direction:column}
.service-grid--services .service-card--photo .sc-deco-body--pad > p{flex:1;margin-bottom:0}
.service-grid--services .service-card--photo .sc-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}
.service-grid--services + .callout-box{margin-top:3rem}
.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(--ink)!important;box-shadow:0 1px 2px rgba(13,12,10,.08)}
.service-card-cta:hover{background:#1a1a18!important;box-shadow:0 20px 44px rgba(13,12,10,.18)}
.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:1024px){
  .service-grid--services{grid-template-columns:1fr}
}
@media(max-width:768px){
  .service-grid{grid-template-columns:1fr}
  .service-cta-body{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  .uslugi-hero{padding:3rem 0}
}
