.service-hero{position:relative;min-height:520px;overflow:hidden;background:var(--brand-neutral-dark)}.service-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-hero__overlay{position:relative;z-index:1;min-height:520px;display:flex;align-items:center;color:var(--brand-text-inverse);background:linear-gradient(90deg,rgba(8,24,48,.86),rgba(8,24,48,.34))}.service-hero .section-kicker,.service-hero h1,.service-hero p{max-width:780px;color:var(--brand-text-inverse)}.process-timeline,.service-cards{padding:80px 0}.service-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.process-steps article span,.service-card-grid article span{display:inline-flex;width:42px;height:42px;border-radius:var(--brand-radius);align-items:center;justify-content:center;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:760;margin-bottom:16px}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.process-steps article{border-top:3px solid var(--brand-primary);background:var(--brand-bg);border-radius:var(--brand-radius);padding:22px;box-shadow:0 8px 26px rgba(8,24,48,.08)}.guarantee-banner{background:var(--brand-primary-dark);color:var(--brand-text-inverse);padding:64px 0}.guarantee-banner h2,.guarantee-banner p{color:var(--brand-text-inverse)}.guarantee-banner__inner{max-width:880px}.service-cta{background:var(--brand-bg-alt)}@media (max-width:991px){.process-steps,.service-card-grid{grid-template-columns:1fr}}