:root{--brand-blue:#0796d8;--brand-blue-dark:#006a9f;--brand-orange:#f68b1e;--ink:#17212b;--muted:#5d6b78;--line:#dbe5ed;--soft:#f4f8fb;--white:#fff;--shadow:0 18px 45px #143a561f;--radius:8px;--container:1180px;--text-strong:#071a2d;--text-title:var(--ink);--text-body:#334553;--text-muted:var(--muted);--text-subtle:#7b8a99;--text-inverse:var(--white);--text-link:var(--brand-blue-dark);--font-hero-title:clamp(38px, 4.8vw, 56px);--font-page-title:clamp(32px, 3.6vw, 42px);--font-section-title:clamp(28px, 3vw, 38px);--font-card-title:22px;--font-card-title-compact:20px;--font-body-large:18px;--font-body:16px;--font-body-small:15px;--font-caption:14px;--font-tag:13px;--font-nav:15px;--font-button:15px;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,Arial,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(100% - 40px, var(--container));margin:0 auto}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;position:sticky;top:0;box-shadow:0 1px #12314808}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:76px;display:flex}.brand{flex:none;align-items:center;gap:12px;display:inline-flex}.brand-mark{border-radius:var(--radius);width:152px;height:46px;color:var(--brand-blue-dark);background:var(--white);place-items:center;font-weight:800;display:grid;position:relative;overflow:visible}.brand-mark img{object-fit:contain;width:100%;height:100%}.brand-fallback,.footer-mark{border:2px solid var(--brand-blue);border-bottom-color:var(--brand-orange);border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.brand-mark img:not([style*="display: none"])+.brand-fallback{display:none}.brand-text{line-height:1.15;display:grid}.brand-text strong{letter-spacing:0;font-size:20px}.brand-text small{color:var(--muted);margin-top:4px;font-size:12px}.main-nav{flex:1;justify-content:flex-end;display:flex}.nav-list{align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav-list>li{position:relative}.nav-list>li>a{color:#25313d;white-space:nowrap;padding:24px 11px;font-size:15px;display:block}.nav-list>li>a:hover,.nav-list>li.is-active>a{color:var(--brand-blue-dark)}.dropdown{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);width:760px;box-shadow:var(--shadow);opacity:0;visibility:hidden;grid-template-columns:1.45fr 1.25fr .95fr;gap:28px;padding:24px 34px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.dropdown-group-toggle{width:100%;color:var(--brand-blue-dark);font:inherit;text-align:left;cursor:default;background:0 0;border:0;margin-bottom:10px;padding:0;font-weight:700;display:block}.dropdown-group a{color:var(--muted);padding:6px 0;font-size:14px;display:block}.dropdown-group a:hover{color:var(--brand-blue-dark)}@media (width>=981px){.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}}.menu-toggle{border:1px solid var(--line);background:var(--white);border-radius:var(--radius);width:42px;height:42px;display:none}.menu-toggle span{background:var(--ink);width:20px;height:2px;margin:5px auto;display:block}.section,.section-band{padding:82px 0}.section-muted{background:var(--soft)}#scenes,#knowledge{background:var(--white)}#cases{background:var(--soft)}.hero{z-index:2;background:var(--white);min-height:0;padding:0;display:block;position:relative;overflow:visible}.hero:before{content:"";z-index:-1;background:linear-gradient(90deg,#031222f2 0%,#041c32d6 39%,#051f374d 74%),linear-gradient(#0414241a,#041424b8),url(/assets/hero-rfid-ai.webp) 50%/cover no-repeat;height:595px;position:absolute;inset:0 0 auto}.hero-grid,.capability-grid,.cta-inner{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:48px;display:grid}.hero-grid{z-index:1;width:min(100% - 40px, var(--container));grid-template-columns:minmax(0,.82fr) minmax(320px,1fr);min-height:595px;padding-top:50px;padding-bottom:106px;position:relative}.hero-copy{flex-direction:column;align-items:flex-start;display:flex}.eyebrow{color:var(--brand-blue-dark);margin:0 0 12px;font-size:14px;font-weight:700}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-size:clamp(36px,5.4vw,54px);line-height:1.12}h2{margin-bottom:14px;font-size:clamp(26px,4vw,38px);line-height:1.25}h3{margin-bottom:10px;font-size:19px;line-height:1.35}.hero-lead,.body-large,.section-heading p,.cta p{color:var(--muted);font-size:17px}.hero .eyebrow{color:#ffffffe0}.hero h1{max-width:680px;color:var(--white);text-shadow:0 6px 28px #00000038}.hero .hero-lead{color:#ffffffd6;max-width:650px;display:none}.hero-actions,.cta-actions{flex-wrap:wrap;gap:14px;margin:28px 0;display:flex}.cta-actions{justify-content:flex-end;margin:28px 0 28px auto}.hero-actions{order:2;margin:28px 0 0}.cta-actions .btn{min-width:156px;padding-inline:34px}.btn{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-weight:700;display:inline-flex}.btn-primary{background:var(--brand-blue);color:var(--white)}.btn-secondary{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border-color:#ffffff80}.btn-light{background:var(--white);color:var(--brand-blue-dark)}.btn-outline-light{color:var(--white);border-color:#ffffffb3}.advantage-list{order:1;grid-template-columns:max-content max-content;gap:10px 64px;margin:0;padding:0;list-style:none;display:grid}.advantage-list li{color:#ffffffd6;white-space:nowrap;padding-left:18px;position:relative}.advantage-list li:before{content:"";background:var(--brand-orange);border-radius:50%;width:8px;height:8px;position:absolute;top:12px;left:0}.hero-stats{z-index:5;border-radius:var(--radius);background:var(--white);border:1px solid #dbe5ede6;grid-template-columns:repeat(4,1fr);margin-top:-52px;margin-bottom:0;padding:24px 18px;display:grid;position:relative;box-shadow:0 24px 52px #041a2c2e,inset 0 1px #ffffffe6}#products{z-index:1;padding-top:104px;position:relative}.stat-item{text-align:center;border-right:1px solid var(--line);align-content:center;place-items:center;gap:4px;min-height:72px;padding:0 18px;display:grid}.stat-item:last-child{border-right:0}.stat-item strong{color:var(--brand-blue);font-size:clamp(28px,4vw,38px);line-height:1.1}.stat-item span{color:var(--muted);font-size:15px}.hero-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:430px;box-shadow:var(--shadow);padding:32px}.signal-card{border-radius:var(--radius);background:linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark));color:var(--white);padding:28px}.signal-card span{color:#ffffffb8;font-weight:700}.signal-card strong{margin:8px 0;font-size:30px;display:block}.signal-card p{color:#ffffffdb;margin-bottom:0}.flow-line{background:linear-gradient(var(--brand-blue), var(--brand-orange));width:2px;height:64px;margin:0 auto}.signal-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.signal-grid div{border:1px solid var(--line);border-radius:var(--radius);background:#fbfdff;place-items:center;min-height:78px;font-weight:700;display:grid}.section-heading{text-align:center;max-width:760px;margin:0 auto 34px}.section-heading h2{font-weight:600}.section-heading h2,.detail-section-heading h2,.knowledge-section-heading h2,.knowledge-faq-header h2,.about-section-heading h2,.support-section-heading h2,.other-hardware-heading h2,.contact-panel-heading h2,.contact-preparation-heading h2,.product-advice h2{text-align:center;font-size:clamp(26px,4vw,38px);font-weight:600}.detail-section-heading,.knowledge-section-heading,.knowledge-faq-header,.support-section-heading,.other-hardware-heading,.contact-panel-heading,.contact-preparation-heading{text-align:center}.split-heading{justify-content:space-between;align-items:end;gap:24px;max-width:none;display:flex}.module-more{justify-content:center;margin-top:28px;display:flex}.module-more .text-link{margin-top:0}.product-groups,.solution-grid,.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}#knowledge .section-heading{margin-bottom:42px}#knowledge .eyebrow{color:var(--brand-blue)}.article-grid{grid-template-columns:minmax(320px,.92fr) minmax(0,1.9fr);align-items:stretch;gap:28px}.knowledge-feature{border-radius:var(--radius);background:radial-gradient(circle at 80% 82%,#0796d82e,#0000 30%),linear-gradient(145deg,#f8fbff 0%,#eef7ff 100%);border:1px solid #d7e6f6;min-height:520px;padding:42px 34px;position:relative;overflow:hidden;box-shadow:0 18px 42px #12314814}.knowledge-feature-tag,.knowledge-tag{min-height:30px;color:var(--brand-blue-dark);text-align:center;background:#0796d81a;border-radius:999px;justify-content:center;align-items:center;padding:4px 14px;font-size:14px;font-weight:700;display:inline-flex}.knowledge-feature h3{max-width:360px;margin:42px 0 24px;font-size:clamp(28px,3vw,38px);line-height:1.28}.knowledge-feature p{max-width:360px;color:var(--muted);font-size:17px}.knowledge-feature-btn{z-index:2;border-radius:var(--radius);background:var(--brand-blue);min-height:48px;color:var(--white);align-items:center;gap:16px;margin-top:28px;padding:0 24px;font-weight:700;display:inline-flex;position:relative;box-shadow:0 14px 28px #0796d838}.knowledge-feature-btn:after{content:"→"}.knowledge-illustration{background:radial-gradient(circle,#0796d824,#0000 68%);border-radius:50%;width:210px;height:210px;position:absolute;bottom:20px;right:22px}.rfid-doc{background:#ffffffb8;border:1px solid #0796d847;border-radius:14px;width:118px;height:148px;position:absolute;bottom:42px;right:54px;transform:rotate(10deg);box-shadow:0 18px 32px #0796d829}.rfid-doc:before,.rfid-doc:after{content:"";background:#c7dcf6;border-radius:999px;height:10px;position:absolute;left:24px;right:24px}.rfid-doc:before{top:40px}.rfid-doc:after{top:70px}.rfid-badge{background:#0796d829;border:1px solid #0796d847;border-radius:18px;width:72px;height:72px;position:absolute;bottom:28px;right:28px}.rfid-badge:before{content:"";border:5px solid var(--brand-blue);border-bottom-color:#0000;border-left-color:#0000;border-radius:50%;position:absolute;inset:18px}.knowledge-list{gap:12px;display:grid}.knowledge-page-layout,.knowledge-page-block,.knowledge-faq-groups{gap:34px;display:grid}.knowledge-page-block{border-radius:var(--radius);background:#ffffffd1;border:1px solid #dbe5edcc;padding:34px;box-shadow:0 14px 34px #1231480f}.knowledge-faq-nav{z-index:5;border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #dbe5ede6;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px;display:grid;position:sticky;top:92px;box-shadow:0 12px 28px #12314814}.knowledge-faq-nav a{border:1px solid var(--line);border-radius:var(--radius);color:#25313d;background:#fbfdff;justify-content:space-between;align-items:center;gap:10px;min-height:44px;padding:0 14px;font-weight:800;display:inline-flex}.knowledge-faq-nav a:hover{color:var(--brand-blue-dark);border-color:#0796d873}.knowledge-faq-nav span{min-width:28px;height:24px;color:var(--brand-blue-dark);background:#0796d81a;border-radius:999px;place-items:center;padding:0 8px;font-size:13px;display:inline-grid}.knowledge-faq-group{scroll-margin-top:170px}.knowledge-faq-group-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding-bottom:12px;display:flex}.knowledge-faq-group-heading h3{color:#101820;margin-bottom:0;font-size:24px}.knowledge-faq-group-heading span{color:var(--muted);white-space:nowrap;font-size:14px}.knowledge-hero-inner{max-width:1200px}.knowledge-hero-search{gap:14px;max-width:760px;margin-top:30px;display:grid}.knowledge-search-field{display:block;position:relative}.knowledge-search-field input{width:100%;min-height:58px;color:var(--ink);font:inherit;background:#fffffff5;border:1px solid #0796d852;border-radius:8px;outline:none;padding:0 20px 0 52px;font-size:16px}.knowledge-search-field input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 4px #0796d81f}.knowledge-search-icon{width:22px;height:22px;color:var(--brand-blue-dark);pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.knowledge-search-icon svg,.knowledge-guide-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.knowledge-hot-searches{color:#ffffffc7;flex-wrap:wrap;align-items:center;gap:10px;font-size:14px;display:flex}.knowledge-hot-searches button{min-height:32px;color:var(--white);font:inherit;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff61;border-radius:999px;padding:0 13px}.knowledge-hub-layout{gap:64px;max-width:1200px;display:grid}.knowledge-guide-panel,.knowledge-faq-shell,.knowledge-consult-panel{border-radius:8px}.knowledge-section-heading,.knowledge-faq-header{margin-bottom:24px}.knowledge-section-heading h2,.knowledge-faq-header h2{margin-bottom:0}.knowledge-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.knowledge-guide-card{background:var(--white);min-height:166px;color:var(--ink);border:1px solid #dbe5edf2;border-radius:8px;grid-template-rows:auto auto 1fr;gap:10px;padding:24px 46px 22px 22px;transition:transform .18s,border-color .18s,background-color .18s;display:grid;position:relative}.knowledge-guide-card:hover{background:#f8fcff;border-color:#0796d85c;transform:translateY(-2px)}.knowledge-guide-icon{width:36px;height:36px;color:var(--brand-blue-dark);place-items:center;display:grid}.knowledge-guide-card strong{color:#12263a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.45;display:-webkit-box;overflow:hidden}.knowledge-guide-card>span:last-of-type{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.knowledge-guide-card i{color:var(--brand-blue-dark);font-style:normal;font-weight:800;position:absolute;bottom:20px;right:20px}.knowledge-faq-shell{background:var(--white);border:1px solid #dbe5edf2;padding:30px}.knowledge-faq-header{justify-content:space-between;align-items:end;gap:24px;display:flex}.knowledge-faq-total{color:var(--muted);margin-bottom:3px}.knowledge-faq-total strong{color:var(--brand-blue-dark)}.knowledge-faq-toolbar{border-bottom:1px solid #dbe5edf2;gap:14px;margin-bottom:24px;padding-bottom:24px;display:grid}.knowledge-faq-search input{background:#fbfdff}.knowledge-primary-filters{flex-wrap:wrap;gap:10px;display:flex}.knowledge-filter-btn,.knowledge-no-results button{color:#61707c;min-height:36px;font:inherit;cursor:pointer;background:#f2f5f8;border:1px solid #0000;border-radius:999px;padding:0 14px;font-size:14px;font-weight:700}.knowledge-filter-btn span{margin-left:8px;font-size:13px}.knowledge-filter-btn:hover,.knowledge-no-results button:hover{color:var(--brand-blue-dark);background:#eaf6fc}.knowledge-filter-btn.is-active{border-color:var(--brand-blue);background:var(--brand-blue);color:var(--white)}.knowledge-faq-result{color:var(--muted);margin-bottom:0;font-size:14px}.knowledge-faq-content{grid-template-columns:200px minmax(0,1fr);align-items:start;gap:28px;display:grid}.knowledge-faq-sidebar{gap:8px;max-height:calc(100vh - 120px);display:grid;position:sticky;top:96px;overflow:auto}.knowledge-faq-sidebar button{color:#50606d;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-weight:700;display:flex}.knowledge-faq-sidebar button:hover,.knowledge-faq-sidebar button.is-active{color:var(--brand-blue-dark);background:#eaf6fc}.knowledge-faq-sidebar strong{color:inherit;font-size:13px}.knowledge-faq-main,.knowledge-smart-list{gap:12px;min-width:0;display:grid}.knowledge-smart-faq{background:var(--white);border:1px solid #dbe5edf2;border-radius:8px;transition:border-color .18s,background-color .18s;overflow:hidden}.knowledge-smart-faq:hover{background:#fbfdff;border-color:#0796d842}.knowledge-smart-faq.is-open{box-shadow:inset 4px 0 0 var(--brand-blue);background:#f4fbff;border-color:#0796d873}.knowledge-smart-faq[hidden]{display:none}.knowledge-smart-question{width:100%;min-height:64px;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;grid-template-columns:108px minmax(0,1fr) 32px;align-items:center;gap:18px;padding:16px 20px;display:grid}.knowledge-smart-meta{color:var(--brand-blue-dark);font-size:13px;font-weight:800}.knowledge-smart-question strong{color:#17212b;font-size:16px;line-height:1.55}.knowledge-smart-question i{width:28px;height:28px;color:var(--brand-blue-dark);background:#eaf6fc;border-radius:50%;place-items:center;font-size:20px;font-style:normal;line-height:1;transition:transform .2s;display:grid}.knowledge-smart-faq.is-open .knowledge-smart-question i{transform:rotate(180deg)}.knowledge-smart-answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .24s,opacity .2s;display:grid}.knowledge-smart-faq.is-open .knowledge-smart-answer{opacity:1;grid-template-rows:1fr}.knowledge-smart-answer-inner{min-width:0;padding:0 20px;overflow:hidden}.knowledge-smart-faq.is-open .knowledge-smart-answer-inner{padding-bottom:22px}.knowledge-smart-answer p{color:#53616d;margin:0 0 16px 126px;font-size:15px;line-height:1.8}.knowledge-smart-answer mark{color:inherit;background:#f68b1e38}.knowledge-feedback{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;margin-left:126px;display:flex}.knowledge-feedback span{color:var(--muted);font-size:14px}.knowledge-feedback a{background:var(--brand-blue);min-height:34px;color:var(--white);border-radius:8px;align-items:center;padding:0 14px;font-size:14px;font-weight:800;display:inline-flex}.knowledge-load-more{width:fit-content;min-height:42px;color:var(--brand-blue-dark);font:inherit;cursor:pointer;background:#f7fbff;border:1px solid #0796d847;border-radius:8px;margin:8px auto 0;padding:0 22px;font-weight:800}.knowledge-no-results{text-align:center;background:#f7fbff;border:1px solid #dbe5edf2;border-radius:8px;padding:34px}.knowledge-no-results h3{font-size:24px}.knowledge-no-results p{color:var(--muted)}.knowledge-no-results>div,.knowledge-no-results-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.knowledge-no-results-actions{margin-top:18px}.knowledge-consult-panel{background:linear-gradient(135deg,#fff,#eef8ff);border:1px solid #dbe5edf2;justify-content:space-between;align-items:center;gap:28px;padding:30px;display:flex}.knowledge-consult-panel p:last-child{max-width:760px;color:var(--muted);margin-bottom:0}.knowledge-consult-actions{gap:12px;display:flex}.knowledge-row{border-radius:var(--radius);background:#ffffffe0;border:1px solid #d7e6f6;grid-template-columns:132px 1fr 32px;align-items:center;gap:28px;min-height:86px;padding:20px 24px 20px 28px;transition:border-color .2s,background-color .2s,box-shadow .2s;display:grid}.knowledge-row:hover,.knowledge-row.is-open{background:var(--white);border-color:#0796d873}.knowledge-row.is-open{box-shadow:0 14px 34px #0796d81a}.knowledge-row h3{margin-bottom:6px;font-size:17px;line-height:1.45}.knowledge-row p{color:var(--muted);opacity:0;max-height:0;margin-bottom:0;transition:max-height .22s,opacity .18s,margin-top .18s;overflow:hidden}.knowledge-row.is-open p{opacity:.82;max-height:96px;margin-top:8px}.knowledge-plus{width:34px;height:34px;color:var(--brand-blue);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;place-items:center;font-size:34px;font-weight:300;line-height:1;transition:transform .2s,color .2s,border-color .2s,background-color .2s;display:grid}.knowledge-plus:hover{background:#0796d814;border-color:#0796d84d}.knowledge-row.is-open .knowledge-plus{color:var(--brand-orange);transform:rotate(45deg)}.solution-card,.case-card,.article-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:24px}.solution-card{min-height:210px;padding:28px 24px;transition:transform .22s,box-shadow .22s,border-color .22s,background-color .22s;display:block}.solution-card:hover{background:#fbfdff;border-color:#0796d873;transform:translateY(-8px);box-shadow:0 20px 42px #1231481f}.solution-card p,.case-card p,.article-card p{color:var(--muted)}.case-carousel{position:relative}.case-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;grid-auto-columns:calc(33.3333% - 13.3333px);grid-auto-flow:column;gap:20px;display:grid;overflow-x:auto}.case-grid::-webkit-scrollbar{display:none}.case-card{color:inherit;scroll-snap-align:start;cursor:pointer;min-height:220px;transition:border-color .2s,background-color .2s,color .2s;display:block;position:relative;overflow:hidden}.case-card:hover,.case-card:focus-visible{background:#fffdf8;border-color:#f68b1e80}.case-card:focus-visible{outline-offset:3px;outline:3px solid #0796d847}.case-card .pill{z-index:1;color:#c96a08;background:#f68b1e1f;margin-bottom:18px;transition:background-color .24s,color .24s;position:relative}.case-card h3,.case-card p,.case-card .card-link{z-index:1;position:relative}.case-card:hover .pill{color:var(--brand-orange);background:#f68b1e2e}.case-card:hover h3,.case-card:hover .card-link{color:var(--brand-blue-dark)}.case-card h3{margin-bottom:12px}.case-nav{z-index:3;border:1px solid var(--line);background:var(--white);width:42px;height:42px;color:var(--brand-blue-dark);cursor:pointer;border-radius:50%;place-items:center;font-size:28px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 28px #1231481f}.case-nav:hover{background:#f7fbfd;border-color:#0796d873}.case-nav-prev{left:-21px}.case-nav-next{right:-21px}.case-detail-rich{background:#f8fbff}.case-rich-hero{background:radial-gradient(circle at 18% 12%,#0796d81f,#0000 26%),linear-gradient(#fff 0%,#f5faff 100%);border-bottom:1px solid #dbe5ede6;padding:46px 0 34px}.case-rich-hero-grid{grid-template-columns:minmax(0,.85fr) minmax(420px,1.05fr);align-items:center;gap:48px;display:grid}.case-rich-hero-copy h1{color:#07192b;max-width:720px;margin-bottom:18px;font-size:clamp(38px,4.8vw,58px)}.case-rich-lead{color:#4d6070;max-width:700px;margin-bottom:22px;font-size:18px;line-height:1.9}.case-rich-facts{gap:10px;margin-bottom:24px;display:grid}.case-rich-facts div{border-radius:var(--radius);color:#3d5060;background:#ffffffb8;border:1px solid #0796d838;grid-template-columns:28px 92px minmax(0,1fr);align-items:center;gap:8px;min-height:36px;padding:6px 14px;display:grid}.case-rich-icon{background:linear-gradient(180deg, #0796d829, #0796d80f), var(--white);width:54px;height:54px;color:var(--brand-blue);border-radius:16px;place-items:center;display:inline-grid;box-shadow:inset 0 0 0 1px #0796d81f}.case-rich-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.case-rich-facts .case-rich-icon{background:#0796d81a;border-radius:7px;width:24px;height:24px}.case-rich-facts .case-rich-icon svg{width:16px;height:16px}.case-rich-facts strong{color:var(--brand-blue-dark)}.case-rich-visual{border-radius:var(--radius);background:#062742;min-height:360px;position:relative;overflow:hidden;box-shadow:0 24px 56px #1231482e}.case-rich-visual img{object-fit:cover;width:100%;height:100%;min-height:360px}.case-rich-visual-panel{border-radius:var(--radius);width:min(360px,100% - 64px);color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0770c68f;border:1px solid #ffffff6b;gap:10px;padding:24px 28px;display:grid;position:absolute;top:32px;right:32px}.case-rich-visual-panel strong{font-size:24px}.case-rich-visual-panel span{color:#ffffffeb;padding-left:24px;font-weight:700;position:relative}.case-rich-visual-panel span:before{content:"";border:2px solid;border-radius:50%;width:10px;height:10px;position:absolute;top:8px;left:0}.case-rich-section{padding-top:34px}.case-rich-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.case-rich-overview article,.case-rich-panel,.case-rich-block,.case-rich-cta{border-radius:var(--radius);background:#fffffff5;border:1px solid #c7ddeef2;box-shadow:0 12px 30px #1231480d}.case-rich-overview article{align-items:center;gap:18px;min-height:112px;padding:22px 24px;display:flex}.case-rich-overview .case-rich-icon{color:#058bd0;background:linear-gradient(#e4f6ff 0%,#f2fbff 100%);border-radius:14px;flex:none;width:58px;height:58px;box-shadow:inset 0 0 0 1px #0796d82e}.case-rich-overview .case-rich-icon svg{stroke-width:2.1px;width:28px;height:28px}.case-rich-overview article div{gap:6px;display:grid}.case-rich-overview span{color:var(--brand-blue-dark);font-weight:800}.case-rich-overview strong{color:#263542;line-height:1.6}.case-rich-two-col{margin-bottom:var(--page-grid-gap);grid-template-columns:minmax(320px,.62fr) minmax(0,1.38fr);gap:22px;display:grid}.case-rich-panel,.case-rich-block{padding:30px}.case-rich-panel h2,.case-rich-block h2{color:#091b2c;margin-bottom:18px;font-size:26px}.case-rich-panel p,.case-rich-block p,.case-rich-result-copy p{color:#4f5f6d;line-height:1.9}.case-rich-panel p:last-child,.case-rich-result-copy p:last-child{margin-bottom:0}.case-rich-challenge-grid,.case-rich-feature-grid,.case-rich-effect-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.case-rich-challenge-grid article,.case-rich-feature-grid article,.case-rich-effect-grid article{border-radius:var(--radius);background:#f8fbff;align-items:flex-start;gap:18px;min-height:128px;padding:22px;display:flex;box-shadow:inset 0 0 0 1px #0796d81f}.case-rich-challenge-grid h3,.case-rich-feature-grid h3{color:#152838;font-size:18px}.case-rich-challenge-grid p,.case-rich-feature-grid p{color:#5c6b77;margin-bottom:0;font-size:15px;line-height:1.75}.case-rich-solution{margin-bottom:var(--page-grid-gap);background:#fff;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);align-items:start;gap:48px;display:grid}.case-rich-solution-copy,.case-rich-solution>div:first-child{max-width:500px}.case-rich-solution-copy h2,.case-rich-solution>div:first-child h2{color:#07345f;margin-bottom:32px;font-size:32px;font-weight:900}.case-rich-solution-copy h2:after,.case-rich-solution>div:first-child h2:after{content:none}.case-rich-solution-copy p,.case-rich-solution>div:first-child p{color:#34495e;margin-bottom:30px;font-size:16px;line-height:2}.case-rich-solution-flow{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.case-rich-solution-card{text-align:center;background:#fff;border:1px solid #7bb2d652;border-radius:14px;grid-template-rows:auto minmax(66px,auto);min-width:0;display:grid;overflow:hidden;box-shadow:0 10px 22px #14446e0b}.case-rich-solution-card img{aspect-ratio:16/9;object-fit:cover;object-position:center;width:100%;height:auto}.case-rich-solution-card h3{color:#07345f;align-content:center;justify-items:center;min-height:56px;margin:0;padding:10px 14px 12px;font-size:16px;font-weight:900;line-height:1.35;display:grid}.case-rich-solution-card h3:after{content:none}.case-rich-block{margin-bottom:var(--page-grid-gap)}.case-rich-process{grid-template-columns:repeat(8,minmax(0,1fr));gap:22px;display:grid}.case-rich-process.is-nine{grid-template-columns:repeat(9,minmax(0,1fr));gap:16px}.case-rich-process.is-ten{grid-template-columns:repeat(10,minmax(0,1fr));gap:14px}.case-rich-process.is-eleven{grid-template-columns:repeat(11,minmax(0,1fr));gap:10px}.case-rich-process article{text-align:center;justify-items:center;gap:12px;display:grid;position:relative}.case-rich-process article:not(:last-child):after{content:"";background:#149fe6;border-radius:999px;width:calc(100% - 72px);height:2px;position:absolute;top:28px;left:calc(50% + 47px)}.case-rich-process article:not(:last-child):before{content:"";border-top:2px solid #149fe6;border-right:2px solid #149fe6;border-radius:1px;width:7px;height:7px;position:absolute;top:25px;left:calc(150% - 33px);transform:rotate(45deg)}.case-rich-process .case-rich-icon{width:58px;height:58px;color:var(--brand-blue);background:linear-gradient(#e4f6ff 0%,#f2fbff 100%);border-radius:16px;box-shadow:inset 0 0 0 1px #0796d82e}.case-rich-process .case-rich-icon svg{stroke-width:2.1px;width:29px;height:29px}.case-rich-process p{color:#2f4050;margin-bottom:0;font-size:14px;font-weight:700;line-height:1.45}.case-rich-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.case-rich-deploy-grid{grid-template-columns:minmax(0,.62fr) minmax(0,.38fr);align-items:stretch;gap:24px;display:grid}.case-rich-deploy-card{background:#fff;border:1px solid #7bb2d657;border-radius:12px;min-width:0;min-height:430px;padding:32px}.case-rich-deploy-card h3{color:#006fe6;align-items:center;gap:14px;margin:0 0 28px;font-size:24px;font-weight:700;line-height:1.3;display:flex}.case-rich-deploy-card h3 .case-rich-icon{color:#fff;width:42px;height:42px;box-shadow:none;background:#096ff2;border-radius:10px;flex:none}.case-rich-deploy-card h3 .case-rich-icon svg{stroke-width:2.3px;width:24px;height:24px}.case-rich-deploy-software{grid-template-columns:minmax(220px,.38fr) minmax(0,.62fr);align-items:start;gap:30px;display:grid}.case-rich-deploy-screen{background:0 0;align-self:center}.case-rich-deploy-copy{min-width:0}.case-rich-software-list,.case-rich-hardware-list{margin:0;padding:0;list-style:none}.case-rich-software-list{color:#263c50;gap:22px;font-size:17px;line-height:1.45;display:grid}.case-rich-software-list li{min-height:22px;padding-left:34px;position:relative}.case-rich-software-list li:before{content:"";background:#096ff2;border-radius:50%;width:22px;height:22px;position:absolute;top:1px;left:0}.case-rich-software-list li:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:5px;position:absolute;top:7px;left:7px;transform:rotate(-45deg)}.case-rich-deploy-screen img{object-fit:contain;background:0 0;border:0;border-radius:0;width:100%;max-height:330px}.case-rich-deploy-hardware{padding:32px}.case-rich-hardware-list{gap:12px;display:grid}.case-rich-hardware-list li{color:#263c50;background:#fff;border:1px solid #7bb2d640;border-radius:10px;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:24px;min-height:88px;padding:12px 18px;font-size:17px;line-height:1.45;display:grid}.case-rich-hardware-list img{object-fit:contain;width:100%;height:62px}.case-rich-hardware-images{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:10px;display:grid}.case-rich-hardware-images img{object-fit:contain;width:100%;max-height:120px}.case-rich-effect-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.case-rich-effect-grid:last-child{margin-bottom:0}.case-rich-effect-grid article{align-items:center;min-height:112px}.case-rich-effect-grid strong{color:#253746;line-height:1.6}.case-rich-result-copy{border-radius:var(--radius);background:#f8fbff;gap:10px;padding:24px;display:grid}.case-rich-cta{background:linear-gradient(90deg,#ffffffeb,#e8f6fff2),radial-gradient(circle at 8% 80%,#0796d82e,#0000 28%);justify-content:space-between;align-items:center;gap:28px;padding:34px;display:flex}.case-rich-cta h2{color:var(--brand-blue-dark);margin-bottom:8px;font-size:28px}.case-rich-cta p{color:#4e5f6d;margin-bottom:0}.case-rich-cta>div:last-child{flex:none;gap:12px;display:flex}.solution-icon{width:46px;height:46px;color:var(--brand-blue-dark);background:#eaf6fc;border-radius:50%;place-items:center;margin-bottom:26px;display:grid;box-shadow:inset 0 0 0 1px #0796d81a}.solution-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.solution-card:hover .solution-icon{background:var(--brand-blue);color:var(--white)}.section-more{justify-content:center;margin-top:34px;display:flex}#solutions .section-more{display:none}#solutions .solution-grid{display:block}.solution-tabs{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.solution-tab{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:64px;color:var(--ink);font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:12px;font-weight:800;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex;position:relative}.solution-tab:after{content:"";background:var(--brand-blue);opacity:0;width:14px;height:14px;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.solution-tab .solution-icon{width:30px;height:30px;box-shadow:none;background:0 0;margin:0}.solution-tab .solution-icon svg{width:22px;height:22px}.solution-tab.is-active{border-color:var(--brand-blue);background:var(--brand-blue);color:var(--white)}.solution-tab.is-active .solution-icon{color:var(--white)}.solution-tab.is-active:after{opacity:1}.solution-detail{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:minmax(0,1.32fr) minmax(0,.9fr);display:grid;overflow:hidden;box-shadow:0 18px 42px #12314814}.solution-media{background-image:var(--solution-image);background-position:50%;background-size:cover;min-height:420px}.solution-copy{padding:46px 44px}.solution-copy h3{margin-bottom:12px;font-size:clamp(26px,3vw,34px)}.solution-lead{color:var(--muted);margin-bottom:24px;font-size:18px}.solution-points{gap:14px;margin:0 0 30px;padding:0;list-style:none;display:grid}.solution-points li{color:#334553;padding-left:34px;position:relative}.solution-points li:before{content:"✓";background:var(--brand-blue);width:22px;height:22px;color:var(--white);border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid;position:absolute;top:1px;left:0}.solution-action{width:fit-content}.solution-action:after{content:">";margin-left:10px}.solution-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.solution-benefit{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);justify-content:center;align-items:center;gap:16px;min-height:78px;padding:14px 22px;display:flex}.solution-benefit .solution-icon{flex:none;margin:0}.solution-benefit h3{margin-bottom:0;font-size:18px;line-height:1.35}.scene-grid{gap:10px;min-height:450px;display:flex}.scene-card{border-radius:var(--radius);cursor:default;background-position:50%;background-size:cover;flex:1 1 0;min-width:0;transition:flex .32s,transform .22s,box-shadow .22s;position:relative;overflow:hidden}.scene-card:before{content:"";background:linear-gradient(#08121c2e,#08121cb8);transition:background .22s;position:absolute;inset:0}.scene-card.is-active,.scene-card:hover{flex:1.85 1 0;box-shadow:0 20px 42px #12314829}.scene-grid:hover .scene-card.is-active:not(:hover){flex:1 1 0}.scene-card:hover:before,.scene-card.is-active:before{background:linear-gradient(#08121c14,#08121cc7)}.scene-card-content{z-index:1;color:var(--white);position:absolute;inset:44% 20px 28px}.scene-card-content h3{color:var(--white);text-shadow:0 2px 14px #00000047;margin-bottom:24px;font-size:21px}.scene-card-content h3:after{content:"";background:var(--brand-orange);width:48px;height:2px;margin-top:18px;display:block}.scene-card-content p{color:#ffffffeb;opacity:1;margin-bottom:0;font-size:16px;font-weight:700;line-height:1.65;transition:opacity .22s,transform .22s;transform:none}.scene-card.is-active .scene-card-content p,.scene-card:hover .scene-card-content p{opacity:1;transform:translateY(0)}.product-groups{gap:22px}.product-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:314px;transition:transform .22s,box-shadow .22s,border-color .22s;display:block;overflow:hidden;box-shadow:0 10px 28px #1231480f}.product-card:hover,.product-card:focus-visible{border-color:#0796d873;transform:translateY(-8px);box-shadow:0 22px 46px #12314829}.product-card:focus-visible{outline-offset:3px;outline:3px solid #0796d838}.product-visual{background-position:50%;background-size:cover;height:176px;transition:transform .28s,filter .28s;position:relative;overflow:hidden}.product-card:hover .product-visual,.product-card:focus-visible .product-visual{filter:saturate(1.08);transform:scale(1.06)}.product-visual:after{content:"";background:linear-gradient(#fff0 42%,#0921321a 100%);position:absolute;inset:0}.product-card-body{padding:24px 24px 26px}.product-card h3{color:var(--ink);font-size:21px}.product-card p{color:var(--muted);margin-bottom:0;font-size:16px}.tag-list{flex-wrap:wrap;gap:8px;margin:20px 0;display:flex}.tag-list span,.pill{min-height:28px;color:var(--brand-blue-dark);background:#eaf6fc;border-radius:999px;align-items:center;padding:3px 10px;font-size:13px;display:inline-flex}.number{color:var(--brand-orange);margin-bottom:20px;font-weight:800;display:block}.card-link,.text-link{color:var(--brand-blue-dark);margin-top:12px;font-weight:700;display:inline-flex}.card-link:after,.text-link:after{content:">";margin-left:8px}.capability-steps{gap:14px;display:grid}.step-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:46px 1fr;align-items:center;gap:16px;padding:18px;display:grid}.step-item span{background:var(--brand-orange);width:42px;height:42px;color:var(--white);border-radius:50%;place-items:center;font-weight:800;display:grid}.cta{color:var(--white);background:linear-gradient(135deg, var(--brand-blue-dark), #083f66);padding:64px 0}.cta .eyebrow,.cta p{color:#ffffffd6}.site-footer{color:#ffffffc7;background:#101923;padding:48px 0 24px}.trial-application{background:var(--soft)}.trial-application-inner{grid-template-columns:minmax(0,1fr) minmax(460px,.9fr);align-items:center;gap:64px;display:grid}.trial-application-copy p:last-child{max-width:560px;color:var(--muted)}.trial-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-soft);grid-template-columns:1fr 1fr auto;align-items:end;gap:16px;padding:28px;display:grid}.trial-form label{color:var(--ink);gap:8px;font-size:14px;font-weight:700;display:grid}.trial-form input{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);background:var(--white);border-radius:8px;padding:0 14px}.trial-form input:focus{border-color:var(--brand-blue);outline:3px solid #146fac24}.trial-form-status{min-height:20px;color:var(--brand-blue-dark);grid-column:1/-1;margin:0;font-size:13px}.trial-form button:disabled{cursor:wait;opacity:.7}.footer-grid{grid-template-columns:1.5fr .8fr 1fr;gap:36px;display:grid}.site-footer h3{color:var(--white)}.site-footer a{margin:8px 0;display:block}.footer-contact-qr{gap:8px;margin-top:10px;display:inline-grid}.footer-contact-qr img{border-radius:var(--radius);background:var(--white);object-fit:contain;width:118px;height:118px;padding:6px}.footer-contact-qr span{color:#ffffffb8;font-size:13px}.footer-bottom{border-top:1px solid #ffffff29;justify-content:space-between;gap:20px;margin-top:36px;padding-top:20px;font-size:14px;display:flex}.footer-friend-links{border-top:1px solid #ffffff29;flex-wrap:wrap;gap:8px 20px;margin-top:32px;padding-top:20px;font-size:13px;display:flex}.footer-friend-links a{color:#ffffffa8;margin:0;display:inline}@media (width<=900px){.trial-application-inner,.trial-form{grid-template-columns:1fr}.trial-application-inner{gap:28px}.trial-form-status{grid-column:auto}}.page-hero{background:var(--white);padding:86px 0 64px}.page-hero-muted{background:var(--soft)}.page-hero h1{max-width:820px;color:var(--ink)}.page-hero p{max-width:760px;color:var(--muted);font-size:18px}.breadcrumb{color:#7b8a99;margin-bottom:18px;font-size:14px;line-height:1.6}.breadcrumb ol{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.breadcrumb-item{align-items:center;min-width:0;display:inline-flex}.breadcrumb-item:not(:last-child):after{content:"/";color:#b6c1ca;margin-left:8px}.breadcrumb a{color:#667789}.breadcrumb a:hover{color:var(--brand-blue)}.breadcrumb span{color:#8a98a8;text-overflow:ellipsis;white-space:nowrap;max-width:520px;display:block;overflow:hidden}.system-hero-image .breadcrumb,.system-hero-image .breadcrumb a,.system-hero-image .breadcrumb span{color:#ffffffb8}.system-hero-image .breadcrumb-item:not(:last-child):after{color:#ffffff61}.inline-title-link{color:inherit}.inline-title-link:hover{color:var(--brand-blue)}.page-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(320px,1fr);align-items:center;gap:42px;display:grid}.page-hero-image{border:1px solid var(--line);border-radius:var(--radius);background-position:50%;background-size:cover;min-height:340px;box-shadow:0 18px 42px #1231481a}.product-page-grid,.detail-layout,.knowledge-page-list,.faq-list{gap:28px;display:grid}.knowledge-detail-hero{padding-bottom:32px}.knowledge-detail-hero h1{margin-bottom:0}.knowledge-detail-section{padding-top:32px}.system-overview-panel{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:52px;display:grid}.system-overview-copy h2{text-align:left;margin-bottom:22px}.system-overview-copy p{color:var(--muted);margin-bottom:0;line-height:1.88}.system-overview-section .system-interface-frame{width:100%}.system-detail-page[data-system-slug=rfid-tools-consumables-management-system] .system-overview-section .system-interface-frame{justify-self:center;width:min(100%,280px)}@media (width<=960px){.system-overview-panel{grid-template-columns:1fr;gap:28px}.system-overview-copy h2{text-align:center}}.system-interface-section{justify-content:center;display:flex}.system-interface-frame{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5ede6;width:min(100%,705px);overflow:hidden;box-shadow:0 24px 54px #1231482e}.system-interface-frame img{width:100%;height:auto;display:block}.product-group-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);display:grid;overflow:hidden;box-shadow:0 14px 36px #12314814}.product-group-media{background-position:50%;background-size:cover;min-height:300px}.product-group-copy{padding:34px}.product-list,.listing-grid,.detail-card-grid,.solution-list-grid,.about-grid,.contact-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-list,.solution-list-grid{margin-top:22px}.solution-list-grid{gap:22px}.product-entry,.detail-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:24px}.product-entry p,.detail-card p{color:var(--muted)}.knowledge-next-step-grid .detail-card{text-align:center;place-items:center;display:grid}.knowledge-next-step-grid .detail-card h3{margin-bottom:0}.about-intro-section{background:var(--white)}.about-intro{grid-template-columns:minmax(0,.92fr) minmax(360px,1fr);align-items:center;gap:72px;display:grid}.about-intro-copy h2{color:#101820;letter-spacing:0;margin-bottom:28px;font-size:clamp(30px,3.4vw,42px);font-weight:700}.about-intro-copy p{color:#4b5a66;margin-bottom:16px;font-size:16px;line-height:2}.about-intro-copy p:last-child{margin-bottom:0}.about-intro-image{border-radius:var(--radius);object-fit:cover;object-position:center;width:100%;height:340px;min-height:340px;overflow:hidden;box-shadow:0 20px 48px #1231481f}.about-timeline-section{background:radial-gradient(circle at 18% 16%, #0796d814, transparent 24%), radial-gradient(circle at 82% 42%, #0796d80f, transparent 22%), var(--white);position:relative;overflow:hidden}.about-section-heading{text-align:center;max-width:900px;margin:0 auto 58px}.about-section-heading h2{color:#101820;margin-bottom:14px;font-size:clamp(30px,3.6vw,42px);font-weight:700}.about-section-heading p{color:#5f6e7b;max-width:920px;margin:0 auto;font-size:16px}.about-timeline{width:min(100%,840px);margin:0 auto;padding:8px 0 10px;position:relative}.about-timeline:before{content:"";background:#cde2ff;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.about-timeline-item{width:50%;min-height:112px;padding:0 44px 34px 0;position:relative}.about-timeline-item:nth-child(2n){margin-left:50%;padding:0 0 34px 44px}.about-timeline-item:before{content:"";border:3px solid var(--white);z-index:1;background:#2f86ff;border-radius:50%;width:14px;height:14px;position:absolute;top:8px;right:-7px;box-shadow:0 0 0 1px #2f86ff2e}.about-timeline-item:nth-child(2n):before{left:-7px;right:auto}.about-timeline-content{text-align:right}.about-timeline-item:nth-child(2n) .about-timeline-content{text-align:left}.about-timeline-content h3{color:#26323d;margin-bottom:8px;font-size:17px;font-weight:800}.about-timeline-content p{color:#6b7884;margin-bottom:4px;font-size:15px;line-height:1.7}.about-partner-section{background:#f3f7fd}.about-partner-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 36px;display:grid}.about-partner-card{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5eda6;place-items:center;min-height:150px;padding:28px;display:grid;box-shadow:0 14px 34px #1231480a}.about-partner-logo{object-fit:contain;width:min(100%,390px);max-height:138px}.partner-logo-text{min-width:0;color:var(--brand-blue);text-align:center;letter-spacing:0;white-space:normal;justify-content:center;align-items:center;font-size:clamp(24px,2.6vw,36px);font-weight:800;line-height:1.15;display:inline-flex}.partner-cykeo{color:#1475a8;font-style:italic}.partner-seuic,.partner-urovo{color:#0796d8}.partner-bowei{color:#157bc6}.partner-postek{color:#cf1530}.partner-vanch{color:#2b2f36}.partner-yuanwanggu{color:#078d8a}.partner-jietong{color:#26379a}.partner-checkpoint{color:#1f252c;font-size:clamp(20px,2.2vw,28px)}@media (width<=1024px){.case-rich-solution{grid-template-columns:1fr;gap:30px}.case-rich-solution-copy,.case-rich-solution>div:first-child{max-width:none}.case-rich-solution-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.contact-layout{grid-template-columns:1fr}.contact-demand-form{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-preparation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.case-rich-hero-grid,.case-rich-two-col,.case-rich-solution,.case-rich-deploy-grid{grid-template-columns:1fr}.case-rich-solution{gap:30px}.case-rich-solution-copy,.case-rich-solution>div:first-child{max-width:none}.case-rich-deploy-grid{grid-template-columns:1fr}.case-rich-deploy-card{min-height:auto}.case-rich-deploy-software{grid-template-columns:minmax(220px,.38fr) minmax(0,.62fr)}.case-rich-solution-flow,.case-rich-overview,.case-rich-feature-grid,.case-rich-effect-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-rich-process{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:22px}.case-rich-process article:nth-child(4):before,.case-rich-process article:nth-child(4):after,.case-rich-process.is-nine article:nth-child(8):before,.case-rich-process.is-nine article:nth-child(8):after,.case-rich-process.is-ten article:nth-child(8):before,.case-rich-process.is-ten article:nth-child(8):after,.case-rich-process.is-eleven article:nth-child(8):before,.case-rich-process.is-eleven article:nth-child(8):after{display:none}.knowledge-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.knowledge-faq-content{grid-template-columns:1fr}.knowledge-faq-sidebar{display:none}.knowledge-faq-toolbar{position:static}.knowledge-smart-question{grid-template-columns:112px minmax(0,1fr) 32px}.knowledge-smart-answer p,.knowledge-feedback{margin-left:132px}.about-intro{grid-template-columns:1fr;gap:34px}.about-intro-image{min-height:300px}.about-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (width<=768px){.case-rich-solution{gap:24px}.case-rich-solution-copy h2,.case-rich-solution>div:first-child h2{margin-bottom:22px;font-size:28px}.case-rich-solution-copy p,.case-rich-solution>div:first-child p{margin-bottom:22px;font-size:15px;line-height:1.9}.case-rich-solution-flow{grid-template-columns:1fr;gap:18px}.case-rich-solution-card h3{min-height:auto;padding:14px 14px 16px;font-size:16px}.contact-page .contact-page-hero{min-height:0}.contact-page .contact-page-hero p:not(.eyebrow){font-size:16px;line-height:1.85}.contact-hero-actions,.contact-card-actions{display:grid}.contact-main-section{padding-top:28px;padding-bottom:58px}.contact-main-section>.container+.container{margin-top:48px}.contact-info-panel,.contact-map-panel,.contact-demand-panel{padding:24px 20px}.contact-info-grid{grid-template-columns:1fr;gap:22px}.contact-qr-box{border-top:1px solid #7bb2d652;border-left:0;padding-top:22px;padding-left:0}.contact-qr-large{margin:0 auto}.contact-demand-form,.contact-preparation-grid{grid-template-columns:1fr}.contact-preparation-heading h2{font-size:20px}.contact-preparation-heading span{width:24px}}@media (width<=640px){.case-rich-hero{padding:34px 0 26px}.case-rich-hero-grid{gap:28px}.case-rich-facts div{grid-template-columns:28px 1fr}.case-rich-facts strong,.case-rich-facts span{grid-column:2}.case-rich-visual,.case-rich-visual img{min-height:260px}.case-rich-visual-panel{width:auto;margin:14px;position:static}.case-rich-overview,.case-rich-challenge-grid,.case-rich-feature-grid,.case-rich-effect-grid{grid-template-columns:1fr}.case-rich-panel,.case-rich-block,.case-rich-cta{padding:22px 18px}.case-rich-solution-flow{grid-template-columns:1fr;gap:18px}.case-rich-solution-card h3{font-size:16px}.case-rich-process{grid-template-columns:1fr;gap:44px}.case-rich-process article:not(:last-child):after{background:#149fe6;border-radius:999px;width:2px;height:18px;display:block;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.case-rich-process article:not(:last-child):before{border-top:0;border-bottom:2px solid #149fe6;border-right:2px solid #149fe6;width:7px;height:7px;display:block;top:calc(100% + 21px);left:calc(50% - 4px);transform:rotate(45deg)}.case-rich-deploy-card{padding:22px 18px}.case-rich-deploy-card h3{margin-bottom:22px;font-size:20px}.case-rich-deploy-software{grid-template-columns:1fr;gap:24px}.case-rich-deploy-screen img{max-height:none}.case-rich-hardware-list li{grid-template-columns:92px minmax(0,1fr);gap:16px;min-height:84px;padding:10px 14px}.case-rich-hardware-images{grid-template-columns:repeat(2,minmax(0,1fr))}.case-rich-cta,.case-rich-cta>div:last-child{display:grid}.knowledge-hub-layout{gap:56px}.knowledge-faq-shell,.knowledge-consult-panel{padding:22px 18px}.knowledge-guide-grid{grid-template-columns:1fr;gap:10px}.knowledge-guide-card{min-height:98px;padding:18px 14px}.knowledge-guide-card strong{font-size:16px}.knowledge-faq-header,.knowledge-consult-panel,.knowledge-consult-actions{display:grid}.knowledge-faq-toolbar{margin-inline:-10px;padding:12px}.knowledge-primary-filters{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.knowledge-primary-filters::-webkit-scrollbar{display:none}.knowledge-filter-btn{flex:none}.knowledge-smart-question{grid-template-columns:1fr 30px;gap:12px;padding:18px}.knowledge-smart-meta{grid-column:1/-1}.knowledge-smart-question strong{font-size:16px}.knowledge-smart-answer-inner{padding:0 18px}.knowledge-smart-answer p,.knowledge-feedback{margin-left:0}.knowledge-no-results{padding:24px 18px}.knowledge-page-block{padding:22px 18px}.about-intro-copy h2,.about-section-heading h2{font-size:28px}.about-intro-copy p{font-size:15px;line-height:1.85}.about-timeline{width:100%;padding-left:18px}.about-timeline:before{left:7px}.about-timeline-item,.about-timeline-item:nth-child(2n){width:100%;min-height:0;margin-left:0;padding:0 0 28px 34px}.about-timeline-item:before,.about-timeline-item:nth-child(2n):before{left:-18px;right:auto}.about-timeline-content,.about-timeline-item:nth-child(2n) .about-timeline-content{text-align:left}.about-partner-grid{grid-template-columns:1fr}.about-partner-card{min-height:126px}}.product-overview-image-frame{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5edf2;overflow:hidden;box-shadow:0 16px 38px #12314812}.product-overview-image-frame img{object-fit:contain;width:100%;display:block}.tool-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px;display:grid}.tool-scenario-card{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5ede6;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:22px;min-height:192px;padding:30px 32px;display:grid;box-shadow:0 18px 40px #0796d81a}.tool-scenario-icon{color:#116fca;background:0 0;border-radius:50%;place-items:center;width:86px;height:86px;display:grid}.tool-scenario-icon img{object-fit:contain;width:86px;height:86px}.tool-scenario-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:62px;height:62px}.tool-scenario-card h3{color:var(--ink);margin-bottom:14px;font-size:20px;line-height:1.35}.tool-scenario-card h3:after{content:"";background:var(--brand-blue);border-radius:999px;width:24px;height:3px;margin-top:12px;display:block}.tool-scenario-card p{color:#536474;margin-bottom:0;font-size:16px;line-height:1.8}.product-parameter-table{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5edf2;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 18px 40px #12314812}.product-parameter-row{border-bottom:1px solid var(--line);grid-template-columns:148px minmax(0,1fr);min-height:58px;display:grid}.product-parameter-row:nth-child(odd){border-right:1px solid var(--line)}.product-parameter-row:nth-last-child(-n+2){border-bottom:0}.product-parameter-name,.product-parameter-value{align-items:center;padding:15px 18px;line-height:1.7;display:flex}.product-parameter-name{color:var(--brand-blue-dark);background:#0796d812;font-weight:800}.product-parameter-value{color:#334553}.product-tag-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.product-tag-type-card{border-radius:var(--radius);background:var(--white);border:1px solid #d7e6f6;flex-direction:column;min-width:0;min-height:218px;padding:0;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 10px 28px #1231480d}.product-tag-type-card:hover{border-color:#0796d86b;transform:translateY(-5px);box-shadow:0 18px 38px #1231481a}.product-tag-type-image{background:#fbfdff;place-items:start center;height:142px;padding:4px 12px 28px;display:grid;overflow:hidden}.product-tag-type-image img{clip-path:inset(2px 6px 2px 2px);width:auto;max-width:96%;height:auto;max-height:88%;display:block}.product-type-placeholder-visual{width:88%;max-width:220px;height:auto}.product-type-placeholder-visual .placeholder-device{fill:#eef5fb;stroke:#c8d9e8;stroke-width:2px}.product-type-placeholder-visual .placeholder-line{fill:none;stroke:#a6b9c9;stroke-width:4px;stroke-linecap:round}.product-tag-type-card h3{color:#13283a;text-align:center;border-top:1px solid #dbe5edcc;place-items:center;min-height:66px;margin:0;padding:12px 14px 14px;font-size:20px;font-weight:800;line-height:1.35;display:grid}.product-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.product-feature-card{border-radius:var(--radius);background:var(--white);text-align:center;border:1px solid #dbe5edf2;min-height:330px;padding:30px 22px 28px;box-shadow:0 16px 38px #12314812}.product-feature-visual{place-items:center;width:120px;height:120px;margin:0 auto 14px;display:grid}.product-feature-visual img{object-fit:contain;width:120px;height:120px}.product-feature-visual svg{fill:none;stroke-linecap:round;stroke-linejoin:round;width:120px;height:120px}.product-feature-card h3{margin-bottom:14px;font-size:21px;line-height:1.35}.product-feature-card p{color:var(--muted);margin-bottom:0;line-height:1.85}.other-hardware-section{padding:34px 0 0}.other-hardware-heading{margin-bottom:18px}.other-hardware-heading h2{margin-bottom:0}.other-hardware-control{width:42px;height:42px;color:var(--brand-blue-dark);cursor:pointer;z-index:2;background:#fffffff5;border:1px solid #0796d847;border-radius:50%;place-items:center;transition:transform .2s,border-color .2s,background-color .2s,box-shadow .2s;display:grid;box-shadow:0 12px 28px #12314824}.other-hardware-control:hover{background:var(--white);border-color:#0796d88c;transform:translateY(-2px);box-shadow:0 14px 28px #1231481a}.other-hardware-control span{margin-top:-2px;font-size:30px;line-height:1;display:block}.other-hardware-frame{padding-top:12px;position:relative;overflow:visible}.other-hardware-control-prev,.other-hardware-control-next{position:absolute;top:50%;transform:translateY(-50%)}.other-hardware-control-prev{left:0}.other-hardware-control-next{right:0}.other-hardware-control-prev:hover,.other-hardware-control-next:hover{transform:translateY(calc(-50% - 2px))}.other-hardware-scroll{scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;grid-auto-columns:calc(25% - 13.5px);grid-auto-flow:column;gap:18px;padding:8px 54px 10px;display:grid;overflow-x:auto}.other-hardware-scroll::-webkit-scrollbar{display:none}.other-hardware-card{border-radius:var(--radius);background:var(--white);min-width:0;min-height:272px;color:inherit;scroll-snap-align:start;border:1px solid #d7e6f6;flex-direction:column;text-decoration:none;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 10px 28px #1231480d}.other-hardware-card:hover{border-color:#0796d87a;transform:translateY(-5px);box-shadow:0 18px 38px #1231481f}.other-hardware-image{background:#fbfdff;border-bottom:1px solid #dbe5edcc;place-items:center;height:148px;padding:16px;display:grid;overflow:hidden}.other-hardware-image img{object-fit:contain;clip-path:inset(2px 6px 2px 2px);width:auto;max-width:94%;height:auto;max-height:88%;display:block}.other-hardware-image img[src*="2-4g-location-card"]{clip-path:none;max-width:52%;max-height:58%}.other-hardware-image img[src*="2-4g-base-station"]{clip-path:none;max-width:48%;max-height:64%}.other-hardware-image img[src*=desktop-reader-type-3]{clip-path:none;max-width:78%;max-height:78%}.other-hardware-copy{padding:18px 18px 20px}.other-hardware-copy h3{color:#13283a;margin-bottom:10px;font-size:18px;line-height:1.35}.other-hardware-copy p{color:var(--muted);margin-bottom:0;font-size:14px;line-height:1.65}.detail-section{min-width:0;padding-bottom:0}.detail-section:last-child{padding-bottom:0}.detail-section-heading{justify-items:center;gap:12px;margin-bottom:22px;display:grid}.detail-section-heading h2{margin-bottom:0}.detail-section-heading .text-link{margin-top:0}.solution-plan-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.solution-plan-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);overflow:hidden;box-shadow:0 12px 30px #12314812}.solution-plan-visual{background:#eef8ff;height:150px;overflow:hidden}.solution-plan-visual img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.solution-plan-copy{padding:20px 18px 22px}.solution-plan-copy h3{margin-bottom:10px;font-size:19px}.solution-plan-copy p{color:var(--muted);margin-bottom:0;line-height:1.75}.warehouse-flow{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-color:#0796d838 #e1eef78c;scrollbar-width:thin;align-items:center;gap:12px;width:100%;max-width:100%;padding:8px 4px 10px;display:flex;overflow-x:auto}.warehouse-flow::-webkit-scrollbar{height:6px}.warehouse-flow::-webkit-scrollbar-track{background:#e1eef78c;border-radius:999px}.warehouse-flow::-webkit-scrollbar-thumb{background:#0796d838;border-radius:999px}.warehouse-flow::-webkit-scrollbar-thumb:hover{background:#0796d847}.warehouse-flow-step{text-align:center;flex:0 0 112px;justify-items:center;gap:12px;display:grid}.warehouse-flow-icon{width:64px;height:64px;color:var(--brand-blue);background:linear-gradient(135deg,#0796d814,#0796d82e);border-radius:50%;place-items:center;display:grid}.warehouse-flow-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.warehouse-flow-step h3{color:#2b3945;white-space:nowrap;margin-bottom:0;font-size:15px;line-height:1.35}.warehouse-flow-arrow{color:var(--brand-blue);flex:0 0 24px;align-self:start;margin-top:22px;font-size:24px;font-weight:800;line-height:1}.solution-scenario-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.solution-scenario-card{border-radius:var(--radius);background:var(--white);border:1px solid #dce9f5;grid-template-rows:minmax(112px,1fr) auto auto;place-items:center;min-height:178px;padding:18px 18px 20px;display:grid;box-shadow:0 10px 28px #1231480d}.solution-scenario-card img{object-fit:contain;width:100%;max-width:190px;height:112px;display:block}.solution-scenario-card h3{color:#23313f;text-align:center;margin-bottom:0;font-size:18px;line-height:1.35}.solution-scenario-card p{color:var(--muted);text-align:center;margin:8px 0 0;font-size:14px;line-height:1.6}.contact-card{min-height:260px}.contact-qr-large{border:1px solid var(--line);border-radius:var(--radius);object-fit:contain;width:180px;height:180px;padding:8px}.btn-outline-blue{background:var(--white);color:var(--brand-blue-dark);border-color:#0796d86b}.system-hero{background:linear-gradient(135deg,#f4f8fbf5,#eaf6fcdb),radial-gradient(circle at 78% 28%,#0796d82e,#0000 34%)}.system-hero-image{background-position:50%;background-size:cover;align-items:center;min-height:430px;display:flex}.system-hero-image .eyebrow{color:#ffffffdb}.system-hero-image h1{color:var(--white);text-shadow:0 8px 28px #0000003d}.system-hero-image p{color:#ffffffdb}.system-hero-image .btn-outline-blue{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border-color:#ffffff9e}.system-hero-actions{justify-content:flex-start}.manage-object-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.manage-object-card{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5edf2;grid-template-columns:82px 1fr;align-items:center;gap:24px;min-height:176px;padding:30px 28px;display:grid;box-shadow:0 14px 34px #1231480f}.manage-object-icon{width:76px;height:76px;color:var(--brand-blue);background:#0796d817;border-radius:50%;place-items:center;display:grid}.manage-object-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:42px;height:42px}.manage-object-copy h3{margin-bottom:14px;font-size:22px}.manage-object-copy h3:after{content:"";background:var(--brand-blue);border-radius:999px;width:42px;height:3px;margin-top:12px;display:block}.manage-object-copy p{color:var(--muted);margin-bottom:0;line-height:1.8}.fixed-asset-problem-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.fixed-asset-problem-card{border-radius:var(--radius);background:var(--white);text-align:center;border:1px solid #dbe5edf2;align-content:center;justify-items:center;gap:22px;min-height:206px;padding:28px 24px;display:grid;box-shadow:0 14px 34px #1231480f}.fixed-asset-problem-icon{width:92px;height:92px;color:var(--brand-blue)}.fixed-asset-problem-icon svg{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.fixed-asset-problem-card h3{color:var(--ink);margin:0;font-size:20px;font-weight:700;line-height:1.35}.core-function-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.core-function-card{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5edf2;grid-template-columns:124px 1fr;align-items:center;gap:18px;min-height:206px;padding:26px 28px;display:grid;box-shadow:0 14px 34px #1231480f}.core-function-visual{background:radial-gradient(circle at 50% 45%,#0796d81a,#0796d80a 62%,#0000 64%),linear-gradient(135deg,#0796d814,#ffffffe6);border-radius:50%;place-items:center;width:118px;height:118px;display:grid}.core-function-visual svg{fill:none;stroke:#1b78d0;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:104px;height:104px}.core-function-visual img{object-fit:contain;width:112px;height:112px;display:block}.core-function-visual.has-image{background:0 0;border-radius:0}.core-function-visual.has-image img{width:118px;height:118px}.core-function-visual .fill-soft{fill:#0796d81a;stroke:none}.core-function-title{align-items:center;gap:12px;margin-bottom:16px;display:flex}.core-function-title span{background:linear-gradient(135deg, var(--brand-blue), #1d6ee8);width:30px;height:30px;color:var(--white);border-radius:7px;flex:none;place-items:center;font-weight:800;display:grid;box-shadow:0 8px 18px #0796d838}.core-function-title h3{margin-bottom:0;font-size:22px}.core-function-copy p{color:var(--muted);margin-bottom:0;line-height:1.8}.system-value-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.system-value-card{border-radius:var(--radius);background:var(--white);text-align:center;border:1px solid #dbe5edf2;min-height:330px;padding:34px 24px 30px;box-shadow:0 16px 38px #12314812}.system-value-visual{place-items:center;width:132px;height:132px;margin:0 auto 16px;display:grid}.system-value-visual svg{fill:none;stroke-linecap:round;stroke-linejoin:round;width:132px;height:132px}.value-bg{fill:#0796d814;stroke:none}.value-panel{fill:#eaf6ff;stroke:#147bd1;stroke-width:2px}.value-soft{stroke:#0796d83d;stroke-width:2px}.value-main{stroke:#078fd6;stroke-width:2.5px}.value-badge{fill:#0a8fd1;stroke:#0a8fd1;stroke-width:2px}.value-white{stroke:var(--white);stroke-width:2.5px}.system-value-line{background:var(--brand-blue);border-radius:999px;width:36px;height:3px;margin:0 auto 20px;display:block}.system-value-card h3{margin-bottom:18px;font-size:22px;line-height:1.35}.system-value-card p{color:var(--muted);margin-bottom:0;line-height:1.9}.system-process{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;display:grid}.system-process-step{border-radius:var(--radius);background:var(--white);border:1px solid #dbe5edf2;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;min-height:238px;padding:24px 18px 28px;display:flex;position:relative;box-shadow:0 14px 34px #1231480f}.system-process-step:not(:last-child):after{content:">";z-index:2;background:var(--white);width:34px;height:34px;color:var(--brand-blue);border:1px solid #dbe5ede6;border-radius:50%;place-items:center;font-size:24px;font-weight:900;line-height:1;display:grid;position:absolute;top:50%;right:-29px;transform:translateY(-50%);box-shadow:0 8px 18px #1231481a}.process-number{background:var(--brand-blue);width:42px;height:42px;color:var(--white);border-radius:50%;flex:none;place-items:center;font-size:18px;font-weight:800;display:grid;box-shadow:0 9px 20px #0796d840}.process-visual{width:88px;height:88px;color:var(--brand-blue);place-items:center;display:grid}.process-visual svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:88px;height:88px}.process-bg{fill:#0796d814;stroke:none}.process-shadow{fill:#114a711a;stroke:none}.process-visual .panel{fill:#f4faff;stroke:#116fca}.process-visual .mini{fill:#e6f4ff;stroke:#116fca}.process-visual .accent{stroke:#0a8fd1}.process-visual .accent-fill,.process-visual .badge{fill:#0a8fd1;stroke:#0a8fd1}.process-visual .badge-stroke{fill:#0796d81a;stroke:#0a8fd1}.process-visual .white-line{stroke:var(--white)}.process-visual .fill-soft{fill:#0796d814;stroke:none}.process-dots{justify-content:center;gap:6px;margin-top:-2px;display:flex}.process-dots i{background:#0796d84d;border-radius:50%;width:5px;height:5px}.system-process-step h3{color:var(--ink);text-align:center;margin-bottom:0;font-size:18px;line-height:1.45}.related-card{border-radius:var(--radius);background:linear-gradient(135deg,#fff,#f3faff);border:1px solid #0796d83d;justify-content:space-between;align-items:center;gap:24px;padding:28px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;box-shadow:0 14px 34px #12314814}.related-card:hover{border-color:#0796d880;transform:translateY(-4px);box-shadow:0 22px 46px #1231481f}.related-card h3{font-size:24px}.related-card p:last-child{color:var(--muted);margin-bottom:0}.related-card>span{color:var(--brand-blue-dark);flex:none;font-weight:800}.related-card-solution{background:linear-gradient(135deg,#fffffffa,#fff8f0f5),radial-gradient(circle at 92% 18%,#f4840d1f,#0000 32%);border-color:#f4840d47;box-shadow:0 16px 38px #f4840d14}.related-card-solution:hover{border-color:#f4840d94;box-shadow:0 24px 48px #f4840d24}.related-card-solution .eyebrow,.related-card-solution>span{color:#e97805}.related-card-solution>span{padding-right:18px;position:relative}.related-card-solution>span:after{content:">";color:#f28a16;position:absolute;right:0}.product-list-hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#031222db 0%,#052246a8 48%,#04376847 100%),url(/assets/products-hero-bg.png) 50%/cover no-repeat;position:relative;overflow:hidden}.product-list-hero .eyebrow{color:#ffffffdb}.product-list-hero h1{color:var(--white);text-shadow:0 8px 26px #00000038}.product-list-hero p{color:#ffffffd6}.solution-list-hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#031222e0 0%,#052246ad 48%,#04376847 100%),url(/assets/solution-list-hero-bg.webp) 50%/cover no-repeat;position:relative;overflow:hidden}.solution-list-hero .eyebrow{color:#ffffffdb}.solution-list-hero h1{color:var(--white);text-shadow:0 8px 26px #00000038}.solution-list-hero p{color:#ffffffd6}.content-page-hero{border-bottom:1px solid var(--line);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.content-page-hero .eyebrow{color:#ffffffdb}.content-page-hero h1{color:var(--white);text-shadow:0 8px 26px #00000038}.content-page-hero p{color:#ffffffd6}.cases-page-hero{background-image:linear-gradient(90deg,#031222e0 0%,#052246ad 48%,#04376847 100%),url(/assets/page-heroes/cases-hero-bg.webp)}.knowledge-page-hero{background-image:linear-gradient(90deg,#031222e0 0%,#052246ad 48%,#04376847 100%),url(/assets/page-heroes/knowledge-hero-bg.webp)}.support-page-hero{background-image:linear-gradient(90deg,#031222e0 0%,#052246ad 48%,#04376847 100%),url(/assets/page-heroes/support-hero-bg.webp)}.support-format-section{background:var(--white);padding-top:74px;padding-bottom:78px}.support-section-heading{text-align:center;max-width:760px;margin:0 auto 42px}.support-section-heading h2{color:#071a2d;margin-bottom:0;font-size:clamp(30px,3.4vw,40px);font-weight:500}.support-format-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:82px 86px;display:grid}.support-format-item{text-align:center;justify-items:center;min-width:0;display:grid}.support-format-item h3{color:#0a1c2e;margin:18px 0 12px;font-size:25px;font-weight:500}.support-format-item p{color:#4f5e6b;max-width:290px;margin-bottom:0;font-size:17px;line-height:1.75}.support-illustration{object-fit:contain;width:150px;height:150px}.support-service-section{background:#f4f8fe;padding-top:86px;padding-bottom:86px}.support-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:100px;display:grid}.support-service-card{background:var(--white);text-align:center;border:1px solid #dbe5edb3;border-radius:8px;align-content:start;justify-items:center;min-height:470px;padding:54px 26px 46px;display:grid;box-shadow:0 16px 36px #1231480a}.support-service-card .support-illustration{width:190px;height:164px;margin-bottom:26px}.support-service-card h3{min-width:240px;min-height:54px;color:var(--white);background:#48c3e4;border-radius:999px;justify-content:center;align-items:center;margin:0 0 24px;padding:0 28px;font-size:27px;font-weight:800;line-height:1.2;display:inline-flex}.support-service-card ul{color:#4f5e6b;gap:8px;margin:0;padding:0;font-size:17px;line-height:1.65;list-style:none;display:grid}.about-page-hero{background-image:linear-gradient(90deg,#031222e0 0%,#052246ad 48%,#04376847 100%),url(/assets/page-heroes/about-hero-bg.webp)}.contact-page-hero{background-image:linear-gradient(90deg,#031222e0 0%,#052246ad 48%,#04376847 100%),url(/assets/page-heroes/contact-hero-bg.webp)}.contact-page .contact-page-hero{min-height:0;display:block}.contact-hero-inner{max-width:var(--container)}.contact-page .contact-page-hero h1{margin-bottom:22px;font-size:clamp(36px,5.4vw,54px)}.contact-page .contact-page-hero p:not(.eyebrow){max-width:760px;font-size:18px;line-height:1.6}.contact-hero-actions{flex-wrap:wrap;gap:16px;margin-top:28px;display:flex}.contact-hero-actions .btn{min-width:168px}.contact-main-section{background:linear-gradient(#fbfdff 0%,#fff 46%,#f8fbff 100%);padding-top:38px;padding-bottom:76px}.contact-layout{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:24px;display:grid}.contact-panel{background:#fffffff5;border:1px solid #7bb2d647;border-radius:12px;box-shadow:0 14px 34px #12314812}.contact-info-panel,.contact-map-panel{min-height:330px;padding:32px}.contact-info-panel,.contact-demand-panel{box-shadow:none;background:0 0;border:0;scroll-margin-top:96px}.contact-panel-heading h2{color:#071a2d;margin-bottom:8px;font-size:26px;font-weight:800}.contact-panel-heading p{color:#5c6b77;margin-bottom:0}.contact-info-grid{grid-template-columns:minmax(0,.58fr) minmax(220px,.42fr);align-items:center;gap:24px;margin-top:28px;display:grid}.contact-info-list,.contact-map-list{gap:14px;display:grid}.contact-info-list p,.contact-map-list p{color:#314250;grid-template-columns:82px minmax(0,1fr);gap:12px;margin:0;line-height:1.65;display:grid}.contact-info-list span,.contact-map-list span{color:var(--brand-blue-dark);font-weight:800}.contact-info-list strong,.contact-map-list strong{color:#1f2d3a;font-weight:700}.contact-qr-box{text-align:center;border-left:1px solid #7bb2d652;justify-self:stretch;justify-items:center;width:100%;max-width:none;padding:0 24px;display:grid}.contact-qr-box strong{color:#071a2d;margin-top:10px;font-size:17px;display:block}.contact-qr-box p{color:#6a7782;max-width:240px;margin:8px 0 0;font-size:14px;line-height:1.7}.contact-card-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.contact-card-actions .btn{min-width:132px}.contact-map-visual{text-align:center;color:#314250;background:linear-gradient(135deg,#ffffffb8,#fff3),linear-gradient(90deg,#0796d814 1px,#0000 1px) 0 0/36px 36px,linear-gradient(0deg,#0796d814 1px,#0000 1px) 0 0/36px 36px,radial-gradient(circle at 74% 36%,#0796d838,#0000 18%),#eef7fc;border:1px solid #7bb2d633;border-radius:10px;place-items:center;min-height:132px;margin:24px 0 18px;padding:24px;display:grid}.contact-map-pin{background:var(--brand-blue);border-radius:50% 50% 50% 0;width:34px;height:34px;margin-bottom:10px;transform:rotate(-45deg);box-shadow:0 10px 22px #0796d847}.contact-map-pin:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:10px}.contact-map-visual strong{color:#314250;max-width:360px}.contact-demand-panel{margin-top:0;padding:34px}.contact-demand-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 24px;margin-top:24px;display:grid}.contact-demand-form label{color:#23313f;gap:8px;font-size:14px;font-weight:800;display:grid}.contact-demand-form label span{color:#e05b2a}.contact-demand-form input,.contact-demand-form select,.contact-demand-form textarea{color:#1f2d3a;width:100%;min-height:44px;font:inherit;background:#fbfdff;border:1px solid #dbe5ed;border-radius:8px;outline:none;padding:0 14px;font-weight:500}.contact-demand-form textarea{resize:vertical;min-height:92px;padding-top:12px}.contact-demand-form input:focus,.contact-demand-form select:focus,.contact-demand-form textarea:focus{border-color:#0796d89e;box-shadow:0 0 0 4px #0796d81a}.contact-demand-full,.contact-demand-submit{grid-column:1/-1}.contact-demand-submit{width:100%}.contact-demand-note{color:#6a7782;text-align:center;margin:14px 0 0;font-size:13px}.contact-preparation{background:#f4f8fb;border-radius:12px;margin-top:0;padding:34px}.contact-main-section>.container+.container{margin-top:72px}.contact-preparation-heading{text-align:left;justify-content:flex-start;align-items:center;margin-bottom:24px;display:flex}.contact-preparation-heading h2{color:#071a2d;margin-bottom:0;font-size:26px;font-weight:800}.contact-preparation-heading span{display:none}.contact-preparation-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.contact-preparation-grid article{text-align:center;background:#fff;border:1px solid #7bb2d63d;border-radius:10px;min-height:96px;padding:22px 18px;box-shadow:0 10px 24px #1231480f}.contact-preparation-grid strong{color:#071a2d;font-size:17px;display:block}.contact-preparation-grid p{color:#6a7782;margin:6px 0 0;font-size:13px;line-height:1.55}@media (width<=1024px){.contact-layout{grid-template-columns:1fr}.contact-demand-form{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-preparation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.contact-page .contact-page-hero{min-height:0}.contact-page .contact-page-hero p:not(.eyebrow){font-size:16px;line-height:1.85}.contact-hero-actions,.contact-card-actions{display:grid}.contact-main-section{padding-top:28px;padding-bottom:58px}.contact-info-panel,.contact-map-panel,.contact-demand-panel{padding:24px 20px}.contact-info-grid{grid-template-columns:1fr;gap:22px}.contact-qr-box{border-top:1px solid #7bb2d652;border-left:0;padding-top:22px;padding-left:0}.contact-qr-large{margin:0 auto}.contact-demand-form,.contact-preparation-grid{grid-template-columns:1fr}.contact-preparation-heading h2{font-size:20px}.contact-preparation-heading span{width:24px}}.product-catalog-section{background:#fbfdff;padding-top:42px}.product-filter{z-index:8;border:1px solid var(--line);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;flex-wrap:wrap;gap:12px;margin-bottom:40px;padding:14px;display:flex;position:sticky;top:76px;box-shadow:0 12px 32px #12314814}.product-filter-btn{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);color:#25313d;min-height:42px;font:inherit;cursor:pointer;padding:0 20px;font-weight:700;transition:border-color .2s,background-color .2s,color .2s}.product-filter-btn:hover,.product-filter-btn.is-active{border-color:var(--brand-blue);background:var(--brand-blue);color:var(--white)}.product-catalog{gap:54px;display:grid}.product-category[hidden]{display:none}.product-category .section-heading{margin-bottom:22px}.product-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.catalog-product-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;min-height:312px;padding:0;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 10px 28px #1231480f}.catalog-product-card:hover{border-color:#0796d873;transform:translateY(-6px);box-shadow:0 20px 42px #1231481f}.catalog-product-visual{background:#eef8ff;height:176px;position:relative;overflow:hidden}.catalog-product-visual:after{content:"";background:linear-gradient(#ffffff0a,#0921321f);position:absolute;inset:0}.catalog-product-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .28s,filter .28s}.catalog-product-card:hover .catalog-product-image{filter:saturate(1.08);transform:scale(1.05)}.product-category[data-category=solutions] .catalog-product-card:nth-child(4) .catalog-product-image{object-fit:contain;background:#eef8ff;padding:8px}.catalog-product-body{padding:26px}.catalog-product-card h3{margin-bottom:10px;font-size:21px}.catalog-product-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:0;display:-webkit-box;overflow:hidden}.catalog-product-tags{flex-wrap:wrap;gap:8px;margin-top:0;margin-bottom:22px;display:flex}.catalog-product-tags span{min-height:26px;color:var(--brand-blue-dark);background:#0796d817;border-radius:999px;align-items:center;padding:2px 10px;font-size:13px;font-weight:700;display:inline-flex}.catalog-product-actions{justify-content:space-between;align-items:center;gap:14px;margin-top:auto;display:flex}.catalog-product-actions .btn{min-width:112px}.catalog-consult-link{color:var(--brand-blue-dark);white-space:nowrap;font-weight:700}.product-advice{border-top:1px solid var(--line);background:linear-gradient(135deg,#f8fbff 0%,#eef7ff 100%);padding:66px 0}.product-advice-inner{justify-content:space-between;align-items:center;gap:32px;display:flex}.product-advice h2{margin-bottom:10px}.product-advice p{max-width:760px;color:var(--muted);margin-bottom:0;font-size:17px}@media (width<=980px){.menu-toggle{display:block}.main-nav{-webkit-overflow-scrolling:touch;background:var(--white);border-bottom:1px solid var(--line);max-height:calc(100vh - 76px);padding:14px 20px 24px;display:none;position:fixed;inset:76px 0 auto;overflow:hidden auto}.nav-open .main-nav{display:block}.nav-list{gap:0;display:grid}.nav-list>li>a{border-bottom:1px solid var(--line);padding:13px 0}.nav-list>li.has-dropdown>a{justify-content:space-between;align-items:center;gap:16px;display:flex}.nav-list>li.has-dropdown>a:after{content:"+";color:var(--brand-blue-dark);font-weight:800}.nav-list>li.has-dropdown.is-dropdown-open>a:after{content:"-"}.dropdown{opacity:1;visibility:visible;width:100%;height:auto;min-height:0;box-shadow:none;border-radius:0;grid-template-columns:1fr;gap:12px;margin-bottom:12px;padding:14px;transition:none;display:none;position:static;top:auto;left:auto;transform:none}.has-dropdown.is-dropdown-open .dropdown{display:grid}.dropdown-group{min-height:0}.dropdown-group-toggle{min-height:42px;color:var(--brand-blue-dark);cursor:pointer;justify-content:space-between;align-items:center;gap:14px;margin-bottom:0;padding:0;display:flex}.dropdown-group-toggle:after{content:"+";color:var(--muted);font-weight:800}.dropdown-group.is-group-open .dropdown-group-toggle:after{content:"-"}.dropdown-group-links{padding:2px 0 10px;display:none}.dropdown-group.is-group-open .dropdown-group-links{display:block}.dropdown-group a{align-items:center;min-height:38px;padding:7px 0;display:flex}.hero-grid,.capability-grid,.cta-inner,.page-hero-grid,.product-group-panel,.footer-grid{grid-template-columns:1fr}.hero:before{background:linear-gradient(90deg,#031222f0 0%,#051f37c7 62%,#051f377a 100%),linear-gradient(#0414241a,#041424eb),url(/assets/hero-rfid-ai.webp) 50%/cover no-repeat;height:660px}.hero-grid{min-height:660px;padding-top:94px;padding-bottom:118px}.hero-stats{grid-template-columns:repeat(2,1fr);margin-top:-48px;margin-bottom:0}.stat-item:nth-child(2){border-right:0}.stat-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-groups,.solution-grid,.article-grid,.product-list,.listing-grid,.detail-card-grid,.tool-scenario-grid,.solution-list-grid,.about-grid,.contact-page-grid,.product-catalog-grid,.solution-plan-grid,.solution-scenario-grid,.manage-object-grid,.core-function-grid,.system-value-grid,.product-tag-type-grid,.product-feature-grid,.system-process{grid-template-columns:repeat(2,minmax(0,1fr))}#knowledge .article-grid{grid-template-columns:1fr}#solutions .solution-grid{display:block}.solution-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-detail{grid-template-columns:1fr}.solution-media{min-height:300px}.solution-copy{padding:34px 28px}.solution-highlights{grid-template-columns:1fr}.knowledge-feature{min-height:420px}.case-grid{grid-auto-columns:calc(50% - 10px)}.scene-grid{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;display:grid}.scene-card,.scene-card.is-active,.scene-card:hover,.scene-grid:hover .scene-card.is-active:not(:hover){flex:none;min-height:320px}.scene-card-content p{opacity:1;transform:none}.system-process{grid-template-columns:repeat(3,minmax(0,1fr))}.support-format-grid{gap:58px 34px}.support-service-grid{gap:26px}.support-service-card h3{min-width:190px;font-size:23px}.system-process-step:not(:last-child):after{display:none}}@media (width>=981px) and (width<=1400px){.hero:before{height:555px}.hero-grid{min-height:555px;padding-top:48px;padding-bottom:96px}.hero-stats{margin-top:-48px;margin-bottom:0}#products{padding-top:92px}}@media (width<=640px){.container{width:min(100% - 28px, var(--container))}.section,.section-band{padding:58px 0}.brand-text small{display:none}.hero{min-height:auto}.hero:before{height:100%}.hero-grid{min-height:0;padding-top:82px;padding-bottom:54px}.hero-panel{min-height:0;padding:20px}.advantage-list,.product-groups,.solution-grid,.article-grid,.product-list,.listing-grid,.detail-card-grid,.tool-scenario-grid,.solution-list-grid,.about-grid,.contact-page-grid,.product-catalog-grid,.solution-plan-grid,.solution-scenario-grid,.manage-object-grid,.core-function-grid,.system-value-grid,.product-tag-type-grid,.product-feature-grid,.system-process{grid-template-columns:1fr}.manage-object-card{grid-template-columns:68px 1fr;gap:18px;min-height:0;padding:24px 20px}.manage-object-icon{width:62px;height:62px}.manage-object-icon svg{width:34px;height:34px}.manage-object-copy h3{font-size:20px}.core-function-card{grid-template-columns:92px 1fr;gap:16px;min-height:0;padding:22px 18px}.core-function-visual{width:86px;height:86px}.core-function-visual svg{width:78px;height:78px}.core-function-visual img{width:82px;height:82px}.core-function-visual.has-image img{width:86px;height:86px}.core-function-title{gap:10px;margin-bottom:10px}.core-function-title span{border-radius:6px;width:27px;height:27px;font-size:14px}.core-function-title h3{font-size:18px}.system-value-card,.product-feature-card{min-height:0;padding:28px 22px 26px}.system-value-visual,.system-value-visual svg,.product-feature-visual,.product-feature-visual img,.product-feature-visual svg{width:108px;height:108px}.system-value-card h3,.product-feature-card h3{font-size:20px}.system-process-step{min-height:0;padding:22px 18px}.process-visual,.process-visual svg{width:78px;height:78px}.process-number{width:36px;height:36px;font-size:16px}.related-card{display:grid}.support-format-grid,.support-service-grid{grid-template-columns:1fr}.support-format-section,.support-service-section{padding-top:58px;padding-bottom:58px}.support-section-heading{margin-bottom:30px}.support-format-grid{row-gap:48px}.support-format-item h3{font-size:20px}.support-format-item p{font-size:16px}.support-service-card{min-height:0;padding:38px 22px 34px}.support-service-card .support-illustration{width:160px;height:138px}.support-service-card h3{width:min(100%,240px);min-width:0;font-size:23px}.product-filter{margin-bottom:30px;padding:10px;position:static}.product-filter-btn{flex:calc(50% - 8px);padding:0 12px;font-size:14px}.catalog-product-card{min-height:0}.tool-scenario-card{grid-template-columns:72px minmax(0,1fr);gap:18px;min-height:0;padding:24px 20px}.tool-scenario-icon,.tool-scenario-icon img{width:72px;height:72px}.tool-scenario-icon svg{width:52px;height:52px}.tool-scenario-card h3{font-size:19px}.product-parameter-table{grid-template-columns:1fr}.product-parameter-row{border-right:0;grid-template-columns:112px minmax(0,1fr)}.product-parameter-row:nth-child(odd){border-right:0}.product-parameter-row:nth-last-child(2){border-bottom:1px solid var(--line)}.product-parameter-name,.product-parameter-value{padding:13px 14px;font-size:14px}.product-tag-type-card{min-height:202px}.product-tag-type-image{height:132px;padding:4px 10px 24px}.product-tag-type-image img{max-width:94%;max-height:86%}.product-tag-type-card h3{min-height:58px;padding:10px 12px 12px;font-size:18px}.other-hardware-scroll{grid-auto-columns:calc(25% - 7.5px);gap:10px;padding:8px 44px}.other-hardware-heading{margin-bottom:14px}.other-hardware-control{width:36px;height:36px}.other-hardware-control span{font-size:26px}.other-hardware-card{min-height:190px}.other-hardware-image{height:82px;padding:8px}.other-hardware-copy{padding:10px 8px 12px}.other-hardware-copy h3{margin-bottom:6px;font-size:12px;line-height:1.35}.other-hardware-copy p{font-size:11px;line-height:1.45}.catalog-product-actions,.product-advice-inner{justify-content:stretch;display:grid}.page-hero{padding:58px 0 42px}.detail-layout{gap:46px}.breadcrumb{margin-bottom:14px;font-size:13px}.breadcrumb ol{overflow:hidden}.breadcrumb-item:nth-child(2):not(:last-child){max-width:88px;overflow:hidden}.breadcrumb-item:nth-child(2):not(:last-child) a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.breadcrumb span{max-width:min(58vw,260px)}.page-hero-image,.product-group-media{min-height:220px}#solutions .solution-grid{display:block}.solution-tabs{grid-template-columns:1fr;gap:10px}.solution-tab{justify-content:flex-start;min-height:54px;padding:0 18px}.solution-tab:after{display:none}.solution-media{min-height:220px}.solution-copy{padding:28px 22px}.solution-benefit{align-items:flex-start}.knowledge-feature{min-height:0;padding:28px 24px 220px}.knowledge-feature h3{margin-top:28px}.knowledge-row{grid-template-columns:1fr 28px;gap:14px;padding:20px}.knowledge-tag{grid-column:1/-1;width:fit-content}.knowledge-row-copy{min-width:0}.knowledge-row h3{font-size:17px}.knowledge-row p{white-space:normal}.case-grid{grid-auto-columns:100%}.case-nav{width:38px;height:38px}.case-nav-prev{left:-8px}.case-nav-next{right:-8px}.scene-grid{grid-template-columns:1fr}.scene-card,.scene-card.is-active,.scene-card:hover{min-height:300px}.scene-card-content{top:36%;bottom:24px}.advantage-list li{white-space:normal}.hero-stats{grid-template-columns:1fr;margin-top:22px;margin-bottom:30px;padding:6px 18px}#products{padding-top:58px}.stat-item,.stat-item:nth-child(2){border-right:0}.stat-item{border-bottom:1px solid var(--line);min-height:66px}.stat-item:last-child{border-bottom:0}.split-heading,.detail-section-heading,.footer-bottom{display:grid}.btn{width:100%}}.section-heading h2,.detail-section>h2,.detail-section-heading h2,.knowledge-section-heading h2,.knowledge-faq-header h2,.about-section-heading h2,.about-intro-copy h2,.support-section-heading h2,.other-hardware-heading h2,.contact-panel-heading h2,.contact-preparation-heading h2,.product-advice h2,.case-rich-block h2,.case-rich-solution-copy h2,.case-rich-solution>div:first-child h2,.case-rich-cta h2{text-align:center;font-size:clamp(26px,4vw,38px);font-weight:600}.detail-section-heading,.knowledge-section-heading,.knowledge-faq-header,.about-section-heading,.support-section-heading,.other-hardware-heading,.contact-panel-heading,.contact-preparation-heading{text-align:center}.detail-section>h2{margin-left:auto;margin-right:auto}.detail-section-heading{justify-items:center;gap:12px;display:grid}:root{--page-section-gap:88px;--page-section-gap-mobile:58px;--page-title-gap:34px;--page-title-gap-mobile:26px;--page-grid-gap:24px;--page-card-copy-gap:10px}.section-heading h2,.detail-section>h2,.detail-section-heading h2,.knowledge-section-heading h2,.knowledge-faq-header h2,.about-section-heading h2,.about-intro-copy h2,.support-section-heading h2,.other-hardware-heading h2,.contact-panel-heading h2,.contact-preparation-heading h2,.product-advice h2,.case-rich-block h2,.case-rich-solution-copy h2,.case-rich-solution>div:first-child h2,.case-rich-cta h2{color:var(--ink);text-align:center;margin-left:auto;margin-right:auto;font-size:clamp(26px,4vw,38px);font-weight:600;line-height:1.25}.section-heading,.detail-section-heading,.knowledge-section-heading,.knowledge-faq-header,.about-section-heading,.support-section-heading,.other-hardware-heading,.contact-panel-heading,.contact-preparation-heading{text-align:center}.section-heading,.about-section-heading,.support-section-heading,.knowledge-section-heading,.knowledge-faq-header,.other-hardware-heading,.contact-panel-heading,.contact-preparation-heading{margin-right:auto;margin-bottom:var(--page-title-gap);margin-left:auto}.detail-section>h2{margin-bottom:var(--page-title-gap)}.detail-section-heading{margin-bottom:var(--page-title-gap);justify-items:center;gap:12px;display:grid}.detail-section-heading .text-link,.detail-section-heading .module-more{margin-top:0}.contact-preparation-heading{justify-content:center}.detail-layout{gap:var(--page-section-gap)}.detail-section{min-width:0;padding:0}.contact-main-section>.container+.container,.knowledge-detail-section+.knowledge-detail-section,.case-rich-panel+.case-rich-panel,.case-rich-block+.case-rich-block{margin-top:var(--page-section-gap)}.case-rich-two-col>.case-rich-panel+.case-rich-panel{margin-top:0}.detail-card-grid,.solution-plan-grid,.solution-scenario-grid,.manage-object-grid,.system-object-grid,.system-core-grid,.system-value-grid,.product-feature-grid,.product-parameter-grid,.product-tag-type-grid,.product-type-grid,.other-hardware-scroll,.faq-list,.knowledge-page-list,.knowledge-guide-grid,.support-format-grid,.support-service-grid,.contact-preparation-grid{gap:var(--page-grid-gap)}.detail-card h3,.solution-plan-copy h3,.solution-scenario-card h3,.manage-object-copy h3,.system-object-card h3,.system-core-card h3,.system-value-card h3,.product-feature-card h3,.product-parameter-card h3,.product-tag-type-card h3,.related-card h3,.contact-preparation-grid strong{color:var(--ink);font-weight:700}.detail-card p,.solution-plan-copy p,.solution-scenario-card p,.manage-object-copy p,.system-object-card p,.system-core-card p,.system-value-card p,.product-feature-card p,.product-parameter-card p,.product-tag-type-card p,.related-card p,.contact-panel-heading p,.contact-preparation-grid p,.knowledge-row-copy p,.faq-list p{color:var(--muted);line-height:1.72}.detail-card h3+p,.solution-plan-copy h3+p,.solution-scenario-card h3+p,.manage-object-copy h3+p,.system-object-card h3+p,.system-core-card h3+p,.system-value-card h3+p,.product-feature-card h3+p,.product-parameter-card h3+p,.product-tag-type-card h3+p,.related-card h3+p,.contact-preparation-grid strong+p{margin-top:var(--page-card-copy-gap)}@media (width<=980px){.detail-layout{gap:68px}.contact-main-section>.container+.container,.knowledge-detail-section+.knowledge-detail-section,.case-rich-panel+.case-rich-panel,.case-rich-block+.case-rich-block{margin-top:68px}}@media (width<=640px){.section-heading,.about-section-heading,.support-section-heading,.knowledge-section-heading,.knowledge-faq-header,.other-hardware-heading,.contact-panel-heading,.contact-preparation-heading,.detail-section>h2,.detail-section-heading{margin-bottom:var(--page-title-gap-mobile)}.detail-layout{gap:var(--page-section-gap-mobile)}.contact-main-section>.container+.container,.knowledge-detail-section+.knowledge-detail-section,.case-rich-panel+.case-rich-panel,.case-rich-block+.case-rich-block{margin-top:var(--page-section-gap-mobile)}.detail-card-grid,.solution-plan-grid,.solution-scenario-grid,.manage-object-grid,.system-object-grid,.system-core-grid,.system-value-grid,.product-feature-grid,.product-parameter-grid,.product-tag-type-grid,.product-type-grid,.other-hardware-scroll,.faq-list,.knowledge-page-list,.knowledge-guide-grid,.support-format-grid,.support-service-grid,.contact-preparation-grid{gap:18px}}.manage-object-section--compact .manage-object-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.manage-object-section--compact .manage-object-card{text-align:center;grid-template-columns:1fr;align-content:center;justify-items:center;gap:22px;min-height:244px;padding:36px 18px}.manage-object-section--compact .manage-object-copy{justify-items:center;display:grid}.manage-object-section--compact .manage-object-copy h3{margin:0;line-height:1.35}.manage-object-section--compact .manage-object-copy h3:after,.manage-object-section--compact .manage-object-copy p{display:none}@media (width<=1180px){.manage-object-section--compact .manage-object-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.manage-object-section--compact .manage-object-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fixed-asset-problem-grid{grid-template-columns:1fr}.fixed-asset-problem-card{min-height:180px}}.fixed-asset-problem-layout{grid-template-columns:minmax(0,1.04fr) minmax(360px,.72fr);align-items:center;gap:54px;padding:28px 0 6px;display:grid}.fixed-asset-problem-illustration img{width:100%;height:auto;display:block}.fixed-asset-problem-list{gap:22px;display:grid}.fixed-asset-problem-list .fixed-asset-problem-card{border-radius:var(--radius);background:var(--white);text-align:center;border:1px solid #dbe5edf2;place-items:center;min-height:86px;padding:18px 28px;display:grid;box-shadow:0 14px 34px #1231480f}.fixed-asset-problem-list .fixed-asset-problem-card h3{color:var(--ink);margin:0;font-size:clamp(18px,1.25vw,22px);font-weight:700;line-height:1.25}@media (width<=1080px){.fixed-asset-problem-layout{grid-template-columns:1fr;gap:28px}.fixed-asset-problem-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.fixed-asset-problem-list{grid-template-columns:1fr}.fixed-asset-problem-list .fixed-asset-problem-card h3{font-size:18px}}body{color:var(--text-body);font-size:var(--font-body);font-weight:var(--weight-regular)}h1,.page-hero h1{color:var(--text-strong);font-size:var(--font-hero-title);font-weight:var(--weight-medium);line-height:1.12}.hero h1,.product-list-hero h1,.solution-list-hero h1,.content-page-hero h1,.system-hero-image h1,.solution-detail-hero h1{color:var(--white)}.solution-detail-hero h1{color:var(--text-strong)}h2,.section-heading h2,.detail-section>h2,.detail-section-heading h2,.knowledge-section-heading h2,.knowledge-faq-header h2,.about-section-heading h2,.about-intro-copy h2,.support-section-heading h2,.other-hardware-heading h2,.contact-panel-heading h2,.contact-preparation-heading h2,.product-advice h2,.case-rich-block h2,.case-rich-solution-copy h2,.case-rich-solution>div:first-child h2,.case-rich-cta h2{color:var(--text-title);font-size:var(--font-section-title);font-weight:var(--weight-medium);line-height:1.25}h3,.card h3,.detail-card h3,.solution-plan-copy h3,.solution-scenario-card h3,.manage-object-copy h3,.system-object-card h3,.system-core-card h3,.system-value-card h3,.core-function-title h3,.product-feature-card h3,.product-parameter-card h3,.product-tag-type-card h3,.related-card h3,.fixed-asset-problem-card h3,.other-hardware-copy h3,.knowledge-row h3,.support-format-item h3,.case-rich-deploy-card h3{color:var(--text-title);font-size:var(--font-card-title);font-weight:var(--weight-bold);line-height:1.35}.fixed-asset-problem-list .fixed-asset-problem-card h3{color:var(--text-title);font-size:var(--font-card-title-compact);font-weight:var(--weight-bold);line-height:1.35}p,.body-large,.hero-lead,.section-heading p,.cta p,.detail-card p,.solution-plan-copy p,.solution-scenario-card p,.manage-object-copy p,.system-object-card p,.system-core-card p,.system-value-card p,.core-function-copy p,.product-feature-card p,.product-parameter-card p,.product-tag-type-card p,.related-card p,.contact-panel-heading p,.contact-preparation-grid p,.knowledge-row-copy p,.faq-list p,.system-overview-copy p{color:var(--text-muted);font-size:var(--font-body);font-weight:var(--weight-regular)}.body-large,.hero-lead,.section-heading p,.cta p,.system-overview-copy p{font-size:var(--font-body-large)}.eyebrow,.tag,.knowledge-tag,.product-chip,.dropdown-group a,.footer-bottom,.caption,small{color:var(--text-muted);font-size:var(--font-caption);font-weight:var(--weight-bold)}.nav-list>li>a,.mobile-nav a{color:var(--text-title);font-size:var(--font-nav);font-weight:var(--weight-medium)}.btn,button,input,select,textarea{font-size:var(--font-button)}.btn,.dropdown-group-toggle,.text-link,.module-more{font-weight:var(--weight-bold)}.hero h1,.hero .hero-lead,.hero .eyebrow,.system-hero-image h1,.system-hero-image p,.system-hero-image .eyebrow,.page-hero-muted.system-hero-image h1,.page-hero-muted.system-hero-image p{color:var(--text-inverse)}.hero .hero-lead,.system-hero-image p,.page-hero-muted.system-hero-image p{font-size:var(--font-body-large);font-weight:var(--weight-regular)}@media (width<=720px){:root{--font-hero-title:clamp(30px, 8vw, 36px);--font-page-title:clamp(28px, 7vw, 34px);--font-section-title:clamp(26px, 6vw, 30px);--font-card-title:20px;--font-card-title-compact:18px;--font-body-large:16px;--font-body:15px}}.fixed-asset-problems-section{border-radius:var(--radius);background:#eef4fb;padding:38px 42px}.fixed-asset-problems-section>h2{margin-bottom:24px}.fixed-asset-problems-section .fixed-asset-problem-layout{gap:42px;padding:0}.fixed-asset-problems-section .fixed-asset-problem-illustration img{object-fit:contain;max-height:430px}.fixed-asset-problems-section .fixed-asset-problem-list{gap:16px}.fixed-asset-problems-section .fixed-asset-problem-list .fixed-asset-problem-card{min-height:68px;padding:14px 24px;box-shadow:0 10px 24px #1231480d}@media (width<=1080px){.fixed-asset-problems-section{padding:32px 24px}.fixed-asset-problems-section .fixed-asset-problem-illustration img{max-height:360px}}@media (width<=720px){.fixed-asset-problems-section{padding:28px 18px}}.fixed-asset-summary-section{overflow:hidden}.fixed-asset-summary-list{gap:72px;display:grid}.fixed-asset-summary-item{grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);align-items:center;gap:64px;display:grid}.fixed-asset-summary-item.is-reverse{grid-template-columns:minmax(360px,.72fr) minmax(0,1.05fr)}.fixed-asset-summary-item.is-reverse .fixed-asset-summary-image{order:2}.fixed-asset-summary-image img{width:100%;height:auto;display:block}.fixed-asset-summary-copy{max-width:480px}.fixed-asset-summary-item.is-reverse .fixed-asset-summary-copy{justify-self:start}.fixed-asset-summary-title{align-items:center;gap:12px;margin-bottom:18px;display:flex}.fixed-asset-summary-title span{background:var(--brand-blue);width:30px;height:30px;color:var(--white);font-size:var(--font-button);font-weight:var(--weight-extrabold);border-radius:7px;flex:none;place-items:center;line-height:1;display:grid}.fixed-asset-summary-title h3{color:var(--text-title);font-size:var(--font-card-title);font-weight:var(--weight-bold);margin:0;line-height:1.35}.fixed-asset-summary-copy p{color:var(--text-muted);font-size:var(--font-body);margin:0;line-height:1.82}@media (width<=1080px){.fixed-asset-summary-list{gap:52px}.fixed-asset-summary-item,.fixed-asset-summary-item.is-reverse{grid-template-columns:1fr;gap:24px}.fixed-asset-summary-item.is-reverse .fixed-asset-summary-image{order:0}.fixed-asset-summary-copy,.fixed-asset-summary-item.is-reverse .fixed-asset-summary-copy{justify-self:auto;max-width:none}}@media (width<=720px){.fixed-asset-summary-list{gap:42px}.fixed-asset-summary-title{align-items:flex-start}}.fixed-asset-business-flow-section{box-shadow:none;background:0 0;border:0;border-radius:0;padding:34px 42px 30px}.fixed-asset-business-flow-section>h2{margin-bottom:26px}.fixed-asset-business-flow.case-rich-process,.case-rich-process.fixed-asset-business-flow.is-six{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.case-rich-process.fixed-asset-business-flow.is-5{grid-template-columns:repeat(5,minmax(0,1fr));gap:34px;width:100%;max-width:980px;margin-inline:auto}.fixed-asset-business-flow.case-rich-process article:not(:last-child):after{width:calc(100% - 72px);left:calc(50% + 47px)}.fixed-asset-business-flow.case-rich-process article:not(:last-child):before{left:calc(150% - 33px)}.case-rich-process.fixed-asset-business-flow.is-7{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}@media (width<=1080px){.fixed-asset-business-flow-section{padding:30px 24px 26px}.fixed-asset-business-flow.case-rich-process,.case-rich-process.fixed-asset-business-flow.is-six{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:28px}.fixed-asset-business-flow.case-rich-process article:nth-child(3):before,.fixed-asset-business-flow.case-rich-process article:nth-child(3):after{display:none}}@media (width<=720px){.fixed-asset-business-flow-section{padding:28px 18px 24px}.fixed-asset-business-flow.case-rich-process,.case-rich-process.fixed-asset-business-flow.is-six{grid-template-columns:1fr}.fixed-asset-business-flow.case-rich-process article:not(:last-child):after,.fixed-asset-business-flow.case-rich-process article:not(:last-child):before{display:none}}.fixed-asset-summary-image{place-items:center;display:grid}.fixed-asset-summary-image img{width:90%;margin-inline:auto}.system-detail-page[data-system-slug=rfid-tools-consumables-management-system] .fixed-asset-summary-item:first-child .fixed-asset-summary-image img{width:80%}.system-detail-page[data-system-slug=rfid-tools-consumables-management-system] .fixed-asset-summary-item:nth-child(2) .fixed-asset-summary-image img{width:63%;margin-left:0;margin-right:auto}.fixed-asset-software-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fixed-asset-software-card{min-height:300px;padding:30px 22px 26px}.fixed-asset-software-card .system-value-visual,.fixed-asset-software-card .system-value-visual svg{width:116px;height:116px}.fixed-asset-software-card h3{margin-bottom:14px}.fixed-asset-software-card p{line-height:1.78}@media (width<=1080px){.fixed-asset-software-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.fixed-asset-software-grid{grid-template-columns:1fr}}.fixed-asset-management-value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fixed-asset-management-value-card{min-height:150px}.fixed-asset-management-value-card .manage-object-icon svg{width:58px;height:58px}.fixed-asset-management-value-card .manage-object-copy p{color:var(--text-muted);font-size:var(--font-body);margin:0;line-height:1.8}@media (width<=1080px){.fixed-asset-management-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.fixed-asset-management-value-grid{grid-template-columns:1fr}}.fixed-asset-software-icon img{object-fit:contain;width:116px;height:116px}.fixed-asset-management-value-icon img{object-fit:contain;width:58px;height:58px}.system-detail-page[data-system-slug=rfid-fixed-assets-management-system] .fixed-asset-management-value-icon img[src*=fixed-assets-management-value-]{object-fit:cover;border-radius:50%;width:76px;height:76px}.system-detail-page[data-system-slug=rfid-tools-consumables-management-system] .fixed-asset-management-value-icon img{mix-blend-mode:multiply}.related-card-solution.has-illustration{grid-template-columns:minmax(0,1fr) minmax(220px,320px) auto;align-items:center;display:grid}.related-card-illustration{place-items:center;display:grid}.related-card-illustration img{object-fit:contain;width:min(100%,280px);max-height:112px}@media (width<=820px){.related-card-solution.has-illustration{grid-template-columns:1fr;justify-items:start}.related-card-illustration img{max-height:140px}}.cta .eyebrow,.cta h2,.cta p{color:var(--white)}.cta p:not(.eyebrow){white-space:nowrap}@media (width<=820px){.cta p:not(.eyebrow){white-space:normal}}.system-hero-image{min-height:360px;padding-top:58px;padding-bottom:44px}.system-hero-image p:not(.eyebrow){display:none}.system-hero-image .hero-actions{margin-top:22px}.site-footer p,.site-footer .footer-contact-qr span{color:var(--white)}.solution-architecture-section{background:#f5faff;border-radius:16px;padding:42px}.solution-architecture-heading{text-align:center;max-width:740px;margin:0 auto 34px}.solution-architecture-heading h2{margin-bottom:10px}.solution-architecture-heading p{color:var(--muted);margin-bottom:0;font-size:17px}.solution-architecture{grid-template-columns:minmax(190px,.8fr) minmax(280px,1.15fr) minmax(210px,.82fr);align-items:center;gap:44px;display:grid}.architecture-layers,.architecture-clients{gap:14px;display:grid}.architecture-layer-card,.architecture-client-card{background:#ffffffe6;border:1px solid #0796d838;border-radius:12px;align-items:center;gap:14px;min-height:88px;padding:16px 18px;display:flex;position:relative}.architecture-layer-card:after{content:"";background:var(--brand-blue);width:44px;height:2px;position:absolute;top:50%;left:calc(100% + 1px)}.architecture-layer-card:before{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:7px solid var(--brand-blue);width:0;height:0;position:absolute;top:calc(50% - 5px);left:calc(100% + 37px)}.architecture-layer-index{width:38px;height:38px;color:var(--brand-blue-dark);background:#0796d81c;border-radius:10px;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.architecture-layer-card h3,.architecture-client-card h3,.architecture-platform h3{color:var(--text-strong);margin-bottom:3px;font-size:18px}.architecture-layer-card p,.architecture-client-card p{color:var(--muted);margin-bottom:0;font-size:14px}.architecture-platform{text-align:center;background:linear-gradient(145deg,#eaf6ff,#fff);border:1px solid #0796d866;border-radius:16px;padding:26px;position:relative;box-shadow:0 14px 30px #0796d81f}.architecture-platform:after{display:none}.architecture-dashboard{background:#fff;border:1px solid #0796d82e;border-radius:10px;grid-template-rows:28px 76px 40px;grid-template-columns:.75fr 1.25fr;gap:10px;min-height:170px;margin:18px 0;padding:14px;display:grid}.architecture-dashboard span{background:#ccecff;border-radius:999px;height:7px;display:block}.architecture-dashboard span:first-child{grid-column:1/-1;width:62%}.architecture-dashboard span:nth-child(2){grid-row:2;align-self:center;width:80%}.architecture-dashboard span:nth-child(3){background:linear-gradient(90deg,#79c8ef 22%,#0796d8 22% 43%,#b3e3fa 43% 58%,#0796d8 58% 76%,#d6effc 76%);grid-row:2;align-self:center;height:62px}.architecture-dashboard span:nth-child(4){grid-column:1/-1;width:100%}.architecture-dashboard i{display:none}.architecture-capabilities{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.architecture-capabilities span,.architecture-benefits span{color:var(--brand-blue-dark);background:#ffffffbf;border:1px solid #0796d838;border-radius:8px;padding:10px;font-weight:700}.architecture-client-card:before{content:"";background:var(--brand-blue);width:44px;height:2px;position:absolute;top:50%;right:calc(100% + 1px)}.architecture-client-icon{border:3px solid var(--brand-blue-dark);border-radius:6px;flex:none;width:48px;height:40px;display:block;position:relative}.architecture-client-icon--web:after{content:"";border-bottom:3px solid var(--brand-blue-dark);width:24px;height:6px;position:absolute;bottom:-10px;left:9px}.architecture-client-icon--pda{border-radius:5px;width:28px;height:46px;margin-inline:10px}.architecture-client-icon--pda:after{content:"";background:#0796d838;border-radius:2px;position:absolute;inset:7px 5px 15px}.architecture-benefits{background:#0796d829;border:1px solid #0796d838;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:28px;display:grid;overflow:hidden}.architecture-benefits span{text-align:center;background:#ffffffe6;border:0;border-radius:0}@media (width<=880px){.solution-architecture{grid-template-columns:1fr;gap:24px}.architecture-layer-card:after,.architecture-layer-card:before,.architecture-platform:after,.architecture-client-card:before{display:none}.architecture-layers,.architecture-clients{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.solution-architecture-section{padding:26px 18px}.solution-architecture-heading p{font-size:15px}.architecture-layers,.architecture-clients,.architecture-benefits{grid-template-columns:1fr}}.solution-architecture-section .architecture-platform{padding:24px 26px 26px}.solution-architecture-section .architecture-dashboard{background:#fff;border-radius:10px;height:210px;min-height:0;padding:0;display:block;overflow:hidden}.solution-architecture-section .architecture-dashboard img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.solution-architecture-section .architecture-client-image{object-fit:contain;flex:none;display:block}.solution-architecture-section .architecture-client-image--web{width:70px;height:52px}.solution-architecture-section .architecture-client-image--pda{width:68px;height:60px;margin-inline:1px}.solution-detail-page[data-solution-slug=retail] .architecture-clients .architecture-client-card:nth-child(4) .architecture-client-image{width:92px;height:92px;margin-inline:-11px}@media (width<=600px){.solution-architecture-section .architecture-dashboard{height:170px}}.solution-architecture-section .architecture-client-card{min-height:112px}@media (width>=721px){.warehouse-flow{justify-content:center}.solution-detail-page[data-solution-slug=traceability] .warehouse-flow{justify-content:flex-start}}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card{border-color:#cfe4f3;border-radius:8px;grid-template-rows:145px minmax(70px,auto);align-items:stretch;min-height:0;padding:0;display:grid;overflow:hidden;box-shadow:0 8px 20px #1231480a}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card img{object-fit:cover;object-position:center;width:100%;max-width:none;height:145px}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card h3{place-items:center;width:100%;min-height:70px;padding:14px 16px;font-size:19px;line-height:1.35;display:grid}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card p{display:none}@media (width<=600px){.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card{grid-template-rows:132px minmax(64px,auto)}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card img{height:132px}}.fixed-assets-overview-section{padding:12px 0 6px}.fixed-assets-overview-section>h2{max-width:800px;color:var(--text-strong);text-align:center;margin:0 auto 30px;font-size:clamp(24px,2.8vw,34px)}.fixed-assets-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fixed-assets-overview-card{background:var(--white);text-align:center;border:1px solid #dce9f5;border-radius:10px;min-height:226px;padding:26px 22px 24px;box-shadow:0 10px 24px #1231480d}.fixed-assets-overview-icon{width:54px;height:54px;color:var(--brand-blue);background:#0796d81a;border-radius:50%;place-items:center;margin:0 auto 15px;display:grid}.fixed-assets-overview-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.fixed-assets-overview-card h3{color:var(--text-strong);margin-bottom:10px;font-size:18px}.fixed-assets-overview-card p{color:var(--muted);margin-bottom:0;font-size:14px;line-height:1.75}@media (width<=880px){.fixed-assets-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.fixed-assets-overview-grid{grid-template-columns:1fr}.fixed-assets-overview-card{min-height:0}}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 28px}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card{text-align:left;grid-template-rows:145px auto;align-items:start}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-copy{width:100%;padding:15px 16px 17px}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card h3{min-height:0;color:var(--text-strong);text-align:left;margin-bottom:10px;padding:0;font-size:19px;display:block}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-card .solution-scenario-meta{color:var(--muted);text-align:left;align-items:flex-start;gap:6px;margin:7px 0 0;font-size:14px;line-height:1.55;display:flex}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-meta strong{color:#526575;flex:none;font-weight:700}.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-meta-icon{color:var(--brand-blue);flex:none;font-size:15px;line-height:1.45}@media (width<=880px){.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.solution-detail-page[data-solution-slug=fixed-assets] .solution-scenario-grid{grid-template-columns:1fr}}.related-card-preview{background:#fff;border:1px solid #0796d833;border-radius:8px;flex:0 280px;width:min(280px,30vw);overflow:hidden;box-shadow:0 8px 20px #1231480f}.related-card-preview img{object-fit:cover;object-position:top center;width:100%;height:132px;display:block}.solution-detail-page[data-solution-slug=tools-consumables] .related-card-preview{box-shadow:none;background:0 0;border:0;overflow:visible}.solution-detail-page[data-solution-slug=tools-consumables] .related-card-preview img{object-fit:contain;object-position:center;width:88%;margin:0 auto}@media (width<=720px){.related-card-preview{width:100%;max-width:360px}.related-card-preview img{aspect-ratio:16/8;height:auto}}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 28px}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-card{background:var(--white);text-align:left;border-color:#cfe4f3;border-radius:8px;grid-template-rows:190px auto;align-items:start;min-height:0;padding:0;display:grid;overflow:hidden;box-shadow:0 8px 20px #1231480a}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-card img{object-fit:cover;object-position:center;width:100%;max-width:none;height:190px}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-copy{width:100%;padding:17px 18px 19px}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-card h3{min-height:0;color:var(--text-strong);text-align:left;margin-bottom:10px;padding:0;font-size:19px;line-height:1.35;display:block}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-card .solution-scenario-description{color:var(--muted);text-align:left;margin:0;font-size:14px;line-height:1.7;display:block}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-card .solution-scenario-meta{color:var(--muted);text-align:left;align-items:flex-start;gap:6px;margin:10px 0 0;font-size:14px;line-height:1.6;display:flex}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-meta strong{color:#526575;flex:none;font-weight:700}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-meta-icon{color:var(--brand-blue);flex:none;font-size:15px;line-height:1.45}@media (width<=880px){.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-grid{grid-template-columns:1fr}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-card{grid-template-rows:160px auto}.solution-detail-page:is([data-solution-slug=warehouse],[data-solution-slug=retail],[data-solution-slug=tools-consumables],[data-solution-slug=location],[data-solution-slug=traceability]) .solution-scenario-card img{height:160px}}.case-rich-cta h2{text-align:left;margin-left:0;margin-right:0;font-size:clamp(22px,2.4vw,28px)}.case-detail-rich .case-rich-block+.case-rich-block{margin-top:0}@media (width>=981px){.case-rich-process.case-rich-process-nine{grid-template-columns:repeat(9,minmax(0,1fr))}.case-rich-process.case-rich-process-ten{grid-template-columns:repeat(10,minmax(0,1fr))}}.knowledge-detail-section .detail-section>h2{text-align:left;margin-left:0;margin-right:0}.hardware-selection-note{color:var(--muted);text-align:center;margin:8px 0 0;font-size:14px;line-height:1.7}.smart-assistant{z-index:60;font-family:inherit;position:fixed;bottom:28px;right:28px}.assistant-fab{width:62px;height:62px;color:var(--white);cursor:pointer;background:radial-gradient(circle at 28% 22%,#ffffff5c,#0000 32%),linear-gradient(135deg,#0796d8 0%,#00b8a9 100%);border:0;border-radius:50%;place-items:center;animation:3.2s ease-in-out infinite assistantFloat;display:grid;position:relative;box-shadow:0 18px 36px #0077b447,0 0 0 8px #0796d814}.assistant-fab:after{content:"";border-radius:inherit;opacity:.75;border:1px solid #00b8a94d;position:absolute;inset:-7px}.assistant-fab:before{content:"友联智能 AI 助手";min-width:130px;color:var(--brand-blue-dark);white-space:nowrap;opacity:0;pointer-events:none;background:#fffffff5;border:1px solid #0796d82e;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:700;line-height:1.2;transition:opacity .18s,transform .18s;position:absolute;top:50%;right:calc(100% + 14px);transform:translate(8px,-50%);box-shadow:0 12px 28px #143a5624}.assistant-fab:hover:before,.assistant-fab:focus-visible:before{opacity:1;transform:translateY(-50%)}.assistant-fab svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:31px;height:31px}.assistant-panel{opacity:0;visibility:hidden;transform-origin:100% 100%;background:#fffffffa;border:1px solid #0796d829;border-radius:18px;grid-template-rows:auto 1fr auto;width:360px;height:500px;transition:opacity .22s,transform .22s,visibility .22s;display:grid;position:absolute;bottom:80px;right:0;overflow:hidden;transform:translate(18px,20px)scale(.96);box-shadow:0 24px 70px #0f385638}.smart-assistant.is-open .assistant-panel{opacity:1;visibility:visible;transform:translate(0)scale(1)}.smart-assistant.is-open .assistant-fab{animation-play-state:paused}.assistant-header{color:var(--white);background:linear-gradient(135deg,#006a9ff5,#00b8a9eb),radial-gradient(circle at 100% 0,#ffffff52,#0000 36%);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:18px;display:grid}.assistant-avatar{background:#ffffff29;border:1px solid #ffffff6b;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;box-shadow:inset 0 0 18px #ffffff1f}.assistant-avatar span{letter-spacing:.04em;font-size:14px;font-weight:800}.assistant-header h2{color:#fff;letter-spacing:0;margin:0;font-size:17px;line-height:1.3}.assistant-header p{color:#ffffffd6;margin:4px 0 0;font-size:12px;line-height:1.45}.assistant-header p span{vertical-align:1px;background:#7cffd7;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block;box-shadow:0 0 0 4px #7cffd724}.assistant-close{cursor:pointer;background:#ffffff24;border:0;border-radius:50%;width:32px;height:32px;position:relative}.assistant-close span{background:var(--white);border-radius:2px;width:14px;height:2px;position:absolute;top:15px;left:9px}.assistant-close span:first-child{transform:rotate(45deg)}.assistant-close span:last-child{transform:rotate(-45deg)}.assistant-body{background:linear-gradient(#f7fbfd 0%,#fff 100%);grid-template-rows:1fr auto;min-height:0;display:grid}.assistant-messages{min-height:0;padding:18px 16px 12px;overflow-y:auto}.assistant-message{gap:5px;margin-bottom:14px;display:grid}.assistant-message time{color:#8a99a6;font-size:11px}.assistant-message.is-user{justify-items:end}.assistant-message.is-ai{justify-items:start}.assistant-bubble{border-radius:14px;max-width:86%;padding:10px 12px;font-size:13px;line-height:1.6}.assistant-message.is-ai .assistant-bubble{color:#25313d;background:var(--white);border:1px solid #e1edf4;border-top-left-radius:4px;box-shadow:0 8px 24px #143a5614}.assistant-message.is-ai .assistant-bubble a{color:var(--brand-blue-dark);text-underline-offset:3px;font-weight:700;text-decoration:underline}.assistant-message.is-user .assistant-bubble{color:var(--white);background:linear-gradient(135deg, var(--brand-blue), #00a995);border-top-right-radius:4px}.assistant-quick-list{gap:8px;padding:0 16px 14px;display:flex;overflow-x:auto}.assistant-quick-list button{max-width:230px;color:var(--brand-blue-dark);font:inherit;white-space:nowrap;cursor:pointer;background:#ffffffeb;border:1px solid #d7e8f0;border-radius:999px;flex:none;padding:8px 11px;font-size:12px}.assistant-quick-list button:hover{background:#eef9fc;border-color:#0796d873}.assistant-inputbar{background:var(--white);border-top:1px solid #e2edf4;grid-template-columns:1fr auto;gap:10px;padding:14px;display:grid}.assistant-inputbar input{min-width:0;height:42px;color:var(--ink);font:inherit;border:1px solid #d7e5ee;border-radius:999px;outline:none;padding:0 13px;font-size:13px}.assistant-inputbar input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #0796d81f}.assistant-inputbar button{height:42px;color:var(--white);background:linear-gradient(135deg, var(--brand-blue), #00a995);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:0 16px;font-size:13px;font-weight:700}@keyframes assistantFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=640px){.smart-assistant{bottom:18px;right:16px}.assistant-fab{width:56px;height:56px}.assistant-panel{border-radius:16px;width:min(100vw - 32px,360px);height:min(500px,100vh - 112px);bottom:72px;right:0}.assistant-header{padding:16px}}
