/* AMX LCP Boost — anti-CLS and quicker first paint
   Add class "amx-hero" to the top hero section in Elementor to maximize effect.
*/
.amx-hero, .elementor-section.amx-hero {
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 800px 450px; /* adjust if your hero has other aspect */
}
img {
  height: auto;
  max-width: 100%;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
