.steps{list-style:none;padding:0;counter-reset:step;display:grid;gap:12px}.step{counter-increment:step;position:relative;display:grid;grid-template-columns:48px 1fr;gap:18px;padding:16px 0}.step:before{content:"";position:absolute;left:23px;top:56px;bottom:-12px;width:2px;background:linear-gradient(180deg,#efe6dc,transparent)}.step:last-child:before{display:none}.step .stepNumber{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#efe6dc;color:#2b344a;font-weight:700}.step .stepNumber:before{content:counter(step)}.step .stepTitle{font-size:18px}