.footer {
  background-color: #05010F;
  color: #E6D7FF;
  text-align: center;
  padding: 60px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #14022B;
}

.footer-container {
  max-width: 800px;
}

.footer-logo {
  color: #D580FF;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 0 10px #9A00FF60;
}

.footer p {
  color: #CFA8FF;
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 25px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-social a img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 6px #B300FF60);
  transition: .3s ease;
}

.footer-social a img:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 0 10px #D580FF);
}

.footer-bottom {
  border-top: 1px solid #14022B;
  padding-top: 20px;
  width: 100%;
  max-width: 900px;
}

.footer-bottom p {
  color: #B38BEA;
  font-size: 0.9em;
}
