/*
 * P10-SITE-1078
 * Keep the homepage mobile reading and card surfaces free from fixed-contact overlap.
 * Inquiry, email, and WhatsApp remain available in the homepage conversion panel and footer.
 */
@media (max-width: 720px) {
  body.home-marketing-page .whatsapp-contact {
    display: none;
  }
}
