*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#0f172a;color:#e2e8f0;line-height:1.6;min-height:100vh}a{text-decoration:none;color:inherit}nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(15,23,42,.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(148,163,184,.1);padding:0 40px;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:18px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;gap:8px}.nav-link{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;color:#94a3b8;transition:all .2s}.nav-link:hover{background:rgba(148,163,184,.08);color:#e2e8f0}.nav-link.active{background:rgba(102,126,234,.15);color:#667eea}.nav-cta{padding:8px 18px;border-radius:6px;font-size:13px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;cursor:pointer;transition:opacity .2s}.nav-cta:hover{opacity:.9}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:120px 40px 80px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;pointer-events:none}.hero-bg::before{content:'';position:absolute;top:-20%;left:-10%;width:50%;height:50%;border-radius:50%;background:linear-gradient(135deg,rgba(102,126,234,.15),transparent);filter:blur(80px)}.hero-bg::after{content:'';position:absolute;bottom:-20%;right:-10%;width:50%;height:50%;border-radius:50%;background:linear-gradient(225deg,rgba(118,75,162,.15),transparent);filter:blur(80px)}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:50px;background:rgba(102,126,234,.1);border:1px solid rgba(102,126,234,.2);font-size:13px;font-weight:500;color:#a5b4fc;margin-bottom:32px}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#48bb78;animation:pulse-dot 2s infinite}.hero h1{font-size:56px;font-weight:800;line-height:1.1;color:#f8fafc;max-width:800px;margin-bottom:24px;letter-spacing:-.02em}.hero h1 span{background:linear-gradient(135deg,#667eea,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero>p.lead{font-size:20px;color:#94a3b8;max-width:640px;margin:0 auto 48px;font-weight:400}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}.btn-hero{padding:14px 32px;border-radius:10px;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .2s;cursor:pointer;border:none}.btn-hero-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 30px rgba(102,126,234,.3)}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(102,126,234,.4)}.btn-hero-secondary{background:rgba(148,163,184,.1);color:#e2e8f0;border:1px solid rgba(148,163,184,.15)}.btn-hero-secondary:hover{background:rgba(148,163,184,.15);transform:translateY(-2px)}.section{padding:80px 40px;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-label{display:inline-block;padding:6px 14px;border-radius:6px;background:rgba(102,126,234,.1);color:#a5b4fc;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.section h2{font-size:36px;font-weight:700;color:#f8fafc;margin-bottom:16px}.section>p.lead{color:#94a3b8;font-size:18px;max-width:640px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.card{background:rgba(30,41,59,.6);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:32px;transition:all .3s}.card:hover{border-color:rgba(102,126,234,.25);transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.2)}.card-icon{width:48px;height:48px;border-radius:12px;background:rgba(102,126,234,.15);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px}.card h3{font-size:18px;font-weight:600;color:#f1f5f9;margin-bottom:12px}.card p{color:#94a3b8;font-size:15px;line-height:1.6}.usecase{grid-column:span 2;background:linear-gradient(135deg,rgba(102,126,234,.08) 0%,rgba(118,75,162,.08) 100%)}.usecase .card-icon{background:rgba(48,185,120,.15)}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-visual{background:rgba(30,41,59,.6);border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:12px}.feature-visual .demo-line{height:12px;border-radius:4px;background:linear-gradient(90deg,rgba(102,126,234,.3),rgba(118,75,162,.15));width:var(--w,60%)}.feature-visual .demo-line.s2{width:85%}.feature-visual .demo-line.s3{width:45%}.feature-visual .demo-line.s4{width:70%}.feature-visual .demo-img{aspect-ratio:4/3;border-radius:8px;background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center;color:#64748b;font-size:24px}.feature-info h3{font-size:28px;font-weight:700;color:#f1f5f9;margin-bottom:16px}.feature-info ul{list-style:none}.feature-info li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#94a3b8;font-size:15px}.feature-info li span{color:#48bb78;font-weight:600;flex-shrink:0}@media(max-width:768px){.cards-grid{grid-template-columns:1fr}.usecase{grid-column:span 1}.feature-row{grid-template-columns:1fr}.hero h1{font-size:36px}.section{padding:60px 20px}nav{padding:0 20px}.nav-links{display:none}.nav-mobile{display:block}}