.main-landing{min-height:100vh;background:#0f172a;color:#fff;font-family:Inter,sans-serif}.nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;max-width:1200px;margin:0 auto}.logo-container{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.25rem}.logo-icon{width:32px;height:32px;color:#10b981}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:60vh;padding:4rem 2rem;max-width:1200px;margin:0 auto}.hero-badge{background:#10b9811a;color:#10b981;padding:6px 16px;border-radius:20px;font-weight:600;font-size:.875rem;margin-bottom:2rem;border:1px solid rgba(16,185,129,.2)}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero-subtitle{font-size:1.25rem;color:#94a3b8;max-width:600px;margin-bottom:3rem;line-height:1.6}.cta-group{display:flex;gap:1rem}.btn{padding:12px 24px;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s;cursor:pointer;text-decoration:none}.btn-primary{background:#10b981;color:#fff;border:none}.btn-primary:hover{background:#059669;transform:translateY(-1px)}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:#ffffff26}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:4rem 2rem;max-width:1200px;margin:0 auto}.feature-card{background:#1e293b80;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.feature-desc{color:#94a3b8;line-height:1.5}
