.card-spotlight-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;width:100%;height:100%;padding:2rem;display:grid}.card-spotlight-link-wrapper{color:inherit;text-decoration:none;display:block}.card-spotlight{cursor:pointer;border-radius:20px;height:450px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.card-spotlight:hover{transform:translateY(-10px)}.card-spotlight-image{will-change:transform;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.card-spotlight-overlay{opacity:0;will-change:transform,opacity;background:linear-gradient(#0000001a 0%,#000c 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2rem;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.card-spotlight:hover .card-spotlight-overlay{opacity:1}.card-spotlight-content{color:#fff;z-index:1}.card-spotlight-title{will-change:transform,opacity;margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.card-spotlight-description{opacity:.8;will-change:transform,opacity;margin:0 0 1.5rem;font-size:1rem}.card-spotlight-link{color:#000;will-change:transform,opacity;background:#fff;border-radius:30px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.card-spotlight-link:hover{background:#f0f0f0;transform:translateY(-2px)}@media (min-width:768px){.card-spotlight-container{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.card-spotlight:nth-child(odd) .card-spotlight-image{animation:15s ease-in-out infinite alternate slowFloat}.card-spotlight:nth-child(2n) .card-spotlight-image{animation:18s ease-in-out infinite alternate-reverse slowFloat}}@keyframes slowFloat{0%{transform:scale(1.05)translate(0)}50%{transform:scale(1.1)translate(-5px,-5px)}to{transform:scale(1.05)translate(5px,5px)}}@media (max-width:767px){.card-spotlight-container{grid-template-columns:1fr}.card-spotlight{height:400px}.card-spotlight-title{font-size:1.5rem}}@media (min-width:1400px){.card-spotlight-container{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.card-spotlight{height:500px}.card-spotlight-title{font-size:2rem}.card-spotlight-description{font-size:1.1rem}}.card-spotlight-overlay.scroll-overlay{opacity:0;will-change:opacity;transition:none}.card-spotlight.scroll-active{transition:transform .3s,box-shadow .3s;transform:translateY(-2px);box-shadow:0 12px 35px #00000026}.card-spotlight:hover .card-spotlight-overlay:not(.scroll-overlay){opacity:1}.card-spotlight-overlay.scroll-overlay{pointer-events:none}.card-spotlight.scroll-active .card-spotlight-overlay.scroll-overlay{pointer-events:auto}.card-spotlight-title,.card-spotlight-description,.card-spotlight-link{will-change:transform,opacity}
