.premium-hero{padding:calc(var(--nav-height) + 6rem)2rem 4rem;color:var(--element-fg);text-align:center;background:linear-gradient(135deg,#191414 0%,#2a5a58 100%);flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.premium-hero-content{max-width:800px}.premium-hero h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800}.premium-hero p{color:var(--element-fg);margin-bottom:2.5rem;font-size:1.2rem}.premium-hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.premium-features{background-color:var(--scaffold-bg);padding:8rem 2rem;position:relative;overflow:hidden}.premium-features:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#4bcec914 0%,#0000 70%);width:60vw;height:60vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.premium-features-header{text-align:center;z-index:1;margin-bottom:5rem;position:relative}.premium-features-header h2{background:linear-gradient(135deg,#fff 0%,var(--element-brand)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);display:inline-block}.premium-features-grid{z-index:1;grid-template-columns:1fr;gap:2.5rem;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (width>=600px){.premium-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.premium-features-grid{grid-template-columns:repeat(4,1fr)}}.premium-feature-item{text-align:center;-webkit-backdrop-filter:blur(20px);background:#24242480;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 30px #0003}.premium-feature-item:hover{background:#242424cc;border-color:#4bcec94d;transform:translateY(-10px);box-shadow:0 20px 40px #0006,0 0 40px #4bcec926}.premium-feature-item .icon-wrapper{width:90px;height:90px;color:var(--element-brand);background:linear-gradient(135deg,#4bcec926 0%,#4bcec90d 100%);border-radius:24px;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:inset 0 0 20px #4bcec91a}.premium-feature-item:hover .icon-wrapper{background:var(--element-brand);color:#191414;transform:scale(1.15)rotate(5deg);box-shadow:0 15px 25px #4bcec94d}.premium-feature-item .icon-wrapper svg{width:40px;height:40px;transition:all .4s}.premium-feature-item h3{margin-bottom:1rem;font-size:1.3rem;font-weight:800}.premium-feature-item p{color:var(--element-fg-secondary);font-size:1rem;line-height:1.7}.premium-plans-section{background-color:var(--scaffold-bg);padding:6rem 2rem}.premium-plans-header{text-align:center;margin-bottom:4rem}.premium-plans-header h2{margin-bottom:1rem;font-size:clamp(2rem,5vw,2.8rem)}.premium-plans-header p{max-width:600px;margin:0 auto;font-size:1.1rem}.free-plan-card{border:2px solid var(--shimmer-highlight);background:0 0}.plan-card-wrapper{margin-top:3rem}