.animated-button{position:relative;display:inline-block;text-transform:uppercase;text-decoration:none;font-weight:600;transition:.5s;z-index:1;cursor:pointer;border:none;outline:none}.animated-button:before{top:0;height:100%;border-top:2px solid #b91c1c;border-bottom:2px solid #b91c1c;transform:scaleY(2);z-index:1}.animated-button:after,.animated-button:before{content:"";position:absolute;left:0;width:100%;border-radius:25px;opacity:0;transition:.3s}.animated-button:after{top:2px;height:calc(100% - 4px);background-color:#b91c1c;transform:scale(0);z-index:-1}.animated-button:hover{color:#fff!important}.animated-button:hover:after,.animated-button:hover:before{transform:scaleY(1);opacity:1}.animated-button--outline:before{border-top-color:#ef4444;border-bottom-color:#ef4444}.animated-button--outline:after{background-color:#ef4444}.sponsor-item,.sponsors-grid{position:relative}.sponsor-item{transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(0) scale(1);box-shadow:0 8px 20px rgba(0,0,0,.08);cursor:pointer;overflow:hidden}.sponsor-item:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 25px 50px rgba(239,68,68,.15);z-index:10}.sponsor-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(239,68,68,.1),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.sponsor-item:hover:before{opacity:1}.sponsor-item:first-child{transition-delay:0s;animation-delay:0s}.sponsor-item:nth-child(2){transition-delay:.1s;animation-delay:.1s}.sponsor-item:nth-child(3){transition-delay:.2s;animation-delay:.2s}.sponsor-item:nth-child(4){transition-delay:.3s;animation-delay:.3s}.sponsor-item:nth-child(5){transition-delay:.4s;animation-delay:.4s}.sponsor-item:nth-child(6){transition-delay:.5s;animation-delay:.5s}@keyframes sponsorCardAppear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sponsor-item{animation:sponsorCardAppear .6s ease-out forwards}@media (max-width:768px){.sponsor-item{transition-delay:0s!important;animation-delay:0s!important}.sponsor-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 30px rgba(239,68,68,.12)}}.sponsor-item:focus-visible{outline:2px solid #ef4444;outline-offset:2px;transform:translateY(-12px) scale(1.03);box-shadow:0 25px 50px rgba(239,68,68,.15)}.sponsor-item:active{transform:translateY(-8px) scale(1.01);transition-duration:.1s}.sponsors-grid{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}