.lang-switcher[data-astro-cid-a2mxz4y6]{position:relative;display:inline-block}.lang-trigger[data-astro-cid-a2mxz4y6]{background:none;border:none;padding:0;margin:0;font-size:.8125rem;line-height:1;color:var(--color-text-muted, #888);cursor:pointer;transition:color .2s;font-family:inherit;font-weight:400;vertical-align:baseline}.lang-trigger[data-astro-cid-a2mxz4y6]:hover{color:var(--color-text, #fff)}.lang-menu[data-astro-cid-a2mxz4y6]{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--color-surface, #1a1a2e);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:4px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;box-shadow:0 4px 16px #0006}.lang-switcher[data-astro-cid-a2mxz4y6].open .lang-menu[data-astro-cid-a2mxz4y6]{opacity:1;visibility:visible}.lang-link[data-astro-cid-a2mxz4y6]{font-size:.7rem;color:var(--color-text-secondary, #888);text-decoration:none;padding:6px 14px;border-radius:5px;transition:color .15s,background .15s;white-space:nowrap;text-align:center}.lang-link[data-astro-cid-a2mxz4y6]:hover{color:var(--color-text, #fff);background:#ffffff14}.skip-link{position:absolute;top:-100%;left:16px;z-index:1000;padding:12px 24px;background:var(--color-primary);color:#fff;text-decoration:none;font-weight:600;border-radius:8px;transition:top .2s}.skip-link:focus{top:16px}:root{--color-bg: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-surface: #ffffff;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-primary: #0ea5e9;--color-primary-dark: #0284c7;--color-primary-light: #e0f2fe;--color-accent: #6366f1;--color-success: #10b981;--gradient-primary: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);--gradient-subtle: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -4px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .05), 0 8px 10px -6px rgba(0, 0, 0, .04);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}.animate-in{animation:fadeInUp .7s ease-out forwards}.delay-1{animation-delay:.1s;opacity:0}.delay-2{animation-delay:.2s;opacity:0}.delay-3{animation-delay:.3s;opacity:0}.delay-4{animation-delay:.4s;opacity:0}.delay-5{animation-delay:.5s;opacity:0}.grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,black 40%,transparent 100%)}header{position:fixed;top:0;left:0;right:0;z-index:100;padding:12px 0;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-light)}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--color-text);font-weight:600;font-size:1.125rem;letter-spacing:-.02em}.logo-icon{width:36px;height:36px;background:var(--gradient-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0ea5e94d}.logo-icon svg{width:20px;height:20px;color:#fff}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{text-decoration:none;color:var(--color-text-secondary);font-size:.9375rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--color-text)}.nav-toggle{display:flex;align-items:center;gap:4px;padding:4px;margin-left:32px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px}.nav-toggle a{text-decoration:none;color:var(--color-text-secondary);padding:6px 12px;border-radius:6px;font-size:.8125rem;font-weight:500;transition:all .2s}.nav-toggle a:hover{color:var(--color-text)}.nav-toggle a.active{background:var(--color-bg);color:var(--color-primary);box-shadow:var(--shadow-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;letter-spacing:-.01em}.btn-primary,a.btn-primary{background:var(--gradient-primary);color:#fff!important;box-shadow:0 2px 8px #0ea5e940}.btn-primary:hover,a.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0ea5e959}.btn-secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-bg-secondary);border-color:var(--color-text-muted)}.btn-lg{padding:14px 28px;font-size:1rem;border-radius:12px}.hero{display:flex;align-items:center;padding:120px 0 40px;position:relative;overflow:hidden;background:var(--gradient-subtle)}.hero-wrapper{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hero-content{position:relative;z-index:2}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 8px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:100px;font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:24px;box-shadow:var(--shadow-sm)}.hero-eyebrow .icon{width:24px;height:24px;background:var(--color-primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-eyebrow .icon svg{width:12px;height:12px;color:var(--color-primary)}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:600;line-height:1.08;letter-spacing:-.035em;margin-bottom:24px;color:var(--color-text)}.hero h1 .gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:var(--color-text-secondary);max-width:480px;margin:0 0 32px;line-height:1.7;font-weight:400}.hero-cta{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;z-index:1;min-height:400px}.hero-visual:before{content:"";position:absolute;top:0;left:0;width:100%;height:380px;background-size:cover;background-position:center top;border-radius:24px;z-index:0;box-shadow:0 12px 40px #00000026}.status-pulse{position:relative;width:10px;height:10px}.status-pulse:before{content:"";position:absolute;inset:0;background:var(--color-success);border-radius:50%}.status-pulse:after{content:"";position:absolute;inset:-4px;border:2px solid var(--color-success);border-radius:50%;animation:pulse-ring 2s infinite}.trust{padding:40px 0;border-bottom:1px solid var(--color-border-light)}.trust-grid{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:var(--color-text-secondary);font-size:.875rem;font-weight:500}.trust-item svg{width:18px;height:18px;color:var(--color-primary)}.section-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-primary-light);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.section-header{text-align:center;margin-bottom:72px}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:16px;line-height:1.15}.section-header p{font-size:1.125rem;color:var(--color-text-secondary);max-width:540px;margin:0 auto}.audience{padding:100px 0}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.audience-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;padding:32px;text-align:center;transition:all .3s ease}.audience-card:hover{border-color:var(--color-primary);box-shadow:0 8px 32px #3b82f61a}.audience-icon{width:56px;height:56px;background:var(--color-primary-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.audience-icon svg{width:28px;height:28px;color:var(--color-primary)}.audience-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--color-text)}.audience-card p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}.product{padding:120px 0;background:var(--color-bg-secondary)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hardware-grid{grid-template-columns:1.2fr 1fr}.hardware-visual{display:flex;align-items:center;justify-content:center}.sensor-image{max-width:500px;width:100%;height:auto;border-radius:24px;box-shadow:0 12px 40px #00000026}.product-content h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.03em;margin-bottom:20px;line-height:1.15}.product-content p{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:32px;line-height:1.7}.product-list{list-style:none;display:flex;flex-direction:column;gap:16px}.product-list li{display:flex;align-items:flex-start;gap:14px;font-size:1rem;color:var(--color-text-secondary)}.product-list li svg{width:22px;height:22px;color:var(--color-success);flex-shrink:0;margin-top:1px}.product-visual{position:relative}.features{padding:120px 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:32px 28px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;transition:all .3s ease}.feature-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg),0 0 0 1px var(--color-primary);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;background:var(--color-primary-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s}.feature-card:hover .feature-icon{background:var(--color-primary-light)}.feature-icon svg{width:24px;height:24px;color:var(--color-primary)}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:10px;color:var(--color-text);letter-spacing:-.01em}.feature-card p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}.b2b-callout{padding:24px 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-top:1px solid rgba(14,165,233,.15);border-bottom:1px solid rgba(14,165,233,.15)}.b2b-callout-content{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 24px;background:#fff;border-radius:12px;border:1px solid rgba(14,165,233,.2);box-shadow:0 2px 8px #0ea5e914}.b2b-callout-text{display:flex;align-items:center;gap:16px;font-size:.9375rem;color:var(--color-text-secondary)}.b2b-callout-text svg{width:32px;height:32px;color:var(--color-primary);flex-shrink:0;padding:6px;background:var(--color-primary-light);border-radius:8px}.b2b-callout-text strong{color:var(--color-text)}.b2b-callout .btn{flex-shrink:0;white-space:nowrap;background:var(--color-primary);color:#fff;border:none}.b2b-callout .btn:hover{background:var(--color-primary-dark)}@media(max-width:768px){.b2b-callout-content{flex-direction:column;text-align:center;gap:16px;padding:20px}.b2b-callout-text{flex-direction:column;gap:12px}}.how-it-works{padding:120px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px}.step{text-align:center;position:relative}.step:after{content:"";position:absolute;top:28px;left:calc(50% + 40px);width:calc(100% - 56px);height:2px;border-top:2px dashed var(--color-border)}.step:last-child:after{display:none}.step-number{width:56px;height:56px;background:var(--gradient-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;margin:0 auto 24px;position:relative;z-index:1;box-shadow:0 4px 12px #0ea5e940}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;letter-spacing:-.01em}.step p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6;max-width:280px;margin:0 auto}.faq{padding:100px 0;background:var(--color-bg-secondary)}.faq-grid{max-width:800px;margin:0 auto}.faq-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;margin-bottom:12px;overflow:hidden;transition:all .2s ease}.faq-item:hover{border-color:var(--color-primary)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:1rem;font-weight:600;color:var(--color-text);transition:color .2s}.faq-question:hover{color:var(--color-primary)}.faq-question svg{width:20px;height:20px;flex-shrink:0;color:var(--color-text-muted);transition:transform .3s ease}.faq-item.open .faq-question svg{transform:rotate(180deg);color:var(--color-primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding:0 24px 20px;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7}.showcase-intro{padding:100px 0 80px;text-align:center;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-secondary) 100%)}.showcase-intro-icon{width:64px;height:64px;background:var(--color-primary-light);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.showcase-intro-icon svg{width:32px;height:32px;color:var(--color-primary)}.showcase-intro h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:16px}.showcase-intro p{font-size:1.125rem;color:var(--color-text-secondary);max-width:550px;margin:0 auto;line-height:1.6}.device-showcase{padding:0;background:var(--color-bg-secondary)}.device-section{min-height:100vh;display:flex;align-items:center;padding:80px 0;position:relative;overflow:hidden}.device-section:nth-child(odd){background:var(--color-bg)}.device-section:nth-child(2n){background:var(--color-bg-secondary)}.device-wrapper{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.device-section:nth-child(2n) .device-wrapper{direction:rtl}.device-section:nth-child(2n) .device-wrapper>*{direction:ltr}.device-visual{position:relative;display:flex;align-items:center;justify-content:center}.device-image-wrapper{position:relative;width:100%;max-width:560px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.device-image-wrapper:before{content:"";position:absolute;inset:10%;background:var(--gradient-primary);opacity:.1;border-radius:50%;filter:blur(60px)}.device-image{position:relative;width:70%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));transition:transform .5s ease}.device-visual:hover .device-image{transform:scale(1.05) translateY(-10px)}.device-icon-display{position:relative;width:280px;height:280px;background:var(--color-bg);border-radius:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #00000005,0 12px 24px #0000000a,0 24px 48px #0000000f;transition:transform .5s ease,box-shadow .5s ease}.device-visual:hover .device-icon-display{transform:scale(1.05) translateY(-10px);box-shadow:0 8px 12px #00000005,0 20px 40px #0000000f,0 40px 80px #00000014}.device-icon-display svg{width:120px;height:120px;color:var(--color-primary)}.device-icon-display.hub{background:linear-gradient(135deg,#0f172a,#1e293b)}.device-icon-display.hub svg{color:#fff}.device-photos{position:relative;width:100%;max-width:560px}.device-gallery-main{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:20px;overflow:hidden;background:var(--color-bg-secondary)}.device-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .4s ease;padding:24px}.device-photo.active{opacity:1}.device-gallery-thumbs{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;padding:8px;background:#ffffffe6;backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 12px #0000001a}.device-thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:var(--color-bg);transition:all .3s ease;padding:4px}.device-thumb img{width:100%;height:100%;object-fit:contain}.device-thumb:hover{border-color:var(--color-border)}.device-thumb.active{border-color:var(--color-primary);box-shadow:0 0 0 2px #6366f133}.device-content{max-width:520px}.device-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--color-primary-light);border-radius:100px;font-size:.75rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.device-content h3{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:20px}.device-content>p{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:32px}.device-specs{display:flex;flex-direction:column;gap:16px}.device-spec{display:flex;align-items:flex-start;gap:16px}.device-spec-icon{width:44px;height:44px;background:var(--color-bg-secondary);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.device-spec-icon svg{width:22px;height:22px;color:var(--color-primary)}.device-spec-text h4{font-size:1rem;font-weight:600;margin-bottom:4px;color:var(--color-text)}.device-spec-text p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.ecosystem{padding:120px 0;background:linear-gradient(180deg,var(--color-bg-secondary) 0%,var(--color-bg) 100%);text-align:center}.ecosystem .section-header{margin-bottom:80px}.ecosystem-visual{position:relative;max-width:900px;margin:0 auto}.ecosystem-hub{position:relative;width:160px;height:160px;margin:0 auto 60px;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:32px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #0f172a4d}.ecosystem-hub svg{width:64px;height:64px;color:#fff}.ecosystem-hub:before{content:"";position:absolute;inset:-20px;border:2px dashed var(--color-border);border-radius:48px;animation:spin 30s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ecosystem-devices{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ecosystem-device{background:var(--color-bg);border:1px solid var(--color-border);border-radius:20px;padding:32px 24px;text-align:center;transition:all .3s ease}.ecosystem-device:hover{border-color:var(--color-primary);box-shadow:0 8px 32px #0ea5e91a;transform:translateY(-4px)}.ecosystem-device-icon{width:64px;height:64px;margin:0 auto 16px;background:var(--color-primary-light);border-radius:16px;display:flex;align-items:center;justify-content:center}.ecosystem-device-icon svg{width:32px;height:32px;color:var(--color-primary)}.ecosystem-device h4{font-size:1rem;font-weight:600;margin-bottom:8px}.ecosystem-device p{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.5}.ecosystem-tagline{margin-top:60px;font-size:1.25rem;color:var(--color-text-secondary)}.ecosystem-tagline strong{color:var(--color-text)}@media(max-width:1024px){.product-hero{padding:100px 0 60px}.product-hero-header h1{font-size:2.5rem}.product-hero-layout{grid-template-columns:1fr 1fr;gap:40px}.product-hero-image{padding:24px}.product-hero-details{gap:32px}.includes-grid{grid-template-columns:repeat(2,1fr)}.product-hero-cta{align-items:stretch}.trust-badges-inline{justify-content:flex-start}.device-section{min-height:auto;padding:80px 0}.device-wrapper{grid-template-columns:1fr;gap:48px;text-align:center}.device-section:nth-child(2n) .device-wrapper{direction:ltr}.device-content{max-width:100%}.device-visual{order:-1}.device-icon-display{width:220px;height:220px;border-radius:32px}.device-icon-display svg{width:90px;height:90px}.device-photos{max-width:420px}.device-thumb{width:48px;height:48px}.device-gallery-thumbs{bottom:12px;padding:6px;gap:6px}.device-specs{text-align:left}.ecosystem-devices{grid-template-columns:repeat(2,1fr)}.gallery-main{aspect-ratio:4/3;padding:24px}.gallery-thumb{width:48px;height:48px;padding:4px}}@media(max-width:640px){.showcase-intro{padding:80px 0 60px}.showcase-intro h2{font-size:2rem}.device-section{padding:60px 0}.device-icon-display{width:180px;height:180px;border-radius:28px}.device-icon-display svg{width:72px;height:72px}.device-photos{max-width:100%}.device-gallery-main{border-radius:16px}.device-thumb{width:44px;height:44px;border-radius:6px}.device-gallery-thumbs{bottom:10px;padding:5px;gap:5px;border-radius:10px}.device-content h3{font-size:1.75rem}.ecosystem{padding:80px 0}.ecosystem-hub{width:120px;height:120px;border-radius:24px}.ecosystem-hub svg{width:48px;height:48px}.ecosystem-devices{grid-template-columns:1fr;max-width:300px;margin:0 auto}}.cta{padding:100px 0;background:var(--gradient-subtle);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(14,165,233,.06) 0%,transparent 70%);pointer-events:none}.cta-content{position:relative;text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:16px;letter-spacing:-.03em}.cta-content p{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:32px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{display:inline-flex;align-items:center;gap:8px}.cta-mid{padding:80px 0}.ecosystem-cta{margin-top:48px;text-align:center}.features-cta{display:flex;gap:16px;justify-content:center;margin-top:48px;flex-wrap:wrap}.features-cta .btn{display:inline-flex;align-items:center;gap:8px}footer{padding:60px 0 40px;border-top:1px solid var(--color-border-light);background:var(--color-bg)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand .logo{display:inline-flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:var(--color-text);text-decoration:none;margin-bottom:16px}.footer-brand .logo-icon{width:32px;height:32px;background:var(--gradient-primary);border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-brand .logo-icon svg{width:18px;height:18px;color:#fff}.footer-tagline{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6;max-width:280px}.footer-nav h4{font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-nav ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-nav a{font-size:.9375rem;color:var(--color-text-secondary);text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--color-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid var(--color-border-light);gap:24px}.footer-text{font-size:.8125rem;color:var(--color-text-muted);max-width:600px;line-height:1.7}.footer-legal{display:flex;gap:24px;align-items:baseline}.footer-legal a{font-size:.8125rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--color-text)}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:24px}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--color-text)}.dashboard-mockup{position:absolute;right:0;bottom:-40px;width:280px;background:#ffffffe6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.7);border-radius:14px;overflow:hidden;box-shadow:0 12px 40px #0000001f,0 0 0 1px #ffffff80}.dashboard-titlebar{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#ffffff80;border-bottom:1px solid rgba(255,255,255,.5)}.dashboard-titlebar .dots{display:flex;gap:6px}.dashboard-titlebar .dot{width:8px;height:8px;border-radius:50%;background:var(--color-border)}.dashboard-titlebar .dot.red{background:#ef4444}.dashboard-titlebar .dot.yellow{background:#f59e0b}.dashboard-titlebar .dot.green{background:#22c55e}.dashboard-titlebar .title{flex:1;text-align:center;font-size:.75rem;font-weight:500;color:var(--color-text-muted);margin-right:32px}.dashboard-main{padding:12px}.hero-card{background:transparent;border:none;border-radius:10px;padding:0}.hero-card-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.hero-card-status{font-weight:600;color:var(--color-success);font-size:.75rem}.hero-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-card-stat{text-align:center;padding:10px 8px;background:#fff9;border:1px solid rgba(255,255,255,.8);border-radius:8px}.hero-card-stat .value{font-size:1.25rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.hero-card-stat .label{font-size:.625rem;color:var(--color-text-muted);margin-top:2px;text-transform:uppercase;letter-spacing:.05em}.product-dashboard{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-xl)}.product-dashboard .dashboard-titlebar{position:relative;display:flex;align-items:center;padding:12px 16px;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border)}.product-dashboard .dashboard-titlebar .title{position:absolute;left:50%;transform:translate(-50%);font-size:.8125rem;font-weight:500;color:var(--color-text-muted)}.dashboard-body{display:flex}.product-dashboard .dashboard-sidebar{width:160px;padding:12px 8px;background:var(--color-bg-secondary);border-right:1px solid var(--color-border);display:block}.sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:2px}.sidebar-item.active{background:var(--color-primary-light);color:var(--color-primary)}.sidebar-item svg{width:16px;height:16px}.dashboard-content{flex:1;padding:20px}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--color-border-light)}.content-title{font-weight:600;font-size:1rem}.content-badge{padding:4px 10px;background:#10b9811a;color:var(--color-success);border-radius:6px;font-size:.75rem;font-weight:600}.room-grid{display:grid;gap:12px}.room-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:var(--color-bg-secondary);border-radius:10px}.room-item .room-name{font-weight:500;font-size:.9375rem}.room-item .room-status{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--color-text-muted)}.room-item .room-status .dot{width:8px;height:8px;background:var(--color-success);border-radius:50%}.app-mockup{position:absolute;right:0;bottom:-40px;width:220px;background:#0f172a;border-radius:28px;padding:6px;box-shadow:0 20px 60px #0000004d;z-index:1}.app-screen{background:var(--color-bg);border-radius:22px;overflow:hidden}.app-statusbar{display:flex;justify-content:space-between;align-items:center;padding:6px 16px;font-size:.625rem;font-weight:600;color:var(--color-text)}.app-statusbar-icons{display:flex;gap:3px;align-items:center}.app-statusbar-icons svg{width:10px;height:10px}.app-header{display:flex;align-items:center;justify-content:center;padding:8px 12px;border-bottom:1px solid var(--color-border-light)}.app-header .title{font-size:.8125rem;font-weight:600;color:var(--color-text)}.app-content{padding:10px}.family-status{display:flex;align-items:center;gap:8px;margin-bottom:10px}.family-status span{font-size:.6875rem;font-weight:600;color:var(--color-success)}.family-member{background:var(--color-bg-secondary);border-radius:8px;padding:10px;margin-bottom:8px}.family-member-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.family-member-name{font-weight:600;font-size:.6875rem}.family-member-time{font-size:.5625rem;color:var(--color-text-muted)}.family-member-status{font-size:.625rem;color:var(--color-text-secondary)}.product-hero{padding:120px 0 60px;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-secondary) 100%)}.product-hero-header{text-align:center;max-width:700px;margin:0 auto 60px}.product-tag{display:inline-block;font-size:.875rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.product-hero-header h1{font-size:3.5rem;font-weight:700;color:var(--color-text);margin-bottom:16px;line-height:1.1}.product-tagline{font-size:1.25rem;color:var(--color-text-secondary);line-height:1.6}.product-hero-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start;max-width:1200px;margin:0 auto;position:relative}.product-hero-image{padding:40px;background:var(--color-bg-secondary);border-radius:24px}.product-hero-image img{width:100%;height:auto;filter:drop-shadow(0 20px 60px rgba(0,0,0,.15))}.product-hero-gallery{display:flex;flex-direction:column;gap:12px;min-width:0;overflow:hidden}.gallery-main{position:relative;padding:32px;background:var(--color-bg-secondary);border-radius:24px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-main .gallery-image{position:absolute;max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;opacity:0;transition:opacity .3s ease;filter:drop-shadow(0 20px 60px rgba(0,0,0,.15))}.gallery-main .gallery-image.active{opacity:1}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:8px 4px;position:relative;z-index:10;max-width:100%;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.gallery-thumbs::-webkit-scrollbar{height:6px}.gallery-thumbs::-webkit-scrollbar-track{background:transparent}.gallery-thumbs::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.gallery-thumb{flex-shrink:0;width:56px;height:56px;padding:6px;background:var(--color-bg-secondary);border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:11}.gallery-thumb img{width:100%;height:100%;object-fit:contain}.gallery-thumb:hover{border-color:var(--color-border)}.gallery-thumb.active{border-color:var(--color-primary);background:#fff}.product-hero-details{display:flex;flex-direction:column;gap:40px;position:relative;z-index:5;isolation:isolate}.product-includes{position:relative;z-index:1}.product-includes h3{font-size:.875rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.includes-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:1}.includes-grid li{display:flex;align-items:flex-start;gap:12px;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.5}.includes-grid li svg{width:20px;height:20px;color:var(--color-success);flex-shrink:0;margin-top:2px}.includes-grid li strong{color:var(--color-text);display:block;margin-bottom:2px}.product-hero-cta{display:flex;flex-direction:column;gap:16px;align-items:center;position:relative;z-index:20}.product-hero-cta a,.product-hero-cta .btn{position:relative;z-index:21;pointer-events:auto}.product-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 40px;font-size:1rem;font-weight:600;white-space:nowrap;position:relative;z-index:21;cursor:pointer}.product-btn svg{width:20px;height:20px;pointer-events:none}.trust-badges-inline{display:flex;gap:24px;flex-wrap:wrap;justify-content:center;position:relative;z-index:10}.trust-badges-inline span{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--color-text-muted)}.trust-badges-inline svg{width:16px;height:16px;color:var(--color-primary)}.app-experience{padding:100px 0;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-secondary) 100%)}.app-showcase{display:flex;justify-content:center;gap:60px;margin-top:60px}.phone-mockup{display:flex;flex-direction:column;align-items:center}.phone-frame{width:260px;background:#1a1a2e;border-radius:36px;padding:8px;box-shadow:0 25px 80px #0006,0 0 0 1px #ffffff1a;position:relative}.phone-frame.alert-mode{box-shadow:0 25px 80px #ef44444d,0 0 0 1px #ef44444d,0 0 40px #ef444433}.phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:80px;height:24px;background:#1a1a2e;border-radius:0 0 16px 16px;z-index:10}.phone-screen{background:var(--color-bg);border-radius:28px;overflow:hidden;min-height:460px}.phone-statusbar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px 8px;font-size:.75rem;font-weight:600;color:var(--color-text)}.phone-statusbar-icons{display:flex;gap:6px;align-items:center}.phone-statusbar-icons svg{width:14px;height:14px}.phone-header{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px 16px;border-bottom:1px solid var(--color-border-light)}.phone-logo{width:20px;height:20px;color:var(--color-primary)}.phone-header span{font-size:1rem;font-weight:600;color:var(--color-text)}.phone-content{padding:16px}.status-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;margin-bottom:16px}.status-card.status-ok{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid rgba(34,197,94,.2)}.status-indicator{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#22c55e26}.status-dot{width:16px;height:16px;border-radius:50%;animation:pulse 2s infinite}.status-dot.ok{background:var(--color-success);box-shadow:0 0 12px #22c55e80}.status-text{display:flex;flex-direction:column;gap:2px}.status-label{font-size:.9375rem;font-weight:600;color:var(--color-success)}.status-detail{font-size:.75rem;color:var(--color-text-secondary)}.activity-list{display:flex;flex-direction:column;gap:8px}.activity-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--color-bg-secondary);border-radius:10px}.activity-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--color-bg)}.activity-icon svg{width:16px;height:16px;color:var(--color-text-secondary)}.activity-info{flex:1;display:flex;flex-direction:column;gap:2px}.activity-title{font-size:.8125rem;font-weight:500;color:var(--color-text)}.activity-time{font-size:.6875rem;color:var(--color-text-muted)}.activity-status{width:8px;height:8px;border-radius:50%}.activity-status.active{background:var(--color-success);box-shadow:0 0 8px #22c55e80;animation:pulse 2s infinite}.activity-check{width:18px;height:18px;color:var(--color-success)}.alert-notification{display:flex;align-items:flex-start;gap:12px;padding:16px;background:linear-gradient(135deg,#ef444426,#ef444414);border:1px solid rgba(239,68,68,.3);border-radius:12px;margin-bottom:16px;animation:alertPulse 2s infinite}@keyframes alertPulse{0%,to{box-shadow:0 0 #ef44444d}50%{box-shadow:0 0 20px 4px #ef444433}}.alert-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ef444433;flex-shrink:0}.alert-icon svg{width:20px;height:20px;color:#ef4444}.alert-content{display:flex;flex-direction:column;gap:4px}.alert-title{font-size:.9375rem;font-weight:600;color:#ef4444}.alert-location{font-size:.8125rem;color:var(--color-text)}.alert-time{font-size:.6875rem;color:var(--color-text-muted)}.alert-actions{display:flex;gap:8px;margin-bottom:12px}.alert-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:10px;font-size:.8125rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.alert-btn svg{width:16px;height:16px}.alert-btn.primary{background:var(--color-primary);color:#fff}.alert-btn.secondary{background:var(--color-bg-secondary);color:var(--color-text);border:1px solid var(--color-border)}.alert-emergency{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#ef44441a;border:1px dashed rgba(239,68,68,.3);border-radius:10px;font-size:.75rem;font-weight:500;color:#ef4444}.alert-emergency svg{width:14px;height:14px}.phone-caption{margin-top:20px;font-size:.875rem;color:var(--color-text-secondary);text-align:center}@media(max-width:1024px){.audience-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr;gap:48px}.hardware-grid{grid-template-columns:1.2fr 1fr;gap:48px}.hardware-visual{order:0}.hero-wrapper{grid-template-columns:1fr;gap:48px}.hero-content{text-align:center;padding-left:0}.hero-subtitle{margin:0 auto 32px}.hero-cta{justify-content:center}.product-dashboard .dashboard-sidebar{display:none}}@media(max-width:768px){.nav-links,.nav-toggle{display:none}.audience-grid{grid-template-columns:1fr}.hero{padding:100px 0 60px}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-card-grid{grid-template-columns:repeat(3,1fr);gap:8px}.hero-card-stat{padding:10px 6px}.hero-card-stat .value{font-size:1.125rem}.dashboard-titlebar .title{display:none}.features-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:48px}.step:after{display:none}.trust-grid{flex-wrap:wrap;flex-direction:row;justify-content:center;gap:8px 16px}.trust-item{font-size:.8rem}.trust-item svg{width:16px;height:16px}.footer-content{flex-direction:column;text-align:center}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;text-align:center;gap:16px}.nav-cta-mobile{display:inline-flex;padding:8px 16px;font-size:.875rem}.app-showcase{flex-direction:column;gap:40px;align-items:center}.phone-frame{width:240px}.phone-screen{min-height:420px}.app-experience{padding:60px 0}.product-hero{padding:80px 0 40px}.product-hero-header{margin-bottom:40px}.product-hero-header h1{font-size:2rem}.product-tagline{font-size:1rem}.product-hero-layout{grid-template-columns:1fr;gap:32px}.product-hero-image{padding:20px;border-radius:16px}.gallery-main{aspect-ratio:1/1;padding:20px;border-radius:16px}.gallery-thumbs{gap:6px;justify-content:flex-start}.gallery-thumb{width:44px;height:44px;padding:4px;border-radius:8px}.includes-grid{grid-template-columns:1fr;gap:16px}.includes-grid li{font-size:.875rem}.product-btn{padding:16px 24px;font-size:.9375rem}.trust-badges-inline{flex-direction:column;gap:12px;align-items:flex-start}}@media(max-width:600px){.hardware-grid{grid-template-columns:1fr}.hardware-visual{order:-1}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-nav{text-align:center}.footer-nav ul{align-items:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-in{opacity:1;transform:none}.status-pulse:after{animation:none}}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}.nav-cta-mobile{display:none}.mt-24{margin-top:24px}.icon-decorative{pointer-events:none}.legal-content{padding:120px 0 80px}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem}.legal-content .last-updated{color:var(--text-secondary);margin-bottom:3rem}.legal-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}.legal-content h3{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.75rem}.legal-content p,.legal-content li{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.legal-content ul{padding-left:1.5rem;margin-bottom:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--primary)}.legal-content a:hover{text-decoration:underline}.legal-container{max-width:800px;margin:0 auto}.lang-switch{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:.8125rem;font-weight:600;color:var(--color-text-secondary);text-decoration:none;border:1px solid var(--color-border);border-radius:6px;transition:color .2s,border-color .2s,background .2s}.lang-switch:hover{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-primary-light)}.lead-modal-overlay{display:none;position:fixed;inset:0;z-index:9999;background:#00000080;backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:24px}.lead-modal-overlay.active{display:flex}.lead-modal{background:var(--color-surface, #fff);border-radius:20px;padding:40px;max-width:520px;width:100%;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:leadModalIn .2s ease-out}@keyframes leadModalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.lead-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:var(--color-text-muted);padding:4px;border-radius:8px;transition:background .2s}.lead-modal-close:hover{background:var(--color-bg-secondary);color:var(--color-text)}.lead-modal h3{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:8px}.lead-modal>p{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.6;margin-bottom:24px}.lead-modal-form,.lead-modal-fields{display:flex;flex-direction:column;gap:16px}.lead-modal-field{display:flex;flex-direction:column;text-align:left}.lead-modal-field label{font-size:.8125rem;font-weight:600;color:var(--color-text);margin-bottom:6px}.lead-modal-optional{font-weight:400;color:var(--color-text-muted)}.lead-modal-field input{padding:12px 16px;border:1px solid var(--color-border);border-radius:10px;font-size:.9375rem;background:var(--color-bg);color:var(--color-text);transition:border-color .2s}.lead-modal-field input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.lead-modal-field input::placeholder{color:var(--color-text-muted)}.lead-modal-submit{width:100%;justify-content:center}.lead-modal-success{display:flex;align-items:center;gap:16px;padding:24px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;text-align:left}.lead-modal-success svg{flex-shrink:0;color:#22c55e}.lead-modal-success p{font-size:.9375rem;color:#15803d;line-height:1.6}.sticky-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9998;padding:16px 24px;background:var(--gradient-primary);color:#fff;font-family:var(--font-sans);font-size:1rem;font-weight:600;border:none;cursor:pointer;align-items:center;justify-content:center;gap:8px;box-shadow:0 -4px 20px #00000026;-webkit-tap-highlight-color:transparent;transition:opacity .3s}.sticky-mobile-cta svg{flex-shrink:0}.sticky-mobile-cta:active{opacity:.9}@media(max-width:768px){.sticky-mobile-cta{display:flex}body{padding-bottom:56px}}
