/* ─── FOOTER — Swiss Austral (corregido Figma 14-May-2026) ──── */

.sa-footer {
  background: rgba(243, 239, 239, 1);
  padding-top: 0;
  border-top: 3px solid #C1121F;
}
.sa-footer__inner {
  max-width: 1200px; margin: 0 auto; padding: 40px 24px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.sa-footer__logo img { height: 36px; width: auto; }
.sa-footer__nav { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.sa-footer__nav li a { font-size: 14px; font-weight: 500; color: #C1121F; text-decoration: none; }
.sa-footer__nav li a:hover { color: #960D18; text-decoration: underline; }
.sa-footer__social { display: flex; gap: 12px; }
.sa-footer__social a {
  width: 36px; height: 36px; border-radius: 8px; background: #C1121F;
  display: flex; align-items: center; justify-content: center; color: #fff;
  transition: background 0.2s; text-decoration: none;
}
.sa-footer__social a:hover { background: #960D18; }
.sa-footer__social a svg { width: 16px; height: 16px; }

/* Línea separadora roja */
.sa-footer__separator {
  max-width: 1200px; margin: 0 auto;
  border: none; height: 1px;
  background: #C1121F;
}

/* Copyright */
.sa-footer__copy {
  text-align: center; padding: 16px 24px 24px;
  font-size: 13px; color: #666;
}