.hiw{background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hiw-header{text-align:center;margin-bottom:72px}.hiw-header .section-sub{margin:0 auto}.hiw-steps{grid-template-columns:repeat(3,1fr);gap:2px;display:grid;position:relative}.hiw-step{background:var(--bg);border-radius:var(--radius-lg);border:1px solid var(--border);padding:44px 40px;transition:box-shadow .25s;position:relative}.hiw-step:hover{box-shadow:var(--shadow-md);z-index:1}.hiw-step-num{letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-bottom:20px;font-size:11px;font-weight:700}.hiw-step-icon{background:var(--accent-dim);width:44px;height:44px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.hiw-step-icon svg{width:22px;height:22px}.hiw-step-title{letter-spacing:-.4px;color:var(--text);margin-bottom:12px;font-size:20px;font-weight:700}.hiw-step-desc{color:var(--text-2);font-size:15px;line-height:1.65}@media (max-width:768px){.hiw-steps{grid-template-columns:1fr}}
