.HeroSection-module__tBI6Sa__hero{background:var(--color-bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__tBI6Sa__background,.HeroSection-module__tBI6Sa__backgroundImage{width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__tBI6Sa__backgroundOverlay{background:linear-gradient(135deg,#000c 0%,#000000b3 50%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__tBI6Sa__container{max-width:var(--container-max-width);padding:0 var(--space-4);z-index:2;width:100%;margin:0 auto;position:relative}@media (min-width:768px){.HeroSection-module__tBI6Sa__container{padding:0 var(--space-6)}}@media (min-width:1024px){.HeroSection-module__tBI6Sa__container{padding:0 var(--space-8)}}.HeroSection-module__tBI6Sa__content{z-index:2;text-align:left;max-width:800px;position:relative}.HeroSection-module__tBI6Sa__badge{color:#fff;font-size:var(--fs-sm);font-weight:var(--fw-medium);letter-spacing:var(--ls-wide);text-transform:uppercase;padding:var(--space-2)var(--space-4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:var(--space-8);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:inline-block}.HeroSection-module__tBI6Sa__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,2.6rem);font-weight:var(--fw-regular);letter-spacing:var(--ls-tight);color:#fff;margin:0 0 var(--space-6)0;gap:var(--space-2);flex-direction:column;line-height:1.08;display:flex}.HeroSection-module__tBI6Sa__titleMain{font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--ls-wide);color:#fff;font-size:1.18em}.HeroSection-module__tBI6Sa__titleSub{font-size:.42em;font-weight:var(--fw-regular);letter-spacing:var(--ls-normal);opacity:.9;text-transform:none;color:#fffffff2}.HeroSection-module__tBI6Sa__titleUnderline{width:160px;height:3px;margin-bottom:var(--space-8);position:relative;overflow:hidden}.HeroSection-module__tBI6Sa__underlineMain{background:#fffc;width:100%;height:2px}.HeroSection-module__tBI6Sa__underlineAccent{background:var(--color-accent);width:60px;height:1px;position:absolute;top:1px;left:0}.HeroSection-module__tBI6Sa__description{font-size:var(--fs-lg);color:#ffffffe6;margin-bottom:var(--space-8);max-width:600px;line-height:1.6;font-weight:var(--fw-regular)}.HeroSection-module__tBI6Sa__features{gap:var(--space-3);margin-bottom:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.HeroSection-module__tBI6Sa__featureItem{align-items:center;gap:var(--space-3);padding:var(--space-2)0;display:flex}.HeroSection-module__tBI6Sa__featureIcon{width:20px;height:20px;color:var(--color-accent);flex-shrink:0}.HeroSection-module__tBI6Sa__featureText{font-size:var(--fs-base);color:#ffffffe6;font-weight:var(--fw-medium)}.HeroSection-module__tBI6Sa__ctaContainer{gap:var(--space-4);margin-bottom:var(--space-10);flex-wrap:wrap;align-items:center;display:flex}.HeroSection-module__tBI6Sa__primaryButton{align-items:center;gap:var(--space-3);padding:var(--space-4)var(--space-8);background-color:var(--color-accent);color:#fff;font-size:var(--fs-base);font-weight:var(--fw-semibold);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-lg);border:none;min-height:56px;display:inline-flex}.HeroSection-module__tBI6Sa__primaryButton:hover{background-color:var(--color-accent-hover);box-shadow:var(--shadow-xl)}.HeroSection-module__tBI6Sa__secondaryButton{align-items:center;gap:var(--space-3);padding:var(--space-4)var(--space-8);color:#fff;font-size:var(--fs-base);font-weight:var(--fw-semibold);cursor:pointer;transition:all var(--transition-normal);background-color:#0000;border:2px solid #fff6;min-height:56px;text-decoration:none;display:inline-flex}.HeroSection-module__tBI6Sa__secondaryButton:hover{border-color:var(--color-accent);color:var(--color-accent);background-color:#ffffff1a}.HeroSection-module__tBI6Sa__buttonText{z-index:2;position:relative}.HeroSection-module__tBI6Sa__arrow{width:20px;height:20px;transition:transform var(--transition-fast)}.HeroSection-module__tBI6Sa__primaryButton:hover .HeroSection-module__tBI6Sa__arrow{transform:translate(3px)}.HeroSection-module__tBI6Sa__stats{gap:var(--space-8);padding-top:var(--space-8);border-top:1px solid #fff3;flex-wrap:wrap;align-items:center;display:flex}.HeroSection-module__tBI6Sa__statItem{align-items:flex-start;gap:var(--space-1);flex-direction:column;display:flex}.HeroSection-module__tBI6Sa__statNumber{font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-accent);line-height:1}.HeroSection-module__tBI6Sa__statText{font-size:var(--fs-sm);color:#fffc;font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:var(--ls-wide)}.HeroSection-module__tBI6Sa__scrollIndicator{bottom:var(--space-8);color:#ffffffb3;z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.HeroSection-module__tBI6Sa__scrollLine{background:#ffffff80;width:1px;height:50px;animation:2s infinite HeroSection-module__tBI6Sa__scrollLine}@keyframes HeroSection-module__tBI6Sa__scrollLine{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(15px)}}@media (max-width:768px){.HeroSection-module__tBI6Sa__hero{text-align:center;min-height:100vh}.HeroSection-module__tBI6Sa__content{text-align:center;padding-top:80px}.HeroSection-module__tBI6Sa__features{gap:var(--space-2);grid-template-columns:1fr}.HeroSection-module__tBI6Sa__featureItem{justify-content:center}.HeroSection-module__tBI6Sa__ctaContainer{width:100%;margin-bottom:var(--space-8);flex-direction:column;justify-content:center}.HeroSection-module__tBI6Sa__primaryButton,.HeroSection-module__tBI6Sa__secondaryButton{width:100%;max-width:300px;padding:var(--space-4)var(--space-6);justify-content:center}.HeroSection-module__tBI6Sa__title{margin-bottom:var(--space-5)}.HeroSection-module__tBI6Sa__description{font-size:var(--fs-base);margin-bottom:var(--space-6)}.HeroSection-module__tBI6Sa__badge{font-size:var(--fs-xs);padding:var(--space-2)var(--space-3)}.HeroSection-module__tBI6Sa__titleUnderline{margin-left:auto;margin-right:auto}.HeroSection-module__tBI6Sa__stats{justify-content:center;gap:var(--space-6)}.HeroSection-module__tBI6Sa__statItem{align-items:center}}@media (max-width:480px){.HeroSection-module__tBI6Sa__title{font-size:clamp(1.7rem,6vw,2.1rem)}.HeroSection-module__tBI6Sa__titleMain{letter-spacing:.03em}.HeroSection-module__tBI6Sa__titleSub{letter-spacing:.02em;font-size:.6em}.HeroSection-module__tBI6Sa__description{font-size:var(--fs-sm)}.HeroSection-module__tBI6Sa__container{padding:0 var(--space-3)}.HeroSection-module__tBI6Sa__primaryButton,.HeroSection-module__tBI6Sa__secondaryButton{min-height:48px;padding:var(--space-3)var(--space-5)}.HeroSection-module__tBI6Sa__stats{gap:var(--space-4)}.HeroSection-module__tBI6Sa__statNumber{font-size:var(--fs-lg)}.HeroSection-module__tBI6Sa__statText{font-size:var(--fs-xs)}.HeroSection-module__tBI6Sa__features{gap:var(--space-2)}.HeroSection-module__tBI6Sa__featureItem{padding:var(--space-1)0}}@media (prefers-reduced-motion:reduce){.HeroSection-module__tBI6Sa__primaryButton,.HeroSection-module__tBI6Sa__secondaryButton,.HeroSection-module__tBI6Sa__arrow{transition:none}.HeroSection-module__tBI6Sa__primaryButton:hover,.HeroSection-module__tBI6Sa__secondaryButton:hover{transform:none}.HeroSection-module__tBI6Sa__scrollLine{animation:none}}
