/* v371G — final regression cleanup after v370G.
   Scope: bug fixes only. Preserve the approved Home, FAQ, Fees, Add-ons,
   WhatsApp-under-Need-Help, and mobile/desktop visual decisions. */

/* Mobile menu must always win over floating customer controls, including
   tablet widths and already-open chat panels. This prevents the drawer,
   WhatsApp, Need Help, and sticky CTA layers from fighting each other. */
@media (max-width:900px){
  body.vge-mobile-menu-open .whatsapp-float,
  body.vge-mobile-menu-open .whatsapp-floating,
  body.vge-mobile-menu-open .floating-whatsapp,
  body.vge-mobile-menu-open .vge-whatsapp-float,
  body.vge-mobile-menu-open .vge-chatbot-root,
  body.vge-mobile-menu-open .vge-chatbot-widget,
  body.vge-mobile-menu-open .vge-chatbot-panel,
  body.vge-mobile-menu-open .vge-lsc-widget,
  body.vge-mobile-menu-open .vge-lsc-panel,
  body.vge-mobile-menu-open .live-staff-chat-root,
  body.vge-mobile-menu-open .live-staff-chat-widget,
  body.vge-mobile-menu-open .floating-contact,
  body.vge-mobile-menu-open .lp-sticky-cta,
  body.vge-mobile-menu-open .mobile-sticky-cta,
  body.vge-mobile-menu-open .sticky-cta{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(12px) scale(.96) !important;
  }

  body.vge-mobile-menu-open .vge-mobile-menu-drawer,
  body.vge-mobile-menu-open .mobile-nav,
  body.vge-mobile-menu-open .topbar.is-mobile-menu-open{
    visibility:visible !important;
  }
}

/* Prevent long URLs/emails/service labels from breaking cards or forcing
   horizontal scrolling, but avoid changing normal paragraph rhythm. */
.admin-portal-card a,
.notice a,
.faq-answer a,
.card a,
.summary-row,
.total,
.alert,
.paypal-box{
  overflow-wrap:anywhere;
  word-break:normal;
}

/* Artwork and decorative layers must stay behind content and remain non-clickable. */
.home-page .home-service-routes::before,
.home-page .home-service-routes::after,
.home-page .hero-plane-stage-v295G,
.home-page .hero-plane-image-v295G,
.home-page .hero-plane-wind-v295G,
.fees-check-section .container.grid.two > :first-child::after,
.faq-hero-visual-card-v290G::before,
.faq-hero-visual-card-v290G::after{
  pointer-events:none !important;
}

/* Keep responsive media safe after overflow hardening. */
img,
svg,
video,
canvas{
  max-width:100%;
}

/* Admin/public boundary reinforcement for older admin shells and future admin
   pages that may not carry the newest body classes. */
body.vge-admin-page .whatsapp-float,
body.vge-admin-page .whatsapp-floating,
body.vge-admin-page .floating-whatsapp,
body.vge-admin-page .vge-whatsapp-float,
body.vge-admin-page .vge-chatbot-root,
body.vge-admin-page .vge-chatbot-widget,
body.vge-admin-page .vge-chatbot-panel,
body.vge-admin-page .vge-lsc-widget,
body.vge-admin-page .vge-lsc-panel,
body.vge-admin-page .live-staff-chat-root,
body.vge-admin-page .live-staff-chat-widget,
body.vge-admin-page .floating-contact,
body.vge-admin-page [data-vge-chatbot],
body.vge-admin-page [data-live-staff-chat-widget]{
  display:none !important;
}
