.site-footer {
  padding: 32px 0;
  color: white;
  background: #0c0912;
}

.footer-main {
  display: grid;
  align-items: center;
  gap: 30px;
  padding-bottom: 28px;
  grid-template-columns: auto 1fr;
}

.footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.brand-footer {
  gap: 14px;
  font-size: 1.65rem;
}

.brand-footer .brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  box-shadow: 0 10px 32px rgba(142, 104, 244, 0.34);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}
