:root{--blue:#2563eb;--green:#49d113;--brand-gradient:linear-gradient(135deg, #2563eb, #49d113);--second-brand-gradient:linear-gradient(235deg, #3367f4, #1382d1);--bg:#050505;--surface:#101010;--surface-light:#181818;--cent:#13d1cb;--text:#fff;--text-muted:#9ca3af;--success:#49d113;--danger:#ef4444;--border:#ffffff14;--shadow:0 20px 50px #00000059;--radius:16px;--container:1280px}.container{width:min(100% - 2rem,1280px);margin-inline:auto}.section{padding:8rem 0}.hide{display:none}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3{font-weight:700}section{position:relative}.hero,.showcase,.capabilities,.process,.cta{background:0 0}.footer{background:#111}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050505bf;border-bottom:1px solid #ffffff0d;width:100%;padding:1rem 0;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-brand{letter-spacing:.5px;align-items:center;gap:.75rem;font-weight:600;display:flex}.navbar-brand img{width:64px}.navbar-links{gap:2rem;display:flex;top:60px}.navbar-links a{opacity:.8;color:#fff;text-decoration:none;transition:all .3s;position:relative}.navbar-links a:after{content:"";background:#49d113;width:0;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}.navbar-links a:hover{opacity:1}.navbar-links a:hover:after{width:100%}.navbar-button{background:var(--brand-gradient);color:#fff;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.navbar-links>button:not(.navbar-mobile-button){color:#fff;cursor:pointer;font:inherit;opacity:.8;background:0 0;border:none;padding:0;transition:all .3s;position:relative}.navbar-mobile-button{background:var(--brand-gradient);color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-weight:600;text-decoration:none;display:none}.navbar-mobile-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2563eb59}.navbar-status{text-align:center;color:#22c55e;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.navbar-status span{background:#22c55e;border-radius:50%;width:8px;height:8px}.navbar-toggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.navbar-status{justify-content:center;width:100%}.navbar-mobile-button{border:none;justify-content:center;width:100%;font-weight:600;display:flex}.navbar-container{position:relative}.navbar-toggle{justify-content:center;align-items:center;display:flex}.navbar-button{display:none}.navbar-links{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border:1px solid var(--border);border-radius:var(--radius);opacity:0;visibility:hidden;background:#050505e6;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;transition:all .3s;position:absolute;top:60px;left:0;transform:translateY(-10px)}.navbar-links.active{opacity:1;visibility:visible;transform:translateY(0)}}@media (width<=900px){.navbar-links{gap:1rem}}@media (width<=900px) and (width>=769px){.navbar-status{justify-content:center;width:100%;display:none}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-content h1{margin:1rem 0;font-size:clamp(3rem,6vw,5.5rem);line-height:1.05}.hero-content p{color:var(--text-muted);max-width:600px;margin-bottom:2rem;font-size:1.1rem}.hero-badge{color:#60a5fa;background:#3b82f626;border-radius:999px;padding:.5rem 1rem;display:inline-flex}.hero-actions button{background:var(--brand-gradient);color:#fff;border:none;border-radius:999px;padding:1rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.preview-window{background:var(--surface);border:1px solid #ffffff14;border-radius:24px;overflow:hidden}.preview-header{border-bottom:1px solid #ffffff0d;gap:.5rem;padding:1rem;display:flex}.preview-header span{background:#ffffff4d;border-radius:50%;width:12px;height:12px}.preview-body{padding:2rem}.preview-card{background:var(--surface-light);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.preview-chart{align-items:flex-end;gap:.75rem;height:180px;margin-top:2rem;display:flex}.chart-bar{background:#00f;border-radius:8px 8px 0 0;flex:1}.chart-bar:first-child{height:45%}.chart-bar:nth-child(2){height:65%}.chart-bar:nth-child(3){height:80%}.chart-bar:nth-child(4){height:55%}.chart-bar:nth-child(5){height:100%}.hero-glow{filter:blur(120px);opacity:.15;pointer-events:none;border-radius:50%;width:700px;height:700px;position:absolute}.hero-glow.blue{background:var(--blue);animation:6s ease-in-out infinite floatGlow;top:-150px;left:-150px}.hero-glow.green{background:var(--green);animation:6s ease-in-out infinite floatGlow;bottom:-200px;right:-200px}@keyframes floatGlow{0%{transform:translate(0)}50%{transform:translate(50px,-50px)}to{transform:translate(0)}}@media (width<=768px){.hero{min-height:auto;padding:8rem 0 4rem}.hero-glow{filter:blur(90px);width:400px;height:400px}.hero-content p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center;display:flex}.hero-preview{justify-content:center;width:100%;display:flex}.preview-window{width:100%;max-width:500px}}@media (width<=1024px){.hero-container{gap:2rem}}.showcase{min-height:100vh}.showcase-header{text-align:center;margin-bottom:3rem}.showcase-header h2{margin-bottom:1rem;font-size:3rem}.showcase-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.showcase-tabs button{cursor:pointer;color:#fff;background:#111;border:none;border-radius:999px;padding:.8rem 1.5rem;transition:all .3s}.showcase-tabs button.active{background:var(--brand-gradient)}.showcase-demo{background:linear-gradient(#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:24px;justify-content:center;margin-top:4rem;padding:3rem;display:flex}.analytics-demo{width:100%;max-width:1000px;margin:0 auto}.analytics-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:3rem;display:grid}.card{background:var(--surface-light);border:1px solid var(--border);padding:1.5rem}.card span{color:#888;margin-bottom:.5rem;display:block}.card h3{font-size:1.8rem}.analytics-controls{flex-direction:column;gap:1.5rem;display:flex}.analytics-controls label{flex-direction:column;gap:.5rem;display:flex}.controls-panel{background:#ffffff08;border-radius:16px;margin-top:3rem;padding:2rem}.analytics-chart{justify-content:center;align-items:flex-end;gap:2rem;height:300px;margin-top:3rem;display:flex}.bar{background:#49d113;border-radius:12px 12px 0 0;width:80px;min-height:20px;transition:all .4s}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.chart-header span{opacity:.6}.dashboard-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-header h3{font-size:2rem}.dashboard-header p{color:var(--text-muted)}.dashboard-status{color:#22c55e;background:#22c55e1a;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;display:inline-flex}.security-demo{text-align:center;width:100%;max-width:800px;margin:0 auto}.security-dashboard{border:1px solid var(--border);background:#ffffff08;border-radius:16px;margin-top:2rem;padding:1rem}.security-user{flex-direction:column;gap:.25rem;padding-top:2rem;display:flex}.security-user strong{font-size:1rem}.security-user span{color:var(--text-muted);font-size:.85rem}.security-lock,.security-success{padding:4rem}.fingerprint{border:2px solid var(--green);border-radius:50%;width:140px;height:140px;margin:0 auto 2rem;position:relative;overflow:hidden}.scan-line{background:var(--green);width:100%;height:3px;animation:1.5s linear infinite scanFingerprint;position:absolute;left:0}.security-phone{border:1px solid var(--border);max-width:340px;box-shadow:var(--shadow);background:#111;border-radius:36px;margin:0 auto;padding:14px}.phone-screen{text-align:center;background:0 0;border-radius:24px;flex-direction:column;justify-content:center;min-height:560px;padding:2rem;display:flex}.security-badge{text-align:center;color:#22c55e;background:#22c55e1a;border-radius:999px;justify-content:center;margin-top:1rem;margin-left:2rem;margin-right:2rem;padding:.5rem .75rem;font-size:.85rem}@keyframes scanFingerprint{0%{top:0}to{top:100%}}.button-showcase{background:var(--second-brand-gradient);cursor:pointer;color:#fff;border:none;border-radius:999px;margin-top:2rem;padding:.8rem 1.5rem;font-size:.8rem;font-weight:400;transition:all .3s}.lock-icon{margin-bottom:2rem;font-size:5rem}.automation-demo{text-align:center}.workflow{justify-content:center;align-items:center;gap:0;margin:3rem 0;display:flex;overflow-x:auto}.workflow-step{align-items:center;margin-top:1rem;display:flex}.node{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;width:140px;min-height:110px;padding:1rem;transition:all .4s}.node span{margin-bottom:.75rem;font-size:2rem;display:block}.node.active{border-color:var(--blue);background:#2563eb26;transform:translateY(-4px);box-shadow:0 0 20px #2563eb33}.connector{background:#ffffff14;border-radius:999px;width:50px;height:4px;margin:0 .5rem;transition:all .4s}.connector.active{background:var(--green)}.arrow{opacity:.5}.mobile-demo{text-align:center;width:100%;max-width:1000px;margin:0 auto}.mobile-header{margin-bottom:3rem}.mobile-header p{color:var(--text-muted)}.cloud-node{color:var(--blue);flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3rem;display:inline-flex}.devices{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.device{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);padding:2rem;transition:all .4s}.device:hover{transform:translateY(-6px)}.device svg{color:var(--blue);margin-bottom:1rem}.device span{color:var(--text-muted);margin-bottom:.5rem;display:block}.device h4{font-size:1.2rem}.device.synced{border-color:var(--green);background:#49d11314;transform:translateY(-6px)}.cloud-node.active{color:var(--green)}.cloud-node.active svg{animation:1s infinite pulseCloud}.button-showcase:disabled{opacity:.5;cursor:not-allowed}.ai-chat{flex-direction:column;gap:1rem;min-height:320px;margin-bottom:2rem;display:flex}.ai-placeholder{border:1px solid var(--border);background:#ffffff08;border-radius:16px;padding:1.5rem}.ai-placeholder p{color:var(--text-muted);margin-bottom:1rem}.ai-placeholder ul{padding:0;list-style:none}.ai-placeholder li{color:var(--text);padding:.5rem 0}.ai-input{gap:1rem;margin-bottom:1rem;display:flex}.ai-input input{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:16px;outline:none;flex:1;padding:1rem}.message{border-radius:16px;max-width:75%;padding:1.25rem;line-height:1.6}.message span{opacity:.7;margin-bottom:.5rem;font-size:.85rem;display:block}@keyframes pulseCloud{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ai-demo{width:100%;max-width:900px;margin:0 auto}.ai-header{text-align:center;margin-bottom:3rem}.ai-header svg{color:var(--blue);margin-bottom:1rem}.ai-header p{color:var(--text-muted)}.ai-chat{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.message{border-radius:16px;max-width:75%;padding:1.25rem}.message.user{background:var(--second-brand-gradient);align-self:flex-end}.message.ai{background:var(--surface);border:1px solid var(--border);align-self:flex-start}.message span{opacity:.8;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}@media (width<=768px){.showcase-demo{padding:1.5rem}.dashboard-header{flex-direction:column;align-items:flex-start}.chart-header{flex-direction:column;align-items:flex-start;gap:.5rem}.analytics-chart{height:220px}.controls-panel{padding:1.25rem}.card h3{font-size:1.4rem}.security-phone{max-width:100%}.phone-screen{min-height:480px}.workflow{flex-direction:column;align-items:center}.workflow-step{flex-direction:column}.connector{width:4px;height:40px;margin:.5rem 0}.ai-input{flex-direction:column}.message{max-width:100%}.devices{grid-template-columns:1fr}}.capabilities{text-align:center}.section-header{max-width:700px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem;font-size:3rem}.section-header p{color:var(--text-muted)}.capabilities-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.capability-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.capability-card>*{z-index:1;position:relative}.capability-card:hover{border-color:#2563eb40;transform:translateY(-8px)}.capability-card:before{content:"";width:250px;height:250px;top:var(--mouse-y);left:var(--mouse-x);opacity:0;pointer-events:none;background:radial-gradient(circle,#2563eb26,#0000 70%);transition:opacity .3s;position:absolute;transform:translate(-50%,-50%)}.capability-card:hover:before{opacity:1}.capability-card h3{margin-bottom:1rem}@media (width<=768px){.capabilities-grid{grid-template-columns:1fr}}@media (width<=992px){.capabilities-grid{grid-template-columns:repeat(2,1fr)}}.process{text-align:center}.process-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.step-number{opacity:.05;pointer-events:none;font-size:5rem;font-weight:800;position:absolute;top:1rem;right:1.5rem}.process-step{text-align:left;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.process-step:hover{border-color:#2563eb40;transform:translateY(-8px)}.process-step:after{content:"";background:#ffffff1a;width:40px;height:2px;position:absolute;top:50%;right:-40px}.process-step:last-child:after{display:none}.step-icon{color:var(--blue);margin-bottom:1.5rem}.cta{text-align:center;position:relative;overflow:hidden}.cta:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#2563eb26,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{max-width:800px;margin:0 auto}.cta-tag{color:#60a5fa;background:#3b82f626;border-radius:999px;margin-bottom:1rem;padding:.5rem 1rem;display:inline-block}.cta h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.cta p{color:var(--text-muted);margin-bottom:2rem}.cta-button{background:var(--brand-gradient);color:#fff;border-radius:999px;padding:1rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-secondary{border:1px solid var(--border);color:var(--text);background-color:#0000;border-radius:999px;justify-content:center;align-items:center;margin-left:1rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s;display:inline-flex}.cta-secondary:hover{background:#ffffff0d}.cta-features{color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;font-size:.9rem;display:flex}.footer{border-top:1px solid #ffffff0d;padding:5rem 0 2rem}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-brand img{width:90px;margin-bottom:1rem}.footer-brand p{color:var(--text-muted);max-width:300px;font-size:.95rem;line-height:1.7}.footer-column{flex-direction:column;gap:.75rem;display:flex}.footer-column h4{margin-bottom:.5rem;font-size:1rem}.footer-column a,.footer-column span{color:var(--text-muted);font-size:.95rem;transition:all .3s}.footer-column a:hover{color:var(--text)}.footer-bottom{color:var(--text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.footer-tech{flex-wrap:wrap;gap:.75rem;margin:.25rem;display:flex}.footer-tech span{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:1rem;font-size:.85rem}.footer-column h4{margin-bottom:1rem;font-size:1.1rem;font-weight:600}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=900px){.footer-grid{grid-template-columns:1fr}}
