@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}html{scroll-behavior:smooth;scroll-padding-top:var(--header-offset, 80px)}html,body{margin:0;padding:0;width:100%;font-family:Inter,-apple-system,sans-serif;background:#0a0f1e;color:#fff;overflow-x:hidden}body{padding-top:var(--header-offset, 80px)}.no-scroll{overflow:hidden}.icon{width:1em;height:1em;display:block}.site-header{background:#0a0f1ecc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);position:fixed;top:0;left:0;right:0;z-index:1000;padding:0;transition:background-color .2s ease,border-color .2s ease}.site-nav{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.9rem 3rem;transition:padding .2s ease}.nav-toggle{display:none;width:42px;height:42px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fff;cursor:pointer;align-items:center;justify-content:center}.nav-toggle:hover{background:#ffffff14;border-color:#ffffff2e}.nav-toggle:focus-visible{outline:none;box-shadow:0 0 0 4px #4f46e559}.nav-toggle__icon{width:22px;height:22px}.mobile-nav{display:none}.mobile-nav__backdrop{position:fixed;inset:0;background:#0000008c;border:0;padding:0;cursor:pointer}.mobile-nav__panel{position:fixed;left:12px;right:12px;top:calc(var(--header-offset, 80px) + 10px);background:#0a0f1eeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:14px;box-shadow:0 18px 40px #00000073}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:14px;border-radius:12px;text-decoration:none;color:#e2e8f0;font-weight:650;background:#ffffff08;border:1px solid rgba(255,255,255,.06);margin-bottom:10px}.mobile-nav__link:hover{background:#ffffff0d;border-color:#ffffff1a}.mobile-nav__cta{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:14px;border-radius:12px;text-decoration:none;background:#4f46e5;color:#fff;font-weight:750}.mobile-nav__cta:hover{background:#4338ca}.mobile-nav--open{display:block}.site-header--compact .site-nav{padding:.55rem 3rem}.site-header--compact .logo{font-size:1.15rem}.site-header--compact .logo-icon{width:36px;height:36px;border-radius:7px}.site-header--compact .icon--logo{width:36px;height:36px}.logo{font-size:1.3rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:.2rem}.logo-icon{width:40px;height:40px;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;overflow:visible}.icon--logo{width:40px;height:40px}.site-nav ul{display:flex;list-style:none;gap:2.5rem;align-items:center}.site-nav a{color:#94a3b8;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s}.site-nav a:hover{color:#fff}.nav-cta{background:#4f46e5;color:#fff!important;padding:.65rem 1.25rem;border-radius:10px;font-weight:700;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;gap:.55rem;box-shadow:0 6px 18px #4f46e540}.nav-cta:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 10px 26px #4f46e54d}.nav-cta:focus-visible{outline:none;box-shadow:0 0 0 4px #4f46e559,0 10px 26px #4f46e540}.icon--cta-arrow{width:18px;height:18px}.hero{padding:5rem 3rem 4rem;text-align:center;position:relative;background:#0a0f1e;overflow:hidden}.hero:before{content:"";position:absolute;top:-25%;left:50%;width:900px;height:650px;transform:translate(-50%);background:#4f46e51f;border-radius:999px;filter:blur(130px);pointer-events:none}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:260px;background:linear-gradient(to bottom,#0a0f1e00,#0a0f1e8c 45%,#0a0f1e);filter:blur(10px);transform:translateY(18px);pointer-events:none;z-index:6}.light-rays-container{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;z-index:3;overflow:hidden}.light-ray{position:absolute;width:2px;height:100%;background:#4f46e547;opacity:.6;animation:rayMove 8s ease-in-out infinite;transform-origin:center}.light-ray:nth-child(1){left:10%;animation-delay:0s;height:120%}.light-ray:nth-child(2){left:25%;animation-delay:1s;height:110%}.light-ray:nth-child(3){left:40%;animation-delay:2s;height:130%}.light-ray:nth-child(4){left:55%;animation-delay:1.5s;height:115%}.light-ray:nth-child(5){left:70%;animation-delay:.5s;height:125%}.light-ray:nth-child(6){left:85%;animation-delay:2.5s;height:120%}@keyframes rayMove{0%,to{transform:translateY(-10%) scaleY(1);opacity:.3}50%{transform:translateY(0) scaleY(1.1);opacity:.8}}.hero-content{max-width:1400px;margin:0 auto;position:relative;z-index:4;padding:0 3rem}.hero-badge{display:inline-flex;align-items:center;gap:.8rem;background:#4f46e51a;border:1px solid rgba(79,70,229,.3);padding:.7rem 1.5rem;border-radius:50px;color:#a5b4fc;font-size:.9rem;font-weight:600;margin-bottom:2rem}.badge-icon{width:20px;height:20px;background:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.icon--badge{width:12px;height:12px}.hero h1{font-size:5.5rem;font-weight:900;line-height:1.1;margin-bottom:2rem;letter-spacing:-3px}.gradient-text{color:#a5b4fc}.hero-description{font-size:1.4rem;color:#94a3b8;max-width:800px;margin:0 auto 3rem;line-height:1.7;font-weight:400}.hero-cta-group{display:flex;gap:1rem;justify-content:center;margin-bottom:3.5rem}.btn-primary{background:#4f46e5;color:#fff;padding:1.2rem 2.5rem;border-radius:12px;font-weight:700;font-size:1.05rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.75rem}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.icon--btn{width:20px;height:20px}.btn-primary:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 10px 40px #4f46e54d}.btn-secondary{background:#ffffff0d;color:#fff;padding:1.2rem 2.5rem;border-radius:12px;font-weight:600;font-size:1.05rem;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:all .3s;display:inline-block}.btn-secondary:hover{background:#ffffff14;border-color:#fff3}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:0 3rem}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:2.5rem 2rem;border-radius:16px;text-align:center;transition:all .3s}.stat-card:hover{background:#ffffff0d;border-color:#4f46e54d;transform:translateY(-5px)}.stat-number{font-size:3.5rem;font-weight:900;color:#fff;line-height:1;margin-bottom:.8rem}.stat-label{color:#64748b;font-size:1rem;font-weight:500}.calculator-section{padding:4rem 3rem;background:#0a0f1e;position:relative;overflow:hidden}.calculator-section:before{content:"";position:absolute;left:0;right:0;top:0;height:260px;background:linear-gradient(to bottom,#0a0f1e,#0a0f1e8c 55%,#0a0f1e00);filter:blur(10px);transform:translateY(-18px);pointer-events:none;z-index:2}.calculator-container{position:relative;z-index:3}.calculator-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.calc-content h2{font-size:3rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:-1.5px;line-height:1.1}.calc-content p{font-size:1.15rem;color:#94a3b8;line-height:1.8;margin-bottom:2.5rem}.feature-list{list-style:none}.feature-list li{display:flex;align-items:center;gap:1rem;padding:1rem 0;font-size:1.05rem;color:#cbd5e1;border-bottom:1px solid rgba(255,255,255,.05)}.feature-list li:last-child{border-bottom:none}.check-icon{width:24px;height:24px;background:#4f46e5;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.icon--check{width:14px;height:14px}.calc-visual{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:3rem;border-radius:20px;box-shadow:0 8px 32px #0000004d}.calc-comparison,.calc-row{margin-bottom:2rem}.calc-label{font-size:.9rem;color:#64748b;margin-bottom:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.calc-bar{background:#ffffff0d;height:60px;border-radius:12px;position:relative;overflow:hidden;display:flex;align-items:center;padding:0 1.5rem}.calc-bar-fill{position:absolute;left:0;top:0;height:100%;background:#4f46e5;border-radius:12px;width:var(--fill, 100%);transition:width .6s ease}.calc-value{position:relative;z-index:1;font-size:1.8rem;font-weight:800;color:#fff}.salary-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;margin-bottom:1.25rem;text-align:left}.salary-title{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:.6rem}.salary-label{display:block;font-size:.95rem;color:#cbd5e1;margin-bottom:.6rem;font-weight:600}.salary-input{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#fff;padding:14px;font-size:1.35rem;font-weight:800;letter-spacing:.2px;outline:none}.salary-input:focus-visible{border-color:#4f46e599;box-shadow:0 0 0 4px #4f46e540}.salary-range{width:100%;margin-top:12px;height:42px;background:transparent;accent-color:#4f46e5}.salary-help{margin-top:10px;color:#94a3b8;font-size:.95rem;line-height:1.4}.calc-disclaimer{margin-top:.75rem;color:#94a3b8;font-size:.95rem;line-height:1.5}.calc-highlight{background:#4f46e51a;border:1px solid rgba(79,70,229,.3);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #4f46e533}.calc-highlight-number{font-size:3rem;font-weight:900;color:#fff;margin-bottom:.5rem}.calc-highlight-label{color:#a5b4fc;font-size:1rem}.services-section{padding:4rem 3rem;background:#0a0f1e}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;max-width:800px;margin:0 auto 3.5rem}.section-badge{display:inline-block;background:#4f46e51a;border:1px solid rgba(79,70,229,.3);color:#a5b4fc;padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem}.section-header h2{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:-2px;line-height:1.1}.section-header p{font-size:1.2rem;color:#94a3b8;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:2.5rem;border-radius:16px;transition:all .3s}.service-card:hover{background:#ffffff0d;border-color:#4f46e54d;transform:translateY(-5px)}.service-number{display:inline-block;width:48px;height:48px;background:#4f46e51a;border:1px solid rgba(79,70,229,.3);border-radius:12px;text-align:center;line-height:48px;font-weight:800;font-size:1.2rem;color:#a5b4fc;margin-bottom:1.5rem}.service-card h3{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:#fff}.service-card p{color:#94a3b8;line-height:1.7;font-size:1rem}.modalidad-section{padding:4rem 3rem;background:#0f1629;position:relative;overflow:hidden}.modalidad-section:before{content:"";position:absolute;top:10%;left:50%;width:1000px;height:650px;transform:translate(-50%);background:#4f46e514;filter:blur(140px);border-radius:999px;pointer-events:none}.modalidad-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.modalidad-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:5rem;align-items:start}.modalidad-content h2{font-size:3.5rem;font-weight:900;margin-bottom:2rem;letter-spacing:-2px;line-height:1.1;color:#fff}.modalidad-content p{font-size:1.2rem;color:#94a3b8;line-height:1.8;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefit-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:2rem;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.benefit-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#4f46e514;opacity:0;transform:translate(-12%);transition:opacity .25s ease,transform .35s ease}.benefit-item:hover:before{opacity:1;transform:translate(0)}.benefit-item:hover{background:#ffffff0d;border-color:#4f46e54d}.benefit-item h4{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.benefit-item p{font-size:.95rem;color:#94a3b8;margin:0;line-height:1.6}.requirements-box{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:3rem;border-radius:20px;box-shadow:0 8px 32px #0000004d;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(79,70,229,.2)}.requirements-box:hover{box-shadow:0 8px 32px #0000004d,0 0 0 1px #4f46e559}.requirements-box h3{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff}.requirement-list{list-style:none}.requirement-list li{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.05);color:#cbd5e1}.requirement-list li:last-child{border-bottom:none}.req-icon{width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-top:2px}.icon--req-check{width:14px;height:14px}.cta-section{padding:4rem 3rem;background:#0a0f1e;text-align:center}.cta-content{max-width:1400px;margin:0 auto;padding:0 3rem}.cta-content h2{font-size:4rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:-2px}.cta-content p{font-size:1.3rem;color:#94a3b8;margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.contact-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:2.5rem 2rem;border-radius:16px;transition:all .3s}.contact-card:hover{background:#ffffff0d;border-color:#4f46e54d}.contact-icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 1rem}.icon--contact{width:26px;height:26px}.contact-icon--whatsapp{color:#22c55e;background:#22c55e1f;border:1px solid rgba(34,197,94,.25)}.contact-icon--phone{color:#60a5fa;background:#60a5fa1f;border:1px solid rgba(96,165,250,.22)}.contact-icon--mail{color:#e2e8f0;background:#e2e8f014;border:1px solid rgba(226,232,240,.18)}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:999px;background:linear-gradient(45deg,#25d366,#128c7e);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:1200;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;animation:pulse-whatsapp-float 2s infinite}.whatsapp-float:hover{transform:scale(1.07);box-shadow:0 6px 20px #25d36699}.whatsapp-float:focus-visible{outline:none;box-shadow:0 0 0 4px #25d36659,0 6px 20px #25d36673}.whatsapp-float__icon{width:28px;height:28px;display:block}@keyframes pulse-whatsapp-float{0%{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 12px #25d36666,0 0 0 10px #25d3661f}to{box-shadow:0 4px 12px #25d36666,0 0 0 20px #25d36600}}@media(prefers-reduced-motion:reduce){.whatsapp-float{animation:none}}.contact-card h4{font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:.8rem;font-weight:600}.contact-card p{font-size:1.2rem;color:#fff;font-weight:600;margin-bottom:.3rem}.contact-card span{font-size:.9rem;color:#64748b}footer{background:#0a0f1e;border-top:1px solid rgba(255,255,255,.05);padding:3rem;text-align:center}.footer-content{max-width:1400px;margin:0 auto}.footer-logo{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:2rem}.footer-links{display:flex;justify-content:center;gap:2.5rem;margin-bottom:2rem}.footer-links a{color:#64748b;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:#fff}footer p{color:#475569;font-size:.9rem}@media(max-width:1200px){.hero h1{font-size:4rem}.services-grid{grid-template-columns:repeat(2,1fr)}.calculator-container,.modalidad-grid{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.site-nav{padding:.8rem 1.25rem}.site-nav ul{display:none}.nav-toggle{display:inline-flex}.hero-content,.stats-grid,.cta-content{padding:0 1.25rem}.calculator-section,.services-section,.modalidad-section,.cta-section{padding:3.25rem 1.25rem}.calc-visual,.requirements-box{padding:2rem 1.5rem}.salary-input{font-size:1.25rem;padding:14px 12px}.salary-title{font-size:1rem}.calc-value{font-size:1.55rem}.hero-cta-group a{width:100%;max-width:420px;margin:0 auto}.btn-primary,.btn-secondary{width:100%}.hero{padding:4.25rem 1.25rem 3rem}.hero h1{font-size:2.8rem}.hero-description{font-size:1.1rem}.hero-cta-group{flex-direction:column;margin-bottom:2.25rem}.stats-grid,.services-grid,.benefits-grid,.contact-grid{grid-template-columns:1fr;gap:1.25rem}.stat-card{padding:1.75rem 1.25rem;border-radius:14px}.stat-number{font-size:3rem;margin-bottom:.55rem}.stat-label{font-size:.98rem}.section-header{margin:0 auto 2.25rem}.services-grid{gap:1.25rem}.service-card{padding:2rem 1.5rem;border-radius:14px}.cta-content p{font-size:1.15rem;margin-bottom:2.25rem}.contact-card{padding:2rem 1.5rem;border-radius:14px}.section-header h2{font-size:2.5rem}.cta-content h2{font-size:2.8rem}.whatsapp-float{right:calc(16px + env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));width:52px;height:52px}.whatsapp-float__icon{width:26px;height:26px}}@media(max-width:420px){.site-nav{padding:.75rem 1rem}.calculator-section,.services-section,.modalidad-section,.cta-section{padding:2.5rem 1rem}.cta-content h2{font-size:2.35rem}.stat-number{font-size:2.7rem}.service-card{padding:1.8rem 1.25rem}}.contact-link{display:block;color:inherit;text-decoration:none}.reveal{opacity:1;transition:opacity .6s ease-out,transform .6s ease-out}section{transition:background-color .3s ease}#root{width:100%;margin:0;padding:0;text-align:center}.light-rays{position:absolute;inset:0;overflow:hidden;pointer-events:none}.light-rays-container{width:100%;height:100%;position:relative;filter:blur(40px)}.light-ray{position:absolute;width:50%;height:200%;left:25%;background:radial-gradient(circle,rgba(82,156,255,.25),transparent 60%);animation:move 6s linear infinite}@keyframes move{0%{transform:translateY(-50%)}to{transform:translateY(50%)}}
