@media (min-width: 901px) {
  .hero { padding-bottom: 230px; }
}

.language-switch { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.language-switch button { border: 0; border-bottom: 2px solid transparent; background: transparent; color: #6b747b; padding: 4px 2px; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.language-switch button.active { color: #5847df; border-bottom-color: #5847df; }
.language-switch span { color: #a5abb4; font-size: 12px; }
