.halo-services-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-neutral-dark))}.halo-service-table{background:#fff}.halo-spec-table-wrap{border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden}.halo-spec-table{margin-bottom:0}.halo-spec-table thead th{background:var(--brand-primary-dark);color:#fff;border-color:rgba(255,255,255,.2);padding:16px}.halo-spec-table td{padding:16px;color:var(--brand-text);vertical-align:top}.halo-spec-table tbody tr:nth-child(2n) td{background:var(--brand-neutral-light)}.halo-methodology{background:var(--brand-bg-alt)}.halo-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.halo-step-grid article{display:flex;gap:18px;border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;padding:24px}.halo-step-grid article>span{flex:0 0 54px;width:54px;height:54px;display:grid;align-items:center;justify-items:center;place-items:center;border-radius:50%;background:var(--brand-secondary);color:#fff;font-weight:800}.halo-step-grid p{margin-bottom:0;color:var(--brand-text)}@media (max-width:767px){.halo-step-grid{grid-template-columns:1fr}}