.how-it-works__inner{display:grid;gap:32px;grid-template-columns:repeat(4,1fr);margin:0 auto}.step{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.06);padding:40px 28px;position:relative;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.step:hover{box-shadow:0 20px 40px rgba(0,0,0,.1);transform:translateY(-6px)}.step__line{background:linear-gradient(90deg,#6c4cff,#8f7bff);height:2px;left:100%;position:absolute;top:64px;width:32px}.step:last-child .step__line{display:none}.step__number{align-items:center;background:linear-gradient(135deg,#6c4cff,#8f7bff);border-radius:50%;box-shadow:0 6px 16px rgba(108,76,255,.4);color:#fff;display:flex;font-size:20px;font-weight:700;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.step__title{color:#1f2937;font-size:20px;margin-bottom:10px}.step__desc{color:#6b7280;font-size:15px;line-height:1.6}@media (max-width:991px){.how-it-works__inner{grid-template-columns:repeat(2,1fr)}.step__line{display:none}}@media (max-width:575px){.how-it-works__inner{grid-template-columns:1fr}}