@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-track{width:max-content;animation:40s linear infinite marquee-scroll;display:flex}.marquee-track-reverse{width:max-content;animation:40s linear infinite marquee-scroll-reverse;display:flex}.marquee-track:hover,.marquee-track-reverse:hover{animation-play-state:paused}.hero-device-stack{justify-content:center;align-items:center;height:480px;display:flex;position:relative}.hero-device-card{border-radius:16px;transition:transform .3s;position:absolute;overflow:hidden;box-shadow:0 20px 60px -10px #00000026}.hero-device-card img{object-fit:cover;width:100%;height:100%}.hero-device-card-main{z-index:3;width:280px;height:180px}.hero-device-card-left{z-index:2;width:200px;height:130px;transform:translate(-180px)rotate(-8deg)}.hero-device-card-right{z-index:2;width:200px;height:130px;transform:translate(180px)rotate(8deg)}.feature-card{transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px -8px #0000001f}html{scroll-behavior:smooth}
