/* ======================================================================
   ISOPILOT V2.12 STEP24C — Desktop sticky primary public navigation
   Scope: public primary horizontal header only. Private sidebar untouched.
   ====================================================================== */

@media (min-width:1025px){
  body.public-site:not(.auth-focused) .public-header.enterprise-header-v2930{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:0!important;
    z-index:1800!important;
    overflow:visible!important;
    isolation:isolate;
    transform:translateZ(0);
    box-shadow:0 10px 28px rgba(4,21,42,.14);
  }

  /* Mega menus must remain above the scrolling page while the primary nav is pinned. */
  body.public-site:not(.auth-focused) .public-header.enterprise-header-v2930 .enterprise-mega-menu{
    z-index:1810!important;
  }
}
