@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--educado-primary: #512DA8;--educado-secondary: #3D1F80;--educado-accent: #9575CD;--educado-dark: #1E293B;--educado-light: #F8FAFC;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-y}body{margin:0;background:var(--educado-dark);color:#fff;overscroll-behavior:none}#app{width:100%;margin:0;padding:0}.hero-3d-text{position:absolute;left:5%;top:50%;transform:translateY(-50%);pointer-events:none;z-index:15}.text-3d{font-family:Inter,sans-serif;font-weight:900;line-height:1.1;perspective:500px}.text-3d .line1{display:block;font-size:clamp(2rem,5vw,3.5rem);background:linear-gradient(135deg,#3d1f80,#512da8,#7e57c2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 4px rgba(81,45,168,.3));transform:rotateX(10deg) rotateY(-5deg);animation:float3d 3s ease-in-out infinite}.text-3d .line2{display:block;font-size:clamp(3rem,8vw,5.5rem);background:linear-gradient(135deg,#3d1f80,#512da8,#7e57c2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 4px 8px rgba(81,45,168,.4));transform:rotateX(10deg) rotateY(-5deg);animation:float3d 3s ease-in-out infinite;animation-delay:.2s}.hero-subtitle{margin-top:1.5rem;font-size:clamp(1rem,2vw,1.3rem);color:#fffc;font-weight:500;transform:rotateX(5deg) rotateY(-3deg);text-shadow:0 2px 10px rgba(0,0,0,.3)}@keyframes float3d{0%,to{transform:rotateX(10deg) rotateY(-5deg) translateY(0)}50%{transform:rotateX(8deg) rotateY(-3deg) translateY(-10px)}}.tap-indicator{position:fixed;top:28%;left:50%;transform:translate(-50%);z-index:100;display:flex;flex-direction:column;align-items:center;pointer-events:auto;cursor:pointer;opacity:0;visibility:hidden;transition:all .5s ease}.tap-indicator.show{opacity:1;visibility:visible}.tap-indicator.hide{opacity:0;visibility:hidden;transform:translate(-50%) scale(.8)}.tap-arrow{font-size:3rem;animation:tapBounce 1s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.tap-text{margin-top:.5rem;padding:.5rem 1.2rem;background:#fffffff2;border-radius:20px;font-size:.9rem;font-weight:600;color:#1e293b;box-shadow:0 4px 20px #00000026;animation:tapPulse 2s ease-in-out infinite}@keyframes tapBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes tapPulse{0%,to{box-shadow:0 4px 20px #00000026}50%{box-shadow:0 4px 30px #2563eb66}}body.theme-pastel .tap-text{background:#fffffffa;color:#6b5b73;box-shadow:0 4px 20px #ffb6c14d}body.theme-pastel .tap-text{animation:tapPulsePastel 2s ease-in-out infinite}@keyframes tapPulsePastel{0%,to{box-shadow:0 4px 20px #ffb6c14d}50%{box-shadow:0 4px 30px #ff69b480}}@media(max-width:768px){.tap-indicator{top:22%;left:50%}.tap-arrow{font-size:2.5rem}.tap-text{font-size:.8rem;padding:.4rem 1rem}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .5s ease}.loader{text-align:center}.loading-logo{width:180px;margin-bottom:3rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}.spinner{width:80px;height:80px;margin:0 auto 30px;position:relative}.spinner:before,.spinner:after{content:"";position:absolute;border-radius:50%}.spinner:before{width:100%;height:100%;border:3px solid transparent;border-top-color:var(--educado-primary);border-right-color:var(--educado-primary);animation:spin 1.5s cubic-bezier(.68,-.55,.27,1.55) infinite}.spinner:after{width:70%;height:70%;top:15%;left:15%;border:3px solid transparent;border-bottom-color:var(--educado-accent);border-left-color:var(--educado-accent);animation:spin 1s cubic-bezier(.68,-.55,.27,1.55) infinite reverse}@keyframes spin{to{transform:rotate(360deg)}}.loader>p:first-of-type{color:#1e293b;font-size:1.1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem}.progress-bar-container{width:400px;height:4px;background:#e2e8f0;border-radius:10px;margin:2rem auto .8rem;overflow:hidden;position:relative}.progress-bar{height:100%;background:linear-gradient(90deg,var(--educado-primary) 0%,var(--educado-accent) 100%);border-radius:10px;width:0%;transition:width .3s ease;box-shadow:0 0 10px #512da866}.loading-percentage{color:var(--educado-primary);font-size:.9rem;font-weight:700;margin:.5rem 0;letter-spacing:1px;font-family:Courier New,monospace}.sat-fact{max-width:500px;margin:3rem auto 0;padding:2rem 2.5rem;background:linear-gradient(135deg,#f8fafc,#eff6ff);border-radius:20px;border-left:4px solid var(--educado-primary);color:#334155;font-size:1.05rem;line-height:1.8;font-weight:500;box-shadow:0 8px 30px #0000000f;position:relative;animation:fadeIn .5s ease-in}.sat-fact:before{content:"💡";position:absolute;top:-15px;left:25px;font-size:1.8rem;background:transparent;border-radius:50%;padding:5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-split-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.cta-split-overlay.active{opacity:1;visibility:visible}.cta-split-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cta-split-container{position:relative;background:linear-gradient(145deg,#1a1a2e,#16213e,#1a1a2e);border-radius:24px;padding:3rem 2.5rem;max-width:500px;width:90%;box-shadow:0 25px 80px #512da866,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a;transform:scale(.8) translateY(30px);opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s ease}.cta-split-overlay.active .cta-split-container{transform:scale(1) translateY(0);opacity:1}.cta-split-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#ffffff1a;border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.cta-split-close:hover{background:#fff3;transform:rotate(90deg)}.cta-split-title{text-align:center;font-size:1.8rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-split-subtitle{text-align:center;color:#ffffffb3;font-size:1rem;margin-bottom:2rem}.cta-split-buttons{display:flex;flex-direction:column;gap:1rem}.cta-split-btn{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;border-radius:16px;text-decoration:none;color:#fff;font-weight:600;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;transform:translate(-100px);opacity:0}.cta-split-overlay.active .cta-split-btn{transform:translate(0);opacity:1}.cta-split-overlay.active .cta-split-btn:nth-child(1){transition-delay:.2s}.cta-split-overlay.active .cta-split-btn:nth-child(2){transition-delay:.35s}.cta-split-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-split-btn:hover:before{left:100%}.android-btn{background:linear-gradient(135deg,#1faa59,#0d7a3f);box-shadow:0 8px 30px #1faa594d}.android-btn:hover{transform:translate(0) scale(1.02) translateY(-3px);box-shadow:0 15px 40px #1faa5980}.web-btn{background:linear-gradient(135deg,#512da8,#7e57c2);box-shadow:0 8px 30px #512da84d}.web-btn:hover{transform:translate(0) scale(1.02) translateY(-3px);box-shadow:0 15px 40px #512da880}.apple-btn{background:linear-gradient(135deg,#000,#333);box-shadow:0 8px 30px #0006}.apple-btn.disabled-btn{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-icon{width:48px;height:48px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon svg{width:28px;height:28px}.btn-icon .play-icon,.btn-icon .apple-icon{width:32px;height:32px;object-fit:contain}.btn-text{display:flex;flex-direction:column}.btn-label{font-size:.75rem;font-weight:500;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.btn-title{font-size:1.2rem;font-weight:700}.btn-note{font-size:.7rem;font-weight:400;opacity:.75;margin-top:2px;font-style:italic}.btn-note.coming-soon{color:gold;font-weight:600;opacity:1}@media(max-width:480px){.cta-split-container{padding:2rem 1.5rem;border-radius:20px}.cta-split-title{font-size:1.5rem}.cta-split-btn{padding:1rem 1.2rem}.btn-icon{width:40px;height:40px}.btn-icon svg{width:24px;height:24px}.btn-title{font-size:1rem}}.scroll-container{width:100%}.section{width:100%;min-height:100vh;position:relative;display:flex;align-items:center}.section-1{height:100vh}.canvas-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}#webgl{position:absolute;top:0;left:0;width:100%;height:100%;outline:none;touch-action:pan-y;pointer-events:none}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.hero-text{position:absolute;max-width:400px;pointer-events:auto;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px #0000001a}.hero-text.hero-right{top:25%;right:5%;left:auto}.loading-logo{width:120px;height:auto;margin-bottom:1.5rem}.hero-logo{width:100px;height:auto;margin-bottom:.75rem}.hero-text h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3;margin-bottom:.5rem;color:#1e293b}.hero-text .highlight{color:var(--educado-primary);display:inline-block}.hero-text .tagline{font-size:clamp(.9rem,1.5vw,1rem);line-height:1.5;color:#475569;margin-bottom:1rem}.cta-button{background:var(--educado-primary);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #2563eb4d}.cta-button:hover{background:var(--educado-secondary);transform:translateY(-2px);box-shadow:0 6px 30px #2563eb80}.cta-button:active{transform:translateY(0)}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);text-align:center;background:#fffc;padding:1rem 1.5rem;border-radius:30px}.scroll-indicator p{color:#475569;font-size:.9rem;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px;font-weight:500}.scroll-icon{width:24px;height:40px;border:2px solid #475569;border-radius:20px;margin:0 auto;display:flex;justify-content:center;padding-top:8px}.scroll-dot{width:4px;height:12px;background:var(--educado-primary);border-radius:2px;animation:scroll-bounce 2s infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.5}}.section-content{position:relative;z-index:20;max-width:420px;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(81,45,168,.15);box-shadow:0 10px 40px #0000001a;opacity:0;transform:translateY(30px)}.step-number{display:inline-block;background:linear-gradient(135deg,var(--educado-primary) 0%,var(--educado-accent) 100%);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.section-content.section-left{margin-left:5%;margin-right:auto}.section-content.section-right{margin-left:auto;margin-right:5%}.section-content.section-center{margin-left:auto;margin-right:auto;text-align:center}.section-content h2{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700;margin-bottom:.75rem;line-height:1.3;color:#1e293b}.section-content h2 .highlight{color:var(--educado-primary)}.section-content p{font-size:1.05rem;line-height:1.7;color:#475569;margin-bottom:1rem}.section-content .cta-button{margin-top:.5rem}.section-2 .section-content,.section-4 .section-content,.section-6 .section-content,.section-8 .section-content,.section-10 .section-content{margin-left:5%;margin-right:auto}.section-3 .section-content,.section-5 .section-content,.section-7 .section-content,.section-9 .section-content{margin-left:auto;margin-right:5%}.section-11 .section-content{margin-left:auto;margin-right:5%;text-align:center;max-width:400px;position:absolute;top:20%;right:5%;left:auto;transform:none}.section-11 .section-content.success-card{position:absolute;top:20%;right:5%;left:auto;transform:none;margin:0}.section-content .sub-point{font-size:.95rem;color:#64748b;margin-bottom:.5rem;padding-left:1rem;border-left:2px solid var(--educado-accent)}.section-content .micro-line{font-size:.9rem;font-style:italic;color:var(--educado-primary);margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(37,99,235,.2)}.feature-list{list-style:none;padding:0;margin:1rem 0 0}.feature-list li{padding:.5rem 0;font-size:1rem;color:#334155;display:flex;align-items:center;gap:.5rem}.plan-steps{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.plan-step{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#512da814,#9575cd14);border-radius:12px;font-size:1rem;color:#334155}.step-letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,var(--educado-primary) 0%,var(--educado-accent) 100%);color:#fff;font-weight:700;border-radius:50%;flex-shrink:0}.warning-section{border-left:4px solid #EF4444!important;background:#fffffff2!important}.step-number.warning{background:linear-gradient(135deg,#ef4444,#f87171)}.section-content h2 .highlight-warning{color:#ef4444}.warning-list{list-style:none;padding:0;margin:1rem 0}.warning-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#475569;font-size:1rem}.warning-list li:before{content:"✕";position:absolute;left:0;color:#ef4444;font-weight:700}.micro-line.warning-line{color:#ef4444;font-weight:600}.dream-line{font-size:1.1rem;color:var(--educado-primary);font-weight:500;margin:1rem 0}.reassurance{font-size:.85rem;color:#64748b;margin-top:.75rem}@media(max-width:768px){.section{min-height:60vh}.section-1{height:100vh}.desktop-only{display:none!important}.hero-text,.hero-text.hero-right{inset:12% 5% auto;max-width:90%}.hero-text h1{font-size:1.75rem}.hero-text .description{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:1rem;width:100%}.section-content{margin:0 5%!important;max-width:90%}.section-content h2{font-size:1.5rem}.plan-step{font-size:.9rem;padding:.6rem .8rem}.step-letter{width:28px;height:28px;font-size:.9rem}}.swipe-indicator,.mobile-only{display:none}@media(max-width:768px){.mobile-only{display:flex!important}.swipe-indicator{position:absolute;bottom:20%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;padding:0;background:transparent;transition:opacity .5s ease;opacity:0}.swipe-hand{font-size:2rem;animation:swipeUp 1.5s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.swipe-indicator p{color:#ffffffe6;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5)}@keyframes swipeUp{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:1000;pointer-events:auto;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36699}.whatsapp-float svg{width:32px;height:32px;fill:#fff}@media(max-width:768px){.whatsapp-float{bottom:20px;right:20px;width:55px;height:55px}.whatsapp-float svg{width:28px;height:28px}}.theme-toggle-container{position:fixed;top:20px;right:20px;z-index:1000;pointer-events:auto}.theme-toggle-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fffffff2;border:2px solid rgba(37,99,235,.2);border-radius:50px;cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#1e293b;transition:all .3s ease;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-toggle-btn:hover{background:#fff;border-color:var(--educado-primary);transform:translateY(-2px);box-shadow:0 6px 25px #00000026}.theme-icon{font-size:1.2rem}.theme-label{letter-spacing:.5px}.theme-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fffffffa;border-radius:16px;padding:8px;min-width:180px;box-shadow:0 10px 40px #00000026;border:1px solid rgba(0,0,0,.05);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.theme-option{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#475569;transition:all .2s ease;text-align:left}.theme-option:hover{background:#512da814;color:var(--educado-primary)}.theme-option.active{background:linear-gradient(135deg,var(--educado-primary) 0%,var(--educado-accent) 100%);color:#fff}.theme-option span{font-size:1.2rem}body.theme-dark{--educado-dark: #0a0a1a}body.theme-dark .hero-text,body.theme-dark .section-content{background:#141428f2;border-color:#0ff3;box-shadow:0 10px 40px #00ffff1a}body.theme-dark .hero-text h1,body.theme-dark .section-content h2{color:#e0e0ff}body.theme-dark .hero-text .tagline,body.theme-dark .section-content p{color:#a0a0c0}body.theme-dark .hero-text .highlight,body.theme-dark .section-content h2 .highlight{color:#0ff}body.theme-dark .text-3d .line1{color:#c8c8ffe6;text-shadow:0 0 10px rgba(0,255,255,.5),0 0 20px rgba(0,255,255,.3),0 0 30px rgba(0,255,255,.2)}body.theme-dark .text-3d .line2{background:linear-gradient(135deg,#0ff,#0080ff,#00ff80);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 0 20px rgba(0,255,255,.5))}body.theme-dark .hero-subtitle{color:#96c8ffcc}body.theme-dark .scroll-indicator{background:#141428e6;border:1px solid rgba(0,255,255,.3)}body.theme-dark .scroll-indicator p{color:#a0a0c0}body.theme-dark .scroll-icon{border-color:#0ff}body.theme-dark .scroll-dot{background:#0ff}body.theme-dark .step-number{background:linear-gradient(135deg,#0080ff,#0ff)}body.theme-dark .cta-button{background:linear-gradient(135deg,#0080ff,#0ff);box-shadow:0 4px 20px #00ffff4d}body.theme-dark .cta-button:hover{box-shadow:0 6px 30px #00ffff80}body.theme-dark .theme-toggle-btn{background:#141428f2;border-color:#00ffff4d;color:#e0e0ff}body.theme-dark .theme-dropdown{background:#141428fa;border-color:#0ff3}body.theme-dark .theme-option{color:#a0a0c0}body.theme-dark .theme-option:hover{background:#00ffff1a;color:#0ff}body.theme-pastel{--educado-primary: #512DA8;--educado-accent: #9575CD}body.theme-pastel .hero-text,body.theme-pastel .section-content{background:#ffffffe6;border-color:#512da84d;box-shadow:0 10px 40px #512da833}body.theme-pastel .hero-text h1,body.theme-pastel .section-content h2{color:#3d1f80}body.theme-pastel .hero-text .tagline,body.theme-pastel .section-content p{color:#5e4b8a}body.theme-pastel .hero-text .highlight,body.theme-pastel .section-content h2 .highlight{color:#512da8}body.theme-pastel .text-3d .line1{color:#3d1f80e6;text-shadow:0 1px 0 #EDE7F6,0 2px 0 #D1C4E9,0 3px 0 #B39DDB,0 4px 0 #9575CD}body.theme-pastel .text-3d .line2{background:linear-gradient(135deg,#512da8,#7e57c2,#9575cd);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 4px 8px rgba(81,45,168,.4))}body.theme-pastel .hero-subtitle{color:#3d1f80cc}body.theme-pastel .scroll-indicator{background:#ffffffe6;border:1px solid rgba(81,45,168,.5)}body.theme-pastel .scroll-icon{border-color:#9575cd}body.theme-pastel .scroll-dot{background:#512da8}body.theme-pastel .step-number{background:linear-gradient(135deg,#512da8,#9575cd)}body.theme-pastel .cta-button{background:linear-gradient(135deg,#512da8,#7e57c2);box-shadow:0 4px 20px #512da866}body.theme-pastel .cta-button:hover{background:linear-gradient(135deg,#3d1f80,#512da8);box-shadow:0 6px 30px #512da899}body.theme-pastel .theme-toggle-btn{border-color:#512da880}body.theme-pastel .theme-option.active{background:linear-gradient(135deg,#512da8,#9575cd)}body.theme-techno{--educado-primary: #FF00FF;--educado-accent: #00FF00}body.theme-techno .hero-text,body.theme-techno .section-content{background:#0a0020f2;border:2px solid;border-image:linear-gradient(135deg,#f0f,#0ff,#0f0) 1;box-shadow:0 0 20px #ff00ff4d,0 0 40px #0ff3,inset 0 0 20px #ff00ff1a;border-radius:0}body.theme-techno .hero-text h1,body.theme-techno .section-content h2{color:#fff;text-shadow:0 0 10px rgba(255,0,255,.5)}body.theme-techno .hero-text .tagline,body.theme-techno .section-content p{color:#0ff;font-family:Courier New,monospace}body.theme-techno .hero-text .highlight,body.theme-techno .section-content h2 .highlight{color:#f0f;text-shadow:0 0 15px rgba(255,0,255,.8)}body.theme-techno .text-3d .line1{color:#0ff;text-shadow:0 0 10px #00FFFF,0 0 20px #00FFFF,0 0 30px #00FFFF,0 0 40px #00FFFF;animation:techno-glitch 2s infinite}body.theme-techno .text-3d .line2{background:linear-gradient(135deg,#f0f,#0ff,#0f0);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 0 30px rgba(255,0,255,.8));animation:techno-glow 1.5s ease-in-out infinite alternate}@keyframes techno-glitch{0%,90%,to{transform:rotateX(10deg) rotateY(-5deg) translateY(0)}92%{transform:rotateX(10deg) rotateY(-5deg) translate(-2px)}94%{transform:rotateX(10deg) rotateY(-5deg) translate(2px)}}@keyframes techno-glow{0%{filter:drop-shadow(0 0 30px rgba(255,0,255,.8))}to{filter:drop-shadow(0 0 50px rgba(0,255,255,.8))}}body.theme-techno .hero-subtitle{color:#0f0;font-family:Courier New,monospace;letter-spacing:2px}body.theme-techno .scroll-indicator{background:#0a0020e6;border:1px solid #FF00FF;box-shadow:0 0 15px #ff00ff80}body.theme-techno .scroll-indicator p{color:#0ff;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:3px}body.theme-techno .scroll-icon{border-color:#0f0;box-shadow:0 0 10px #00ff0080}body.theme-techno .scroll-dot{background:#f0f;box-shadow:0 0 10px #f0f}body.theme-techno .step-number{background:linear-gradient(135deg,#f0f,#0ff);font-family:Courier New,monospace;letter-spacing:2px;box-shadow:0 0 15px #ff00ff80}body.theme-techno .cta-button{background:transparent;border:2px solid #FF00FF;color:#f0f;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:2px;box-shadow:0 0 20px #ff00ff80,inset 0 0 20px #ff00ff1a}body.theme-techno .cta-button:hover{background:#f0f;color:#000;box-shadow:0 0 30px #f0fc,0 0 60px #f0f6}body.theme-techno .theme-toggle-btn{background:#0a0020f2;border:2px solid #FF00FF;color:#0ff;box-shadow:0 0 15px #ff00ff4d}body.theme-techno .theme-toggle-btn:hover{box-shadow:0 0 25px #ff00ff80}body.theme-techno .theme-dropdown{background:#0a0020fa;border:1px solid #FF00FF;box-shadow:0 0 30px #ff00ff4d}body.theme-techno .theme-option{color:#0ff;font-family:Courier New,monospace}body.theme-techno .theme-option:hover{background:#f0f3;color:#f0f}body.theme-techno .theme-option.active{background:linear-gradient(135deg,#f0f,#0ff);color:#000}body.theme-dark .feature-list li{color:#a0a0c0}body.theme-dark .plan-step{background:linear-gradient(135deg,#0080ff26,#00ffff1a);color:#e0e0ff}body.theme-dark .sub-point{color:#8090b0;border-left-color:#0ff}body.theme-dark .micro-line{color:#0ff;border-top-color:#00ffff4d}body.theme-dark .warning-section{background:#1e1428f2!important;border-left-color:#f44!important}body.theme-dark .warning-list li{color:#a0a0c0}body.theme-dark .warning-list li:before{color:#f66}body.theme-dark .micro-line.warning-line{color:#f66}body.theme-dark .dream-line{color:#0ff}body.theme-dark .reassurance{color:#8090b0}body.theme-pastel .feature-list li{color:#3d1f80}body.theme-pastel .plan-step{background:linear-gradient(135deg,#512da826,#9575cd1a);color:#3d1f80}body.theme-pastel .sub-point{color:#5e4b8a;border-left-color:#9575cd}body.theme-pastel .micro-line{color:#512da8;border-top-color:#512da84d}body.theme-pastel .warning-section{background:#fff5f5f2!important;border-left-color:#ff6b6b!important}body.theme-pastel .step-number.warning{background:linear-gradient(135deg,#ff6b6b,#ffa0a0)}body.theme-pastel .section-content h2 .highlight-warning{color:#ff6b6b}body.theme-pastel .warning-list li{color:#5e4b8a}body.theme-pastel .warning-list li:before{color:#ff6b6b}body.theme-pastel .micro-line.warning-line{color:#ff6b6b}body.theme-pastel .dream-line{color:#512da8}body.theme-pastel .reassurance{color:#5e4b8a}body.theme-techno .feature-list li{color:#0ff;font-family:Courier New,monospace}body.theme-techno .plan-step{background:linear-gradient(135deg,#ff00ff26,#00ffff1a);color:#0ff;border:1px solid rgba(255,0,255,.3)}body.theme-techno .step-letter{background:linear-gradient(135deg,#f0f,#0ff);box-shadow:0 0 10px #ff00ff80}body.theme-techno .sub-point{color:#00ff80;border-left-color:#f0f;font-family:Courier New,monospace}body.theme-techno .micro-line{color:#f0f;border-top-color:#ff00ff4d;font-family:Courier New,monospace}body.theme-techno .warning-section{background:#14000af2!important;border-left-color:#ff0040!important;border:2px solid;border-image:linear-gradient(135deg,#ff0040,#f0f) 1}body.theme-techno .step-number.warning{background:linear-gradient(135deg,#ff0040,#f0f);box-shadow:0 0 15px #ff004080}body.theme-techno .section-content h2 .highlight-warning{color:#ff0040;text-shadow:0 0 10px rgba(255,0,64,.5)}body.theme-techno .warning-list li{color:#0ff;font-family:Courier New,monospace}body.theme-techno .warning-list li:before{color:#ff0040;text-shadow:0 0 5px #FF0040}body.theme-techno .micro-line.warning-line{color:#ff0040;text-shadow:0 0 10px rgba(255,0,64,.5)}body.theme-techno .dream-line{color:#0f0;text-shadow:0 0 10px rgba(0,255,0,.5);font-family:Courier New,monospace}body.theme-techno .reassurance{color:#0ff;font-family:Courier New,monospace}@media(max-width:768px){.theme-toggle-container{top:10px;right:10px}.theme-toggle-btn{padding:8px 14px;font-size:.85rem}.theme-label{display:none}.theme-dropdown{right:0;min-width:160px}}.team-cards-container{position:absolute;left:3%;top:15%;z-index:25;max-width:340px;width:340px;opacity:0;transform:translate(-30px)}.team-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center;background:#ffffffe6;padding:.75rem 1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}.team-title .highlight{color:var(--educado-primary)}.team-cards{display:flex;flex-direction:column;gap:.8rem}.holographic-card{position:relative;background:linear-gradient(135deg,#fffffff2,#f0f8ffe6,#fffffff2);border-radius:16px;padding:1rem 1.2rem;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(135,206,235,.3);box-shadow:0 8px 32px #87ceeb33,0 0 0 1px #ffffff80 inset,0 0 40px #87ceeb1a inset;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:cardFloat 3s ease-in-out infinite}.holographic-card:nth-child(1){animation-delay:0s}.holographic-card:nth-child(2){animation-delay:.5s}.holographic-card:nth-child(3){animation-delay:1s}@keyframes cardFloat{0%,to{transform:translateY(0) rotateX(0)}50%{transform:translateY(-5px) rotateX(2deg)}}.holographic-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(135,206,235,.15) 40%,rgba(176,224,230,.2) 50%,rgba(135,206,235,.15) 60%,transparent 70%);animation:holographicShine 4s linear infinite;pointer-events:none}@keyframes holographicShine{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}.holographic-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 50px #87ceeb59,0 0 0 1px #fffc inset,0 0 60px #87ceeb33 inset}.card-glow{position:absolute;inset:0;border-radius:16px;background:radial-gradient(ellipse at 50% 0%,rgba(135,206,235,.3) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.holographic-card:hover .card-glow{opacity:1}.card-content{position:relative;z-index:2;display:flex;align-items:center;gap:.9rem}.member-details{flex:1;min-width:0}.member-image{width:55px;height:55px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid rgba(135,206,235,.5);box-shadow:0 4px 15px #0000001a}.member-image img{width:100%;height:100%;object-fit:cover}.member-name{font-size:.95rem;font-weight:700;color:#1e293b;margin:0 0 .15rem;line-height:1.2}.member-role{font-size:.7rem;font-weight:600;color:var(--educado-primary);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.5px}.member-badge{font-size:.7rem;font-weight:600;color:#512da8;margin:0 0 .2rem;background:linear-gradient(135deg,#512da81a,#9575cd26);padding:.2rem .5rem;border-radius:4px;display:inline-block}.member-info{font-size:.68rem;color:#64748b;margin:0;line-height:1.35}body.theme-pastel .team-title{background:#fffffff2;color:#3d1f80}body.theme-pastel .team-title .highlight{color:#512da8}body.theme-pastel .holographic-card{background:linear-gradient(135deg,#fffffffa,#ede7f6f2,#fffffffa);border-color:#512da84d;box-shadow:0 8px 32px #512da833,0 0 0 1px #fff9 inset,0 0 40px #9575cd26 inset}body.theme-pastel .holographic-card:before{background:linear-gradient(45deg,transparent 30%,rgba(81,45,168,.15) 40%,rgba(149,117,205,.2) 50%,rgba(81,45,168,.15) 60%,transparent 70%)}body.theme-pastel .holographic-card:hover{box-shadow:0 15px 50px #512da859,0 0 0 1px #ffffffe6 inset,0 0 60px #9575cd33 inset}body.theme-pastel .card-glow{background:radial-gradient(ellipse at 50% 0%,rgba(149,117,205,.35) 0%,transparent 60%)}body.theme-pastel .member-image{border-color:#512da880}body.theme-pastel .member-name{color:#3d1f80}body.theme-pastel .member-role{color:#512da8}body.theme-pastel .member-badge{color:#512da8;background:linear-gradient(135deg,#512da81a,#9575cd26)}body.theme-pastel .member-info{color:#5e4b8a}@media(max-width:1200px){.team-cards-container{left:2%;max-width:300px;width:300px}.holographic-card{padding:.8rem 1rem}.member-image{width:48px;height:48px}.member-name{font-size:.85rem}.member-role{font-size:.65rem}.member-badge{font-size:.62rem;padding:.15rem .4rem}.member-info{font-size:.62rem}}@media(max-width:900px){.section-11{flex-direction:column;align-items:center;padding-top:2rem}.section-11 .section-content.success-card{order:1}.section-11 .team-cards-container{order:2}.team-cards-container{position:relative;left:auto;top:auto;max-width:95%;width:auto;padding:.5rem;margin:0 auto 1rem;opacity:1;transform:none}.team-title{font-size:1.1rem;padding:.6rem 1rem;margin-bottom:.75rem}.section-11 .section-content.success-card{position:relative;top:auto;right:auto;left:auto;margin:0 auto;max-width:90%}.team-cards{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.5rem}.holographic-card{flex:1 1 250px;max-width:280px;padding:.7rem .9rem}.card-content{gap:.7rem}.member-image{width:45px;height:45px}}@media(max-width:768px){.hero-3d-text{left:3%;top:18%}.text-3d .line1{font-size:1.8rem}.text-3d .line2{font-size:2.8rem}.hero-subtitle{font-size:1rem;margin-top:1rem}.hero-text.hero-right{inset:auto 3% 8%;max-width:none;padding:.75rem}.hero-logo{width:50px;margin-bottom:.3rem}.hero-text h1{font-size:1rem;margin-bottom:.2rem}.hero-text .tagline{font-size:.75rem;margin-bottom:.5rem}.cta-button{padding:.6rem 1.2rem;font-size:.8rem;width:100%}.scroll-indicator{bottom:2%;padding:.5rem .8rem}.scroll-indicator p{font-size:.7rem;margin-bottom:6px}.scroll-icon{width:18px;height:28px}.section-content{margin:0 3%!important;max-width:94%;padding:1.25rem;border-radius:14px}.step-number{font-size:.75rem;padding:.3rem .8rem;margin-bottom:.75rem}.section-content h2{font-size:1.2rem;margin-bottom:.5rem}.section-content p{font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.section-content .sub-point{font-size:.8rem;padding-left:.75rem}.section-content .micro-line{font-size:.8rem;margin-top:.75rem;padding-top:.5rem}.feature-list li{font-size:.85rem;padding:.35rem 0}.plan-steps{gap:.5rem}.plan-step{font-size:.8rem;padding:.5rem .7rem;gap:.7rem}.step-letter{width:24px;height:24px;font-size:.8rem}.warning-list li{font-size:.85rem;padding:.35rem 0 .35rem 1.2rem}.section-11{flex-direction:column;padding:1rem 0}.section-11 .section-content.success-card{order:1}.section-11 .team-cards-container{order:2}.team-cards-container{display:block!important;position:relative;left:auto;top:auto;max-width:100%;width:100%;padding:0;margin:0;opacity:1!important;transform:none!important;background:transparent}.team-title{font-size:.95rem;padding:.5rem .8rem;margin:0 3% .5rem}.team-cards{display:flex;flex-direction:row;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.5rem 3%}.team-cards::-webkit-scrollbar{height:4px}.team-cards::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.team-cards::-webkit-scrollbar-thumb{background:#ffb6c180;border-radius:4px}.holographic-card{flex:0 0 auto;width:230px;min-width:230px;scroll-snap-align:start;padding:.7rem .9rem;animation:none}.card-content{gap:.6rem}.member-image{width:45px;height:45px}.member-name{font-size:.82rem}.member-role{font-size:.62rem}.member-badge{font-size:.6rem;padding:.12rem .35rem}.member-info{font-size:.6rem;line-height:1.3}.section-11 .section-content.success-card{position:relative;top:auto;right:auto;left:auto;margin:1rem 3% 0;max-width:94%}.dream-line{font-size:.95rem}.reassurance{font-size:.75rem}}@media(max-width:480px){.hero-3d-text{left:2%;top:15%}.text-3d .line1{font-size:1.5rem}.text-3d .line2{font-size:2.3rem}.hero-subtitle{font-size:.85rem}.hero-text.hero-right{bottom:6%;padding:.6rem}.hero-logo{width:40px}.hero-text h1{font-size:.9rem}.hero-text .tagline{font-size:.7rem;margin-bottom:.4rem}.cta-button{padding:.5rem 1rem;font-size:.75rem}.section-content{padding:1rem}.section-content h2{font-size:1.1rem}.section-content p{font-size:.85rem}.holographic-card{width:210px;min-width:210px;padding:.6rem .8rem}.member-image{width:40px;height:40px}.member-name{font-size:.78rem}.member-role{font-size:.58rem}.member-badge,.member-info{font-size:.56rem}}.legal-links-card{margin-top:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#ffffff26,#ffffff0d,#ffffff26);border-radius:10px;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;text-align:center;box-shadow:0 4px 15px #512da81a,inset 0 1px #fff3}.legal-links-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:legalCardShimmer 4s infinite}@keyframes legalCardShimmer{0%{left:-100%}50%,to{left:100%}}.legal-links-content{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.legal-links-content a{color:#334155;text-decoration:none;font-size:.75rem;font-weight:500;padding:.2rem .4rem;border-radius:4px;transition:all .3s ease}.legal-links-content a:hover{color:var(--educado-primary);background:#512da81a}.legal-divider{color:#512da866;font-size:.6rem}.legal-copyright{margin:.4rem 0 0;font-size:.65rem;color:#64748b;opacity:.8}@media(max-width:768px){.legal-links-card{padding:.6rem .8rem;margin-top:.75rem}.legal-links-content a{font-size:.7rem}.legal-copyright{font-size:.6rem}}
