/* A+ HVAC — overrides on top of the Webflow CSS.
   Align every section's container to the same box as the navbar
   (max 1200px, centered, matching side padding) so all section copy
   lines up with the nav. */
.main-container,
.trust-contain {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(18px, 4vw, 40px) !important;
  padding-right: clamp(18px, 4vw, 40px) !important;
  box-sizing: border-box;
}
.w-container {
  max-width: 1200px !important;
}

/* One heading weight site-wide: 600 (matches global.css on inner pages).
   Overrides the Webflow base `h1–h6 { font-weight: bold }`. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
