/* ── Footer rico de 3 columnas ─────────────────────────────────────────────── */
.site-footer { background:#061B36; color:#fff; padding:48px 24px 28px; }
.site-footer .footer-cols {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px;
  padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.10);
}
.site-footer .footer-col h4 {
  margin: 0 0 14px; font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; color: #FACC15; font-weight: 800;
}
.site-footer .footer-col a {
  display: block; color: rgba(255,255,255,.85); text-decoration: none;
  padding: 4px 0; font-size: 14px; font-weight: 600; transition: color .15s;
}
.site-footer .footer-col a:hover { color: #FACC15; }
.site-footer .footer-logo img { width: 200px; max-width: 100%; height: auto; display: block; margin-bottom: 12px; }
.site-footer .footer-tagline { font-size: 13.5px; line-height: 1.55; color: rgba(255,255,255,.78); margin: 0 0 16px; }
.site-footer .btn-write-us {
  display: inline-block !important; background: #FF6B35; color: #fff;
  padding: 11px 18px !important; border-radius: 12px;
  font-weight: 800 !important; font-size: 14px !important; margin-bottom: 10px;
  transition: background .15s, transform .15s;
}
.site-footer .btn-write-us:hover { background: #FACC15; color: #061B36 !important; transform: translateY(-1px); }
.site-footer .footer-contact-line { color: rgba(255,255,255,.85); font-size: 14px; padding: 4px 0; display: block !important; }

.site-footer .footer-social {
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center; justify-content: flex-start;
  margin-top: 6px;
}
.site-footer .footer-social a {
  display: inline-flex !important; align-items: center; justify-content: center;
  width: 40px; height: 40px; padding: 0 !important;
  background: rgba(255,255,255,.08); border-radius: 50%;
  color: rgba(255,255,255,.9); transition: background .15s, color .15s, transform .15s;
}
.site-footer .footer-social a:hover { background: #FACC15; color: #061B36; transform: translateY(-2px); }
.site-footer .footer-social svg { width: 24px; height: 24px; display: block; }

.site-footer .footer-bottom {
  max-width: 1200px; margin: 0 auto; padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: 14px 24px;
  align-items: center; justify-content: space-between;
  font-size: 13px; color: rgba(255,255,255,.65);
}
.site-footer .footer-bottom p { margin: 0; }
.site-footer .footer-legal-links a { color: rgba(255,255,255,.75); text-decoration: none; }
.site-footer .footer-legal-links a:hover { color: #FACC15; }
.site-footer .powered-by { font-size: 13px; }
.site-footer .powered-by-text { color: #fff; }
.site-footer .powered-by-brand {
  color: #FF6B6B !important;
  font-weight: 700;
  text-decoration: none;
}
.site-footer .powered-by-brand:hover { color: #FACC15 !important; }
.site-footer .footer-version { font-size: 11px; opacity: .45; flex-basis: 100%; }

@media (max-width: 900px) {
  .site-footer { padding: 36px 18px 22px; }
  .site-footer .footer-cols { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .site-footer .footer-col h4 { letter-spacing: .08em; }
  .site-footer .footer-logo img { margin: 0 auto 10px; }
  .site-footer .footer-social { justify-content: center; }
  .site-footer .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
}

/* ── FAB WhatsApp con menú de 3 contactos ──────────────────────────────── */
.wa-fab { position: fixed; bottom: 24px; right: 24px; z-index: 999; }
.whatsapp-float {
  width: 56px; height: 56px; background: #25D366; color: #fff;
  border: 0; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(0,0,0,.25); }
.wa-fab[data-off-hours="1"] .whatsapp-float::after {
  content: '🌙'; position: absolute; top: -6px; right: -6px;
  background: #1f2937; color: #FACC15;
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; border: 2px solid #fff;
}
.wa-menu {
  position: absolute; bottom: 70px; right: 0; width: 260px;
  background: #fff; border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,.18), 0 2px 6px rgba(0,0,0,.08);
  padding: 8px 6px;
  opacity: 0; visibility: hidden; transform: translateY(8px) scale(.96);
  transform-origin: bottom right;
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
}
.wa-fab.open .wa-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.wa-menu::after {
  content: ''; position: absolute; bottom: -7px; right: 22px;
  width: 14px; height: 14px; background: #fff; transform: rotate(45deg);
  box-shadow: 4px 4px 6px rgba(0,0,0,.06);
}
.wa-menu-title {
  margin: 6px 12px 8px; font-size: 11px; font-weight: 800;
  color: #67768A; text-transform: uppercase; letter-spacing: .06em;
}
.wa-menu-item {
  display: grid; grid-template-columns: 28px 1fr;
  gap: 10px; align-items: center;
  padding: 10px 12px; text-decoration: none; color: #061B36;
  border-radius: 10px; line-height: 1.3;
}
.wa-menu-item:hover { background: #F0FDF4; }
.wa-menu-item span:first-child { font-size: 22px; }
.wa-menu-item strong { font-size: 14px; color: #061B36; }
.wa-menu-item small { font-size: 11.5px; color: #67768A; font-weight: 500; }

/* Teléfonos en el footer */
.footer-phone {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.85); text-decoration: none;
  padding: 4px 0; font-size: 13px; font-weight: 600;
  transition: color .15s;
}
.footer-phone:hover { color: #FACC15; }
.footer-phone small { font-weight: 500; opacity: .8; }
.footer-phone .wa-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #25D366; box-shadow: 0 0 0 3px rgba(37,211,102,.18);
  flex: 0 0 auto;
}

/* Selector de idiomas (header) — sin cambios funcionales */
.langs a {
  color: inherit; text-decoration: none; padding: 2px 4px;
  font-size: 13px; font-weight: 600; opacity: .7; transition: opacity .2s;
}
.langs a:hover { opacity: 1; }
