.hero{background-color:#fff;flex-direction:column;width:100%;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background:radial-gradient(85% 65% at 68% 35%,#7b2cff17 0%,#0000 60%),radial-gradient(60% 55% at 8% 78%,#7b2cff0d 0%,#0000 55%),#fff;position:absolute;inset:0}.hero__grid{z-index:1;background-image:radial-gradient(#7b2cff24 1px,#0000 1px);background-size:36px 36px;animation:12s ease-in-out infinite grid-breathe;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 15%,#0000 80%);mask-image:radial-gradient(80% 80%,#000 15%,#0000 80%)}@keyframes grid-breathe{0%,to{opacity:.55}50%{opacity:.9}}.hero__noise{z-index:2;opacity:.018;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.hero__orb{pointer-events:none;filter:blur(90px);will-change:transform;border-radius:50%;position:absolute}.hero__orb--primary{z-index:3;background:#7b2cff1c;width:480px;height:480px;animation:13s ease-in-out infinite orb-drift;top:-80px;right:-60px}.hero__orb--secondary{z-index:3;background:#9b5cff14;width:280px;height:280px;animation:11s ease-in-out -4s infinite reverse orb-drift;bottom:0;left:-40px}@keyframes orb-drift{0%,to{transform:translate(0)scale(1)}25%{transform:translate(16px,-24px)scale(1.06)}50%{transform:translate(8px,12px)scale(.96)}75%{transform:translate(-12px,-8px)scale(1.03)}}.hero__content{z-index:10;flex-direction:column;flex:1;display:flex;position:relative}.hero__inner{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3rem;padding-top:7rem;padding-bottom:4rem;display:flex}@media (min-width:1280px){.hero__inner{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;min-height:100svh;padding-top:9rem;padding-bottom:4rem}}.hero__scroll-cue{z-index:10;color:#0d0e3d4d;letter-spacing:.12em;text-transform:uppercase;flex-direction:column;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:.68rem;animation:2.2s ease-in-out infinite scroll-cue-pulse;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-cue-line{background:linear-gradient(#7b2cff80,#0000);width:1px;height:32px}@keyframes scroll-cue-pulse{0%,to{opacity:.5;transform:translate(-50%)translateY(0)}50%{opacity:1;transform:translate(-50%)translateY(4px)}}.hero-text-gradient{background:linear-gradient(135deg,#0d0e3d 0%,#5b2ecc 48%,#7b2cff 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:7s infinite text-grad-shift}@keyframes text-grad-shift{0%,to{background-position:0%}50%{background-position:100%}}.hero-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:13px 28px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.hero-btn--primary{color:#fff;background:linear-gradient(135deg,#9b5cff 0%,#7b2cff 100%)}.hero-btn--primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff38,#0000);transition:transform .52s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translate(-100%)skew(-12deg)}.hero-btn--primary:hover:before{transform:translate(120%)skew(-12deg)}.hero-btn--primary:hover{transform:scale(1.04)translateY(-1px);box-shadow:0 8px 40px #7b2cff61,0 2px 16px #7b2cff26}.hero-btn--primary:active{transform:scale(.98)}.hero-btn--ghost{color:#7b2cff;background:0 0;border:1.5px solid #7b2cff59}.hero-btn--ghost:hover{background:#7b2cff0f;border-color:#7b2cff;transform:scale(1.02);box-shadow:0 4px 20px #7b2cff24}.carousel-container:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 52%,#7b2cff21 0%,#0000 62%);border-radius:50%;animation:6s ease-in-out infinite stage-glow;position:absolute;inset:-40px}@keyframes stage-glow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.carousel-item{text-align:center;opacity:.5;border-radius:8px;justify-content:center;align-items:center;width:200px;height:150px;transition:transform .9s,opacity .5s;display:flex;position:absolute}.carousel-item h2{margin:0}.carousel-button{cursor:pointer;color:#333;background:0 0;border:none;font-size:2rem;position:absolute;top:50%;transform:translateY(-60%)}.carousel-button:hover{color:#555}.carousel-button:first-child{left:10px}.carousel-button:nth-child(3){right:10px}.center{opacity:1;z-index:2;transform:translate(0)scale(1)}.left{z-index:1;transform:translate(-150px)scale(.8)}.right{z-index:1;transform:translate(150px)scale(.8)}
