*{box-sizing:border-box;margin:0;padding:0}body{font-family:sans-serif}#main-container{background-color:#f3f5fa;width:100%;min-height:100vh}.hide-mobile{display:none!important}@media screen and (width>=1024px){.hide-mobile{display:revert!important}}.hide-desktop{display:revert!important}@media screen and (width>=1024px){.hide-desktop{display:none!important}}.navbar{z-index:100;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0;box-shadow:0 4px 6px #0000000d}.nav-logo{color:#0e3b63;align-items:center;gap:12px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.nav-actions{align-items:center;gap:12px;display:flex}.nav-login{color:#0e3b63;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s}.nav-login:hover{background-color:#f2f5fa}.nav-cta{color:#fff;background-color:#0e3b63;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s}.nav-cta:hover{background-color:#14507f}.nav-cta-mobile{color:#fff;text-align:center;background-color:#0e3b63;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;display:block}.nav-cta-mobile:hover{background-color:#14507f}.nav-links{z-index:10;background-color:#fff;border-radius:8px;flex-direction:column;width:100%;padding:8px 0;display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 16px #0000001a}.nav-links.show{display:flex}.nav-links .nav-link{color:#0e3b63;padding:12px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.nav-links .nav-link:hover{background-color:#f8f9fa}.lang-toggle{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.lang-toggle:hover{color:#0e3b63;background-color:#f8f9fa;border-color:#cbd5e1}#hamburger-menu{color:#fff;cursor:pointer;background:#0e3b63;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}#hamburger-menu:hover{background:#14507f}@media screen and (width>=1024px){.nav-links{width:auto;box-shadow:none;background:0 0;flex-direction:row;flex:1;justify-content:center;gap:32px;padding:0;position:static;overflow:visible;display:flex!important}.nav-links .nav-link{color:#64748b;border-bottom:2px solid #0000;padding:0}.nav-links .nav-link:hover{color:#0e3b63;background:0 0}.nav-links .nav-link.active{color:#0e3b63;border-bottom-color:#0e3b63;font-weight:600}}#hero{flex-direction:column;justify-content:center;height:100vh;padding:0 20px;display:flex}#cta{width:100%}#hero h1{color:#1a1a1a;margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;line-height:1.1}#hero p{color:#4a4a4f;max-width:540px;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}#cta-buttons-wrapper{flex-direction:column;gap:12px;display:flex}.cta-button{cursor:pointer;text-align:center;border-radius:2px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.primary-button{color:#fff;background-color:#0e3b63;border:1px solid #0e3b63}.secondary-button{color:#0e3b63;background-color:#fff;border:1px solid #c5c5cc}#hero-image{display:none}.system-status-card{background:#fff;border-radius:8px;width:100%;max-width:480px;margin:0 auto;padding:24px;font-family:inherit;box-shadow:0 4px 24px #0000000f}.status-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.status-header h3{color:#4a4a4f;margin:0;font-size:1.05rem;font-weight:700}.live-icon{animation:2s infinite pulse-icon}@keyframes pulse-icon{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.status-item{cursor:pointer;background:#f2f5fa;border-radius:6px;align-items:center;margin-bottom:16px;padding:18px 24px;transition:transform .2s,box-shadow .2s;display:flex}.status-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.status-item:last-child{margin-bottom:0}.status-item.alert{background:#fef2f2;border:1px solid #fecaca}.item-icon{justify-content:center;align-items:center;width:32px;height:32px;margin-right:20px;display:flex}.item-details{flex-direction:column;flex-grow:1;display:flex}.item-label{color:#64748b;margin-bottom:4px;font-size:.85rem}.status-item.alert .item-label,.status-item.alert .item-value{color:#dc2626}.item-value{color:#1f2937;font-size:1.6rem;font-weight:500}.item-badge{color:#047857;letter-spacing:.5px;background:#ecfdf5;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:700}.alert-badge{color:#dc2626;background:#fecaca}@media screen and (width>=1024px){#hero{flex-direction:row;grid-template-columns:6fr 4fr;align-items:center;gap:40px;padding:0 10%;display:grid}#hero h1{max-width:600px;font-size:3.5rem}#cta-buttons-wrapper{flex-flow:wrap;gap:16px}.cta-button{width:auto;min-width:180px}#hero-image{width:100%;display:block}}#sensors{flex-direction:column;gap:2rem;min-height:100vh;padding:0 5%;display:flex}#sensors-side-image{display:none}.half-section{flex-direction:column;flex:1;justify-content:center;gap:2rem;display:flex}.half-section>div:first-of-type{flex-direction:column;gap:1rem;display:flex}.half-section>div:first-of-type h1{color:#1a1a1a;margin:0;font-size:2rem;font-weight:700;line-height:1.2}.half-section>div:first-of-type p{color:#4a4a4f;margin:0;font-size:1.125rem;line-height:1.6}#sensors-bottom-image{border-radius:8px;width:100%;max-width:100%;display:block}#alarm-features{flex-direction:column;gap:1.5rem;display:flex}.feature-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;box-shadow:0 1px 2px #0000000d}.feature-card .feature-icon{align-items:center;display:flex}.feature-card h3{color:#1a1a1a;margin:0;font-size:1.125rem}.feature-card p{color:#4a4a4f;margin:0;font-size:.875rem;line-height:1.5}@media screen and (width>=1024px){#sensors{flex-direction:row;align-items:stretch;gap:4rem;padding:2.5%}.half-section>div:first-of-type{gap:1.5rem}.half-section>div:first-of-type h1{font-size:2.5rem}.half-section>div:first-of-type p{font-size:1.125rem}#sensors-bottom-image{display:none}#sensors-side-image{display:flex}#sensors-side-image img{border-radius:8px;width:100%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}#alarm-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}}#actuators{flex-direction:column;justify-content:center;gap:2rem;min-height:100vh;padding:80px 5% 40px;display:flex}#actuators-title-container{flex-direction:column;gap:1rem;display:flex}#actuators-title-container h1{color:#1a1a1a;margin:0;font-size:2rem;font-weight:700;line-height:1.2}#actuators-title-container p{color:#4a4a4f;margin:0;font-size:1.125rem;line-height:1.6}.actuators-list{flex-direction:column;gap:1.5rem;display:flex}.actuator-item{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.actuator-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.actuator-item .actuator-icon{align-items:center;display:flex}.actuator-item h3{color:#1a1a1a;margin:0;font-size:1.125rem}.actuator-item p{color:#4a4a4f;margin:0;font-size:.875rem;line-height:1.5}@keyframes actuator-ring{0%{transform:rotate(0)}10%{transform:rotate(15deg)}20%{transform:rotate(-10deg)}30%{transform:rotate(5deg)}40%{transform:rotate(-5deg)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes actuator-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes actuator-vibrate{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.actuator-item:first-child.animating .actuator-icon svg{transform-origin:top;animation:.5s ease-in-out infinite actuator-ring}.actuator-item:nth-child(2).animating .actuator-icon svg{transform-origin:50%;animation:1s linear infinite actuator-spin}.actuator-item:nth-child(3).animating .actuator-icon svg{animation:.3s linear infinite actuator-vibrate}.actuator-item.animating{border-color:#dc2626;box-shadow:0 0 0 2px #dc262633}.actuator-item:nth-child(2).animating{border-color:#0e3b63;box-shadow:0 0 0 2px #0e3b6333}@media screen and (width>=1024px){#actuators{gap:4rem;padding:2.5%}#actuators-title-container{text-align:center;align-items:center;gap:1.5rem}#actuators-title-container h1{font-size:2.5rem}#actuators-title-container p{max-width:800px;font-size:1.125rem}.actuators-list{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}}#processes{background-color:#f8fafc;flex-direction:column;justify-content:center;gap:2rem;min-height:100vh;padding:4rem 5%;display:flex}#processes-title-container{text-align:center;flex-direction:column;gap:1rem;display:flex}#processes-title-container h1{color:#1a1a1a;margin:0;font-size:2rem;font-weight:700}#processes-title-container p{color:#4a4a4f;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.process-steps{flex-direction:column;gap:1.5rem;display:flex;position:relative}.process-step{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 4px #0000000d}.process-step:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.step-icon{color:#fff;background:#0e3b63;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.step-content{flex-direction:column;gap:.5rem;display:flex}.step-content h3{color:#1a1a1a;margin:0;font-size:1.25rem}.step-content p{color:#4a4a4f;margin:0;line-height:1.5}@media screen and (width>=1024px){#processes{gap:4rem;padding:6rem 10%}#processes-title-container h1{font-size:2.5rem}.process-steps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.process-step{text-align:center;flex-direction:column;align-items:center;padding:2rem;position:relative}.process-step:not(:last-child):after{content:"";z-index:0;background-color:#e2e8f0;width:2rem;height:2px;position:absolute;top:56px;right:-2rem}}#product{background-color:#f8fafc;flex-direction:column;align-items:center;gap:2rem;padding:4rem 5%;display:flex}#product-title-container{text-align:center;flex-direction:column;gap:1rem;display:flex}#product-title-container h1{color:#1a1a1a;margin:0;font-size:2rem;font-weight:700}#product-title-container p{color:#4a4a4f;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}#product .video-wrapper{aspect-ratio:16/9;border-radius:12px;width:100%;max-width:800px;overflow:hidden;box-shadow:0 4px 24px #0000001a}#product .video-wrapper iframe{border:0;width:100%;height:100%;display:block}@media screen and (width>=1024px){#product{padding:6rem 10%}#product-title-container h1{font-size:2.5rem}}#team{flex-direction:column;align-items:center;gap:2rem;padding:4rem 5%;display:flex}#team-title-container{text-align:center;flex-direction:column;gap:1rem;display:flex}#team-title-container h1{color:#1a1a1a;margin:0;font-size:2rem;font-weight:700}#team-title-container p{color:#4a4a4f;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.video-wrapper{aspect-ratio:16/9;border-radius:12px;width:100%;max-width:800px;overflow:hidden;box-shadow:0 4px 24px #0000001a}.video-wrapper iframe{border:0;width:100%;height:100%;display:block}@media screen and (width>=1024px){#team{padding:6rem 10%}#team-title-container h1{font-size:2.5rem}}#buy{text-align:center;color:#fff;background-color:#0e3b63;flex-direction:column;justify-content:center;align-items:center;padding:6rem 5%;display:flex}#buy-header p{color:#94a3b8;max-width:600px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6}#buy h2{color:#fff;margin:0 0 1.5rem;font-size:2.5rem;font-weight:700}.pricing-grid{flex-direction:column;gap:1.5rem;width:100%;max-width:400px;display:flex}.pricing-card{color:#1a1a1a;text-align:center;background-color:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.75rem;display:flex;position:relative}.pricing-card.featured{border:2px solid #fff}.pricing-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background-color:#0e3b63;border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:700;position:absolute;top:-12px}.pricing-card h3{color:#1a1a1a;margin:.5rem 0 0;font-size:1.25rem;font-weight:700}.price{align-items:baseline;gap:4px;display:flex}.price .amount{color:#0e3b63;font-size:2.5rem;font-weight:700}.price .period{color:#4a4a4f;font-size:1rem}.pricing-feature{color:#4a4a4f;margin:0 0 .5rem;font-size:.95rem}.pricing-button{color:#fff;letter-spacing:.5px;text-transform:uppercase;background-color:#0e3b63;border:none;border-radius:2px;width:100%;padding:.9rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .2s}.pricing-button:hover{background-color:#14507f}.buy-login-hint{color:#94a3b8;margin:2.5rem 0 0;font-size:.95rem}.buy-login-link{color:#fff;font-weight:600;text-decoration:underline}@media screen and (width>=1024px){#buy{padding:8rem 10%}#buy h2{font-size:3rem}#buy-header p{font-size:1.25rem}.pricing-grid{flex-direction:row;align-items:stretch;max-width:900px}.pricing-card{flex:1}}footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;flex-direction:column;gap:3rem;padding:4rem 5%;display:flex}.footer-col{flex-direction:column;gap:1.5rem;display:flex}.footer-col h3{color:#1e293b;letter-spacing:1px;margin:0;font-size:1.125rem;font-weight:700}.footer-col h4{color:#475569;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.footer-col p{color:#64748b;letter-spacing:.5px;text-transform:uppercase;max-width:250px;margin:0;font-size:.65rem;line-height:1.6}.footer-links{flex-direction:column;gap:2.5rem;display:flex}.footer-col a{color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #0000;width:fit-content;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.footer-col a:hover{color:#0e3b63;border-bottom:1px solid #0e3b63}@media screen and (width>=1024px){footer{flex-direction:row;justify-content:space-between;padding:5rem 10%}.footer-links{flex-direction:row;gap:6rem}}
