.hero-container{background-color:var(--background);justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.orb-wrapper{z-index:0;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:10;text-align:center;flex-direction:column;align-items:center;padding:4rem 0;display:flex;position:relative}.hero-badge{background:#0e162199;border-radius:50px;align-items:center;gap:8px;margin-bottom:2rem;padding:8px 16px;font-size:.9rem;font-weight:500;display:inline-flex}.hero-title{max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.2}.hero-subtitle{color:#e8e8e8;max-width:600px;margin-bottom:3rem;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-secondary{color:var(--foreground);border:1px solid var(--glass-border);background:#0e1621cc;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:var(--glass-bg);border-color:#ffffff4d}@media (max-width:768px){.hero-badge{display:none}.hero-title{margin-top:1rem;padding-left:.5rem;padding-right:.5rem}.hero-subtitle{margin:0 .5rem 2.5rem}.hero-buttons{flex-direction:column!important}}.hero-buttons{flex-direction:row;align-items:center;gap:1rem;display:flex}
.horizontal-scroll-container{background-color:var(--background);height:400vh;position:relative}.sticky-wrapper{align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.scroll-content{width:400vw;display:flex}.scroll-panel{scroll-snap-align:center;justify-content:center;align-items:center;width:auto;min-width:100vw;height:60vh;padding:0 2rem;display:flex}.massive-text{text-transform:uppercase;letter-spacing:-.05em;white-space:nowrap;font-size:clamp(3rem,12vw,15rem);font-weight:800}
.back-to-top-btn{cursor:pointer;z-index:100;border:1px solid var(--glass-border);background:var(--glass-bg);border-radius:50%;outline:none;justify-content:center;align-items:center;width:50px;height:50px;padding:0;transition:box-shadow .3s,border-color .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #0000004d}.back-to-top-btn:hover{box-shadow:0 4px 20px var(--accent-glow);border-color:#2aabee80}@media (max-width:768px){.back-to-top-btn{width:45px;height:45px;bottom:1.5rem;right:1.5rem}}
