.contact-button {
  text-decoration: none;
  background: #e00002;
  padding: 0 14px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  transition: background 0.3s ease;
  box-sizing: border-box;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-toggle {
  background: transparent;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #374151;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0 14px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lang-toggle:hover {
  background: #f3f4f6;
  color: #111;
}

.contact-button:hover {
  background: #f00000;
}
