.services-header{background:var(--brand-bg-alt)}.services-header-grid{display:grid;grid-template-columns:minmax(0,0.98fr) minmax(320px,0.72fr);grid-gap:42px;gap:42px;align-items:center}.services-header h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.services-header img{width:100%;border-radius:var(--brand-radius);box-shadow:0 24px 60px rgba(116,0,22,.16)}.service-rows{display:grid;grid-gap:18px;gap:18px}.service-rows article{display:grid;grid-template-columns:72px 1fr;grid-gap:24px;gap:24px;padding:26px 0;border-bottom:1px solid var(--brand-border)}.service-rows article:first-child{border-top:1px solid var(--brand-border)}.service-rows span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:var(--brand-radius);background:var(--brand-secondary);color:#fff;font-weight:900}.service-rows h2{font-size:1.45rem}.service-rows p{margin-bottom:0}.services-cta{background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark));color:#fff}.services-cta h2,.services-cta p{color:#fff}@media (max-width:991px){.services-header-grid{grid-template-columns:1fr}}@media (max-width:575px){.service-rows article{grid-template-columns:1fr}}