/* Alex Rych AI v0.37.3 — Showroom production baseline.
   The plugin no longer hides or modifies the global Alex Rych / Divi header.
   This file is intentionally limited to retired Click-to-Chat cleanup and the
   mobile sticky-CTA collision guard while a Showroom AI sheet is open. */

/* Retired site-wide Click to Chat / WhatsApp bubble fallback.
   An identical tiny guard is printed in <head> so cached/inline markup cannot flash. */
#ht-ctc-chat,
[id^="ht-ctc-chat"],
[id^="ht_ctc_chat"],
.ht-ctc-chat,
.ht_ctc_chat_greetings_box,
.ht-ctc-chat-greetings,
[class*="ht-ctc-chat"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* While a Showroom AI bottom sheet is open, landing sticky CTAs must not cover
   the composer or compete for taps. This affects only the landing-owned sticky
   CTA elements and never the global site header/menu or page geometry. */
@media (max-width: 767px) {
  body.arai-showroom-ai-open .ns3-mobile-sticky,
  body.arai-showroom-ai-open .ca3-mobile-sticky,
  body.arai-showroom-ai-open .nh3-mobile-sticky,
  body.arai-showroom-ai-open [data-mobile-sticky],
  body.arai-showroom-ai-open [data-sticky-cta] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(calc(100% + 24px)) !important;
  }
}
