footer {
  text-align: center;
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #4361ee;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #3f37c9;
}

footer .copyright {
  color: #666;
  font-size: 0.9rem;
}
