.arrm-services-hero{position:relative;overflow:hidden;min-height:520px;padding:170px 0 96px;display:grid;align-items:center;background:var(--brand-primary-dark)}.arrm-services-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.arrm-services-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(21,22,31,.84),rgba(46,130,158,.56));z-index:1}.arrm-services-hero .container{position:relative;z-index:2}.arrm-services-hero h1{max-width:850px;color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem))}.arrm-services-hero .arrm-eyebrow,.arrm-services-hero p{max-width:760px;color:var(--brand-text-inverse)}.arrm-capability-grid,.arrm-pillar-grid{display:grid;grid-gap:24px;gap:24px}.arrm-capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.arrm-capability-grid article{padding:30px;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-bg);box-shadow:0 18px 40px rgba(21,22,31,.06)}.arrm-capability-grid h3{color:var(--brand-primary-dark)}.arrm-pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.arrm-pillar-grid article{position:relative;padding:26px;border-left:5px solid var(--brand-secondary);border-radius:var(--brand-radius);background:var(--brand-bg)}.arrm-pillar-grid span{display:inline-flex;margin-bottom:14px;color:var(--brand-accent);font-weight:900}.arrm-service-stats{background:var(--brand-bg)}@media (max-width:991px){.arrm-capability-grid,.arrm-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.arrm-capability-grid,.arrm-pillar-grid{grid-template-columns:1fr}}