/* =========================
   Footer público legal
   Día a Día Reconquista
   ========================= */

.site-footer {
  margin-top: 60px;
  background: #111827;
  color: #e5e7eb;
  border-top: 5px solid #b82922;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 18px 30px;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1.2fr;
  gap: 28px;
}

.footer-title {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-brand p,
.footer-section p {
  margin: 0 0 10px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.55;
}

.footer-small {
  font-size: 13px !important;
  color: #94a3b8 !important;
}

.footer-section h2 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a,
.footer-bottom a {
  color: #e5e7eb;
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-legal p {
  font-size: 13px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: #94a3b8;
  font-size: 13px;
}

.footer-bottom a {
  color: #ffffff;
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    padding-top: 34px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    margin-top: 42px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
  }
}
