*,::after,::before{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}:root{--primary-color:#4f46e5;--primary-hover:#4338ca;--secondary-color:#64748b;--accent-color:#06b6d4;--accent-light:#22d3ee;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--gradient:linear-gradient(135deg, #06b6d4 0%, #4f46e5 50%, #7c3aed 100%);--gradient-text:linear-gradient(135deg, #06b6d4 0%, #4f46e5 50%, #7c3aed 100%);--gradient-rocket:linear-gradient(135deg, #22d3ee 0%, #3b82f6 30%, #6366f1 60%, #8b5cf6 100%);--gradient-lightning:linear-gradient(45deg, #06b6d4 0%, #22d3ee 100%);--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(79 70 229 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg:0 10px 15px -3px rgb(79 70 229 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--shadow-xl:0 20px 25px -5px rgb(79 70 229 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1);--shadow-glow:0 0 20px rgb(79 70 229 / 0.15);--shadow-rocket:0 10px 40px rgb(6 182 212 / 0.3);--border-radius:8px;--border-radius-lg:12px;--container-max-width:1200px;--header-height:80px}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#1a1a1a}.gradient-text{background:var(--gradient-text);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:var(--border-radius);border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-icon{width:1.25rem;height:1.25rem;stroke-width:2}.btn-primary{background:var(--gradient-rocket);color:#fff;border:none;position:relative;overflow:hidden}.btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.btn-primary:hover::before{left:100%}.btn-primary:hover{background:var(--gradient-rocket);transform:translateY(-2px);box-shadow:var(--shadow-rocket);filter:brightness(1.1)}.btn-secondary{background:0 0;color:var(--secondary-color);border:2px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:var(--primary-color);color:var(--primary-color)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-small{padding:.5rem 1rem;font-size:.875rem}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;z-index:100;height:var(--header-height)}.nav{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.nav-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.25rem;color:#1a1a1a}.nav-brand a{display:flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none}.logo{width:32px;height:32px;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{font-weight:500;color:#64748b;transition:color .2s ease;position:relative}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link.active::after{content:'';position:absolute;bottom:-1.5rem;left:0;right:0;height:2px;background:var(--primary-color)}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:0 0;border:none;padding:.5rem;cursor:pointer}.mobile-menu-toggle span{width:20px;height:2px;background:#1a1a1a;transition:all .3s ease}.hero{padding:calc(var(--header-height) + 4rem) 0 4rem;min-height:100vh;display:flex;align-items:center;background:radial-gradient(circle at 20% 80%,rgba(6,182,212,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(79,70,229,.1) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(34,211,238,.05) 0,transparent 50%),linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 70%,rgba(6,182,212,.03) 0,transparent 40%),radial-gradient(circle at 70% 30%,rgba(124,58,237,.03) 0,transparent 40%);animation:floatBackground 20s ease-in-out infinite;z-index:0}@keyframes floatBackground{0%,100%{transform:translate(0,0) rotate(0)}33%{transform:translate(-20px,-20px) rotate(1deg)}66%{transform:translate(20px,-10px) rotate(-1deg)}}.hero-content{display:grid;grid-template-columns:0.7fr 1.3fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:2.75rem;font-weight:700;line-height:1.1;margin-bottom:1.25rem}.hero-description{font-size:1.05rem;color:#64748b;margin-bottom:1.5rem;line-height:1.6}.hero-actions{display:flex;gap:.75rem;margin-bottom:2rem}.hero-actions .btn{padding:.65rem 1.25rem;font-size:.9rem}.hero-stats{display:flex;gap:1.5rem}.stat{text-align:center}.stat-number{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.stat-label{font-size:.75rem;color:#64748b;margin-top:.25rem}.hero-visual{position:relative;min-width:0}.dashboard-slideshow{position:relative;background:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);overflow:hidden}.slideshow-container{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.slide.active{opacity:1}.slide-image{width:100%;height:100%;object-fit:contain;background:#f8fafc}.slide-caption{position:absolute;bottom:50px;left:0;padding:.5rem 3rem .5rem 1rem;background:linear-gradient(to right,rgba(79,70,229,.85) 0,rgba(124,58,237,.6) 70%,transparent 100%);color:#fff;font-size:.875rem;font-weight:500;z-index:5}.slideshow-controls{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem;background:0 0;z-index:10}.slide-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:rgba(255,255,255,.85);border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.slide-btn:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.slide-btn:hover svg{stroke:white}.slide-btn svg{width:1.25rem;height:1.25rem;stroke:#64748b}.slide-dots{display:flex;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.6);border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.dot:hover{background:rgba(255,255,255,.9)}.dot.active{background:var(--primary-color);transform:scale(1.2);box-shadow:0 2px 6px rgba(79,70,229,.4)}.slideshow-container{cursor:pointer}.slideshow-container::after{content:'Click to enlarge';position:absolute;bottom:3rem;right:1rem;padding:.35rem .75rem;background:rgba(0,0,0,.6);color:#fff;font-size:.75rem;border-radius:4px;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:5}.slideshow-container:hover::after{opacity:1}.slideshow-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.slideshow-lightbox.active{opacity:1;visibility:visible}.lightbox-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9)}.lightbox-content{position:relative;width:90vw;height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-close{position:absolute;top:-2.5rem;right:0;width:2.5rem;height:2.5rem;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;z-index:10}.lightbox-close:hover{transform:scale(1.1)}.lightbox-close svg{width:2rem;height:2rem;stroke:white}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:rgba(255,255,255,.1);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:10}.lightbox-nav:hover{background:rgba(255,255,255,.2)}.lightbox-nav svg{width:1.5rem;height:1.5rem;stroke:white}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-image-container{position:relative;max-width:calc(100% - 8rem);max-height:calc(100% - 4rem);display:flex;align-items:center;justify-content:center}.lightbox-image-wrapper{position:relative;display:inline-block;max-width:100%;max-height:100%}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);display:block}.lightbox-caption{position:absolute;bottom:0;left:0;padding:.75rem 4rem .75rem 1.5rem;background:linear-gradient(to right,rgba(79,70,229,.85) 0,rgba(124,58,237,.6) 70%,transparent 100%);color:#fff;font-size:1.125rem;font-weight:500;border-radius:0 0 0 8px}.lightbox-dots{position:absolute;bottom:-2rem;left:50%;transform:translateX(-50%);display:flex;gap:.75rem}.lightbox-dots .lightbox-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .2s ease}.lightbox-dots .lightbox-dot:hover{background:rgba(255,255,255,.7)}.lightbox-dots .lightbox-dot.active{background:#fff;transform:scale(1.2)}.dashboard-preview{position:relative;background:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);overflow:hidden}.dashboard-image{width:100%;height:auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-description{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.features{padding:6rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{padding:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:var(--border-radius-lg);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon{width:3rem;height:3rem;background:var(--gradient-rocket);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;box-shadow:var(--shadow-glow);animation:iconPulse 3s ease-in-out infinite}@keyframes iconPulse{0%,100%{transform:scale(1);box-shadow:var(--shadow-glow)}50%{transform:scale(1.05);box-shadow:var(--shadow-rocket)}}.feature-icon svg{width:1.5rem;height:1.5rem;color:#fff;stroke-width:2}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#64748b;line-height:1.6}.performance{padding:6rem 0;background:radial-gradient(circle at 80% 20%,rgba(34,211,238,.05) 0,transparent 50%),radial-gradient(circle at 20% 80%,rgba(79,70,229,.05) 0,transparent 50%),#f8fafc;position:relative}.performance::before{content:'⚡';position:absolute;top:10%;right:10%;font-size:4rem;opacity:.1;animation:lightning 2s ease-in-out infinite alternate}.performance::after{content:'🚀';position:absolute;bottom:15%;left:5%;font-size:3rem;opacity:.1;animation:rocket 3s ease-in-out infinite}@keyframes lightning{0%{opacity:.05;transform:scale(1)}100%{opacity:.15;transform:scale(1.1)}}@keyframes rocket{0%,100%{transform:translateY(0) rotate(-15deg)}50%{transform:translateY(-10px) rotate(-15deg)}}.performance-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.performance-features{margin-top:2rem}.performance-feature{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.performance-icon{font-size:1.5rem;margin-top:.25rem}.performance-feature h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.performance-feature p{color:#64748b}.performance-chart{background:#fff;border-radius:var(--border-radius-lg);padding:2rem;box-shadow:var(--shadow-md)}.chart-container{position:relative}.chart-title{text-align:center;font-size:1.25rem;font-weight:600;margin-bottom:2rem}.feature-highlights{display:flex;flex-direction:column;gap:1rem}.highlight-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:var(--border-radius);border-left:3px solid var(--primary-color)}.highlight-icon{font-size:1.5rem}.highlight-item span:last-child{font-weight:500;color:#374151}.chart-bars{display:flex;justify-content:space-around;align-items:end;height:200px;margin-bottom:1rem}.chart-bar{display:flex;flex-direction:column;align-items:center;gap:1rem}.bar{width:60px;height:160px;background:#f1f5f9;border-radius:4px;position:relative;overflow:hidden}.bar-fill{position:absolute;bottom:0;width:100%;border-radius:4px;transition:height 2s ease}.before-bar .bar-fill{background:linear-gradient(45deg,#ef4444,#dc2626)}.after-bar .bar-fill{background:var(--gradient-rocket);position:relative;overflow:hidden}.after-bar .bar-fill::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}100%{left:100%}}.bar-value{position:absolute;top:-2rem;left:50%;transform:translateX(-50%);font-weight:600;font-size:.875rem}.bar-label{font-weight:500;color:#64748b}.improvement-badge{text-align:center;background:var(--success-color);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-weight:600;display:inline-block;margin:0 auto}.security{padding:6rem 0;background:#fff}.security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.security-feature{text-align:center;padding:2rem 1rem}.security-icon{font-size:3rem;margin-bottom:1rem}.security-feature h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.security-feature p{color:#64748b}.cta{padding:6rem 0;background:var(--gradient);color:#fff;text-align:center;position:relative;overflow:hidden}.cta::before{content:'🚀';position:absolute;top:10%;left:10%;font-size:5rem;opacity:.1;animation:rocket 4s ease-in-out infinite}.cta::after{content:'⚡';position:absolute;bottom:10%;right:10%;font-size:4rem;opacity:.1;animation:lightning 2.5s ease-in-out infinite alternate}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.cta .btn-primary{background:#fff;color:var(--primary-color)}.cta .btn-primary:hover{background:#f8fafc}.cta .btn-secondary{background:0 0;color:#fff;border-color:rgba(255,255,255,.3)}.cta .btn-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff}.cta-note{opacity:.8}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:2rem}.footer-brand{max-width:300px}.footer-logo{width:32px;height:32px;margin-bottom:1rem;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.footer-description{color:#94a3b8;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-weight:600;margin-bottom:1rem;color:#fff}.footer-section a{display:block;color:#94a3b8;margin-bottom:.5rem;transition:color .2s ease}.footer-section a:hover{color:#fff}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8;text-align:center}.footer-version{font-size:.75rem;color:#64748b;font-family:Monaco,Consolas,'Courier New',monospace}.footer-version #site-version{color:#94a3b8}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;animation:fadeIn .3s ease}.modal.active{display:flex;align-items:center;justify-content:center}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:var(--border-radius-lg);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease}@keyframes slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:1.5rem;font-weight:600}.modal-close{background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.25rem;border-radius:4px;transition:background .2s ease}.modal-close:hover{background:#f1f5f9}.modal-body{padding:1.5rem}.modal .install-steps{margin:1.5rem 0}.modal .install-step{display:flex;gap:1rem;margin-bottom:2rem}.modal .install-step .step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--primary-color);color:#fff;border-radius:50%;font-size:.875rem;font-weight:600;flex-shrink:0}.modal .install-step .step-content{padding:0}.modal .install-step .step-content h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.modal .install-step .step-content p{color:#64748b;margin-bottom:1rem}.modal-footer{padding:1.5rem;border-top:1px solid #e2e8f0;text-align:center}@media (max-width:768px){.nav-links{display:none}.mobile-menu-toggle{display:flex}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr}.performance-content{grid-template-columns:1fr;text-align:center}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.cta-actions{flex-direction:column;align-items:center}.section-title{font-size:2rem}.floating-cards{position:static;margin-top:1rem;align-items:center}.lightbox-image-container{max-width:calc(100% - 1rem);max-height:calc(100% - 3rem);padding:0 .5rem}.lightbox-image-wrapper{max-width:100%;max-height:100%}.lightbox-image{max-height:85vh}.lightbox-nav{width:2.5rem;height:2.5rem;background:rgba(79,70,229,.8)}.lightbox-nav:active,.lightbox-nav:hover{background:rgba(79,70,229,.95)}.lightbox-nav svg{width:1.25rem;height:1.25rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{top:.5rem;right:.5rem;width:2.5rem;height:2.5rem;background:rgba(79,70,229,.8)}.lightbox-close:active,.lightbox-close:hover{background:rgba(79,70,229,.95)}.lightbox-caption{font-size:.75rem;padding:.4rem 1.5rem .4rem .75rem;bottom:0;border-radius:0}.lightbox-dots{bottom:-1.5rem;gap:.5rem}.lightbox-dots .lightbox-dot{width:10px;height:10px}}