:root{--primary-glow:radial-gradient(#0141ff66, #0141ff00);--secondary-glow:linear-gradient(to bottom right, #0141ff00, #0141ff00, #0141ff4d)}.landing-container{color:#fff;background:radial-gradient(circle,#0f172a 0%,#020617 100%);min-height:100vh;position:relative;overflow-x:hidden}.hero{text-align:center;z-index:1;max-width:1000px;margin:0 auto;padding:10rem 2rem 6rem;position:relative}.hero:before{content:"";background:var(--primary-glow);filter:blur(100px);z-index:-1;opacity:.5;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero h1{letter-spacing:-2px;margin-bottom:2rem;font-size:5rem;font-weight:800;line-height:1.1}.badge-new{color:#818cf8;background:#6366f11a;border:1px solid #6366f14d;border-radius:99px;margin-bottom:2rem;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-block}.hero-subtitle{color:#94a3b8;max-width:700px;margin:0 auto 3rem;font-size:1.5rem;line-height:1.6}.hero-actions{justify-content:center;gap:1.5rem;display:flex}.btn-main{border-radius:12px;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-main.primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);box-shadow:0 20px 40px -10px #6366f180}.btn-main.secondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.btn-main:hover{filter:brightness(1.2);transform:translateY(-4px)}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem;transition:all .3s}.feature-card:hover{background:#ffffff0f;border-color:#fff3}.feature-card h3{margin:1.5rem 0 1rem;font-size:1.5rem}.feature-card p{color:#94a3b8;line-height:1.6}@media (max-width:768px){.hero h1{font-size:3rem}.features-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}}
