﻿.site-footer {
  margin-top: 60px;
  padding: 48px 6vw 32px;
  background: #11110f;
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.footer-inner p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 24px;
  padding-top: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
