.premium-hero{--accent-hero:#ffffff;--glass-hero:rgba(255,255,255,0.03);--border-hero:rgba(255,255,255,0.1);position:relative;height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;background-color:#000;overflow:hidden;padding:0}.premium-hero-bg-wrapper{position:absolute;inset:0;z-index:0;height:120%;top:-10%}.premium-hero-image-bg{position:absolute;inset:0;background-size:cover;background-position:bottom;background-repeat:no-repeat;z-index:-3}.premium-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.75) 12%,transparent 30%),linear-gradient(180deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.6) 40%,rgba(0,0,0,.85));z-index:-2}.premium-hero-mesh{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 20% 30%,rgba(237,28,36,.06) 0,transparent 45%),radial-gradient(circle at 80% 70%,rgba(255,195,0,.05) 0,transparent 50%);filter:blur(60px)}.premium-hero-noise{position:absolute;inset:0;z-index:-1;opacity:.02;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.premium-hero-content{position:relative;z-index:5;max-width:1000px;width:100%;display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center;gap:3rem;padding:4rem 2rem 2rem}.premium-hero-logo{width:100%;max-width:clamp(280px,60vw,600px);height:auto;filter:drop-shadow(0 10px 40px rgba(0,0,0,.5))}.premium-hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.premium-hero-carousel-section{width:100%}.premium-hero-bottom-fade,.premium-scroll-indicator{display:none}@media (max-width:768px){.premium-hero-bottom-fade{display:block;position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,var(--color-black));z-index:15;pointer-events:none}.premium-hero-content{gap:2rem;padding-top:6rem}.premium-hero-logo{max-width:280px}.premium-hero-actions{width:100%;padding:0 1rem}.premium-hero-actions .app-btn{width:100%;justify-content:center}}