.process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.process-step{text-align:center;padding:0 32px}.process-step__icon-wrap{width:64px;height:64px;background:var(--blue-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.process-step__icon{width:28px;height:28px;color:var(--blue)}.process-step__label{font-size:13px;font-weight:600;color:var(--blue);margin-bottom:8px;letter-spacing:.2px}.process-step__title{font-size:18px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}.process-step__desc{font-size:14px;color:var(--gray);line-height:1.6}@media(max-width:900px){.process-grid{grid-template-columns:1fr;gap:40px}.process-step{position:relative}.process-step:not(:last-child):after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-40px;width:2px;height:40px;background:linear-gradient(to bottom,var(--blue-pale),transparent)}}