.footer {
  background: var(--color-bg-alt);
  padding: 3rem 0 2rem;
  margin-top: 4rem;
}

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

.footer-section h3 {
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.footer-section p,
.footer-section a {
  color: var(--color-text-secondary);
  text-decoration: none;
}

.footer-section a:hover {
  color: var(--color-primary-light);
}

.client-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0;
  opacity: 0.7;
}

.client-logos img {
  height: 40px;
  filter: grayscale(100%);
}

.footer-legal {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-secondary);
  font-size: 0.875rem;
}

.footer-legal a {
  color: var(--color-text-secondary);
}

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