@media (max-width: 1000px) {
	.mobile-menu { display: block; margin-left: auto; }
	.mobile-menu__toggle,
	.mobile-menu__close { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 14px; color: inherit; background: transparent; border: 1px solid currentColor; font: inherit; cursor: pointer; }
	.mobile-menu__toggle svg,
	.mobile-menu__close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
	.mobile-menu__overlay[hidden] { display: none; }
	.mobile-menu__overlay { position: fixed; inset: 0; z-index: 1200; display: flex; justify-content: flex-end; visibility: hidden; transition: visibility .26s; }
	.mobile-menu__overlay.is-open { visibility: visible; }
	.mobile-menu__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(2, 10, 24, .68); border: 0; opacity: 0; cursor: default; transition: opacity .26s ease; }
	.mobile-menu__overlay.is-open .mobile-menu__backdrop { opacity: 1; }
	.mobile-menu__panel { position: relative; z-index: 1; display: flex; flex-direction: column; width: min(440px, 100%); height: 100vh; height: 100dvh; box-sizing: border-box; padding: max(22px, env(safe-area-inset-top)) 26px max(24px, env(safe-area-inset-bottom)); color: #edf5ff; background: url('../images/footer-network.svg') center / cover no-repeat, linear-gradient(145deg, #041126 0%, #041126 50%, #071a38 100%); box-shadow: -18px 0 50px rgba(0, 0, 0, .24); transform: translateX(102%); transition: transform .26s cubic-bezier(.2,.75,.25,1); overflow: hidden; }
	.mobile-menu__overlay.is-open .mobile-menu__panel { transform: translateX(0); }
	.mobile-menu__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid rgba(185, 216, 248, .22); }
	.mobile-menu__brand { display: block; width: min(164px, 62%); }
	.mobile-menu__brand img { display: block; width: 100%; height: auto; }
	.mobile-menu__close { width: 44px; padding: 0; border-color: rgba(185, 216, 248, .35); }
	.mobile-menu__nav { position: static; display: grid; align-content: start; gap: 0; flex: 1 1 auto; min-height: 0; margin: 10px 0 18px; padding: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: transparent; color: inherit; box-shadow: none; }
	.mobile-menu__nav > a { display: flex; align-items: center; min-height: 58px; padding: 12px 8px 12px 0; color: #edf5ff; border-bottom: 1px solid rgba(185, 216, 248, .15); font-size: 20px; line-height: 1.35; text-decoration: none; transition: color .18s, padding .18s; }
	.mobile-menu__nav > a:hover,
	.mobile-menu__nav > a:focus-visible { color: #8ecaff; }
	.mobile-menu__nav > a.is-current,
	.mobile-menu__nav > a[aria-current="page"] { padding-left: 12px; color: #8ecaff; border-left: 3px solid #55b9ff; }
	.mobile-menu__nav .offer-menu { color: #edf5ff; border-bottom: 1px solid rgba(185, 216, 248, .15); }
	.mobile-menu__nav .offer-menu > summary { min-height: 58px; padding: 12px 0; font-size: 20px; }
	.mobile-menu__nav .offer-menu.is-current > summary { color: #8ecaff; border-bottom: 0; }
	.mobile-menu__nav .offer-menu__panel { max-height: min(46dvh, 390px); overflow-y: auto; }
	.mobile-menu__nav .offer-menu__item strong { font-size: 14px; }
	.mobile-menu__contact { display: grid; gap: 9px; padding-top: 18px; border-top: 1px solid rgba(185, 216, 248, .22); }
	.mobile-menu__contact a { color: #b9cce2; font-size: 14px; text-decoration: none; }
	.mobile-menu__contact a:hover,
	.mobile-menu__contact a:focus-visible { color: #8ecaff; }
	body.mobile-menu-open { overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
	.mobile-menu__overlay,
	.mobile-menu__backdrop,
	.mobile-menu__panel,
	.mobile-menu__nav > a { transition: none; }
}
