
footer {
  padding: 3rem 0 1rem 0;
  margin-top: auto;
  background: linear-gradient(135deg, #1a3d1b 0%, #2c5f2d 100%);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h3 {
  color: #97bc62;
  margin-bottom: 1rem;
}

.footer-section p,
.footer-section a,
.footer-bottom p,
.footer-bottom a {
  color: #ebebeb;
  line-height: 1.8;
}

.footer-section a,
.footer-bottom a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover,
.footer-bottom a:hover {
  color: #97bc62;
}

.footer-bottom {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid #2c5f2d;
  font-size: 0.9rem;
}
