.services-hero{background:var(--brand-bg-alt)}.service-method-section,.service-spec-section{padding:88px 0}.service-spec-section{background:#fff}.service-spec-grid,.spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--brand-border)}.service-spec-grid article,.spec-table div{padding:24px;border-right:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.service-spec-grid h3,.spec-table strong{display:block;margin-bottom:8px;color:var(--brand-primary-dark)}.service-method-section{background:var(--brand-bg-alt)}.method-grid,.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.method-grid article,.process-grid article{display:flex;gap:16px;border:1px solid var(--brand-border);background:#fff;padding:24px}.method-grid b,.process-grid b{flex:0 0 44px;color:var(--brand-secondary)}@media (max-width:991px){.method-grid,.process-grid,.service-spec-grid,.spec-table{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.method-grid,.process-grid,.service-spec-grid,.spec-table{grid-template-columns:1fr}}