.hw-section{background:var(--hw-bg);padding:64px 0;}
.hw-heading{text-align:center;font-size:clamp(26px,3vw,36px);font-weight:600;margin:0 0 40px;letter-spacing:-0.01em;}
.hw-steps{display:flex;align-items:flex-start;justify-content:center;gap:16px;flex-wrap:wrap;}
.hw-step{flex:1 1 260px;max-width:300px;text-align:center;}
.hw-step-number{width:32px;height:32px;border-radius:50%;background:var(--hw-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin:0 auto 16px;}
.hw-step-icon{width:96px;height:96px;margin:0 auto 16px;}
.hw-step-icon img{width:100%;height:100%;object-fit:contain;}
.hw-step-title{font-size:18px;font-weight:600;margin:0 0 8px;}
.hw-step-desc{font-size:14px;color:#6B6B66;line-height:1.6;margin:0;}
.hw-arrow{align-self:center;font-size:24px;color:#C9C7C0;margin-top:40px;}
@media (max-width:768px){.hw-arrow{display:none;}.hw-steps{flex-direction:column;align-items:center;gap:32px;}}
