Lift
Move a card up by a few pixels and strengthen its shadow to imply elevation.
Two to four pixels is usually enough; large movement makes surrounding content feel unstable.
transition: transform 180ms ease-out, box-shadow 180ms ease-out;
&:hover { transform: translateY(-3px); }