.inv-hero{position:relative;isolation:isolate;overflow:hidden;--inv-mouse-x: 50%;--inv-mouse-y: 50%}.inv-hero:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;z-index:-2;background:radial-gradient(ellipse at 22% 18%,rgba(30,130,200,.32) 0%,transparent 45%),radial-gradient(ellipse at 82% 22%,rgba(255,195,0,.26) 0%,transparent 50%),radial-gradient(ellipse at 45% 88%,rgba(91,184,240,.2) 0%,transparent 55%),radial-gradient(ellipse at 75% 78%,rgba(255,214,102,.18) 0%,transparent 50%);filter:blur(40px);animation:invMeshDrift 22s ease-in-out infinite alternate}.inv-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(800px circle at var(--inv-mouse-x) var(--inv-mouse-y),rgba(255,195,0,.12),transparent 65%);pointer-events:none;transition:background-position .05s linear}@keyframes invMeshDrift{0%{transform:translateZ(0) scale(1)}33%{transform:translate3d(-3%,2%,0) scale(1.04)}66%{transform:translate3d(2%,-3%,0) scale(1.06)}to{transform:translateZ(0) scale(1)}}.inv-hero .inv-ornament{position:absolute;pointer-events:none;border-radius:50%;z-index:-1;opacity:.5;filter:blur(2px)}.inv-hero .inv-ornament--1{top:12%;left:6%;width:88px;height:88px;background:linear-gradient(135deg,var(--inv-blue),transparent);animation:invFloat1 9s ease-in-out infinite}.inv-hero .inv-ornament--2{top:24%;right:9%;width:64px;height:64px;background:linear-gradient(135deg,var(--inv-gold),transparent);animation:invFloat2 11s ease-in-out infinite}.inv-hero .inv-ornament--3{bottom:14%;left:14%;width:120px;height:120px;background:linear-gradient(135deg,var(--inv-blue),var(--inv-gold));animation:invFloat3 13s ease-in-out infinite}@keyframes invFloat1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(20px,-30px) rotate(180deg)}}@keyframes invFloat2{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-25px,20px) rotate(-180deg)}}@keyframes invFloat3{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(15px,15px) rotate(180deg) scale(1.15)}}.inv-hero h1 .inv-hero-title-grad{background-size:200% auto!important;animation:invTitleShimmer 5s ease-in-out infinite}@keyframes invTitleShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.inv-hero-stat{position:relative;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.inv-hero-stat:hover{transform:translateY(-4px)}.inv-hero-stat-num{background:linear-gradient(135deg,var(--inv-gold),#ffe08a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 24px rgba(255,195,0,.18)}.inv-hero-stat-num[data-count-target]{font-variant-numeric:tabular-nums}.inv-card,.inv-market-card,.inv-vision-card,.inv-traction-card,.inv-micro-card{--inv-card-rx: 0deg;--inv-card-ry: 0deg;--inv-card-mx: 50%;--inv-card-my: 50%;transform-style:preserve-3d;transform:perspective(1100px) rotateX(var(--inv-card-rx)) rotateY(var(--inv-card-ry));transition:transform .18s ease-out,box-shadow .3s ease;position:relative;overflow:hidden}.inv-card:after,.inv-market-card:after,.inv-vision-card:after,.inv-traction-card:after,.inv-micro-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(420px circle at var(--inv-card-mx) var(--inv-card-my),rgba(255,195,0,.1),transparent 55%);pointer-events:none;opacity:0;transition:opacity .25s ease;border-radius:inherit}.inv-card.is-tilting:after,.inv-market-card.is-tilting:after,.inv-vision-card.is-tilting:after,.inv-traction-card.is-tilting:after,.inv-micro-card.is-tilting:after{opacity:1}.inv-card.is-tilting,.inv-market-card.is-tilting,.inv-vision-card.is-tilting,.inv-traction-card.is-tilting,.inv-micro-card.is-tilting{box-shadow:0 30px 70px #0b0f142e,0 12px 24px #1e82c81a}.inv-market-card-icon,.inv-vision-card .inv-vision-card-icon,.inv-traction-card-num,.inv-traction-card-num-big,.inv-market-card-size{transform:translateZ(40px);transition:transform .18s ease-out}.inv-btn-primary,.inv-btn-secondary{position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.inv-btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.45) 50%,transparent 70%);transform:translate(-100%);transition:transform .7s cubic-bezier(.4,0,.2,1);pointer-events:none}.inv-btn-primary:hover:before{transform:translate(100%)}.inv-btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 40px #ffc30052,0 8px 18px #1e82c82e}.inv-btn-secondary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 32px #1e82c838}.inv-reveal{opacity:0;transform:translate3d(0,36px,0);filter:blur(6px);transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1),filter .65s ease-out;will-change:opacity,transform,filter}.inv-reveal.inv-visible{opacity:1;transform:translateZ(0);filter:blur(0)}#inv-scroll-progress{position:fixed;right:0;top:0;width:3px;height:100vh;background:#0000000a;z-index:9000;pointer-events:none}[data-theme=dark] #inv-scroll-progress{background:#ffffff0f}#inv-scroll-progress-bar{display:block;width:100%;height:0%;background:linear-gradient(180deg,var(--inv-blue) 0%,var(--inv-gold) 100%);box-shadow:0 0 12px #1e82c88c;transition:height .08s linear}.inv-revenue-bar{transform-origin:bottom;animation:invBarRise 1.1s cubic-bezier(.34,1.56,.64,1) both;animation-play-state:paused}.inv-revenue.is-charted .inv-revenue-bar{animation-play-state:running}.inv-revenue.is-charted .inv-revenue-bar:nth-child(2){animation-delay:.08s}.inv-revenue.is-charted .inv-revenue-bar:nth-child(3){animation-delay:.16s}.inv-revenue.is-charted .inv-revenue-bar:nth-child(4){animation-delay:.24s}.inv-revenue.is-charted .inv-revenue-bar:nth-child(5){animation-delay:.32s}@keyframes invBarRise{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@media(prefers-reduced-motion:reduce){.inv-hero:before,.inv-hero .inv-ornament,.inv-hero h1 .inv-hero-title-grad,.inv-revenue-bar{animation:none!important}.inv-reveal{opacity:1;transform:none;filter:none;transition:none}.inv-card,.inv-market-card,.inv-vision-card,.inv-traction-card,.inv-micro-card{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/94/assets/cw-investor-fx.css.map */
