.hero {
  background: radial-gradient(circle at top, #1a2333, transparent 60%);
}

.hero-title-logo {
  width: min(520px, 90%);
  height: auto;
  margin-bottom: 1rem;
}

.map-section {
  background: var(--lumaria-bg-alt);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #243046;
}

.map-container {
  height: 420px;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #2b3547;
}

.pollution-control {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 1rem;
}

.pollution-label {
  color: var(--lumaria-text);
  font-weight: 600;
  white-space: nowrap;
}

.pollution-slider {
  flex: 1;
  min-width: 200px;
}

.leaflet-control-layers {
  background: rgba(11, 17, 26, 0.9);
  color: var(--lumaria-text);
  border: 1px solid #2b3547;
}

.leaflet-container {
  background: #0d1522;
}

.device-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.device-popup__link {
  color: var(--lumaria-link);
  text-decoration: none;
}

.device-popup__link:hover {
  color: #9ad9ff;
}
