/**
 * Pie público Compara10 — única fuente (.c10-public-footer).
 * Cargar junto a site.css en todas las páginas.
 */
.c10-public-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 32px 16px;
  margin-top: 48px;
  font-size: 13px;
  text-align: left;
  border-top: 0;
}

.c10-public-footer-inner {
  max-width: var(--max, 920px);
  margin: 0 auto;
  padding: 0 4px;
}

.c10-public-footer-nav {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .c10-public-footer-nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.c10-public-footer-heading {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #cbd5e1;
}

.c10-public-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c10-public-footer-links a {
  color: #e2e8f0;
  text-decoration: none;
  line-height: 1.85;
  display: inline-block;
}

.c10-public-footer-links a:hover {
  color: #fff;
}

.c10-public-footer-copy {
  margin: 0 0 8px;
  font-size: 12px;
}

.c10-public-footer-disc {
  margin: 0;
  font-size: 11px;
  opacity: 0.85;
  max-width: 62ch;
  line-height: 1.5;
}

.site-footer-newsletter{border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:16px 0;margin:0 0 20px}
.site-footer-newsletter-inner{max-width:32rem;margin:0 auto;text-align:center}
.site-footer-newsletter-label{font-size:12px;opacity:.9;margin:0 0 10px;line-height:1.4}
.site-footer-newsletter-form{display:block;width:100%}
.site-footer-newsletter-row{display:flex;flex-direction:column;gap:8px;align-items:stretch;max-width:280px;margin:0 auto}
@media (min-width:520px){
  .site-footer-newsletter-row{flex-direction:row;align-items:center;max-width:420px}
  .site-footer-newsletter-field{flex:1 1 200px;min-width:0}
  .site-footer-newsletter-btn{flex:0 0 auto}
}
.site-footer-newsletter-input{width:100%;padding:10px 12px;font-size:14px;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:rgba(255,255,255,.08);color:#fff;box-sizing:border-box}
.site-footer-newsletter-input::placeholder{color:rgba(255,255,255,.55)}
.site-footer-newsletter-btn{padding:10px 16px;font-size:13px;font-weight:600;border:none;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer;min-height:44px;width:100%;box-sizing:border-box}
@media (min-width:520px){.site-footer-newsletter-btn{width:auto;min-width:8.5rem}}
.site-footer-newsletter-btn:disabled{opacity:.7;cursor:wait}
.site-footer-newsletter-consent{margin-top:10px;font-size:11px;opacity:.85;line-height:1.45;display:flex;gap:8px;align-items:flex-start;justify-content:center;text-align:left;max-width:28rem;margin-left:auto;margin-right:auto}
.site-footer-newsletter-consent input{margin-top:2px;flex-shrink:0;width:14px;height:14px}
.site-footer-newsletter-consent a{color:#93c5fd}
.site-footer-newsletter-hp{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important}
.site-footer-newsletter-msg{margin-top:10px;font-size:12px;color:#86efac}
.site-footer-newsletter-msg--err{color:#fcd34d!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;overflow:hidden}
