.services-hero{position:relative;min-height:620px;padding:170px 0 96px;overflow:hidden;display:grid;align-items:end;background:var(--brand-secondary)}.services-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.services-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(20,32,16,.56),rgba(20,32,16,.92));z-index:1}.services-hero .container{position:relative;z-index:2}.services-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;max-width:760px}.services-hero p{max-width:850px}.process-timeline-section,.service-cards-section{padding:80px 0}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.service-card-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:28px}.service-card-grid span{display:inline-flex;margin-bottom:14px;border-radius:999px;background:var(--brand-primary-light);color:var(--brand-secondary);font-weight:850;padding:6px 12px}.process-timeline-section{background:var(--brand-bg-alt)}.process-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.process-steps article{display:flex;gap:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:22px}.process-steps article>span{flex:0 0 46px;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-primary-dark);color:var(--brand-text-inverse);font-weight:850}.guarantee-banner{padding:80px 0;background:var(--brand-primary-dark)}.guarantee-banner h2,.guarantee-banner p{max-width:900px}@media (max-width:991.98px){.process-steps,.service-card-grid{grid-template-columns:1fr}}