/* Shared language navigation, including pages without JavaScript. */
.top { flex-wrap: wrap; gap: 16px; }
.top > .language-switcher { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin-left: auto; }
.top > .language-switcher a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 10px; margin: 0; font: 500 13px/1.4 Inter, sans-serif; text-decoration: none; border-radius: 6px; }
.top > .language-switcher a[aria-current="page"] { color: var(--ink, #f0ede7); background: rgba(180, 160, 220, .14); }
.language-switcher a:focus-visible { outline: 2px solid #c2a7ee; outline-offset: 2px; }
html[lang="ru"] .landing h1 { font-size: clamp(46px, 5.5vw, 78px); overflow-wrap: normal; }
html[lang="ru"] .landing .waitlist form { flex-wrap: wrap; }
html[lang="ru"] .landing .waitlist input { min-width: 180px; }
.doc { overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .top > .language-switcher { flex-basis: 100%; justify-content: flex-end; }
  html[lang="ru"] .landing h1 { font-size: clamp(38px, 8.8vw, 64px); }
}
@media (max-width: 360px) {
  .landing .hero > div { min-width: 0; }
  .landing .waitlist form { flex-direction: column; gap: 8px; }
  .landing .waitlist input, .landing .waitlist .btn { width: 100%; border-radius: 10px; }
  html[lang="lt"] .landing h1 { font-size: 50px; }
}
