@keyframes float{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:.8}to{opacity:0;transform:translateY(-1000px)rotate(720deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.particles{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.particle{background:#ffc53499;border-radius:50%;animation:15s linear infinite float;position:absolute}.particle:first-child{width:2px;height:2px;animation-delay:0s;left:10%}.particle:nth-child(2){width:3px;height:3px;animation-delay:1s;left:20%}.particle:nth-child(3){width:2px;height:2px;animation-delay:2s;left:30%}.particle:nth-child(4){width:4px;height:4px;animation-delay:3s;left:40%}.particle:nth-child(5){width:2px;height:2px;animation-delay:4s;left:50%}.particle:nth-child(6){width:3px;height:3px;animation-delay:5s;left:60%}.particle:nth-child(7){width:2px;height:2px;animation-delay:6s;left:70%}.particle:nth-child(8){width:4px;height:4px;animation-delay:7s;left:80%}.particle:nth-child(9){width:2px;height:2px;animation-delay:8s;left:90%}.particle:nth-child(10){width:3px;height:3px;animation-delay:9s;left:95%}.particle:nth-child(11){width:2px;height:2px;animation-delay:10s;left:15%}.particle:nth-child(12){width:3px;height:3px;animation-delay:11s;left:25%}.particle:nth-child(13){width:2px;height:2px;animation-delay:12s;left:35%}.particle:nth-child(14){width:4px;height:4px;animation-delay:13s;left:45%}.particle:nth-child(15){width:2px;height:2px;animation-delay:14s;left:55%}.spinner{border:3px solid #ffc5344d;border-top-color:#ffc534;border-radius:50%;width:50px;height:50px;margin:0 auto;animation:1s linear infinite spin}.MuiCard-root{transition:all .3s cubic-bezier(.4,0,.2,1)}.MuiButton-contained{position:relative;overflow:hidden}.MuiButton-contained:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.MuiButton-contained:hover:after{left:100%}@media (max-width:900px){.hero-section .MuiGrid-container{flex-direction:column}.hero-section .MuiGrid-item:first-child{order:2}.hero-section .MuiGrid-item:last-child{order:1;margin-bottom:2rem}}@media (max-width:768px){.MuiTypography-h1{font-size:2rem!important}.MuiTypography-h2{font-size:1.75rem!important}.MuiTypography-h5{font-size:1.1rem!important}.hero-cta-buttons{flex-direction:column;gap:1rem}.hero-cta-buttons button{width:100%}}.animate-fade-in{animation:.8s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0d1b2a}::-webkit-scrollbar-thumb{background:#ffc534;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:gold}
