/* ══════════════════════════════════════
   HOW WE WORK PAGE — PW(HW) Widgets
   Fully self-contained
   ══════════════════════════════════════ */

/* HW ANIMATIONS */
.pw-hw-reveal{opacity:0;transform:translateY(40px);will-change:transform,opacity}
.pw-hw-content-reveal{opacity:0;transform:translateX(-60px);will-change:transform,opacity}
.pw-hw-visual-reveal{opacity:0;transform:translateX(60px) scale(.95);will-change:transform,opacity}
.elementor-editor-active .pw-hw-reveal,
.elementor-editor-active .pw-hw-content-reveal,
.elementor-editor-active .pw-hw-visual-reveal{opacity:1!important;transform:none!important;transition:none!important}

/* HW HERO */
.pw-hw-hero{min-height:100vh;background:#091e2f;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;padding:48px;font-family:'Inter',sans-serif}
.pw-hw-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(251,163,10,.06) 0%,transparent 60%)}
.pw-hw-hero-content{position:relative;z-index:2;max-width:800px}
.pw-hw-breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:32px}
.pw-hw-breadcrumb a{color:rgba(255,255,255,.35);font-size:13px;font-weight:500;transition:color .3s;text-decoration:none}
.pw-hw-breadcrumb a:hover{color:#FBA30A}
.pw-hw-breadcrumb span{color:rgba(255,255,255,.2);font-size:12px}
.pw-hw-bc-current{color:#FBA30A;font-size:13px;font-weight:600}
.pw-hw-hero h1{font-size:clamp(40px,6vw,80px);font-weight:900;color:#FFFFFF;line-height:1.04;letter-spacing:-3px;margin-bottom:24px;font-family:'Inter',sans-serif}
.pw-hw-hero h1 em{font-style:normal;color:#FBA30A}
.pw-hw-hero p{font-size:clamp(16px,1.6vw,20px);color:rgba(255,255,255,.45);line-height:1.7;max-width:600px;margin:0 auto 40px;font-weight:300;font-family:'Inter',sans-serif}
.pw-hw-phase-count{display:inline-flex;align-items:center;gap:12px;background:rgba(251,163,10,.08);border:1px solid rgba(251,163,10,.15);padding:12px 28px;font-size:14px;color:#FBA30A;font-weight:600;letter-spacing:1px;font-family:'Inter',sans-serif}
.pw-hw-phase-count strong{font-size:24px;font-weight:900}

/* HW PARTICLES */
.pw-hw-particles{position:absolute;inset:0;z-index:1;overflow:hidden}
.pw-hw-particle{position:absolute;width:3px;height:3px;background:#FBA30A;border-radius:50%;opacity:0;animation:pwHwFloat linear infinite}
@keyframes pwHwFloat{0%{opacity:0;transform:translateY(100vh) scale(0)}10%{opacity:.6}90%{opacity:.4}100%{opacity:0;transform:translateY(-10vh) scale(1.2)}}

/* HW PHASE NAV */
.pw-hw-phase-nav{position:fixed;left:32px;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:4px;opacity:0;transition:opacity .5s;font-family:'Inter',sans-serif}
.pw-hw-phase-nav.visible{opacity:1}
.pw-hw-pn-item{display:flex;align-items:center;gap:12px;padding:8px 0;cursor:pointer;transition:opacity .3s;text-decoration:none}
.pw-hw-pn-dot{width:10px;height:10px;border:2px solid rgba(255,255,255,.2);border-radius:50%;transition:background .4s,border-color .4s}
.pw-hw-pn-item.active .pw-hw-pn-dot{background:#FBA30A;border-color:#FBA30A}
.pw-hw-pn-label{font-size:11px;color:rgba(255,255,255,.3);font-weight:600;letter-spacing:1px;text-transform:uppercase;transition:color .3s;white-space:nowrap}
.pw-hw-pn-item.active .pw-hw-pn-label{color:#FBA30A}
.pw-hw-pn-line{width:2px;height:20px;background:rgba(255,255,255,.06);margin-left:4px}

/* HW PHASE SECTION */
.pw-hw-phase{min-height:100vh;display:flex;align-items:center;padding:80px 48px;position:relative;overflow:hidden;background:#0D334E;font-family:'Inter',sans-serif}
.pw-hw-phase-dark{background:#091e2f}
.pw-hw-phase-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;width:100%}
.pw-hw-phase-label{position:absolute;top:40px;left:48px;display:flex;align-items:center;gap:10px}
.pw-hw-phase-label span{font-size:11px;color:rgba(255,255,255,.25);font-weight:600;letter-spacing:2px;text-transform:uppercase}
.pw-hw-pl-line{width:24px;height:1px;background:rgba(255,255,255,.15)}
.pw-hw-big-num{font-size:clamp(120px,16vw,220px);font-weight:900;color:rgba(251,163,10,.06);line-height:1;letter-spacing:-8px;position:absolute;right:48px;bottom:40px;user-select:none;font-family:'Inter',sans-serif}
.pw-hw-num-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#FBA30A;color:#0D334E;font-size:18px;font-weight:900;margin-bottom:24px;font-family:'Inter',sans-serif}
.pw-hw-phase-content{position:relative;z-index:2}
.pw-hw-phase-content h2{font-size:clamp(28px,3.5vw,44px);font-weight:800;color:#FFFFFF;line-height:1.1;letter-spacing:-1.5px;margin-bottom:20px;font-family:'Inter',sans-serif}
.pw-hw-phase-content>p{font-size:16px;color:rgba(255,255,255,.5);line-height:1.75;font-weight:300;margin-bottom:24px;font-family:'Inter',sans-serif}
.pw-hw-phase-details{display:flex;flex-direction:column;gap:8px}
.pw-hw-pd-item{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.04)}
.pw-hw-pd-item:last-child{border-bottom:none}
.pw-hw-pd-dot{width:6px;height:6px;background:#FBA30A;border-radius:50%;flex-shrink:0;margin-top:7px}
.pw-hw-pd-item span{font-size:14px;color:rgba(255,255,255,.6);line-height:1.6;font-weight:400;font-family:'Inter',sans-serif}
.pw-hw-visual{position:relative;z-index:2}
.pw-hw-visual img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.pw-hw-pv-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,51,78,.3),rgba(9,30,47,.6))}

/* HW RESPONSIVE */
@media(max-width:1024px){
.pw-hw-phase-inner{grid-template-columns:1fr;gap:48px}
.pw-hw-big-num{font-size:120px;right:24px;bottom:24px}
.pw-hw-phase-nav{display:none}
}
@media(max-width:768px){
.pw-hw-hero{padding:32px 20px}
.pw-hw-phase{padding:80px 20px;min-height:auto}
.pw-hw-phase-label{left:20px;top:24px}
.pw-hw-big-num{display:none}
}
