
.lang-switcher {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(6px);
  padding: 6px 12px;
  border-radius: 8px;
  z-index: 9999;
}
.lang-switcher select {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #2f5f2f;
  cursor: pointer;
}
.lang-switcher select option {
  background: #f5fdf7;
  color: #2f5f2f;
}
