.site-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #070709;
  padding: 30px 0;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-content img { width: 120px; }
.footer-content p { margin: 0; color: #8f8f99; font-size: .9rem; }
