@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--background:#020617;--foreground:#f8fafc;--card:#0f172a66;--card-foreground:#f8fafc;--popover:#0f172acc;--popover-foreground:#f8fafc;--primary:#06b6d4;--primary-foreground:#020617;--secondary:#06b6d41a;--secondary-foreground:#06b6d4;--muted:#ffffff0d;--muted-foreground:#94a3b8;--accent:#06b6d426;--accent-foreground:#f8fafc;--destructive:#ef4444;--destructive-foreground:#f8fafc;--border:#06b6d426;--input:#ffffff0d;--ring:#06b6d480;--radius:1rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 20% 40%,#06b6d414 0%,#0000 40%),radial-gradient(circle at 80% 60%,#3b82f614 0%,#0000 40%);background-attachment:fixed;min-height:100vh;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.logo{font-family:Space Grotesk,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.text-gradient{background:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 32px #0000004d}.btn-primary{color:var(--primary-foreground);background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 100%);border:1px solid #ffffff1a;border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px -2px #06b6d466}.btn-primary:after{content:"";opacity:0;background:linear-gradient(#fff3,#0000);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px -4px #06b6d499}.btn-primary:hover:after{opacity:1}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:#06b6d433;border-color:#06b6d466;transform:translateY(-2px)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#06b6d44d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#06b6d480}.navbar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#09090bcc;border-bottom:1px solid #ffffff0d;align-items:center;height:72px;display:flex;position:fixed;top:0;left:0;right:0}.navbar .container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--muted-foreground);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--foreground)}.hero{text-align:center;padding:12rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#4f46e526 0%,#09090b00 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.hero h1{letter-spacing:-.02em;margin-bottom:1.5rem;max-width:900px;margin-inline:auto;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.hero p{color:var(--muted-foreground);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{justify-content:center;align-items:center;gap:1rem;display:flex}.features{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-header p{color:var(--muted-foreground);font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:left;padding:2rem;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:48px;height:48px;color:var(--primary);background:#4f46e51a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card h3{margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--muted-foreground);line-height:1.6}.steps{background:#ffffff05;padding:6rem 0}.step-list{flex-direction:column;gap:3rem;max-width:800px;margin:0 auto;display:flex}.step-item{align-items:flex-start;gap:2rem;display:flex}.step-number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 0 20px #4f46e566}.step-content h3{margin-bottom:.5rem;font-size:1.5rem}.step-content p{color:var(--muted-foreground);line-height:1.6}.code-window{border:1px solid var(--border);border-radius:var(--radius);background:#000;margin-top:1rem;overflow:hidden}.code-header{background:var(--secondary);align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.mac-dot{border-radius:50%;width:12px;height:12px}.mac-dot.red{background:#ff5f56}.mac-dot.yellow{background:#ffbd2e}.mac-dot.green{background:#27c93f}.code-content{color:#a1a1aa;padding:1rem;font-family:monospace;font-size:.9rem;overflow-x:auto}.code-content span{color:#6366f1}.pricing{padding:6rem 0}.pricing-card{text-align:center;max-width:400px;margin:0 auto;padding:3rem 2rem;position:relative;overflow:hidden}.pricing-card:before{content:"";background:linear-gradient(90deg,#818cf8,#c084fc);height:4px;position:absolute;top:0;left:0;right:0}.price{margin:1.5rem 0;font-size:3.5rem;font-weight:800}.price span{color:var(--muted-foreground);font-size:1.5rem}.features-list{text-align:left;flex-direction:column;gap:1rem;margin:2rem 0;list-style:none;display:flex}.features-list li{color:var(--muted-foreground);align-items:center;gap:.75rem;display:flex}.features-list li svg{color:var(--primary)}footer{text-align:center;color:var(--muted-foreground);border-top:1px solid #ffffff0d;padding:4rem 0}@media (width<=768px){.nav-links{display:none}.hero{padding:8rem 0 4rem}.step-item{flex-direction:column;gap:1rem}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:90%;max-width:450px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000080}.modal-close{color:var(--muted-foreground);transition:color .2s;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--foreground)}.modal-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.modal-description{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.form-group{text-align:left;margin-bottom:1.5rem}.form-label{margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-input{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:var(--primary);outline:none}@keyframes spin{to{transform:rotate(360deg)}}.spinner{animation:1s linear infinite spin}
