.carousel-container{width:1500px;height:600px;margin:0 auto;position:relative;overflow:hidden}.card{position:absolute;width:300px;display:flex;flex-direction:column;height:300px;margin-top:200px;background:#ffffff;border-radius:12px;overflow:hidden;cursor:grab;user-select:none;box-shadow:0 6px 20px rgba(0,0,0,.25);transition:transform .1s ease-out,opacity .2s;transform-origin:center center;opacity:0}.card-img{width:100%;height:auto;object-fit:cover}.card-title{text-align:center;font-size:14px;padding-top:5px;font-weight:700}.card:hover{transform:scale(1.06);z-index:20}.cursor-follower{position:fixed;width:20px;height:20px;border-radius:50%;pointer-events:none;z-index:9999;display:none}@media screen and (max-width:600px){.carousel-container{display:none}}