.logo {
  font-weight: 700;
  letter-spacing: 2px;
}

.lang-switcher {
  display: flex;
  gap: 10px;
}

.lang-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.1);
  background: white;
  cursor: pointer;
}

.lang-btn.active {
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  color: white;
}