.landing-hero{position:relative;overflow:hidden;background:rgb(var(--color-background));height:100vh;display:flex;flex-direction:column}.landing-hero__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.landing-hero__bg img{width:100%;height:100%;object-fit:cover}.landing-hero__bg parallax-element{display:block;width:100%;height:100%;overflow:hidden}.landing-hero__bg parallax-element img{width:100%;height:100%;object-fit:cover}.landing-hero__inner{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-start;padding-top:var(--hero-padding-top);padding-bottom:var(--hero-padding-bottom);gap:var(--f-column-gap-xl,3rem);height:100%}.landing-hero__content{flex:0 0 auto;width:60%}.landing-hero__title{color:rgb(var(--color-foreground));margin:0 0 20px}.landing-hero__number{font-size:var(--font-size-xxs);text-transform:uppercase;color:rgb(var(--color-subtext));margin-bottom:8px}.landing-hero__description{font-size:var(--font-size-xs);line-height:1.8;color:rgb(var(--color-subtext));margin-bottom:30px;max-width:480px}.landing-hero__buttons{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:50px}.landing-hero__stats{border-top:1px solid rgba(var(--color-border),var(--color-border-alpha,1));padding-top:24px;display:flex;gap:0;justify-content:flex-start}.landing-hero__stat{flex:1;display:flex;align-items:flex-start;gap:10px;white-space:nowrap}.landing-hero__stat-number{font-size:var(--font-size-xl);color:rgb(var(--color-foreground));line-height:1.35}.landing-hero__stat-label{font-size:var(--font-size-xl);line-height:1.35;color:rgb(var(--color-subtext))}.landing-hero__bundle{position:relative;flex:0 0 auto;width:35%;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:30px 20px 60px;aspect-ratio:var(--bundle-aspect-ratio)}.landing-hero__bundle-bg{position:absolute;inset:0;z-index:0}.landing-hero__bundle-bg img{width:100%;height:100%;object-fit:cover}.landing-hero__bundle-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.landing-hero__bundle-text{font-size:var(--font-size-xxs);color:rgb(var(--color-foreground));line-height:1.7}@media (max-width:989px){.landing-hero{height:auto;min-height:100vh}.landing-hero__inner{flex-direction:column;padding-top:80px;padding-bottom:80px;height:auto}.landing-hero__content{width:100%}.landing-hero__bundle{width:100%;min-height:320px;margin-top:0}.landing-hero__stats{flex-wrap:wrap;gap:20px}.landing-hero__stat{flex:0 0 calc(50% - 10px)}}