/* Footer ES specific styles */

footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 36px 0;
  color: var(--text);
  text-shadow: 1px 1px 2px #000;
  position: relative;
  background-image: url('../img/about/footer.webp');
  background-size: cover;
  background-position: center;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: -1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.mini {
  font-size: 0.92rem;
  color: var(--muted);
}

footer .mini {
  color: var(--text);
}

.list {
  display: grid;
  gap: 10px;
}

.list a {
  color: var(--text);
}

.whatsapp {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #1fbf72;
  border: 1px solid rgba(31,191,114,0.5);
}
