/* Virtera post-export fixes — template leftovers + mobile hero */
html { overflow-x: hidden; }

@media (max-width: 809.98px) {
  body { overflow-x: hidden; }
}

/* Hide leftover Stem pricing CTAs in the footer */
a[href*="/pricing"],
a[href*="stem-template.webflow.io"] {
  display: none !important;
}

/* Hide leftover socials until real profiles exist */
a[href="https://facebook.com"],
a[href="https://instagram.com"],
a[href="https://youtube.com"],
a[href="https://x.com"],
a[href="https://linkedin.com"],
a[href="https://facebook.com/"],
a[href="https://instagram.com/"],
a[href="https://youtube.com/"],
a[href="https://x.com/"],
a[href="https://linkedin.com/"] {
  display: none !important;
}
