.mobile-support{display:none}
@media(max-width:780px){
 .site-header .header-top__actions{display:none}
 body{padding-bottom:calc(73px + env(safe-area-inset-bottom,0px))}
 html{scroll-padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}
 .mobile-support{position:fixed;inset:auto 0 0;z-index:1000;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);box-sizing:border-box;min-height:73px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));background:url('../images/footer-network.svg') center / cover no-repeat,linear-gradient(115deg,#041126 0%,#041126 48%,#071a38 100%);border-top:1px solid rgba(142,202,255,.3);box-shadow:0 -4px 20px rgba(9,29,56,.2)}
 .mobile-support a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;color:#f2f7ff;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;line-height:1.35;text-align:center;text-decoration:none;padding:0 6px}
 .mobile-support a+a{border-left:1px solid rgba(185,216,248,.22)}
 .mobile-support svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:#8ecaff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
 .mobile-support a[aria-disabled=true]{color:#b7c8dd;cursor:default}
 .mobile-support a:focus-visible{outline:2px solid #198cf0;outline-offset:-2px}
}
