.diagram{position:relative;display:flex;justify-content:center;gap:80px;padding:40px}.col{display:flex;flex-direction:column;gap:10px}.box{width:320px;background:#fff;padding:60px 20px;border-radius:24px;font-size:22px;text-align:center;cursor:pointer;box-shadow:0 4px 10px #00000014;line-height:30px}.box:hover{transform:scale(1.03);transition:.2s}.lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.line{stroke:#5ec3ff;stroke-width:8px;fill:none;stroke-linecap:round;stroke-dasharray:800;stroke-dashoffset:800;animation:draw 1.2s ease forwards}@keyframes draw{to{stroke-dashoffset:0}}
