.ep-root{--navy: #0A1C38;--navy-deep: #071428;--navy-mid: #122B52;--ep-blue: #488FE4;--blue-light: #6AABF5;--blue-glow: rgba(72, 143, 228, .15);--gold: #C9A84C;--gold-light: #E0C36A;--slate: #64748B;--slate-light:#94A3B8;--gray-100: #F8FAFC;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--ep-white: #FFFFFF;--text: #1E293B;--text-light: #475569;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--ep-white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.ep-root *,.ep-root *:before,.ep-root *:after{box-sizing:border-box}.ep-root img{max-width:100%;display:block}.ep-root a{text-decoration:none;color:inherit}.ep-container{max-width:1200px;margin:0 auto;padding:0 24px}.ep-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 24px;transition:all .3s ease}.ep-nav.scrolled{background:#0b1d3af7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 20px #00000026}.ep-nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:100px}.ep-nav-logo{display:flex;align-items:center;gap:14px;cursor:pointer}.ep-nav-logo img{height:70px;width:auto;max-height:none;object-fit:contain}.ep-nav-links{display:flex;align-items:center;gap:36px;list-style:none;margin:0;padding:0}.ep-nav-links a{font-size:14px;font-weight:500;color:#fffc;transition:color .2s;letter-spacing:.3px}.ep-nav-links a:hover{color:var(--ep-white)}.ep-nav-cta{padding:10px 24px!important;background:var(--ep-blue)!important;color:var(--ep-white)!important;border-radius:6px!important;font-weight:600!important;font-size:13px!important;letter-spacing:.3px;transition:all .2s}.ep-nav-cta:hover{background:var(--blue-light)!important;transform:translateY(-1px)}.ep-nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.ep-nav-mobile-toggle span{display:block;width:24px;height:2px;background:var(--ep-white);margin:5px 0;transition:.3s}.ep-nav-mobile-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.ep-nav-mobile-toggle.open span:nth-child(2){opacity:0}.ep-nav-mobile-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.ep-mobile-menu{display:none;position:fixed;inset:0;background:var(--navy-deep);z-index:999;padding-top:100px;overflow-y:auto}.ep-mobile-menu-inner{display:flex;flex-direction:column;padding:24px;gap:4px}.ep-mobile-menu-link{display:block;padding:16px 0;color:var(--ep-white);font-size:18px;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08)}.ep-mobile-menu-link:hover{color:var(--accent)}.ep-mobile-menu-group{border-bottom:1px solid rgba(255,255,255,.08)}.ep-mobile-menu-heading{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;color:var(--ep-white);font-size:18px;font-weight:600;background:none;border:none;cursor:pointer}.ep-mobile-menu-heading svg{width:16px;height:16px;color:#ffffff80}.ep-mobile-menu-sub{display:flex;flex-direction:column;padding-bottom:12px}.ep-mobile-menu-sub a{display:block;padding:12px 16px;color:#fffc;font-size:16px;text-decoration:none;border-radius:8px}.ep-mobile-menu-sub a:hover{background:#ffffff0d;color:var(--accent)}.ep-mobile-menu-cta{display:block;margin-top:24px;padding:16px 24px;background:var(--accent);color:var(--ep-white)!important;font-size:16px;font-weight:700;text-align:center;text-decoration:none;border-radius:8px}.ep-mobile-menu-cta:hover{background:#3a7bd4}.ep-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 40%,var(--navy-mid) 100%);overflow:hidden;padding:120px 0 80px}.ep-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(72,143,228,.08) 0%,transparent 70%);border-radius:50%}.ep-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.05) 0%,transparent 70%);border-radius:50%}.ep-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.ep-hero .ep-container{position:relative;z-index:2}.ep-hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ep-hero-content{max-width:620px}.ep-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 20px;background:#488fe41a;border:1px solid rgba(72,143,228,.2);border-radius:100px;font-size:13px;font-weight:600;color:var(--blue-light);letter-spacing:.5px;margin-bottom:32px}.ep-hero-eyebrow-dot{width:6px;height:6px;background:var(--ep-blue);border-radius:50%;animation:ep-pulse-dot 2s ease-in-out infinite}@keyframes ep-pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.ep-hero h1{font-family:Playfair Display,serif;font-size:clamp(38px,4.5vw,58px);font-weight:700;color:var(--ep-white);line-height:1.1;margin-bottom:24px}.ep-hero h1 .accent{color:var(--gold)}.ep-hero-sub{font-size:18px;line-height:1.7;color:var(--slate-light);max-width:540px;margin-bottom:40px}.ep-hero-ctas{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.ep-hero-ctas-inline{flex-direction:row;flex-wrap:nowrap}.ep-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:var(--ep-blue);color:var(--ep-white);font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .25s;letter-spacing:.3px}.ep-btn-primary:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 8px 30px #488fe44d}.ep-btn-primary svg{width:18px;height:18px;transition:transform .2s}.ep-btn-primary:hover svg{transform:translate(3px)}.ep-btn-secondary,.ep-root a.ep-btn-secondary,a.ep-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#ffffff26;color:#fff!important;font-size:16px;font-weight:700;letter-spacing:.03em;border:2px solid rgba(255,255,255,.7);border-radius:8px;text-shadow:0 1px 3px rgba(0,0,0,.5);-webkit-text-fill-color:#FFFFFF;cursor:pointer;transition:all .25s}.ep-btn-secondary:hover{border-color:#fff6;color:var(--ep-white);background:#ffffff0d}.ep-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;margin-top:-100px}.ep-hero-visual-constellation{position:relative;width:480px;height:480px}.ep-orbit{position:absolute;border:1px solid rgba(72,143,228,.12);border-radius:50%;animation:ep-spin 60s linear infinite}.ep-orbit-1{width:360px;height:360px;top:50%;left:50%;transform:translate(-50%,-50%)}.ep-orbit-2{width:260px;height:260px;top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:45s;animation-direction:reverse;border-color:#c9a84c1a}.ep-orbit-3{width:160px;height:160px;top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:30s}@keyframes ep-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.ep-node{position:absolute;border-radius:50%;animation:ep-float 6s ease-in-out infinite}.ep-node-center{width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,var(--ep-blue),var(--blue-light));box-shadow:0 0 40px #488fe466,0 0 80px #488fe426;display:flex;align-items:center;justify-content:center;z-index:3;animation:ep-pulse-center 3s ease-in-out infinite}.ep-node-center svg{width:36px;height:36px;color:#fff}@keyframes ep-pulse-center{0%,to{box-shadow:0 0 40px #488fe466,0 0 80px #488fe426}50%{box-shadow:0 0 60px #488fe480,0 0 120px #488fe433}}.ep-node-sm{width:12px;height:12px;background:var(--ep-blue);box-shadow:0 0 12px #488fe480}.ep-node-md{width:18px;height:18px;background:var(--gold);box-shadow:0 0 16px #c9a84c80}.ep-node-lg{width:24px;height:24px;background:#488fe44d;border:2px solid var(--ep-blue);box-shadow:0 0 20px #488fe44d}.ep-node-1{top:8%;left:55%;animation-delay:0s}.ep-node-2{top:25%;right:5%;animation-delay:1s}.ep-node-3{top:60%;right:2%;animation-delay:2s}.ep-node-4{bottom:12%;left:40%;animation-delay:.5s}.ep-node-5{top:40%;left:5%;animation-delay:1.5s}.ep-node-6{top:15%;left:22%;animation-delay:2.5s}.ep-node-7{bottom:25%;right:20%;animation-delay:.8s}.ep-node-8{top:50%;right:15%;animation-delay:1.2s}@keyframes ep-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.ep-connection-lines{position:absolute;inset:0;z-index:1}.ep-float-card{position:absolute;background:#0b1d3ad9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(72,143,228,.2);border-radius:12px;padding:16px 20px;z-index:4;animation:ep-float-card 8s ease-in-out infinite}.ep-float-card-1{top:10%;right:-10%;animation-delay:0s}.ep-float-card-2{bottom:15%;left:-5%;animation-delay:2s}.ep-float-card-3{top:55%;right:-15%;animation-delay:4s}@keyframes ep-float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ep-float-card-label{font-size:10px;font-weight:600;color:var(--slate-light);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px}.ep-float-card-value{font-size:24px;font-weight:800;color:var(--ep-white);line-height:1}.ep-float-card-value .unit{font-size:16px;color:var(--gold)}.ep-float-card-bar{margin-top:8px;width:100px;height:4px;background:#ffffff1a;border-radius:100px;overflow:hidden}.ep-float-card-bar-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--ep-blue),var(--gold))}.ep-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:60px;padding-top:36px;border-top:1px solid rgba(255,255,255,.08);max-width:480px}.ep-hero-stat{text-align:left}.ep-hero-stat:not(:last-child){border-right:1px solid rgba(255,255,255,.08);padding-right:28px;margin-right:28px}.ep-hero-stat-num{font-size:32px;font-weight:800;color:var(--ep-white);line-height:1;margin-bottom:6px}.ep-hero-stat-num .unit{font-size:20px;color:var(--gold)}.ep-hero-stat-label{font-size:12px;color:var(--slate-light);font-weight:500}.ep-section-wave{display:block;width:100%;height:auto;margin-bottom:-2px}.ep-logos-bar{padding:48px 0 40px;background:var(--gray-100);border-bottom:1px solid var(--gray-200);overflow:hidden}.ep-logos-bar-label{text-align:center;font-size:12px;font-weight:600;color:var(--slate);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:28px}.ep-logo-carousel-wrapper{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.ep-logo-carousel-track{display:flex;width:max-content;animation:ep-carousel-scroll 40s linear infinite}.ep-logo-carousel-set{display:flex;align-items:center;flex-shrink:0}.ep-logo-carousel-item{flex-shrink:0;width:20vw;max-width:300px;min-width:220px;display:flex;align-items:center;justify-content:center;padding:0 24px;box-sizing:border-box}.ep-logo-carousel-item img{max-height:156px;max-width:100%;width:auto;height:auto;object-fit:contain;opacity:.85;transition:opacity .3s}.ep-logo-carousel-item img:hover{opacity:1}@keyframes ep-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ep-problem{padding:120px 0;background:var(--ep-white);position:relative}.ep-problem:before{content:"";position:absolute;top:0;right:0;width:500px;height:500px;background:radial-gradient(circle,rgba(72,143,228,.03) 0%,transparent 70%);border-radius:50%}.ep-section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--ep-blue);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px}.ep-section-eyebrow:before{content:"";width:24px;height:2px;background:var(--ep-blue)}.ep-problem h2{font-family:Playfair Display,serif;font-size:clamp(32px,3.5vw,46px);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:24px;max-width:700px}.ep-problem-lead{font-size:18px;color:var(--text-light);line-height:1.75;max-width:640px;margin-bottom:60px}.ep-problem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ep-problem-card{padding:36px 32px;background:var(--ep-white);border-radius:16px;border:1px solid var(--gray-200);transition:all .4s;position:relative;overflow:hidden}.ep-problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ep-blue),var(--blue-light));opacity:0;transition:opacity .3s}.ep-problem-card:hover:before{opacity:1}.ep-problem-card:hover{border-color:#488fe44d;box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.ep-problem-card-icon{width:56px;height:56px;background:linear-gradient(135deg,#488fe41a,#488fe40d);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative}.ep-problem-card-icon:after{content:"";position:absolute;inset:-3px;border-radius:16px;border:1px solid rgba(72,143,228,.1)}.ep-problem-card-icon svg{width:26px;height:26px;color:var(--ep-blue)}.ep-problem-card h3{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:12px;line-height:1.3}.ep-problem-card p{font-size:15px;color:var(--text-light);line-height:1.65}.ep-solution{padding:120px 0;background:var(--navy);position:relative;overflow:hidden}.ep-solution:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(72,143,228,.06) 0%,transparent 70%);border-radius:50%}.ep-solution:after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(201,168,76,.04) 0%,transparent 70%);border-radius:50%}.ep-solution .ep-container{position:relative;z-index:2}.ep-solution .ep-section-eyebrow{color:var(--gold)}.ep-solution .ep-section-eyebrow:before{background:var(--gold)}.ep-solution h2{font-family:Playfair Display,serif;font-size:clamp(32px,3.5vw,46px);font-weight:700;color:var(--ep-white);line-height:1.2;margin-bottom:24px;max-width:700px}.ep-solution-lead{font-size:18px;color:var(--slate-light);line-height:1.75;max-width:640px;margin-bottom:72px}.ep-process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.ep-process-step{position:relative;padding:40px 32px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;transition:all .4s;z-index:1;margin:0 12px}.ep-process-step:after{content:"";position:absolute;inset:-1px;border-radius:16px;background:linear-gradient(135deg,rgba(72,143,228,.2),transparent,rgba(201,168,76,.1));opacity:0;transition:opacity .4s;z-index:-1}.ep-process-step:hover{background:#ffffff0f}.ep-process-step:hover:after{opacity:1}.ep-process-step-badge{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--ep-blue),var(--blue-light));display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:20px;font-weight:800;color:var(--ep-white);box-shadow:0 4px 20px #488fe44d}.ep-process-step h3{font-size:20px;font-weight:700;color:var(--ep-white);margin-bottom:14px;line-height:1.3}.ep-process-step p{font-size:15px;color:var(--slate-light);line-height:1.7}.ep-process-step .step-tag{display:inline-flex;align-items:center;gap:6px;margin-top:20px;padding:6px 14px;background:#488fe41a;border-radius:100px;font-size:12px;font-weight:600;color:var(--blue-light);letter-spacing:.3px}.ep-process-step .step-tag svg{width:14px;height:14px}.ep-process-step-icon{margin-top:20px;width:44px;height:44px;border-radius:10px;background:#c9a84c1a;display:flex;align-items:center;justify-content:center}.ep-process-step-icon svg{width:22px;height:22px;color:var(--gold)}.ep-results{padding:120px 0;background:var(--ep-white);position:relative;overflow:hidden}.ep-results:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(72,143,228,.03) 0%,transparent 50%);border-radius:50%}.ep-results-header{text-align:center;margin-bottom:72px;position:relative;z-index:2}.ep-results-header h2{font-family:Playfair Display,serif;font-size:clamp(32px,3.5vw,46px);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:18px}.ep-results-header p{font-size:18px;color:var(--text-light);max-width:560px;margin:0 auto}.ep-results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px;position:relative;z-index:2}.ep-result-card{text-align:center;padding:44px 24px;background:var(--ep-white);border-radius:16px;border:1px solid var(--gray-200);position:relative;overflow:hidden;transition:all .4s}.ep-result-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--ep-blue),var(--gold))}.ep-result-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.ep-result-card-num{font-size:52px;font-weight:800;color:var(--navy);line-height:1;margin-bottom:4px}.ep-result-card-num .accent{color:var(--ep-blue)}.ep-result-card-unit{font-size:20px;font-weight:700;color:var(--ep-blue)}.ep-result-card-label{font-size:14px;color:var(--text-light);margin-top:8px;font-weight:500}.ep-testimonial-block{max-width:860px;margin:0 auto;text-align:center;padding:56px 64px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);border-radius:20px;position:relative;overflow:hidden;z-index:2}.ep-testimonial-block:before{content:"“";position:absolute;top:16px;left:36px;font-size:140px;font-family:Playfair Display,serif;color:#488fe41f;line-height:1}.ep-testimonial-block:after{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(201,168,76,.08) 0%,transparent 70%);border-radius:50%}.ep-testimonial-stars{display:flex;justify-content:center;gap:4px;margin-bottom:24px}.ep-testimonial-stars svg{width:20px;height:20px;color:var(--gold);fill:var(--gold)}.ep-testimonial-block blockquote{font-size:20px;color:#ffffffe6;line-height:1.7;font-style:italic;margin-bottom:28px;position:relative;z-index:2}.ep-testimonial-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--ep-blue),var(--blue-light));display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:18px;font-weight:700;color:#fff;overflow:hidden}.ep-testimonial-avatar img{object-position:center 15%!important}.ep-testimonial-attr{font-size:14px;font-weight:600;color:var(--gold)}.ep-testimonial-attr span{color:var(--slate-light);font-weight:400}.ep-testimonial-fade{min-height:220px;display:flex;flex-direction:column;align-items:center}.ep-testimonial-dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.ep-testimonial-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--gold);background:transparent;padding:0;cursor:pointer;transition:background .3s,transform .3s}.ep-testimonial-dot.active{background:var(--gold);transform:scale(1.2)}.ep-testimonial-dot:hover{background:var(--gold);opacity:.7}.ep-deliverables{padding:120px 0;background:var(--gray-100);border-top:1px solid var(--gray-200);position:relative;overflow:hidden}.ep-deliverables:before{content:"";position:absolute;bottom:-200px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(72,143,228,.04) 0%,transparent 70%);border-radius:50%}.ep-deliverables-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:2}.ep-deliverables-content h2{font-family:Playfair Display,serif;font-size:clamp(32px,3.5vw,42px);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:20px}.ep-deliverables-content>p{font-size:17px;color:var(--text-light);line-height:1.7;margin-bottom:36px}.ep-deliverable-item{display:flex;gap:16px;margin-bottom:28px;padding:20px;border-radius:12px;transition:all .3s;background:transparent}.ep-deliverable-item:hover{background:var(--ep-white);box-shadow:0 4px 20px #0000000a}.ep-deliverable-item-icon{flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg,#488fe41f,#488fe40d);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-top:2px}.ep-deliverable-item-icon svg{width:22px;height:22px;color:var(--ep-blue)}.ep-deliverable-item h4{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:4px}.ep-deliverable-item p{font-size:14px;color:var(--text-light);line-height:1.6}.ep-visual-card{background:var(--ep-white);border-radius:20px;padding:44px;box-shadow:0 8px 60px #00000014;border:1px solid var(--gray-200);position:relative;overflow:hidden}.ep-visual-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--ep-blue),var(--gold),var(--ep-blue))}.ep-visual-card-header{display:flex;align-items:center;gap:14px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--gray-200)}.ep-visual-card-badge{width:48px;height:48px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0b1d3a33}.ep-visual-card-badge svg{width:24px;height:24px;color:var(--gold)}.ep-visual-card-title{font-size:18px;font-weight:700;color:var(--navy)}.ep-visual-card-subtitle{font-size:13px;color:var(--slate)}.ep-visual-bar-group{margin-bottom:20px}.ep-visual-bar-label{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--text);margin-bottom:8px}.ep-visual-bar-label span{color:var(--ep-blue)}.ep-visual-bar-track{height:10px;background:var(--gray-200);border-radius:100px;overflow:hidden}.ep-visual-bar-fill{height:100%;border-radius:100px;transition:width 1s ease}.ep-visual-bar-fill.high{background:linear-gradient(90deg,var(--ep-blue),var(--blue-light));width:92%}.ep-visual-bar-fill.mid{background:linear-gradient(90deg,var(--gold),var(--gold-light));width:67%}.ep-visual-bar-fill.low{background:linear-gradient(90deg,var(--slate-light),var(--slate));width:38%}.ep-visual-divider{display:flex;align-items:center;gap:12px;margin:28px 0;font-size:11px;font-weight:700;color:var(--slate);letter-spacing:2px;text-transform:uppercase}.ep-visual-divider:before,.ep-visual-divider:after{content:"";flex:1;height:1px;background:var(--gray-200)}.ep-visual-insight{display:flex;align-items:flex-start;gap:12px;padding:16px;background:linear-gradient(135deg,#488fe40d,#488fe405);border-radius:10px;border-left:3px solid var(--ep-blue)}.ep-visual-insight svg{width:18px;height:18px;color:var(--ep-blue);flex-shrink:0;margin-top:2px}.ep-visual-insight p{font-size:13px;color:var(--text-light);line-height:1.6}.ep-visual-insight strong{color:var(--navy)}.ep-differentiator{padding:120px 0;background:var(--ep-white);position:relative}.ep-diff-header{text-align:center;margin-bottom:64px}.ep-diff-header h2{font-family:Playfair Display,serif;font-size:clamp(32px,3.5vw,46px);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:18px}.ep-diff-header p{font-size:18px;color:var(--text-light);max-width:560px;margin:0 auto}.ep-diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.ep-diff-col{padding:40px;border-radius:20px}.ep-diff-col.old{background:var(--gray-100);border:1px solid var(--gray-200)}.ep-diff-col.new{background:linear-gradient(135deg,#488fe40a,#488fe403);border:1px solid rgba(72,143,228,.15);position:relative}.ep-diff-col.new:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--ep-blue),var(--gold));border-radius:20px 20px 0 0}.ep-diff-col h3{font-size:18px;font-weight:700;margin-bottom:28px;padding-bottom:16px;border-bottom:2px solid}.ep-diff-col.old h3{color:var(--slate);border-color:var(--gray-300)}.ep-diff-col.new h3{color:var(--navy);border-color:var(--ep-blue)}.ep-diff-list{list-style:none;margin:0;padding:0}.ep-diff-list li{display:flex;align-items:flex-start;gap:14px;padding:14px 0;font-size:15px;line-height:1.5;border-bottom:1px solid rgba(0,0,0,.06)}.ep-diff-list li:last-child{border-bottom:none}.ep-diff-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.ep-diff-icon.bad{background:#ef44441a;color:#ef4444}.ep-diff-icon.good{background:#22c55e1a;color:#22c55e}.ep-diff-icon svg{width:14px;height:14px}.ep-diff-col.old li{color:var(--slate)}.ep-diff-col.new li{color:var(--text)}.ep-cta-section{padding:140px 0;background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 40%,var(--navy-mid) 100%);text-align:center;position:relative;overflow:hidden}.ep-cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(72,143,228,.06) 0%,transparent 70%);border-radius:50%}.ep-cta-deco{position:absolute;border-radius:50%;opacity:.5}.ep-cta-deco-1{width:200px;height:200px;top:-60px;left:10%;border:1px solid rgba(72,143,228,.15);animation:ep-float 10s ease-in-out infinite}.ep-cta-deco-2{width:120px;height:120px;bottom:-30px;right:15%;border:1px solid rgba(201,168,76,.15);animation:ep-float 8s ease-in-out infinite reverse}.ep-cta-deco-3{width:16px;height:16px;top:30%;right:20%;background:#488fe44d;animation:ep-float 5s ease-in-out infinite}.ep-cta-deco-4{width:10px;height:10px;bottom:35%;left:18%;background:#c9a84c66;animation:ep-float 7s ease-in-out infinite reverse}.ep-cta-section .ep-container{position:relative;z-index:2}.ep-cta-section h2{font-family:Playfair Display,serif;font-size:clamp(36px,4vw,52px);font-weight:700;color:var(--ep-white);line-height:1.15;margin-bottom:20px}.ep-cta-section h2 .accent{color:var(--gold)}.ep-cta-section>.ep-container>p{font-size:18px;color:var(--slate-light);max-width:560px;margin:0 auto 40px;line-height:1.7}.ep-cta-section .ep-btn-primary{padding:18px 40px;font-size:16px}.ep-cta-trust{margin-top:32px;font-size:13px;color:var(--slate);display:flex;align-items:center;justify-content:center;gap:6px}.ep-cta-trust svg{width:16px;height:16px;color:var(--gold)}.ep-footer{padding:60px 0 40px;background:var(--navy-deep);border-top:1px solid rgba(255,255,255,.06)}.ep-footer-inner{display:flex;justify-content:space-between;align-items:center}.ep-footer-logo{display:flex;align-items:center;gap:12px}.ep-footer-logo img{width:250px;height:auto;max-height:none;object-fit:contain}.ep-footer-links{display:flex;gap:32px;list-style:none;margin:0;padding:0}.ep-footer-links a{font-size:14px;color:var(--slate);transition:color .2s}.ep-footer-links a:hover{color:var(--ep-white)}.ep-footer-wbenc-logo{width:120px;height:auto;margin-top:12px;border-radius:6px}.ep-footer-copy{text-align:center;margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;color:var(--slate)}@media(max-width:1024px){.ep-hero-layout{grid-template-columns:1fr;gap:40px}.ep-hero-visual{display:none}.ep-hero-stats{max-width:100%}.ep-process-steps{grid-template-columns:1fr;gap:20px}.ep-process-steps:before{display:none}.ep-process-step{margin:0}.ep-results-grid{grid-template-columns:repeat(2,1fr)}.ep-deliverables-grid{grid-template-columns:1fr;gap:48px}.ep-diff-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.ep-nav-links{display:none}.ep-nav-mobile-toggle,.ep-mobile-menu{display:block}.ep-hero{padding:100px 0 60px;min-height:auto}.ep-hero-stats{grid-template-columns:repeat(3,1fr);gap:16px}.ep-hero-stat:not(:last-child){border-right:none;padding-right:0;margin-right:0}.ep-problem-cards{grid-template-columns:1fr}.ep-results-grid{grid-template-columns:1fr 1fr}.ep-logo-carousel-item{min-width:120px;padding:0 16px}.ep-logo-carousel-item img{max-height:44px}.ep-footer-inner{flex-direction:column;gap:24px;text-align:center}.ep-footer-links{flex-wrap:wrap;justify-content:center}.ep-diff-col{padding:28px}.ep-testimonial-block{padding:36px 28px}}@media(max-width:480px){.ep-hero-stats{grid-template-columns:1fr;gap:20px}.ep-hero-stat:not(:last-child){border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:20px;margin-right:0}.ep-results-grid{grid-template-columns:1fr}.ep-hero-ctas{flex-direction:column}.ep-hero-ctas .ep-btn-secondary{width:100%;justify-content:center}}.ep-no-animate .ep-orbit,.ep-no-animate .ep-node,.ep-no-animate .ep-float-card,.ep-no-animate .ep-node-center{animation:none!important}.ep-no-animate .ep-orbit{transform:translate(-50%,-50%)!important}.ep-nav-dropdown{position:relative}.ep-nav-dropdown-trigger{background:none;border:none;color:#ffffffbf;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:4px;padding:8px 0;transition:color .2s}.ep-nav-dropdown-trigger:hover,.ep-nav-dropdown.active .ep-nav-dropdown-trigger{color:#fff}.ep-nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#0e2340;border:1px solid rgba(72,143,228,.2);border-radius:12px;padding:8px;min-width:260px;box-shadow:0 20px 60px #0006;z-index:1000;animation:dropdownFade .15s ease}@keyframes dropdownFade{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ep-nav-dropdown-menu a{display:block;padding:12px 16px;border-radius:8px;text-decoration:none;transition:background .2s}.ep-nav-dropdown-menu a:hover,.ep-nav-dropdown-menu a.active{background:#488fe426}.ep-nav-dropdown-menu a strong{display:block;color:#fff;font-size:14px;font-weight:600;margin-bottom:2px}.ep-nav-dropdown-menu a span{display:block;color:#ffffff80;font-size:12px}.ep-nav-links .active{color:#fff!important}.ep-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}.ep-footer-tagline{color:#c9a84c;font-family:Playfair Display,serif;font-size:16px;font-style:italic;margin-bottom:12px}.ep-footer-desc{color:#ffffff80;font-size:14px;line-height:1.6;max-width:320px}.ep-footer-social{display:flex;gap:12px;margin-top:16px}.ep-footer-social a{color:#ffffff80;transition:color .2s}.ep-footer-social a:hover{color:#488fe4}.ep-footer-col h4{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.ep-footer-col a{display:block;color:#ffffff80;text-decoration:none;font-size:14px;padding:4px 0;transition:color .2s}.ep-footer-col a:hover{color:#488fe4}.ep-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px}.ep-footer-bottom p{color:#fff6;font-size:13px}.ep-footer-wbenc{font-size:12px!important;color:#ffffff4d!important}.ep-footer-inner,.ep-footer-copy{display:none}.ep-hero.ep-page-hero{min-height:auto;padding:160px 0 80px}.ep-hero.ep-page-hero .ep-hero-layout{display:flex;justify-content:center;text-align:center}.ep-hero.ep-page-hero .ep-hero-content{max-width:800px;margin:0 auto}.ep-hero.ep-page-hero .ep-hero-eyebrow,.ep-hero.ep-page-hero .ep-hero-ctas{justify-content:center}.ep-hero.ep-page-hero-with-visual{min-height:auto;padding:140px 0 80px}.ep-hero.ep-page-hero-with-visual .ep-hero-layout{text-align:left}.ep-page-hero-split{display:grid!important;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ep-hero.ep-page-hero-with-visual .ep-hero-eyebrow,.ep-hero.ep-page-hero-with-visual .ep-hero-ctas{justify-content:flex-start}.ep-page-hero-visual{position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.ep-svc-visual{position:relative;width:408px;height:408px;margin:0 auto}.ep-svc-orbit{position:absolute;border-radius:50%;border:1px solid rgba(72,143,228,.1);top:50%;left:50%;transform:translate(-50%,-50%)}.ep-svc-orbit-1{width:192px;height:192px;animation:ep-svc-spin 60s linear infinite}.ep-svc-orbit-2{width:288px;height:288px;border-color:#488fe412;animation:ep-svc-spin 45s linear infinite reverse}.ep-svc-orbit-3{width:384px;height:384px;border-color:#488fe40a;animation:ep-svc-spin 75s linear infinite}.ep-svc-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;border-radius:50%;background:#488fe41a;border:2px solid rgba(72,143,228,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;z-index:5;box-shadow:0 0 40px #488fe426;animation:ep-svc-center-pulse 4s ease-in-out infinite}@keyframes ep-svc-center-pulse{0%,to{box-shadow:0 0 40px #488fe426}50%{box-shadow:0 0 60px #488fe440,0 0 100px #488fe41a}}.ep-svc-center span{font-size:11px;font-weight:700;color:#488fe4;letter-spacing:1px;text-transform:uppercase}.ep-svc-node{position:absolute;background:#0a1c38e6;border:1px solid rgba(72,143,228,.25);border-radius:24px;padding:8px 17px;z-index:4}.ep-svc-node span{font-size:13px;font-weight:600;color:#fffc;white-space:nowrap}.ep-svc-node-1{top:8%;left:50%;transform:translate(-50%);animation:ep-svc-float 6s ease-in-out infinite}.ep-svc-node-2{top:28%;right:2%;animation:ep-svc-float 6s ease-in-out 1s infinite}.ep-svc-node-3{bottom:20%;right:5%;animation:ep-svc-float 6s ease-in-out 2s infinite}.ep-svc-node-4{bottom:8%;left:50%;transform:translate(-50%);animation:ep-svc-float 6s ease-in-out .5s infinite}.ep-svc-node-5{top:30%;left:0%;animation:ep-svc-float 6s ease-in-out 1.5s infinite}.ep-svc-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:#488fe4;opacity:.4}.ep-svc-dot-1{top:20%;left:25%}.ep-svc-dot-2{top:42%;right:12%}.ep-svc-dot-3{bottom:30%;left:15%}.ep-svc-dot-4{bottom:15%;right:25%}.ep-svc-stat{position:absolute;background:#0a1c38f2;border:1px solid rgba(72,143,228,.2);border-radius:12px;padding:12px 16px;min-width:120px;z-index:6;box-shadow:0 8px 30px #0000004d}.ep-svc-stat-1{bottom:5%;left:-10%;animation:ep-svc-float-card 7s ease-in-out infinite}.ep-svc-stat-2{top:10%;right:-15%;animation:ep-svc-float-card 7s ease-in-out 2s infinite}.ep-svc-stat-label{font-size:10px;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ep-svc-stat-value{font-size:22px;font-weight:800;color:#fff;line-height:1;margin-bottom:6px}.ep-svc-stat-bar{height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden}.ep-svc-stat-fill{height:100%;background:linear-gradient(90deg,#488fe4,#c9a84c);border-radius:2px}.ep-svc-roadmap{width:490px;height:490px}.ep-svc-star-orbit-1{width:460px;height:460px;border-color:#488fe40f;animation:ep-svc-spin 80s linear infinite}.ep-svc-star-orbit-2{width:360px;height:360px;border-color:#c9a84c0f;animation:ep-svc-spin 60s linear infinite reverse}.ep-svc-star-orbit-3{width:260px;height:260px;border-color:#488fe414;animation:ep-svc-spin 45s linear infinite}.ep-svc-star-img-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;z-index:3;animation:ep-svc-pulse-star 6s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(72,143,228,.3)) drop-shadow(0 0 50px rgba(72,143,228,.1))}.ep-svc-star-img{width:100%;height:100%;object-fit:contain}@keyframes ep-svc-pulse-star{0%,to{filter:drop-shadow(0 0 20px rgba(72,143,228,.3)) drop-shadow(0 0 50px rgba(72,143,228,.1))}50%{filter:drop-shadow(0 0 30px rgba(72,143,228,.45)) drop-shadow(0 0 70px rgba(72,143,228,.15))}}.ep-svc-star-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:0;pointer-events:none}.ep-svc-star-title{font-family:Playfair Display,serif;font-size:16px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:2px;line-height:1.1}.ep-svc-star-subtitle{font-size:9px;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:4px}.ep-svc-star-pill{position:absolute;background:#0a1c38e6;border:1px solid rgba(72,143,228,.25);border-radius:16px;padding:4px 12px;z-index:4;text-align:center;max-width:120px;line-height:1.2}.ep-svc-star-pill span{font-size:12px;font-weight:600;color:#fffc;line-height:1.2;display:block}.ep-svc-star-pill-1{top:calc(1% + 45px);left:calc(50% - 65px);transform:translate(-50%);animation:ep-svc-float 6s ease-in-out infinite}.ep-svc-star-pill-2{top:calc(18% + 20px);right:2%;animation:ep-svc-float 6s ease-in-out 1s infinite}.ep-svc-star-pill-3{bottom:calc(18% + 20px);right:2%;animation:ep-svc-float 6s ease-in-out 2s infinite}.ep-svc-star-pill-4{bottom:calc(1% + 30px);left:calc(50% - 60px);transform:translate(-50%);animation:ep-svc-float 6s ease-in-out .5s infinite}.ep-svc-star-pill-5{bottom:calc(18% + 20px);left:2%;animation:ep-svc-float 6s ease-in-out 1.5s infinite}.ep-svc-star-pill-6{top:calc(18% + 20px);left:2%;animation:ep-svc-float 6s ease-in-out 2.5s infinite}.ep-svc-star-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:260px;height:260px;background:radial-gradient(circle,rgba(72,143,228,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:ep-svc-glow-pulse 4s ease-in-out infinite}@keyframes ep-svc-glow-pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes ep-svc-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes ep-svc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ep-svc-float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.ep-svc-diagnostics{width:408px;height:408px}.ep-svc-radar{position:absolute;inset:0;width:100%;height:100%}.ep-svc-disc{position:absolute;display:flex;flex-direction:column;align-items:center;gap:2px;z-index:4}.ep-svc-disc-letter{font-size:22px;font-weight:800;line-height:1}.ep-svc-disc-label{font-size:9px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.ep-svc-disc-d{top:4%;left:50%;transform:translate(-50%);animation:ep-svc-float 7s ease-in-out infinite}.ep-svc-disc-d .ep-svc-disc-letter{color:#e74c3c}.ep-svc-disc-i{top:34%;right:1%;transform:translateY(-50%);animation:ep-svc-float 7s ease-in-out 1.5s infinite}.ep-svc-disc-i .ep-svc-disc-letter{color:#f39c12}.ep-svc-disc-s{bottom:4%;left:50%;transform:translate(-50%);animation:ep-svc-float 7s ease-in-out 3s infinite}.ep-svc-disc-s .ep-svc-disc-letter{color:#27ae60}.ep-svc-disc-c{top:34%;left:1%;transform:translateY(-50%);animation:ep-svc-float 7s ease-in-out 4.5s infinite}.ep-svc-disc-c .ep-svc-disc-letter{color:#488fe4}.ep-svc-disc-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:#c9a84c1a;border:2px solid rgba(201,168,76,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;z-index:5;animation:ep-svc-disc-pulse 4s ease-in-out infinite}@keyframes ep-svc-disc-pulse{0%,to{box-shadow:0 0 20px #c9a84c1a}50%{box-shadow:0 0 40px #c9a84c33,0 0 80px #c9a84c14}}.ep-svc-disc-center span{font-size:9px;font-weight:700;color:#c9a84c;letter-spacing:.5px;text-transform:uppercase}.ep-svc-assess{position:absolute;background:#0a1c38f2;border:1px solid rgba(72,143,228,.2);border-radius:12px;padding:12px 16px;z-index:6;box-shadow:0 8px 30px #0000004d}.ep-svc-assess-1{bottom:0;right:-20px;min-width:140px;animation:ep-svc-float-card 8s ease-in-out infinite}.ep-svc-assess-2{top:5%;left:-20px;animation:ep-svc-float-card 8s ease-in-out 3s infinite}.ep-svc-assess-label{font-size:10px;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.ep-svc-assess-bars{display:flex;flex-direction:column;gap:4px}.ep-svc-assess-row{display:flex;align-items:center;gap:6px}.ep-svc-assess-row>span{font-size:10px;font-weight:700;color:#fff9;width:12px}.ep-svc-assess-bar{width:90px;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.ep-svc-assess-bar>div{height:100%;border-radius:2px}.ep-svc-assess-score{font-size:28px;font-weight:800;color:#fff;line-height:1}.ep-svc-assess-score span{font-size:16px;color:#ffffff80}.ep-svc-diag-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;background:radial-gradient(circle,rgba(72,143,228,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}@media(max-width:768px){.ep-page-hero-split{grid-template-columns:1fr!important;gap:40px}.ep-hero.ep-page-hero-with-visual .ep-hero-layout{text-align:center}.ep-hero.ep-page-hero-with-visual .ep-hero-eyebrow,.ep-hero.ep-page-hero-with-visual .ep-hero-ctas{justify-content:center}.ep-svc-visual{width:280px;height:280px}.ep-svc-roadmap{width:320px;height:320px}.ep-svc-star-img-wrap{width:180px;height:180px}.ep-svc-star-title{font-size:12px}.ep-svc-star-subtitle{font-size:7px;letter-spacing:3px}.ep-svc-star-pill{padding:4px 8px;max-width:85px}.ep-svc-star-pill span{font-size:8px}.ep-svc-stat-1,.ep-svc-stat-2,.ep-svc-assess-1,.ep-svc-assess-2{display:none}.ep-about-leaders{flex-direction:column;align-items:center;gap:40px}}.ep-section{padding:80px 0}.ep-section-white{background:#fff}.ep-section-light{background:#f8fafc}.ep-section-dark{background:var(--navy, #0A1C38)}.ep-section-dark h2{color:#fff}.ep-section-dark p{color:#ffffffb3}.ep-section-lead{font-size:18px;color:#64748b;max-width:800px;line-height:1.7;margin-left:auto;margin-right:auto;margin-bottom:48px}.ep-section-dark .ep-section-lead{color:#ffffffa6}.ep-quote-band{background:linear-gradient(135deg,#0e2340,#152e4f);padding:60px 0;text-align:center;border-top:1px solid rgba(72,143,228,.15);border-bottom:1px solid rgba(72,143,228,.15)}.ep-quote-band blockquote{font-family:Playfair Display,serif;font-size:clamp(20px,2.5vw,28px);color:#ffffffe6;font-weight:500;font-style:italic;line-height:1.5;max-width:800px;margin:0 auto 16px;border:none;padding:0}.ep-quote-band cite{color:#c9a84c;font-size:15px;font-style:normal;font-weight:600}.ep-quote-image-band{position:relative;overflow:hidden;background:linear-gradient(135deg,#0b1d3a,#122b52)}.ep-quote-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0b1d3ae0,#122b52bf);z-index:1}.ep-quote-image-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;padding:60px 24px;text-align:center}.ep-quote-image-text{font-family:Playfair Display,serif;font-size:clamp(24px,3vw,36px);font-weight:700;color:#fff;line-height:1.35;max-width:700px;margin-bottom:12px}.ep-quote-image-text .accent{color:#c9a84c}.ep-quote-image-attr{font-size:16px;color:#ffffffa6;font-weight:500}.ep-two-col-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-top:40px}.ep-content-image{width:100%;border-radius:12px;box-shadow:0 20px 60px #0000001a}.ep-styled-list{list-style:none;padding:0;margin:20px 0}.ep-styled-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:15px;color:#334155}.ep-styled-list li svg{width:20px;height:20px;min-width:20px;color:#488fe4;margin-top:2px}.ep-feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:40px}.ep-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;transition:transform .2s,box-shadow .2s}.ep-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.ep-feature-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#488fe41a,#488fe40d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.ep-feature-card-icon svg{width:24px;height:24px;color:#488fe4}.ep-feature-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.ep-feature-card p{font-size:14px;color:#64748b;line-height:1.6}.ep-levers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ep-lever-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;transition:transform .2s,box-shadow .2s}.ep-lever-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.ep-lever-card-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.ep-lever-num{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:#488fe433;line-height:1}.ep-lever-icon{width:40px;height:40px;background:linear-gradient(135deg,#488fe41a,#488fe40d);border-radius:10px;display:flex;align-items:center;justify-content:center}.ep-lever-icon svg{width:20px;height:20px;color:#488fe4}.ep-lever-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.ep-lever-card p{font-size:14px;color:#64748b;line-height:1.6}.ep-system-visual{position:relative;width:500px;height:500px;margin:0 auto}.ep-system-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#488fe4,#1a5bb5);display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 60px #488fe466}.ep-system-center-label{color:#fff;font-size:14px;font-weight:700;text-align:center;line-height:1.3}.ep-system-node{position:absolute;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:3}.ep-system-node-icon{width:50px;height:50px;border-radius:50%;background:#488fe426;border:2px solid rgba(72,143,228,.3);display:flex;align-items:center;justify-content:center}.ep-system-node-icon svg{width:22px;height:22px;color:#488fe4}.ep-system-node span{font-size:11px;color:#ffffffb3;font-weight:600;white-space:nowrap}.ep-system-node-1{top:20px;left:50%;transform:translate(-50%)}.ep-system-node-2{top:110px;right:30px}.ep-system-node-3{bottom:110px;right:30px}.ep-system-node-4{bottom:20px;left:50%;transform:translate(-50%)}.ep-system-node-5{bottom:110px;left:30px}.ep-system-node-6{top:110px;left:30px}.ep-team-member{display:grid;grid-template-columns:350px 1fr;gap:60px;align-items:start;margin-bottom:60px}.ep-team-member-reverse{grid-template-columns:1fr 350px}.ep-team-member-reverse .ep-team-photo{order:2}.ep-team-member-reverse .ep-team-bio{order:1}.ep-team-photo{position:relative}.ep-team-photo img{width:100%;border-radius:16px;box-shadow:0 20px 60px #0000001f;aspect-ratio:3/4;object-fit:cover}.ep-team-role-badge{position:absolute;bottom:20px;left:20px;background:linear-gradient(135deg,#488fe4,#1a5bb5);color:#fff;font-size:13px;font-weight:700;padding:8px 20px;border-radius:8px;text-transform:uppercase;letter-spacing:1px}.ep-team-bio h2{font-size:28px;margin-bottom:4px}.ep-team-title{color:#488fe4;font-weight:600;font-size:15px;margin-bottom:20px}.ep-team-bio p{font-size:15px;color:#475569;line-height:1.7;margin-bottom:12px}.ep-team-credentials{margin-top:24px;display:flex;flex-direction:column;gap:12px}.ep-credential{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#64748b}.ep-credential svg{width:18px;height:18px;min-width:18px;color:#c9a84c;margin-top:1px}.ep-team-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:60px 0}.ep-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:40px}.ep-value-item{text-align:center}.ep-value-icon{font-size:40px;margin-bottom:16px}.ep-value-item h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}.ep-value-item p{font-size:14px;color:#64748b;line-height:1.5}.ep-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.ep-case-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}.ep-case-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.ep-case-card-image{position:relative;height:200px;overflow:hidden}.ep-case-card-image img{width:100%;height:100%;object-fit:cover}.ep-case-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,28,56,.8) 0%,transparent 60%);display:flex;align-items:flex-end;padding:20px}.ep-case-industry{background:#488fe4e6;color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.ep-case-card-body{padding:24px}.ep-case-meta{display:flex;gap:12px;align-items:center;margin-bottom:12px}.ep-case-meta span{font-size:12px;color:#94a3b8;font-weight:500}.ep-case-outcome{color:#488fe4!important}.ep-case-card-body h3{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:12px}.ep-case-challenge{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:16px}.ep-case-solution{font-size:13px;color:#475569;line-height:1.5;padding:12px 16px;background:#f8fafc;border-radius:8px;margin-bottom:16px}.ep-case-results{font-size:13px;color:#475569}.ep-case-results strong{display:block;margin-bottom:8px;color:#0f172a}.ep-case-results ul{padding-left:20px;margin:0}.ep-case-results li{padding:3px 0;line-height:1.4}.ep-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.ep-blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}.ep-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.ep-blog-card-image{position:relative;height:200px;overflow:hidden}.ep-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ep-blog-card:hover .ep-blog-card-image img{transform:scale(1.05)}.ep-blog-category{position:absolute;top:12px;left:12px;background:#0a1c38d9;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.ep-blog-card-body{padding:24px}.ep-blog-date{font-size:12px;color:#94a3b8;font-weight:500;display:block;margin-bottom:8px}.ep-blog-card-body h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px;line-height:1.3}.ep-blog-card-body p{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:16px}.ep-blog-article{font-size:17px;line-height:1.8;color:#334155}.ep-blog-article h2{font-size:1.5rem;font-weight:700;color:#0a1c38;margin-top:40px;margin-bottom:16px}.ep-blog-article h3{font-size:1.2rem;font-weight:600;color:#0a1c38;margin-top:32px;margin-bottom:12px}.ep-blog-article p{margin-bottom:18px}.ep-blog-article ul,.ep-blog-article ol{margin:16px 0 24px 24px}.ep-blog-article li{margin-bottom:10px}.ep-blog-article em{color:#475569}.ep-blog-article strong{color:#0a1c38;font-weight:600}.ep-blog-read-more{font-size:14px;font-weight:600;color:#488fe4;cursor:pointer}.ep-book-showcase{padding:80px 0;background:#f8fafc}.ep-book-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ep-book-showcase-image img{width:100%;border-radius:16px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d}.ep-book-showcase-content .ep-section-eyebrow{margin-bottom:16px}.ep-book-showcase-content h2{font-family:Playfair Display,serif;font-size:clamp(24px,2.5vw,32px);font-weight:700;color:#0a1c38;line-height:1.25;margin-bottom:20px}.ep-book-showcase-content p{font-size:15px;color:#475569;line-height:1.7;margin-bottom:16px}.ep-book-showcase-content p em{color:#334155;font-weight:600}.ep-book-ispi-badge{display:inline-flex;align-items:center;gap:8px;background:#c9a84c26;border:1px solid rgba(201,168,76,.3);color:#c9a84c;font-size:14px;font-weight:700;padding:8px 20px;border-radius:100px;margin-bottom:20px}.ep-book-ispi-badge svg{width:18px;height:18px}.ep-book-takeaways{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:48px;margin-bottom:48px}.ep-book-takeaway{display:flex;gap:20px;background:#fff;border-radius:16px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;transition:box-shadow .25s,border-color .25s}.ep-book-takeaway:hover{border-color:#488fe44d;box-shadow:0 8px 24px #488fe414}.ep-book-takeaway-num{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:#488fe4;line-height:1;min-width:48px;opacity:.6}.ep-book-takeaway-body h3{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:#0a1c38;margin-bottom:8px}.ep-book-takeaway-body p{font-size:14px;color:#475569;line-height:1.7}.ep-endorsement{text-align:center;max-width:800px;margin:0 auto}.ep-endorsement-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#c9a84c26,#c9a84c0d);color:#c9a84c;font-size:13px;font-weight:700;padding:8px 20px;border-radius:8px;border:1px solid rgba(201,168,76,.2);margin-bottom:24px}.ep-endorsement-badge svg{width:18px;height:18px}.ep-endorsement h2{margin-bottom:24px}.ep-endorsement blockquote{font-family:Playfair Display,serif;font-size:20px;font-style:italic;color:#334155;line-height:1.6;border:none;padding:0;margin:0 0 16px}.ep-endorsement-context{font-size:14px;color:#94a3b8}.ep-contact-layout{display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:start}.ep-contact-form-wrap h2{margin-bottom:8px}.ep-contact-form-wrap>p{font-size:15px;color:#64748b;margin-bottom:32px}.ep-contact-form{display:flex;flex-direction:column;gap:20px}.ep-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ep-form-group{display:flex;flex-direction:column}.ep-form-group label{font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}.ep-form-group input,.ep-form-group select,.ep-form-group textarea{font-family:Montserrat,sans-serif;font-size:14px;padding:12px 16px;border:1px solid #d1d5db;border-radius:10px;background:#f8fafc;color:#0f172a;transition:border-color .2s,box-shadow .2s}.ep-form-group input:focus,.ep-form-group select:focus,.ep-form-group textarea:focus{outline:none;border-color:#488fe4;box-shadow:0 0 0 3px #488fe41a}.ep-contact-success{text-align:center;padding:60px 40px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px}.ep-contact-success-icon{width:64px;height:64px;background:#22c55e;color:#fff;font-size:28px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.ep-contact-success h3{font-size:24px;color:#166534;margin-bottom:8px}.ep-contact-success p{font-size:15px;color:#15803d}.ep-contact-sidebar{display:flex;flex-direction:column;gap:24px}.ep-contact-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:28px}.ep-contact-info-card h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:20px}.ep-contact-info-item{display:flex;gap:12px;align-items:flex-start;padding:10px 0}.ep-contact-info-item svg{width:20px;height:20px;min-width:20px;color:#488fe4;margin-top:2px}.ep-contact-info-item strong{display:block;font-size:13px;color:#0f172a;margin-bottom:2px}.ep-contact-info-item a{font-size:14px;color:#488fe4;text-decoration:none}.ep-contact-info-item a:hover{text-decoration:underline}.ep-expect-steps{display:flex;flex-direction:column;gap:16px}.ep-expect-step{display:flex;gap:14px;align-items:flex-start}.ep-expect-num{width:32px;height:32px;min-width:32px;background:linear-gradient(135deg,#488fe4,#1a5bb5);color:#fff;font-size:14px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.ep-expect-step strong{display:block;font-size:14px;color:#0f172a;margin-bottom:2px}.ep-expect-step p{font-size:13px;color:#64748b;margin:0}.ep-about-story-layout{display:flex;gap:60px;align-items:flex-start}.ep-about-story{flex:1;max-width:800px}.ep-about-story p{font-size:16px;color:#475569;line-height:1.7;margin-bottom:16px}.ep-about-leaders-sidebar{display:flex;flex-direction:column;gap:40px;position:sticky;top:100px;flex-shrink:0;width:240px}@media(max-width:768px){.ep-about-story-layout{flex-direction:column}.ep-about-leaders-sidebar{flex-direction:row;width:100%;justify-content:center;position:static}}.ep-about-blockquote{font-size:20px;font-weight:600;font-style:italic;color:#1e293b;border-left:4px solid #2563eb;padding:12px 24px;margin:20px 0;background:#f8fafc}.ep-about-leaders{display:flex;gap:60px;justify-content:center;margin-top:56px}.ep-about-leader{text-align:center}.ep-about-leader-photo{width:220px;height:220px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:4px solid var(--blue, #488FE4);box-shadow:0 12px 40px #488fe426}.ep-about-leader-photo img{width:100%;height:100%;object-fit:cover}.ep-about-leader h3{font-size:20px;font-weight:700;color:var(--navy, #0A1C38);margin:0 0 4px}.ep-about-leader-title{font-size:15px;color:var(--blue, #488FE4);font-weight:500;margin:0}.ep-about-methodology{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.ep-about-method-card{text-align:center;padding:32px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:transform .2s,box-shadow .2s}.ep-about-method-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.ep-about-method-icon{width:64px;height:64px;background:linear-gradient(135deg,#488fe41f,#488fe40a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.ep-about-method-icon svg{width:28px;height:28px;color:#488fe4}.ep-about-method-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.ep-about-method-card p{font-size:14px;color:#64748b;line-height:1.6}.ep-advantage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto}.ep-advantage-item{display:flex;gap:16px;align-items:flex-start;padding:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px}.ep-advantage-item>svg{width:24px;height:24px;min-width:24px;color:#488fe4;margin-top:2px}.ep-advantage-item h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}.ep-advantage-item p{font-size:14px;color:#fff9;line-height:1.5}.ep-timeline{max-width:700px;margin:40px auto 0;position:relative;padding-left:60px}.ep-timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#488fe4,#488fe426)}.ep-timeline-item{position:relative;padding-bottom:40px}.ep-timeline-year{position:absolute;left:-60px;top:0;width:40px;height:40px;background:linear-gradient(135deg,#488fe4,#1a5bb5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:800;z-index:2}.ep-timeline-content h4{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.ep-timeline-content p{font-size:14px;color:#64748b;line-height:1.6}.ep-cert-badges{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.ep-cert-badge{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.ep-cert-badge svg{width:20px;height:20px;color:#488fe4}.ep-cert-badge span{font-size:13px;font-weight:600;color:#475569}@media(max-width:1024px){.ep-page-hero-layout.with-image{grid-template-columns:1fr}.ep-page-hero-image{max-width:500px}.ep-two-col-content{grid-template-columns:1fr}.ep-levers-grid{grid-template-columns:repeat(2,1fr)}.ep-team-member,.ep-team-member-reverse{grid-template-columns:1fr}.ep-team-member-reverse .ep-team-photo,.ep-team-member-reverse .ep-team-bio{order:0}.ep-team-photo{max-width:300px}.ep-cases-grid{grid-template-columns:1fr}.ep-blog-grid{grid-template-columns:repeat(2,1fr)}.ep-book-showcase-grid,.ep-book-takeaways,.ep-contact-layout{grid-template-columns:1fr}.ep-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.ep-footer-brand{grid-column:1 / -1}.ep-system-visual{width:350px;height:350px}.ep-system-center{width:100px;height:100px}.ep-system-center-label{font-size:11px}.ep-about-methodology,.ep-advantage-grid{grid-template-columns:1fr}.ep-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ep-levers-grid,.ep-blog-grid,.ep-form-row,.ep-footer-grid{grid-template-columns:1fr}.ep-footer-bottom{flex-direction:column;text-align:center;gap:8px}.ep-values-grid{grid-template-columns:1fr 1fr}}.ep-tools-hero{padding:120px 0 60px;text-align:center;background:linear-gradient(180deg,#060e1a,#0a1628)}.ep-tools-hero h1{font-family:Playfair Display,serif;font-size:clamp(32px,5vw,52px);font-weight:700;color:#fff;line-height:1.15;margin-bottom:24px}.ep-tools-hero-sub{font-size:18px;color:#ffffffa6;max-width:680px;margin:0 auto;line-height:1.7}.ep-tools-card-section{min-height:100vh;display:flex;align-items:center;padding:80px 0;background:#080f1c}.ep-tools-card-section--alt{background:#0a1428}.ep-tools-card{display:flex;align-items:center;gap:48px}.ep-tools-card--reverse{flex-direction:row-reverse}.ep-tools-card-visual{flex:1 1 50%;max-width:50%;display:flex;align-items:center;justify-content:center}.ep-tools-card-visual .ep-svc-visual{width:480px;height:480px}.ep-tools-card-content{flex:1 1 50%;max-width:50%}.ep-tools-card-content h2{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:#fff;margin:8px 0 16px}.ep-tools-card-content p{font-size:16px;color:#ffffffa6;line-height:1.7;margin-bottom:20px}.ep-tools-card-points{list-style:none;padding:0;margin:0 0 28px}.ep-tools-card-points li{position:relative;padding-left:24px;font-size:15px;color:#ffffffbf;line-height:1.6;margin-bottom:8px}.ep-tools-card-points li:before{content:"✓";position:absolute;left:0;color:#488fe4;font-weight:700}.ep-tools-card-cta{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#fff!important;background:#488fe426;border:1px solid rgba(72,143,228,.35);border-radius:8px;padding:10px 22px;text-decoration:none;transition:all .25s}.ep-tools-card-cta:hover{background:#488fe440;border-color:#488fe480;gap:14px}.ep-tools-card-cta svg{width:16px;height:16px;stroke:#488fe4}.ep-tools-cta-section{padding:80px 0;text-align:center;background:linear-gradient(180deg,#0a1428,#060e1a)}.ep-tools-cta-section h2{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:#fff;margin-bottom:16px}.ep-tools-cta-section p{font-size:17px;color:#fff9;max-width:560px;margin:0 auto 32px;line-height:1.7}@media(max-width:768px){.ep-tools-card{flex-direction:column!important;gap:32px}.ep-tools-card-visual{flex:none;width:100%}.ep-tools-card-visual .ep-svc-visual{width:320px;height:320px;margin:0 auto}.ep-tools-card-section{padding:48px 0}}.ep-newsletter-subscribe-bar{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0b1d3a,#132d5b);border:1px solid rgba(72,143,228,.2);border-radius:16px;padding:32px 40px;margin-bottom:48px}.ep-newsletter-subscribe-bar h3{color:#fff;font-size:1.3rem;margin:0 0 4px}.ep-newsletter-subscribe-bar p{color:#ffffffb3;margin:0;font-size:.95rem}.ep-newsletter-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.ep-newsletter-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column}.ep-newsletter-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.ep-newsletter-card-image{width:100%;height:220px;overflow:hidden}.ep-newsletter-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ep-newsletter-card:hover .ep-newsletter-card-image img{transform:scale(1.05)}.ep-newsletter-card-body{padding:24px 28px 28px;flex:1;display:flex;flex-direction:column}.ep-newsletter-card-body h3{font-size:1.2rem;color:#0b1d3a;margin:8px 0 12px;line-height:1.4}.ep-newsletter-card-body p{color:#4a5568;font-size:.92rem;line-height:1.6;margin:0 0 16px}.ep-newsletter-date{font-size:.82rem;color:#488fe4;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ep-back-link{display:inline-block;color:#1a5276;text-decoration:none;font-size:.9rem;margin-bottom:24px;transition:color .2s}.ep-back-link:hover{color:#488fe4}.ep-hero-meta{color:#fff9;font-size:.95rem;margin-top:16px}.ep-article-hero{position:relative;min-height:480px;display:flex;align-items:flex-end;overflow:hidden}.ep-article-hero-image{position:absolute;inset:0;z-index:0}.ep-article-hero-image img{width:100%;height:100%;object-fit:cover}.ep-article-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0b1d3af2,#0b1d3abf 40%,#0b1d3a66,#0b1d3a26)}.ep-article-hero-content{position:relative;z-index:2;padding-top:120px;padding-bottom:48px;color:#fff}.ep-article-hero-content .ep-hero-title{max-width:720px;color:#fff}.ep-article-meta{display:flex;align-items:center;gap:14px;margin-top:20px}.ep-article-author-avatar{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.3);object-fit:cover}.ep-article-author-name{display:block;color:#fff;font-weight:600;font-size:.95rem}.ep-article-date{display:block;color:#fff9;font-size:.85rem;margin-top:2px}.ep-article-content{max-width:720px;margin:0 auto;font-size:1.1rem;line-height:1.9;color:#2d3748;padding-top:16px}.ep-article-content p{margin:0 0 24px}.ep-article-content h2,.ep-article-content h3{color:#0b1d3a;margin:40px 0 16px}.ep-article-content blockquote{border-left:4px solid #488FE4;margin:32px 0;padding:16px 24px;background:#488fe40f;border-radius:0 8px 8px 0;font-style:italic;color:#1a365d}.ep-article-footer{display:flex;gap:16px;align-items:center;margin-top:48px;padding-top:32px;border-top:1px solid rgba(0,0,0,.1)}.ep-article-nav{display:flex;gap:24px;margin-top:56px;padding-top:40px;border-top:1px solid rgba(0,0,0,.08);max-width:720px;margin-left:auto;margin-right:auto}.ep-article-nav-link{flex:1;padding:20px 24px;border:1px solid rgba(0,0,0,.1);border-radius:12px;text-decoration:none;transition:all .2s}.ep-article-nav-link:hover{border-color:#488fe4;background:#488fe40a}.ep-article-nav-next{text-align:right}.ep-article-nav-label{display:block;font-size:.8rem;color:#488fe4;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.ep-article-nav-title{display:block;color:#0b1d3a;font-weight:600;font-size:.95rem;line-height:1.4}.ep-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:2px solid #0B1D3A;border-radius:8px;color:#0b1d3a;font-weight:600;text-decoration:none;font-size:.95rem;transition:all .2s}.ep-btn-outline:hover{background:#0b1d3a;color:#fff}@media(max-width:768px){.ep-newsletter-grid{grid-template-columns:1fr}.ep-newsletter-subscribe-bar{flex-direction:column;gap:20px;text-align:center;padding:24px}.ep-newsletter-card-image{height:180px}.ep-article-hero{min-height:380px}.ep-article-hero-content{padding-top:80px;padding-bottom:32px}.ep-article-footer{flex-direction:column}.ep-article-nav{flex-direction:column;gap:16px}.ep-article-nav-next{text-align:left}}
