:root{--ink:#08245a;--ink-2:#1c3a6b;--muted:#667996;--soft:#f6f9fd;--panel:#fff;--line:#dbe5f1;--line-strong:#bfd0e4;--blue:#0b2d6b;--cyan:#4aa7e8;--orange:#f27a3d;--mint:#74d6c0;--footer:#05245a;--shadow:0 24px 80px rgba(15,43,86,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 82% 8%,rgba(74,167,232,.12),transparent 22rem),linear-gradient(180deg,#fbfdff,#f3f7fc);line-height:1.72}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.page-shell{min-height:100vh}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-inner{display:grid;grid-template-columns:230px 1fr auto;grid-gap:20px;gap:20px;min-height:78px}.logo,.nav-inner{align-items:center}.logo{display:inline-flex;justify-content:flex-start;width:max-content;min-height:66px}.footer-brand img,.logo img{display:block;height:auto;border-radius:12px}.logo img{width:213px}.logo .logo-compact{display:none}.footer-brand img{width:62px}.nav-links{display:flex;justify-content:center;gap:24px;align-items:center;color:#102b58;font-size:14px;font-weight:800}.nav-item-with-menu{position:relative}.nav-parent-link{display:inline-flex;align-items:center;gap:5px;min-height:42px}.nav-submenu{position:absolute;top:calc(100% + 10px);left:50%;z-index:50;display:grid;min-width:220px;padding:8px;border:1px solid var(--line);border-radius:8px;background:hsla(0,0%,100%,.98);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .18s ease,transform .18s ease}.nav-submenu:before{position:absolute;top:-12px;right:0;left:0;height:12px;content:""}.nav-item-with-menu:focus-within .nav-submenu,.nav-item-with-menu:hover .nav-submenu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-submenu a{display:flex;min-height:40px;border-radius:6px;padding:0 12px;align-items:center;white-space:nowrap}.nav-submenu a:focus-visible,.nav-submenu a:hover{background:var(--soft);color:var(--blue)}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.language-selector{position:relative;display:inline-flex}.language-button,.mobile-menu-head button,.mobile-menu-toggle{border:0;font:inherit;cursor:pointer}.language-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border-radius:7px;padding:0 12px;background:var(--blue);color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 24px rgba(14,44,104,.16)}.language-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:45;display:grid;min-width:136px;padding:6px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease}.language-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.language-menu button{min-height:38px;border:0;border-radius:5px;background:transparent;color:var(--ink);font:inherit;font-size:13px;font-weight:800;text-align:left;cursor:pointer}.language-menu button:focus-visible,.language-menu button:hover,.language-menu button[aria-selected=true]{background:var(--soft);color:var(--blue)}.button,.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:7px;font-weight:900}.nav-cta{gap:7px;padding:0 16px;border:1px solid var(--orange);color:var(--orange);font-size:13px}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue)}.mobile-menu-panel{position:fixed;inset:0;z-index:100;display:block;width:100vw;min-height:100vh;min-height:100dvh;background:#f5f9ff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease}.mobile-menu-panel.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-sheet{display:grid;grid-template-rows:auto 1fr;width:100%;min-height:100vh;min-height:100dvh;padding:24px;background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(236,244,255,.98)),var(--paper);overflow-y:auto}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mobile-menu-head button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:var(--blue);color:#fff}.mobile-menu-links{display:grid;align-content:center;grid-gap:12px;gap:12px;padding:36px 0}.mobile-menu-links a,.mobile-menu-parent{display:flex;align-items:center;justify-content:space-between;min-height:58px;border-bottom:1px solid var(--line);color:var(--ink);font-size:clamp(18px,5.6vw,27px);font-weight:900;line-height:1.15}.mobile-menu-links a:after,.mobile-menu-parent:after{content:"→";color:var(--orange);font-size:22px}.mobile-menu-group{display:grid;grid-gap:8px;gap:8px}.mobile-menu-sub-links{display:grid;grid-gap:6px;gap:6px;padding:0 0 8px 18px}.mobile-menu-sub-links a{min-height:42px;color:var(--ink-2);font-size:clamp(15px,4.4vw,21px)}body.mobile-menu-open{overflow:hidden}.button{gap:8px;padding:0 22px;border:1px solid var(--blue);background:#fff;color:var(--blue);font-size:14px}.button.primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 12px 28px rgba(11,45,107,.18)}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:#07111d}.cta-card:after,.feature-band:after{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(120deg,transparent 0 58%,rgba(242,122,61,.25) 58.1% 58.3%,transparent 58.4%),radial-gradient(circle at 84% 18%,rgba(74,167,232,.18),transparent 13rem);-webkit-mask-image:linear-gradient(90deg,transparent,#000 36%);mask-image:linear-gradient(90deg,transparent,#000 36%)}.hero-grid{position:relative;z-index:2;display:flex;align-items:center;min-height:clamp(520px,62vw,680px);padding:76px 0 72px}.hero-copy{max-width:640px;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.34)}.hero-copy .eyebrow{color:#9fe7ff}.hero-copy h1{color:#fff}.hero-copy .lead{color:hsla(0,0%,100%,.88)}.hero-copy .button{border-color:hsla(0,0%,100%,.72);background:hsla(0,0%,100%,.7);color:var(--blue);box-shadow:0 18px 40px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%)}.hero-copy .button.primary{border-color:rgba(9,52,121,.45);background:rgba(9,52,121,.7);color:#fff}.hero-copy .button:focus-visible,.hero-copy .button:hover{background:hsla(0,0%,100%,.82)}.hero-copy .button.primary:focus-visible,.hero-copy .button.primary:hover{background:rgba(9,52,121,.82)}.hero-scroll-cue{position:absolute;right:0;bottom:22px;left:0;z-index:3;display:none;width:54px;height:54px;margin:0 auto;padding:0 0 8px;border:0;border-radius:999px;background:rgba(8,36,90,.18);color:#fff;justify-content:center;align-items:center;cursor:pointer;-webkit-backdrop-filter:blur(12px) saturate(130%);backdrop-filter:blur(12px) saturate(130%);transition:background .18s ease,transform .18s ease}.hero-scroll-cue:focus-visible,.hero-scroll-cue:hover{background:rgba(8,36,90,.34);transform:translateY(2px)}.hero-scroll-cue:focus-visible{outline:3px solid hsla(0,0%,100%,.9);outline-offset:4px}.hero-scroll-cue span{display:block;width:28px;height:28px;border-right:3px solid hsla(0,0%,100%,.9);border-bottom:3px solid hsla(0,0%,100%,.9);filter:drop-shadow(0 8px 14px rgba(0,0,0,.28));transform:rotate(45deg);animation:hero-scroll-bounce 1.45s ease-in-out infinite}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:30;display:inline-flex;width:52px;height:52px;border:1px solid hsla(0,0%,100%,.42);border-radius:999px;background:rgba(8,36,90,.92);color:#fff;align-items:center;justify-content:center;box-shadow:0 18px 42px rgba(8,36,90,.28);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(18px) scale(.92);transition:opacity .18s ease,transform .18s ease,background .18s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.back-to-top:focus-visible,.back-to-top:hover{background:var(--orange)}.back-to-top:focus-visible{outline:3px solid rgba(242,122,61,.3);outline-offset:4px}.eyebrow{color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,5.2vw,64px);line-height:1.16;letter-spacing:.01em}h1,h2{margin-bottom:16px}h2{font-size:clamp(28px,3.8vw,44px);line-height:1.14}h3{margin-bottom:8px;font-size:20px}p{color:var(--muted)}.lead{max-width:520px;color:var(--ink-2);font-size:17px}.accent-line{width:46px;height:3px;margin:16px 0 18px;background:var(--orange)}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero-visual{position:relative;min-height:320px}.hero-banner-carousel{overflow:hidden;border:0;border-radius:0;background:#07111d;box-shadow:none}.hero-banner-carousel,.hero-banner-carousel img{position:absolute;inset:0;width:100%;height:100%}.hero-banner-carousel img{object-fit:cover;object-position:center;opacity:0;transition:opacity .7s ease}.hero-banner-carousel img.is-active,.hero-banner-carousel img:first-child{opacity:1}.hero-banner-carousel:after{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(90deg,rgba(4,13,28,.78),rgba(4,13,28,.55) 36%,rgba(4,13,28,.12) 72%),linear-gradient(180deg,rgba(4,13,28,.24),rgba(4,13,28,.36))}.hero-banner-dots{position:absolute;right:18px;bottom:16px;z-index:2;display:flex;gap:8px}.hero-banner-dots span{width:8px;height:8px;border-radius:999px;background:hsla(0,0%,100%,.55)}.hero-banner-dots span.is-active{width:22px;background:#fff}.ai-chip,.cloud,.cube,.laptop,.phone,.robot,.wifi{position:absolute}.laptop{right:130px;bottom:58px;width:285px;height:178px;padding:16px;border:8px solid #1e3556;border-radius:12px 12px 4px 4px;background:#eef5fb;box-shadow:0 24px 46px rgba(28,58,107,.18)}.laptop:after{position:absolute;right:-36px;bottom:-24px;left:-36px;height:20px;border-radius:0 0 18px 18px;background:#d9e5f0;content:""}.chart{display:grid;grid-template-columns:80px 1fr;grid-gap:12px;gap:12px;height:100%}.side-lines{display:grid;align-content:flex-start;grid-gap:8px;gap:8px}.case-thumb span,.side-lines span{display:block;height:8px;border-radius:999px;background:#c9d8e8}.bars{display:flex;align-items:flex-end;gap:9px;padding:20px 8px 10px;border:1px solid #dce6f0;border-radius:8px;background:#fff}.bars span{width:15px;border-radius:999px 999px 2px 2px;background:linear-gradient(180deg,var(--cyan),var(--blue))}.phone{left:58px;bottom:52px;width:86px;height:162px;padding:14px 10px;border:6px solid #1d3452;border-radius:18px;background:#f2f7fc;box-shadow:0 22px 42px rgba(28,58,107,.16)}.phone-circle{width:46px;height:46px;margin:0 auto 14px;border:8px solid #d8e7f5;border-top:8px solid var(--cyan);border-radius:999px}.cube{bottom:46px;left:0;width:74px;height:62px;border:1px solid #e3edf6;border-radius:8px;background:#fff;box-shadow:0 22px 38px rgba(28,58,107,.12)}.robot{right:0;bottom:36px;width:210px;height:120px;border-radius:16px;background:linear-gradient(180deg,#202c3b,#0d1724);box-shadow:0 22px 45px rgba(28,58,107,.22)}.robot:before{position:absolute;top:-44px;left:34px;width:120px;height:80px;border:12px solid #dce5ee;border-bottom:0;border-radius:999px 999px 0 0;content:"";transform:rotate(-16deg);transform-origin:bottom left}.wheel{position:absolute;bottom:-24px;width:50px;height:50px;border:10px solid #293a50;border-radius:999px;background:#101a28}.wheel.one{left:30px}.wheel.two{right:30px}.ai-chip,.cloud,.wifi{display:grid;place-items:center;border:1px solid #b8cce2;background:hsla(0,0%,100%,.72);color:var(--blue);font-weight:900}.cloud{top:18px;right:250px;width:74px;height:42px;border-radius:999px}.ai-chip{top:8px;right:80px;width:58px;height:58px;border-radius:8px}.wifi{top:94px;left:18px;width:34px;height:34px;border-radius:999px;font-size:12px}.section{padding:72px 0;background:#fff}.reveal-ready .reveal-target{opacity:0;transform:translateY(34px) scale(.985);transition:opacity .56s ease,transform .56s ease}.reveal-ready .reveal-target.is-visible{opacity:1;transform:translateY(0) scale(1)}.section.alt{background:var(--soft)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.section-head p{max-width:560px}.section-title{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 0 24px;font-size:22px}.section-title:after,.section-title:before{display:inline-block;width:34px;height:2px;background:var(--orange);content:""}.grid{display:grid;grid-gap:18px;gap:18px}.content-with-aside{align-items:start}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.card{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 42px rgba(15,43,86,.07)}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:#fff}.service{min-height:146px;padding:24px 14px 20px;border-right:1px solid var(--line);text-align:center}.service:last-child{border-right:0}.icon-box{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 10px;color:var(--blue)}.case-card h3,.service h3,.solution h3{font-size:16px}.case-card p,.service p,.solution p{margin-bottom:0;font-size:13px;line-height:1.56}.solution{display:grid;grid-template-columns:44px 1fr;grid-gap:12px;gap:12px;align-items:center;min-height:110px}.case-card{overflow:hidden;padding:0}.case-thumb{position:relative;height:142px;overflow:hidden;background:#fff}.case-thumb img{display:block;width:100%;height:100%;object-fit:cover}.case-body{padding:16px 18px 18px}.more{color:var(--orange);font-size:13px;font-weight:900}.feature-band{position:relative;overflow:hidden;padding:46px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(100deg,#f4f8fd,#fff 50%,#eef5fb)}.feature-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:24px;gap:24px;align-items:center}.controller-row{position:relative;min-height:150px}.controller-row:after,.controller-row:before{position:absolute;top:18px;left:50%;width:150px;height:92px;border:1px solid rgba(9,52,121,.18);border-radius:999px;content:"";transform:translateX(-50%);animation:signal-ring 3.8s ease-in-out infinite;z-index:0}.controller-row:after{width:260px;height:136px;border-color:rgba(238,110,44,.16);animation-delay:1.1s}.controller{position:absolute;top:48px;left:88px;width:190px;height:72px;border-radius:36px;background:#0c1727;box-shadow:0 20px 46px rgba(28,58,107,.2);animation:controller-float 4.2s ease-in-out infinite;z-index:1}.controller:after,.controller:before{position:absolute;top:22px;width:28px;height:28px;border:5px solid #344c68;border-radius:50%;background:#1e334e;content:""}.controller:before{left:38px}.controller:after{right:38px}.mini-car{position:absolute;top:24px;right:92px;width:170px;height:96px;border-radius:14px;background:linear-gradient(180deg,#202c3b,#0d1724);box-shadow:0 20px 46px rgba(28,58,107,.22);animation:vehicle-float 4.8s ease-in-out infinite;z-index:1}.mini-car:before{position:absolute;top:-20px;left:42px;width:88px;height:36px;border-radius:10px 10px 0 0;background:#2f455f;content:""}.mini-car span{position:absolute;bottom:-17px;width:40px;height:40px;border:8px solid #2a3c52;border-radius:50%;background:#111b29;animation:wheel-spin 1.3s linear infinite}.mini-car span:after{position:absolute;top:50%;left:50%;width:24px;height:3px;border-radius:999px;background:hsla(0,0%,100%,.78);content:"";transform:translate(-50%,-50%)}.mini-car .w1{left:22px}.mini-car .w2{right:22px}@keyframes signal-ring{0%,to{opacity:.34;transform:translateX(-50%) scale(.95)}50%{opacity:.9;transform:translateX(-50%) scale(1.06)}}@keyframes controller-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes vehicle-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(5px) rotate(-.6deg)}}@keyframes wheel-spin{to{transform:rotate(1turn)}}@keyframes hero-scroll-bounce{0%,to{opacity:.68;transform:translateY(-4px) rotate(45deg)}50%{opacity:1;transform:translateY(7px) rotate(45deg)}}@media (prefers-reduced-motion:reduce){.reveal-ready .reveal-target{opacity:1;transform:none;transition:none}.back-to-top,.controller,.controller-row:after,.controller-row:before,.cta-card,.feature-band,.hero-scroll-cue span,.mini-car,.mini-car span,.section{animation:none}}.process{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:12px;gap:12px}.step{position:relative;display:grid;justify-items:center;grid-gap:8px;gap:8px;color:var(--ink-2);font-size:12px;font-weight:800;text-align:center}.step:after{position:absolute;top:23px;left:calc(50% + 24px);width:calc(100% - 34px);border-top:1px dashed var(--cyan);content:""}.step:last-child:after{display:none}.step-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--line-strong);border-radius:50%;background:#fff;color:var(--blue)}.home-process .step{font-size:18px;line-height:1.42}.home-process .step:after{top:35px;left:calc(50% + 36px);width:calc(100% - 52px)}.home-process .step-icon{width:72px;height:72px}.home-process .step-icon svg{width:33px;height:33px}.cta-card{position:relative;display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px;align-items:center;overflow:hidden;padding:28px;border:1px solid var(--line);border-radius:8px;background:#f7fbff}.cta-card>*{position:relative;z-index:1}.next-step-card{display:grid;grid-gap:14px;gap:14px;align-self:start;padding:22px}.next-step-card h2,.next-step-card p{margin-bottom:0}.next-step-image{display:block;width:100%;height:auto;max-height:460px;object-fit:cover;object-position:center 36%;border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 32px rgba(9,52,121,.1)}.site-footer{padding:34px 0;background:var(--footer);color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;grid-gap:24px;gap:24px}.site-footer h2,.site-footer h3{color:#fff}.footer-brand{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.footer-brand img{border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.16)}.footer-brand-block{position:relative;left:-60px;display:flex;flex-direction:column;align-items:center;text-align:center}.site-footer a,.site-footer p{display:block;margin:0 0 5px;color:hsla(0,0%,100%,.74);font-size:13px}.site-footer .footer-version{margin-top:8px;color:hsla(0,0%,100%,.52);font-size:12px}.social-links{display:flex;gap:12px;align-items:center;margin-top:12px}.site-footer .social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;border:1px solid hsla(0,0%,100%,.32);border-radius:50%;color:#fff;transition:background .16s ease,border-color .16s ease,transform .16s ease}.site-footer .social-link:focus-visible,.site-footer .social-link:hover{border-color:hsla(0,0%,100%,.72);background:hsla(0,0%,100%,.14);transform:translateY(-1px)}.social-link svg{width:19px;height:19px;fill:currentColor}.page-hero{position:relative;overflow:hidden;padding:72px 0;border-bottom:1px solid var(--line);background:linear-gradient(rgba(8,36,90,.035) 1px,transparent 0),linear-gradient(90deg,rgba(8,36,90,.035) 1px,transparent 0),linear-gradient(110deg,#fff,#fbf7f3 48%,#f8fbff);background-size:28px 28px,28px 28px,auto}.page-hero>.container{position:relative;z-index:1}.about-page-hero,.cases-page-hero,.chip-pump-page-hero,.contact-page-hero,.envqor-page-hero,.services-page-hero,.solutions-page-hero,.v7rc-page-hero{min-height:520px;display:flex;align-items:center}.about-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.78),rgba(4,13,28,.48) 42%,rgba(4,13,28,.1) 76%),linear-gradient(180deg,rgba(4,13,28,.2),rgba(4,13,28,.36)),url(/about/about-hero-v7rc.jpg) 50% /cover no-repeat}.services-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.72),rgba(4,13,28,.42) 44%,rgba(4,13,28,.08) 76%),linear-gradient(180deg,rgba(4,13,28,.12),rgba(4,13,28,.3)),url(/services/services-hero-ai-workshop.jpg) 50% /cover no-repeat}.solutions-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.62),rgba(4,13,28,.34) 42%,rgba(4,13,28,.04) 78%),linear-gradient(180deg,rgba(4,13,28,.08),rgba(4,13,28,.24)),url(/solutions/solutions-hero-ai-assistant.jpg) 50% /cover no-repeat}.cases-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.66),rgba(4,13,28,.38) 42%,rgba(4,13,28,.08) 78%),linear-gradient(180deg,rgba(4,13,28,.08),rgba(4,13,28,.28)),url(/cases/cases-hero-product-lab.jpg) 50% /cover no-repeat}.v7rc-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.7),rgba(4,13,28,.42) 42%,rgba(4,13,28,.08) 78%),linear-gradient(180deg,rgba(4,13,28,.14),rgba(4,13,28,.34)),url(/products/v7rc-hero-steam-expo.jpg) 50% /cover no-repeat}.envqor-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.7),rgba(4,13,28,.42) 42%,rgba(4,13,28,.08) 78%),linear-gradient(180deg,rgba(4,13,28,.12),rgba(4,13,28,.3)),url(/cases/home/lorawan-environment-banner.jpg) 50% /cover no-repeat}.chip-pump-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.72),rgba(4,13,28,.44) 44%,rgba(4,13,28,.08) 78%),linear-gradient(180deg,rgba(4,13,28,.14),rgba(4,13,28,.32)),url(/products/chip-pump-ble-hero.png) 50% /cover no-repeat}.contact-page-hero{background:linear-gradient(90deg,rgba(4,13,28,.7),rgba(4,13,28,.4) 44%,rgba(4,13,28,.05) 78%),linear-gradient(180deg,rgba(4,13,28,.08),rgba(4,13,28,.26)),url(/contact/contact-hero-support.jpg) 50% /cover no-repeat}.about-page-hero .eyebrow,.cases-page-hero .eyebrow,.chip-pump-page-hero .eyebrow,.contact-page-hero .eyebrow,.envqor-page-hero .eyebrow,.services-page-hero .eyebrow,.solutions-page-hero .eyebrow,.v7rc-page-hero .eyebrow{color:#9fe7ff}.about-page-hero h1,.cases-page-hero h1,.chip-pump-page-hero h1,.contact-page-hero h1,.envqor-page-hero h1,.services-page-hero h1,.solutions-page-hero h1,.v7rc-page-hero h1{max-width:720px;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.36)}.about-page-hero .lead,.cases-page-hero .lead,.chip-pump-page-hero .lead,.contact-page-hero .lead,.envqor-page-hero .lead,.services-page-hero .lead,.solutions-page-hero .lead,.v7rc-page-hero .lead{max-width:680px;color:hsla(0,0%,100%,.88);text-shadow:0 2px 18px rgba(0,0,0,.34)}.prose{max-width:860px}.prose h2{margin-top:38px;font-size:28px}.prose li{margin-bottom:8px;color:var(--muted)}.prose-image{display:block;width:100%;height:auto;margin:10px 0 24px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 42px rgba(15,43,86,.07)}.contact-info-stack{display:grid;grid-gap:18px;gap:18px;align-self:start}.contact-map-card{overflow:hidden;padding:0}.contact-map-card iframe{display:block;width:100%;height:320px;border:0}.contact-info-card{display:grid;grid-gap:14px;gap:14px}.contact-info-card h2{margin:0}.contact-info-card dl{display:grid;grid-gap:12px;gap:12px;margin:0}.contact-info-card dl>div{display:grid;grid-template-columns:72px 1fr;grid-gap:12px;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.contact-info-card dl>div:last-child{padding-bottom:0;border-bottom:0}.contact-info-card dt{color:var(--ink);font-weight:900}.contact-info-card dd{margin:0;color:var(--muted)}.contact-info-card a{color:var(--blue);font-weight:900}.contact-form{display:grid;align-self:start;grid-gap:13px;gap:13px;padding:22px}.field{display:grid;grid-gap:5px;gap:5px}.field span,.option-field legend{color:var(--ink);font-size:13px;font-weight:800;line-height:1.25}.option-field{margin:0;border:0;padding:0;gap:14px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;padding:10px 12px;background:#fff;color:var(--ink);line-height:1.35}.field textarea{min-height:118px;resize:vertical}.option-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.option-buttons button{min-height:38px;border:1px solid var(--line-strong);border-radius:999px;padding:0 13px;background:#fff;color:var(--ink-2);cursor:pointer;font-size:13px;font-weight:900;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.option-buttons button:focus-visible,.option-buttons button:hover{border-color:rgba(11,45,107,.46);box-shadow:0 8px 18px rgba(11,45,107,.1)}.option-buttons button.selected{border-color:var(--blue);background:var(--blue);color:#fff}.case-filter{display:grid;grid-gap:22px;gap:22px}.case-sort-note{margin:0;color:var(--muted);font-size:13px;font-weight:800;text-align:center}.filter-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.filter-tabs button{min-height:40px;padding:0 16px;border:1px solid var(--line-strong);border-radius:999px;background:#fff;color:var(--ink-2);cursor:pointer;font-weight:900}.filter-tabs button.active{border-color:var(--blue);background:var(--blue);color:#fff}.case-link{display:inline-flex;margin-top:18px}.case-filter-card{position:relative;border-color:var(--line-strong);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.case-filter-card:after{position:absolute;inset:0;border-radius:inherit;pointer-events:none;content:"";background:linear-gradient(135deg,rgba(9,52,121,.08),rgba(238,110,44,.06));opacity:0;transition:opacity .18s ease}.case-filter-card:focus-within,.case-filter-card:hover{border-color:rgba(9,52,121,.32);box-shadow:0 16px 34px rgba(9,52,121,.12);transform:translateY(-3px)}.case-filter-card:focus-within:after,.case-filter-card:hover:after{opacity:1}.case-filter-card>*{position:relative;z-index:1}.case-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:28px;gap:28px;align-items:start}.case-detail-main{padding:32px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 42px rgba(15,43,86,.07)}.case-detail-main h2{margin-top:0;font-size:28px}.case-detail-aside{position:-webkit-sticky;position:sticky;top:96px}.case-detail-aside .button{width:100%;margin-top:22px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag-row span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:var(--soft);color:var(--ink-2);font-size:12px;font-weight:800}@media (max-width:1080px){.site-header .nav-actions .nav-cta{display:none!important}}@media (max-width:960px){.cta-card,.feature-grid,.footer-grid,.hero-grid,.nav-inner,.section-head{grid-template-columns:1fr}.nav-inner{grid-template-columns:1fr auto;gap:10px 16px;min-height:auto;padding:12px 0}.nav-links{display:none}.nav-actions{gap:8px}.logo .logo-full{display:none}.logo .logo-compact{display:block;width:clamp(146px,24vw,170px);height:auto}.mobile-menu-toggle{display:flex}.site-header .nav-actions .nav-cta{display:none!important;justify-self:end;min-height:40px}.hero,.hero-grid,.page-hero{min-height:calc(100vh - 78px);min-height:calc(100dvh - 78px)}.page-hero{display:flex;align-items:center;padding:48px 0}.about-page-hero,.cases-page-hero,.chip-pump-page-hero,.contact-page-hero,.envqor-page-hero,.services-page-hero,.solutions-page-hero,.v7rc-page-hero{min-height:calc(100vh - 78px);min-height:calc(100dvh - 78px);background-position:50%,50%,75%}.hero-visual{min-height:340px}.hero-banner-carousel{height:100%}.hero-banner-carousel img{object-position:75% center}.hero-copy h1,.page-hero h1{font-size:clamp(42px,5.72vw,70px)}.hero-scroll-cue{display:flex;bottom:max(22px,env(safe-area-inset-bottom))}.back-to-top{right:16px;bottom:max(16px,env(safe-area-inset-bottom))}.case-detail-layout,.cols-2,.cols-3,.cols-4,.service-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 10px}.step{min-width:0;font-size:11px;line-height:1.35}.home-process .step{font-size:16px}.home-process .step-icon{width:66px;height:66px}.home-process .step-icon svg{width:30px;height:30px}.case-detail-aside{position:static}.service:last-child{border-bottom:0}.case-list-grid,.home-solution-grid,.home-stat-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service{border-right:0;border-bottom:1px solid var(--line)}.service:nth-child(odd){border-right:1px solid var(--line)}.service:nth-last-child(-n+2){border-bottom:0}.step:after{display:none}.laptop{right:42px;width:235px}.robot{width:176px}.site-footer{padding:30px 0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;align-items:start;text-align:left}.footer-brand-block{left:0;align-items:flex-start;text-align:left}.footer-brand{margin-right:0;margin-left:0}.footer-contact-block,.footer-links-block,.footer-social-block{min-width:0}.footer-contact-block h3,.footer-links-block h3,.footer-social-block h3{font-size:16px}.site-footer a,.site-footer p{font-size:12px;line-height:1.55}.footer-contact-block p{overflow-wrap:anywhere}.footer-links-block{display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px 12px}.footer-links-block h3{flex:0 0 100%}.footer-links-block a{display:inline-flex;width:auto;margin-bottom:0;white-space:nowrap}.social-links{justify-content:flex-start}}@media (min-width:621px) and (max-width:960px){.home-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-case-grid .case-thumb{height:278px}}@media (max-width:620px){.container{width:min(100% - 28px,560px)}.nav-inner{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:14px 0}.logo{min-width:0}.logo .logo-compact{width:clamp(118px,34vw,146px)}.language-button{min-height:40px;padding:0 10px}.hero-grid{min-height:calc(100vh - 76px);min-height:calc(100dvh - 76px);padding:48px 0}.hero-copy,.page-hero>.container{padding-right:7px;padding-left:7px}.hero-visual{min-height:280px;transform:scale(.84);transform-origin:left top}.hero-banner-carousel{height:100%}.button{width:100%}.hero-copy .actions{flex-wrap:nowrap;gap:10px}.hero-copy .button{width:auto;min-width:0;flex:1 1;padding:0 14px;white-space:nowrap}.case-thumb{height:185px}.site-footer{padding:30px 0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;text-align:left}.footer-brand-block{left:0;align-items:flex-start;text-align:left}.footer-brand{margin-right:0;margin-left:0}.footer-contact-block,.footer-links-block,.footer-social-block{min-width:0}.footer-contact-block h3,.footer-links-block h3,.footer-social-block h3{font-size:16px}.site-footer a,.site-footer p{font-size:12px;line-height:1.55}.footer-contact-block p{overflow-wrap:anywhere}.footer-links-block{display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px 12px}.footer-links-block h3{flex:0 0 100%}.footer-links-block a{width:auto;margin-bottom:0;white-space:nowrap}.social-links{justify-content:flex-start}}