.team-card{transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.value-card{transition:all .3s ease;position:relative;overflow:hidden}.value-card:hover{transform:translateY(-5px)}.value-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(37,99,235,.1),rgba(37,99,235,.05));opacity:0;transition:opacity .3s ease}.value-card:hover:before{opacity:1}.mission-bg{background:linear-gradient(135deg,#f8fafc,#e0e7ff)}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient-2{0%{background-position:100% 0}50%{background-position:0 100%}to{background-position:100% 0}}@keyframes gradient-3{0%{background-position:0 100%}50%{background-position:100% 0}to{background-position:0 100%}}.animate-gradient{background-size:300% 300%;animation:gradient 20s ease infinite}.animate-gradient-2{background-size:200% 200%;animation:gradient-2 25s ease infinite}.animate-gradient-3{background-size:200% 200%;animation:gradient-3 30s ease infinite}@keyframes float-1{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(40px,40px) rotate(15deg)}}@keyframes float-2{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-40px,40px) rotate(-15deg)}}@keyframes float-3{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(40px,-40px) rotate(15deg)}}@keyframes float-4{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-40px,-40px) rotate(-15deg)}}.animate-float-1{animation:float-1 15s ease-in-out infinite}.animate-float-2{animation:float-2 18s ease-in-out infinite}.animate-float-3{animation:float-3 20s ease-in-out infinite}.animate-float-4{animation:float-4 16s ease-in-out infinite}.particle-container{position:absolute;width:100%;height:100%}.particle{position:absolute;width:4px;height:4px;background:rgba(59,130,246,.2);border-radius:50%;animation:particle-float 20s linear infinite;filter:blur(1px)}.particle:first-child{top:20%;left:10%;animation-delay:0s}.particle:nth-child(2){top:30%;left:20%;animation-delay:2s}.particle:nth-child(3){top:40%;left:30%;animation-delay:4s}.particle:nth-child(4){top:50%;left:40%;animation-delay:6s}.particle:nth-child(5){top:60%;left:50%;animation-delay:8s}.particle:nth-child(6){top:70%;left:60%;animation-delay:10s}.particle:nth-child(7){top:80%;left:70%;animation-delay:12s}.particle:nth-child(8){top:90%;left:80%;animation-delay:14s}.particle:nth-child(9){top:20%;left:90%;animation-delay:16s}.particle:nth-child(10){top:30%;left:100%;animation-delay:18s}@keyframes particle-float{0%{transform:translateY(0) translateX(0);opacity:0}50%{opacity:.5}to{transform:translateY(-150px) translateX(100px);opacity:0}}