.steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: var(--r2); overflow: hidden; }
.step { padding: 28px 24px; background: var(--bg1); border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; }
.step:last-child { border-right: 0; }
.step-n { font-family: var(--mono); font-size: 10.5px; color: var(--text3); letter-spacing: 0.06em; }
.step-ico { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--bg2); border: 1px solid var(--border2); border-radius: 6px; color: var(--blue2); }
.step-ico svg { width: 15px; height: 15px; }
.step h4 { font-size: 15px; font-weight: 700; color: var(--text); letter-spacing: -0.2px; }
.step p { font-size: 13px; color: var(--text2); line-height: 1.6; }
