/* .site-footer {
  padding: 30px 0;
  background: #111;
  color: #fff;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-menu {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
} */