.landing-container{background:radial-gradient(circle at top, rgba(var(--theme-color-rgb), .15) 0%, var(--bg-primary) 70%);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.landing-hero{max-width:800px;margin-bottom:4rem}.hero-title{margin-bottom:1rem;font-size:4rem;line-height:1.1}.hero-title .highlight{color:var(--theme-color);text-shadow:0 0 20px rgba(var(--theme-color-rgb), .4)}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.hero-actions{justify-content:center;gap:1rem;display:flex}.btn-large{padding:1rem 2rem;font-size:1.1rem}.landing-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1000px;display:grid}.feature-card{text-align:left;padding:2rem;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:var(--theme-color);margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--text-secondary);line-height:1.5}
