.HeroSection_hero__c7eGr{position:relative;width:100%;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-bg);overflow:hidden;padding:var(--spacing-xl) 0 var(--spacing-lg)}.HeroSection_hero__c7eGr:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-mesh);pointer-events:none;z-index:1}.HeroSection_hero__c7eGr:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,102,255,.2),transparent);z-index:2}.HeroSection_heroContent__xJU06{position:relative;z-index:10;max-width:800px;margin:0 auto;text-align:center;padding:0 var(--spacing-md);display:flex;flex-direction:column;align-items:center}.HeroSection_heroTitle__KTflh{font-size:var(--font-size-xxl);font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-bottom:var(--spacing-sm);background:linear-gradient(180deg,var(--color-text) 0,#334155 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.HeroSection_heroSubtitle__jJeQw{font-size:var(--font-size-lg);font-weight:500;color:var(--color-text-secondary);margin-bottom:var(--spacing-lg);max-width:560px;line-height:1.6}.HeroSection_heroActions__CqpfT{display:flex;gap:var(--spacing-md);justify-content:center;margin-bottom:var(--spacing-md)}.HeroSection_heroButtonSecondary__FY2VS,.HeroSection_heroButton__7jNad{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:var(--font-size-base);font-weight:600;border-radius:var(--radius-sm);transition:all .35s cubic-bezier(.16,1,.3,1);min-width:150px;position:relative;overflow:hidden}.HeroSection_heroButton__7jNad{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 4px 16px rgba(0,102,255,.35),inset 0 0 0 1px hsla(0,0%,100%,.1)}.HeroSection_heroButton__7jNad:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.HeroSection_heroButton__7jNad:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,102,255,.45),inset 0 0 0 1px hsla(0,0%,100%,.15)}.HeroSection_heroButton__7jNad:hover:before{left:100%}.HeroSection_heroButtonSecondary__FY2VS{background:hsla(0,0%,100%,.6);color:var(--color-accent);border:1px solid rgba(0,102,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.HeroSection_heroButtonSecondary__FY2VS:hover{background:rgba(0,102,255,.05);border-color:rgba(0,102,255,.35);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,102,255,.1)}.HeroSection_heroBackground__okVYj{margin-bottom:var(--spacing-md);width:100%;max-width:1000px;display:flex;justify-content:center;perspective:1000px;position:relative}.HeroSection_heroBackground__okVYj:before{content:"";position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80%;height:40px;background:radial-gradient(ellipse at center,rgba(0,102,255,.15) 0,transparent 70%);pointer-events:none;z-index:-1}.HeroSection_heroBackground__okVYj img{width:100%;height:auto;border-radius:var(--radius-lg);filter:drop-shadow(0 24px 48px rgba(0,0,0,.1));transition:all .5s cubic-bezier(.16,1,.3,1)}.HeroSection_heroBackground__okVYj:hover img{transform:scale(1.02) translateY(-4px);filter:drop-shadow(0 32px 64px rgba(0,0,0,.14))}@media(max-width:768px){.HeroSection_hero__c7eGr{min-height:auto;padding:var(--spacing-lg) 0}.HeroSection_heroTitle__KTflh{font-size:36px}.HeroSection_heroSubtitle__jJeQw{font-size:16px}.HeroSection_heroActions__CqpfT{flex-direction:column;gap:var(--spacing-sm);width:100%;max-width:280px}.HeroSection_heroButtonSecondary__FY2VS,.HeroSection_heroButton__7jNad{width:100%}}