.elementor-321 .elementor-element.elementor-element-2c04aeb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-d104725 */<!-- 🌌 FOOTER EVELINIA.STUDIO ✦ 2026 -->
<footer class="footer-evelinia">
  <!-- Stickers decorativos -->
  <img src="https://evelinkarina.com/wp-content/uploads/2025/10/sticker-footer-1.png" class="sticker-footer s1" alt="">
  <img src="https://evelinkarina.com/wp-content/uploads/2025/10/sticker-footer-2.png" class="sticker-footer s2" alt="">
  <img src="https://evelinkarina.com/wp-content/uploads/2025/10/sticker-footer-3.png" class="sticker-footer s3" alt="">

  <div class="footer-content">
    <h2 class="brand-line">Evelinia.Studio ✦ Sistemas visuales que convierten</h2>
    <p class="footer-frase">Estrategia · Emoción · Resultados</p>

    <!-- Redes -->
    <div class="footer-redes">
      <a href="https://www.instagram.com/evelinia.studio/" target="_blank" class="btn-social" data-desc="Instagram ✦ Conecta con Evelinia">
        <img src="https://www.eveliniastudio.com/wp-content/uploads/2025/10/evelinia_stickers-51.webp" alt="Instagram">
      </a>
      <a href="https://www.facebook.com/Evelinia.Studio" target="_blank" class="btn-social" data-desc="Facebook ✦ Comunidad">
        <img src="https://www.eveliniastudio.com/wp-content/uploads/2025/10/evelinia_stickers-42.webp" alt="Facebook">
      </a>
      <a href="https://www.linkedin.com/in/evelin-karina/" target="_blank" class="btn-social" data-desc="LinkedIn ✦ Estrategia Profesional">
        <img src="https://www.eveliniastudio.com/wp-content/uploads/2025/10/evelinia_stickers-38.webp" alt="LinkedIn">
      </a>
    </div>

    <p class="footer-legal">
      <a href="/politica-privacidad">Política de privacidad</a> · © 2025 <strong>Evelinia.Studio</strong> · Todos los derechos reservados
    </p>
    <p class="footer-copy">Diseño · Estrategia · Tecnología · Comunidad</p>
  </div>
</footer>

<!-- 💫 ESMERALYN -->
<div class="esmeralyn-wrapper" onclick="toggleEsmeralynChat()" aria-label="Asistente Esmeralyn">
  <div class="esmeralyn-glow"></div>
  <img src="https://www.eveliniastudio.com/wp-content/uploads/2025/10/esmeralyn.gif" class="esmeralyn-sticker" alt="Asistente Esmeralyn">
  <div class="tooltip-esmeralyn" id="tooltipEsmeralyn">👁 Estoy aquí para guiarte</div>
</div>

<!-- 💬 CHATBOX -->
<div id="esmeralynChat" class="esmeralyn-chatbox" aria-hidden="true">
  <div class="esmeralyn-chat-header">Esmeralyn ✦ Asistente de Evelinia.Studio</div>
  <div class="esmeralyn-chat-body">
    <p class="intro-text">Hola 👋 Soy Esmeralyn.<br>¿Quieres que te ayude a encontrar el servicio perfecto o agendar una reunión con Evelinia?</p>
    <div class="chat-links">
      <a href="/portfolio" class="btn-chat">🎨 Ver Portfolio</a>
      <a href="/contacto" class="btn-chat">📩 Contacto Directo</a>
      <a href="https://calendar.google.com" target="_blank" class="btn-chat">📅 Reservar Asesoría</a>
    </div>
  </div>
</div>

