/**
 * PR-AE — bandeau engagements (démos ICP)
 * Clair : page type institut (fond sable)
 * Sombre : .demo-sector-page ou .demo-eco-context-dark
 */
.eco-footer {
  padding: 24px 16px;
  margin-bottom: 52px;
  background: rgba(0, 0, 0, 0.04);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  color: rgba(44, 42, 38, 0.62);
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.eco-footer__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 56rem;
  margin: 0 auto;
}

.eco-footer__item {
  white-space: nowrap;
}

.demo-sector-page .eco-footer,
.demo-eco-context-dark .eco-footer {
  background: rgba(255, 255, 255, 0.04);
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(244, 235, 217, 0.58);
}

@media (max-width: 768px) {
  .eco-footer {
    padding-top: 18px;
    font-size: 10px;
  }

  .eco-footer__items {
    gap: 12px 16px;
    max-width: 100%;
  }

  .eco-footer__item {
    white-space: normal;
    flex: 1 1 42%;
    min-width: 8rem;
  }
}
