.site-footer {
  background: black; /* dark neutral */
  color: #cbd5e1;
  padding: 40px 20px 20px;
  font-family: inherit;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-brand img {
  max-width: 140px;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-links h4,
.footer-contact h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
}

.footer-links a {
  display: block;
  text-decoration: none;
  color: #cbd5e1;
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-contact p {
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
}