<!-- 💅 ESTILOS -->
<style>
  .footer-evelinia {
    background: linear-gradient(135deg, #2C3E50, #6A0D91, #AC4DA7);
    background-size: 300% 300%;
    animation: fondoEvelinia 18s ease infinite;
    padding: 80px 24px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    border-top: 2px dashed #008080;
    position: relative;
    overflow: hidden;
  }

  @keyframes fondoEvelinia {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }

  .footer-content { max-width: 1000px; margin: auto; position: relative; z-index: 2; }
  .brand-line { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #FFFFFF; margin-bottom: 10px; }
  .footer-frase { font-size: 1.1rem; color: #FFFFFF; font-weight: 500; margin-bottom: 24px; }

  /* Redes sociales con tooltip y flotación */
  .footer-redes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 26px;
  }

  .btn-social {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    padding: 12px;
    border: 2px dashed #FFFFFF;
    transition: 0.4s ease;
    box-shadow: 0 0 10px rgba(255,255,255,0.2);
    animation: flotar 5s ease-in-out infinite;
  }

  .btn-social img {
    width: 26px;
    height: 26px;
    filter: brightness(1.2);
  }

  .btn-social:hover {
    transform: scale(1.12);
    border-color: #AC4DA7;
    box-shadow: 0 0 18px #AC4DA7, 0 0 28px rgba(0,255,255,0.3);
  }

  .btn-social::after {
    content: attr(data-desc);
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    background: #2C3E50;
    color: #FFFFFF;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    white-space: nowrap;
    box-shadow: 0 0 8px rgba(172,77,167,0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .btn-social:hover::after {
    opacity: 1;
  }

  @keyframes flotar {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  .footer-legal {
    font-size: 0.9rem;
    color: #C0C0C0;
  }
  .footer-legal a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
  }

  .footer-copy {
    font-size: 0.85rem;
    margin-top: 6px;
    color: #C0C0C0;
  }

  /* Stickers */
  .sticker-footer {
    position: absolute;
    width: 60px;
    opacity: 0.8;
    animation: flotar 12s infinite ease-in-out;
  }
  .s1 { top: 12%; left: 8%; }
  .s2 { bottom: 15%; right: 12%; animation-delay: 3s; }
  .s3 { bottom: 25%; left: 18%; animation-delay: 6s; }

  /* Esmeralyn */
  .esmeralyn-wrapper {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    cursor: pointer;
  }

  .esmeralyn-glow {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(172,77,167,0.4) 0%, transparent 70%);
    filter: blur(14px);
    z-index: -1;
    animation: glowPulsar 4s ease-in-out infinite;
  }

  @keyframes glowPulsar {
    0%,100% {opacity: 0.6; transform: scale(1);}
    50% {opacity: 1; transform: scale(1.15);}
  }

  .esmeralyn-sticker {
    width: clamp(70px, 7vw, 90px);
    filter: drop-shadow(0 0 14px #AC4DA7);
    animation: flotarEsmeralyn 5s ease-in-out infinite;
  }

  @keyframes flotarEsmeralyn {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  .tooltip-esmeralyn {
    position: absolute;
    bottom: 110%;
    right: 0;
    background: #6A0D91;
    color: #FFFFFF;
    padding: 8px 12px;
    font-size: 0.8rem;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(172,77,167,0.5);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
  }

  .esmeralyn-wrapper:hover .tooltip-esmeralyn {
    opacity: 1;
    transform: translateY(0);
  }

  /* Chat */
  .esmeralyn-chatbox {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 30px;
    width: 340px;
    max-width: 92vw;
    background: #2C3E50;
    border: 2px dashed #AC4DA7;
    border-radius: 18px;
    box-shadow: 0 0 28px rgba(172,77,167,0.5);
    z-index: 9999;
  }

  .esmeralyn-chat-header {
    background: linear-gradient(90deg, #6A0D91, #008080);
    color: #FFFFFF;
    padding: 12px;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    text-align: center;
    border-bottom: 1px dashed #AC4DA7;
  }

  .esmeralyn-chat-body {
    padding: 18px;
    color: #E8E8E8;
  }

  .intro-text {
    font-family: 'Caveat', cursive;
    font-size: 1.1rem;
    margin-bottom: 14px;
  }

  .chat-links a {
    display: block;
    background: #FFF;
    color: #2C3E50;
    padding: 10px 14px;
    margin: 8px 0;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 2px dashed #AC4DA7;
    transition: all 0.3s ease;
  }

  .chat-links a:hover {
    background: #F0E6F6;
    transform: scale(1.05);
  }
</style>

<!-- ✨ SCRIPT FINAL CON ESMERALYN INTERACTIVA -->
<script>
function toggleEsmeralynChat(){
  const chat = document.getElementById('esmeralynChat');
  const isOpen = chat.style.display === 'block';
  chat.style.display = isOpen ? 'none' : 'block';
  chat.setAttribute('aria-hidden', isOpen);
}

document.addEventListener('click', function(e){
  const chat = document.getElementById('esmeralynChat');
  const wrapper = document.querySelector('.esmeralyn-wrapper');
  if(chat && !chat.contains(e.target) && !wrapper.contains(e.target)){
    chat.style.display = 'none';
    chat.setAttribute('aria-hidden', true);
  }
});

/* ✨ Frases dinámicas de Esmeralyn */
const frasesEsmeralyn = [
  "👁 Estoy aquí para guiarte",
  "✨ ¿List@ para empezar tu sistema visual?",
  "🌙 Puedo ayudarte a reservar una asesoría",
  "💫 ¿Quieres que te muestre el portfolio?",
  "🪶 Estrategia + emoción = resultados"
];

let index = 0;
setInterval(() => {
  const tooltip = document.getElementById('tooltipEsmeralyn');
  if(tooltip){
    tooltip.style.opacity = 0;
    setTimeout(() => {
      tooltip.textContent = frasesEsmeralyn[index];
      tooltip.style.opacity = 1;
      index = (index + 1) % frasesEsmeralyn.length;
    }, 500);
  }
}, 7000);
</script>/* End custom CSS */