.HeroSection-module__whJqBW__hero{background:var(--color-bg-primary);justify-content:center;align-items:center;min-height:100svh;padding:120px 24px 60px;display:flex;position:relative;overflow:hidden}@media (max-height:600px){.HeroSection-module__whJqBW__hero{align-items:flex-start;min-height:650px;padding-top:140px}}.HeroSection-module__whJqBW__mesh{will-change:transform;pointer-events:none;position:absolute;inset:-100px}.HeroSection-module__whJqBW__blob1,.HeroSection-module__whJqBW__blob2,.HeroSection-module__whJqBW__blob3{filter:blur(80px);opacity:.45;border-radius:50%;position:absolute}.HeroSection-module__whJqBW__blob1{background:radial-gradient(circle,#2a52be 0%,#0000 70%);width:600px;height:600px;animation:12s ease-in-out infinite alternate HeroSection-module__whJqBW__drift1;top:-100px;left:-100px}.HeroSection-module__whJqBW__blob2{background:radial-gradient(circle,#8a2be2 0%,#0000 70%);width:500px;height:500px;animation:16s ease-in-out infinite alternate HeroSection-module__whJqBW__drift2;bottom:-50px;right:-50px}.HeroSection-module__whJqBW__blob3{opacity:.15;background:radial-gradient(circle,#00e5ff 0%,#0000 70%);width:400px;height:400px;animation:10s ease-in-out infinite alternate HeroSection-module__whJqBW__drift3;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes HeroSection-module__whJqBW__drift1{0%{transform:translate(0)scale(1)}to{transform:translate(80px,60px)scale(1.15)}}@keyframes HeroSection-module__whJqBW__drift2{0%{transform:translate(0)scale(1)}to{transform:translate(-60px,-80px)scale(1.1)}}@keyframes HeroSection-module__whJqBW__drift3{0%{transform:translate(-50%,-50%)scale(1)}to{transform:translate(-50%,-50%)scale(1.3)}}.HeroSection-module__whJqBW__noise{pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.HeroSection-module__whJqBW__container{z-index:10;text-align:center;width:100%;max-width:1200px;padding:0 24px;position:relative}.HeroSection-module__whJqBW__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffb3;font-size:13px;font-family:var(--font-inter),sans-serif;letter-spacing:.04em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;display:inline-flex}.HeroSection-module__whJqBW__badgeDot{background:var(--color-accent-cyan);width:8px;height:8px;box-shadow:0 0 8px var(--color-accent-cyan);border-radius:50%;animation:2s ease-in-out infinite HeroSection-module__whJqBW__pulse}@keyframes HeroSection-module__whJqBW__pulse{0%,to{opacity:1}50%{opacity:.4}}.HeroSection-module__whJqBW__title{font-family:var(--font-outfit),sans-serif;letter-spacing:-.04em;color:var(--color-text-primary);perspective:600px;margin-bottom:24px;font-size:clamp(3rem,9vw,7rem);font-weight:800;line-height:1.25}.HeroSection-module__whJqBW__wordWrapper{vertical-align:baseline;margin-top:-.1em;margin-bottom:-.1em;padding-top:.1em;padding-bottom:.1em;display:inline-block;overflow:hidden}.HeroSection-module__whJqBW__word{display:inline-block}.HeroSection-module__whJqBW__dynamicWordContainer{vertical-align:bottom;grid-template-areas:"stack";min-width:8ch;transition:min-width .3s;display:inline-grid}@media (min-width:1024px){.HeroSection-module__whJqBW__dynamicWordContainer{min-width:10ch}}.HeroSection-module__whJqBW__dynamicWord{opacity:0;white-space:nowrap;background:linear-gradient(135deg,var(--color-accent-cyan),var(--color-accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;grid-area:stack;padding:.05em .15em .12em 0;transition:opacity .5s,transform .5s cubic-bezier(.4,0,.2,1);transform:translateY(40%)}.HeroSection-module__whJqBW__dynamicWord.HeroSection-module__whJqBW__activeWord{opacity:1;transform:translateY(0)}.HeroSection-module__whJqBW__dynamicWord.HeroSection-module__whJqBW__inactiveWord{opacity:0;transform:translateY(-40%)}.HeroSection-module__whJqBW__subtitle{font-family:var(--font-inter),sans-serif;color:var(--color-text-secondary);max-width:560px;margin:0 auto 48px;font-size:clamp(1rem,2.2vw,1.25rem);line-height:1.7}.HeroSection-module__whJqBW__cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.HeroSection-module__whJqBW__ctaPrimary{background:var(--color-accent-cyan);color:#000;font-family:var(--font-inter),sans-serif;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 0 24px #00e5ff59}.HeroSection-module__whJqBW__ctaPrimary:hover{transform:scale(1.03);box-shadow:0 0 40px #00e5ff8c}.HeroSection-module__whJqBW__ctaPrimary:active{transform:scale(.98);box-shadow:0 0 16px #00e5ff4d}.HeroSection-module__whJqBW__ctaSecondary{color:var(--color-text-primary);font-family:var(--font-inter),sans-serif;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff26;border-radius:100px;align-items:center;padding:14px 32px;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.HeroSection-module__whJqBW__ctaSecondary:hover{background:#ffffff14;border-color:#ffffff59;transform:scale(1.02)}.HeroSection-module__whJqBW__ctaSecondary:active{transform:scale(.98)}.HeroSection-module__whJqBW__scrollIndicator{color:#ffffff80;z-index:10;transition:color .2s;animation:2s cubic-bezier(.4,0,.2,1) infinite HeroSection-module__whJqBW__bounce;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.HeroSection-module__whJqBW__scrollIndicator:hover{color:var(--color-accent-cyan)}@keyframes HeroSection-module__whJqBW__bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}@media (max-width:640px){.HeroSection-module__whJqBW__cta{flex-direction:column;align-items:center}.HeroSection-module__whJqBW__ctaPrimary,.HeroSection-module__whJqBW__ctaSecondary{justify-content:center;width:100%;max-width:320px}}@keyframes HeroSection-module__whJqBW__fadeInUp{0%{opacity:0;transform:translateY(40px)rotateX(-45deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}@keyframes HeroSection-module__whJqBW__fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__whJqBW__popIn{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.HeroSection-module__whJqBW__animateFadeInUp{opacity:0;animation:.6s cubic-bezier(.4,0,.2,1) forwards HeroSection-module__whJqBW__fadeInUp}.HeroSection-module__whJqBW__animateFadeInUp:first-child{animation-delay:.1s}.HeroSection-module__whJqBW__animateFadeInUp:nth-child(2){animation-delay:.18s}.HeroSection-module__whJqBW__animateFadeInUp:nth-child(3){animation-delay:.26s}.HeroSection-module__whJqBW__animateFadeInUp:nth-child(4){animation-delay:.34s}.HeroSection-module__whJqBW__animateFadeInUp:nth-child(5){animation-delay:.42s}.HeroSection-module__whJqBW__animateFadeIn{opacity:0;animation:.7s cubic-bezier(.4,0,.2,1) .4s forwards HeroSection-module__whJqBW__fadeIn}.HeroSection-module__whJqBW__animatePopIn{opacity:0;animation:.5s cubic-bezier(.4,0,.2,1) forwards HeroSection-module__whJqBW__popIn}.HeroSection-module__whJqBW__animatePopIn:first-child{animation-delay:.5s}.HeroSection-module__whJqBW__animatePopIn:nth-child(2){animation-delay:.6s}.HeroSection-module__whJqBW__badgeFadeIn{opacity:0;animation:.6s cubic-bezier(.4,0,.2,1) forwards HeroSection-module__whJqBW__fadeIn}
