@import url("https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");:root{--azul:#05f;--cian:#1ad9ff;--negro:#050c18;--negro2:#070d1a;--blanco:#f0f4ff;--gris:#8a9bbf;--grad:linear-gradient(130deg,#1ad9ff,#05f);--grad-rev:linear-gradient(130deg,#05f,#1ad9ff)}@keyframes fadeD{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes float{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-14px) rotate(-1.5deg)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes glow-pulse{0%,to{box-shadow:0 0 40px rgba(0,85,255,.3),0 0 80px rgba(26,217,255,.1)}50%{box-shadow:0 0 60px rgba(0,85,255,.5),0 0 120px rgba(26,217,255,.2)}}.edvex-landing{background:var(--negro);color:var(--blanco);font-family:DM Sans,sans-serif;overflow-x:hidden;min-height:100vh}.edvex-landing .en,.edvex-landing.lang-en .es{display:none}.edvex-landing.lang-en .en{display:inherit}.edvex-landing.lang-en span.es{display:none}.edvex-landing.lang-en span.en{display:inline}.edvex-landing nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:14px 5%;display:flex;align-items:center;justify-content:space-between;background:rgba(5,12,24,.8);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(26,217,255,.07)}.edvex-landing .nav-logo{display:flex;align-items:center;gap:10px}.edvex-landing .nav-logo svg{width:32px;height:32px}.edvex-landing .nav-logo-text{font-family:Syne,sans-serif;font-weight:800;font-size:1.2rem;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.edvex-landing .nav-logo-sub{font-size:.55rem;letter-spacing:4px;color:#1e5080;text-transform:uppercase;margin-top:1px}.edvex-landing .nav-right{display:flex;align-items:center;gap:10px}.edvex-landing .lang-toggle{display:flex;background:hsla(0,0%,100%,.05);border-radius:20px;padding:3px;border:1px solid rgba(26,217,255,.12)}.edvex-landing .lang-btn{padding:5px 14px;border-radius:16px;font-size:.72rem;font-weight:700;letter-spacing:1px;cursor:pointer;border:none;transition:all .2s;background:transparent;color:#8a9bbf}.edvex-landing .lang-btn.active{background:var(--grad);color:#fff}.edvex-landing .btn-ingresar{background:transparent;border:1px solid rgba(26,217,255,.25);color:var(--cian);padding:8px 20px;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.edvex-landing .btn-ingresar:hover{background:rgba(26,217,255,.08);border-color:rgba(26,217,255,.5)}.edvex-landing .hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 5% 80px;position:relative;overflow:hidden}.edvex-landing .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 70% at 20% 50%,rgba(0,85,255,.2) 0,transparent 65%),radial-gradient(ellipse 50% 50% at 80% 30%,rgba(26,217,255,.1) 0,transparent 60%),radial-gradient(ellipse 40% 60% at 60% 80%,rgba(0,85,255,.08) 0,transparent 50%);pointer-events:none}.edvex-landing .hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(26,217,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(26,217,255,.025) 1px,transparent 0);background-size:50px 50px;pointer-events:none;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 40%,transparent 100%)}.edvex-landing .hero-inner{max-width:1280px;gap:60px;position:relative;z-index:1}.edvex-landing .hero-inner,.edvex-landing .hero-left{width:100%;display:flex;flex-direction:column;align-items:center}.edvex-landing .hero-left{text-align:center}.edvex-landing .hero-right{display:none}.edvex-landing .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(26,217,255,.08);border:1px solid rgba(26,217,255,.2);border-radius:20px;padding:8px 20px;font-size:.75rem;font-weight:600;color:var(--cian);letter-spacing:1px;margin-bottom:28px;animation:fadeD .6s ease both;white-space:nowrap;max-width:90vw}.edvex-landing .badge-dot{width:6px;height:6px;background:var(--cian);border-radius:50%;animation:pulse 2s infinite;flex-shrink:0}.edvex-landing .hero-title{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(3.2rem,9vw,7rem);line-height:1;letter-spacing:-3px;margin-bottom:24px;animation:fadeD .6s ease .1s both}.edvex-landing .hero-title .grad{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.edvex-landing .hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--gris);max-width:580px;line-height:1.75;margin-bottom:40px;animation:fadeD .6s ease .2s both}.edvex-landing .hero-sub strong{color:var(--blanco)}.edvex-landing .hero-btns{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;animation:fadeD .6s ease .3s both}.edvex-landing .btn-wa{background:linear-gradient(135deg,#04e,#1ad9ff);color:#fff;font-weight:800;font-size:1rem;padding:16px 36px;border-radius:10px;text-decoration:none;display:flex;align-items:center;gap:10px;transition:all .25s;box-shadow:0 0 40px rgba(0,68,238,.35),0 4px 20px rgba(0,0,0,.3);position:relative;overflow:hidden}.edvex-landing .btn-wa:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.15),transparent 60%);pointer-events:none}.edvex-landing .btn-wa:hover{transform:translateY(-2px);box-shadow:0 0 60px rgba(0,68,238,.5),0 8px 30px rgba(0,0,0,.4)}.edvex-landing .btn-sec{border:1px solid hsla(0,0%,100%,.15);color:var(--blanco);background:hsla(0,0%,100%,.04);font-weight:600;font-size:1rem;padding:16px 36px;border-radius:10px;text-decoration:none;transition:all .25s;display:inline-flex;align-items:center;gap:8px}.edvex-landing .btn-sec:hover{border-color:var(--cian);color:var(--cian);background:rgba(26,217,255,.06)}.edvex-landing .hero-stats{display:flex;gap:48px;margin-top:56px;animation:fadeD .6s ease .4s both;flex-wrap:wrap;justify-content:center}.edvex-landing .stat{text-align:center}.edvex-landing .stat-num{font-family:Syne,sans-serif;font-weight:800;font-size:2rem;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.edvex-landing .stat-label{font-size:.72rem;letter-spacing:2px;color:var(--gris);text-transform:uppercase;margin-top:2px}.edvex-landing .flags{display:flex;align-items:center;gap:8px;margin-top:28px;animation:fadeD .6s ease .5s both}.edvex-landing .flag-pill{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.09);border-radius:20px;padding:6px 14px;font-size:.75rem;color:var(--gris)}.edvex-landing .flag-sep{color:#1e2d45;font-size:.8rem}.edvex-landing .trust-bar{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;background:rgba(26,217,255,.03);border-top:1px solid rgba(26,217,255,.08);border-bottom:1px solid rgba(26,217,255,.08);padding:0 5%;overflow:hidden}.edvex-landing .trust-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:20px 40px;flex:1;min-width:140px;position:relative}.edvex-landing .trust-item+.trust-item:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:hsla(0,0%,100%,.07)}.edvex-landing .trust-num{font-family:Syne,sans-serif;font-weight:800;font-size:1.4rem;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.edvex-landing .trust-label{font-size:.72rem;color:var(--gris);text-align:center;letter-spacing:.5px}.edvex-landing section{padding:96px 5%}.edvex-landing .sec-title{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(1.9rem,4vw,3rem);text-align:center;margin-bottom:14px;letter-spacing:-1.5px}.edvex-landing .sec-sub{text-align:center;color:var(--gris);font-size:1rem;max-width:560px;margin:0 auto 56px;line-height:1.75}.edvex-landing .tag-line{display:inline-block;background:rgba(26,217,255,.08);border:1px solid rgba(26,217,255,.2);border-radius:20px;padding:5px 16px;font-size:.7rem;letter-spacing:3px;color:var(--cian);text-transform:uppercase;margin-bottom:16px}.edvex-landing .benefits{background:var(--negro2)}.edvex-landing .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:1100px;margin:0 auto}.edvex-landing .benefit-card{background:hsla(0,0%,100%,.025);border:1px solid rgba(26,217,255,.07);border-radius:18px;padding:28px 24px;transition:all .3s;position:relative;overflow:hidden;backdrop-filter:blur(8px)}.edvex-landing .benefit-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,217,255,.05),transparent 60%);opacity:0;transition:.3s}.edvex-landing .benefit-card:hover{border-color:rgba(26,217,255,.2);transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,85,255,.15)}.edvex-landing .benefit-card:hover:before{opacity:1}.edvex-landing .benefit-icon{width:48px;height:48px;background:rgba(0,85,255,.15);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px;border:1px solid rgba(0,85,255,.2)}.edvex-landing .benefit-title{font-family:Syne,sans-serif;font-weight:700;font-size:1.05rem;margin-bottom:8px}.edvex-landing .benefit-desc{font-size:.88rem;color:var(--gris);line-height:1.65}.edvex-landing .platform-preview{background:var(--negro2);overflow:hidden}.edvex-landing .platform-preview .sec-sub{margin-bottom:48px}.edvex-landing .mock-browser{max-width:960px;margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid rgba(26,217,255,.12);background:#0c1420;box-shadow:0 40px 120px rgba(0,85,255,.25),0 0 0 1px rgba(26,217,255,.04),inset 0 1px 0 hsla(0,0%,100%,.04);transition:transform .5s ease,box-shadow .5s ease}.edvex-landing .mock-browser:hover{box-shadow:0 60px 160px rgba(0,85,255,.35),0 0 0 1px rgba(26,217,255,.08),inset 0 1px 0 hsla(0,0%,100%,.04)}.edvex-landing .hero-right .mock-browser{animation:float 7s ease-in-out infinite;filter:drop-shadow(0 30px 60px rgba(0,85,255,.3))}.edvex-landing .mock-bar{background:#131c2e;padding:10px 14px;display:flex;align-items:center;gap:12px;border-bottom:1px solid hsla(0,0%,100%,.05)}.edvex-landing .mock-dots{display:flex;gap:5px}.edvex-landing .mock-dot{width:10px;height:10px;border-radius:50%}.edvex-landing .mock-dot.r{background:#ff5f57}.edvex-landing .mock-dot.y{background:#febc2e}.edvex-landing .mock-dot.g{background:#28c840}.edvex-landing .mock-url{flex:1;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:6px;padding:5px 12px;font-size:.7rem;color:#475569;display:flex;align-items:center;gap:5px}.edvex-landing .mock-url-lock{font-size:.65rem}.edvex-landing .mock-body{display:flex;min-height:360px}.edvex-landing .mock-sidebar{width:180px;flex-shrink:0;background:#0f1829;border-right:1px solid hsla(0,0%,100%,.04);padding:16px 0}.edvex-landing .mock-sb-head{padding:0 14px 14px;border-bottom:1px solid hsla(0,0%,100%,.04);margin-bottom:10px}.edvex-landing .mock-sb-logo{font-family:Syne,sans-serif;font-weight:800;font-size:.8rem;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.edvex-landing .mock-sb-sub{font-size:.5rem;letter-spacing:3px;color:#1e3a5a;text-transform:uppercase;margin-top:1px}.edvex-landing .mock-nav-item{padding:8px 14px;font-size:.7rem;color:#3d5070;display:flex;align-items:center;gap:7px;border-left:2px solid transparent;cursor:default}.edvex-landing .mock-nav-item.active{background:rgba(0,85,255,.12);border-left-color:#05f;color:#7b8aff}.edvex-landing .mock-nav-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.5;flex-shrink:0}.edvex-landing .mock-nav-user{padding:10px 14px;display:flex;align-items:center;gap:7px;border-top:1px solid hsla(0,0%,100%,.04);margin-top:14px}.edvex-landing .mock-avatar{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#05f,#1ad9ff);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;color:#fff}.edvex-landing .mock-main{flex:1;padding:18px 20px;overflow:hidden}.edvex-landing .mock-welcome-card{background:linear-gradient(135deg,rgba(0,85,255,.22),rgba(26,217,255,.1));border:1px solid rgba(91,108,255,.25);border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:10px}.edvex-landing .mock-welcome-label{font-size:.6rem;font-weight:600;letter-spacing:2px;color:#5b6cff;text-transform:uppercase;margin-bottom:3px}.edvex-landing .mock-welcome-name{font-size:.85rem;font-weight:700;color:#f1f5f9;margin-bottom:2px}.edvex-landing .mock-welcome-mat{font-size:.6rem;color:#475569;font-family:monospace}.edvex-landing .mock-ring{position:relative;width:44px;height:44px;flex-shrink:0}.edvex-landing .mock-ring svg{width:44px;height:44px;transform:rotate(-90deg)}.edvex-landing .mock-ring-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;color:#7b8aff}.edvex-landing .mock-prog-wrap{height:4px;background:hsla(0,0%,100%,.05);border-radius:2px;overflow:hidden;margin-bottom:14px}.edvex-landing .mock-prog-fill{height:100%;width:76%;background:linear-gradient(90deg,#05f,#1ad9ff);border-radius:2px}.edvex-landing .mock-section-label{font-size:.62rem;font-weight:700;color:#2d4060;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}.edvex-landing .mock-months-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.edvex-landing .mock-month{border-radius:8px;padding:8px 6px;text-align:center;border:1px solid}.edvex-landing .mock-month.open{background:rgba(91,108,255,.1);border-color:rgba(91,108,255,.3)}.edvex-landing .mock-month.closed{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.06);opacity:.45}.edvex-landing .mock-month-n{font-family:Syne,sans-serif;font-size:.85rem;font-weight:800;color:#5b6cff;display:block;line-height:1}.edvex-landing .mock-month.closed .mock-month-n{color:#2d3748}.edvex-landing .mock-month-s{font-size:.52rem;color:#3d5070;display:block;margin-top:2px;line-height:1.2}.edvex-landing .mock-month-lock{font-size:.6rem;display:block;margin-top:2px}.edvex-landing .platform-features{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;max-width:960px;margin-left:auto;margin-right:auto}.edvex-landing .plat-feat{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.04);border:1px solid rgba(26,217,255,.1);border-radius:24px;padding:8px 18px;font-size:.82rem;color:var(--gris)}.edvex-landing .plat-feat-icon{font-size:1rem}.edvex-landing .cert-section{background:var(--negro)}.edvex-landing .cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:960px;margin:0 auto 48px}.edvex-landing .cert-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.09);border-radius:20px;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.edvex-landing .cert-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,85,255,.15)}.edvex-landing .cert-img-wrap{position:relative;height:300px;flex-shrink:0;background:hsla(0,0%,100%,.04);border-bottom:1px solid hsla(0,0%,100%,.06)}.edvex-landing .cert-card-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:8px}.edvex-landing .cert-badge{display:inline-flex;align-items:center;gap:6px;font-size:.62rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;border-radius:20px;width:fit-content}.edvex-landing .cert-badge-usa{background:rgba(91,108,255,.15);color:#7b8aff;border:1px solid rgba(91,108,255,.3)}.edvex-landing .cert-badge-mx{background:rgba(16,185,129,.12);color:#34d399;border:1px solid rgba(16,185,129,.25)}.edvex-landing .cert-card-title{font-family:Syne,sans-serif;font-weight:700;font-size:1rem;color:var(--blanco);line-height:1.3}.edvex-landing .cert-card-desc{font-size:.82rem;color:var(--gris);line-height:1.65;margin:0}.edvex-landing .cert-verify{max-width:680px;margin:0 auto;background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(26,217,255,.06));border:1px solid rgba(16,185,129,.2);border-radius:18px;padding:36px 40px;text-align:center}.edvex-landing .cert-verify-title{font-family:Syne,sans-serif;font-weight:800;font-size:1.15rem;margin-bottom:12px;color:var(--blanco)}.edvex-landing .cert-verify-text{font-size:.88rem;color:var(--gris);line-height:1.7;max-width:520px;margin:0 auto 24px}.edvex-landing .cert-folio-label{font-size:.8rem;color:#64748b;margin:20px 0 8px}.edvex-landing .cert-folio{font-family:Courier New,monospace;font-size:1.6rem;font-weight:800;color:#34d399;letter-spacing:4px;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.25);border-radius:10px;padding:10px 28px;display:inline-block;margin-bottom:10px;user-select:all}.edvex-landing .cert-folio-hint{font-size:.78rem;color:#475569;max-width:420px;margin:0 auto 24px;line-height:1.6}.edvex-landing .lb-overlay{inset:0;z-index:9999;background:rgba(0,0,0,.9);backdrop-filter:blur(10px);padding:24px}.edvex-landing .lb-close,.edvex-landing .lb-overlay{position:fixed;display:flex;align-items:center;justify-content:center}.edvex-landing .lb-close{top:20px;right:24px;width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-size:1.1rem;cursor:pointer;transition:background .2s;z-index:10000;line-height:1}.edvex-landing .lb-close:hover{background:hsla(0,0%,100%,.25)}.edvex-landing .lb-img-wrap{position:relative;width:min(92vw,880px);height:min(88vh,680px)}.edvex-landing .btn-verify{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(16,185,129,.25),rgba(26,217,255,.15));border:1px solid rgba(16,185,129,.35);color:#34d399;font-weight:700;font-size:.9rem;padding:12px 28px;border-radius:10px;text-decoration:none;transition:all .25s}.edvex-landing .btn-verify:hover{background:linear-gradient(135deg,rgba(16,185,129,.35),rgba(26,217,255,.25));box-shadow:0 4px 24px rgba(16,185,129,.2)}.edvex-landing .validez-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:820px;margin:0 auto}.edvex-landing .validez-card{border-radius:22px;padding:40px 32px;text-align:center;position:relative;overflow:hidden}.edvex-landing .validez-card:before{content:"";position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:200px;height:200px;border-radius:50%;filter:blur(60px);opacity:.3;pointer-events:none}.edvex-landing .validez-card.mx{background:linear-gradient(135deg,rgba(0,85,255,.14),rgba(26,217,255,.07));border:1px solid rgba(26,217,255,.18)}.edvex-landing .validez-card.mx:before{background:#05f}.edvex-landing .validez-card.usa{background:linear-gradient(135deg,rgba(220,38,38,.1),rgba(37,99,235,.1));border:1px solid rgba(220,38,38,.18)}.edvex-landing .validez-card.usa:before{background:#dc2626}.edvex-landing .validez-flag{font-size:3.2rem;margin-bottom:16px}.edvex-landing .validez-title{font-family:Syne,sans-serif;font-weight:800;font-size:1.3rem;margin-bottom:14px}.edvex-landing .validez-items{list-style:none;display:flex;flex-direction:column;gap:9px;text-align:left}.edvex-landing .validez-items li{display:flex;align-items:flex-start;gap:8px;font-size:.85rem;color:var(--gris)}.edvex-landing .validez-items li:before{content:"✓";color:var(--cian);font-weight:800;flex-shrink:0}.edvex-landing .docs-note{font-size:.875rem;color:var(--gris);text-align:center;line-height:1.65;max-width:560px;margin:40px auto 48px;padding:0 20px}.edvex-landing .planes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:900px;margin:0 auto}.edvex-landing .plan-card{border-radius:22px;padding:36px 32px;position:relative;overflow:hidden;transition:transform .3s}.edvex-landing .plan-card:hover{transform:translateY(-4px)}.edvex-landing .plan-card.regular{background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.1)}.edvex-landing .plan-card.express{background:linear-gradient(135deg,rgba(0,85,255,.18),rgba(26,217,255,.08));border:1px solid rgba(26,217,255,.25);animation:glow-pulse 4s ease-in-out infinite;overflow:visible}.edvex-landing .plan-card.express:before{content:"";position:absolute;inset:-1px;border-radius:22px;background:linear-gradient(135deg,rgba(26,217,255,.3),rgba(0,85,255,.2),rgba(26,217,255,.3));background-size:200% 200%;z-index:-1;animation:shimmer 3s linear infinite}.edvex-landing .plan-badge{display:inline-block;background:var(--grad);color:#fff;font-size:.65rem;font-weight:800;letter-spacing:2px;padding:4px 12px;border-radius:20px;margin-bottom:20px;text-transform:uppercase}.edvex-landing .plan-name{font-family:Syne,sans-serif;font-weight:800;font-size:1.5rem;margin-bottom:6px}.edvex-landing .plan-price{margin:20px 0}.edvex-landing .plan-price .amount{font-family:Syne,sans-serif;font-weight:800;font-size:3rem;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.edvex-landing .plan-price .period{font-size:.85rem;color:var(--gris)}.edvex-landing .plan-total{font-size:.8rem;color:var(--gris);margin-bottom:24px}.edvex-landing .plan-total strong{color:var(--blanco)}.edvex-landing .plan-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.edvex-landing .plan-features li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--gris)}.edvex-landing .plan-features li:before{content:"✓";color:var(--cian);font-weight:800;flex-shrink:0;margin-top:1px}.edvex-landing .btn-plan{display:block;text-align:center;background:var(--grad);color:#fff;font-weight:800;font-size:.95rem;padding:14px;border-radius:10px;text-decoration:none;transition:all .25s;box-shadow:0 4px 20px rgba(0,85,255,.25)}.edvex-landing .btn-plan:hover{transform:translateY(-2px);box-shadow:0 8px 40px rgba(0,85,255,.4)}.edvex-landing .btn-plan.outline{background:transparent;border:1px solid rgba(26,217,255,.3);color:var(--cian);box-shadow:none}.edvex-landing .btn-plan.outline:hover{background:rgba(26,217,255,.08);box-shadow:0 4px 20px rgba(26,217,255,.1)}.edvex-landing .quien-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;max-width:1060px;margin:0 auto}.edvex-landing .quien-card{background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.07);border-radius:16px;padding:24px 20px;display:flex;align-items:flex-start;gap:14px;transition:.25s}.edvex-landing .quien-card:hover{border-color:rgba(26,217,255,.18);background:rgba(26,217,255,.04);transform:translateY(-2px)}.edvex-landing .quien-icon{font-size:1.9rem;flex-shrink:0}.edvex-landing .quien-text{font-size:.88rem;color:var(--gris);line-height:1.6}.edvex-landing .quien-text strong{display:block;color:var(--blanco);font-size:.95rem;margin-bottom:4px}.edvex-landing .proceso{background:var(--negro2)}.edvex-landing .proceso-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0;max-width:1000px;margin:0 auto;position:relative}.edvex-landing .proceso-steps:before{content:"";position:absolute;top:28px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(26,217,255,.25),transparent);pointer-events:none}.edvex-landing .step{text-align:center;padding:20px}.edvex-landing .step-num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,rgba(0,85,255,.25),rgba(26,217,255,.15));border:1px solid rgba(26,217,255,.25);display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-weight:800;font-size:1.2rem;color:var(--cian);margin:0 auto 16px;box-shadow:0 0 20px rgba(26,217,255,.1)}.edvex-landing .step-title{font-family:Syne,sans-serif;font-weight:700;font-size:.95rem;margin-bottom:8px}.edvex-landing .step-desc{font-size:.82rem;color:var(--gris);line-height:1.6}.edvex-landing .planes-note{display:inline-flex;align-items:center;gap:10px;background:rgba(26,217,255,.06);border:1px solid rgba(26,217,255,.15);border-radius:24px;padding:10px 22px;font-size:.85rem;color:var(--gris)}.edvex-landing .plan-popular-tag{position:absolute;top:-14px;right:24px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-size:.7rem;font-weight:800;padding:5px 14px;border-radius:20px;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 16px rgba(245,158,11,.4)}.edvex-landing .step-bubble{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,rgba(0,85,255,.25),rgba(26,217,255,.15));border:1px solid rgba(26,217,255,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 0 30px rgba(26,217,255,.12);gap:0}.edvex-landing .step-bubble-num{font-family:Syne,sans-serif;font-weight:800;font-size:.6rem;letter-spacing:1px;color:var(--cian);opacity:.7;line-height:1}.edvex-landing .step-bubble-icon{font-size:1.4rem;line-height:1}.edvex-landing .proceso-cta{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:64px}.edvex-landing .proceso-divider{display:flex;align-items:center;gap:12px;font-size:.75rem;color:#475569;width:100%;max-width:320px}.edvex-landing .proceso-divider:after,.edvex-landing .proceso-divider:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.08)}.edvex-landing .btn-cal{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:10px;background:transparent;border:1px solid rgba(91,108,255,.45);color:#7b8aff;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s}.edvex-landing .btn-cal:hover{background:rgba(91,108,255,.1);border-color:#7b8aff}.edvex-landing .proceso-cta-hint{font-size:.72rem;color:#475569;margin:0;text-align:center}.edvex-landing .cta-final{background:linear-gradient(135deg,rgba(0,55,200,.22),rgba(26,217,255,.08));border-top:1px solid rgba(26,217,255,.12);border-bottom:1px solid rgba(26,217,255,.12);text-align:center;padding:110px 5%;position:relative;overflow:hidden}.edvex-landing .cta-final:before{content:"";position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(0,85,255,.15) 0,transparent 70%);pointer-events:none}.edvex-landing .cta-final .sec-title{font-size:clamp(2rem,5vw,3.5rem)}.edvex-landing .cta-final-sub{color:var(--gris);font-size:1.1rem;max-width:500px;margin:16px auto 40px;line-height:1.7}.edvex-landing .cta-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.edvex-landing .cta-proof-item{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:7px 16px;font-size:.8rem;color:var(--gris)}.edvex-landing .cta-final-btns{display:flex;flex-direction:column;align-items:center;gap:16px}.edvex-landing .cta-final-footnote{font-size:.75rem;color:#334155;margin:24px 0 0}.edvex-landing .faq-section{background:var(--negro2)}.edvex-landing .faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.edvex-landing .faq-item{border-bottom:1px solid hsla(0,0%,100%,.06)}.edvex-landing .faq-item:first-child{border-top:1px solid hsla(0,0%,100%,.06)}.edvex-landing .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 4px;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--blanco);font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:color .2s;-webkit-tap-highlight-color:transparent}.edvex-landing .faq-item.open .faq-q,.edvex-landing .faq-q:hover{color:var(--cian)}.edvex-landing .faq-q-text{flex:1;line-height:1.45}.edvex-landing .faq-chevron{font-size:1.4rem;color:var(--gris);flex-shrink:0;transition:transform .3s ease,color .2s;display:inline-block;line-height:1;transform:rotate(0deg)}.edvex-landing .faq-item.open .faq-chevron{transform:rotate(90deg);color:var(--cian)}.edvex-landing .faq-a{overflow:hidden;max-height:0;transition:max-height .35s ease,opacity .25s ease;opacity:0}.edvex-landing .faq-item.open .faq-a{max-height:260px;opacity:1}.edvex-landing .faq-a-inner{padding:0 4px 20px;font-size:.92rem;color:var(--gris);line-height:1.75}.edvex-landing .urgency-bar{background:linear-gradient(135deg,rgba(0,68,238,.28),rgba(26,217,255,.14));border-top:1px solid rgba(26,217,255,.18);border-bottom:1px solid rgba(26,217,255,.18);padding:28px 5%;text-align:center}.edvex-landing .urgency-main{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(1.05rem,3vw,1.35rem);color:var(--blanco);margin:0 0 6px;letter-spacing:-.3px}.edvex-landing .urgency-sub{font-size:.85rem;color:#7ba4c4;margin:0}.edvex-landing .billing-trust{display:flex;align-items:center;justify-content:center;gap:8px;margin:24px auto 8px;font-size:.78rem;color:#5a7a9a;letter-spacing:.2px}.edvex-landing .billing-trust span:first-child{font-size:.95rem;flex-shrink:0}.edvex-landing .billing-hint{text-align:center;font-size:.72rem;color:#3d5a76;margin:0 auto}.edvex-landing .billing-trust--footer{margin:0 auto 20px;padding-top:0;border-top:none;font-size:.74rem}.edvex-landing footer{background:var(--negro);border-top:1px solid hsla(0,0%,100%,.05);padding:40px 5%;text-align:center}.edvex-landing .footer-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}.edvex-landing .footer-text{font-size:.8rem;color:#2a3d5a}.edvex-landing .wa-float{position:fixed;bottom:28px;right:28px;z-index:99;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 30px rgba(37,211,102,.4);transition:all .25s;text-decoration:none}.edvex-landing .wa-float:hover{transform:scale(1.1);box-shadow:0 4px 50px rgba(37,211,102,.6)}.edvex-landing .wa-float svg{width:28px;height:28px;fill:#fff}.edvex-landing *{-webkit-tap-highlight-color:transparent}.edvex-landing a,.edvex-landing button{touch-action:manipulation}.edvex-landing .wa-float{bottom:max(28px,calc(16px + env(safe-area-inset-bottom, 0px)))}.edvex-landing footer{padding-bottom:max(40px,calc(24px + env(safe-area-inset-bottom, 0px)))}@media (min-width:1024px){.edvex-landing .hero{padding:140px 7% 100px}.edvex-landing .hero-inner{flex-direction:row;align-items:center;gap:64px;text-align:left}.edvex-landing .hero-left{align-items:flex-start;max-width:560px;flex-shrink:0}.edvex-landing .hero-left .hero-title{font-size:clamp(3rem,4.5vw,5.5rem);letter-spacing:-2px}.edvex-landing .hero-right{display:block;flex:1;min-width:0}.edvex-landing .flags,.edvex-landing .hero-btns,.edvex-landing .hero-stats{justify-content:flex-start}.edvex-landing .hero-badge{align-self:flex-start}.edvex-landing .hero-right .mock-browser .mock-body{min-height:280px}.edvex-landing .hero-right .mock-sidebar{width:140px}.edvex-landing .hero-right .mock-months-grid{grid-template-columns:repeat(3,1fr);gap:6px}}@media (max-width:768px){.edvex-landing nav{padding:12px 4%}.edvex-landing .nav-right{gap:6px}.edvex-landing .hero{padding:100px 5% 60px}.edvex-landing .hero-title{letter-spacing:-1.5px}.edvex-landing .hero-stats{gap:24px 40px}.edvex-landing .hero-btns{flex-direction:column;align-items:stretch;width:100%;max-width:380px}.edvex-landing .btn-sec,.edvex-landing .btn-wa{width:100%;justify-content:center;text-align:center}.edvex-landing .cta-final,.edvex-landing section{padding:72px 5%}.edvex-landing .cert-grid,.edvex-landing .validez-grid{grid-template-columns:1fr}.edvex-landing .cert-verify{padding:28px 20px}.edvex-landing .cert-img-wrap{height:240px}.edvex-landing .proceso-steps:before{display:none}.edvex-landing .plan-card,.edvex-landing .validez-card{padding:28px 22px}.edvex-landing .trust-item{padding:16px 20px}.edvex-landing .mock-sidebar{width:130px}.edvex-landing .mock-months-grid{grid-template-columns:repeat(3,1fr)}.edvex-landing .trust-bar{display:grid;grid-template-columns:1fr 1fr;padding:0}.edvex-landing .trust-item+.trust-item:before{display:none}.edvex-landing .trust-item{border-bottom:1px solid hsla(0,0%,100%,.06)}}@media (max-width:480px){.edvex-landing .btn-ver-planes,.edvex-landing .nav-btn-register{display:none}.edvex-landing .lang-btn{padding:5px 10px;font-size:.68rem}.edvex-landing .btn-ingresar{padding:8px 14px;font-size:.78rem}.edvex-landing .hero{padding:88px 5% 50px;min-height:100svh}.edvex-landing .hero-title{font-size:clamp(2.4rem,11vw,3.2rem);letter-spacing:-1px;line-height:1.05;word-break:break-word;overflow-wrap:break-word}.edvex-landing .hero-sub{font-size:.95rem;margin-bottom:32px}.edvex-landing .hero-badge{white-space:normal;text-align:center;font-size:.7rem;padding:8px 14px;line-height:1.5}.edvex-landing .hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;margin-top:44px}.edvex-landing .stat-num{font-size:1.75rem}.edvex-landing .flags{flex-direction:column;gap:8px;margin-top:22px}.edvex-landing .flag-sep{display:none}.edvex-landing .flag-pill{justify-content:center}.edvex-landing .btn-sec,.edvex-landing .btn-wa{font-size:.95rem;padding:15px 24px}.edvex-landing .cta-final,.edvex-landing section{padding:52px 5%}.edvex-landing .sec-title{font-size:clamp(1.6rem,7vw,2.2rem);letter-spacing:-.5px}.edvex-landing .cta-final .sec-title{font-size:clamp(1.7rem,7.5vw,2.5rem)}.edvex-landing .cta-final-sub{font-size:.95rem;margin-bottom:28px}.edvex-landing .sec-sub{font-size:.9rem;margin-bottom:36px}.edvex-landing .plan-card,.edvex-landing .validez-card{padding:22px 16px}.edvex-landing .benefit-card{padding:20px 16px}.edvex-landing .quien-card{padding:18px 14px}.edvex-landing .plan-price .amount{font-size:2.4rem}.edvex-landing .plan-name{font-size:1.25rem}.edvex-landing .plan-total{font-size:.76rem}.edvex-landing .proceso-steps{grid-template-columns:1fr;max-width:340px}.edvex-landing .step{padding:18px 14px}.edvex-landing .wa-float{width:52px;height:52px;right:16px;bottom:max(20px,calc(12px + env(safe-area-inset-bottom, 0px)))}.edvex-landing .wa-float svg{width:24px;height:24px}.edvex-landing footer{padding:28px 5% 80px}.edvex-landing .mock-sidebar{display:none}.edvex-landing .mock-months-grid{grid-template-columns:repeat(3,1fr)}.edvex-landing .trust-bar{display:grid;grid-template-columns:1fr 1fr;padding:0}.edvex-landing .trust-item{padding:18px 12px;min-width:0}.edvex-landing .benefits-grid,.edvex-landing .planes-grid{grid-template-columns:1fr}.edvex-landing .plan-card.express{overflow:visible}.edvex-landing .cta-final-btns{width:100%}.edvex-landing .cta-final-btns .btn-wa{max-width:none;width:100%}.edvex-landing .cta-proof{gap:6px}.edvex-landing .cta-proof-item{font-size:.75rem;padding:6px 12px}.edvex-landing .btn-cal{width:100%;max-width:380px;justify-content:center}.edvex-landing .proceso-cta{margin-top:44px}.edvex-landing .faq-q{font-size:.92rem;padding:18px 2px}.edvex-landing .faq-a-inner{font-size:.87rem}.edvex-landing .faq-item.open .faq-a{max-height:320px}.edvex-landing .urgency-bar{padding:22px 5%}.edvex-landing .urgency-sub{font-size:.8rem}.edvex-landing .cert-img-wrap{height:200px}.edvex-landing .cert-folio{font-size:.9rem;padding:10px 14px;word-break:break-all}.edvex-landing .lb-img-wrap{width:95vw;height:min(75vh,520px)}.edvex-landing .lb-overlay{padding:12px}}@media (max-width:360px){.edvex-landing .hero-title{font-size:clamp(1.9rem,10vw,2.4rem)}.edvex-landing .nav-logo-text{font-size:1rem}.edvex-landing .stat-num{font-size:1.55rem}.edvex-landing .hero-badge{font-size:.65rem}.edvex-landing .lang-btn{padding:5px 8px;font-size:.64rem}.edvex-landing .btn-ingresar{padding:7px 10px;font-size:.74rem}.edvex-landing .trust-num{font-size:1.2rem}.edvex-landing .trust-label{font-size:.66rem}.edvex-landing section{padding:44px 4%}}@media (hover:none){.edvex-landing .benefit-card:hover{transform:none;border-color:rgba(26,217,255,.07);box-shadow:none}.edvex-landing .benefit-card:hover:before{opacity:0}.edvex-landing .btn-wa:hover{transform:none}.edvex-landing .btn-plan:hover{transform:none;box-shadow:none}.edvex-landing .quien-card:hover{transform:none;background:hsla(0,0%,100%,.025);border-color:hsla(0,0%,100%,.07)}.edvex-landing .wa-float:hover{transform:none;box-shadow:0 4px 30px rgba(37,211,102,.4)}.edvex-landing .mock-browser:hover{box-shadow:0 40px 120px rgba(0,85,255,.25)}.edvex-landing .btn-wa:active{opacity:.88}.edvex-landing .btn-plan:active{opacity:.85}.edvex-landing .benefit-card:active{border-color:rgba(26,217,255,.2)}.edvex-landing .btn-ingresar:active{background:rgba(26,217,255,.12)}}