/* ===== Global Mobile Menu Background ===== */
.mobile-menu-bg{
  background:linear-gradient(110deg,rgba(11,18,32,0.98) 0%,rgba(11,18,32,0.95) 70%,rgba(11,18,32,0) 100%);
  clip-path:polygon(0 0,85% 0,100% 100%,0 100%);
}
.mobile-menu-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
  pointer-events:none;
}