/* tcew-loc-services */
.tcew-loc-services .gml-sec{padding:88px 0}
.tcew-loc-services .gml-sec--alt{background:var(--tcw-bg-2)}
.tcew-loc-services .gml-sec__head{max-width:640px;margin-bottom:52px}
.tcew-loc-services .gml-sec__head--center{margin-left:auto;margin-right:auto;text-align:center}
.tcew-loc-services .gml-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--tcw-primary);margin-bottom:14px}
.tcew-loc-services .gml-sec__head h2{font-size:clamp(26px,2.6vw,38px);line-height:1.2;font-weight:800;margin-bottom:16px}
.tcew-loc-services .gml-sec__head p{font-size:16.5px;line-height:1.72;color:var(--tcw-muted)}
.tcew-loc-services .gml-svc{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tcew-loc-services .gml-svc__item{background:rgba(255,255,255,.05);border:1px solid var(--tcw-line);border-radius:18px;padding:28px 24px;transition:border-color .3s ease,transform .3s ease}
.tcew-loc-services .gml-svc__item:hover{border-color:rgba(108,87,210,.5);transform:translateY(-4px)}
.tcew-loc-services .gml-svc__ico{width:44px;height:44px;border-radius:13px;margin-bottom:18px;background:linear-gradient(135deg,var(--tcw-primary),var(--tcw-secondary));display:grid;place-items:center}
.tcew-loc-services .gml-svc__ico svg{width:20px;height:20px;stroke:#fff;stroke-width:2.2;fill:none}
.tcew-loc-services .gml-svc__item h3{font-size:16.5px;font-weight:700;margin-bottom:10px}
.tcew-loc-services .gml-svc__item p{font-size:14px;line-height:1.65;color:var(--tcw-muted)}
@media(max-width:1024px){.tcew-loc-services .gml-svc{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:991px){.tcew-loc-services .gml-sec{padding:68px 0}
}
@media(max-width:600px){.tcew-loc-services .gml-svc{grid-template-columns:1fr}
.tcew-loc-services .gml-sec{padding:56px 0}
.tcew-loc-services .gml-sec__head{margin-bottom:38px}
}
/* --- hand additions: icon fallbacks --- */
.tcew-loc-services .gml-svc__ico i{font-size:20px;line-height:1;color:#fff}
.tcew-loc-services .gml-svc__ico img{width:20px;height:20px}
.tcew-loc-services .gml-sec__head h2,.tcew-loc-services .gml-sec__title{font-size:clamp(26px,2.6vw,38px);line-height:1.2;font-weight:800;margin:0 0 16px}
.tcew-loc-services .gml-svc__item h3,.tcew-loc-services .gml-svc__title{font-size:16.5px;font-weight:700;margin:0 0 10px}
.tcew-loc-services a.gml-svc__item{display:block;text-decoration:none}
