footer {
  position: sticky;
  bottom: 0;
  background-color: #111;
  color: #ccc;
  padding: 12px 24px;
  font-size: 0.85rem;
  border-top: 1px solid #333;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.footer-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #888;
  letter-spacing: 0.05em;
}

footer a {
  color: #aaa;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}
