.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-btn-primary{padding:1rem 2.5rem;border-radius:99px;background-color:#fff;color:#000;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:.5rem}.premium-btn-primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px rgba(255,255,255,.15)}.premium-btn-secondary{padding:1rem 2.5rem;border-radius:99px;background-color:var(--glass-hero);color:#fff;font-weight:500;font-size:1rem;text-decoration:none;border:1px solid var(--border-hero);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:.5rem}.premium-btn-secondary:hover{background-color:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.premium-hero-carousel-section{width:100%}.premium-hero-bottom-fade,.premium-scroll-indicator{display:none}@media (max-width:768px){.premium-hero-content{gap:2rem;padding-top:6rem}.premium-hero-logo{max-width:280px}.premium-hero-actions{width:100%;padding:0 1rem}.premium-btn-primary,.premium-btn-secondary{width:100%;justify-content:center;padding:.85rem 1.5rem}}