.inner-hero{
  position:relative;
  min-height:280px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#07111f;
}
.inner-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.42) saturate(.85);
}
.inner-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 74% 32%,rgba(55,213,255,.18),transparent 28%),
    linear-gradient(90deg,rgba(5,10,18,.96),rgba(5,10,18,.58));
}
.inner-hero-content{
  position:relative;
  z-index:1;
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
  padding-top:24px;
}
.inner-hero-content h1{
  color:#fff;
  font-size:46px;
  line-height:1.18;
  font-weight:800;
}
.inner-hero-content p{
  max-width:660px;
  margin-top:16px;
  color:#b9c8da;
  font-size:17px;
  line-height:1.8;
}
.inner-hero-content p{
  max-width:760px;
  white-space:nowrap;
}
.product-inner-hero .inner-hero-content p{max-width:820px}
.crumbs{
  position:absolute;
  left:50%;
  bottom:24px;
  z-index:2;
  width:min(1200px,calc(100% - 48px));
  transform:translateX(-50%);
  color:#aebdd0;
}
.crumbs a{color:#fff}

.solution-detail-section{
  padding:72px 0 8px;
}
.solution-detail-head{
  max-width:780px;
  margin-bottom:24px;
}
.solution-detail-head h2{
  margin-top:10px;
  color:var(--ink);
  font-size:36px;
  line-height:1.25;
}
.solution-detail-head p{
  margin-top:12px;
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
}
.solution-detail-nav{
  position:sticky;
  z-index:5;
  top:76px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-bottom:22px;
  padding:10px;
  background:rgba(247,250,253,.92);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 12px 28px rgba(31,67,112,.08);
  backdrop-filter:blur(14px);
}
.solution-detail-nav a{
  padding:12px 10px;
  color:var(--ink-2);
  font-size:13px;
  font-weight:700;
  text-align:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:9px;
}
.solution-detail-nav a:hover{
  color:var(--brand);
  background:#edf4ff;
  border-color:var(--line-strong);
}
.solution-detail-card{
  scroll-margin-top:150px;
  margin-bottom:22px;
  padding:34px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(31,67,112,.08);
}
.solution-detail-card.is-flagship{
  background:
    radial-gradient(circle at 88% 12%,rgba(22,168,153,.12),transparent 28%),
    linear-gradient(135deg,#eef5ff,#fff);
  border-color:var(--line-strong);
}
.solution-detail-title{
  max-width:820px;
}
.solution-detail-title > span{
  color:var(--brand);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.solution-detail-title h3{
  margin-top:8px;
  color:var(--ink);
  font-size:28px;
  line-height:1.3;
}
.solution-detail-title > p{
  margin-top:10px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}
.solution-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:24px 0;
}
.solution-detail-grid section{
  min-height:138px;
  padding:20px;
  background:rgba(247,250,253,.9);
  border:1px solid var(--line);
  border-radius:12px;
}
.solution-detail-grid h4{
  margin-bottom:8px;
  color:var(--ink);
  font-size:15px;
}
.solution-detail-grid p{
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}
.product-capability-map{padding:20px 0 58px}
.product-page-map{padding-top:64px}
.capability-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.capability-category-grid article{padding:26px;background:linear-gradient(155deg,#fff,#f2f7fc);border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 34px rgba(31,67,112,.08)}
.capability-category-grid article>span{color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.06em}
.capability-category-grid h3{margin:10px 0 16px;color:var(--ink);font-size:20px}
.capability-category-grid ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.capability-category-grid li{position:relative;padding-left:17px;color:var(--muted);line-height:1.55}
.capability-category-grid li:before{position:absolute;top:.68em;left:0;width:6px;height:6px;content:"";background:var(--teal);border-radius:50%}
.capability-category-grid a{color:inherit}
.capability-category-grid a:hover{color:var(--brand)}
.service-center{padding:64px 0 90px}
.service-center-intro{max-width:760px;margin-bottom:24px}
.service-center-intro h2,.contact-intro h2{margin-top:10px;color:var(--ink);font-size:36px}
.service-center-intro p,.contact-intro p{margin-top:12px;color:var(--muted);font-size:16px;line-height:1.8}
.service-nav{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  padding:0;
  overflow:hidden;
  background:#fff;
  border-radius:18px;
  box-shadow:0 16px 38px rgba(31,67,112,.1);
}
.service-nav a{
  position:relative;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 28px;
  gap:14px;
  align-items:center;
  min-height:92px;
  padding:18px 20px;
  text-align:left;
  background:#fff;
  border:0;
  border-left:1px solid var(--line);
  border-radius:0;
  transition:background .2s ease,color .2s ease;
}
.service-nav a:first-child{border-left:0}
.service-nav a:hover,
.service-nav a.is-active{
  color:var(--ink);
  background:linear-gradient(135deg,#edf5ff,#f5fbfc);
}
.service-nav a.is-active:after{
  position:absolute;
  right:18px;
  bottom:0;
  left:18px;
  height:3px;
  content:"";
  background:linear-gradient(90deg,var(--brand),var(--teal));
  border-radius:3px 3px 0 0;
}
.service-nav b{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  color:var(--brand);
  background:#edf4ff;
  border:1px solid #d8e7f8;
  border-radius:12px;
  font-size:14px;
}
.service-nav span{
  color:var(--ink);
  font-size:15px;
  line-height:1.35;
}
.service-nav small{
  display:block;
  margin-bottom:5px;
  color:#7690aa;
  font-size:11px;
  font-weight:600;
}
.service-nav i{
  color:var(--brand);
  font-size:20px;
  font-style:normal;
  transition:transform .2s ease;
}
.service-nav a:hover i{transform:translateX(4px)}
.service-detail{display:grid;grid-template-columns:.88fr 1.12fr;scroll-margin-top:190px;margin:0 0 24px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(31,67,112,.08)}
.service-detail.is-flagship{background:linear-gradient(135deg,#eef5ff,#fff);border-color:var(--line-strong)}
.service-detail-media img{width:100%;height:100%;min-height:410px;object-fit:cover}
.service-detail-copy{padding:38px}
.service-detail-copy>span{color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.08em}
.service-detail-copy h2{margin-top:9px;color:var(--ink);font-size:30px}
.service-detail-copy>p{margin-top:12px;color:var(--muted);line-height:1.8}
.service-detail-copy ul{display:grid;gap:10px;margin:22px 0;padding:0;list-style:none}
.service-detail-copy li{position:relative;padding-left:20px;color:var(--ink-2);line-height:1.6}
.service-detail-copy li:before{position:absolute;top:.62em;left:0;width:7px;height:7px;content:"";background:var(--teal);border-radius:50%}
.service-detail-copy small{display:block;margin-top:12px;color:var(--muted)}
.service-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0}
.service-content-grid section{padding:18px;background:rgba(239,246,253,.72);border:1px solid var(--line);border-radius:12px}
.service-content-grid h3{margin:0 0 8px;color:var(--ink);font-size:17px}
.service-content-grid p{margin:0;color:var(--muted);line-height:1.75}
.service-content-grid ul{gap:6px;margin:0}
.service-content-wide{grid-column:1/-1}
.article-hero{min-height:250px}
.article-hero .inner-hero-content h1{max-width:900px;font-size:36px}
.article-hero .inner-hero-content p{margin-top:10px;font-size:14px}
.article-heading{
  margin-bottom:34px;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
  text-align:center;
}
.article-heading h1{
  color:var(--ink);
  font-size:34px;
  line-height:1.35;
  font-weight:800;
}
.article-heading p{
  display:flex;
  justify-content:center;
  gap:18px;
  margin-top:14px;
  color:#6f849b;
  font-size:14px;
}
.article-siblings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:34px 0}
.article-siblings a{display:flex;flex-direction:column;gap:6px;padding:18px;background:#f5f9fd;border:1px solid var(--line);border-radius:12px}
.article-siblings a:last-child{text-align:right}
.article-siblings span{color:var(--brand);font-size:12px}
.article-siblings strong{color:var(--ink-2);font-size:14px;line-height:1.5}
.article-share{display:flex;align-items:center;gap:10px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted)}
.article-share button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  padding:0;
  background:#f4f8ff;
  border:1px solid var(--line);
  border-radius:8px;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.article-share button:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:var(--line-strong);
  box-shadow:0 8px 18px rgba(31,101,174,.12);
}
.article-share button img{
  display:block;
  width:20px;
  height:20px;
  object-fit:contain;
}
.qrcode-modal{position:fixed;inset:0;z-index:1300;display:none;align-items:center;justify-content:center;background:rgba(10,31,57,.6)}
.qrcode-dialog{position:relative;padding:28px;text-align:center;background:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(15,46,82,.3)}
.qrcode-dialog>button{position:absolute;top:8px;right:10px;width:32px;height:32px;font-size:22px;background:transparent;border:0;cursor:pointer}
.qrcode-dialog h3{margin-bottom:18px;color:var(--ink)}
.list-card-static{cursor:default}.list-card-static:hover{transform:none}
.case-portal{padding:58px 0 82px}
.case-portal-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
}
.case-portal-head h2{
  margin-top:10px;
  color:var(--ink);
  font-size:34px;
}
.case-portal-head p{
  max-width:560px;
  color:var(--muted);
  line-height:1.8;
}
.case-portal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.case-portal-grid>.pagelist{
  grid-column:1/-1;
  padding:18px 0 0;
}
.case-portal-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(207,220,233,.9);
  border-radius:16px;
  box-shadow:0 12px 30px rgba(31,67,112,.07);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
a.case-portal-card:hover{
  transform:translateY(-4px);
  border-color:var(--line-strong);
  box-shadow:0 20px 44px rgba(31,101,174,.13);
}
.case-portal-media{
  height:210px;
  overflow:hidden;
  background:#edf3f9;
}
.case-portal-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.9) contrast(.98);
  transition:transform .5s ease;
}
a.case-portal-card:hover img{transform:scale(1.025)}
.case-portal-body{
  position:relative;
  display:flex;
  align-items:center;
  min-height:92px;
  padding:20px 58px 20px 22px;
}
.case-portal-body h3{
  color:var(--ink);
  font-size:20px;
  line-height:1.42;
  font-weight:800;
  letter-spacing:0;
}
.case-portal-body i{
  position:absolute;
  right:20px;
  top:50%;
  bottom:auto;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  color:var(--brand);
  background:#edf4ff;
  border-radius:50%;
  font-size:17px;
  font-style:normal;
  transition:color .2s ease,background .2s ease,transform .2s ease;
}
a.case-portal-card:hover i{
  color:#fff;
  background:var(--brand);
  transform:translate(2px,-50%);
}
.contact-page{padding:64px 0 90px}
.contact-intro{max-width:760px}
.contact-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}
.contact-card-grid>a,.contact-card-grid>article{display:flex;flex-direction:column;gap:9px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 34px rgba(31,67,112,.08)}
.contact-card-grid span{color:var(--brand);font-size:12px;font-weight:800}.contact-card-grid strong{color:var(--ink);font-size:18px;line-height:1.45}.contact-card-grid small{color:var(--muted)}
.contact-action-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding:34px;background:linear-gradient(135deg,#eaf3ff,#eef9f7);border:1px solid var(--line-strong);border-radius:20px}
.contact-action-panel h2{margin-top:8px;color:var(--ink);font-size:28px}.contact-action-panel p{margin-top:8px;color:var(--muted)}
.trial-modal{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:24px}
.trial-modal.is-open{display:flex}
.trial-modal-backdrop{position:absolute;inset:0;background:rgba(10,31,57,.62);backdrop-filter:blur(7px)}
.trial-dialog{position:relative;z-index:1;width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:34px;background:#fff;border:1px solid var(--line-strong);border-radius:22px;box-shadow:0 32px 90px rgba(15,46,82,.32)}
.trial-close{position:absolute;top:16px;right:18px;width:36px;height:36px;color:#60758c;font-size:26px;line-height:1;background:#edf3f9;border:0;border-radius:50%;cursor:pointer}
.trial-dialog-head{padding-right:38px}
.trial-dialog-head h2{margin-top:8px;color:var(--ink);font-size:28px}
.trial-dialog-head p{margin-top:8px;color:var(--muted)}
.trial-form{margin-top:24px}
.trial-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.trial-form label>span{display:block;margin-bottom:7px;color:var(--ink-2);font-size:13px;font-weight:700}
.trial-form input:not([type="checkbox"]),.trial-form textarea{width:100%;padding:11px 12px;color:var(--ink);font:inherit;background:#f8fbfe;border:1px solid var(--line);border-radius:9px;outline:0}
.trial-form input:focus,.trial-form textarea:focus{background:#fff;border-color:#72a9eb;box-shadow:0 0 0 3px rgba(36,104,232,.1)}
.trial-form-wide{grid-column:1/-1}.trial-form textarea{resize:vertical}
.trial-consent{display:flex;align-items:flex-start;gap:9px;margin-top:16px;color:var(--muted);font-size:12px;line-height:1.55}
.trial-consent input{margin-top:3px}.trial-consent span{margin:0!important;color:inherit!important;font-weight:400!important}
.trial-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.trial-form-message{min-height:20px;margin-top:12px;color:#c33c3c;font-size:13px}.trial-form-message.is-success{color:#16846f}
.trial-form-actions{display:flex;gap:12px;margin-top:8px}.trial-form-actions button{border:0;cursor:pointer}.trial-form-actions button[disabled]{opacity:.65;cursor:wait}
body.trial-modal-open{overflow:hidden}
.product-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:34px;
  padding:72px 0 90px;
}
.product-side{
  position:sticky;
  top:112px;
  align-self:start;
  padding:18px;
  background:rgba(13,23,38,.84);
  border:1px solid var(--line);
  border-radius:10px;
}
.product-side h3{
  padding:0 10px 12px;
  color:#fff;
  font-size:18px;
}
.product-side li a{
  display:block;
  padding:12px 13px;
  color:#b8c7d8;
  border-radius:6px;
}
.product-side li.on a,
.product-side li a:hover{
  color:#fff;
  background:rgba(55,213,255,.1);
}
.product-detail{
  min-width:0;
  padding:38px;
  scroll-margin-top:104px;
}
.product-detail h5{
  margin-bottom:24px;
  color:#fff;
  font-size:32px;
  line-height:1.28;
  font-weight:800;
}
.product-detail .rich-content>h2:first-child{display:none}
.product-detail .rich-content h3{
  margin:28px 0 10px;
  padding-bottom:8px;
  color:var(--ink);
  font-size:21px;
  border-bottom:1px solid var(--line);
}
.product-detail .rich-content h3:first-of-type{margin-top:8px}
.product-detail .rich-content ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 22px;
  margin:0 0 20px;
  padding:0;
  list-style:none;
}
.product-detail .rich-content li{
  position:relative;
  padding-left:18px;
  color:var(--ink-2);
  line-height:1.7;
}
.product-detail .rich-content li:before{
  position:absolute;
  top:.68em;
  left:0;
  width:6px;
  height:6px;
  content:"";
  background:var(--teal);
  border-radius:50%;
}
.product-detail .prod_zx,
.product-detail{
  color:#c8d6e6;
  font-size:16px;
  line-height:1.95;
}
.product-detail img{height:auto!important;border-radius:8px}
.product-cta,.article-cta{
  margin-top:34px;
  padding:28px;
  background:linear-gradient(135deg,rgba(47,124,255,.24),rgba(55,213,255,.08));
  border:1px solid var(--line-strong);
  border-radius:10px;
}
.product-cta h3,.article-cta h3{
  color:#fff;
  font-size:24px;
  margin-bottom:10px;
}
.product-cta p,.article-cta p{
  color:#aebfd2;
  margin-bottom:18px;
}

.card-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  padding:72px 0 0;
}
.card-list>.pagelist{
  grid-column:1/-1;
}
.news-category-nav{
  position:relative;
  z-index:4;
  margin:-22px 0 0;
  background:transparent;
  border-bottom:0;
  box-shadow:none;
}
.news-category-nav>div{
  display:flex;
  justify-content:center;
  gap:12px;
  width:min(760px,calc(100% - 48px));
  padding:0;
}
.news-category-nav a{
  min-width:104px;
  padding:10px 22px;
  color:#49627e;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(192,210,230,.72);
  border-radius:6px;
  text-align:center;
  font-size:14px;
  font-weight:700;
  transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.news-category-nav a:hover,
.news-category-nav a.is-active{
  color:#0b63ce;
  background:#fff;
  border-color:#b9d6ff;
  box-shadow:0 8px 22px rgba(33,118,219,.14);
}
.news-portal{padding:64px 0 88px}
.news-portal-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:30px;
}
.news-portal-head h2{
  margin-top:10px;
  color:var(--ink);
  font-size:34px;
  line-height:1.25;
}
.news-portal-head p{
  max-width:580px;
  color:var(--muted);
  line-height:1.8;
}
.news-portal-list{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  grid-auto-rows:auto;
  gap:18px;
}
.news-portal-list>.pagelist{
  grid-column:1/-1;
  min-height:0;
  padding:18px 0 0;
}
.news-portal-card{
  display:grid;
  grid-template-columns:1fr;
  min-width:0;
  min-height:154px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 13px 32px rgba(31,67,112,.07);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.news-portal-card:hover{
  transform:translateY(-4px);
  border-color:var(--line-strong);
  box-shadow:0 20px 44px rgba(31,101,174,.13);
}
.news-portal-card.is-featured{
  grid-row:span 3;
  display:flex;
  flex-direction:column;
  min-height:0;
}
.news-portal-media{
  min-width:0;
  overflow:hidden;
  background:#edf3f9;
}
.news-portal-card:not(.is-featured) .news-portal-media{
  display:none;
}
.news-portal-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .45s ease;
}
.news-portal-card:hover img{transform:scale(1.018)}
.news-portal-card.is-featured .news-portal-media{
  height:338px;
  padding:0;
}
.news-portal-card.is-featured .news-portal-media img{
  width:100%;
  object-fit:cover;
}
.news-portal-body{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:24px 26px;
}
.news-portal-card.is-featured .news-portal-body{
  flex:1;
  padding:28px 30px 30px;
}
.news-portal-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.news-portal-meta span{
  color:var(--brand);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.news-portal-meta time{
  color:#8193a8;
  font-size:12px;
}
.news-portal-card h3{
  display:-webkit-box;
  overflow:hidden;
  color:var(--ink);
  font-size:19px;
  line-height:1.48;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.news-portal-card.is-featured h3{
  font-size:25px;
  line-height:1.42;
  -webkit-line-clamp:3;
}
.news-portal-card p{
  display:-webkit-box;
  margin-top:10px;
  overflow:hidden;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.news-portal-card.is-featured p{
  margin-top:14px;
  -webkit-line-clamp:4;
}
.news-portal-card strong{
  margin-top:auto;
  padding-top:14px;
  color:var(--brand);
  font-size:13px;
}
.news-portal-card strong i{
  margin-left:5px;
  font-style:normal;
  transition:margin-left .2s ease;
}
.news-portal-card:hover strong i{margin-left:9px}
.news-portal-card.no-cover:not(.is-featured){
  grid-template-columns:1fr;
}
.news-portal-card.no-cover.is-featured{
  justify-content:center;
  min-height:540px;
  background:
    radial-gradient(circle at 88% 14%,rgba(69,211,201,.14),transparent 34%),
    linear-gradient(145deg,#fff,#edf5fd);
}
.list-card{
  overflow:hidden;
  background:#0d1726;
  border:1px solid var(--line);
  border-radius:10px;
}
.list-card:hover{
  transform:translateY(-5px);
  border-color:var(--line-strong);
  box-shadow:0 18px 42px rgba(55,213,255,.12);
}
.list-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  filter:brightness(.78) saturate(.88);
}
.list-card-body{
  padding:22px;
}
.list-card h3{
  min-height:58px;
  color:#fff;
  font-size:20px;
  line-height:1.45;
}
.list-card p{
  margin:12px 0 18px;
  color:#91a3b8;
  line-height:1.8;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.list-card time,.list-card .morea{
  color:var(--cyan);
  font-weight:700;
}
.article-wrap{
  width:min(920px,calc(100% - 48px));
  margin:72px auto 90px;
  padding:42px;
}
.news_xqa{
  margin-bottom:32px;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
  text-align:center;
}
.news_xqa h3{
  color:#fff;
  font-size:34px;
  line-height:1.35;
  font-weight:800;
}
.news_xqa p{
  margin-top:14px;
  color:#8fa1b6;
}
.news_xqa em{margin-left:18px;font-style:normal}

.about-overview{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:48px;
  align-items:center;
  padding:76px 0 82px;
}
.about-visual{
  position:relative;
  min-height:510px;
  overflow:hidden;
  background:#dce9f6;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 24px 56px rgba(31,67,112,.14);
}
.about-visual:after{
  position:absolute;
  inset:0;
  content:"";
  background:linear-gradient(180deg,transparent 54%,rgba(10,47,86,.42));
  pointer-events:none;
}
.about-visual img{
  width:100%;
  height:100%;
  min-height:510px;
  object-fit:cover;
}
.about-year{
  position:absolute;
  right:24px;
  bottom:24px;
  z-index:1;
  min-width:190px;
  padding:18px 22px;
  color:#fff;
  background:rgba(15,66,116,.88);
  border:1px solid rgba(255,255,255,.3);
  border-radius:16px;
  backdrop-filter:blur(10px);
}
.about-year strong{
  display:block;
  font-size:32px;
  line-height:1;
}
.about-year span{
  display:block;
  margin-top:8px;
  font-size:13px;
  opacity:.86;
}
.about-copy{
  padding:4px 0;
}
.about-copy h2{
  max-width:620px;
  margin:14px 0 22px;
  color:var(--ink);
  font-size:36px;
  line-height:1.32;
}
.about-copy p{
  color:var(--ink-2);
  font-size:16px;
  line-height:1.9;
  margin-bottom:14px;
}
.about-trust-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:26px;
}
.about-trust-list li{
  min-height:112px;
  padding:20px;
  background:#f6f9fc;
  border:1px solid var(--line);
  border-radius:14px;
}
.about-trust-list strong{
  display:block;
  margin-bottom:8px;
  color:var(--ink);
  font-size:15px;
}
.about-trust-list span{
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
}
.about-business{overflow:hidden}
.about-business-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);
  gap:22px;
}
.about-business-card{
  position:relative;
  min-height:300px;
  padding:34px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 16px 38px rgba(31,67,112,.08);
}
.about-business-card.is-primary{
  color:#fff;
  background:
    radial-gradient(circle at 86% 12%,rgba(69,211,201,.2),transparent 32%),
    linear-gradient(135deg,#105da8,#123e70);
  border-color:transparent;
  box-shadow:0 20px 46px rgba(20,91,157,.22);
}
.about-business-card>span{
  display:block;
  color:var(--brand);
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
}
.about-business-card.is-primary>span{color:#76e3da}
.about-business-card h3{
  margin:12px 0 14px;
  color:var(--ink);
  font-size:26px;
}
.about-business-card.is-primary h3{color:#fff}
.about-business-card p{
  color:var(--muted);
  line-height:1.8;
}
.about-business-card.is-primary p{max-width:690px;color:#dbe9f6}
.about-business-card ul{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}
.about-business-card li{
  padding:9px 14px;
  color:#eaf7ff;
  font-size:13px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
}
.about-advantage-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.about-advantage-summary{
  display:grid;
  grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 18px 44px rgba(31,67,112,.09);
}
.about-advantage-lead{
  padding:34px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 12%,rgba(69,211,201,.2),transparent 34%),
    linear-gradient(135deg,#105da8,#123e70);
}
.about-advantage-lead>span{
  color:#76e3da;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
}
.about-advantage-lead>strong{
  display:block;
  margin:14px 0 12px;
  font-size:46px;
  line-height:1;
  letter-spacing:-.04em;
}
.about-advantage-lead p{
  max-width:430px;
  color:#dbe9f6;
  font-size:14px;
  line-height:1.8;
}
.about-advantage-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  padding:24px;
}
.about-advantage-metrics div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:150px;
  padding:20px 24px;
  border-left:1px solid var(--line);
}
.about-advantage-metrics div:first-child{border-left:0}
.about-advantage-metrics strong{
  color:var(--ink);
  font-size:30px;
  line-height:1.15;
}
.about-advantage-metrics span{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
}
.about-advantage-card{
  position:relative;
  min-height:215px;
  padding:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 13px 30px rgba(31,67,112,.06);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.about-advantage-card:hover{
  transform:translateY(-5px);
  border-color:var(--line-strong);
  box-shadow:0 18px 38px rgba(31,101,174,.12);
}
.about-advantage-card:after{
  position:absolute;
  right:-24px;
  bottom:-34px;
  width:110px;
  height:110px;
  content:"";
  background:radial-gradient(circle,rgba(36,104,232,.08),transparent 68%);
  border-radius:50%;
}
.about-advantage-card b{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:26px;
  color:var(--brand);
  background:#edf4ff;
  border:1px solid #d8e7f8;
  border-radius:12px;
  font-size:16px;
  font-weight:800;
}
.about-advantage-card h3{
  margin-bottom:10px;
  color:var(--ink);
  font-size:20px;
}
.about-advantage-card p{
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
}
.about-next{padding-top:0}
.about-next-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.about-next-grid a{
  position:relative;
  min-height:190px;
  padding:30px 76px 30px 30px;
  background:linear-gradient(145deg,#fff,#f2f7fc);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 14px 34px rgba(31,67,112,.07);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.about-next-grid a:hover{
  transform:translateY(-4px);
  border-color:var(--line-strong);
  box-shadow:0 20px 44px rgba(31,101,174,.13);
}
.about-next-grid span{
  display:block;
  color:var(--brand);
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.about-next-grid strong{
  display:block;
  margin-top:14px;
  color:var(--ink);
  font-size:24px;
}
.about-next-grid em{
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-size:14px;
  font-style:normal;
  line-height:1.65;
}
.about-next-grid i{
  position:absolute;
  right:28px;
  top:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  color:#fff;
  background:var(--brand);
  border-radius:50%;
  font-size:22px;
  font-style:normal;
  transform:translateY(-50%);
}
.recruit-wrap{
  padding:72px 0 90px;
}
.recruit-head,
.recruit-summary{
  display:grid;
  grid-template-columns:1.4fr 1fr .8fr 1fr .8fr;
  gap:16px;
  align-items:center;
}
.recruit-head{
  padding:16px 22px;
  color:#8fa1b6;
  background:rgba(13,23,38,.72);
  border:1px solid var(--line);
  border-radius:10px 10px 0 0;
}
.recruit-list{
  border:1px solid var(--line);
  border-top:0;
  border-radius:0 0 10px 10px;
  overflow:hidden;
}
.recruit-item{
  background:#0d1726;
  border-top:1px solid var(--line);
}
.recruit-item:first-child{border-top:0}
.recruit-summary{
  width:100%;
  padding:20px 22px;
  color:#d8e5f4;
  background:transparent;
  border:0;
  text-align:left;
  cursor:pointer;
}
.recruit-summary span:first-child{
  color:#fff;
  font-weight:700;
}
.recruit-summary span:last-child{
  color:var(--cyan);
  font-weight:700;
}
.recruit-item.is-open .recruit-summary{
  background:rgba(55,213,255,.06);
}
.recruit-detail{
  display:none;
  padding:0 22px 24px;
  color:#c6d4e4;
}

@media (max-width:980px){
  .inner-hero-content,.crumbs{width:calc(100% - 32px)}
  .inner-hero-content h1{font-size:36px}
  .product-inner-hero .inner-hero-content p{max-width:100%}
  .product-layout,.about-overview{grid-template-columns:1fr}
  .about-overview{gap:34px;padding:58px 0 64px}
  .about-visual,.about-visual img{min-height:420px}
  .about-business-grid{grid-template-columns:1fr}
  .about-advantage-summary{grid-template-columns:1fr}
  .about-advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .solution-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .capability-category-grid{grid-template-columns:1fr}
  .service-detail{grid-template-columns:1fr}
  .service-detail-media img{min-height:260px;height:260px}
  .contact-card-grid{grid-template-columns:1fr}
  .product-side{position:relative;top:0}
  .card-list{grid-template-columns:repeat(2,1fr)}
  .case-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .news-portal-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:auto;
  }
  .news-portal-card,
  .news-portal-card.is-featured{
    grid-row:auto;
    display:flex;
    flex-direction:column;
  }
  .news-portal-card.is-featured .news-portal-media{
    height:230px;
    min-height:230px;
    padding:0;
  }
  .news-portal-card:not(.is-featured) .news-portal-media{display:none}
  .news-portal-card .news-portal-body,
  .news-portal-card.is-featured .news-portal-body{
    min-height:0;
    padding:22px;
  }
  .news-portal-card.is-featured h3{font-size:21px;-webkit-line-clamp:2}
  .recruit-head{display:none}
  .recruit-summary{grid-template-columns:1fr;gap:6px}
}
@media (max-width:640px){
  .inner-hero{min-height:220px}
  .inner-hero-content{padding-top:0}
  .inner-hero-content h1{font-size:32px}
  .inner-hero-content p{
    margin-top:10px;
    font-size:14px;
    line-height:1.65;
    white-space:normal;
  }
  .crumbs{bottom:14px}
  .card-list,.about-trust-list{grid-template-columns:1fr}
  .case-portal{padding:42px 0 62px}
  .case-portal-head{display:block;margin-bottom:22px}
  .case-portal-head h2{font-size:29px}
  .case-portal-head p{margin-top:12px;font-size:14px}
  .case-portal-grid{grid-template-columns:1fr;gap:14px}
  .case-portal-card{
    display:grid;
    grid-template-columns:138px minmax(0,1fr);
  }
  .case-portal-media{height:150px}
  .case-portal-body{min-height:150px;padding:18px 46px 18px 18px}
  .case-portal-body h3{font-size:17px}
  .case-portal-body i{right:16px}
  .news-category-nav>div{
    justify-content:flex-start;
    gap:8px;
    width:calc(100% - 28px);
    overflow-x:auto;
    padding:0;
  }
  .news-category-nav a{
    flex:0 0 auto;
    min-width:90px;
    padding:9px 16px;
  }
  .news-portal{padding:46px 0 64px}
  .news-portal-head{display:block;margin-bottom:24px}
  .news-portal-head h2{font-size:29px}
  .news-portal-head p{margin-top:12px;font-size:14px}
  .news-portal-list{grid-template-columns:1fr}
  .news-portal-list>.pagelist{padding-top:10px}
  .news-portal-card,
  .news-portal-card.is-featured{
    display:grid;
    grid-template-columns:1fr;
  }
  .news-portal-card.is-featured .news-portal-media{
    height:210px;
    min-height:210px;
    padding:0;
  }
  .news-portal-card:not(.is-featured) .news-portal-media{display:none}
  .news-portal-card .news-portal-body,
  .news-portal-card.is-featured .news-portal-body{
    min-height:0;
    padding:18px 16px;
  }
  .news-portal-meta{display:block;margin-bottom:9px}
  .news-portal-meta time{display:block;margin-top:5px}
  .news-portal-card h3,
  .news-portal-card.is-featured h3{font-size:17px;-webkit-line-clamp:3}
  .news-portal-card p,
  .news-portal-card.is-featured p{font-size:13px;-webkit-line-clamp:3}
  .news-portal-card.no-cover,
  .news-portal-card.no-cover.is-featured{grid-template-columns:1fr;min-height:0}
  .product-detail,.article-wrap{padding:24px}
  .product-detail{scroll-margin-top:92px}
  .article-heading{margin-bottom:24px;padding-bottom:18px}
  .article-heading h1{font-size:24px}
  .article-heading p{flex-wrap:wrap;gap:6px 14px;font-size:13px}
  .about-copy h2{font-size:29px}
  .about-visual,.about-visual img{min-height:320px}
  .about-year{right:16px;bottom:16px}
  .about-business-card{min-height:0;padding:26px}
  .about-advantage-lead{padding:28px 24px}
  .about-advantage-metrics{grid-template-columns:1fr;padding:12px 24px}
  .about-advantage-metrics div{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    min-height:74px;
    padding:14px 0;
    border-top:1px solid var(--line);
    border-left:0;
  }
  .about-advantage-metrics div:first-child{border-top:0}
  .about-advantage-metrics strong{font-size:25px}
  .about-advantage-metrics span{margin-top:0;text-align:right}
  .about-advantage-grid{grid-template-columns:1fr}
  .about-advantage-card{min-height:0;padding:24px}
  .about-advantage-card b{margin-bottom:20px}
  .about-next-grid{grid-template-columns:1fr}
  .solution-detail-section{padding-top:48px}
  .solution-detail-head h2{font-size:29px}
  .solution-detail-nav{
    position:relative;
    top:0;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .solution-detail-card{padding:24px;scroll-margin-top:86px}
  .solution-detail-title h3{font-size:23px}
  .solution-detail-grid{grid-template-columns:1fr}
  .solution-detail-grid section{min-height:0}
  .product-capability-map{padding-bottom:42px}
  .product-page-map,.service-center,.contact-page{padding-top:42px}
  .service-center-intro h2,.contact-intro h2{font-size:28px}
  .service-nav{
    grid-template-columns:1fr;
    overflow:visible;
    background:transparent;
    box-shadow:none;
  }
  .service-nav a{
    min-height:76px;
    border:1px solid var(--line);
    border-radius:14px;
    box-shadow:0 10px 24px rgba(31,67,112,.06);
  }
  .service-nav a:first-child{border-left:1px solid var(--line)}
  .service-detail-copy{padding:24px}
  .service-detail{scroll-margin-top:92px}
  .service-detail-copy h2{font-size:24px}
  .service-detail-media img{height:200px;min-height:200px}
  .service-content-grid{grid-template-columns:1fr}
  .service-content-wide{grid-column:auto}
  .product-detail .rich-content ul{grid-template-columns:1fr}
  .article-hero{min-height:260px}
  .article-hero .inner-hero-content h1{font-size:25px}
  .article-siblings{grid-template-columns:1fr}
  .article-siblings a:last-child{text-align:left}
  .contact-action-panel{display:block;padding:24px}
  .contact-action-panel .btn-row{margin-top:20px}
  .trial-modal{align-items:flex-end;padding:0}
  .trial-dialog{width:100%;max-height:92vh;padding:28px 20px 24px;border-radius:22px 22px 0 0}
  .trial-dialog-head h2{font-size:23px}
  .trial-form-grid{grid-template-columns:1fr;gap:13px}
  .trial-form-wide{grid-column:auto}
  .trial-form-actions{display:grid;grid-template-columns:1fr}
  .news_xqa h3{font-size:26px}
}

/* Silver-white inner pages */
.inner-hero{
  min-height:280px;
  background:#eaf1f7;
}
.inner-hero img{
  filter:saturate(.78) contrast(.96) brightness(.98);
}
.inner-hero:after{
  background:
    linear-gradient(90deg,rgba(249,252,255,.98) 0%,rgba(249,252,255,.9) 40%,rgba(249,252,255,.25) 72%,rgba(249,252,255,.08) 100%),
    linear-gradient(180deg,transparent 66%,rgba(239,245,250,.7));
}
.inner-hero-content h1{color:var(--ink)}
.inner-hero-content p{color:#52677f}
.crumbs{color:#65788f}
.crumbs a{color:var(--brand)}
.product-side{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 15px 36px rgba(31,67,112,.08);
}
.product-side h3{color:var(--ink)}
.product-side li a{color:var(--ink-2)}
.product-side li.on a,
.product-side li a:hover{
  color:var(--brand);
  background:#edf4ff;
}
.product-detail h5{color:var(--ink)}
.product-detail .prod_zx,
.product-detail{color:var(--ink-2)}
.product-cta,.article-cta{
  background:linear-gradient(135deg,#edf4ff,#eef9f7);
  border-color:var(--line-strong);
}
.product-cta h3,.article-cta h3{color:var(--ink)}
.product-cta p,.article-cta p{color:var(--muted)}
.list-card{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 14px 34px rgba(31,67,112,.07);
}
.list-card:hover{
  border-color:var(--line-strong);
  box-shadow:0 20px 44px rgba(31,101,174,.13);
}
.list-card img{filter:saturate(.82) contrast(.96)}
.list-card h3{color:var(--ink)}
.list-card p{color:var(--muted)}
.list-card time,.list-card .morea{color:var(--brand)}
.news_xqa{border-bottom-color:var(--line)}
.news_xqa h3{color:var(--ink)}
.news_xqa p{color:var(--muted)}
.about-copy p{color:var(--ink-2)}
.recruit-head{
  color:var(--muted);
  background:#edf3f9;
  border-color:var(--line);
}
.recruit-list{border-color:var(--line)}
.recruit-item{
  background:#fff;
  border-top-color:var(--line);
}
.recruit-summary{color:var(--ink-2)}
.recruit-summary span:first-child{color:var(--ink)}
.recruit-summary span:last-child{color:var(--brand)}
.recruit-item.is-open .recruit-summary{background:#edf4ff}
.recruit-detail{color:var(--ink-2)}
.article-hero{min-height:250px}

@media (max-width:640px){
  .inner-hero{min-height:220px}
  .article-hero{min-height:260px}
  .inner-hero:after{
    background:linear-gradient(90deg,rgba(249,252,255,.96),rgba(249,252,255,.76));
  }
}
