.site-footer {
  background: #eef7f6;
  color: #172020;
  padding: 64px 0 26px;
  border-top: 1px solid #c8ddda;
}
.site-footer .container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.65fr repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin-bottom: 48px;
}
.site-footer .footer-brand img {
  display: block;
  width: auto;
  height: 54px;
  margin: 0 0 20px;
  filter: none;
}
.site-footer .footer-brand p {
  max-width: 350px;
  margin: 0;
  color: #536563;
  font-size: 15px;
  line-height: 1.6;
}
.site-footer h4 {
  margin: 0 0 16px;
  color: #0b5559;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer a {
  display: block;
  margin: 0 0 11px;
  color: #334342;
  font-size: 14px;
  text-decoration: none;
}
.site-footer a:hover {
  color: #0b5559;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid #c8ddda;
  color: #536563;
  font-size: 13px;
}
.site-footer .footer-bottom a {
  display: inline;
  margin: 0;
  color: #0b5559;
}
@media (max-width: 980px) {
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-footer { padding: 48px 0 24px; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 36px; }
  .site-footer .footer-bottom { flex-direction: column; gap: 10px; }
}
