.site-footer { background: var(--panel-dark); color: #fff; padding: 64px 32px 36px; }
.site-footer .wrap { max-width: 1180px; }

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.footer-brand { max-width: 300px; }
.footer-brand p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .55);
  margin: 16px 0 0;
}

.footer-columns { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 14px;
}
.footer-col-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-col-links a {
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  transition: color .15s ease;
}
.footer-col-links a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, .4);
}
