.cards-grid .bounce-card{--rotate:0deg;animation:gentleBounce 1.8s ease-in-out infinite;will-change:transform;backface-visibility:hidden}.cards-grid .bounce-card:first-child{--rotate:6deg;animation-delay:0s}.cards-grid .bounce-card:nth-child(2){--rotate:-0deg;animation-delay:.2s}.cards-grid .bounce-card:nth-child(3){--rotate:-2deg;animation-delay:.4s}.cards-grid .bounce-card:nth-child(4){--rotate:2deg;animation-delay:.6s}@keyframes gentleBounce{0%,to{transform:translateY(0) rotate(var(--rotate))}50%{transform:translateY(-25px) rotate(var(--rotate))}}@media (prefers-reduced-motion:reduce){.cards-grid .bounce-card{animation:none}}