.footer {
  margin-top: 80px;
  padding: 32px 20px;
  text-align: center;
  color: var(--text-muted, #94a3b8);
  font-size: 0.85rem;
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
}

.footer div {
  margin: 8px 0;
}

.footer a {
  color: var(--text-muted, #94a3b8);
  text-decoration: none;
  transition: color 0.2s;
}

.footer a:hover {
  color: var(--nav-float-link-active, #fff);
}
