/* Navigation */
.site-header{height:82px;position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;transition:.35s;background:rgba(247,247,242,.82);backdrop-filter:blur(18px);border-bottom:1px solid transparent}.site-header.scrolled{height:70px;border-color:var(--line);box-shadow:0 7px 30px rgba(5,28,54,.05)}.nav{display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px}.brand img{width:162px;height:52px;object-fit:contain;object-position:left center}.nav-links{display:flex;align-items:center;gap:5px}.nav-link,.drop-toggle{padding:12px 13px;border-radius:999px;border:0;background:transparent;color:#31465d;font-size:13px;font-weight:720}.nav-link:hover,.drop-toggle:hover,.nav-link.active{background:white;color:var(--navy)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:50px;left:0;min-width:250px;background:white;border:1px solid var(--line);border-radius:20px;padding:9px;box-shadow:var(--shadow2);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.22s}.dropdown.open .dropdown-menu{opacity:1;transform:none;pointer-events:auto}.dropdown-menu a{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border-radius:13px;font-size:13px;font-weight:730}.dropdown-menu a:hover{background:#eff8fa}.nav-cta{padding:13px 18px}.mobile-nav-cta{display:none}.menu-toggle{display:none;border:0;background:white;width:44px;height:44px;border-radius:50%;font-size:22px}

/* Pages/router */
.page{display:none;min-height:100vh}.page.active{display:block;animation:pageIn .45s ease both}@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.page-hero{padding:155px 0 95px;background:var(--navy);color:white;overflow:hidden;position:relative}.page-hero:after{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-170px;top:-160px;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 130px rgba(255,255,255,.018)}.page-hero h1{font-size:clamp(56px,8vw,102px);max-width:950px;position:relative;z-index:1}.page-hero p{color:#bdcad8;max-width:750px;font-size:20px;line-height:1.6;position:relative;z-index:1}.crumb{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--cyan);font-weight:800;margin-bottom:25px;position:relative;z-index:1}

/* Hero */
.hero{min-height:100vh;background:var(--navy);color:white;display:flex;align-items:center;position:relative;overflow:hidden;padding:125px 0 60px}.hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 75% 45%,rgba(0,185,217,.18),transparent 27%),radial-gradient(circle at 82% 22%,rgba(216,171,85,.09),transparent 18%),linear-gradient(128deg,transparent 45%,rgba(255,255,255,.025) 45.2%,transparent 45.5%)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;position:relative;z-index:2}.hero-copy h1{font-size:clamp(64px,8vw,118px);max-width:760px}.hero-copy p{color:#bdcad8;max-width:600px;font-size:20px;line-height:1.65}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:33px}.hero-note{display:flex;align-items:center;gap:14px;margin-top:42px;color:#a9bbcc;font-size:13px}.hero-note img{width:70px;height:70px;object-fit:contain;background:white;border-radius:50%;padding:5px}
.compass-stage{aspect-ratio:1;position:relative;display:grid;place-items:center}.orbit{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.orbit.o1{inset:4%}.orbit.o2{inset:16%;border-style:dashed;animation:spin 40s linear infinite}.orbit.o3{inset:29%;animation:spinBack 25s linear infinite}.orbit:before,.orbit:after{content:"";position:absolute;width:8px;height:8px;background:var(--cyan);border-radius:50%;top:50%;left:-4px;box-shadow:0 0 22px var(--cyan)}.orbit:after{left:auto;right:-4px;background:var(--gold);box-shadow:0 0 22px var(--gold)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinBack{to{transform:rotate(-360deg)}}
.compass-core{width:37%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 0 0 18px rgba(255,255,255,.025),0 0 80px rgba(0,185,217,.12);backdrop-filter:blur(10px);display:grid;place-items:center;position:relative}.needle{width:10px;height:72%;position:absolute;transform-origin:center;transition:transform .4s ease}.needle:before,.needle:after{content:"";position:absolute;left:50%;transform:translateX(-50%);border-left:9px solid transparent;border-right:9px solid transparent}.needle:before{top:0;border-bottom:75px solid var(--cyan)}.needle:after{bottom:0;border-top:75px solid var(--gold)}.core-dot{width:20px;height:20px;border-radius:50%;background:white;z-index:2;box-shadow:0 0 0 8px rgba(255,255,255,.09)}.coord{position:absolute;font-size:10px;letter-spacing:.18em;color:#8ca4ba}.coord.n{top:8%}.coord.s{bottom:8%}.coord.e{right:7%}.coord.w{left:7%}
.route-chip{position:absolute;background:rgba(8,34,64,.83);border:1px solid rgba(255,255,255,.18);padding:10px 14px;border-radius:999px;font-size:11px;font-weight:800;backdrop-filter:blur(14px);transition:.3s}.route-chip:hover{background:white;color:var(--navy);transform:scale(1.06)}.route-chip.capm{left:0;top:28%}.route-chip.pmp{right:2%;top:18%}.route-chip.scrum{right:0;bottom:24%}.route-chip.emp{left:6%;bottom:15%}
.scroll-cue{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#8ca2b6;display:flex;align-items:center;gap:12px}.scroll-cue:before{content:"";height:35px;width:1px;background:linear-gradient(var(--cyan),transparent);animation:pulse 1.5s infinite}@keyframes pulse{50%{opacity:.2}}

/* Route cards */
.route-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.route-card{min-height:390px;border-radius:var(--radius);padding:28px;position:relative;overflow:hidden;color:white;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate;transform-style:preserve-3d;transition:.35s}.route-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(3,20,40,.9));z-index:-1}.route-card:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;border:1px solid rgba(255,255,255,.25);right:-80px;top:-55px;z-index:-1;box-shadow:0 0 0 35px rgba(255,255,255,.025)}.route-card:hover{transform:translateY(-8px)}.route-card.capm{background:linear-gradient(145deg,#087ba0,#073758)}.route-card.pmp{background:linear-gradient(145deg,#8a6236,#0b2e52)}.route-card.scrum{background:linear-gradient(145deg,#5148a8,#082e52)}.route-card.empresas{background:linear-gradient(145deg,#166f65,#082d4d)}.route-number{font-family:var(--serif);font-size:80px;line-height:1;color:rgba(255,255,255,.14)}.route-card h3{font-size:28px;margin:0 0 12px}.route-card p{color:rgba(255,255,255,.75);font-size:14px;line-height:1.55}.route-arrow{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);font-size:20px}

/* Calendar */
.calendar-rail{display:grid;grid-template-columns:170px 1fr;gap:40px}.cal-year{font-family:var(--serif);font-size:100px;color:#e2e6e3;line-height:.85;position:sticky;top:110px;height:max-content}.cal-list{border-top:1px solid var(--line)}.cal-row{display:grid;grid-template-columns:120px 1fr 200px 48px;align-items:center;gap:25px;padding:28px 0;border-bottom:1px solid var(--line);transition:.25s}.cal-row:hover{padding-left:14px}.cal-date strong{display:block;font-size:28px;font-family:var(--serif)}.cal-date span{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--muted)}.cal-title h3{font-size:22px;margin:0 0 6px}.cal-title p{margin:0;color:var(--muted);font-size:13px}.cal-meta{font-size:12px;color:var(--muted)}.cal-open{width:45px;height:45px;border-radius:50%;border:1px solid var(--line);background:white;display:grid;place-items:center}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:35px}.filter{border:1px solid var(--line);background:transparent;border-radius:999px;padding:10px 15px;font-size:12px;font-weight:750}.filter.active{background:var(--navy);color:white}

/* Method */
.pathway{position:relative;padding:40px 0}.pathway-line{position:absolute;top:83px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,var(--cyan),var(--gold));opacity:.55}.pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.path-step{position:relative}.path-dot{width:86px;height:86px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center;font-family:var(--serif);font-size:28px;border:8px solid var(--paper);box-shadow:0 0 0 1px var(--line)}.path-step h3{font-size:23px;margin:26px 0 10px}.path-step p{color:var(--muted);line-height:1.7}

/* Metrics + testimonials */
.proof-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:25px}.metric-panel{border-radius:var(--radius);background:linear-gradient(145deg,#092c53,#061a32);color:white;padding:45px;display:flex;flex-direction:column;justify-content:space-between;min-height:450px;position:relative;overflow:hidden}.metric-panel:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.12);right:-170px;bottom:-170px;box-shadow:0 0 0 50px rgba(255,255,255,.025)}.metric{padding:22px 0;border-bottom:1px solid rgba(255,255,255,.12)}.metric:last-child{border:0}.metric strong{display:block;font-family:var(--serif);font-size:66px;font-weight:400;color:var(--cyan2)}.metric span{color:#b6c5d5}.testimonial-wrap{background:white;border-radius:var(--radius);padding:45px;box-shadow:var(--shadow2);overflow:hidden;position:relative;min-height:560px;display:flex;flex-direction:column}.testimonial-viewport{overflow:hidden;position:relative;flex:1;margin-top:18px}.testimonial-track{display:flex;transition:transform .8s cubic-bezier(.2,.8,.2,1);height:100%}.testimonial{flex:0 0 100%;min-width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:390px;padding-right:0}.testimonial-content{padding-right:10px}.testimonial .quote{font-family:var(--serif);font-size:clamp(29px,3.2vw,46px);line-height:1.2;letter-spacing:-.025em;margin:10px 0 28px;max-width:100%}.testimonial-rating{display:flex;align-items:center;gap:10px;margin-bottom:30px}.testimonial-stars{font-size:22px;letter-spacing:.08em;color:#f0ba44;line-height:1}.testimonial-rating small{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.testimonial-meta{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding-right:140px;min-height:52px}.testimonial-meta strong{display:block;font-size:16px}.testimonial-meta span{font-size:13px;color:var(--muted)}.testimonial-nav{position:absolute;right:45px;bottom:45px;display:flex;gap:10px;z-index:3}.circle-btn{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:white;font-size:18px;display:grid;place-items:center;transition:.25s}.circle-btn:hover{background:var(--navy);color:white;border-color:var(--navy)}.dots{display:flex;gap:8px;position:absolute;left:45px;bottom:64px;margin-top:0;z-index:3}.dot{width:22px;height:3px;border:0;background:#d6dee4;border-radius:4px;transition:.25s}.dot.active{background:var(--cyan)}


/* Why choose Compass PMO — mantiene el lenguaje visual de la ruta */
.why-compass-section{background:var(--paper)}
.why-section-head{margin-bottom:68px;align-items:end}
.why-section-head .eyebrow{margin-bottom:18px}
.why-section-head h2{font-size:clamp(56px,6.6vw,94px);line-height:.93;margin:0;max-width:720px}
.why-section-head p{max-width:520px;font-size:16px;line-height:1.75;color:var(--muted);padding-bottom:8px}
.why-pathway{position:relative;padding-top:10px}
.why-pathway-line{position:absolute;top:49px;left:5%;right:5%;height:1px;background:linear-gradient(90deg,#1474c9 0%,#12a9c7 34%,#6840c5 67%,#24944e 100%);opacity:.48}
.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;position:relative}
.why-card{min-width:0;position:relative;--accent:#12a9c7}
.why-card:nth-child(1){--accent:#1474c9}.why-card:nth-child(2){--accent:#12a9c7}.why-card:nth-child(3){--accent:#6840c5}.why-card:nth-child(4){--accent:#24944e}
.why-number{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-family:var(--serif);font-weight:700;font-size:25px;margin:0 0 28px;border:8px solid var(--paper);box-shadow:0 0 0 1px var(--accent);position:relative;z-index:2}
.why-card h3{font-size:22px;margin:0 0 14px;color:var(--navy)}
.why-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.78}
@media(max-width:1000px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:48px}.why-pathway-line{display:none}}
@media(max-width:680px){.why-section-head{margin-bottom:46px}.why-section-head h2{font-size:50px}.why-grid{grid-template-columns:1fr}.why-number{margin-bottom:20px}}

/* Continuous testimonial motion */
.testimonial-viewport{overflow:hidden!important}.testimonial-track{position:relative;height:100%;min-height:390px;transform:none!important}.testimonial{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(22px);transition:opacity 2.1s ease,transform 2.1s ease;overflow:hidden;padding-bottom:82px}.testimonial.active{opacity:1;visibility:visible;pointer-events:auto;transform:none}.testimonial .quote{font-size:clamp(28px,2.8vw,40px);line-height:1.18;margin:8px 0 20px}.testimonial-rating{margin-bottom:18px}

/* Program pages */
.program-hero{padding-bottom:80px}.program-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:end}.program-badge{background:white;border-radius:24px;padding:27px;color:var(--ink);box-shadow:var(--shadow);position:relative;z-index:2}.program-badge .date-big{font-family:var(--serif);font-size:58px;line-height:1}.program-badge .date-label{text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:var(--muted)}.program-badge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);margin-top:25px}.program-badge-grid div{background:white;padding:17px 0}.program-badge-grid strong{display:block}.program-layout{display:grid;grid-template-columns:300px 1fr;gap:80px}.sticky-summary{position:sticky;top:105px;height:max-content;border:1px solid var(--line);border-radius:20px;padding:24px;background:white}.sticky-summary h4{font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 17px}.sticky-summary a{display:block;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.sticky-summary a:last-child{border:0}.content-block{padding:45px 0;border-bottom:1px solid var(--line)}.content-block:first-child{padding-top:0}.content-block h2{font-family:var(--serif);font-size:45px;font-weight:400;letter-spacing:-.03em}.content-block p,.content-block li{color:var(--muted);line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.feature{padding:22px;border:1px solid var(--line);border-radius:18px;background:white}.feature strong{display:block;margin-bottom:8px}.offer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.offer{border-radius:23px;padding:30px;background:white;border:1px solid var(--line);position:relative}.offer.featured{border-color:var(--cyan);box-shadow:0 12px 40px rgba(0,185,217,.13)}.offer ul{padding-left:19px}.offer-tag{position:absolute;top:18px;right:18px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;background:#e5f9fc;padding:7px 10px;border-radius:999px;color:#05748a;font-weight:800}
.scrum-visual{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#0c3159,#171d4d);border-radius:24px;padding:30px;min-height:350px}.scrum-visual img{max-width:290px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25))}

/* Corporate/About */
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.photo-frame{position:relative;border-radius:30px;overflow:hidden;min-height:610px;background:#dbe6e8}.photo-frame img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.photo-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 50%,rgba(6,27,53,.5))}.floating-note{position:absolute;left:28px;bottom:28px;right:28px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);padding:22px;border-radius:18px;z-index:2}.floating-note strong{display:block;font-family:var(--serif);font-size:25px}.logo-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0}.value-box{border:1px solid var(--line);padding:20px;border-radius:17px;background:white}.value-box strong{display:block;margin-bottom:8px}


/* Final CTA */
.cta-final{position:relative;overflow:hidden}.cta-final:before{content:"";position:absolute;inset:-10% -5% -20% -5%;background:radial-gradient(circle at 80% 30%,rgba(0,185,217,.16),transparent 22%),radial-gradient(circle at 68% 62%,rgba(216,171,85,.08),transparent 20%),linear-gradient(130deg,transparent 40%,rgba(255,255,255,.03) 40.3%,transparent 40.7%)}
.cta-support{max-width:680px;line-height:1.6;margin-top:20px}
.cta-visual{display:grid;place-items:center}
.cta-route-map{position:relative;width:min(100%,540px);aspect-ratio:1/1;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 35px 70px rgba(0,0,0,.25);backdrop-filter:blur(10px);overflow:hidden}
.cta-route-map svg{display:block;width:100%;height:100%}
.cta-station rect{fill:rgba(8,34,64,.78);stroke:rgba(255,255,255,.18)}
.cta-station text{fill:#ffffff;font-size:14px;font-weight:800;letter-spacing:.03em;font-family:var(--sans)}
.cta-center-mark .core-shell{fill:rgba(255,255,255,.055);stroke:rgba(255,255,255,.16)}
.cta-center-mark .inner-shell{fill:rgba(255,255,255,.03);stroke:rgba(255,255,255,.13)}
.cta-center-mark .center-hub{fill:#ffffff;stroke:none}
.cta-center-mark .hub-glow{fill:rgba(255,255,255,.08);stroke:none}
.cta-center-mark .center-needle-a{fill:var(--cyan)}
.cta-center-mark .center-needle-b{fill:var(--gold)}
.cta-center-mark .cta-needle-group{transform-origin:center}.cta-star-pulse{transform-box:fill-box;transform-origin:center;animation:ctaStarPulse 5.6s ease-in-out infinite}@keyframes ctaStarPulse{0%,100%{transform:scale(1);opacity:.92}50%{transform:scale(1.05);opacity:1}}.cta-compass-overlay{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;z-index:2}.cta-compass-overlay .compass-core{width:37%;min-width:180px;max-width:200px;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.25);box-shadow:inset 0 0 0 18px rgba(255,255,255,.025),0 0 80px rgba(0,185,217,.12);backdrop-filter:blur(10px);display:grid;place-items:center;position:relative}.cta-compass-overlay .needle{width:10px;height:72%;position:absolute;transform-origin:center center;animation:ctaNeedleSweep 18s ease-in-out infinite}.cta-compass-overlay .needle:before,.cta-compass-overlay .needle:after{content:"";position:absolute;left:50%;transform:translateX(-50%);border-left:9px solid transparent;border-right:9px solid transparent}.cta-compass-overlay .needle:before{top:0;border-bottom:75px solid var(--cyan)}.cta-compass-overlay .needle:after{bottom:0;border-top:75px solid var(--gold)}.cta-compass-overlay .core-dot{width:20px;height:20px;border-radius:50%;background:white;z-index:2;box-shadow:0 0 0 8px rgba(255,255,255,.09)}@keyframes ctaNeedleSweep{0%{transform:rotate(-7deg)}25%{transform:rotate(3deg)}50%{transform:rotate(-2deg)}75%{transform:rotate(6deg)}100%{transform:rotate(-7deg)}}
.cta-star-label text{fill:#b9c8d8;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-family:var(--sans)}
.cta-caption{position:absolute;z-index:3;left:26px;right:26px;bottom:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;line-height:1.55;color:#b9c8d8}
@media(max-width:1000px){.cta-route-map{max-width:520px;margin-inline:auto}}
@media(max-width:680px){.cta-route-map{border-radius:28px}.cta-caption{position:static;padding:14px 18px 18px;border-top:1px solid rgba(255,255,255,.1)}.cta-station text{font-size:13px}}

/* FAQ, formulario y contacto */
.accordion{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;border:0;background:transparent;text-align:left;padding:25px 0;display:flex;justify-content:space-between;gap:25px;font-size:18px;font-weight:750;color:var(--ink)}.faq-q span:last-child{font-size:22px;transition:.25s}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;color:var(--muted);line-height:1.7;transition:max-height .35s ease}.faq-item.open .faq-a{max-height:900px;padding-bottom:25px}
.contact-page-hero p{max-width:860px}
.contact-form-section{padding-top:54px}
.forms-page-wrap{display:grid;gap:26px;width:min(1420px,calc(100% - 40px))}
.forms-intro{display:block;max-width:820px}
.forms-intro h2{font-size:clamp(38px,4.8vw,58px);margin:16px 0 0}
.forms-intro p{margin:0;color:var(--muted);line-height:1.82;max-width:560px}
.contact-choice-note{padding:18px 22px;border:1px solid rgba(0,185,217,.22);border-radius:18px;background:linear-gradient(135deg,#f5fbfc,#fff);color:#31506d;font-size:14px;line-height:1.65}
.forms-contact-layout{display:grid;grid-template-columns:minmax(720px,1.85fr) minmax(360px,.65fr);gap:30px;align-items:start}
.forms-embed-card,.direct-contact-card{border:1px solid rgba(15,45,75,.13);border-radius:30px;background:#fff;box-shadow:0 24px 70px rgba(5,28,54,.11)}
.forms-embed-card{overflow:hidden}
.forms-embed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f4fbfc 0%,#f8faf7 58%,#eef5f7 100%)}
.forms-embed-toolbar strong{font-family:var(--serif);font-size:22px;color:var(--navy);font-weight:600}
.forms-embed-tags{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.forms-embed-tag{padding:7px 11px;border:1px solid rgba(0,185,217,.25);border-radius:999px;background:rgba(255,255,255,.82);color:#31506d;font-size:11px;font-weight:760;letter-spacing:.02em}
.forms-embed{width:100%;background:#fff}
.forms-embed{min-height:1800px;background:#fff}.forms-embed iframe{display:block;width:100%;height:1800px;min-height:1800px;border:0;background:#fff}
.direct-contact-card{position:sticky;top:112px;padding:38px 38px 40px;overflow:hidden}
.direct-contact-card:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--cyan),#1474c9,var(--gold))}
.direct-contact-card .eyebrow{margin-top:5px}
.direct-contact-card h3{font-family:var(--serif);font-size:clamp(36px,4vw,49px);font-weight:500;line-height:1.05;color:var(--navy);margin:18px 0 16px;letter-spacing:-.035em}
.direct-contact-card>p{margin:0 0 22px;color:var(--muted);line-height:1.75}
.direct-contact-list{border-top:1px solid var(--line);margin-top:8px}
.direct-contact-item{display:flex;gap:15px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--line)}
.direct-contact-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;background:#eff8f9;color:#08768c}
.direct-contact-icon svg{width:20px;height:20px}
.direct-contact-copy strong{display:block;color:var(--navy);font-size:15px;margin-bottom:5px}
.direct-contact-copy span,.direct-contact-copy a{color:var(--muted);font-size:14px;line-height:1.55}
.direct-contact-copy a:hover{color:var(--cyan-dark)}
.direct-contact-actions{display:grid;gap:12px;margin-top:28px}
.direct-contact-actions .btn{width:100%;justify-content:center;text-align:center}
.forms-whatsapp{white-space:nowrap;background:#137b55!important;border-color:#137b55!important;color:#fff!important}
.forms-whatsapp:hover{background:#0e6847!important;border-color:#0e6847!important}

/* Botón flotante de WhatsApp */
.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:1200;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 18px 42px rgba(11,90,58,.3);transition:transform .2s ease,box-shadow .2s ease,bottom .3s ease}
.whatsapp-float:hover,.whatsapp-float:focus-visible{transform:translateY(-3px) scale(1.03);box-shadow:0 22px 50px rgba(11,90,58,.38)}
.whatsapp-float svg{width:28px;height:28px}
.whatsapp-float-label{position:absolute;right:68px;top:50%;transform:translateY(-50%) translateX(8px);padding:9px 12px;border-radius:10px;background:#071b31;color:#fff;font-size:12px;font-weight:750;white-space:nowrap;opacity:0;pointer-events:none;transition:.2s}
.whatsapp-float:hover .whatsapp-float-label,.whatsapp-float:focus-visible .whatsapp-float-label{opacity:1;transform:translateY(-50%) translateX(0)}
body.cookie-notice-open .whatsapp-float{bottom:150px}

/* Aviso informativo de cookies */
.cookie-notice{position:fixed;left:50%;bottom:20px;z-index:1300;width:min(920px,calc(100% - 40px));transform:translate(-50%,24px);opacity:0;pointer-events:none;transition:opacity .28s ease,transform .28s ease}
.cookie-notice.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.cookie-notice-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:20px 22px 20px 24px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(4,22,44,.96);box-shadow:0 22px 70px rgba(4,22,44,.32);backdrop-filter:blur(18px);color:#fff}
.cookie-notice strong{display:block;font-family:var(--serif);font-size:20px;font-weight:600;margin-bottom:4px}
.cookie-notice p{margin:0;color:#b9c8d8;font-size:13px;line-height:1.58}
.cookie-notice p a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;gap:10px;align-items:center}
.cookie-actions .btn{white-space:nowrap;padding:12px 18px}
.cookie-policy-link{color:#dce8f2;font-size:12px;font-weight:700;padding:8px}
.cookie-policy-link:hover{color:#fff}

@media(max-width:1120px){.contact-form-section{padding-top:42px}.forms-page-wrap{width:min(100% - 32px,1180px)}.forms-intro{max-width:760px}.forms-contact-layout{grid-template-columns:1fr}.direct-contact-card{position:static;order:-1}.forms-embed-toolbar{align-items:flex-start;flex-direction:column}.forms-embed-tags{justify-content:flex-start}.forms-embed{min-height:1800px}.forms-embed iframe{height:1800px;min-height:1800px}}
@media(max-width:680px){.forms-embed-card,.direct-contact-card{border-radius:20px}.forms-embed-toolbar{padding:16px 18px}.forms-embed-toolbar strong{font-size:19px}.forms-embed{min-height:1900px}.forms-embed iframe{height:1900px;min-height:1900px}.direct-contact-card{padding:32px 24px}.cookie-notice{bottom:12px;width:calc(100% - 24px)}.cookie-notice-inner{grid-template-columns:1fr;gap:14px;padding:18px;border-radius:16px}.cookie-actions{justify-content:flex-start;flex-wrap:wrap}.whatsapp-float{right:16px;bottom:16px;width:54px;height:54px}.whatsapp-float-label{display:none}body.cookie-notice-open .whatsapp-float{bottom:210px}}

/* Footer */
.footer{background:#04162c;color:white;padding:58px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px;align-items:start}.footer-logo{width:220px;max-width:100%;display:block;filter:none;margin-bottom:16px}.footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#7f9ab3}.footer a{display:block;color:#bdcbd8;font-size:13px;padding:6px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;color:#7890a6;font-size:11px;line-height:1.55}.socials{display:flex;gap:8px}.social{width:36px;height:36px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:white!important}

/* Reveal */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}


/* Feedback revision: navigation, brand scale and in-page orientation */
.site-header{height:90px}.site-header.scrolled{height:78px}
.brand{width:218px;min-width:218px;height:72px;display:flex;align-items:center;overflow:visible}
.brand img{width:205px;height:auto;max-height:68px;object-fit:contain;object-position:left center}
.dropdown{align-self:stretch;display:flex;align-items:center}
.dropdown-menu{top:100%;margin-top:-2px}
.dropdown.open .dropdown-menu{opacity:1;transform:none;pointer-events:auto}
.dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:10px}
.drop-toggle.active{background:white;color:var(--navy)}
.route-chip{white-space:nowrap;line-height:1.2;z-index:4;padding:11px 16px}
.route-chip.capm{left:-1%;top:24%}.route-chip.pmp{right:-1%;top:15%}.route-chip.scrum{right:-2%;bottom:22%}.route-chip.emp{left:0;bottom:13%}
.content-block{scroll-margin-top:120px}
.sticky-summary a{position:relative;transition:color .22s,padding-left .22s,background .22s;border-radius:10px;padding-left:10px;padding-right:8px}
.sticky-summary a:before{content:"";position:absolute;left:0;top:50%;width:0;height:2px;background:var(--cyan);transform:translateY(-50%);transition:width .22s}
.sticky-summary a:hover,.sticky-summary a.active{color:var(--navy);font-weight:800;padding-left:22px;background:#f1f8f9}
.sticky-summary a:hover:before,.sticky-summary a.active:before{width:13px}

@media(max-width:1000px){
 .site-header{height:82px}.site-header.scrolled{height:74px}.brand{width:184px;min-width:184px;height:62px}.brand img{width:174px;max-height:58px}.nav-links{display:none}.menu-toggle{display:block}.nav-links.open{display:flex;position:absolute;top:76px;left:20px;right:20px;max-height:calc(100dvh - 92px);overflow-y:auto;overscroll-behavior:contain;background:white;border-radius:20px;box-shadow:var(--shadow);padding:15px;flex-direction:column;align-items:stretch}.dropdown-menu{position:static;opacity:1;transform:none;pointer-events:auto;box-shadow:none;border:0;display:none}.dropdown.open .dropdown-menu{display:block}.nav-cta{display:none}.mobile-nav-cta{display:flex;width:100%;min-height:48px;margin-top:10px}body.cookie-notice-open .nav-links.open{max-height:calc(100dvh - 92px - var(--cookie-banner-height,138px))}
 .hero-grid,.program-hero-grid,.split,.proof-grid,.contact-grid{grid-template-columns:1fr}.compass-stage{max-width:660px;margin:auto;width:100%}.route-grid{grid-template-columns:repeat(2,1fr)}.calendar-rail{grid-template-columns:1fr}.cal-year{position:static;font-size:75px}.program-layout{grid-template-columns:1fr}.sticky-summary{position:static;display:none}.footer-grid{grid-template-columns:1fr 1fr}.photo-frame{min-height:520px}
}
@media(max-width:1000px) and (max-height:500px){.nav-links.open{gap:0;padding:8px 12px}.nav-links .nav-link,.nav-links .drop-toggle{padding:6px 12px}.mobile-nav-cta{align-self:flex-start;width:calc(100% - 40px);min-height:44px;margin-top:6px}}
@media(max-width:680px){
 .container,.container.narrow{width:min(100% - 28px,1180px)}.brand{width:166px;min-width:166px}.brand img{width:158px;max-height:53px}.section{padding:75px 0}.hero{padding-top:120px}.hero-grid{gap:20px}.hero-copy h1{font-size:58px}.hero-copy p{font-size:17px}.compass-stage{margin-top:20px}.route-chip{font-size:9px;padding:8px 10px;white-space:normal;max-width:128px;text-align:center}.route-grid,.pathway-grid,.feature-grid,.offer-grid,.form-grid{grid-template-columns:1fr}.route-card{min-height:310px}.pathway-line{display:none}.section-head{display:block}.section-head p{margin-top:20px}.cal-row{grid-template-columns:74px 1fr 42px;gap:15px}.cal-meta{display:none}.cal-date strong{font-size:23px}.program-badge-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.page-hero{padding-top:130px}.page-hero h1{font-size:55px}.testimonial-wrap,.metric-panel,.form-card,.contact-card{padding:28px}.testimonial .quote{font-size:29px}.photo-frame{min-height:470px}.section-head h2{font-size:43px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* --- v6 refinements --- */
.hero-copy .eyebrow{margin-bottom:22px;transform:translateY(-10px)}
.hero-copy h1{margin-top:0;line-height:.92}
.hero-copy p{margin-top:28px;max-width:640px}
.hero-note{display:grid;grid-template-columns:1fr;gap:14px;align-items:stretch;max-width:760px;color:#d0dced}
.hero-note .accred-item{display:flex;align-items:center;gap:18px;padding:16px 18px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);backdrop-filter:blur(10px);border-radius:22px;box-shadow:0 16px 42px rgba(2,10,24,.18)}
.hero-note .accred-item img{width:104px;height:auto;object-fit:contain;background:#fff;border-radius:18px;padding:8px;flex:0 0 auto}
.hero-note .accred-item.pmi img{width:128px;padding:6px 8px}
.hero-note .accred-item.vm img{width:156px;padding:0;background:transparent;border-radius:0}
.hero-note .accred-item span{font-size:13px;line-height:1.5;color:#d0dced}
@media(min-width:920px){.hero-note{grid-template-columns:1fr 1fr}}
/* Compass rose refinement */
.compass-stage{aspect-ratio:1;position:relative;display:grid;place-items:center}
.rose-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.16)}
.rose-ring.r1{inset:4%}
.rose-ring.r2{inset:17%;opacity:.75}
.rose-ring.r3{inset:30%;opacity:.55}
.rose-spokes{position:absolute;inset:8%;pointer-events:none}
.rose-spokes:before,.rose-spokes:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(131,231,238,.16) 10%,rgba(255,255,255,.30) 50%,rgba(216,171,85,.18) 90%,transparent 100%);transform:translateX(-50%)}
.rose-spokes:after{top:50%;bottom:auto;left:0;right:0;width:auto;height:1px;transform:none;background:linear-gradient(90deg,transparent 0%,rgba(131,231,238,.16) 10%,rgba(255,255,255,.30) 50%,rgba(216,171,85,.18) 90%,transparent 100%)}
.rose-spokes.diag{transform:rotate(45deg)}
.orbit,.orbit:before,.orbit:after{display:none !important}
.coord{position:absolute;font-size:10px;letter-spacing:.22em;color:#8ca4ba;text-transform:uppercase}
.coord.n{top:7%}.coord.s{bottom:7%}.coord.e{right:4%}.coord.w{left:4%}
.route-chip{font-size:10.5px;padding:10px 13px}
.route-chip.capm{left:-1%;top:29%}
.route-chip.pmp{right:1%;top:18%}
.route-chip.scrum{right:-1%;bottom:25%}
.route-chip.emp{left:5%;bottom:15%}
@media(max-width:920px){.coord.e{right:2%}.coord.w{left:2%}.hero-note .accred-item.vm img{width:128px}.hero-note .accred-item.pmi img{width:108px}}


/* --- v7 compact trust strip --- */
.hero{padding:112px 0 118px}
.hero-grid{align-items:center}
.hero-copy .eyebrow{margin-bottom:18px;transform:translateY(-14px)}
.hero-copy p{margin-top:24px}
.hero-note{display:none!important}
.trust-strip{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);width:min(1180px,calc(100% - 40px));min-height:68px;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:10px 0 0;border-top:1px solid rgba(255,255,255,.16)}
.trust-label{font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:#8fa7bc;white-space:nowrap}
.trust-logos{display:flex;align-items:center;justify-content:flex-end;gap:22px;min-width:0}
.trust-logo{display:flex;align-items:center;justify-content:center;opacity:.96;transition:opacity .25s ease,transform .25s ease}
.trust-logo:hover{opacity:1;transform:translateY(-2px)}
.trust-logo img{display:block;width:auto;height:auto;object-fit:contain;background:transparent!important;border-radius:0!important;padding:0!important}
.trust-logo.pmi img{height:54px;max-width:154px}
.trust-logo.vmedu img{height:52px;max-width:164px}
.trust-divider{width:1px;height:36px;background:rgba(255,255,255,.20)}
.scroll-cue{bottom:91px;left:auto;right:calc((100% - min(1180px,calc(100% - 40px)))/2);transform:none}
@media(max-width:920px){
 .hero{padding:105px 0 34px;min-height:auto}
 .trust-strip{position:relative;left:auto;bottom:auto;transform:none;width:min(100%,calc(100% - 40px));margin:34px auto 0;padding:14px 0 0;flex-direction:column;align-items:flex-start;gap:12px}
 .trust-logos{width:100%;justify-content:flex-start;gap:16px}
 .trust-logo.pmi img{height:48px;max-width:136px}
 .trust-logo.vmedu img{height:46px;max-width:145px}
 .trust-divider{height:31px}
 .scroll-cue{display:none}
}
@media(max-width:520px){
 .trust-label{white-space:normal;line-height:1.4}
 .trust-logos{gap:12px}
 .trust-logo.pmi img{height:42px;max-width:119px}
 .trust-logo.vmedu img{height:40px;max-width:128px}
 .trust-divider{height:28px}
}


/* --- v7 fix trust logos visibility --- */
.trust-strip{z-index:8;background:linear-gradient(180deg, rgba(6,15,31,0) 0%, rgba(6,15,31,.18) 20%, rgba(6,15,31,.34) 100%);padding-top:14px}
.trust-logos{flex-wrap:nowrap}
.trust-logo{flex:0 0 auto}
.trust-logo img{opacity:1;visibility:visible}
.trust-logo.pmi img{height:58px;max-width:178px}
.trust-logo.vmedu img{height:56px;max-width:182px}
@media(max-width:920px){.trust-strip{z-index:8;background:none;padding-top:14px}.trust-logo.pmi img{height:52px;max-width:152px}.trust-logo.vmedu img{height:50px;max-width:158px}}
@media(max-width:520px){.trust-logo.pmi img{height:46px;max-width:132px}.trust-logo.vmedu img{height:44px;max-width:138px}}


/* --- v7 fixed2: robust institutional strip --- */
.trust-strip-fixed{
  position:absolute;left:50%;bottom:18px;transform:translateX(-50%);
  width:min(1180px,calc(100% - 40px));height:78px;z-index:12;
  display:flex;align-items:center;justify-content:center;gap:28px;
  padding:9px 18px 7px;border-top:1px solid rgba(255,255,255,.18);
  background:linear-gradient(180deg,rgba(5,25,49,.02),rgba(5,25,49,.28));
  opacity:1!important;visibility:visible!important;
}
.trust-strip-fixed .trust-label{font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:#a8bacb;white-space:nowrap}
.trust-logos-fixed{display:flex;align-items:center;justify-content:center;gap:20px;min-width:330px;height:66px}
.trust-logo-frame{position:relative;display:grid;place-items:center;flex:0 0 auto;overflow:hidden}
.trust-logo-frame.pmi-frame{width:76px;height:66px}
.trust-logo-frame.vmedu-frame{width:142px;height:66px}
.trust-logo-frame img{display:block!important;position:relative;z-index:2;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;background:transparent!important;border-radius:0!important;padding:0!important}
.trust-logo-fallback{position:absolute;inset:0;z-index:1;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;border:1px solid rgba(255,255,255,.22);border-radius:10px}
.trust-strip-fixed .trust-divider{width:1px;height:40px;background:rgba(255,255,255,.22);flex:0 0 auto}
.scroll-cue{bottom:91px}
@media(max-width:920px){
 .hero{padding-bottom:40px}
 .trust-strip-fixed{position:relative;left:auto;bottom:auto;transform:none;width:min(100%,calc(100% - 40px));height:auto;min-height:76px;margin:30px auto 0;justify-content:flex-start;gap:18px;padding:12px 0 4px;background:none}
 .trust-logos-fixed{min-width:0;height:60px;gap:14px}
 .trust-logo-frame.pmi-frame{width:68px;height:58px}
 .trust-logo-frame.vmedu-frame{width:126px;height:58px}
 .trust-strip-fixed .trust-divider{height:34px}
}
@media(max-width:620px){
.why-grid{grid-template-columns:1fr}.why-heading{text-align:left;margin-bottom:36px}.why-heading h2{font-size:42px}.why-heading p{font-size:15px}
 .trust-strip-fixed{align-items:flex-start;flex-direction:column;gap:8px}
 .trust-logos-fixed{width:100%;justify-content:flex-start}
}

.trust-logo-frame.logo-loaded .trust-logo-fallback{opacity:0}

/* --- v7 fix3: balanced trust logos --- */
.trust-strip-fixed{gap:40px}
.trust-logos-fixed{gap:28px;min-width:360px;height:60px}
.trust-logo-frame{overflow:visible}
.trust-logo-frame.pmi-frame{width:90px;height:58px}
.trust-logo-frame.vmedu-frame{width:118px;height:46px}
.trust-logo-frame img{filter:none}
.trust-strip-fixed .trust-divider{height:34px;margin:0 4px}
@media(max-width:920px){
 .trust-strip-fixed{gap:16px}
 .trust-logos-fixed{gap:18px;height:54px}
 .trust-logo-frame.pmi-frame{width:82px;height:52px}
 .trust-logo-frame.vmedu-frame{width:108px;height:42px}
}
@media(max-width:520px){
 .trust-logos-fixed{gap:14px;height:50px}
 .trust-logo-frame.pmi-frame{width:74px;height:48px}
 .trust-logo-frame.vmedu-frame{width:96px;height:38px}
 .trust-strip-fixed .trust-divider{height:28px}
}


/* --- v7 fix4: transparent PMI badge + alignment refinement --- */
.trust-strip-fixed{height:84px;padding:10px 18px 8px;gap:46px}
.trust-logos-fixed{gap:34px;min-width:390px;height:72px;align-items:center}
.trust-logo-frame{overflow:visible}
.trust-logo-frame.pmi-frame{width:72px;height:72px;transform:translateY(-4px)}
.trust-logo-frame.vmedu-frame{width:118px;height:42px;transform:translateY(-1px)}
.trust-strip-fixed .trust-divider{height:38px;margin:0 6px}
.trust-logo-frame img{display:block!important;object-fit:contain!important;background:transparent!important}
@media(max-width:920px){
 .trust-strip-fixed{height:auto;min-height:78px;gap:18px;padding:12px 0 4px}
 .trust-logos-fixed{gap:22px;height:64px}
 .trust-logo-frame.pmi-frame{width:66px;height:66px;transform:translateY(-3px)}
 .trust-logo-frame.vmedu-frame{width:110px;height:40px;transform:translateY(0)}
 .trust-strip-fixed .trust-divider{height:34px;margin:0 4px}
}
@media(max-width:520px){
 .trust-logos-fixed{gap:16px;height:58px}
 .trust-logo-frame.pmi-frame{width:58px;height:58px;transform:translateY(-2px)}
 .trust-logo-frame.vmedu-frame{width:96px;height:36px}
 .trust-strip-fixed .trust-divider{height:28px}
}


/* --- v7 fix5: PMI badge grows downward for optical centering --- */
.trust-logos-fixed{align-items:center;height:76px}
.trust-logo-frame.pmi-frame{width:80px;height:80px;transform:translateY(-1px)}
.trust-logo-frame.vmedu-frame{width:118px;height:42px;transform:translateY(0)}
@media(max-width:920px){
 .trust-logos-fixed{height:68px}
 .trust-logo-frame.pmi-frame{width:72px;height:72px;transform:translateY(-1px)}
 .trust-logo-frame.vmedu-frame{width:110px;height:40px}
}
@media(max-width:520px){
 .trust-logos-fixed{height:60px}
 .trust-logo-frame.pmi-frame{width:64px;height:64px;transform:translateY(0)}
 .trust-logo-frame.vmedu-frame{width:96px;height:36px}
}


/* --- v7 fix6: PMI badge slightly lower and larger --- */
.trust-strip-fixed{padding-top:12px}
.trust-logos-fixed{align-items:center;height:82px}
.trust-logo-frame.pmi-frame{width:88px;height:88px;transform:translateY(6px)}
.trust-logo-frame.vmedu-frame{width:118px;height:42px;transform:translateY(0)}
@media(max-width:920px){
 .trust-logos-fixed{height:74px}
 .trust-logo-frame.pmi-frame{width:78px;height:78px;transform:translateY(5px)}
 .trust-logo-frame.vmedu-frame{width:110px;height:40px}
}
@media(max-width:520px){
 .trust-logos-fixed{height:64px}
 .trust-logo-frame.pmi-frame{width:68px;height:68px;transform:translateY(4px)}
 .trust-logo-frame.vmedu-frame{width:96px;height:36px}
}


/* --- v7 fix7: institutional text expanded --- */
.trust-strip-fixed .trust-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:none;
  color:#c8d6e4;
  white-space:normal;
  line-height:1.35;
  max-width:520px;
}
@media(max-width:920px){
 .trust-strip-fixed .trust-label{max-width:100%;font-size:11px;line-height:1.4}
}
@media(max-width:520px){
 .trust-strip-fixed .trust-label{font-size:10px;line-height:1.35}
}


/* --- v7 fix10: partículas guiadas con mayor armonía --- */
.compass-stage{overflow:visible}
.compass-particle-layer{position:absolute;inset:6%;pointer-events:none;z-index:1}
.radial-particle{
  position:absolute;
  left:50%;
  top:50%;
  width:var(--size,10px);
  height:var(--size,10px);
  margin-left:calc(var(--size,10px) / -2);
  margin-top:calc(var(--size,10px) / -2);
  border-radius:50%;
  background:var(--particle,#83e7ee);
  box-shadow:0 0 14px color-mix(in srgb, var(--particle,#83e7ee) 82%, white 18%), 0 0 34px color-mix(in srgb, var(--particle,#83e7ee) 40%, transparent 60%);
  opacity:0;
  filter:blur(.12px);
  animation:radialHarmonySoft var(--dur,10.2s) cubic-bezier(.16,.62,.16,1) forwards;
  will-change:transform,opacity;
}
.radial-particle::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:var(--trail,22px);
  height:2px;
  transform:translate(-50%,-50%) rotate(var(--rot,0deg));
  transform-origin:center;
  background:linear-gradient(90deg, color-mix(in srgb, var(--particle,#83e7ee) 0%, transparent 100%) 0%, color-mix(in srgb, var(--particle,#83e7ee) 42%, transparent 58%) 50%, color-mix(in srgb, var(--particle,#83e7ee) 0%, transparent 100%) 100%);
  opacity:.38;
  border-radius:999px;
}
@keyframes radialHarmonySoft{
  0%{transform:translate3d(0,0,0) scale(.34);opacity:0}
  8%{opacity:.84}
  52%{opacity:.80}
  64%{opacity:.62}
  72%{opacity:.28}
  78%{opacity:.08}
  82%{opacity:0}
  100%{transform:translate3d(var(--dx,0px),var(--dy,0px),0) scale(1);opacity:0}
}
@media (prefers-reduced-motion:reduce){
  .compass-particle-layer,.radial-particle{display:none !important}
}



/* Ajuste solicitado: logos a la izquierda y texto a la derecha, sin modificar proporciones */
.trust-strip-fixed{
  justify-content:flex-start;
  padding-left:0;
  padding-right:0;
}
.trust-strip-fixed .trust-logos-fixed{order:1;}
.trust-strip-fixed .trust-label{order:2;}



/* Ajuste puntual: dar más aire al texto institucional sin alterar el resto del bloque */
.trust-strip-fixed{
  align-items:flex-end;
  flex-wrap:wrap;
}
.trust-strip-fixed .trust-label{
  position:static;
  margin:0 0 4px 0;
  width:auto;
  flex:1 1 360px;
  max-width:560px;
  white-space:normal;
  text-align:left;
  z-index:2;
  align-self:center;
}

@media(max-width:920px){
  .trust-strip-fixed .trust-label{
    margin:0;
    width:100%;
    flex-basis:100%;
    max-width:100%;
    white-space:normal;
    align-self:flex-start;
  }
}



.about-alliance-logo-fallback{display:flex;align-items:center;justify-content:center;min-height:96px;width:100%;padding:18px;border-radius:18px;border:1px solid rgba(18,40,68,.1);background:linear-gradient(180deg,#fff 0%,#f5f8fb 100%);text-align:center;font-weight:800;color:var(--navy);line-height:1.25}
.about-alliance-logo-fallback small{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6d8297;margin-top:6px}

/* Ajuste de separación visual en la sección de rutas */
#rutas .section-head .eyebrow{margin-bottom:20px}



/* Ajuste solicitado: separar el rótulo “Próximos cursos” sin mover el título */
#proximas-cohortes .section-head .eyebrow{transform:translateY(-12px)}

/* --- Calendar and Scrum update: aligned cards, unified rows and on-demand route --- */
.route-card > div:last-child{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  width:100%;
  margin-top:18px;
}
.route-card .route-arrow{
  margin-top:auto;
}
.route-card p{
  margin-bottom:24px;
}

.section-dark .section-head p{color:#b9c8d8}
.calendar-rail{
  grid-template-columns:200px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.cal-year{
  position:sticky;
  top:110px;
  width:100%;
  height:max-content;
  padding-right:8px;
  text-align:right;
  font-size:82px;
  line-height:.9;
  letter-spacing:-.055em;
  color:#e2e6e3;
}
.cal-list{border-top:1px solid rgba(255,255,255,.16)}
.cal-row{
  grid-template-columns:118px minmax(340px,1fr) 150px minmax(130px,auto);
  gap:20px;
  min-height:122px;
  padding:25px 16px 25px 8px;
  border-bottom:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  color:white;
  cursor:pointer;
  transition:transform .25s ease,background-color .25s ease,border-color .25s ease;
}
.cal-row:hover,
.cal-row:focus-visible{
  padding-left:8px;
  transform:translateX(8px);
  background:rgba(255,255,255,.055);
  border-color:rgba(131,231,238,.42);
  outline:none;
}
.cal-date strong{
  display:block;
  font-family:var(--serif);
  font-size:38px;
  line-height:.95;
  font-weight:400;
  color:white;
}
.cal-date span{
  display:block;
  margin-top:8px;
  font-size:12px;
  line-height:1.25;
  letter-spacing:.14em;
  color:#9fb3c7;
}
.cal-date-pending strong{font-size:42px}
.cal-date-demand strong{
  font-family:var(--sans);
  font-size:18px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:-.02em;
}
.cal-title h3{
  max-width:530px;
  margin:0 0 8px;
  font-size:21px;
  line-height:1.27;
}
.cal-title p{
  margin:0;
  color:#9fb3c7;
  font-size:13px;
  line-height:1.5;
}
.cal-meta{
  color:#d5e0ea;
  font-size:15px;
  line-height:1.4;
  font-weight:650;
}
.cal-action{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-width:120px;
  color:var(--cyan2);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  text-align:right;
}
.cal-action span{font-size:17px;transition:transform .25s ease}
.cal-row:hover .cal-action span,
.cal-row:focus-visible .cal-action span{transform:translate(3px,-3px)}
.cal-row-demand{
  margin-top:12px;
  border:1px solid rgba(131,231,238,.24);
  background:rgba(0,185,217,.045);
}
.demand-features{margin-top:26px}

@media(max-width:1100px){
.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px}
  .calendar-rail{grid-template-columns:150px minmax(0,1fr);gap:22px}
  .cal-year{font-size:68px}
  .cal-row{grid-template-columns:105px minmax(280px,1fr) 130px minmax(110px,auto);gap:16px}
  .cal-title h3{font-size:19px}
  .cal-meta{font-size:14px}
}
@media(max-width:900px){
  .calendar-rail{grid-template-columns:1fr;gap:20px}
  .cal-year{position:static;text-align:left;padding:0;font-size:64px}
  .cal-row{grid-template-columns:100px minmax(0,1fr) auto;gap:16px}
  .cal-meta{grid-column:2;grid-row:2;margin-top:-16px}
  .cal-action{grid-column:3;grid-row:1 / span 2;align-self:center}
}
@media(max-width:680px){
  .cal-row{grid-template-columns:82px minmax(0,1fr);gap:14px;padding:22px 4px}
  .cal-row:hover,.cal-row:focus-visible{padding-left:4px;transform:translateX(4px)}
  .cal-date strong{font-size:32px}
  .cal-date-demand strong{font-size:16px}
  .cal-title h3{font-size:18px}
  .cal-meta{grid-column:2;grid-row:auto;margin-top:0;font-size:13px}
  .cal-action{grid-column:2;grid-row:auto;justify-self:start;min-width:0;text-align:left;margin-top:4px}
}


/* Evidencia y testimonios: fondo neutro con matiz azul muy sutil */
.evidence-section{
  background:
    radial-gradient(circle at 8% 12%, rgba(0,185,217,.075), transparent 34%),
    radial-gradient(circle at 92% 88%, rgba(8,46,82,.045), transparent 38%),
    linear-gradient(135deg,#f1f4f2 0%,#e7edf0 100%);
  border-top:1px solid rgba(6,34,64,.055);
  border-bottom:1px solid rgba(6,34,64,.055);
}
.evidence-section .testimonial-wrap{
  border:1px solid rgba(6,34,64,.075);
}

/* Footer: marca e iconos sociales */
.footer-logo{
  width:220px;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:left center;
  filter:none !important;
  margin-bottom:18px;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:18px;
}
.footer-social{
  --social:#00b9d9;
  width:42px;
  height:42px;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  display:grid !important;
  place-items:center;
  color:#f4f8fb !important;
  background:rgba(255,255,255,.025);
  transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.footer-social svg{width:20px;height:20px;display:block}
.footer-social:hover,
.footer-social:focus-visible{
  color:white !important;
  background:var(--social);
  border-color:var(--social);
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  outline:none;
}
.footer-social.linkedin{--social:#0a66c2}
.footer-social.instagram{--social:#d62976}
.footer-social.youtube{--social:#ff0033}
.footer-social.facebook{--social:#1877f2}
.footer-social.x-network{--social:#111}
.footer-social.beacons{--social:#16b8a6}
.footer-contact-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-contact-link{
  display:flex !important;
  align-items:center;
  gap:10px;
  color:#d9e6f0 !important;
  padding:4px 0 !important;
  transition:transform .2s ease,color .2s ease;
}
.footer-contact-link:hover,
.footer-contact-link:focus-visible{
  color:#ffffff !important;
  transform:translateX(2px);
  outline:none;
}
.footer-contact-icon{
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.03);
  color:#89e4f2;
  transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.footer-contact-link:hover .footer-contact-icon,
.footer-contact-link:focus-visible .footer-contact-icon{
  background:rgba(0,185,217,.12);
  border-color:rgba(0,185,217,.38);
  color:#f8fcff;
  box-shadow:0 6px 18px rgba(0,0,0,.16);
}
.footer-contact-link.whatsapp .footer-contact-icon{
  color:#8de7ef;
}
.footer-contact-icon svg{width:15px;height:15px;display:block}
.footer-contact-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1.25;
}
.footer-contact-copy small{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#7f9ab3;
}
.footer-contact-meta,
.footer-location{
  color:#91a7bc;
  font-size:13px;
}
.footer-location{margin-top:8px;display:block}
@media(max-width:680px){
  .footer-logo{width:205px}
  .footer-socials{gap:9px}
  .footer-social{width:40px;height:40px}
  .compass-stage{overflow:hidden}
  .rose-spokes.diag{inset:16%}
}
