.feature-strip{position:relative;z-index:2;border-block:1px solid var(--line);background:#fff}.feature-strip__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:0}.feature-strip__item{position:relative;display:flex;min-width:0;min-height:158px;align-items:center;justify-content:center;flex-direction:column;gap:9px;padding:15px 10px 17px;text-align:center}.feature-strip__item:not(:last-child):after{position:absolute;top:24%;right:0;width:1px;height:52%;background:#edf2f7;content:""}.feature-strip__visual{display:flex;width:104px;height:88px;align-items:center;justify-content:center}.feature-strip__visual img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(21,83,145,.09));transition:transform .19s ease,filter .19s ease}.feature-strip__item:hover .feature-strip__visual img{transform:translateY(-3px);filter:drop-shadow(0 12px 18px rgba(21,83,145,.14))}.feature-strip__item strong{max-width:150px;color:#294a68;font-size:11px;font-weight:800;line-height:1.3}@media(max-width:1050px){.feature-strip__grid{grid-template-columns:repeat(3,1fr)}.feature-strip__item{min-height:150px}.feature-strip__item:after{display:none}.feature-strip__item:nth-child(-n+3){border-bottom:1px solid #edf2f7}}@media(max-width:620px){.feature-strip__grid{grid-template-columns:repeat(2,1fr)}.feature-strip__item{min-height:142px;padding-inline:8px}.feature-strip__item:nth-child(-n+4){border-bottom:1px solid #edf2f7}.feature-strip__visual{width:92px;height:78px}}:root{font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#102a43;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--signal-blue: #0567e8;--deep-blue: #082b50;--ink: #102a43;--muted: #61758a;--line: #dce7f1;--surface-soft: #f6f9fc;--surface-blue: #eaf4ff;--success: #17a66a;--radius-md: 18px;--shadow-sm: 0 16px 45px rgba(22, 64, 104, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{min-width:320px;margin:0;background:#fff;color:var(--ink)}body,button,input,select,textarea{font:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,strong,.brand{font-family:Manrope,Inter,system-ui,sans-serif}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.035em}h2{font-size:clamp(34px,4vw,50px);line-height:1.08}p{line-height:1.7}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{padding-block:100px}.section-heading{max-width:720px;margin-bottom:48px}.section-heading p{color:var(--muted)}.section-heading--center{margin-inline:auto;text-align:center}.eyebrow{display:inline-block;margin-bottom:15px;color:var(--signal-blue);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow--dark{color:#8ec4ff}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid var(--signal-blue);border-radius:9px;padding:0 20px;background:var(--signal-blue);color:#fff;font-size:13px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px);box-shadow:0 12px 25px #0567e833}.button--small{min-height:38px;padding-inline:17px}.button--secondary{border-color:#c8d9ea;background:#fff;color:var(--ink)}.button--light{border-color:#fff;background:#fff;color:var(--deep-blue)}@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.section{padding-block:72px}}.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid rgba(220,231,241,.85);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{display:flex;min-height:72px;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:9px;color:#12395e;font-size:20px;font-weight:800}.brand img{width:34px;height:34px;object-fit:contain}.brand strong{color:var(--signal-blue)}.site-nav{display:flex;align-items:center;gap:26px}.site-nav__link{color:#3e5871;font-size:12px;font-weight:800}.site-nav__link:hover{color:var(--signal-blue)}.nav-toggle{display:none;width:42px;height:42px;border:0;background:transparent}.nav-toggle span{display:block;width:21px;height:2px;margin:5px auto;background:var(--ink)}.site-footer{padding:62px 0 22px;background:#061f39;color:#dce9f5}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:50px}.site-footer .brand{color:#fff}.site-footer__summary{max-width:330px;margin-top:20px;color:#9eb4c8;font-size:13px}.site-footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.site-footer__grid strong{margin-bottom:8px;color:#fff;font-size:12px}.site-footer__grid a,.site-footer__grid span{color:#9eb4c8;font-size:11px}.site-footer__grid a:hover{color:#fff}.site-footer__bottom{display:flex;justify-content:space-between;margin-top:45px;border-top:1px solid #24425d;padding-top:20px;color:#7f9ab3;font-size:10px}@media(max-width:850px){.nav-toggle{display:block}.site-nav{position:absolute;top:72px;right:20px;left:20px;display:none;align-items:stretch;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:13px;padding:12px;background:#fff;box-shadow:var(--shadow-sm)}.site-nav--open{display:flex}.site-nav__link{padding:13px}.site-nav .button{margin-top:8px}.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{align-items:start;flex-direction:column;gap:8px}}.hero-section{position:relative;overflow:hidden;padding:78px 0 86px;background:radial-gradient(circle at 78% 30%,rgba(5,103,232,.18),transparent 40%),linear-gradient(180deg,#fff,#f3f8ff)}.hero-section__grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:center;gap:28px}.hero-section__copy{max-width:540px}.hero-section__copy h1{max-width:520px;margin:12px 0 20px;font-size:clamp(50px,4.7vw,72px);line-height:.98;letter-spacing:-.045em}.hero-section__copy h1 span{display:block;color:var(--signal-blue)}.hero-section__copy>p{max-width:500px;margin:0 0 26px;color:var(--muted);font-size:16px;line-height:1.68}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .button{min-height:44px;padding-inline:20px}.hero-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;color:#587089;font-size:11px;font-weight:800}.hero-points span{white-space:nowrap}.hero-points span:before{margin-right:7px;color:var(--success);content:"●"}.hero-product{position:relative;display:flex;min-height:430px;align-items:center;justify-content:center}.hero-product:before{position:absolute;width:84%;height:74%;border-radius:50%;background:#0567e829;filter:blur(56px);content:""}.hero-product__frame{position:relative;z-index:1;width:min(100%,820px);overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.hero-product__frame img{display:block;width:100%;height:auto;object-fit:contain}.hero-status{position:absolute;z-index:3;display:flex;min-width:138px;flex-direction:column;border:1px solid #d8e5f1;border-radius:12px;padding:12px 15px;background:#fffffff7;box-shadow:0 12px 32px #19487324;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-status small{margin-bottom:4px;color:#71869a;font-size:9px;font-weight:700}.hero-status strong{color:var(--success);font-size:13px;font-weight:800}.hero-status--left{left:6px;bottom:34px}.hero-status--right{right:8px;bottom:16px}@media(max-width:1100px){.hero-section__grid{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:24px}.hero-product__frame{width:min(100%,740px)}}@media(max-width:900px){.hero-section{padding:64px 0 70px}.hero-section__grid{grid-template-columns:1fr;gap:42px}.hero-section__copy{max-width:680px}.hero-product{min-height:auto}.hero-product__frame{width:min(100%,700px)}}@media(max-width:520px){.hero-section{padding:50px 0 58px}.hero-section__copy h1{font-size:43px}.hero-section__copy>p{font-size:15px}.hero-status{display:none}.hero-points{gap:10px 15px}}.platform-showcase{padding:30px 0 84px;background:#fff}.platform-showcase__heading{max-width:860px;margin:0 auto 38px;text-align:center}.platform-showcase__heading h2{margin:11px 0 17px;color:var(--ink);font-size:clamp(40px,4vw,58px);line-height:1.02;letter-spacing:-.04em}.platform-showcase__heading p{max-width:780px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.65}.platform-showcase__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.platform-screen-card{overflow:hidden;border:1px solid #d8e5f1;border-radius:20px;background:#fff;transition:transform .19s ease,border-color .19s ease,box-shadow .19s ease}.platform-screen-card:hover{transform:translateY(-4px);border-color:#0567e847;box-shadow:0 18px 40px #14437017}.platform-screen-card__preview{position:relative;display:flex;width:100%;height:230px;align-items:center;justify-content:center;overflow:hidden;border:0;border-bottom:1px solid #dfe8f1;padding:22px;background:linear-gradient(180deg,#f7fbff,#f1f6fb);cursor:pointer}.platform-screen-card__preview img{display:block;width:100%;height:100%;object-fit:contain}.platform-screen-card__view{position:absolute;right:14px;bottom:14px;display:inline-flex;min-height:32px;align-items:center;border-radius:9px;padding:0 11px;background:#073058e6;color:#fff;font-size:10px;font-weight:800;opacity:0;transform:translateY(5px);transition:opacity .18s ease,transform .18s ease}.platform-screen-card__preview:hover .platform-screen-card__view,.platform-screen-card__preview:focus-visible .platform-screen-card__view{opacity:1;transform:translateY(0)}.platform-screen-card__body{min-height:126px;padding:23px 24px 26px}.platform-screen-card__body h3{margin:0 0 9px;color:var(--ink);font-size:18px;line-height:1.3}.platform-screen-card__body p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.platform-viewer{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:26px}.platform-viewer__backdrop{position:absolute;inset:0;border:0;background:#031222d1;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer}.platform-viewer__dialog{position:relative;z-index:1;display:grid;width:min(1220px,96vw);max-height:92vh;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:#fff;box-shadow:0 32px 90px #0000005c}.platform-viewer__header{display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e1e9f1;padding:13px 18px 13px 22px}.platform-viewer__header span{display:block;margin-bottom:4px;color:var(--signal-blue);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.platform-viewer__header strong{color:var(--ink);font-size:17px}.platform-viewer__close{display:grid;width:42px;height:42px;place-items:center;border:1px solid #dbe6f0;border-radius:11px;background:#f6f9fc;color:var(--ink);font-size:25px;cursor:pointer}.platform-viewer__image{display:flex;min-height:0;align-items:center;justify-content:center;overflow:auto;padding:24px;background:#eef4f9}.platform-viewer__image img{display:block;max-width:100%;max-height:66vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 12px 35px #0c2c4c21}.platform-viewer__footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;border-top:1px solid #e1e9f1;padding:13px 16px}.platform-viewer__footer>button{min-height:39px;border:1px solid #d6e2ed;border-radius:9px;padding:0 13px;background:#fff;color:#193c5b;font-weight:800;cursor:pointer}.platform-viewer__thumbs{display:flex;min-width:0;justify-content:center;gap:7px;overflow-x:auto}.platform-viewer__thumbs button{flex:0 0 70px;height:48px;overflow:hidden;border:2px solid transparent;border-radius:7px;padding:3px;background:#eef4f9;cursor:pointer}.platform-viewer__thumbs button.is-active{border-color:var(--signal-blue)}.platform-viewer__thumbs img{width:100%;height:100%;object-fit:contain}@media(max-width:900px){.platform-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-viewer__footer{grid-template-columns:auto auto}.platform-viewer__thumbs{grid-column:1 / -1;grid-row:1}}@media(max-width:580px){.platform-showcase{padding:72px 0 78px}.platform-showcase__grid{grid-template-columns:1fr}.platform-screen-card__preview{height:215px}.platform-screen-card__view{opacity:1;transform:none}.platform-viewer{padding:10px}.platform-viewer__dialog{width:100%;max-height:94vh}.platform-viewer__image{padding:10px}.platform-viewer__thumbs button{flex-basis:58px;height:42px}}@media(prefers-reduced-motion:reduce){.platform-screen-card,.platform-screen-card__view{transition:none}}.solutions-section{padding:30px 0 104px;background:linear-gradient(180deg,#f4f8fc,#f1f6fb)}.solutions-heading{max-width:820px;margin-bottom:52px}.solutions-heading h2{max-width:760px;margin:13px 0 24px;color:var(--ink);font-size:clamp(42px,4vw,62px);line-height:1.03;letter-spacing:-.04em}.solutions-heading>p{max-width:800px;margin:0;color:var(--muted);font-size:16px;line-height:1.75}.solutions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.solution-card{position:relative;overflow:hidden;min-width:0;border:1px solid #d8e4ef;border-radius:22px;background:#fff;box-shadow:0 8px 24px #153e6506;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.solution-card:hover{transform:translateY(-6px);border-color:#0567e852;box-shadow:0 20px 46px #144b7e1f}.solution-card:after{position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px transparent;pointer-events:none;content:"";transition:box-shadow .2s ease}.solution-card:hover:after{box-shadow:inset 0 0 0 1px #0567e814}.solution-card__visual{position:relative;height:205px;overflow:hidden;border-bottom:1px solid #e1e9f1;background:linear-gradient(180deg,#fff,#f5f9fd)}.solution-card__visual:after{position:absolute;inset:auto 0 0;height:54px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.16));pointer-events:none;content:""}.solution-card__visual img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.solution-card:hover .solution-card__visual img{transform:scale(1.035)}.solution-card__content{min-height:142px;padding:23px 25px 27px}.solution-card__content h3{margin:0 0 9px;color:var(--ink);font-size:18px;line-height:1.25}.solution-card__content p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}@media(max-width:980px){.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.solutions-section{padding:70px 0 78px}.solutions-heading{margin-bottom:36px}.solutions-heading h2{font-size:40px}.solutions-grid{grid-template-columns:1fr}.solution-card__visual{height:220px}}@media(prefers-reduced-motion:reduce){.solution-card,.solution-card__visual img{transition:none}}.dashboard-builder-section{position:relative;overflow:hidden;padding:30px 0 62px;background:radial-gradient(circle at 76% 27%,rgba(24,125,245,.16),transparent 34%),linear-gradient(135deg,#082d56,#0a3b6d 55%,#082f59)}.dashboard-builder-hero{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.48fr);gap:42px;align-items:center}.dashboard-builder-copy{min-width:0}.dashboard-builder-eyebrow{color:#72b7ff}.dashboard-builder-copy h2{max-width:490px;margin:12px 0 18px;color:#fff;font-size:clamp(40px,3.5vw,54px);line-height:1.01;letter-spacing:-.045em}.dashboard-builder-copy p{max-width:500px;margin:0;color:#ffffffbf;font-size:14px;line-height:1.65}.dashboard-builder-product{position:relative;min-width:0}.dashboard-builder-product__glow{position:absolute;inset:10% 5% 1%;border-radius:50%;background:#1379f633;filter:blur(50px);pointer-events:none}.dashboard-builder-product img{position:relative;z-index:1;display:block;width:100%;max-width:1040px;height:auto;margin-inline:auto;object-fit:contain;filter:drop-shadow(0 22px 38px rgba(0,12,32,.22))}.dashboard-builder-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-top:34px}.dashboard-builder-step{display:grid;grid-template-columns:40px minmax(0,1fr);gap:11px;min-width:0;min-height:106px;align-items:start;border:1px solid rgba(127,188,249,.2);border-radius:14px;padding:15px 14px;background:#03234357;transition:transform .19s ease,border-color .19s ease,background .19s ease}.dashboard-builder-step:nth-child(n){grid-column:auto}.dashboard-builder-step:hover{transform:translateY(-3px);border-color:#63aeff7a;background:#052e57a3}.dashboard-builder-step__number{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#0871ef;color:#fff;font-size:13px;font-weight:900;box-shadow:0 7px 18px #004fb442}.dashboard-builder-step h3{margin:1px 0 5px;color:#fff;font-size:12px;line-height:1.3}.dashboard-builder-step p{margin:0;color:#ffffffa3;font-size:10px;line-height:1.48}.dashboard-builder-capabilities{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px}.dashboard-builder-capability{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border:1px solid rgba(126,188,249,.24);border-radius:9px;padding:0 13px;background:#021f3c5c;color:#ffffffd6;font-size:9px;font-weight:800}@media(max-width:1120px){.dashboard-builder-hero{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:30px}.dashboard-builder-copy h2{font-size:44px}.dashboard-builder-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-builder-step:nth-child(n){grid-column:auto}.dashboard-builder-step:nth-child(4){grid-column:1 / span 1}.dashboard-builder-step:nth-child(5){grid-column:2 / span 1}}@media(max-width:860px){.dashboard-builder-section{padding:66px 0}.dashboard-builder-hero{grid-template-columns:1fr;gap:32px}.dashboard-builder-copy{max-width:620px}.dashboard-builder-product img{max-width:760px}.dashboard-builder-steps{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:30px}.dashboard-builder-step:nth-child(n){grid-column:auto}.dashboard-builder-step:last-child{grid-column:1 / -1}}@media(max-width:580px){.dashboard-builder-section{padding:58px 0 62px}.dashboard-builder-copy h2{font-size:38px}.dashboard-builder-copy p{font-size:13px}.dashboard-builder-steps{grid-template-columns:1fr;gap:9px;margin-top:26px}.dashboard-builder-step:nth-child(n){grid-column:auto}.dashboard-builder-step{min-height:auto}.dashboard-builder-capabilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.dashboard-builder-step{transition:none}.dashboard-builder-product img{filter:none}}.contact-cta-section{padding-block:70px;background:#fff}.contact-cta{display:flex;min-height:270px;align-items:center;justify-content:space-between;gap:40px;border-radius:24px;padding:55px;background:linear-gradient(135deg,#0567e8,#073f79);color:#fff}.contact-cta>div{max-width:670px}.contact-cta h2{margin-bottom:14px}.contact-cta p{margin:0;color:#d9eaff}@media(max-width:750px){.contact-cta{align-items:start;flex-direction:column;padding:35px 28px}}.contact-page{min-height:700px;padding:85px 0 100px;background:linear-gradient(180deg,#f5faff,#fff)}.contact-page__heading{max-width:700px;margin-bottom:45px}.contact-page__heading h1{margin-bottom:18px;font-size:clamp(42px,5vw,64px);line-height:1.04}.contact-page__heading p{color:var(--muted)}.contact-page__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px}.contact-form,.contact-details{border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff;box-shadow:var(--shadow-sm)}.contact-form{display:grid;gap:18px}.contact-form label{display:grid;gap:7px;color:#3b5874;font-size:11px;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #cdddeb;border-radius:9px;outline:none;padding:12px 13px;background:#fff;color:var(--ink);font-size:13px}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--signal-blue);box-shadow:0 0 0 3px #0567e81a}.contact-details h2{margin-bottom:28px;font-size:29px}.contact-details>div{margin-bottom:22px}.contact-details small,.contact-details strong,.contact-details a{display:block}.contact-details small{margin-bottom:5px;color:var(--muted);font-size:10px}.contact-details strong,.contact-details a{color:#294c6c;font-size:13px}.contact-details address{display:grid;gap:4px;margin-top:30px;color:var(--muted);font-size:11px;font-style:normal}@media(max-width:760px){.contact-page__grid{grid-template-columns:1fr}.contact-page{padding-top:60px}}.sensors-section{padding:30px 0 106px;background:linear-gradient(180deg,#fff,#f7fbff)}.sensors-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:42px;align-items:end;margin-bottom:42px}.sensors-heading h2{max-width:760px;margin:13px 0 22px;color:var(--ink);font-size:clamp(42px,4.2vw,64px);line-height:1.03;letter-spacing:-.04em}.sensors-heading>div>p{max-width:750px;margin:0;color:var(--muted);font-size:16px;line-height:1.75}.sensor-future-card{display:flex;gap:18px;align-items:center;border:1px solid #c9ddf3;border-radius:20px;padding:22px;background:#fff;box-shadow:0 12px 32px #1443700d}.sensor-future-card__icon{display:grid;width:62px;height:62px;flex:0 0 62px;place-items:center;border-radius:50%;background:#edf5ff;color:var(--signal-blue);font-size:29px;font-weight:800}.sensor-future-card strong{display:block;margin-bottom:6px;color:var(--ink);font-size:16px;line-height:1.3}.sensor-future-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.sensor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sensor-card{display:grid;grid-template-columns:108px minmax(0,1fr);gap:20px;align-items:center;min-width:0;min-height:178px;border:1px solid #d8e5f1;border-radius:22px;padding:21px;background:#fff;box-shadow:0 8px 24px #14437009;transition:transform .19s ease,border-color .19s ease,box-shadow .19s ease}.sensor-card:hover{transform:translateY(-5px);border-color:#0567e84d;box-shadow:0 18px 42px #1443701c}.sensor-card__icon{display:grid;width:108px;height:108px;place-items:center;border-radius:50%;background:linear-gradient(180deg,#f5fbff,#edf6ff)}.sensor-card__icon img{display:block;width:78px;height:78px;object-fit:contain}.sensor-card__body>span{display:block;margin-bottom:8px;color:var(--signal-blue);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sensor-card__body h3{margin:0 0 7px;color:var(--ink);font-size:21px;line-height:1.2}.sensor-card__body p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.device-health-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px;overflow:hidden;border:1px solid #d8e5f1;border-radius:22px;background:#fff;box-shadow:0 10px 30px #1443700b}.device-health-item{display:grid;grid-template-columns:66px minmax(0,1fr) auto;gap:16px;align-items:center;min-height:126px;padding:21px}.device-health-item+.device-health-item{border-left:1px solid #e5edf5}.device-health-item__icon{display:grid;width:66px;height:66px;place-items:center;border-radius:50%;background:#f1f7fd}.device-health-item__icon img{display:block;width:38px;height:38px;object-fit:contain}.device-health-item__body strong{display:block;margin-bottom:6px;color:var(--ink);font-size:15px}.device-health-item__body span{color:var(--muted);font-size:13px}.device-state-icons{display:flex;gap:10px;align-items:center}.device-state-icons img{width:25px;height:25px;object-fit:contain}.device-health-pill{display:inline-flex;min-height:38px;align-items:center;border-radius:11px;padding:0 13px;background:#edf9f1;color:#159456;font-size:13px;font-weight:800;white-space:nowrap}@media(max-width:1080px){.sensors-heading{grid-template-columns:1fr}.sensor-future-card{max-width:500px}.sensor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.device-health-strip{grid-template-columns:1fr}.device-health-item+.device-health-item{border-top:1px solid #e5edf5;border-left:0}}@media(max-width:650px){.sensors-section{padding:72px 0 80px}.sensors-heading h2{font-size:40px}.sensor-grid{grid-template-columns:1fr}.sensor-card{grid-template-columns:82px minmax(0,1fr);min-height:auto}.sensor-card__icon{width:82px;height:82px}.sensor-card__icon img{width:58px;height:58px}.device-health-item{grid-template-columns:58px minmax(0,1fr)}.device-state-icons,.device-health-pill{grid-column:2;justify-self:start}}@media(prefers-reduced-motion:reduce){.sensor-card{transition:none}}.alerts-reports-section{padding:30px 0 84px;background:#fff}.alerts-reports-heading{max-width:820px;margin:0 auto 42px;text-align:center}.alerts-reports-heading h2{margin:12px 0 18px;color:var(--ink);font-size:clamp(40px,4vw,58px);line-height:1.03;letter-spacing:-.04em}.alerts-reports-heading>p{max-width:730px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.7}.alerts-reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.alerts-reports-card{min-width:0;overflow:hidden;border:1px solid #d8e5f1;border-radius:22px;background:#fff;box-shadow:0 10px 28px #123e660a;transition:transform .19s ease,border-color .19s ease,box-shadow .19s ease}.alerts-reports-card:hover{transform:translateY(-5px);border-color:#0567e84d;box-shadow:0 20px 45px #123e661a}.alerts-reports-card__screen{display:flex;height:330px;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #dfe8f1;padding:26px;background:linear-gradient(180deg,#f6faff,#eef5fb)}.alerts-reports-card__screen img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .23s ease}.alerts-reports-card:hover .alerts-reports-card__screen img{transform:scale(1.02)}.alerts-reports-card__content{min-height:270px;padding:28px 30px 31px}.alerts-reports-card__content h3{max-width:560px;margin:10px 0 14px;color:var(--ink);font-size:clamp(26px,2.25vw,36px);line-height:1.08;letter-spacing:-.035em}.alerts-reports-card__content>p{max-width:590px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}.alerts-reports-card__points{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.alerts-reports-card__points span{display:inline-flex;min-height:34px;align-items:center;border:1px solid #d9e7f3;border-radius:9px;padding:0 12px;background:#f5f9fd;color:#315571;font-size:10px;font-weight:800}@media(max-width:900px){.alerts-reports-grid{grid-template-columns:1fr}.alerts-reports-card__screen{height:360px}.alerts-reports-card__content{min-height:auto}}@media(max-width:580px){.alerts-reports-section{padding:30px 0 68px}.alerts-reports-heading{margin-bottom:32px}.alerts-reports-heading h2{font-size:39px}.alerts-reports-card__screen{height:235px;padding:16px}.alerts-reports-card__content{padding:23px 21px 25px}.alerts-reports-card__content h3{font-size:27px}}@media(prefers-reduced-motion:reduce){.alerts-reports-card,.alerts-reports-card__screen img{transition:none}}.operations-section{padding:30px 0 82px;background:linear-gradient(180deg,#f4f9fd,#edf6fc)}.operations-section__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.92fr);gap:64px;align-items:center}.operations-copy h2{max-width:720px;margin:13px 0 22px;color:var(--ink);font-size:clamp(42px,4vw,59px);line-height:1.03;letter-spacing:-.04em}.operations-copy>p{max-width:710px;margin:0;color:var(--muted);font-size:15px;line-height:1.75}.operations-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}.operations-tags span{display:inline-flex;min-height:35px;align-items:center;border:1px solid #d5e4f0;border-radius:999px;padding:0 14px;background:#ffffffe6;color:#315674;font-size:10px;font-weight:800}.operations-panel{overflow:hidden;border:1px solid #d4e3ef;border-radius:24px;background:#fff;box-shadow:0 22px 55px #11426c17}.operations-panel__head{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e3ebf3;padding:19px 22px;background:linear-gradient(135deg,#fbfdff,#f1f7fc)}.operations-panel__head>div:first-child>span{display:block;margin-bottom:4px;color:#71869a;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.operations-panel__head strong{color:var(--ink);font-size:17px}.operations-panel__online{display:flex;gap:7px;align-items:center;border-radius:999px;padding:7px 11px;background:#edf9f2;color:#139653;font-size:10px;font-weight:900}.operations-panel__online img{width:17px;height:17px}.operations-panel__readings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #e3ebf3}.operations-panel__readings article{display:flex;min-width:0;gap:13px;align-items:center;padding:21px 17px}.operations-panel__readings article+article{border-left:1px solid #e3ebf3}.operations-reading__icon{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border-radius:50%;background:#f1f8fd}.operations-reading__icon img{width:40px;height:40px;object-fit:contain}.operations-panel small{display:block;margin-bottom:5px;color:#72869a;font-size:9px;font-weight:800}.operations-panel article strong{display:block;margin-bottom:4px;color:var(--ink);font-size:18px;line-height:1.1}.operations-panel article span{color:#159455;font-size:9px;font-weight:800}.operations-panel__health{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.operations-panel__health article{display:flex;gap:14px;align-items:center;padding:21px 22px}.operations-panel__health article+article{border-left:1px solid #e3ebf3}.operations-health__icon{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border-radius:50%;background:#f2f8fd}.operations-health__icon img{width:31px;height:31px;object-fit:contain}.operations-panel__health strong{font-size:17px}.operations-panel__note{margin:0;border-top:1px solid #e3ebf3;padding:12px 22px 14px;background:#f8fbfd;color:#73889b;font-size:9px;line-height:1.55}@media(max-width:1050px){.operations-section__grid{grid-template-columns:1fr;gap:38px}.operations-panel{max-width:760px}}@media(max-width:680px){.operations-section{padding:30px 0 68px}.operations-copy h2{font-size:40px}.operations-panel__readings{grid-template-columns:1fr}.operations-panel__readings article+article{border-top:1px solid #e3ebf3;border-left:0}.operations-panel__health{grid-template-columns:1fr}.operations-panel__health article+article{border-top:1px solid #e3ebf3;border-left:0}}.about-managed-section{position:relative;overflow:hidden;padding:30px 0 72px;background:linear-gradient(180deg,#fff,#f7faff)}.about-managed-heading{position:relative;z-index:6;max-width:1220px}.about-managed-heading h2{margin:12px 0 22px;color:var(--ink);font-size:clamp(48px,4.6vw,72px);line-height:.99;letter-spacing:-.048em}.about-managed-rule{display:block;width:52px;height:4px;margin-bottom:28px;border-radius:999px;background:var(--signal-blue)}.about-managed-main{position:relative;min-height:0}.about-managed-reading{position:relative;z-index:6;width:min(100%,720px);margin-left:34px;border:1px solid #dce7f0;border-radius:18px;padding:28px 31px 10px;background:#fff;box-shadow:0 14px 38px #123f6612}.about-managed-reading p{margin:0 0 19px;color:#263f57;font-size:18px;line-height:1.72}.about-managed-reading strong{color:var(--signal-blue);font-weight:900}.about-managed-visual{position:absolute;z-index:1;top:-18px;right:-15px;width:59%;height:500px;display:flex;align-items:center;justify-content:center;pointer-events:none}.about-managed-visual img{display:block;width:100%;max-width:760px;height:100%;max-height:495px;object-fit:contain}.about-managed-statement{position:relative;z-index:7;width:min(100%,720px);margin:22px 0 0 34px;text-align:center}.about-managed-statement strong,.about-managed-statement span{display:block;font-size:18px;line-height:1.4}.about-managed-statement strong{color:var(--ink)}.about-managed-statement span{margin-top:2px;color:var(--signal-blue);font-weight:900}.about-managed-benefits{position:relative;z-index:7;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:26px}.about-managed-benefit{min-width:0;border:1px solid #d9e6f1;border-radius:15px;padding:17px 17px 19px;background:#fffffffa;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.about-managed-benefit:hover{transform:translateY(-3px);border-color:#0567e847;box-shadow:0 12px 28px #123f6612}.about-managed-benefit__icon{display:grid;width:42px;height:42px;margin-bottom:12px;place-items:center;border-radius:50%;background:#edf5ff;color:var(--signal-blue);font-size:18px;font-weight:900}.about-managed-benefit h3{margin:0 0 7px;color:var(--ink);font-size:14px;line-height:1.3}.about-managed-benefit p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.about-managed-company{position:relative;z-index:7;margin:18px 0 0;color:#62788d;font-size:11px}.about-managed-company strong{color:var(--signal-blue)}@media(min-width:1450px){.about-managed-reading,.about-managed-statement{width:760px;margin-left:48px}.about-managed-reading p{font-size:18px}.about-managed-visual{top:-28px;right:-5px;width:61%;height:520px}.about-managed-visual img{max-width:800px;max-height:515px}}@media(max-width:1150px){.about-managed-heading h2{font-size:52px}.about-managed-reading{width:55%;margin-left:0}.about-managed-reading p{font-size:16px}.about-managed-statement{width:55%;margin-left:0}.about-managed-visual{right:-30px;width:57%;height:450px}.about-managed-visual img{max-height:445px}}@media(max-width:850px){.about-managed-main{min-height:auto}.about-managed-reading{width:100%;max-width:none;margin-left:0}.about-managed-visual{position:relative;top:auto;right:auto;width:100%;height:410px;margin-top:20px}.about-managed-visual img{max-width:680px;max-height:400px}.about-managed-statement{width:100%;margin:20px 0 0}.about-managed-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.about-managed-section{padding:30px 0 60px}.about-managed-heading h2{font-size:40px}.about-managed-reading{padding:19px 19px 4px}.about-managed-reading p{font-size:15px}.about-managed-visual{height:310px}.about-managed-visual img{max-height:300px}.about-managed-statement strong,.about-managed-statement span{font-size:16px}.about-managed-benefits{grid-template-columns:1fr}.about-managed-benefit p{font-size:12px}}@media(prefers-reduced-motion:reduce){.about-managed-benefit{transition:none}}
