.zf-unified-footer {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #090d1d !important;
  color: #c9d2e9 !important;
  font-family: Inter, system-ui, sans-serif !important;
}
.zf-footer-inner {
  width: min(100% - 44px, 1180px);
  margin: 0 auto;
  padding: 54px 0 30px;
  border-top: 1px solid #26314f;
}
.zf-footer-top {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.zf-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f4f7ff !important;
  text-decoration: none !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
}
.zf-footer-brand img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 13px !important;
  object-fit: cover !important;
  opacity: 1 !important;
  filter: none !important;
  margin: 0 !important;
}
.zf-footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}
.zf-footer-links a {
  color: #c9d2e9 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  transition: color .2s ease !important;
}
.zf-footer-links a:hover { color: #67d7ad !important; }
.zf-footer-copy {
  width: 100%;
  padding-top: 28px;
  color: #aeb9d2;
  text-align: center;
  font-size: .88rem;
}
[data-theme="emerald"] .zf-unified-footer {
  background: #f8fafc !important;
  color: #334155 !important;
}
[data-theme="emerald"] .zf-footer-inner {
  border-top-color: #d7e0ec;
}
[data-theme="emerald"] .zf-footer-brand {
  color: #0f172a !important;
}
[data-theme="emerald"] .zf-footer-links a {
  color: #475569 !important;
}
[data-theme="emerald"] .zf-footer-links a:hover {
  color: #2563eb !important;
}
[data-theme="emerald"] .zf-footer-copy {
  color: #64748b;
}
@media (max-width: 700px) {
  .zf-footer-inner { width: min(100% - 32px, 1180px); padding-top: 38px; }
  .zf-footer-top { flex-direction: column; justify-content: center; min-height: auto; }
  .zf-footer-links { justify-content: center; gap: 14px 20px; }
  .zf-footer-copy { padding-top: 24px; }
}
