*,::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:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-description{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.stat-label{font-size:.875rem;color:#64748b;margin-top:.25rem}.hero-visual{position:relative}.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}.floating-cards{position:absolute;top:1rem;right:-2rem;display:flex;flex-direction:column;gap:.75rem}.status-card{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:var(--border-radius);box-shadow:var(--shadow-md);font-size:.875rem;font-weight:500;animation:float 3s ease-in-out infinite}.status-card:nth-child(2){animation-delay:1s}.status-card:nth-child(3){animation-delay:2s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.status-indicator{width:8px;height:8px;border-radius:50%}.status-card.success .status-indicator{background:var(--success-color)}.status-card.warning .status-indicator{background:var(--warning-color)}.status-card.info .status-indicator{background:var(--accent-color)}.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}.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;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#94a3b8;transition:color .2s ease}.footer-social a:hover{color:#fff}.footer-social svg{width:1.25rem;height:1.25rem}.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}.install-steps{margin:1.5rem 0}.install-step{display:flex;gap:1rem;margin-bottom:2rem}.step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--primary-color);color:#fff;border-radius:50%;font-weight:600;flex-shrink:0}.step-content h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.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}}