
.lang-switch{display:flex;align-items:center;gap:.2rem;padding:.2rem;border:1px solid rgba(15,35,70,.12);border-radius:999px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px)}
.lang-switch__link{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 .55rem;border-radius:999px;font-size:.73rem;font-weight:750;letter-spacing:.04em;color:var(--ink-2,#42526b);text-decoration:none;transition:.2s ease}
.lang-switch__link:hover{color:var(--ink,#101828);background:rgba(21,94,239,.08)}
.lang-switch__link.is-active{background:#155EEF;color:#fff;box-shadow:0 2px 8px rgba(21,94,239,.22)}
.lang-switch--mobile{display:none;margin:1rem 0 1.15rem;width:max-content}
@media(max-width:940px){.site-header>.wrap>.lang-switch{display:none}.lang-switch--mobile{display:flex}}
