.process-steps,.service-card-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.process-steps article,.service-card-grid article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:26px}.process-steps h2,.process-steps h3,.process-steps p,.service-card-grid h2,.service-card-grid h3,.service-card-grid p{color:var(--brand-text)}.process-section{background:var(--brand-bg-alt)}.process-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.step-number{align-items:center;background:var(--brand-primary-dark);color:#fff;display:inline-flex;font-weight:800;height:40px;justify-content:center;margin-bottom:16px;width:40px}.guarantee-banner{background:var(--brand-primary);color:#fff;padding:64px 0}.guarantee-banner h2,.guarantee-banner p{color:#fff}@media (max-width:991px){.process-steps,.service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.process-steps,.service-card-grid{grid-template-columns:1fr}}