.services-case-hero::after{background:linear-gradient(90deg,rgba(105,0,6,.94),rgba(105,0,6,.7))}.services-overview{background:var(--brand-bg)}.services-icon-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.services-icon-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;background:var(--brand-bg);box-shadow:var(--shadow-card)}.services-icon-grid span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-bg-alt);color:var(--brand-primary);font-weight:800;margin-bottom:18px}.services-cases p,.services-icon-grid p{color:var(--brand-text)}.services-cases{background:var(--brand-bg-alt)}.services-case-row{display:grid;grid-template-columns:minmax(320px,0.82fr) minmax(0,1fr);grid-gap:40px;gap:40px;align-items:center;margin-bottom:54px}.services-case-row:last-child{margin-bottom:0}.services-case-row.reverse img{order:2}.services-case-row img{border-radius:var(--brand-radius);aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;box-shadow:var(--shadow-soft)}.services-stats{background:var(--brand-secondary);padding:46px 0}.services-stat-row{display:flex;flex-wrap:nowrap;gap:18px}.services-stat-row div{flex:1 1 0;min-width:0;text-align:center;color:var(--text-on-dark)}.services-stat-row span{display:block;color:var(--brand-accent);font-size:max(1.8rem, min(4vw, 3rem));line-height:1;font-weight:800}.services-stat-row p{color:var(--text-on-dark);margin:8px 0 0}@media (max-width:991px){.services-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-case-row,.services-case-row.reverse img{grid-template-columns:1fr;order:initial}}@media (max-width:575px){.services-icon-grid{grid-template-columns:1fr}.services-stat-row{flex-wrap:wrap}.services-stat-row div{flex:0 0 50%}}