.services-hero{position:relative;min-height:74vh;padding:160px 0 96px;display:grid;align-items:end;overflow:hidden;background:var(--brand-neutral-dark)}.services-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.48}.services-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(20,23,26,.92),rgba(20,23,26,.46))}.services-hero .container{position:relative;z-index:1;max-width:860px;margin-left:max(24px,(100vw - 1140px) / 2)}.services-hero h1,.services-hero p{color:var(--brand-text-inverse)}.services-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;font-weight:900}.services-cards{background:var(--brand-bg)}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.service-card-grid article{display:grid;align-content:start;min-height:300px;padding:28px;border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.service-card-grid span{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;background:var(--brand-primary);color:var(--brand-neutral-dark);font-weight:900}.service-process{background:var(--brand-bg-alt)}.process-steps{display:grid;grid-gap:18px;gap:18px}.process-steps article{display:grid;grid-template-columns:64px 1fr;grid-gap:22px;gap:22px;padding:24px;border:1px solid var(--brand-border);background:var(--brand-bg)}.process-steps b{grid-row:1/span 2;grid-column:1;display:flex;align-items:center;justify-content:center;width:54px;height:54px;background:var(--brand-neutral-dark);color:var(--brand-text-inverse)}.process-steps h3,.process-steps p{grid-column:2}.service-guarantee{background:var(--brand-primary-dark);padding:64px 0}.service-guarantee .container{display:grid;grid-template-columns:minmax(0,0.8fr) minmax(0,1.2fr);grid-gap:34px;gap:34px;align-items:center}.service-guarantee h2{font-size:max(2rem, min(4vw, 3.3rem));line-height:1.12}.services-cta{background:linear-gradient(135deg,var(--brand-neutral-dark),#2a2d18)}.services-cta h2,.services-cta li,.services-cta p{color:var(--brand-text-inverse)}@media (max-width:991px){.service-card-grid,.service-guarantee .container{grid-template-columns:1fr}}@media (max-width:575px){.process-steps article{grid-template-columns:1fr}.process-steps h3,.process-steps p{grid-column:1}}