/* FUENTES */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap'); /* VARIABLES DE COLOR */ :root { --gold: #D4AF37; --navy: #1a202c; --bg-warm: #fefcf8; } /* ESTILOS GLOBALES */ body { font-family: 'Inter', sans-serif; color: #2d3748; } h1, h2, h3, h4 { font-family: 'Playfair Display', serif; } /* BOTÓN PRINCIPAL */ .btn-primary { background: linear-gradient(135deg, var(--gold) 0%, #b8941e 100%); color: white; padding: 16px 32px; border-radius: 12px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4); } /* GRADIENTE DE TEXTO */ .text-gradient { background: linear-gradient(135deg, var(--gold) 0%, #b8941e 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } /* PANEL DE VIDRIO */ .glass-panel { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); } /* ANIMACIONES */ @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } } .animate-float { animation: float 6s ease-in-out infinite; } .animate-fade-in { animation: fadeIn 1s ease-in; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* FAQ ACCORDION */ .faq-item .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .faq-item.active .faq-answer { max-height: 500px; } .faq-item.active .faq-icon { transform: rotate(180deg); } /* POPUPS */ .popup-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 9999; justify-content: center; align-items: center; } .popup-overlay.active { display: flex; } .popup-content { background: white; padding: 40px; border-radius: 20px; max-width: 500px; width: 90%; position: relative; } .popup-close { position: absolute; top: 15px; right: 20px; font-size: 28px; cursor: pointer; color: #999; } .popup-close:hover { color: #e53e3e; } /* SCROLL POPUP */ .scroll-popup { display: none; position: fixed; bottom: 20px; right: 20px; background: white; padding: 15px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); max-width: 300px; z-index: 1000; align-items: center; gap: 10px; } .scroll-popup.active { display: flex; } .scroll-popup img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; } /* NAVBAR STICKY */ #navbar { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); box-shadow: 0 2px 10px rgba(0,0,0,0.05); } /* RESPONSIVE */ @media (max-width: 768px) { .btn-primary { padding: 14px 24px; font-size: 14px; } h1 { font-size: 32px !important; } } // FAQ ACCORDION document.addEventListener('DOMContentLoaded', function() { const faqQuestions = document.querySelectorAll('.faq-question'); faqQuestions.forEach(question => { question.addEventListener('click', function() { const faqItem = this.parentElement; const isActive = faqItem.classList.contains('active'); // Cerrar todos document.querySelectorAll('.faq-item').forEach(item => { item.classList.remove('active'); }); // Abrir el clickeado si no estaba activo if (!isActive) { faqItem.classList.add('active'); } }); }); // EXIT INTENT POPUP let exitIntentShown = false; document.addEventListener('mouseleave', function(e) { document.getElementById('exit-popup')?.classList.add('active'); exitIntentShown = true; } }); // SCROLL POPUP (Testimonial) let scrollPopupShown = false; window.addEventListener('scroll', function() { if (window.scrollY > 800 && !scrollPopupShown) { document.getElementById('scroll-popup')?.classList.add('active'); scrollPopupShown = true; // Auto-ocultar después de 8 segundos setTimeout(() => { document.getElementById('scroll-popup')?.classList.remove('active'); }, 8000); } }); // TIMER POPUP (Bonus) setTimeout(() => { document.getElementById('timer-popup')?.classList.add('active'); }, 120000); // 2 minutos // CERRAR POPUPS document.querySelectorAll('.popup-close').forEach(closeBtn => { closeBtn.addEventListener('click', function() { this.closest('.popup-overlay, .scroll-popup').classList.remove('active'); }); }); // SMOOTH SCROLL document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); }); });
Deja de sentirte perdida buscando señales confusas. Aprende el método exacto para comunicarte directamente con los arcángeles, blindar tu energía y encontrar paz inmediata. No es otro curso teórico; es tu manual de vida.
+1,200 mujeres conectadas
Llevas meses pidiendo una señal y solo recibes silencio. Dudas de si realmente te escuchan.
Has gastado en cursos y membresías que caducan, quedándote sin herramientas cuando llega la crisis.
El estrés y la incertidumbre te roban el sueño. Sientes que cargas el peso del mundo sola.
El Código de los Arcángeles elimina el ruido. Te enseñaremos a sintonizar la frecuencia exacta para que dejes de adivinar y empieces a saber. Identifica mensajes con claridad cristalina.
Quiero aprender a escuchar a mis ángeles →Este libro digital es un activo de por vida. No caduca. Cuando enfrentes una crisis a las 3 AM o necesites dirección dentro de 10 años, "El Código" estará ahí.
Asegura tu manual de por vida aquí →Accede a rituales de protección de 5 minutos. Recupera la calma para tomar decisiones desde el amor y la seguridad, no desde el miedo.
Necesito paz mental hoy mismo →"Pensé que no era para mí porque no sé meditar, pero el manual es tan claro que conecté con mi ángel guardián el primer día."
Patricia
52 años, México
"Estaba pasando por un divorcio difícil. Este código me devolvió la paz que necesitaba para dormir tranquila de nuevo."
Elena
45 años, Colombia
"Lo imprimí y lo tengo en mi mesa de luz. Es mi guía diaria antes de salir a trabajar."
Carmen
60 años, España
Si no sientes una mayor conexión y paz, te devolvemos el 100% de tu dinero. Sin preguntas.