.next-steps-label{border-bottom:1px solid var(--border);padding:32px 0 20px}.next-steps{background:var(--border);border:1px solid var(--border);border-top:none;display:grid;gap:1px;grid-template-columns:repeat(4,1fr)}.next-step{background:var(--bg);padding:36px 28px;transition:background .2s}.next-step:hover{background:var(--surface)}.next-step-num{color:var(--border);font-family:var(--font-display);font-size:3.5rem;line-height:1;margin-bottom:14px;user-select:none}.next-step-title{font-size:.9rem;font-weight:600;line-height:1.3;margin-bottom:8px}.next-step-desc{color:var(--muted);font-size:.78rem;font-weight:300;line-height:1.7;margin:0}@media (max-width:991px){.next-steps{grid-template-columns:1fr 1fr}}@media (max-width:575px){.next-steps{grid-template-columns:1fr}}