:root{--purple: #7C3AED;--purple-dark: #5B21B6;--purple-light: #A78BFA;--purple-soft: #F3E8FF;--pink: #EC4899;--pink-dark: #BE185D;--pink-light: #F9A8D4;--cyan: #06B6D4;--cyan-light: #67E8F9;--cyan-soft: #CFFAFE;--yellow: #FBBF24;--yellow-light: #FDE68A;--green: #10B981;--green-light: #6EE7B7;--orange: #F97316;--orange-light: #FB923C;--sky-soft: #E0F2FE;--sky-medium: #BAE6FD;--sky-light: #F0F9FF;--lavender-soft: #EDE9FE;--cream-soft: #FEF9C3;--text-dark: #1E1B4B;--text-medium: #4B5563;--text-light: #6B7280;--ink: #1E3A8A;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--font-display: "Nunito", sans-serif;--font-body: "Quicksand", sans-serif;--radius: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-2xl: 48px;--shadow: 0 4px 20px rgba(124, 58, 237, .08);--shadow-lg: 0 12px 40px rgba(124, 58, 237, .15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden;background:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-narrow{max-width:760px}h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;color:var(--text-dark);line-height:1.2}.text-purple{color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:100px;font-weight:800;text-decoration:none;transition:all .25s;border:none;cursor:pointer;font-family:var(--font-body);font-size:1rem;text-align:center}.btn-orange{background:linear-gradient(135deg,#ff7a18,#ff5722);color:var(--white);box-shadow:0 8px 24px #ff572273;position:relative;overflow:hidden;animation:latido 2.6s ease-in-out infinite}.btn-orange:after{content:"";position:absolute;top:0;left:-120%;width:80%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-20deg);animation:brillo 2.8s ease-in-out infinite}.btn-orange:hover{background:linear-gradient(135deg,#ff6a00,#e64a19);transform:translateY(-2px) scale(1.03)}@keyframes latido{0%,to{transform:scale(1);box-shadow:0 8px 24px #ff572273,0 0 #ff7a1880}50%{transform:scale(1.04);box-shadow:0 12px 30px #ff57228c,0 0 0 12px #ff7a1800}}@keyframes brillo{0%{left:-120%}50%{left:120%}to{left:120%}}.btn-xl{padding:18px 44px;font-size:1.1rem}.btn-block{width:100%}.cloud{position:absolute;background:var(--white);border-radius:50%;opacity:.85;pointer-events:none}.cloud:before,.cloud:after{content:"";position:absolute;background:var(--white);border-radius:50%}.cloud-1{width:80px;height:50px;top:12%;left:6%}.cloud-1:before{width:50px;height:50px;top:-20px;left:10px}.cloud-1:after{width:40px;height:40px;top:-15px;right:10px}.cloud-2{width:100px;height:60px;top:18%;right:8%}.cloud-2:before{width:60px;height:60px;top:-25px;left:15px}.cloud-2:after{width:50px;height:50px;top:-20px;right:12px}.cloud-3{width:70px;height:40px;bottom:22%;left:10%}.cloud-3:before{width:45px;height:45px;top:-18px;left:8px}.cloud-4{width:90px;height:50px;bottom:14%;right:12%}.cloud-4:before{width:55px;height:55px;top:-22px;left:12px}.cloud-4:after{width:40px;height:40px;top:-15px;right:8px}.cloud-5{width:80px;height:45px;top:10%;left:5%}.cloud-5:before{width:50px;height:50px;top:-20px;left:10px}.cloud-6{width:70px;height:40px;top:60%;right:6%}.cloud-6:before{width:45px;height:45px;top:-18px;left:8px}.hero{background:linear-gradient(180deg,var(--sky-medium) 0%,var(--sky-soft) 100%);padding:48px 0 64px;position:relative;overflow:hidden}.hero-top{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;position:relative;z-index:2;margin-bottom:40px}.hero-imagen{display:flex;justify-content:flex-start;align-items:flex-end}.hero-imagen img{width:100%;max-width:540px;height:auto;filter:drop-shadow(0 18px 36px rgba(30,58,138,.18))}.hero-logo{margin-bottom:24px}.hero-logo img{height:72px;width:auto}.hero-antetitulo{display:inline-block;background:#7c3aed1a;color:var(--purple-dark);font-weight:700;font-size:.95rem;padding:7px 18px;border-radius:100px;margin-bottom:18px;font-family:var(--font-display)}.hero-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.6vw,2.8rem);font-weight:900;color:var(--ink);line-height:1.25;margin-bottom:20px}.hero-title strong{color:var(--ink)}.hero-subtitle{font-size:1.15rem;color:var(--text-medium);line-height:1.7;font-weight:500}.hero-form-wrap{position:relative;z-index:2;max-width:720px;margin:0 auto}.lead-form{background:var(--white);border-radius:var(--radius-xl);padding:32px 28px;box-shadow:0 20px 60px #1e3a8a2e;border:3px solid var(--white)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-title{font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:var(--ink);text-align:center;margin-bottom:22px}.form-field{margin-bottom:16px}.form-field label{display:block;font-weight:700;font-size:.92rem;color:var(--text-dark);margin-bottom:6px;font-family:var(--font-display)}.form-field input,.form-field select{width:100%;padding:14px 16px;border:2px solid var(--gray-200);border-radius:var(--radius);font-size:1rem;font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color .2s}.form-field input:focus,.form-field select:focus{outline:none;border-color:var(--cyan)}.form-micro,.form-legal{text-align:center;color:var(--text-light);margin-top:12px}.form-micro{font-size:.9rem;font-weight:600}.form-legal{font-size:.78rem;line-height:1.45}.btn-block{margin-top:6px}.section-conexion{background:var(--white);padding:72px 0 32px;text-align:center}.conexion-frase{font-size:1.3rem;color:var(--text-dark);line-height:1.7;font-weight:500;margin-bottom:24px}.conexion-frase:last-child{margin-bottom:0}.conexion-pregunta{font-family:var(--font-display);font-size:1.6rem;font-weight:800;color:var(--ink)}.conexion-imagen{margin:32px 0}.conexion-imagen img{width:100%;max-width:340px;height:auto}.seccion-titulo{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.3rem);font-weight:900;color:var(--ink);line-height:1.25;margin-bottom:20px}.seccion-cuerpo{font-size:1.15rem;color:var(--text-medium);line-height:1.75;font-weight:500;margin-bottom:22px}.frase-destacada{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--purple-dark);line-height:1.5;background:var(--purple-soft);padding:20px 24px;border-radius:var(--radius-lg);border-left:5px solid var(--purple)}.section-ventana{background:linear-gradient(180deg,var(--sky-soft) 0%,var(--lavender-soft) 100%);padding:48px 0 80px;position:relative;overflow:hidden}.ventana-layout{display:flex;flex-direction:column;align-items:center;gap:36px;max-width:820px;margin:0 auto;text-align:center;position:relative;z-index:2}.ventana-imagenes{display:flex;justify-content:center}.ventana-imagenes img{width:100%;max-width:560px;height:auto}.ventana-img-card{background:var(--white);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:18px}.ventana-img-card img{width:72px;height:72px;object-fit:contain;flex-shrink:0}.ventana-img-card span{font-family:var(--font-display);font-weight:800;color:var(--ink);font-size:1.1rem}.section-metodo{background:var(--white);padding:80px 0}.metodo-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.metodo-puntos{list-style:none;margin-top:8px}.metodo-puntos li{display:flex;align-items:center;gap:14px;font-size:1.15rem;font-weight:600;color:var(--text-dark);padding:12px 0;border-bottom:1px solid var(--gray-100)}.metodo-puntos li:last-child{border-bottom:none}.punto-icon{font-size:1.6rem;flex-shrink:0}.metodo-imagen{display:flex;justify-content:center}.metodo-img-circle{width:100%;max-width:540px;aspect-ratio:1;background:radial-gradient(circle,#dbeafe 30%,#93c5fd 70%,#60a5fa);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #3b82f640}.metodo-img-circle img{width:96%;height:96%;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.15))}.section-video{padding:80px 0;background:linear-gradient(180deg,var(--lavender-soft) 0%,var(--sky-soft) 100%)}.video-layout{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:1000px;margin:0 auto}.video-titulo{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900;color:var(--ink);text-align:center;line-height:1.25}.video-trio{display:flex;gap:18px;justify-content:center;width:100%}.video-trio .video-vertical{flex:1;min-width:0;max-width:280px}.video-vertical{background:#000;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:9/16;box-shadow:0 20px 50px #0000002e;border:4px solid var(--white)}.video-vertical video{width:100%;height:100%;object-fit:cover;display:block}.section-cierre{background:linear-gradient(135deg,var(--purple) 0%,var(--cyan) 100%);padding:72px 0}.cierre-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.cierre-titulo{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900;color:var(--white);line-height:1.25;margin-bottom:18px}.cierre-subtitulo{font-size:1.2rem;color:#fffffff2;line-height:1.7;font-weight:500;margin-bottom:14px}.cierre-micro{font-size:.95rem;color:#ffffffd9;font-weight:600}.footer{background:var(--text-dark);color:var(--white);padding:28px 0}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:14px}.footer-logo{height:auto;width:auto;max-width:200px;max-height:44px;background:var(--white);padding:10px 16px;border-radius:100px}.footer-tagline{font-size:.95rem;color:#fffc;font-weight:600}.footer-info{text-align:right;font-size:.9rem;color:#ffffffbf}.footer-info a{color:var(--cyan-light);text-decoration:none}.footer-info a:hover{text-decoration:underline}.whatsapp-float{position:fixed;bottom:22px;right:22px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #25d36680;z-index:999;transition:transform .2s;animation:wa-pulse 2.5s ease-in-out infinite}.whatsapp-float:hover{transform:scale(1.1)}@keyframes wa-pulse{0%,to{box-shadow:0 6px 20px #25d36680,0 0 #25d36666}50%{box-shadow:0 6px 20px #25d36680,0 0 0 12px #25d36600}}.modal-overlay{display:none;position:fixed;inset:0;background:#1e1b4b99;z-index:1000;align-items:center;justify-content:center;padding:20px}.modal-overlay.activo{display:flex}.modal-box{background:var(--white);border-radius:var(--radius-xl);padding:40px 32px;text-align:center;max-width:380px;width:100%;box-shadow:var(--shadow-lg)}.modal-check{width:70px;height:70px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-weight:900;margin:0 auto 18px}.modal-box h3{font-size:1.8rem;font-weight:900;color:var(--ink);margin-bottom:8px}.modal-box p{color:var(--text-medium);font-size:1.1rem;margin-bottom:22px}@media(max-width:900px){.hero{padding:16px 0 40px}.hero-top{grid-template-columns:1fr;gap:0;margin-bottom:24px}.hero-text{text-align:center;display:flex;flex-direction:column;align-items:center;order:1}.hero-logo{margin-bottom:14px}.hero-antetitulo{margin-bottom:12px}.hero-title{font-size:6vw;margin-bottom:12px}.hero-subtitle{margin-bottom:0}.hero-imagen{order:2;justify-content:center;align-items:center;margin-top:-16px}.hero-imagen img{max-width:330px}.form-row{grid-template-columns:1fr;gap:0}.ventana-imagenes img{max-width:100%}.metodo-grid{grid-template-columns:1fr;gap:36px;text-align:center}.metodo-imagen{order:-1}.metodo-puntos li{justify-content:center;text-align:left}.frase-destacada{text-align:left}.cierre-grid{grid-template-columns:1fr;gap:32px;text-align:center}.video-trio{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;gap:14px;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.video-trio .video-vertical{flex:0 0 70%;max-width:70%;scroll-snap-align:center}.footer-content{flex-direction:column;text-align:center}.footer-brand{flex-direction:column;gap:10px;text-align:center}.footer-info{text-align:center}}@media(max-width:600px){.hero-logo img{height:56px}.hero-title{font-size:6.5vw}.hero-subtitle{font-size:1.05rem}.conexion-frase{font-size:1.15rem}.conexion-pregunta{font-size:1.35rem}.lead-form{padding:26px 20px}.seccion-cuerpo{font-size:1.05rem}.cloud{display:none}}
