.services-hero{background:var(--brand-primary-dark);color:#fff}.services-hero h1,.services-hero p{color:#fff}.services-hero img{margin-top:28px;max-width:720px}.service-table-section{background:#fff}.service-spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.service-spec-table>div{padding:24px;border-bottom:1px solid var(--brand-border);background:#fff}.service-spec-table>div:nth-child(odd){border-right:1px solid var(--brand-border)}.service-spec-table strong{display:block;color:var(--brand-primary-dark);font-size:1.08rem;margin-bottom:8px}.service-spec-table span{color:var(--brand-text)}.methodology-section{background:var(--brand-bg-alt)}.method-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px;margin-bottom:28px}.method-steps article{display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px}.method-steps b{flex:0 0 54px;display:inline-flex;align-items:center;justify-content:center;height:54px;background:var(--brand-primary);color:#fff;border-radius:var(--brand-radius)}@media (max-width:767px){.method-steps,.service-spec-table{grid-template-columns:1fr}.service-spec-table>div:nth-child(odd){border-right:0}}