/* Language navigation follows the existing Pratix typography and palette. */
.language-switch{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin:10px 0 -24px;position:relative;z-index:2;font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.04em}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;border-radius:10px;color:var(--muted,#64748b);text-decoration:none}
.language-switch a[aria-current]{color:var(--text,#111827);background:rgba(128,128,128,.10)}
.language-switch a:hover{background:rgba(128,128,128,.16)}
.language-switch a:focus-visible{outline:2px solid var(--primary,#6366f1);outline-offset:3px}
.language-switch span{color:var(--muted,#64748b)}
@media(max-width:780px){.language-switch{margin:8px 0 -28px}.language-switch a{min-width:44px;min-height:44px}}
