.footer {
  background: var(--footer-bg);
  color: var(--text-muted);
  border-top: 1px solid var(--footer-border);
  font-size: 0.875rem;
}

.footer-top {
  min-height: 47px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--footer-border);
  font-size: 0.9375rem;
}

.footer-bottom {
  min-height: 46px;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer a {
  color: var(--text-muted);
  text-decoration: none;
}

.footer a:hover { text-decoration: underline; }
