:root{--ep-purple:#5b177d;--ep-purple2:#7c3aed;--ep-indigo:#3730a3;--ep-cyan:#08a8d7;--ep-navy:#071f3d;--ep-ink:#182033;--ep-muted:#667085;--ep-line:#e6e8ef;--ep-soft:#f2f5fb;--ep-white:#fff;--ep-red:#e9262d;--ep-orange:var(--accent-orange-red,#ff4c29);--ep-orange-hover:var(--accent-orange-red-hover,#e03e1a);--ep-blue:#1d4ed8;--ep-shadow:0 16px 40px #081f3d1a;--ep-shadow-md:0 20px 48px #081f3d21}.ep-root{color:var(--ep-ink);background:var(--ep-white);font-family:Plus Jakarta Sans,Segoe UI,Arial,sans-serif}.ep-hero-wrap{background:var(--ep-white);padding:52px 0 28px;position:relative;overflow:hidden}.ep-hero-backdrop{z-index:1;pointer-events:none;background:linear-gradient(135deg,#5b177d12 0%,#08a8d721 100%);border-bottom-left-radius:280px;width:52%;height:100%;position:absolute;top:0;right:0}.ep-hero{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;width:min(1180px,100% - 40px);margin:0 auto;padding-bottom:56px;display:grid;position:relative}.ep-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--ep-red);margin-bottom:14px;font-size:11.5px;font-weight:900;display:inline-block}.ep-hero-h1{color:var(--ep-navy);margin:0 0 20px;font-size:52px;font-weight:800;line-height:1.08}.ep-hero-purple{color:var(--ep-purple)}.ep-hero-desc{color:var(--ep-muted);max-width:480px;margin:0 0 30px;font-size:16px;line-height:1.68}.ep-hero-benefits{flex-wrap:wrap;gap:26px;margin-top:10px;display:flex}.ep-benefit-item{color:var(--ep-ink);align-items:center;gap:8px;font-size:13.5px;font-weight:700;display:flex}.ep-benefit-icon{color:var(--ep-purple);display:inline-flex}.ep-hero-right{justify-content:center;align-items:center;height:490px;display:flex;position:relative}.ep-hero-blob{z-index:1;background:linear-gradient(135deg,#5b177d17,#08a8d721);border-radius:50% 60% 65% 40%/45% 55% 60% 50%;width:90%;height:90%;animation:12s ease-in-out infinite alternate ep-blob;position:absolute;top:4%;right:-4%}@keyframes ep-blob{to{border-radius:62% 40% 50% 72%/55% 62% 40%;transform:translate(8px,14px)rotate(10deg)}}.ep-hero-img-wrap{z-index:2;border:4px solid var(--ep-white);width:300px;height:350px;box-shadow:var(--ep-shadow-md);border-radius:150px 150px 0 0;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1);animation:6s ease-in-out infinite ep-float;position:relative;overflow:hidden}.ep-hero-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1)}.ep-hero-img-wrap:hover img{transform:scale(1.05)}@keyframes ep-float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.ep-widget{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffed;border:1px solid #fff9;border-radius:16px;padding:14px 16px;transition:transform .25s;position:absolute;box-shadow:0 10px 30px #00000017}.ep-widget:hover{transform:scale(1.04)}.ep-widget-label{text-transform:uppercase;letter-spacing:.07em;color:var(--ep-muted);margin-bottom:5px;font-size:10px;font-weight:800;display:block}.ep-widget-score{width:240px;top:6%;right:-50px}.ep-widget-row{align-items:flex-start;gap:16px;display:flex}.ep-widget-col{flex-direction:column;flex:1;display:flex}.ep-score-circle-wrap{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:5px;display:flex;position:relative}.ep-score-num{flex-direction:column;align-items:center;display:flex;position:absolute}.ep-score-num strong{color:var(--ep-navy);font-size:17px;font-weight:900;line-height:1}.ep-score-num span{color:var(--ep-muted);font-size:10px}.ep-score-good{color:var(--ep-muted);margin-bottom:3px;font-size:10.5px;font-weight:700}.ep-score-keep{color:#10b981;align-items:center;gap:3px;font-size:10px;font-weight:700;display:flex}.ep-progress-value{color:var(--ep-navy);margin-bottom:6px;font-size:22px;font-weight:800}.ep-progress-track{background:var(--ep-soft);border-radius:3px;width:100%;height:5px;margin-bottom:9px;overflow:hidden}.ep-progress-fill{background:var(--ep-cyan);border-radius:3px;height:100%}.ep-progress-bars{align-items:flex-end;gap:3px;height:28px;display:flex}.ep-mini-bar{background:#08a8d726;border-radius:2px 2px 0 0;flex:1}.ep-mini-bar.active{background:var(--ep-cyan)}.ep-widget-areas{flex-direction:column;gap:8px;width:220px;display:flex;bottom:5%;right:-40px}.ep-areas-tags{flex-wrap:wrap;gap:5px;display:flex}.ep-areas-tags span{color:var(--ep-indigo);background:#3730a312;border:1px solid #3730a31f;border-radius:20px;padding:4px 9px;font-size:10.5px;font-weight:700}.ep-trusted-section{width:min(1180px,100% - 40px);margin:0 auto;padding:10px 0 54px}.ep-divider-text{text-align:center;color:var(--ep-muted);margin:0 0 30px;font-size:13.5px;font-weight:700;position:relative}.ep-divider-text:before,.ep-divider-text:after{content:"";background:var(--ep-line);width:130px;height:1px;position:absolute;top:50%}.ep-divider-text:before{right:63%}.ep-divider-text:after{left:63%}.ep-trusted-grid{grid-template-columns:repeat(auto-fit,minmax(240px,280px));justify-content:center;gap:20px;display:grid}.ep-trusted-card{background:var(--ep-white);border:1px solid var(--ep-line);text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:28px 20px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1);display:flex}.ep-trusted-card:hover{border-color:#5b177d2e;transform:translateY(-6px);box-shadow:0 20px 40px #5b177d14}.ep-trusted-card:hover .ep-trusted-icon{transform:scale(1.1)translateY(-2px)}.ep-trusted-icon{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.ep-trusted-medical .ep-trusted-icon{color:var(--ep-purple);background:#5b177d1a}.ep-trusted-engineering .ep-trusted-icon{color:var(--ep-cyan);background:#08a8d71a}.ep-trusted-management .ep-trusted-icon{color:var(--ep-indigo);background:#3730a31a}.ep-trusted-hospitality .ep-trusted-icon{color:var(--ep-red);background:#e9262d1a}.ep-trusted-card h3{color:var(--ep-navy);margin:0 0 8px;font-size:17px;font-weight:800}.ep-trusted-card p{color:var(--ep-muted);margin:0;font-size:12.5px;line-height:1.55}.ep-programs-section{background:#fafafc;padding:72px 0}.ep-programs-title{text-align:center;margin-bottom:42px}.ep-programs-title h2{color:var(--ep-navy);margin:0;font-size:34px;font-weight:800;display:inline-block;position:relative}.ep-programs-title h2:before,.ep-programs-title h2:after{content:"";background:var(--ep-line);width:56px;height:1px;position:absolute;top:50%}.ep-programs-title h2:before{right:108%}.ep-programs-title h2:after{left:108%}.ep-programs-grid{grid-template-columns:repeat(auto-fit,minmax(250px,280px));justify-content:center;gap:20px;width:min(1180px,100% - 40px);margin:0 auto;display:grid}.ep-prog-card{background:var(--ep-white);border:1px solid var(--ep-line);border-radius:20px;flex-direction:column;padding:26px 22px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.ep-prog-card:before{content:"";background:linear-gradient(90deg,var(--ep-purple),var(--ep-cyan));opacity:0;height:4px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.ep-prog-card:hover{box-shadow:var(--ep-shadow-md);border-color:#5b177d2e;transform:translateY(-7px)}.ep-prog-card:hover:before{opacity:1}.ep-prog-card:hover .ep-prog-icon{transform:rotate(6deg)scale(1.05)}.ep-prog-header{align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.ep-prog-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.ep-prog-purple .ep-prog-icon{color:#fff;background:linear-gradient(135deg,#6d28d9,#5b177d)}.ep-prog-blue .ep-prog-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4)}.ep-prog-orange .ep-prog-icon{background:linear-gradient(135deg,var(--ep-orange),var(--ep-orange-hover));color:#fff}.ep-prog-card h3{color:var(--ep-navy);margin:0;font-size:17px;font-weight:800;line-height:1.25}.ep-prog-card p{color:var(--ep-muted);flex-grow:1;margin:0 0 16px;font-size:13px;line-height:1.55}.ep-prog-bullets{flex-direction:column;gap:9px;margin:0 0 20px;padding:0;list-style:none;display:flex}.ep-prog-bullets li{color:var(--ep-ink);align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.ep-check-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.ep-prog-purple .ep-check-icon{color:#6d28d9;background:#6d28d91f}.ep-prog-blue .ep-check-icon{color:#0891b2;background:#06b6d41f}.ep-prog-orange .ep-check-icon{color:var(--ep-orange);background:#ff4c2921}.ep-prog-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:800;transition:gap .2s;display:inline-flex}.ep-prog-purple .ep-prog-btn{color:var(--ep-purple)}.ep-prog-blue .ep-prog-btn{color:#2563eb}.ep-prog-orange .ep-prog-btn{color:var(--ep-orange)}.ep-prog-card:hover .ep-prog-btn{gap:10px}.ep-why-section{grid-template-columns:1fr 1.1fr;align-items:center;gap:50px;width:min(1180px,100% - 40px);margin:0 auto;padding:72px 0;display:grid}.ep-why-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--ep-purple);margin-bottom:10px;font-size:11px;font-weight:900;display:block}.ep-why-left h2{color:var(--ep-navy);margin:0 0 16px;font-size:36px;font-weight:800;line-height:1.15}.ep-why-left>p{color:var(--ep-muted);max-width:460px;margin:0 0 28px;font-size:14px;line-height:1.68}.ep-why-features{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.ep-why-feature{gap:12px;display:flex}.ep-why-feature-icon{background:var(--ep-soft);width:40px;height:40px;color:var(--ep-purple);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ep-why-feature h4{color:var(--ep-navy);margin:0 0 3px;font-size:13px;font-weight:800}.ep-why-feature p{color:var(--ep-muted);margin:0;font-size:11.5px;line-height:1.4}.ep-why-right{justify-content:center;align-items:center;min-height:640px;display:flex}.ep-circle-diagram{width:640px;height:640px;position:relative}.ep-orbit-svg{z-index:1;transform-origin:50%;width:100%;height:100%;animation:60s linear infinite ep-orbitRotate;position:absolute;inset:0}.ep-orbit-svg circle{stroke:#7c3aed59;stroke-width:.4px;stroke-dasharray:.1 2.5;stroke-linecap:round}@keyframes ep-orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ep-circle-hub{text-align:center;z-index:5;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;animation:4s ease-in-out infinite alternate ep-hubPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ep-hubPulse{0%{box-shadow:0 0 0 12px #7c3aed14,0 0 0 24px #7c3aed0a,0 12px 30px #5b177d26}to{box-shadow:0 0 0 20px #7c3aed1f,0 0 0 40px #7c3aed0f,0 16px 40px #5b177d38}}.ep-circle-hub span{color:#fff;font-size:15px;font-weight:800;line-height:1.35}.ep-node{z-index:10;cursor:pointer;width:88px;height:88px;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);position:absolute}.ep-node-inactive{opacity:.45}.ep-node-active{opacity:1;z-index:15}.ep-node-circle{color:#fff;background:linear-gradient(135deg,#5b177d,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 25px #5b177d33}.ep-node:hover .ep-node-circle,.ep-node-active .ep-node-circle{transform:scale(1.12);box-shadow:0 0 0 4px #7c3aed26,0 12px 30px #5b177d4d}.ep-node-active .ep-node-text h5{color:var(--ep-purple2);text-shadow:0 2px 8px #7c3aed1a;transition:color .3s}.ep-node-badge{color:#fff;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;left:-4px;box-shadow:0 3px 8px #7c3aed4d}.ep-node-text{width:200px;position:absolute}.ep-node-text h5{color:#16194f;margin:0 0 4px;font-size:16px;font-weight:800}.ep-node-text p{color:#667085;margin:0;font-size:12px;line-height:1.45}.ep-node-bottom-right .ep-node-circle{background:linear-gradient(135deg,#2563eb,#06b6d4)}.ep-node-bottom .ep-node-circle{background:linear-gradient(135deg,#06b6d4,#0284c7)}.ep-node-top .ep-node-text{text-align:center;bottom:94px;left:50%;transform:translate(-50%)}.ep-node-bottom .ep-node-text{text-align:center;top:94px;left:50%;transform:translate(-50%)}.ep-node-top-right .ep-node-text,.ep-node-bottom-right .ep-node-text{text-align:left;top:50%;left:94px;transform:translateY(-50%)}.ep-node-top-left .ep-node-text,.ep-node-bottom-left .ep-node-text{text-align:right;top:50%;right:94px;transform:translateY(-50%)}@media (max-width:1100px){.ep-circle-diagram{width:500px;height:500px}.ep-circle-hub{width:130px;height:130px}.ep-node{width:72px;height:72px}.ep-node-text h5{font-size:14px}.ep-node-text p{font-size:11.5px}.ep-node-top .ep-node-text{bottom:78px}.ep-node-bottom .ep-node-text{top:78px}.ep-node-top-right .ep-node-text,.ep-node-bottom-right .ep-node-text{left:78px}.ep-node-top-left .ep-node-text,.ep-node-bottom-left .ep-node-text{right:78px}}@media (max-width:768px){.ep-circle-diagram{width:320px;height:320px}.ep-circle-hub{width:90px;height:90px}.ep-circle-hub span{font-size:11px}.ep-node{width:50px;height:50px}.ep-node-text{display:none}}.ep-achieve-section{width:min(1180px,100% - 40px);margin:0 auto;padding:10px 0 60px}.ep-section-divider-title{text-align:center;color:var(--ep-muted);margin:0 0 30px;font-size:14px;font-weight:700;position:relative}.ep-section-divider-title:before,.ep-section-divider-title:after{content:"";background:var(--ep-line);width:130px;height:1px;position:absolute;top:50%}.ep-section-divider-title:before{right:62%}.ep-section-divider-title:after{left:62%}.ep-achieve-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.ep-achieve-card{background:var(--ep-white);border:1px solid var(--ep-line);text-align:center;border-radius:14px;flex-direction:column;align-items:center;padding:20px 14px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.ep-achieve-card:hover{border-color:#08a8d73d;transform:translateY(-4px);box-shadow:0 10px 22px #08a8d712}.ep-achieve-icon{width:44px;height:44px;color:var(--ep-purple);background:#5b177d12;border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.ep-achieve-card h4{color:var(--ep-navy);margin:0 0 5px;font-size:12.5px;font-weight:800;line-height:1.25}.ep-achieve-card p{color:var(--ep-muted);margin:0;font-size:11px;line-height:1.4}.ep-cta-banner{color:#fff;background:linear-gradient(135deg,#3730a3,#4f46e5);border-radius:20px;justify-content:space-between;align-items:center;gap:28px;width:min(1180px,100% - 40px);margin:10px auto 50px;padding:38px 56px;display:flex;box-shadow:0 20px 40px #4338a347}.ep-cta-left{align-items:center;gap:20px;display:flex}.ep-cta-icon-box{background:#ffffff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.ep-cta-banner h2{color:#fff;margin:0 0 5px;font-size:22px;font-weight:800}.ep-cta-banner p{color:#ffffffd9;margin:0;font-size:14px}.ep-cta-btn{color:#3730a3;white-space:nowrap;cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:8px;min-height:46px;padding:0 24px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #0000001a}.ep-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000026}@media (max-width:1100px){.ep-hero{text-align:center;grid-template-columns:1fr}.ep-hero-desc{margin-left:auto;margin-right:auto}.ep-hero-benefits{justify-content:center}.ep-hero-right{height:400px}.ep-hero-img-wrap{width:250px;height:290px}.ep-widget-score{top:5%;right:0}.ep-widget-areas{bottom:3%;right:0}.ep-trusted-grid,.ep-programs-grid{grid-template-columns:repeat(2,1fr)}.ep-why-section{grid-template-columns:1fr}.ep-achieve-grid{grid-template-columns:repeat(3,1fr)}.ep-cta-banner{text-align:center;flex-direction:column;padding:32px 24px}.ep-cta-left{flex-direction:column}}@media (max-width:720px){.ep-hero-h1{font-size:38px}.ep-trusted-grid,.ep-programs-grid{grid-template-columns:1fr}.ep-achieve-grid{grid-template-columns:repeat(2,1fr)}.ep-why-features{grid-template-columns:1fr}}@media (max-width:480px){.ep-achieve-grid{grid-template-columns:1fr}.ep-cta-banner{padding:24px 18px}}.ep-node:nth-child(4) .ep-node-circle,.ep-node:nth-child(5) .ep-node-circle{background:linear-gradient(135deg,#2563eb,#06b6d4)}
