.footer {
  background: #132c20;
  color: #e5efe8;
  margin-top: 3rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  padding: 3rem 0 2rem;
}

.footer h3,
.footer h4 {
  margin-top: 0;
  color: white;
}

.footer p,
.footer a {
  color: rgba(229, 239, 232, 0.82);
}

.footer-bottom {
  text-align: center;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  color: rgba(229, 239, 232, 0.75);
}

@media (max-width: 991px) {
  .footer-content {
    grid-template-columns: 1fr;
  }
}
