/* MA Solutions alignment safeguard — 2026-09-05 */
main,
main section,
main article,
main aside,
main form,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ul,
main ol,
main li,
main label,
main table,
main th,
main td,
footer,
footer p,
footer nav {
  text-align: left;
}

/* Keep intentionally centred control labels centred. */
#corporateMobileMenu a.text-center,
a.text-center,
button.text-center {
  text-align: center;
}

/* Hero trust strip must occupy the full 12-column row. */
@media (min-width: 1024px) {
  #main-content [data-trust-strip="true"] {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Maintain consistent left edge inside reusable editorial components. */
.hero-copy,
.hero-aside,
.section-head,
.section-intro,
.service-card,
.service-row,
.price-card,
.insight-card,
.checklist-card,
.software-card,
.contact-card,
.lead-form-card,
.credentials-section,
.contact-band-inner,
.cipc-intro,
.cipc-guide-copy,
.platform-row,
.sars-feature,
.sars-side,
.calculator-panel,
.tool-card,
.panel-heading {
  text-align: left;
}
