.site-footer {
  background: #234b1f;
  color: white;
  padding-top: 50px;
}

.footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px 40px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 80px;
}

.footer-brand h3 {
  margin-bottom: 10px;
}

.footer-links h4,
.footer-contact h4 {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  display: block;
  color: #d7e5d5;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: white;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #cfd8cd;
  font-size: 14px;
}