.services-hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:var(--brand-charcoal)}.services-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.services-hero .container{position:relative;z-index:1;max-width:820px;margin-left:auto;margin-right:auto;text-align:center}.services-hero h1,.services-hero p{color:#fff}.service-cards{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.service-grid article{border:1px solid var(--brand-border);border-radius:var(--radius-card);padding:30px;background:var(--brand-bg)}.icon-box{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:6px;background:var(--brand-primary);color:#fff;font-weight:900;margin-bottom:18px}.process-timeline{background:var(--brand-bg-alt)}.timeline-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.timeline-row article{position:relative;background:#fff;border-radius:var(--radius-card);padding:26px;border-top:5px solid var(--brand-primary)}.timeline-row strong{color:var(--brand-primary);font-size:34px}.guarantee-banner{padding:70px 0;background:var(--brand-charcoal);color:#fff;text-align:center}.guarantee-banner h2,.guarantee-banner p{color:#fff}.guarantee-banner p{max-width:900px;margin:0 auto}.services-form-cta{background:var(--brand-bg)}