.services-hero{min-height:560px;display:flex;align-items:center;background:var(--brand-primary-dark)}.services-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(35,32,28,.76),rgba(35,32,28,.34))}.services-hero .container{position:relative;z-index:2;max-width:860px;margin-left:max(24px,(100vw - 1140px) / 2)}.services-hero .eyebrow,.services-hero h1,.services-hero p{color:var(--brand-text-inverse)}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.service-card{position:relative;padding:30px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.service-card span{display:inline-grid;width:48px;height:48px;align-items:center;justify-items:center;place-items:center;margin-bottom:20px;border-radius:50%;background:var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:900}.service-card h3{color:var(--brand-text);font-size:1.2rem}.service-card p{color:var(--brand-text)}.service-process{background:var(--brand-neutral-light)}.process-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.process-timeline article{position:relative;padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.process-timeline span{display:inline-grid;width:42px;height:42px;align-items:center;justify-items:center;place-items:center;margin-bottom:14px;border-radius:999px;background:var(--brand-secondary);color:var(--brand-text-inverse);font-weight:900}.process-timeline h3,.process-timeline p{color:var(--brand-text)}.service-guarantee .container{display:grid;grid-template-columns:0.9fr 1.1fr;grid-gap:36px;gap:36px;align-items:center}.service-guarantee h2{color:var(--brand-text-inverse);font-size:max(1.8rem, min(3vw, 2.6rem))}.services-cta{background:var(--brand-bg-alt)}@media (max-width:991.98px){.process-timeline,.service-card-grid,.service-guarantee .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.services-hero .container{margin-left:auto}.process-timeline,.service-card-grid,.service-guarantee .container{grid-template-columns:1fr}}