.services-hero{padding:120px 0 80px;background:var(--brand-primary-dark)}.services-hero .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:42px;gap:42px;align-items:center}.services-hero .ma-eyebrow,.services-hero h1,.services-hero p{color:var(--brand-text-inverse)}.services-hero img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.process-flow-section,.service-cards-section,.service-proof{padding:var(--section-pad) 0}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.process-flow article,.service-card-grid article{padding:28px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.service-card-grid span{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:44px;height:44px;margin-bottom:18px;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800}.process-flow-section{background:var(--brand-bg-alt)}.process-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.process-flow strong{display:block;color:var(--brand-secondary);margin-bottom:10px}.quote-band{max-width:900px;margin:0 auto;padding:36px;border-left:6px solid var(--brand-secondary);background:var(--brand-bg-alt)}.quote-band p{font-size:1.35rem;font-weight:700}@media (max-width:991px){.process-flow,.service-card-grid,.services-hero .container{grid-template-columns:1fr}}