.wx-process-wrap{width:100%}
.wx-process-grid{display:grid;grid-template-columns:repeat(var(--wx-step-count,5),1fr);gap:0;max-width:1200px;margin:0 auto;box-sizing:border-box;width:100%}
.wx-process-grid *{box-sizing:border-box}
.wx-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 8px;min-width:0}
.wx-step::after{content:'';position:absolute;top:36px;left:50%;right:-50%;width:100%;border-top:1.5px dashed rgba(0,201,240,0.25);z-index:0;pointer-events:none}
.wx-step:last-child::after{display:none}
.wx-step-circle{width:72px;height:72px;border-radius:50%;background:#0a0f18;border:1.5px solid rgba(0,201,240,0.35);display:flex;align-items:center;justify-content:center;margin-bottom:18px;position:relative;z-index:1;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease;flex-shrink:0}
.wx-step:hover .wx-step-circle{border-color:#00c9f0;box-shadow:0 0 20px rgba(0,201,240,0.3)}
.wx-step-num{font-family:'Inter',sans-serif;font-size:22px;font-weight:800;color:#00c9f0;line-height:1}
.wx-step-title{font-family:'Inter',sans-serif;font-size:14px;font-weight:700;color:#fff;line-height:1.3;margin:0 0 8px 0}
.wx-step-desc{font-family:'Inter',sans-serif;font-size:12px;font-weight:400;color:#9aacbd;line-height:1.5;margin:0 auto;max-width:160px}
