:root {
    --ug-footer-bg: #000b30; --ug-red-accent: #E8002A; --ug-red-hover: #C40023;
    --ug-whatsapp-green: #25D366; --ug-text-light: #ffffff; --ug-text-muted: rgba(255, 255, 255, 0.75);
  }
  .ug-footer-unified {
    position: relative; width: 100%;
    background: url('https://images.pexels.com/photos/8442568/pexels-photo-8442568.jpeg') center center / cover no-repeat;
    color: var(--ug-text-light); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 70px 0 40px 0; box-sizing: border-box; overflow: hidden; margin: 0;
  }
  .ug-footer-unified-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 16, 72, 0.94) 0%, rgba(0, 8, 32, 0.98) 100%); z-index: 1; }
  .ug-footer-inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
  .ug-footer-cta-box { text-align: center; padding-bottom: 50px; margin-bottom: 40px; border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }
  .ug-footer-cta-title { font-size: 28px; font-weight: 800; color: #ffffff; margin: 0 0 12px 0; line-height: 1.25; }
  .ug-footer-cta-desc { font-size: 15px; color: var(--ug-text-muted); max-width: 560px; margin: 0 auto 28px auto; line-height: 1.6; }
  .ug-footer-cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
  .ug-btn-red { background: var(--ug-red-accent); color: #ffffff !important; padding: 13px 32px; border-radius: 50px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all 0.3s ease; border: 1px solid transparent; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); }
  .ug-btn-red:hover { background: var(--ug-red-hover); transform: translateY(-2px); }
  .ug-btn-whatsapp { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.3); color: #ffffff !important; padding: 13px 28px; border-radius: 50px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .ug-btn-whatsapp:hover { background: var(--ug-whatsapp-green); border-color: var(--ug-whatsapp-green); transform: translateY(-2px); }
  .ug-footer-mid { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-bottom: 40px; }
  .ug-footer-logo-img { max-height: 84px; width: auto; object-fit: contain; margin-bottom: 16px; }
  .ug-footer-socials { display: flex; justify-content: center; gap: 14px; margin-bottom: 16px; }
  .ug-footer-socials a { color: #ffffff !important; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.25); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 16px; transition: all 0.3s ease; }
  /* Forzamos el color del ícono en sí (no solo el del enlace que lo
     envuelve), porque algo externo a nuestro CSS le estaba poniendo
     colores de marca (azul, rojo, verde) y no se veía bien contra el
     fondo rojo del hover. */
  .ug-footer-socials a i { color: #ffffff !important; }
  .ug-footer-socials a:hover { background: var(--ug-red-accent); border-color: var(--ug-red-accent); transform: translateY(-3px); }
  .ug-footer-address { font-size: 13.5px; color: rgba(255, 255, 255, 0.8); }
  .ug-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; gap: 30px; padding-bottom: 40px; }
  .ug-footer-col h4 { color: #ffffff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 16px 0; }
  .ug-footer-col ul { list-style: none; padding: 0; margin: 0; }
  .ug-footer-col li { margin-bottom: 12px; }
  .ug-footer-col a { color: var(--ug-text-muted); text-decoration: none; font-size: 13.5px; display: inline-flex; align-items: center; gap: 8px; transition: color 0.3s ease, transform 0.2s ease; }
  .ug-footer-col a span.arrow { color: var(--ug-red-accent); font-weight: bold; }
  .ug-footer-col a:hover { color: #ffffff; transform: translateX(4px); }
  .ug-contact-col { display: flex; flex-direction: column; gap: 12px; }
  .ug-contact-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ug-text-muted); }
  .ug-contact-item i { color: var(--ug-red-accent); font-size: 14px; width: 18px; text-align: center; }
  .ug-contact-item a { color: var(--ug-text-muted); text-decoration: none; }
  .ug-contact-item a:hover { color: #ffffff; }
  .ug-footer-divider { border: none; border-top: 1px dashed rgba(255, 255, 255, 0.2); margin: 0 0 20px 0; }
  .ug-footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 992px) { .ug-footer-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .ug-footer-cta-title { font-size: 22px; } .ug-footer-grid { grid-template-columns: 1fr; text-align: left; }
    .ug-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  }