:root{--channel-link-main:#3c1ae9}.circle-bg{background:#3c1ae9;border-radius:50%;filter:blur(116.25px);height:clamp(280px,30vw,441px);opacity:.2;pointer-events:none;position:absolute;width:clamp(280px,30vw,441px);will-change:transform}.circle-bg.circle-bg-1{animation:floatBg1 12s ease-in-out infinite alternate;left:5%;top:14%;z-index:0}.circle-bg.circle-bg-2{animation:floatBg2 15s ease-in-out infinite alternate;right:10%;top:14%;z-index:0}.circle-bg.circle-bg-3{animation:floatBg3 18s ease-in-out infinite alternate;right:10%;top:40%;z-index:0}@keyframes floatBg1{0%{transform:translate(0) scale(1)}to{transform:translate(30px,40px) scale(1.08)}}@keyframes floatBg2{0%{transform:translate(0) scale(1)}to{transform:translate(-35px,-30px) scale(.92)}}@keyframes floatBg3{0%{transform:translate(0) scale(1)}to{transform:translate(25px,-35px) scale(1.05)}}.hero-section{background-color:#01022e;border-radius:0 0 45px 45px;color:#fafbff;overflow:hidden;padding:clamp(180px,6vw,180px) clamp(20px,4vw,50px) clamp(30px,4vw,50px);position:relative}.hero-container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1800px;position:relative;z-index:1}.hero-header{margin-bottom:40px;max-width:992px;text-align:center}.hero-title{font-size:clamp(2.25rem,5vw + 1rem,5rem);font-weight:500;line-height:1.1;margin:0 0 20px}.hero-subtitle{font-size:clamp(1rem,1.5vw + .5rem,1.5rem);font-weight:400;line-height:1.5;margin:auto auto 30px;max-width:600px}.hero-ctas{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.hero-logos-carousel{display:flex;margin-bottom:40px;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);max-width:1280px;overflow:hidden;width:100%}.hero-logos-track{animation:logo-scroll 25s linear infinite;display:flex;flex-shrink:0;width:max-content;will-change:transform}.hero-logos-carousel:hover .hero-logos-track{animation-play-state:paused}.hero-logos-group{align-items:center;display:flex;flex-shrink:0;gap:clamp(30px,4vw,60px);justify-content:space-around;padding-right:clamp(30px,4vw,60px)}.hero-logos-group img{filter:brightness(0) invert(1);height:28px;object-fit:contain;opacity:.8;transition:opacity .3s ease;width:auto}.hero-logos-group img:hover{opacity:1}@keyframes logo-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.hero-video-wrapper{aspect-ratio:var(--media-ratio,16/9);background:#000;border:1px solid hsla(0,0%,100%,.1);border-radius:clamp(16px,2vw,25px);box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 40px rgba(60,26,233,.15);overflow:hidden;width:100%}.hero-video{display:block;height:100%;object-fit:cover;width:100%}@media screen and (max-width:1079px){.hero-video-wrapper{aspect-ratio:var(--media-ratio-mobile,var(--media-ratio,16/9))}.circle-bg.circle-bg-1{top:10%}}@media (max-width:768px){.hero-ctas{flex-direction:column;width:100%}.channel-card__link,.hero-btn-secondary{justify-content:center}.hero-section{background-color:#01022e;border-radius:0 0 25px 25px;color:#fafbff;overflow:hidden;padding:clamp(50px,6vw,80px) clamp(20px,4vw,50px) clamp(30px,4vw,50px);position:relative}}