:root{--primary:#6b4ce6;--primary-light:#8b6fe9;--primary-dark:#5038c4;--primary-soft:#6b4ce61a;--secondary:#ff6b8a;--secondary-light:#ff8aa3;--secondary-dark:#e64d6f;--background:#fafafa;--background-secondary:#f7f9fb;--surface:#fff;--text-primary:#2c3e50;--text-secondary:#7f8c8d;--text-muted:#95a5a6;--border:#e0e0e0;--border-light:#f0f2f5;--success:#27ae60;--warning:#f39c12;--error:#e74c3c;--gradient-hero:linear-gradient(135deg,#f5f3ff 0%,#fce7f3 50%,#eff6ff 100%);--gradient-card:linear-gradient(135deg,#fff 0%,#f7f9fb 100%);--gradient-primary:linear-gradient(135deg,#6b4ce6 0%,#8b6fe9 100%);--gradient-secondary:linear-gradient(135deg,#ff6b8a 0%,#ff8aa3 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);max-width:100vw;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.nav-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.nav-logo:hover{opacity:.9}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary);text-decoration:none}.hero{background:var(--gradient-hero);text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.hero:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236B4CE6' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:1;max-width:1000px;margin:0 auto;position:relative}.hero-badge{background:var(--primary-soft);color:var(--primary);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero h1 span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 14px #6b4ce666}.btn-primary:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #6b4ce680}.btn-secondary{background:var(--surface);color:var(--primary);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);background:var(--primary-soft);text-decoration:none}.btn-disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;position:relative}.btn-disabled:hover{background:var(--border);box-shadow:none;transform:none}.btn-disabled:hover:after{content:"Coming Soon";background:var(--text-primary);color:#fff;white-space:nowrap;border-radius:8px;margin-bottom:8px;padding:.5rem 1rem;font-size:.875rem;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.btn-disabled:hover:before{content:"";border:6px solid #0000;border-top-color:var(--text-primary);margin-bottom:-4px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.app-preview{margin-top:4rem;position:relative}.app-preview img{border-radius:20px;max-width:100%;height:auto;box-shadow:0 25px 50px #00000026}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.product-card{background:var(--surface);border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:3rem;padding:3rem;display:grid;box-shadow:0 4px 20px #00000014}.product-card.reverse{direction:rtl}.product-card.reverse>*{direction:ltr}.product-content h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.product-content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.product-image{justify-content:center;align-items:center;display:flex}.product-image img{border-radius:16px;max-width:100%;height:auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border-light);border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 2px 12px #0000000f}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.feature-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.feature-icon.purple{background:var(--primary-soft)}.feature-icon.pink{background:#ff6b8a1a}.feature-icon.blue{background:#3498db1a}.feature-icon.green{background:#27ae601a}.feature-icon.orange{background:#f39c121a}.feature-card h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.step{text-align:center;padding:2rem}.step-image{border-radius:20px;width:200px;height:200px;margin:0 auto 1.5rem;overflow:hidden;box-shadow:0 8px 30px #6b4ce626}.step-image img{object-fit:cover;width:100%;height:100%}.step-number{background:var(--gradient-primary);color:#fff;border-radius:50%;width:32px;height:32px;margin-bottom:1rem;font-size:.875rem;font-weight:700;line-height:32px;display:inline-block}.step h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.step p{color:var(--text-secondary);font-size:.9rem}.cta-section{background:var(--gradient-primary);text-align:center;border-radius:32px;margin:4rem 2rem;padding:5rem 2rem}.cta-section h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-section p{color:#ffffffe6;max-width:500px;margin:0 auto 2rem;font-size:1.1rem}.cta-section .btn-primary{color:var(--primary);background:#fff;box-shadow:0 4px 14px #0003}.cta-section .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.footer{background:var(--text-primary);color:#fff;padding:4rem 0 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.footer-brand h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer-brand p{color:#ffffffb3;font-size:.9rem;line-height:1.7}.footer-links h4{margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-links a{color:#ffffffb3;margin-bottom:.75rem;font-size:.9rem;transition:color .2s;display:block}.footer-links a:hover{color:#fff;text-decoration:none}.footer-link-disabled{color:#fff6;cursor:not-allowed;margin-bottom:.75rem;font-size:.9rem;display:block}.footer-link-disabled:hover:after{content:" (Coming Soon)";font-size:.75rem}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;max-width:1200px;margin:3rem auto 0;padding:2rem 2rem 0;font-size:.875rem}.page-header{text-align:center;border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.page-header h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.page-header .subtitle{color:var(--text-secondary);font-size:1.1rem}.page-header .last-updated{color:var(--text-muted);margin-top:1rem;font-size:.875rem}.content-section{margin-bottom:2.5rem}.content-section h2{color:var(--text-primary);border-bottom:2px solid var(--primary);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600;display:inline-block}.content-section h3{color:var(--text-primary);margin:1.5rem 0 .75rem;font-size:1.25rem;font-weight:600}.content-section p{color:var(--text-secondary);margin-bottom:1rem}.content-section ul,.content-section ol{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem}.content-section li{margin-bottom:.5rem}.card{background:var(--surface);border-radius:12px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.card p{color:var(--text-secondary);margin:0}.highlight-box{background:linear-gradient(135deg,#eef2ff 0%,#fce7f3 100%);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.highlight-box h3{color:var(--primary);margin-top:0}.page-container{max-width:800px;margin:0 auto;padding:2rem}@media (max-width:1024px){.product-card{text-align:center;grid-template-columns:1fr}.product-card.reverse{direction:ltr}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-header h2{font-size:2rem}.nav-links{gap:1rem;font-size:.875rem}.hero{padding:4rem 1.5rem}.product-card{padding:2rem}.footer-content{text-align:center;grid-template-columns:1fr}.page-container{padding:1rem}.page-header h1{font-size:2rem}}@media (max-width:480px){.hero-buttons{flex-direction:column}.btn{justify-content:center;width:100%}.steps{grid-template-columns:1fr}}
