.footer {
  border-top: 1px solid var(--border-soft);
  padding: 22px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted-2);
  font-size: 14px;
}

.footer-right { opacity: 0.9; }
