.hero-brand-text {
  display: inline-block;
  line-height: 1.18 !important;
  padding-bottom: 0.16em;
  margin-bottom: -0.1em;
  overflow: visible;
}

.logo > span:last-child {
  display: inline-block;
  line-height: 1.18;
  padding-bottom: 0.08em;
  margin-bottom: -0.04em;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #f8f7ff !important;
  font-weight: 800;
  font-size: 0.85rem;
}

.lang-switch:hover {
  background: rgba(139, 92, 246, 0.18);
  border-color: rgba(139, 92, 246, 0.38);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 860px) {
  .nav-actions {
    margin-left: auto;
  }

  .lang-switch {
    padding: 0.42rem 0.62rem;
    font-size: 0.8rem;
  }
}
