/* HOW IT WORKS */
.how-section{background:#fff}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:56px;position:relative}
.steps-grid::before{content:'';position:absolute;top:44px;left:calc(16.66% + 24px);right:calc(16.66% + 24px);height:2px;background:linear-gradient(to right,var(--lavender),var(--purple),var(--lavender));z-index:0}
.step-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 36px 44px;position:relative;z-index:1}
.step-num{width:56px;height:56px;background:var(--purple);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--ff-display);font-size:26px;font-weight:900;margin-bottom:26px;flex-shrink:0;border:4px solid #fff;box-shadow:0 0 0 2px var(--purple),0 6px 20px rgba(121,81,179,.30)}
.step-item h3{font-family:var(--ff-display);font-size:24px;color:var(--purple-deep);margin-bottom:11px;font-weight:900}
.step-item p{font-size:14px;color:var(--muted);line-height:1.70}
