:root{--hero-bg:#06090f;--hero-text:#f0f2f5;--hero-muted:#9ba3b0;--hero-accent:#6c5ce7;--hero-accent-light:#a29bfe;--hero-gradient-start:#6c5ce7;--hero-gradient-end:#00cec9;--hero-card-radius:14px;--hero-gap:14px;--hero-max-width:1360px;--hero-primary-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.HeroSection-module__KHHmxW__hero{background:var(--hero-bg);width:100%;min-height:100vh;font-family:var(--hero-primary-font);align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__KHHmxW__hero:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(70% 60% at 75%,#6c5ce71f 0%,#0000 70%);position:absolute;inset:0}.HeroSection-module__KHHmxW__heroInner{z-index:1;width:100%;max-width:var(--hero-max-width);align-items:center;gap:64px;margin:0 auto;padding:80px 48px;display:flex;position:relative}.HeroSection-module__KHHmxW__textColumn{flex-direction:column;flex:0 0 42%;gap:28px;max-width:42%;display:flex}.HeroSection-module__KHHmxW__badge{width:fit-content;color:var(--hero-accent-light);letter-spacing:.03em;text-transform:uppercase;background:#6c5ce71f;border:1px solid #6c5ce740;border-radius:100px;align-items:center;gap:8px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.HeroSection-module__KHHmxW__badgeDot{background:var(--hero-accent);width:7px;height:7px;box-shadow:0 0 8px var(--hero-accent);border-radius:50%;animation:2s ease-in-out infinite HeroSection-module__KHHmxW__pulseDot}@keyframes HeroSection-module__KHHmxW__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.HeroSection-module__KHHmxW__headline{color:var(--hero-text);letter-spacing:-.025em;font-size:clamp(2.4rem,4vw,3.6rem);font-weight:800;line-height:1.12}.HeroSection-module__KHHmxW__highlight{background:linear-gradient(135deg,var(--hero-gradient-start),var(--hero-gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HeroSection-module__KHHmxW__lightWeight{color:var(--hero-muted);font-weight:400}.HeroSection-module__KHHmxW__description{color:var(--hero-muted);max-width:460px;font-size:1.1rem;line-height:1.7}.HeroSection-module__KHHmxW__ctaRow{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.HeroSection-module__KHHmxW__btnBase{letter-spacing:.01em;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.HeroSection-module__KHHmxW__btnPrimary{background:linear-gradient(135deg,var(--hero-gradient-start),var(--hero-gradient-end));color:#fff;box-shadow:0 4px 24px #6c5ce759;}.HeroSection-module__KHHmxW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #6c5ce780}.HeroSection-module__KHHmxW__btnSecondary{color:var(--hero-text);background:0 0;border:1.5px solid #ffffff26;}.HeroSection-module__KHHmxW__btnSecondary:hover{border-color:var(--hero-accent-light);color:var(--hero-accent-light);transform:translateY(-2px)}.HeroSection-module__KHHmxW__btnArrow{font-size:1.15rem;transition:transform .25s}.HeroSection-module__KHHmxW__btnPrimary:hover .HeroSection-module__KHHmxW__btnArrow{transform:translate(4px)}.HeroSection-module__KHHmxW__mediaColumn{gap:var(--hero-gap);flex:1;height:640px;display:flex}.HeroSection-module__KHHmxW__columnWrapper{flex:1;position:relative;overflow:hidden}.HeroSection-module__KHHmxW__columnStrip{gap:var(--hero-gap);will-change:transform;flex-direction:column;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}@keyframes HeroSection-module__KHHmxW__scrollUpAnim{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes HeroSection-module__KHHmxW__scrollDownAnim{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.HeroSection-module__KHHmxW__scrollUp{animation-name:HeroSection-module__KHHmxW__scrollUpAnim}.HeroSection-module__KHHmxW__scrollDown{animation-name:HeroSection-module__KHHmxW__scrollDownAnim}.HeroSection-module__KHHmxW__mediaCard{border-radius:var(--hero-card-radius);background:#ffffff0a;flex-shrink:0;width:100%;position:relative;overflow:hidden}.HeroSection-module__KHHmxW__image{object-fit:cover;border-radius:var(--hero-card-radius);width:100%;height:100%;transition:transform .5s;display:block}.HeroSection-module__KHHmxW__mediaCard:hover .HeroSection-module__KHHmxW__image{transform:scale(1.04)}.HeroSection-module__KHHmxW__video,.HeroSection-module__KHHmxW__posterFallback{object-fit:cover;border-radius:var(--hero-card-radius);width:100%;height:100%;display:block}.HeroSection-module__KHHmxW__socialProof{align-items:center;gap:12px;margin-top:8px;display:flex}.HeroSection-module__KHHmxW__avatarStack{display:flex}.HeroSection-module__KHHmxW__avatar{border:2px solid var(--hero-bg);object-fit:cover;border-radius:50%;width:34px;height:34px;margin-left:-10px}.HeroSection-module__KHHmxW__avatar:first-child{margin-left:0}.HeroSection-module__KHHmxW__socialText{color:var(--hero-muted);font-size:.85rem}.HeroSection-module__KHHmxW__socialText strong{color:var(--hero-text)}@media (max-width:1024px){.HeroSection-module__KHHmxW__heroInner{flex-direction:column;gap:48px;padding:60px 28px}.HeroSection-module__KHHmxW__textColumn{text-align:center;flex:none;align-items:center;max-width:100%}.HeroSection-module__KHHmxW__description{max-width:540px}.HeroSection-module__KHHmxW__ctaRow{justify-content:center}.HeroSection-module__KHHmxW__mediaColumn{width:100%;height:420px}.HeroSection-module__KHHmxW__columnWrapper:nth-child(3){display:none}}@media (max-width:640px){.HeroSection-module__KHHmxW__heroInner{gap:36px;padding:40px 16px}.HeroSection-module__KHHmxW__headline{font-size:2rem}.HeroSection-module__KHHmxW__description{font-size:1rem}.HeroSection-module__KHHmxW__mediaColumn{gap:10px;height:340px}.HeroSection-module__KHHmxW__ctaRow{flex-direction:column;width:100%}.HeroSection-module__KHHmxW__btnBase{justify-content:center;width:100%}.HeroSection-module__KHHmxW__columnWrapper:nth-child(2){display:none}}
