@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #06b6d4;--primary-hover: #0891b2;--bg-dark: #0f172a;--bg-panel: #1e293b;--text-main: #f8fafc;--text-muted: #94a3b8;--border: rgba(255, 255, 255, .1);--success: #10b981}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1100px;margin:0 auto;padding:0 24px}header{position:fixed;top:0;width:100%;height:70px;display:flex;align-items:center;z-index:100;background:#0f172ad9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:8px;letter-spacing:-.01em}.logo span{color:var(--primary)}.btn{padding:10px 20px;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:8px;font-family:inherit}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #06b6d463}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--text-main);border:1px solid var(--border)}.btn-outline:hover{background:#ffffff0d}.hero{padding:160px 0 80px;text-align:center;position:relative}.hero-pill{display:inline-block;padding:6px 16px;border-radius:100px;font-size:.8rem;font-weight:500;color:var(--primary);background:#06b6d41a;border:1px solid rgba(6,182,212,.2);margin-bottom:24px}.hero h1{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-.03em}.hero p{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto 40px}.app-ui{margin-top:60px;background:var(--bg-panel);border:1px solid var(--border);border-radius:16px;padding:40px;text-align:left;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;gap:20px}.flow-step{display:flex;align-items:center;gap:20px;background:#ffffff05;padding:24px;border-radius:12px;border:1px solid var(--border)}.flow-icon{width:50px;height:50px;border-radius:12px;background:#06b6d41a;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.flow-content h3{font-size:1.1rem;font-weight:600;margin-bottom:4px}.flow-content p{font-size:.95rem;color:var(--text-muted)}@media (max-width: 768px){.hero h1{font-size:2.5rem}.flow-step{flex-direction:column;align-items:flex-start}}
