.submission-criteria-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--soft-black);overflow:hidden;.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;.hero-video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute!important;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(34,33,41,0) 0,var(--soft-black) 100%),linear-gradient(0deg,rgba(34,33,41,.4) 0,rgba(34,33,41,.4) 100%)}}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 20px;.hero-container{animation:fadeInUp 1s ease-out;.hero-logo{margin-bottom:70px;animation:fadeInUp .8s ease-out;.award-logo{max-width:400px;width:100%;height:auto}}.hero-main-title h1{display:flex;flex-direction:column;align-items:center;margin:0;animation:fadeInUp 1.2s ease-out;.title-line{text-align:center;font-family:var(--font-la-grotesque-regular);font-style:normal;text-transform:uppercase;margin-bottom:10px;animation:fadeInUp 1.2s ease-out;animation-fill-mode:both;&:first-child{color:var(--pure-white);font-size:40px;font-weight:400;line-height:40px;margin-bottom:10px;font-family:var(--font-la-grotesque-regular);animation-delay:.2s}&:last-child{color:var(--pure-white);font-size:70px;font-weight:700;line-height:70px;font-family:var(--font-la-grotesque-bold);animation-delay:.4s}}}}}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px) scale(.95);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width:768px){.submission-criteria-hero-section{.hero-content{.hero-container{.hero-main-title h1{.title-line{&:first-child{font-size:32px;line-height:32px;margin-bottom:15px}&:last-child{font-size:56px;line-height:56px}}}}}}}@media (max-width:480px){.submission-criteria-hero-section{.hero-content{.hero-container{.hero-logo{.award-logo{max-width:300px}}.hero-main-title h1{.title-line{&:first-child{font-size:28px;line-height:28px;margin-bottom:10px}&:last-child{font-size:48px;line-height:48px}}}}}}}.criteria-carousel-section{background:var(--soft-black);position:relative;overflow:hidden;.container{padding:0}.carousel-container{position:relative;&:before{left:0;background:linear-gradient(90deg,#222129,rgba(34,33,41,0))}&:after,&:before{content:"";position:absolute;top:0;width:200px;height:100%;z-index:2;pointer-events:none}&:after{right:0;background:linear-gradient(270deg,#222129,rgba(34,33,41,0))}}.carousel-wrapper{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:0 100px;&::-webkit-scrollbar{display:none}}.criteria-card{flex:0 0 300px;min-width:380px;border-radius:6px;background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.08));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);&:last-child{margin-right:0}}.carousel-controls{display:flex;justify-content:center;gap:10px;margin-top:30px;.control-btn{width:60px;height:60px;border:1px solid var(--pure-white);border-radius:6px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;&:hover{border-color:var(--primary-bright-green);background:rgba(25,247,61,.1)}&:disabled{opacity:.5;cursor:not-allowed}img{width:24px;height:24px}}}}@media (max-width:768px){.criteria-carousel-section{.carousel-container{&:after,&:before{width:100px}}.carousel-wrapper{gap:15px}.criteria-card{flex:0 0 280px;min-width:280px}.carousel-controls{margin-top:30px;gap:15px;.control-btn{width:44px;height:44px;img{width:20px;height:20px}}}}}@media (max-width:480px){.criteria-carousel-section{.carousel-container{&:after,&:before{width:60px}}.carousel-wrapper{gap:12px}.criteria-card{flex:0 0 260px;min-width:260px}.carousel-controls{margin-top:25px;gap:12px;.control-btn{width:40px;height:40px;img{width:18px;height:18px}}}}}