#zm-footer { margin-top: auto; }
.zm-footer {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 32px 0;
  text-align: center;
  font-size: 13px;
  color: #64748b;
  margin-top: auto;
}
.zm-footer .links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.zm-footer .links a {
  color: #64748b;
  text-decoration: none;
}
.zm-footer .links a:hover { color: #2563eb; }
