.site-footer {
  background: #111418;
  color: rgba(255, 255, 255, 0.72);
  padding: 48px 0 24px;
  margin-top: 48px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .site-footer .footer-grid { grid-template-columns: 1.15fr 0.75fr 1.15fr 0.75fr; gap: 24px; }
}
.site-footer .footer-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: 200px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.site-footer .footer-logo-link:hover .footer-logo { opacity: 1; }
.site-footer .footer-meta { margin: 10px 0 0; font-size: 13px; color: rgba(255,255,255,0.55); }
.site-footer .footer-contacts {
  display: flex; flex-direction: column; gap: 6px; margin-top: 16px;
}
.site-footer .footer-heading {
  display: block; margin-bottom: 14px; color: #fff;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
}
.site-footer .footer-nav,
.site-footer .footer-case-group nav {
  display: grid; gap: 8px;
}
.site-footer .footer-nav a,
.site-footer .footer-case-group nav a {
  font-size: 13px; line-height: 1.45; color: rgba(255,255,255,0.72);
}
.site-footer .footer-case-group { margin-bottom: 14px; }
.site-footer .footer-case-group:last-child { margin-bottom: 0; }
.site-footer .footer-case-label {
  display: block; margin-bottom: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  color: rgba(55, 214, 161, 0.9); text-transform: uppercase;
}
.site-footer .footer-copy {
  padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.45);
}
