/* Keep the Telegram action independent of generic menu-link grid and hover styles. */
body :is(.landing,.guides-surface) .nav__links a.nav__cta{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#001b3a;color:#fff;text-decoration:none;transition:background-color .18s ease;}
body :is(.landing,.guides-surface) .nav__links a.nav__cta :is(span,svg){color:inherit;}
body :is(.landing,.guides-surface) .nav__links a.nav__cta svg{flex-shrink:0;}
body :is(.landing,.guides-surface) .nav__links a.nav__cta:hover{background:#0b315a;color:#fff;transform:none;box-shadow:none;}
body :is(.landing,.guides-surface) .nav__links a.nav__cta:active{background:#124575;color:#fff;}
body :is(.landing,.guides-surface) .nav__links a.nav__cta:focus-visible{outline:3px solid #2563eb;outline-offset:3px;}
