body {
  background: linear-gradient(135deg, #2d20a1, #302b63, #adadf2);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}

.pixel {
  font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  height: 100px;
}

.navbar-brand {
  font-size: 1.7rem;
}

.neon-text {
  color: #00ffff;
  text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff;
}

.bg-gradient {
  background: linear-gradient(to right, #232526, #414345);
}

.futuristic-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.slogan {
  font-size: 2em;
  text-align: center;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.hidden {
  opacity: 0;
}

#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
}

#map {
  width: 100%;
  height: 600px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
  margin-top: 20px;
}