:root{--pwa-gold:#ff9800;--glass-bg:#ffffff08;--glass-border:#ffffff14}.landing-container{color:#fff;background:#050505;min-height:100vh;overflow-x:hidden}.landing-header{gap:24px}.landing-brand{min-width:0}.landing-logo{width:auto;max-width:min(52vw,320px);display:block}.landing-nav{flex-wrap:nowrap;min-width:0}.landing-nav-link{white-space:nowrap}.landing-login-btn{flex-shrink:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.8s forwards fadeInUp}.hero-section{justify-content:space-between;align-items:center;gap:60px;max-width:1400px;margin:0 auto;padding:180px 5% 100px;display:flex}.hero-title{font-size:88px;line-height:.9;font-family:var(--font-bebas);color:#fff;text-shadow:0 0 20px #f333;margin-bottom:24px}.hero-title span{color:var(--primary);background:linear-gradient(45deg,#f33,#f66);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{font-family:var(--font-rajdhani);letter-spacing:.5px;font-weight:400;color:#aaa!important;font-size:20px!important}.stats-container{text-align:center;justify-content:space-around;max-width:1200px;margin:0 auto;display:flex}.stat-item{transition:transform .3s}.stat-item:hover{transform:translateY(-5px)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.feature-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:16px;padding:40px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.feature-card:hover{border-color:var(--primary);background:#ff33330d;transform:translateY(-10px);box-shadow:0 20px 40px #0006}.demo-section{align-items:center;gap:80px;display:flex}.mobile-mockup-container{max-width:500px;margin:0 auto;position:relative}.mobile-mockup-container:after{content:"";z-index:-1;background:radial-gradient(circle,#ff333326 0%,#0000 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.hero-section{text-align:center;flex-direction:column;gap:40px;padding-top:140px}.hero-title{font-size:64px}.demo-section{text-align:center;flex-direction:column-reverse;gap:40px}.landing-header{gap:16px}.landing-nav{gap:18px!important}}@media (max-width:768px){.landing-header{padding-left:16px!important;padding-right:16px!important}.landing-logo{max-width:min(58vw,240px)}.landing-nav-link{display:none}.landing-login-btn{padding:10px 18px!important;font-size:12px!important}.hero-title{font-size:52px}.hero-subtitle{font-size:18px!important}.hero-btns{flex-direction:column;width:100%;gap:14px!important}.hero-primary-btn,.hero-secondary-btn{justify-content:center;width:100%;padding:16px 22px!important}.stats-container{flex-direction:column;gap:40px}}@media (max-width:480px){.hero-section{gap:32px;padding:128px 20px 72px}.hero-title{font-size:44px}.hero-subtitle{margin-bottom:32px!important;font-size:16px!important}.landing-logo{max-width:min(56vw,190px)}}
