.services-subhero::after{background:linear-gradient(90deg,rgba(30,67,77,.9),rgba(30,67,77,.62))}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.service-card{position:relative;border:1px solid var(--brand-border);background:#fff;padding:30px}.service-card span{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;margin-bottom:18px;background:var(--brand-primary-dark);color:#fff;font-weight:800}.service-card h3{font-size:1.25rem}.service-card p{color:var(--brand-text)}.process-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.process-timeline article{display:flex;gap:16px;border-top:4px solid var(--brand-primary);background:#fff;padding:24px}.process-timeline b{flex:0 0 42px;display:grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;background:var(--brand-bg-alt);color:var(--brand-primary-dark)}.process-timeline h3{font-size:1.1rem}.process-timeline p{color:var(--brand-text);margin-bottom:0}.guarantee-banner{padding:70px 0;background:var(--brand-secondary);color:var(--brand-text-inverse)}.guarantee-banner h2,.guarantee-banner p{color:var(--brand-text-inverse)}.guarantee-banner p{max-width:850px;margin-bottom:0;font-size:1.12rem}@media (max-width:991.98px){.process-timeline,.service-card-grid{grid-template-columns:1fr 1fr}}@media (max-width:575.98px){.process-timeline,.service-card-grid{grid-template-columns:1fr}}