/*

TemplateMo 574 Mexant

https://templatemo.com/tm-574-mexant

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1e293b;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #1e293b;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2563eb;
  color: #fff;
}

::-moz-selection {
  background: #2563eb;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #2563eb;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #2563eb;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 700;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1e293b;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #ffffff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  background-image: none;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  display: flex;
  align-items: center;
  line-height: 120px;
  color: #1e293b;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: 160px;
}

.background-header .nav {
  margin-top: 24px !important;
}

.header-area .main-nav .nav {
  float: right;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 46px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: clamp(6px, 1.0vw, 22px);
  padding-right: clamp(6px, 1.0vw, 22px);
  white-space: nowrap;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 300;
  font-size: clamp(12px, 1.05vw, 15px);
  text-transform: capitalize;
  color: #1e293b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:last-child a {
  font-size: clamp(12px, 1.05vw, 15px);
  color: #fff;
  background-color: #2563eb;
  padding: clamp(6px, 0.55vw, 10px) clamp(10px, 1.0vw, 20px) !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: #fff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}


.header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #2563eb;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #2563eb;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: clamp(12px, 1.0vw, 15px);
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: clamp(10px, 0.9vw, 12px);
  color: #1e293b;
  position: absolute;
  right: 2px;
  top: 12px;
}

/* 汉堡菜单更多选项 */
.header-area .main-nav .nav li.menu-trigger-item {
  padding-left: clamp(10px, 1.2vw, 20px);
  padding-right: 0;
}

.header-area .main-nav .nav li.menu-trigger-item.has-sub:after {
  display: none;
}

.header-area .main-nav .nav li.menu-trigger-item ul.more-menu {
  position: absolute;
  width: 170px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  right: 0;
  border-radius: 5px;
  display: none;
  z-index: 999;
}

.header-area .main-nav .nav li.menu-trigger-item ul.more-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.menu-trigger-item ul.more-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.menu-trigger-item ul.more-menu li a:hover {
  background: #fff;
  color: #2563eb!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.menu-trigger-item ul.more-menu li:last-child a {
  border-bottom: none;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #2563eb!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e293b;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e293b;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e293b;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.mobile-more-menu {
  display: none;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e293b;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e293b;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e293b;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e293b;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #2563eb;
}

@media (max-width: 1200px) {
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #2563eb!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #ffffff;
    padding: 0px 16px;
    height: auto;
    box-shadow: 0 1px 10px rgba(0,0,0,0.06);
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 50px;
  }
  .header-area .menu-trigger {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-left: 8px;
    flex-shrink: 0;
  }
  .header-area .main-nav {
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    position: relative;
  }
  .header-area .main-nav .nav {
    float: none;
    width: auto;
    flex: 1;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    overflow-x: visible;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: 0px;
    margin-top: 0;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    z-index: 999;
  }
  .header-area .main-nav .nav::-webkit-scrollbar {
    display: none;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: none;
  }
  .header-area.header-sticky .nav {
    margin-top: 0 !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 0 !important;
  }
  .header-area .main-nav .nav li {
    flex: 0 0 auto;
    width: auto;
    background: transparent;
    border-bottom: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 10px !important;
    border: none !important;
    background: transparent !important;
    color: #1e293b !important;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
  }
  .header-area .main-nav .nav li a:hover,
  .header-area .main-nav .nav li a.active {
    background: #f1f5f9 !important;
    color: #2563eb !important;
  }
  .header-area .main-nav .nav li a i {
    margin-right: 4px;
    color: #2563eb;
    font-size: 11px;
  }
  .header-area .main-nav .nav li.nav-item-mobile {
    display: none !important;
  }
  .header-area .main-nav .menu-trigger {
    display: block;
  }
  .mobile-more-menu {
    position: absolute;
    top: 100%;
    right: 10px;
    width: 160px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    z-index: 999;
  }
  .mobile-more-menu li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 0 14px;
    color: #475569;
    text-align: left;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mobile-more-menu li a:hover {
    background: #fff;
    color: #2563eb;
    padding-left: 18px;
  }
  .mobile-more-menu li:last-child a {
    border-bottom: none;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    transform: translateY(0%);
    top: 100%;
    left: 0;
    width: 160px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    height: auto;
    transition: all 0.2s;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: none;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 13px;
    font-weight: 400;
    padding-left: 14px !important;
    color: #475569 !important;
    text-align: left;
    height: 40px !important;
    line-height: 40px !important;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #94a3b8;
    right: 4px;
    font-size: 10px;
    top: 14px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #f0f7ff;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 70px;
  margin-bottom: 40px;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #2563eb;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 16px;
  padding: 48px 36px;
  box-shadow: 0 4px 20px rgba(37,99,235,0.06);
  margin-top: 30px;
  background: #fff;
  border: 1px solid rgba(226,232,240,0.6);
  text-align: center;
  transition: all 0.3s;
}

.services .service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37,99,235,0.10);
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1e293b;
}

.services .service-item h4::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #2563eb;
  border-radius: 2px;
  margin: 12px auto 0;
}

.services .service-item p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 16px;
}

.services .service-item img.service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: inline-block;
}



/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%);
  width: 100%;
  padding: 80px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h4 {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  line-height: 50px;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #2563eb;
}

section.simple-cta h4 strong {
  color: #2563eb;
  font-weight: 700;
}

section.simple-cta p {
  color: #475569;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}

section.simple-cta .buttons .orange-button {
  margin-left: 20px;
}

section.simple-cta .buttons .orange-button,
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}



/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 90px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #1e293b;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #2563eb;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #1e293b;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #1a365d !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #1e293b;
  font-weight: 400;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}


/*
---------------------------------------------
calculator
---------------------------------------------
*/

section.calculator {
  margin-top: 150px;
  background-image: url(../images/calculator-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.calculator .left-image {
  margin: -110px 45px -80px 0px;
}

section.calculator .section-heading {
  text-align: left;
}

section.calculator .section-heading h4 {
  color: #fff;
}

#calculate label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

#calculate input,
#calculate select {
  background-color: rgba(121,134,151, 0.7);
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  outline: none;
}

#calculate select {
  cursor: pointer;
}

#calculate button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #2563eb;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#calculate button.orange-button:hover {
  opacity: 0.9;
}



/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  margin-top: 90px;
}

section.testimonials .section-heading {
  padding-top: 30px;
}

.testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

.testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: #2563eb;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2563eb;
}

.testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #bfdbfe;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #2563eb;
}



/* 
---------------------------------------------
partners
--------------------------------------------- 
*/

section.partners {
  background-color: #f0f7ff;
  padding: 80px 0px;
}

section.partners .item {
  margin: 0px 15px;
  cursor: pointer;
  transition: all .3s;
}

section.partners .item:hover {
  opacity: 0.75;
}



/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer {
  background-color: #f8fafc;
  text-align: center;
  padding: 25px 0px;
}

footer p {
  color: #1e293b;
  font-weight: 300;
}

footer p a {
  color: #2563eb;
}



/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  background:
    radial-gradient(circle at 5% 15%, rgba(255,255,255,0.14) 0%, transparent 45%),
    radial-gradient(circle at 95% 85%, rgba(255,255,255,0.10) 0%, transparent 50%),
    radial-gradient(circle at 2% 95%, rgba(255,255,255,0.08) 0%, transparent 35%),
    radial-gradient(circle at 98% 5%, rgba(255,255,255,0.08) 0%, transparent 35%),
    linear-gradient(135deg, #376bf0 0%, #184ae1 100%);
  padding: 200px 0px 100px 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(24, 74, 225, 0.15);
}

.page-heading::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1000px;
  top: -600px;
  left: -300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.page-heading::after {
  content: "";
  position: absolute;
  width: 1200px;
  height: 1200px;
  bottom: -800px;
  right: -400px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  pointer-events: none;
}

.page-heading .container {
  position: relative;
  z-index: 1;
}

.page-heading .container::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -250px;
  left: -150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.page-heading .container::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -150px;
  right: -100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.page-heading h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 6px;
}

.page-heading .div-dec {
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  margin: 20px auto 24px auto;
}

.page-heading p {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}



/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.about-intro-section {
  padding: 100px 0 70px;
}
.about-intro-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: right center;
  border-radius: 8px;
  display: block;
}
.about-intro-panel {
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  border: 1px solid rgba(226,232,240,0.8);
}
.about-kicker {
  display: inline-block;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.about-intro-panel h3 {
  color: #1e293b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 18px;
}
.about-intro-panel p {
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.about-gallery-section {
  padding: 40px 0 12px;
}

.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-gallery-item {
  min-height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  cursor: zoom-in;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.95);
  display: flex;
  flex-direction: column;
}

.about-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: fill;
  display: block;
  box-sizing: border-box;
  background: #f8fafc;
  transition: transform 0.28s ease;
}

.about-gallery-item:hover img,
.about-gallery-item:focus img {
  transform: scale(1.04);
}

.about-gallery-caption {
  padding: 14px 16px 16px;
  background: #fff;
  color: #0f172a;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.about-gallery-caption strong,
.about-gallery-caption span {
  display: block;
}

.about-gallery-caption strong {
  font-size: 16px;
  font-weight: 800;
}

.about-gallery-caption span {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
}

@media (max-width: 991px) {
  .about-gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-gallery-item,
  .about-gallery-item img {
    min-height: 0;
  }
}
.about-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.about-metric {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  border: 1px solid rgba(226,232,240,0.8);
  position: relative;
  overflow: hidden;
}
.metric-content {
  position: relative;
  padding-right: 40px;
}
.metric-index {
  position: absolute;
  top: -6px;
  right: 0;
  font-style: normal;
  font-size: 44px;
  font-weight: 800;
  color: rgba(37,99,235,0.08);
  line-height: 1;
}
.metric-content strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}
.metric-content strong::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: #2563eb;
  border-radius: 2px;
  margin-top: 8px;
}
.metric-content span {
  display: block;
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 35px 0px !important;  
  font-size: 22px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #2563eb;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  border: 1px solid rgba(226,232,240,0.8);
  overflow: hidden;
}



.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #2563eb;
  font-weight: 600;
  right: 20px;
  top: 16px;
  transition: all .3s;
  opacity: 0.12;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1e293b;
}

.what-we-do .right-items .item p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.what-we-do .right-items .item:hover em {
  opacity: 0.22;
}



/* 
---------------------------------------------
services page
--------------------------------------------- 
*/

.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-services  .left-image {
  margin-right: 15px;
}

.main-services  .left-image img {
  border-radius: 5px;
}

.main-services  .right-image {
  margin-left: 15px;
}

.main-services  .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 15px;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #2563eb;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #1e293b;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #2563eb;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 470px;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #1e293b;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #1e293b;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}



/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #2563eb;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #2563eb;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #2563eb;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  color: #1e293b;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #ffffff;
  color: #1e293b;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #1e293b;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #2563eb;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: #1e40af;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    display: inline-block;
  }
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .header-area {
    background-color: #ffffff;
  }
  .slide-inner .header-text {
    width: 80%;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }
  section.calculator .left-image {
    display: none;
  }
  .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
  section.partners .item {
    margin:15px; 
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .about-intro-section {
    padding: 75px 0 55px;
  }
  .about-intro-panel {
    padding: 30px;
    margin-top: 32px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    line-height: 100px;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item img.service-icon {
    margin-bottom: 20px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }
  .testimonials .item i {
    margin-bottom: 60px;
  }
  .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .testimonials .item {
    padding: 50px;
  }
}
/* ==========================================
   伊宝尔官网自定义样式
   ========================================== */

/* Logo文字样式 */
.logo-text {
  font-size: 40px;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 4px;
  text-decoration: none;
}
.header-area .main-nav .logo:hover .logo-text {
  color: #1d4ed8;
}

/* 产品图片占位�?*/
.product-image-placeholder {
  background-color: #f0f0f0;
  border: 2px dashed #d0d0d0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.product-image-placeholder span {
  line-height: 1.6;
}

/* 产品卡片 */
.product-card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.product-card:hover {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.product-card .product-image-placeholder {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.product-card .product-body {
  padding: 25px;
}
.product-card .product-group {
  display: inline-block;
  font-size: 12px;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-card .product-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e293b;
}
.product-card .product-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* 产品页侧边栏 */
.product-sidebar {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.product-sidebar h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #2563eb;
}
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-list li {
  border-bottom: 1px solid #eee;
}
.category-list li a {
  display: block;
  padding: 12px 0;
  color: #666;
  font-size: 15px;
  transition: all 0.3s;
  text-decoration: none;
}
.category-list li a:hover,
.category-list li.active a {
  color: #2563eb;
  font-weight: 600;
}
.category-list li.active a {
  padding-left: 10px;
  color: #2563eb;
}

/* 产品详情�?*/
.product-detail-section {
  padding: 100px 0;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px;
}
.breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666;
}
.product-image-large .product-image-placeholder {
  min-height: 400px;
  font-size: 18px;
}
.product-info h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e293b;
}
.product-description {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.product-meta {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* 详情页标�?*/
.product-details-tabs {
  margin-top: 40px;
}
.product-details-tabs .nav-tabs {
  border-bottom: 2px solid #eee;
}
.product-details-tabs .nav-tabs .nav-link {
  border: none;
  color: #666;
  font-weight: 600;
  padding: 15px 30px;
}
.product-details-tabs .nav-tabs .nav-link.active {
  color: #2563eb;
  border-bottom: 2px solid #2563eb;
}
.product-details-tabs .tab-content {
  padding: 30px 0;
}

/* 表格样式 */
.table-bordered th {
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  border: none;
}
.table-bordered td {
  border-color: #eee;
  color: #666;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(26,54,93,0.05);
}

/* 留言表单 */
#calculate textarea,
#contact textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  resize: vertical;
}
#calculate textarea:focus,
#contact textarea:focus {
  border-color: #2563eb;
  outline: none;
}

/* 响应式调�?*/
@media (max-width: 992px) {
  .product-sidebar {
    margin-bottom: 40px;
  }
  .product-image-large .product-image-placeholder {
    min-height: 250px;
    margin-bottom: 30px;
  }
  .product-detail-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .logo-text {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .product-card {
    margin-bottom: 20px;
  }
}

/* ==========================================
   伊宝尔官网自定义样式扩展
   ========================================== */

/* Logo文字样式 */
.logo-text {
  font-size: 40px;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 4px;
  text-decoration: none;
}
.header-area .main-nav .logo:hover .logo-text {
  color: #1d4ed8;
}

/* 产品图片占位�?*/
.product-image-placeholder {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
  border: 2px dashed #c0c8d0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #8898aa;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.product-image-placeholder span {
  line-height: 1.6;
}

/* 产品卡片 */
.product-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.product-card:hover {
  box-shadow: 0px 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}
.product-card .product-image-placeholder {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.product-card .product-body {
  padding: 25px;
}
.product-card .product-group {
  display: inline-block;
  font-size: 12px;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-card .product-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1e293b;
  line-height: 1.4;
}
.product-card .product-desc {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
}
.product-card .product-footer {
  margin-top: auto;
}
.model-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 2;
}

/* 关联产品卡片 */
.related-card .product-title {
  font-size: 15px;
}
.related-card .product-desc {
  font-size: 13px;
}

/* 产品页侧边栏 */
.product-sidebar {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.06);
  position: sticky;
  top: 100px;
}
.product-sidebar h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2563eb;
}
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-list li {
  border-bottom: 1px solid #f0f0f0;
}
.category-list li a {
  display: block;
  padding: 14px 0;
  color: #666;
  font-size: 15px;
  transition: all 0.3s;
  text-decoration: none;
}
.category-list li a:hover,
.category-list li.active a {
  color: #2563eb;
  font-weight: 600;
}
.category-list li.active a {
  padding-left: 12px;
  color: #2563eb;
}

/* 产品详情�?*/
.product-detail-section {
  padding: 80px 0 60px;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px;
}
.breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666;
}
.product-image-large .product-image-placeholder {
  min-height: 400px;
  font-size: 18px;
  border-radius: 8px;
}
.product-info h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e293b;
}
#detail-group {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.product-description {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}
.product-meta {
  margin-top: 25px;
}
.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #e8ecf1;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8ecf1;
}
.meta-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 24px 28px;
  transition: background 0.2s ease;
}
.meta-card:hover {
  background: #f8fafc;
}
.meta-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #eef4ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 20px;
}
.meta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.meta-label {
  color: #6b7280;
  font-size: 14px;
  display: block;
  line-height: 1.4;
}
.meta-value {
  color: #111827;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1.3;
}

/* 详情页标�?*/
.product-details-tabs {
  margin-top: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.06);
  padding: 30px;
}
.product-details-tabs .nav-tabs {
  border-bottom: 2px solid #eee;
  margin-bottom: 25px;
}
.product-details-tabs .nav-tabs .nav-link {
  border: none;
  color: #666;
  font-weight: 600;
  padding: 15px 30px;
  font-size: 15px;
}
.product-details-tabs .nav-tabs .nav-link.active {
  color: #2563eb;
  border-bottom: 3px solid #2563eb;
  background: transparent;
}
.product-details-tabs .tab-content {
  padding: 10px 0;
}
.product-details-tabs.specs-only {
  padding: 28px 30px 32px;
}
.specs-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.specs-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.specs-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.specs-panel-heading h4 {
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.product-details-tabs.specs-only .table-responsive {
  margin-top: 0;
}
.product-details-tabs.specs-only .table {
  margin-bottom: 0;
}
.specs-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.specs-table thead th {
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 20px;
  border: none;
}
.specs-table thead th:first-child {
  border-top-left-radius: 12px;
}
.specs-table thead th:last-child {
  border-top-right-radius: 12px;
}
.specs-table tbody tr:nth-child(odd) td {
  background: #fff;
}
.specs-table tbody tr:nth-child(even) td {
  background: #f0f7ff;
}
.specs-table tbody td {
  padding: 14px 20px;
  border: none;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  color: #374151;
}
.specs-table tbody tr:first-child td {
  border-top: none;
}
.specs-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.specs-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.specs-table .spec-label {
  font-weight: 600;
  color: #111827;
  width: 30%;
}
.specs-table .spec-value {
  color: #374151;
}

.product-info-panel {
  height: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.06);
  padding: 24px;
}

.detail-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef2f7;
}

.detail-panel-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef4ff;
  color: #2563eb;
  font-size: 18px;
}

.detail-panel-heading h4 {
  margin: 0 0 3px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}

.detail-panel-heading p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #374151;
  font-size: 14px;
  line-height: 1.65;
}

.feature-item i {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-size: 11px;
}

.model-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.model-option-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  padding: 16px;
  min-width: 0;
}

.model-option-head {
  margin-bottom: 12px;
}

.model-code {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}

.model-option-head h5 {
  margin: 9px 0 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.model-spec-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.model-spec-list li {
  display: grid;
  grid-template-columns: minmax(72px, 34%) minmax(0, 1fr);
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
  font-size: 13px;
  line-height: 1.5;
}

.model-spec-list span {
  color: #64748b;
}

.model-spec-list strong {
  color: #1f2937;
  font-weight: 600;
  word-break: break-word;
}

.model-empty-spec {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

/* 分类计数标签 */
.category-count {
  display: inline-block;
  font-size: 13px;
  color: #888;
  margin-top: 10px;
  font-weight: 500;
}

/* 联系信息卡片 */
.contact-info-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  border: 1px solid rgba(226,232,240,0.8);
  transition: all 0.3s;
  height: 100%;
}
.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(37,99,235,0.12);
}
.contact-icon {
  width: 70px;
  height: 70px;
  background: rgba(37,99,235,0.08);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 2px solid rgba(37,99,235,0.12);
}
.contact-icon i {
  font-size: 28px;
  color: #2563eb;
}
.contact-info-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1e293b;
}
.contact-info-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

/* 联系页面左侧 */
.contact-left {
  padding-right: 30px;
}
.contact-features {
  margin-top: 30px;
}
.contact-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-feature-item i {
  width: 50px;
  height: 50px;
  background: #2563eb;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 18px;
  flex-shrink: 0;
}
.contact-feature-item h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1e293b;
}
.contact-feature-item p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

/* 合作流程 */
.process-step {
  padding: 30px 20px;
}
.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.process-step h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.process-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* 表单样式增强 */
#contact label {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  display: block;
}
#contact label .required {
  color: #2563eb;
}
#contact input,
#contact select,
#contact textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 5px;
  transition: border-color 0.3s;
}
#contact input:focus,
#contact select:focus,
#contact textarea:focus {
  border-color: #2563eb;
  outline: none;
}
#contact textarea {
  min-height: 140px;
  resize: vertical;
}
#contact button {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
}

/* 表格样式增强 */
.table-bordered th {
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 14px;
}
.table-bordered td {
  border-color: #e9ecef;
  color: #555;
  padding: 12px 14px;
  font-size: 14px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(26,54,93,0.04);
}

/* 按钮增强 */
.green-button.btn-sm,
.orange-button.btn-sm {
  padding: 8px 20px;
  font-size: 13px;
}

/* 响应式调�?*/
@media (max-width: 992px) {
  .product-sidebar {
    margin-bottom: 40px;
    position: static;
  }
  .product-image-large .product-image-placeholder {
    min-height: 250px;
    margin-bottom: 30px;
  }
  .product-detail-section {
    padding: 60px 0;
  }
  .contact-left {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .logo-text {
    font-size: 24px;
  }
  .product-card {
    margin-bottom: 20px;
  }
  .contact-info-card {
    margin-bottom: 20px;
  }
}

/* ==========================================
   伊宝尔官网自定义样式扩展 - 第二�?   ========================================== */

/* 分组标题 */
.group-header {
  background: #fff;
  color: #1e293b;
  padding: 28px 32px;
  border-radius: 16px;
  margin-bottom: 25px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  border: 1px solid rgba(226,232,240,0.8);
  position: relative;
  overflow: hidden;
}
.group-header h3 {
  color: #1e293b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.group-header p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* 首页分类卡片链接 */
.service-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-item-link:hover {
  color: inherit;
}
.service-item-link .service-item {
  transition: all 0.3s;
  height: 100%;
}
.service-item-link:hover .service-item {
  transform: translateY(-5px);
  box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
}

/* 空状�?*/
.empty-state {
  padding: 60px 20px;
  color: #999;
}
.empty-state p {
  font-size: 16px;
  margin-top: 15px;
}

/* 详情页文档下载占位区 */
.doc-download-area {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
}
.doc-download-area h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e293b;
}
.doc-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.doc-item:hover,
.doc-item:focus {
  border-color: #2563eb;
  box-shadow: 0 8px 24px rgba(26,54,93,0.12);
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
}
.doc-item i {
  color: #2563eb;
  font-size: 20px;
  margin-right: 12px;
}
.doc-item span {
  font-size: 14px;
  color: #555;
}
.doc-item span:not(.badge) {
  flex: 1;
}
.doc-item .badge {
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
}
.doc-item .btn-sm {
  padding: 5px 15px;
  font-size: 12px;
}

/* 应用场景占位 */
.application-area {
  margin-top: 30px;
}
.application-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.application-item {
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 6px;
  text-align: center;
  min-width: 120px;
  flex: 1;
}
.application-item i {
  font-size: 24px;
  color: #2563eb;
  margin-bottom: 8px;
  display: block;
}
.application-item span {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

/* 响应式微�?*/
@media (max-width: 768px) {
  .about-intro-panel h3 {
    font-size: 24px;
  }
  .about-metrics {
    grid-template-columns: 1fr;
  }
  .group-header h3 {
    font-size: 20px;
  }
  .application-item {
    min-width: 100px;
    padding: 12px 15px;
  }
}

/* ==========================================
   伊宝尔官网自定义样式扩展 - 第三�?   ========================================== */

/* 时间�?*/
.timeline {
  position: relative;
  padding-left: 40px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #2563eb, #1e40af);
  border-radius: 3px;
}
.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-year {
  position: absolute;
  left: -40px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 0 4px rgba(26,54,93,0.2);
}
.timeline-content {
  background: #fff;
  padding: 28px 32px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  border: 1px solid rgba(226,232,240,0.8);
}
.timeline-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1e293b;
}
.timeline-content p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 0;
}

/* 统计数字 */
.stat-item {
  padding: 20px;
}
.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

/* 关于我们统计区域 */
.about-stats-section {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fd 100%);
  padding: 80px 0;
}
.stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  border: 1px solid rgba(226,232,240,0.8);
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(37,99,235,0.12);
}
.stat-card-icon {
  width: 70px;
  height: 70px;
  background: rgba(37,99,235,0.08);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 2px solid rgba(37,99,235,0.12);
}
.stat-card-icon i {
  font-size: 28px;
  color: #2563eb;
}
.stat-card-number {
  font-size: 42px;
  font-weight: 800;
  color: #2563eb;
  line-height: 1.2;
  margin-bottom: 8px;
}
.stat-card-label {
  font-size: 16px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 12px;
}
.stat-card-line {
  width: 32px;
  height: 3px;
  background: #2563eb;
  border-radius: 2px;
  margin: 0 auto;
}

/* 浮动咨询按钮 */
.float-contact {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
}
.float-contact-btn {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(37,99,235,0.4);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.float-contact-btn:hover {
  transform: scale(1.1);
  color: #fff;
  box-shadow: 0 6px 20px rgba(201,169,110,0.5);
}
.float-contact-label {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #2563eb;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.float-contact:hover .float-contact-label {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

/* 服务项文字居中适配 */
.service-item.text-center i {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}

/* 响应�?*/
@media (max-width: 768px) {
  .timeline {
    padding-left: 30px;
  }
  .timeline-year {
    width: 40px;
    height: 40px;
    font-size: 11px;
    left: -30px;
  }
  .timeline-content {
    padding: 18px 20px;
  }
  .stat-number {
    font-size: 32px;
  }
  .float-contact {
    right: 15px;
    bottom: 15px;
  }
  .float-contact-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* ==========================================
   伊宝尔官网自定义样式扩展 - 第四�?   ========================================== */

/* 回到顶部 */
.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 95px;
  width: 45px;
  height: 45px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9998;
  box-shadow: 0 2px 10px rgba(26,54,93,0.3);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.site-history-back {
  position: fixed;
  z-index: 10010;
  left: 22px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: #1e40af;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

body.history-back-available .site-history-back {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-history-back:hover,
.site-history-back:focus {
  background: #2563eb;
  color: #fff;
}
.back-to-top:hover {
  background: #1e40af;
  transform: translateY(-3px);
}

/* Footer 增强 */
footer {
  background: #f8fafc;
  padding: 60px 0 30px;
}
footer p {
  color: #64748b;
  font-size: 14px;
}
.footer-content {
  margin-bottom: 40px;
}
.footer-brand {
  font-size: 24px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 15px;
  display: block;
}
.footer-desc {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #64748b;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #2563eb;
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  margin-bottom: 12px;
  color: #64748b;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
.footer-contact li i {
  color: #2563eb;
  margin-right: 10px;
  margin-top: 3px;
  width: 16px;
}
.footer-bottom {
  border-top: 1px solid #e2e8f0;
  padding-top: 25px;
  margin-top: 30px;
}

/* 首页数据概览 */
.home-stats {
  background: transparent;
  padding: 30px 0 40px;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.home-stats-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(30, 64, 175, 0.10), 0 2px 8px rgba(30, 64, 175, 0.06);
  padding: 40px 20px;
}
.home-stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 12px;
  position: relative;
}
.home-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #e2e8f0;
}
.home-stat-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-stat-icon i {
  font-size: 22px;
  color: #2563eb;
}
.home-stat-body {
  text-align: left;
}
.home-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #2563eb;
  line-height: 1.1;
  margin-bottom: 6px;
}
.home-stat-label {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
.home-stat-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  background: #2563eb;
  border-radius: 2px;
}

/* 响应�?*/
@media (max-width: 768px) {
  .back-to-top {
    right: 15px;
    bottom: 85px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* Product data driven rendering */
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card .product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-card .product-footer {
  margin-top: auto;
}

.product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f7f8fa;
  border-bottom: 1px solid #ececec;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.zoomable-image {
  cursor: zoom-in;
}

.zoomable-image:focus-visible {
  outline: 3px solid rgba(26, 54, 93, 0.35);
  outline-offset: -3px;
}

.product-detail-image {
  min-height: 420px;
  aspect-ratio: 4 / 3;
  border: 1px solid #ececec;
  border-radius: 5px;
}

.product-detail-image img {
  padding: 14px;
}

.related-product-image {
  min-height: 150px;
}

.image-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.category-list li a {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.category-list li a em {
  min-width: 28px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f0f3f6;
  color: #667085;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.category-list li.active a em,
.category-list li a:hover em {
  background: #2563eb;
  color: #fff;
}

.model-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(26, 54, 93, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.related-card .product-title {
  font-size: 15px;
  line-height: 1.4;
}

.related-card .product-desc {
  font-size: 13px;
}

body.image-zoom-open {
  overflow: hidden;
}

.image-zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.image-zoom-modal.open {
  display: flex;
}

.image-zoom-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 21, 35, 0.82);
}

.image-zoom-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1120px, 96vw);
  max-height: 92vh;
}

.image-zoom-dialog img {
  max-width: 100%;
  max-height: calc(92vh - 54px);
  object-fit: contain;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.image-zoom-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #2563eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.image-zoom-title {
  max-width: 100%;
  margin-top: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .product-image {
    min-height: 190px;
  }

  .product-detail-image {
    min-height: 280px;
  }

  .image-zoom-modal {
    padding: 14px;
  }

  .image-zoom-close {
    top: 8px;
    right: 8px;
  }
}

/* Navigation and mobile product UX refinements */
.header-area .main-nav .nav li.has-sub ul.sub-menu {
  width: 190px;
  z-index: 1000;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a,
.background-header .main-nav .nav li.has-sub ul.sub-menu li a {
  height: 54px;
  line-height: 54px;
  padding-left: 24px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .header-area .main-nav {
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .header-area .main-nav .nav {
    max-height: none;
    flex: 1;
    overflow-x: visible;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
  }
  .header-area .main-nav .nav::-webkit-scrollbar {
    display: none;
  }

  .header-area .main-nav .nav li.has-sub {
    position: static;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 150px;
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border-radius: 8px;
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    padding: 4px 0;
  }

  .header-area .main-nav .nav li.has-sub:hover ul.sub-menu,
  .header-area .main-nav .nav li.has-sub.is-open-sub ul.sub-menu {
    display: block;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    height: 38px !important;
    line-height: 38px !important;
    padding-left: 14px !important;
    background: #fff !important;
    font-size: 12px;
    color: #475569 !important;
    text-align: left;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a,
  .background-header .main-nav .nav li.has-sub ul.sub-menu li a {
    height: 38px !important;
    line-height: 38px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 12px;
  }

  .header-area .main-nav .nav li.has-sub.is-open-sub:after {
    transform: rotate(180deg);
  }
}

@media (max-width: 768px) {
  .page-heading {
    padding: 160px 0 60px;
  }

  .page-heading h2 {
    font-size: 36px;
    letter-spacing: 4px;
  }

  .main-services.product-page {
    padding: 44px 0 56px;
  }

  /* 分类侧边栏 → 顶部横向滚动筛选条 */
  .product-page .product-sidebar {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .product-page .product-sidebar h4 {
    display: none;
  }

  /* 滚动筛选条容器：带顶部细线 + 底部阴影分隔 */
  .product-page .category-list {
    display: flex;
    gap: 8px;
    margin: 0 -15px;
    padding: 12px 15px 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #fff;
    border-bottom: 1px solid #e8edf3;
    box-shadow: 0 4px 12px rgba(148,163,184,0.06);
    position: sticky;
    top: 80px;
    z-index: 50;
  }

  .product-page .category-list::-webkit-scrollbar {
    display: none;
  }

  .product-page .category-list li {
    flex: 0 0 auto;
    border-bottom: 0;
  }

  .product-page .category-list li a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 34px;
    padding: 0 14px;
    border: 1.5px solid #dde3eb;
    border-radius: 999px;
    background: #fff;
    color: #384152;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.18s, border-color 0.18s, color 0.18s;
  }

  .product-page .category-list li.active a,
  .product-page .category-list li a:active {
    padding-left: 14px;
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
  }

  .product-page .category-list li a em {
    display: inline-block;
    min-width: 18px;
    padding: 1px 5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    font-style: normal;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }

  .product-page .category-list li:not(.active) a em {
    background: #eef1f6;
    color: #667085;
  }

  /* 分组标题 */
  .group-header {
    padding: 14px 16px;
    margin-top: 16px;
    margin-bottom: 14px;
    border-radius: 8px;
  }

  .group-header h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .group-header p {
    font-size: 12px;
    line-height: 1.5;
  }

  /* 产品网格：两列紧凑排列 */
  #product-grid,
  #related-products {
    margin-right: -6px;
    margin-left: -6px;
  }

  #product-grid .product-card-col,
  #related-products .related-product-col {
    width: 50%;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 12px !important;
  }

  .product-card {
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(15, 39, 68, 0.07);
  }

  .product-card:hover {
    transform: none;
  }

  .product-card .product-body {
    padding: 10px 10px 12px;
  }

  .product-card .product-group {
    display: none;
  }

  .product-card .product-title {
    display: -webkit-box;
    min-height: 36px;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 1.38;
  }

  .product-card .product-desc {
    display: none;
  }

  .product-card .product-footer .green-button {
    display: block;
    width: 100%;
    padding: 7px 0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background-color: #2563eb;
    color: #fff;
  }

  .product-card .product-footer .green-button a {
    display: block;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }

  .product-card-image,
  .related-product-image {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .product-image img {
    padding: 6px;
  }

  .model-badge {
    top: 6px;
    right: 6px;
    padding: 2px 6px;
    font-size: 10px;
  }

  .product-detail-section {
    padding: 42px 0 52px;
  }

  .product-detail-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .product-info h2 {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.35;
  }

  .product-description {
    font-size: 14px;
    line-height: 1.75;
  }

  .product-info .orange-button,
  .product-info .green-button {
    margin: 0 8px 8px 0 !important;
    padding: 10px 15px;
    font-size: 13px;
  }

  .product-details-tabs.specs-only {
    margin-top: 25px;
    padding: 16px 12px;
  }

  .specs-panel-heading h4 {
    font-size: 18px;
  }

  .table-responsive {
    -webkit-overflow-scrolling: touch;
  }

  .table-bordered th,
  .table-bordered td {
    padding: 8px;
    font-size: 13px;
  }

  .application-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .application-item {
    min-width: 0;
    padding: 12px 8px;
  }
}

/* 首页视觉调整 */
@media (min-width: 768px) {
  .header-area {
    background: rgba(255, 255, 255, 0.92);
    background-image: none;
    border-bottom: 1px solid rgba(226,232,240,0.8);
    box-shadow: 0 16px 34px rgba(148,163,184,0.12);
    backdrop-filter: blur(14px) saturate(132%);
    -webkit-backdrop-filter: blur(14px) saturate(132%);
  }

  .background-header {
    background: rgba(255, 255, 255, 0.96);
    background-image: none;
    border-bottom: 1px solid rgba(226,232,240,0.8);
    box-shadow: 0 12px 30px rgba(148,163,184,0.18) !important;
    backdrop-filter: blur(16px) saturate(135%);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
  }

  .header-area .main-nav .logo {
    line-height: 92px;
  }

  .background-header .main-nav .logo {
    line-height: 80px;
  }

  .header-area .main-nav .nav {
    margin-top: 36px;
  }

  .background-header .nav {
    margin-top: 24px !important;
  }

  .header-area .main-nav .nav li a {
    color: rgba(30,41,59,0.92);
    font-weight: 500;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: rgba(30,41,59,0.92);
  }

  .header-area .main-nav .nav li:hover a,
  .header-area .main-nav .nav li a.active,
  .background-header .main-nav .nav li:hover a,
  .background-header .main-nav .nav li a.active {
    color: #2563eb;
  }

  .header-area .main-nav .nav li:last-child a {
    background-color: rgba(37,99,235,0.9);
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(148,163,184,0.14);
  }

  .header-area .main-nav .nav li:last-child a:hover {
    color: #fff;
    background-color: #1e40af;
  }
}

.logo-text,
.header-area .main-nav .logo:hover .logo-text {
  color: #2563eb;
}

section.about-us {
  margin-top: 82px;
}

section.about-us .section-heading {
  padding-top: 18px;
  margin-bottom: 46px;
}

section.about-us .left-image {
  height: 100%;
}

section.about-us .left-image img {
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(33,39,65,0.12);
}

section.about-us .right-content {
  max-width: 540px;
  margin-left: 46px;
  padding: 28px 0;
}

section.about-us .right-content h4 {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1.45;
}

section.about-us .right-content p {
  margin-bottom: 18px;
  color: #4f5b72;
  line-height: 1.9;
}

section.about-us .right-content .green-button {
  margin-top: 28px;
}

.home-about-content .about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.home-about-content .about-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #2563eb;
}

.home-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.home-about-point {
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  background: #f8fbff;
}

.home-about-point strong {
  display: block;
  margin-bottom: 6px;
  color: #1e293b;
  font-size: 15px;
  font-weight: 700;
}

.home-about-point span {
  display: block;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

section.partners {
  background: #f6f8fb;
  padding: 52px 0 44px;
  margin-top: 82px;
}

section.partners .section-heading {
  margin-bottom: 32px;
}

section.partners .section-heading h4 {
  color: #1e293b;
}

section.partners .item {
  margin: 0;
  padding: 22px 16px !important;
  background: #fff;
  border: 1px solid rgba(226,232,240,0.8);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(37,99,235,0.08);
}

section.partners .item i {
  color: #2563eb !important;
  font-size: 34px;
}

section.partners .item h5 {
  margin-top: 12px !important;
  color: #1e293b;
  font-size: 17px;
  font-weight: 700;
}

section.partners .item:hover {
  opacity: 1;
  transform: translateY(-2px);
}

footer {
  background: #f8fafc;
  padding: 36px 0 18px;
  text-align: left;
}

footer p,
.footer-desc,
.footer-links a,
.footer-contact li {
  color: #64748b;
}

.footer-content {
  margin-bottom: 16px;
}

.footer-content .mb-4 {
  margin-bottom: 18px !important;
}

.footer-brand {
  color: #2563eb;
  margin-bottom: 10px;
}

.footer-desc {
  margin-bottom: 0;
}

.footer-title {
  margin-bottom: 12px;
}

.footer-links li {
  margin-bottom: 7px;
}

.footer-links a:hover {
  color: #2563eb;
}

.footer-contact li {
  margin-bottom: 8px;
}

.footer-contact li i {
  color: #2563eb;
}

.footer-bottom {
  margin-top: 10px;
  padding-top: 16px;
}

.footer-bottom p {
  text-align: center;
  font-size: 13px;
}

@media (max-width: 991px) {
  section.about-us .right-content {
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
    padding: 0;
  }

  section.partners {
    padding: 44px 0 34px;
  }
}

@media (max-width: 767px) {
  section.about-us {
    margin-top: 60px;
  }

  section.about-us .section-heading {
    margin-bottom: 30px;
  }

  section.about-us .left-image img {
    aspect-ratio: 16 / 10;
  }

  section.about-us .right-content h4 {
    font-size: 24px;
  }

  section.partners .item {
    margin-bottom: 14px;
  }

  footer {
    text-align: center;
  }

  .footer-contact li {
    justify-content: center;
  }
}

/* Homepage stats and category section refinement */
/* replaced by new card-style stats below */

section.services {
  margin-top: 0;
  padding: 48px 0 70px;
  background: #f6f8fb;
}

section.services .section-heading {
  margin-bottom: 34px;
}

section.services .section-heading h6 {
  margin-bottom: 8px;
  color: #b28c4e;
  letter-spacing: 0.08em;
}

section.services .section-heading h4 {
  margin-top: 0;
  color: #17233d;
  font-size: 34px;
  line-height: 1.25;
}

#product-categories {
  margin-right: -12px;
  margin-left: -12px;
}

.home-category-col {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px;
}

.service-item-link,
.service-item-link .service-item,
.service-item-link .service-item i,
.service-item-link .category-count i {
  transition: none;
}

.service-item-link:hover .service-item,
.service-item-link:focus .service-item {
  transform: none;
}

.home-category-mobile-shell {
  display: none;
}

.services .service-item.home-category-card,
.services .service-item.home-category-card:hover {
  position: relative;
  min-height: 270px;
  margin-top: 0;
  padding: 30px 32px 28px;
  overflow: hidden;
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(248,250,253,0.98) 100%);
  box-shadow: 0 12px 32px rgba(148,163,184,0.08);
}



.services .service-item.home-category-card i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  float: none;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 20px 0 0;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 28px;
  vertical-align: top;
}

.services .service-item.home-category-card:hover i {
  margin-top: 0;
}

.services .service-item.home-category-card h4 {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: calc(100% - 84px);
  margin: 4px 0 0;
  color: #17233d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  vertical-align: top;
}

.services .service-item.home-category-card p {
  position: relative;
  z-index: 1;
  min-height: 78px;
  margin: 22px 0 16px;
  color: #3f4a62;
  font-size: 15px;
  line-height: 1.8;
}

.services .service-item.home-category-card .category-count {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid #e8edf4;
  color: #7a8494;
  font-size: 14px;
}

.services .service-item.home-category-card .category-count i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: transparent;
  color: #2563eb;
  font-size: 14px;
}

@media (max-width: 991px) {
  .home-stats {
    padding: 24px 0 30px;
    margin-top: 0;
  }
  .home-stats-card {
    padding: 28px 12px;
  }
  .home-stat-item {
    gap: 12px;
    padding: 12px 8px;
  }
  .home-stat-icon {
    width: 48px;
    height: 48px;
  }
  .home-stat-icon i {
    font-size: 18px;
  }
  .home-stat-number {
    font-size: 26px;
  }
  .home-stat-label {
    font-size: 13px;
    padding-bottom: 8px;
  }
  .home-stat-item:not(:last-child)::after {
    height: 40px;
  }

  section.services {
    padding: 42px 0 56px;
  }

  .services .service-item.home-category-card,
  .services .service-item.home-category-card:hover {
    min-height: 250px;
  }

  /* tablet: use medium-size banner images */
  .slide-bg-1 { background-image: url(../images/slide-01-md.webp) !important; }
  .slide-bg-2 { background-image: url(../images/slide-02-md.webp) !important; }
  .slide-bg-3 { background-image: url(../images/slide-03-md.webp) !important; }
  .slide-bg-4 { background-image: url(../images/slide-04-md.webp) !important; }
}

@media (max-width: 767px) {
  .home-stats {
    padding: 20px 12px 24px;
    margin-top: 0;
  }
  .home-stats-card {
    padding: 20px 10px;
    border-radius: 12px;
  }
  .home-stat-item {
    gap: 10px;
    padding: 10px 4px;
  }
  .home-stat-item:not(:last-child)::after {
    display: none;
  }
  .home-stat-icon {
    width: 40px;
    height: 40px;
  }
  .home-stat-icon i {
    font-size: 16px;
  }
  .home-stat-number {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .home-stat-label {
    font-size: 12px;
    padding-bottom: 6px;
  }
  .home-stat-label::after {
    width: 20px;
    height: 2px;
  }

  section.services {
    padding: 34px 0 44px;
  }

  section.services .section-heading {
    margin-bottom: 22px;
  }

  section.services .section-heading h4 {
    font-size: 28px;
  }

  #product-categories {
    margin-right: -8px;
    margin-left: -8px;
  }

  .home-category-col {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .services .service-item.home-category-card,
  .services .service-item.home-category-card:hover {
    min-height: 0;
    padding: 24px 22px 22px;
  }

  .services .service-item.home-category-card i {
    width: 50px;
    height: 50px;
    margin-right: 14px;
    font-size: 24px;
  }

  .services .service-item.home-category-card h4 {
    width: calc(100% - 68px);
    font-size: 20px;
  }

  .services .service-item.home-category-card p {
    min-height: 0;
    margin: 16px 0 14px;
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Mobile compact layout */
@media (max-width: 767px) {
  body {
    background: #f6f8fb;
  }

  section {
    margin-top: 42px;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .section-heading h6 {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .section-heading h4 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.28;
  }

  p {
    font-size: 14px;
    line-height: 1.65;
  }

  .header-area,
  .background-header {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    height: auto !important;
    min-height: 50px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.94) !important;
    border-bottom: 1px solid rgba(148,163,184,0.08);
    box-shadow: 0 8px 24px rgba(148,163,184,0.08) !important;
    backdrop-filter: blur(14px) saturate(135%);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    text-align: left;
  }

  .header-area .main-nav {
    min-height: auto;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    position: relative;
  }

  .header-area .main-nav .logo,
  .background-header .main-nav .logo,
  .header-area .logo {
    width: auto;
    line-height: 64px !important;
  }

  .logo-text {
    color: #2563eb;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .header-area .main-nav .menu-trigger,
  .background-header .main-nav .menu-trigger {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-left: 8px;
  }

  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after,
  .background-header .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    left: 50%;
    width: 22px;
    height: 2px;
    background-color: #1e293b;
    transform: translateX(-50%);
    transform-origin: center;
  }

  .header-area .main-nav .menu-trigger span {
    top: 19px;
  }

  .header-area .main-nav .menu-trigger span:before {
    top: -7px;
  }

  .header-area .main-nav .menu-trigger span:after {
    top: 7px;
  }

  .header-area .main-nav .menu-trigger.active span {
    background-color: transparent;
  }

  .header-area .main-nav .menu-trigger.active span:before {
    top: 0;
    transform-origin: center;
    transform: translateX(-50%) rotate(45deg);
  }

  .header-area .main-nav .menu-trigger.active span:after {
    top: 0;
    transform-origin: center;
    transform: translateX(-50%) rotate(-45deg);
  }

  .header-area .main-nav .nav {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    max-height: none;
    margin: 0 !important;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: flex !important;
  }
  .header-area .main-nav .nav::-webkit-scrollbar {
    display: none;
  }

  .header-area .main-nav .nav li {
    border: 0;
    background: transparent;
  }

  .header-area .main-nav .nav li:last-child {
    display: inline-block;
  }

  .header-area .main-nav .nav li a,
  .header-area .main-nav .nav li:last-child a {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #1e293b !important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  .header-area .main-nav .nav li a.active,
  .header-area .main-nav .nav li a:hover {
    background: #f1f5f9 !important;
    color: #2563eb !important;
  }

  .header-area .main-nav .nav li:last-child a {
    margin-top: 0;
    background: transparent !important;
    color: #2563eb !important;
    text-align: center;
    box-shadow: none;
  }

  .header-area .main-nav .nav li.has-sub:after {
    top: 12px;
    right: 2px;
    color: #94a3b8;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    margin: 4px 0 0;
    padding: 4px 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a,
  .background-header .main-nav .nav li.has-sub ul.sub-menu li a {
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 14px !important;
    color: #475569 !important;
    font-size: 12px;
  }

  .swiper-container {
    height: 420px;
  }

  .slide-inner {
    background-color: #2563eb;
    background-size: cover;
    background-position: center;
  }

  .slide-bg-1 { background-image: url(../images/slide-01-sm.webp) !important; }
  .slide-bg-2 { background-image: url(../images/slide-02-sm.webp) !important; }
  .slide-bg-3 { background-image: url(../images/slide-03-sm.webp) !important; }
  .slide-bg-4 { background-image: url(../images/slide-04-sm.webp) !important; }

  .slide-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(37,99,235,0.35) 0%, rgba(30,64,175,0.45) 100%);
  }

  .slide-inner .header-text {
    top: 54%;
    width: calc(100% - 40px);
    margin: 0 20px;
    transform: translateY(-50%);
    text-align: left;
  }

  .slide-inner .header-text h2 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.22;
  }

  .slide-inner .header-text .div-dec {
    width: 48px;
    height: 4px;
    margin: 0 0 18px;
  }

  .slide-inner .header-text p {
    display: block;
    margin: 0 0 20px;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    line-height: 1.65;
  }

  .slide-inner .header-text .buttons {
    display: flex;
    gap: 10px;
  }

  .slide-inner .header-text .buttons .green-button,
  .slide-inner .header-text .buttons .orange-button {
    float: none;
    margin: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .green-button a,
  .orange-button a,
  .product-info .orange-button,
  .product-info .green-button {
    padding: 9px 14px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.3;
  }

  .page-heading {
    min-height: 184px;
    padding: 160px 0 60px;
    background-image: none;
    background: linear-gradient(135deg, #376bf0 0%, #184ae1 100%);
  }

  .page-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 4px;
  }

  .page-heading .div-dec {
    width: 36px;
    height: 3px;
    margin: 16px auto 20px auto;
  }

  .page-heading p {
    max-width: 300px;
    margin: 12px auto 0;
    color: rgba(255,255,255,0.78);
    font-size: 13px;
    line-height: 1.55;
  }

  .home-stats {
    padding: 16px 8px 20px;
    margin-top: 0;
  }
  .home-stats-card {
    padding: 16px 8px;
    border-radius: 10px;
  }
  .home-stat-item {
    gap: 8px;
    padding: 8px 2px;
  }
  .home-stat-icon {
    width: 36px;
    height: 36px;
  }
  .home-stat-icon i {
    font-size: 14px;
  }
  .home-stat-number {
    font-size: 20px;
  }
  .home-stat-label {
    font-size: 11px;
    padding-bottom: 6px;
  }
  .home-stat-label::after {
    width: 18px;
    height: 2px;
  }

  section.services {
    margin-top: 0;
    padding: 30px 0 36px;
  }

  section.services .section-heading {
    margin-bottom: 16px;
  }

  section.services .section-heading h4 {
    font-size: 24px;
  }

  .home-category-col {
    margin-bottom: 10px;
  }

  #product-categories {
    margin-right: 0;
    margin-left: 0;
  }

  #product-categories > .home-category-col {
    display: none;
  }

  .home-category-mobile-shell {
    position: relative;
    display: block;
    min-height: 560px;
    padding: 18px 14px 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #f0f7ff;
    box-shadow: 0 18px 46px rgba(148,163,184,0.15);
    isolation: isolate;
  }

  .home-particle-stage,
  .home-particle-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .home-particle-stage {
    z-index: 0;
    background: radial-gradient(circle at 20% 15%, rgba(37,99,235,0.15), transparent 28%),
      linear-gradient(145deg, #f0f7ff 0%, #e2e8f0 100%);
  }

  .home-particle-layer {
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 560ms ease, transform 760ms ease;
  }

  .home-particle-layer.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .home-particle-layer span {
    position: absolute;
    display: block;
    opacity: 0.82;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  .home-particle-layer span:nth-child(1) { left: 8%; top: 16%; animation-delay: -1s; }
  .home-particle-layer span:nth-child(2) { left: 70%; top: 12%; animation-delay: -3s; }
  .home-particle-layer span:nth-child(3) { left: 18%; top: 64%; animation-delay: -5s; }
  .home-particle-layer span:nth-child(4) { left: 58%; top: 58%; animation-delay: -2s; }
  .home-particle-layer span:nth-child(5) { left: 84%; top: 76%; animation-delay: -4s; }
  .home-particle-layer span:nth-child(6) { left: 42%; top: 34%; animation-delay: -6s; }

  .home-particle-layer.effect-0 {
    background: linear-gradient(135deg, rgba(37,99,235,0.15), rgba(148,163,184,0.25));
  }

  .home-particle-layer.effect-0 span {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(37,99,235,0.35);
    border-radius: 10px;
    animation-name: float-shapes;
  }

  .home-particle-layer.effect-1 {
    background: linear-gradient(135deg, rgba(37,99,235,0.15), rgba(148,163,184,0.25));
  }

  .home-particle-layer.effect-1 span {
    width: 130px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(111,219,255,0.82), transparent);
    animation-name: light-beams;
  }

  .home-particle-layer.effect-2 {
    background: linear-gradient(135deg, rgba(48,45,91,0.75), rgba(10,20,43,0.95));
  }

  .home-particle-layer.effect-2 span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(216,235,255,0.72);
    box-shadow: 0 0 18px rgba(140,190,255,0.6);
    animation-name: dot-field;
  }

  .home-particle-layer.effect-3 {
    background: linear-gradient(135deg, rgba(40,75,58,0.72), rgba(9,28,34,0.95));
  }

  .home-particle-layer.effect-3 span {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(126,231,170,0.35);
    border-radius: 50%;
    animation-name: pulse-rings;
  }

  .home-particle-layer.effect-4 {
    background: linear-gradient(135deg, rgba(98,57,30,0.72), rgba(26,20,20,0.95));
  }

  .home-particle-layer.effect-4 span {
    width: 5px;
    height: 46px;
    border-radius: 999px;
    background: rgba(255,181,86,0.65);
    box-shadow: 0 0 16px rgba(255,181,86,0.46);
    animation-name: heat-lines;
  }

  .home-particle-layer.effect-5 {
    background: linear-gradient(135deg, rgba(59,66,91,0.76), rgba(10,18,32,0.95));
  }

  .home-particle-layer.effect-5 span {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.28);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: rgba(255,255,255,0.08);
    animation-name: diamond-drift;
  }

  @keyframes float-shapes {
    0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
    50% { transform: translate3d(18px,-24px,0) rotate(35deg); }
  }

  @keyframes light-beams {
    0%, 100% { transform: translate3d(-32px,0,0) rotate(-18deg); opacity: 0.24; }
    50% { transform: translate3d(44px,18px,0) rotate(-18deg); opacity: 0.9; }
  }

  @keyframes dot-field {
    0%, 100% { transform: translate3d(0,0,0) scale(0.72); opacity: 0.35; }
    50% { transform: translate3d(20px,-18px,0) scale(1.25); opacity: 0.9; }
  }

  @keyframes pulse-rings {
    0%, 100% { transform: translate3d(0,0,0) scale(0.78); opacity: 0.18; }
    50% { transform: translate3d(-16px,14px,0) scale(1.16); opacity: 0.74; }
  }

  @keyframes heat-lines {
    0%, 100% { transform: translate3d(0,18px,0) scaleY(0.72); opacity: 0.28; }
    50% { transform: translate3d(10px,-18px,0) scaleY(1.18); opacity: 0.88; }
  }

  @keyframes diamond-drift {
    0%, 100% { transform: translate3d(0,0,0) rotate(0deg); opacity: 0.34; }
    50% { transform: translate3d(-18px,-18px,0) rotate(90deg); opacity: 0.82; }
  }

  .home-category-mobile-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .home-category-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 10px 6px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 14px;
    background: rgba(255,255,255,0.10);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  .home-category-tab i {
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 21px;
  }

  .home-category-tab span {
    display: -webkit-box;
    min-height: 31px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.28;
    text-align: center;
  }

  .home-category-tab.is-active {
    transform: translateY(-2px);
    border-color: rgba(37,99,235,0.68);
    background: rgba(255,255,255,0.18);
    box-shadow: 0 12px 24px rgba(0,0,0,0.16);
  }

  .home-category-detail-stage {
    position: relative;
    z-index: 2;
    min-height: 228px;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 16px;
  }

  .home-category-detail {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px 18px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 16px;
    background: rgba(240,247,255,0.92);
    color: #1e293b;
    opacity: 0;
    transform: translateY(22px) scale(0.98);
    pointer-events: none;
    transition: opacity 420ms ease, transform 560ms cubic-bezier(.2,.9,.2,1);
  }

  .home-category-detail.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .home-category-detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(37,99,235,0.16);
    color: #f6d892;
    font-size: 12px;
    font-weight: 700;
  }

  .home-category-detail h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.24;
  }

  .home-category-detail p {
    display: -webkit-box;
    max-height: 70px;
    margin: 0 0 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgba(255,255,255,0.76);
    font-size: 13px;
    line-height: 1.62;
  }

  .home-category-detail-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #2563eb;
    color: #1e293b;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .home-category-detail-link:hover {
    color: #1e293b;
  }

  .home-category-mobile-shell.is-expanding::after {
    content: "";
    position: absolute;
    inset: -20%;
    z-index: 1;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.24), transparent 42%);
    animation: immersive-flash 760ms ease both;
  }

  @keyframes immersive-flash {
    0% { opacity: 0; transform: scale(0.74); }
    35% { opacity: 1; }
    100% { opacity: 0; transform: scale(1.2); }
  }

  .services .service-item,
  .services .service-item.home-category-card,
  .services .service-item.home-category-card:hover {
    min-height: 0;
    margin-top: 0;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(148,163,184,0.07);
  }

  .services .service-item.home-category-card i,
  .services .service-item img.service-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 16px 0;
  }

  .services .service-item.home-category-card h4,
  .services .service-item h4 {
    width: auto;
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35;
  }

  .services .service-item.home-category-card p,
  .services .service-item p {
    min-height: 0;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.58;
  }

  .services .service-item.home-category-card .category-count {
    margin-top: 12px;
    padding-top: 10px;
    font-size: 12px;
  }

  section.simple-cta {
    margin-top: 0;
    padding: 26px 0;
    background-image: none;
    background-color: #f0f7ff;
  }
  section.simple-cta h4,
  section.simple-cta p {
    color: #1e293b;
  }

  section.simple-cta h4 {
    font-size: 22px;
    line-height: 1.38;
  }

  section.simple-cta .buttons {
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
  }

  section.simple-cta .buttons .orange-button,
  section.simple-cta .buttons .green-button {
    margin: 0;
  }

  section.about-us,
  .about-intro-section,
  section.what-we-do,
  section.partners {
    margin-top: 0;
    padding: 32px 0;
  }

  section.about-us .section-heading {
    padding-top: 0;
    margin-bottom: 18px;
  }

  section.about-us .left-image img,
  .about-intro-image img {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }

  section.about-us .right-content,
  .about-intro-panel {
    margin-top: 18px;
    margin-left: 0;
    padding: 20px;
  }

  section.about-us .right-content h4,
  .about-intro-panel h3,
  .what-we-do .left-content h4 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.35;
  }

  section.about-us .right-content p,
  .about-intro-panel p,
  .what-we-do .left-content p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.65;
  }

  .home-about-points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .home-about-point {
    padding: 14px 16px;
  }

  .about-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .about-metric {
    padding: 20px;
  }

  .metric-index {
    font-size: 32px;
  }

  .metric-content strong {
    font-size: 16px;
  }

  .metric-content span {
    font-size: 13px;
  }

  .timeline {
    padding-left: 22px;
  }

  .timeline::before {
    left: 9px;
    width: 2px;
  }

  .timeline-item {
    margin-bottom: 14px;
    padding-left: 18px;
  }

  .timeline-year {
    left: -22px;
    width: 28px;
    height: 28px;
    font-size: 9px;
    box-shadow: 0 0 0 3px rgba(26,54,93,0.14);
  }

  .timeline-content {
    padding: 16px 18px;
    border-radius: 12px;
  }

  .timeline-content h4 {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .timeline-content p {
    font-size: 12px;
    line-height: 1.55;
  }

  .what-we-do .left-content {
    margin-bottom: 18px;
  }

  .what-we-do .right-items .item {
    margin-bottom: 10px;
    padding: 16px 14px;
    border-radius: 12px;
  }

  .what-we-do .right-items .item em {
    top: 8px;
    right: 12px;
    font-size: 24px;
  }

  .what-we-do .right-items .item h4 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .what-we-do .right-items .item p {
    font-size: 12px;
    line-height: 1.55;
  }

  section.partners .item {
    margin: 0 0 10px;
    padding: 14px 10px !important;
  }

  section.partners .item i {
    font-size: 24px;
  }

  section.partners .item h5 {
    margin-top: 8px !important;
    font-size: 14px;
  }

  .main-services.product-page {
    margin-top: 0;
    padding: 18px 0 32px;
    background:
      radial-gradient(circle at 18% 8%, rgba(37,99,235,0.12), transparent 24%),
      linear-gradient(180deg, #f2f6fb 0%, #f7f9fc 46%, #edf3fa 100%);
  }

  .product-page .product-sidebar {
    position: relative;
    margin-bottom: 14px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 18px;
    background:
      radial-gradient(circle at 80% 8%, rgba(37,99,235,0.20), transparent 28%),
      linear-gradient(145deg, #2563eb 0%, #1e40af 100%);
    box-shadow: 0 18px 44px rgba(148,163,184,0.18);
  }

  .product-page .category-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .product-page .category-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    padding: 9px 7px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 13px;
    background: rgba(255,255,255,0.10);
    color: #fff;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .product-page .category-list li.active a {
    padding-left: 7px;
    border-color: rgba(37,99,235,0.62);
    background: rgba(255,255,255,0.19);
    color: #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,0.18);
    transform: translateY(-1px);
  }

  .product-page .category-list li a span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-page .category-list li a em {
    display: inline-flex;
    align-self: center;
    justify-content: center;
    min-width: 22px;
    margin-top: 5px;
    padding: 1px 7px;
    border-radius: 999px;
    background: rgba(37,99,235,0.18);
    color: #f6d892;
    font-size: 10px;
    line-height: 16px;
  }

  .group-header {
    position: relative;
    margin-bottom: 12px !important;
    padding: 18px 16px;
    overflow: hidden;
    border: 1px solid rgba(226,232,240,0.8);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(37,99,235,0.08);
  }

  .group-header h3 {
    margin-bottom: 4px;
    color: #1e293b;
    font-size: 22px;
    line-height: 1.22;
    padding-left: 12px;
  }

  .group-header p {
    display: block;
    max-width: 92%;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    padding-left: 12px;
  }

  #product-grid,
  #related-products {
    margin-right: -5px;
    margin-left: -5px;
  }

  #product-grid .product-card-col,
  #related-products .related-product-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px !important;
  }

  .product-card {
    overflow: hidden;
    border: 1px solid rgba(148,163,184,0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 12px 28px rgba(148,163,184,0.08);
  }

  .product-card .product-body {
    padding: 9px 8px 10px;
  }

  .product-card .product-title,
  .related-card .product-title {
    min-height: 38px;
    margin: 0 0 8px;
    color: #17233d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
  }

  .product-card .product-desc,
  .product-card .product-group,
  .related-card .product-desc {
    display: none;
  }

  .product-card .product-footer {
    display: block;
  }

  .product-card .product-footer .green-button,
  .related-card .green-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    padding: 0 8px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 8px 16px rgba(37,99,235,0.16);
  }

  .product-card-image,
  .related-product-image {
    aspect-ratio: 4 / 3;
    min-height: 0;
    background:
      linear-gradient(145deg, #f8fafc, #edf3fa);
    border-bottom: 1px solid #eef2f7;
  }

  .product-image img {
    padding: 3px;
  }

  .model-badge {
    display: none;
  }

  body.about-page section.simple-cta,
  body.about-page section.what-we-do,
  body.about-page section.services,
  body.about-page section.partners,
  body.about-page .stat-item {
    display: none;
  }

  body.about-page section.about-us#history {
    padding-bottom: 34px;
  }

  .product-detail-section {
    margin-top: 0;
    padding: 18px 0 34px;
    background: #fff;
  }

  .breadcrumb {
    display: none;
  }

  .product-detail-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
    margin-bottom: 12px;
    border-radius: 8px;
  }

  .product-detail-image img {
    padding: 6px;
  }

  #detail-group {
    margin-bottom: 8px;
    padding: 3px 10px;
    font-size: 11px;
  }

  .product-info h2 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.32;
  }

  .product-description {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.62;
  }

  .product-meta {
    margin-top: 12px !important;
    padding: 0;
    background: transparent;
  }

  .meta-grid {
    border-radius: 12px;
  }

  .meta-card {
    padding: 14px 12px;
    gap: 10px;
  }

  .meta-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    font-size: 16px;
  }

  .meta-label {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.3;
  }

  .meta-value {
    font-size: 14px;
    line-height: 1.3;
  }

  .product-info .mt-4 {
    margin-top: 12px !important;
  }

  .product-info .orange-button,
  .product-info .green-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0 6px 6px 0 !important;
    padding: 8px 11px;
    font-size: 12px;
  }

  .product-detail-section .row.mt-5 {
    margin-top: 20px !important;
  }

  #product-selection-row {
    margin-top: 18px !important;
  }

  .product-info-panel {
    padding: 14px;
    border-radius: 10px;
    box-shadow: none;
  }

  .detail-panel-heading {
    gap: 9px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .detail-panel-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 9px;
    font-size: 15px;
  }

  .detail-panel-heading h4 {
    font-size: 16px;
  }

  .detail-panel-heading p {
    font-size: 12px;
  }

  .feature-list {
    gap: 9px;
  }

  .feature-item {
    font-size: 12px;
    line-height: 1.55;
  }

  .feature-item i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    font-size: 10px;
  }

  .model-option-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .model-option-card {
    padding: 12px;
    border-radius: 10px;
  }

  .model-code {
    min-height: 22px;
    font-size: 11px;
  }

  .model-option-head h5 {
    font-size: 13px;
  }

  .model-spec-list li {
    grid-template-columns: 1fr;
    gap: 3px;
    padding-top: 7px;
    font-size: 12px;
  }

  .product-details-tabs.specs-only {
    margin-top: 0;
    padding: 12px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    box-shadow: none;
  }

  .specs-panel-heading {
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9eef4;
  }

  .specs-icon {
    width: 28px;
    height: 28px;
  }

  .specs-panel-heading h4 {
    font-size: 15px;
  }

  .specs-table {
    border-radius: 8px;
  }

  .specs-table thead th {
    font-size: 12px;
    padding: 9px 10px;
  }

  .specs-table thead th:first-child {
    border-top-left-radius: 8px;
  }

  .specs-table thead th:last-child {
    border-top-right-radius: 8px;
  }

  .specs-table tbody td {
    padding: 9px 10px;
    font-size: 12px;
  }

  .specs-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }

  .specs-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }

  .product-detail-section .section-heading {
    margin-bottom: 12px;
  }

  .application-area {
    margin-top: 0;
  }

  .application-area p {
    display: none;
  }

  .application-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 0;
  }

  .application-item {
    min-width: 0;
    padding: 9px 4px;
    border-radius: 7px;
  }

  .application-item i {
    margin-bottom: 4px;
    font-size: 17px;
  }

  .application-item span {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .image-zoom-modal {
    padding: 10px;
  }

  .image-zoom-dialog {
    width: 100%;
    max-height: 94vh;
  }

  .image-zoom-dialog img {
    max-height: calc(94vh - 42px);
    border-radius: 8px;
  }

  .image-zoom-title {
    margin-top: 8px;
    font-size: 12px;
  }

  .contact-info-card {
    display: flex;
    align-items: center;
    min-height: 92px;
    margin-bottom: 10px;
    padding: 14px;
    text-align: left !important;
    box-shadow: 0 8px 22px rgba(148,163,184,0.07);
    border-radius: 12px;
    border: 1px solid rgba(226,232,240,0.8);
  }

  .contact-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 12px 0 0;
    border: 2px solid rgba(37,99,235,0.12);
  }

  .contact-icon i {
    font-size: 17px;
  }

  .contact-info-card h4 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .contact-info-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  footer {
    padding: 22px 0 14px;
    text-align: left;
  }

  .footer-content {
    margin-bottom: 6px;
  }

  .footer-content .mb-4 {
    margin-bottom: 12px !important;
  }

  .footer-brand {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .footer-desc {
    display: none;
  }

  .footer-title {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .footer-links li {
    margin-bottom: 0;
  }

  .footer-links a,
  .footer-contact li,
  .footer-bottom p {
    font-size: 12px;
  }

  .footer-contact li {
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .footer-bottom {
    margin-top: 6px;
    padding-top: 10px;
  }

  .footer-bottom p {
    text-align: left;
  }

  .back-to-top {
    right: 12px;
    bottom: 14px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

/* Mobile page polish overrides */
@media (max-width: 767px) {
  .products-page .page-heading,
  .product-detail-page .page-heading,
  .about-page .page-heading,
  .contact-page .page-heading {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 5% 15%, rgba(255,255,255,0.12) 0%, transparent 45%),
      radial-gradient(circle at 95% 85%, rgba(255,255,255,0.08) 0%, transparent 50%),
      radial-gradient(circle at 2% 95%, rgba(255,255,255,0.06) 0%, transparent 35%),
      radial-gradient(circle at 98% 5%, rgba(255,255,255,0.06) 0%, transparent 35%),
      linear-gradient(135deg, #376bf0 0%, #184ae1 100%);
    box-shadow: 0 4px 12px rgba(24, 74, 225, 0.15);
  }

  .products-page .page-heading::before,
  .product-detail-page .page-heading::before,
  .about-page .page-heading::before,
  .contact-page .page-heading::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    top: -450px;
    left: -200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.07);
    pointer-events: none;
  }

  .products-page .page-heading::after,
  .product-detail-page .page-heading::after,
  .about-page .page-heading::after,
  .contact-page .page-heading::after {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    bottom: -650px;
    right: -300px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    pointer-events: none;
  }

  .products-page .page-heading .container,
  .product-detail-page .page-heading .container,
  .about-page .page-heading .container,
  .contact-page .page-heading .container {
    position: relative;
    z-index: 1;
  }

  .products-page .page-heading .container::before,
  .product-detail-page .page-heading .container::before,
  .about-page .page-heading .container::before,
  .contact-page .page-heading .container::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -180px;
    left: -80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
  }

  .products-page .page-heading .container::after,
  .product-detail-page .page-heading .container::after,
  .about-page .page-heading .container::after,
  .contact-page .page-heading .container::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    top: -100px;
    right: -60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    pointer-events: none;
  }

  .products-page .page-heading h2,
  .product-detail-page .page-heading h2,
  .about-page .page-heading h2,
  .contact-page .page-heading h2 {
    text-align: center;
  }

  .products-page .page-heading .div-dec,
  .product-detail-page .page-heading .div-dec,
  .about-page .page-heading .div-dec,
  .contact-page .page-heading .div-dec {
    margin-left: auto;
    margin-right: auto;
  }

  .products-page .page-heading p,
  .about-page .page-heading p,
  .contact-page .page-heading p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .product-detail-page .product-detail-section {
    background:
      radial-gradient(circle at 12% 4%, rgba(37,99,235,0.10), transparent 24%),
      linear-gradient(180deg, #f3f7fb 0%, #fff 42%);
  }

  .product-detail-page .product-image-large {
    margin-bottom: 12px;
  }

  .product-detail-page .product-detail-image {
    overflow: hidden;
    border: 1px solid rgba(148,163,184,0.08);
    border-radius: 16px;
    background:
      linear-gradient(145deg, #fff, #edf3fa);
    box-shadow: 0 16px 34px rgba(148,163,184,0.10);
  }

  .product-detail-page .product-info {
    padding: 16px;
    border: 1px solid rgba(148,163,184,0.08);
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 14px 30px rgba(148,163,184,0.08);
  }

  .product-detail-page .product-info h2 {
    color: #17233d;
    font-size: 22px;
  }

  .product-detail-page #detail-group {
    background: #2563eb;
    border-radius: 999px;
  }

  .product-detail-page .product-details-tabs.specs-only,
  .product-detail-page .application-area {
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 12px 26px rgba(148,163,184,0.07);
  }

  .contact-page section.services {
    margin-top: 0;
    padding: 24px 0 30px !important;
    background:
      radial-gradient(circle at 20% 0%, rgba(37,99,235,0.10), transparent 24%),
      linear-gradient(180deg, #f3f7fb, #fff) !important;
  }

  .contact-page .contact-info-card {
    min-height: 88px;
    border: 1px solid rgba(148,163,184,0.08);
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 12px 28px rgba(148,163,184,0.08);
  }

  .contact-page .contact-icon {
    border-radius: 50%;
    background: rgba(37,99,235,0.08);
    border: 2px solid rgba(37,99,235,0.12);
    box-shadow: none;
  }

  .about-page .about-intro-section,
  .about-page section.about-us#history {
    background:
      radial-gradient(circle at 84% 0%, rgba(37,99,235,0.10), transparent 24%),
      linear-gradient(180deg, #f3f7fb, #fff);
  }

  .about-page .about-intro-panel,
  .about-page .timeline-content {
    border: 1px solid rgba(148,163,184,0.08);
    border-left: 0;
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 12px 28px rgba(148,163,184,0.08);
  }

  .about-page .about-intro-panel {
    padding: 16px;
  }

  .about-page .timeline::before {
    background: linear-gradient(to bottom, #2563eb, rgba(37,99,235,0.65));
  }

  .about-page .timeline-year {
    background: #2563eb;
  }
}

/* Mobile product center spacing fix */
@media (max-width: 767px) {
  body.products-page .page-heading {
    min-height: 160px;
    padding-top: 110px;
    padding-bottom: 40px;
  }

  body.products-page .main-services.product-page {
    margin-top: -44px;
    padding-top: 0;
    padding-bottom: 34px;
  }

  body.products-page .main-services.product-page > .container {
    position: relative;
    z-index: 2;
    top: auto;
    margin-bottom: 0;
  }

  body.products-page .main-services.product-page .product-sidebar {
    min-height: 0;
    margin-top: 0 !important;
    margin-bottom: 12px;
    padding: 14px 12px;
    border-radius: 18px;
  }

  body.products-page .product-page .category-list {
    gap: 7px;
  }

  body.products-page .product-page .category-list li a {
    min-height: 62px;
    padding: 8px 6px;
    border-radius: 14px;
    font-size: 11px;
  }

  body.products-page .product-page .category-list li a em {
    min-width: 22px;
    margin-top: 5px;
    padding: 1px 7px;
    font-size: 10px;
    line-height: 16px;
  }
}

/* Mobile utilitarian UI pass */
@media (max-width: 767px) {
  body {
    background: #f5f7fa;
  }

  .header-area,
  .background-header {
    background: rgba(255,255,255,0.96) !important;
    border-bottom: 1px solid #e1e7ee;
    box-shadow: 0 6px 18px rgba(148,163,184,0.08) !important;
    backdrop-filter: blur(10px) saturate(135%);
    -webkit-backdrop-filter: blur(10px) saturate(135%);
  }

  .header-area .main-nav .menu-trigger,
  .background-header .main-nav .menu-trigger {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-left: 8px;
  }

  .header-area .main-nav .nav {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-area .main-nav .nav li a,
  .header-area .main-nav .nav li:last-child a {
    border-radius: 6px !important;
    font-weight: 600;
  }

  section.services {
    background: #f5f7fa;
  }

  .home-category-mobile-shell {
    min-height: 0;
    padding: 12px;
    border: 1px solid #dce4ed;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(148,163,184,0.07);
  }

  .home-particle-stage {
    display: none;
  }

  .home-category-mobile-grid {
    counter-reset: category-index;
    gap: 6px;
  }

  .home-category-tab {
    align-items: flex-start;
    min-height: 64px;
    padding: 9px 8px;
    border: 1px solid #d9e1ea;
    border-radius: 6px;
    background: #f8fafc;
    color: #17233d;
    box-shadow: none;
    text-align: left;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .home-category-tab::before {
    counter-increment: category-index;
    content: "0" counter(category-index);
    margin-bottom: 5px;
    color: #6b7788;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
  }

  .home-category-tab i {
    display: none !important;
  }

  .home-category-tab span {
    min-height: 0;
    color: #17233d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.28;
    text-align: left;
  }

  .home-category-tab.is-active {
    border-color: #2563eb;
    background: #eef3f8;
    box-shadow: inset 3px 0 0 #2563eb;
    transform: none;
  }

  .home-category-detail-stage {
    min-height: 178px;
    margin-top: 8px;
    border-radius: 8px;
  }

  .home-category-detail {
    justify-content: flex-start;
    padding: 14px;
    border: 1px solid #dce4ed;
    border-radius: 8px;
    background: #f8fafc;
    color: #17233d;
    transform: translateY(8px);
    box-shadow: none;
  }

  .home-category-detail.is-active {
    transform: translateY(0);
  }

  .home-category-detail-kicker {
    gap: 0;
    margin-bottom: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #6b7788;
    font-size: 11px;
    font-weight: 800;
  }

  .home-category-detail-kicker i,
  .home-category-detail-link i {
    display: none !important;
  }

  .home-category-detail h4 {
    margin-bottom: 8px;
    color: #17233d;
    font-size: 18px;
    line-height: 1.3;
  }

  .home-category-detail p {
    max-height: 62px;
    margin-bottom: 12px;
    color: #526174;
    font-size: 12px;
    line-height: 1.6;
  }

  .home-category-detail-link {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 6px;
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    box-shadow: none;
  }

  .home-category-detail-link:hover {
    color: #fff;
  }

  .home-category-mobile-shell.is-expanding::after {
    display: none;
  }

  .services .service-item,
  .services .service-item.home-category-card,
  .services .service-item.home-category-card:hover {
    border: 1px solid #dce4ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
  }

  .services .service-item.home-category-card i,
  .services .service-item img.service-icon {
    width: 48px;
    height: 48px;
    margin: 0 0 14px 0;
  }

  .services .service-item.home-category-card .category-count i {
    display: none;
  }

  .services .service-item.home-category-card h4,
  .services .service-item h4 {
    width: 100%;
    color: #17233d;
  }

  .products-page .page-heading,
  .product-detail-page .page-heading,
  .about-page .page-heading,
  .contact-page .page-heading {
    min-height: 160px;
    padding-top: 110px;
    padding-bottom: 40px;
    border-bottom: none;
    background:
      radial-gradient(circle at 5% 15%, rgba(255,255,255,0.10) 0%, transparent 45%),
      radial-gradient(circle at 95% 85%, rgba(255,255,255,0.07) 0%, transparent 50%),
      radial-gradient(circle at 2% 95%, rgba(255,255,255,0.05) 0%, transparent 35%),
      radial-gradient(circle at 98% 5%, rgba(255,255,255,0.05) 0%, transparent 35%),
      linear-gradient(135deg, #376bf0 0%, #184ae1 100%) !important;
    box-shadow: 0 4px 12px rgba(24, 74, 225, 0.15);
  }

  .products-page .page-heading::before,
  .product-detail-page .page-heading::before,
  .about-page .page-heading::before,
  .contact-page .page-heading::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    top: -380px;
    left: -150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.07);
    pointer-events: none;
  }

  .products-page .page-heading::after,
  .product-detail-page .page-heading::after,
  .about-page .page-heading::after,
  .contact-page .page-heading::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    bottom: -480px;
    right: -200px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    pointer-events: none;
  }

  .products-page .page-heading .container::before,
  .product-detail-page .page-heading .container::before,
  .about-page .page-heading .container::before,
  .contact-page .page-heading .container::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -120px;
    left: -50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
  }

  .products-page .page-heading .container::after,
  .product-detail-page .page-heading .container::after,
  .about-page .page-heading .container::after,
  .contact-page .page-heading .container::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    top: -60px;
    right: -40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    pointer-events: none;
  }

  .products-page .page-heading h2,
  .product-detail-page .page-heading h2,
  .about-page .page-heading h2,
  .contact-page .page-heading h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
  }

  .products-page .page-heading .div-dec,
  .product-detail-page .page-heading .div-dec,
  .about-page .page-heading .div-dec,
  .contact-page .page-heading .div-dec {
    width: 32px;
    height: 3px;
    margin-top: 10px;
    background: #fff;
  }

  .products-page .page-heading p,
  .about-page .page-heading p,
  .contact-page .page-heading p {
    max-width: 320px;
    margin-top: 8px;
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    line-height: 1.55;
  }

  body.products-page .main-services.product-page,
  .main-services.product-page {
    margin-top: 0 !important;
    padding-top: 12px !important;
    background: #f5f7fa;
  }

  body.products-page .main-services.product-page .product-sidebar,
  .product-page .product-sidebar {
    padding: 10px;
    border: 1px solid #dce4ed;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
  }

  .product-page .category-list {
    gap: 6px;
  }

  body.products-page .product-page .category-list li a,
  .product-page .category-list li a {
    min-height: 56px;
    padding: 8px 7px;
    border: 1px solid #d9e1ea;
    border-radius: 6px;
    background: #f8fafc;
    color: #17233d;
    font-size: 11px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .product-page .category-list li.active a {
    border-color: #2563eb;
    background: #eef3f8;
    color: #17233d;
    box-shadow: inset 3px 0 0 #2563eb;
    transform: none;
  }

  body.products-page .product-page .category-list li a em,
  .product-page .category-list li a em {
    min-width: 20px;
    margin-top: 4px;
    border-radius: 4px;
    background: #e6ecf3;
    color: #526174;
    font-size: 10px;
    line-height: 15px;
  }

  .group-header {
    padding: 14px 16px;
    border: 1px solid rgba(226,232,240,0.8);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(37,99,235,0.06);
  }

  .group-header h3 {
    color: #1e293b;
    font-size: 18px;
  }

  .group-header p {
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
  }

  .product-card,
  .related-card {
    border: 1px solid #dce4ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
  }

  .product-card .product-title,
  .related-card .product-title {
    color: #17233d;
    font-weight: 700;
  }

  .product-card .product-footer .green-button,
  .related-card .green-button {
    min-height: 28px;
    border-radius: 5px;
    background: #2563eb;
    box-shadow: none;
  }

  .product-card-image,
  .related-product-image,
  .product-detail-page .product-detail-image {
    border-radius: 6px;
    background: #f6f8fb;
  }

  .product-detail-page .product-info,
  .product-detail-page .product-details-tabs.specs-only,
  .product-detail-page .application-area,
  .about-page .about-intro-panel,
  .about-page .timeline-content {
    border: 1px solid rgba(226,232,240,0.8);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(37,99,235,0.06);
  }

  .contact-page .contact-info-card {
    border: 1px solid rgba(226,232,240,0.8);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(37,99,235,0.06);
  }

  .about-metric {
    border-radius: 12px;
    padding: 16px;
  }

  .metric-index {
    font-size: 28px;
  }

  .about-page .timeline::before {
    background: #b8c5d4;
  }

  .about-page .timeline-year {
    border-radius: 6px;
    background: #2563eb;
    box-shadow: none;
  }

  .contact-page .contact-info-card {
    min-height: 0;
    padding: 16px;
    text-align: left !important;
  }

  .contact-page .contact-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
  }

  .contact-page .contact-icon i {
    font-size: 14px;
  }

  .contact-page .contact-info-card h4 {
    margin-bottom: 6px;
    color: #17233d;
    font-size: 15px;
  }

  .contact-page .contact-info-card p {
    color: #526174;
    font-size: 12px;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .contact-page section.services,
  .about-page .about-intro-section,
  .about-page section.about-us#history,
  .product-detail-page .product-detail-section {
    background: #f5f7fa !important;
  }

  section.simple-cta {
    background: #f0f7ff !important;
  }
  section.simple-cta h4,
  section.simple-cta p {
    color: #1e293b !important;
  }

  .product-detail-page #detail-group {
    border-radius: 4px;
    background: #2563eb;
  }

  .green-button a,
  .orange-button a,
  .product-info .orange-button,
  .product-info .green-button {
    border-radius: 5px;
  }

  .about-page .about-intro-image img,
  section.about-us .left-image img {
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  body.products-page section.main-services.product-page {
    position: relative;
    z-index: 2;
    margin-top: 18px !important;
    padding-top: 0 !important;
  }

  body.products-page section.main-services.product-page > .container {
    top: auto !important;
    margin-bottom: 0 !important;
  }

  body.products-page .main-services.product-page .product-sidebar {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.products-page .product-page .category-list {
    display: flex !important;
    grid-template-rows: unset !important;
    gap: 8px !important;
    margin: 0 -15px !important;
    padding: 10px 15px 12px !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #fff !important;
    border-bottom: 1px solid #e8edf3 !important;
    box-shadow: 0 3px 10px rgba(148,163,184,0.06) !important;
    position: sticky !important;
    top: 80px !important;
    z-index: 50 !important;
  }

  body.products-page .product-page .category-list::-webkit-scrollbar {
    display: none;
  }

  body.products-page .product-page .category-list li {
    flex: 0 0 auto !important;
    border-bottom: 0 !important;
  }

  body.products-page .product-page .category-list li a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    flex-direction: row !important;
    justify-content: center !important;
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 13px !important;
    border: 1.5px solid #dde3eb !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #384152 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
  }

  body.products-page .product-page .category-list li.active a {
    border-color: #1a365d !important;
    background: #2563eb !important;
    color: #fff !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.products-page .product-page .category-list li a em {
    display: none !important;
  }

  body.products-page .product-page .category-list li a span {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
  }

  body.products-page .group-header {
    margin-top: 16px !important;
    margin-bottom: 12px !important;
  }

  body:not(.products-page) section.partners {
    padding: 24px 0 26px;
  }

  body:not(.products-page) section.partners .section-heading {
    margin-bottom: 14px;
  }

  body:not(.products-page) section.partners .section-heading h6 {
    font-size: 12px;
  }

  body:not(.products-page) section.partners .section-heading h4 {
    font-size: 24px;
  }

  body:not(.products-page) section.partners .row {
    margin-right: -4px;
    margin-left: -4px;
  }

  body:not(.products-page) section.partners .col-lg-4 {
    flex: 0 0 33.333%;
    width: 33.333%;
    max-width: 33.333%;
    padding-right: 4px;
    padding-left: 4px;
  }

  body:not(.products-page) section.partners .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    margin: 0;
    padding: 10px 6px !important;
    border-radius: 8px;
  }

  body:not(.products-page) section.partners .item i {
    font-size: 20px;
  }

  body:not(.products-page) section.partners .item h5 {
    margin-top: 7px !important;
    font-size: 13px;
    line-height: 1.25;
  }
}

.mobile-product-activity {
  display: none;
}

/*
---------------------------------------------
dehumidifier focus
---------------------------------------------
*/

.dehumidifier-focus {
  padding: 78px 0 84px;
  background:
    linear-gradient(135deg, rgba(241, 245, 249, 0.96), rgba(239, 246, 255, 0.96)),
    url(../images/scenarios/scenario-switchgear.webp) center / cover no-repeat;
}

.dehumidifier-focus-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: center;
}

.dehumidifier-focus-copy h2 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.dehumidifier-focus-copy p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
}

.dehumidifier-focus-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.dehumidifier-focus-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 700;
}

.dehumidifier-focus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 3px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.dehumidifier-focus-btn:hover,
.dehumidifier-focus-btn:focus {
  background: #1e40af;
  color: #fff;
  text-decoration: none;
}

.dehumidifier-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dehumidifier-compare-panel {
  position: relative;
  min-height: 0;
  padding: 18px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dehumidifier-compare-panel::before {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 180px;
  height: 180px;
  border: 18px solid rgba(148, 163, 184, 0.16);
  border-radius: 50%;
}

.dehumidifier-compare-panel.before {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.dehumidifier-compare-panel.after {
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
}

.dehumidifier-compare-panel span,
.dehumidifier-compare-panel strong,
.dehumidifier-compare-panel p {
  position: relative;
  z-index: 1;
}

.dehumidifier-compare-panel span {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.dehumidifier-compare-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(203, 213, 225, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dehumidifier-compare-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dehumidifier-compare-panel strong {
  display: block;
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.dehumidifier-compare-panel p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .dehumidifier-focus {
    padding: 44px 0 48px;
  }

  .dehumidifier-focus-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dehumidifier-focus-copy h2 {
    font-size: 30px;
  }

  .dehumidifier-compare-photo {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .dehumidifier-compare {
    grid-template-columns: 1fr;
  }

  .dehumidifier-compare-panel {
    padding: 22px;
  }

  .dehumidifier-compare-photo {
    height: 240px;
  }
}

/*
---------------------------------------------
product showcase (home categories)
---------------------------------------------
*/

section.services.product-showcase {
  margin-top: 0;
  padding: 80px 0 90px;
  background: #fff;
}

.product-showcase-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* ---- left intro panel ---- */

.product-showcase-intro {
  flex: 0 0 300px;
  max-width: 300px;
}

.product-showcase-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-showcase-eyebrow em {
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #2563eb;
  border-radius: 2px;
  font-style: normal;
  flex-shrink: 0;
}

.product-showcase-title {
  margin: 0 0 18px;
  color: #111827;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.product-showcase-desc {
  margin: 0 0 36px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.85;
}

.product-showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 46px;
  border: none;
  border-radius: 3px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: background 0.22s ease, box-shadow 0.22s ease;
}

.product-showcase-btn:hover,
.product-showcase-btn:focus {
  background: #1e40af;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.32);
  text-decoration: none;
}

.product-showcase-nav {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.product-showcase-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid #d1dae8;
  border-radius: 50%;
  background: transparent;
  color: #2563eb;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.product-showcase-nav button:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

/* ---- right carousel track ---- */

.product-showcase-track {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.product-showcase-swiper {
  width: 100%;
  height: 480px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.product-showcase-swiper .swiper-wrapper,
.product-showcase-swiper #product-categories {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.product-showcase-swiper .swiper-slide {
  height: auto;
  flex-shrink: 0;
}

/* ---- individual card ---- */

.product-showcase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 460px;
  padding: 40px 32px 32px;
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(170deg, #f0f5fc 0%, #e8eef7 100%);
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-showcase-card:hover,
.product-showcase-card:focus {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(15, 35, 75, 0.14);
  text-decoration: none;
  color: inherit;
}

.product-showcase-number {
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 0;
  color: rgba(30, 75, 143, 0.1);
  font-family: "Poppins", sans-serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
  pointer-events: none;
  user-select: none;
}

.product-showcase-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  max-width: 85%;
}

.product-showcase-card-image {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 8px 8px;
}

.product-showcase-card-image img {
  max-width: 90%;
  max-height: 260px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(15, 35, 75, 0.15));
  transition: transform 0.3s ease;
}

.product-showcase-card:hover .product-showcase-card-image img {
  transform: translateY(-4px);
}

.product-showcase-card-image .image-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  color: #9ca3af;
  font-size: 13px;
  text-align: center;
}


/* ---- card-body-wrap: title + image container ---- */

.card-body-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

/* ---- responsive ---- */

@media (max-width: 1199px) {
  .product-showcase-wrap {
    gap: 40px;
  }
  .product-showcase-intro {
    flex: 0 0 240px;
    max-width: 240px;
  }
  .product-showcase-title {
    font-size: 36px;
  }
  .product-showcase-swiper {
    height: 430px;
  }
  .product-showcase-card {
    min-height: 410px;
    padding: 32px 24px 24px;
  }
  .product-showcase-number {
    font-size: 116px;
  }
}

/* ---- tablet: stack intro + shorter cards ---- */

@media (max-width: 991px) {
  section.services.product-showcase {
    padding: 48px 0 56px;
  }
  .product-showcase-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .product-showcase-intro {
    flex: 0 0 auto;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 32px;
  }
  .product-showcase-eyebrow {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-showcase-title {
    font-size: 30px;
    margin: 0 0 0;
    flex: 0 0 auto;
  }
  .product-showcase-desc {
    display: none;
  }
  .product-showcase-btn {
    margin-left: auto;
    flex-shrink: 0;
  }
  .product-showcase-nav {
    margin-top: 0;
    margin-left: 8px;
  }
  .product-showcase-swiper {
    height: 340px;
  }
  .product-showcase-card {
    min-height: 320px;
    padding: 28px 22px 20px;
  }
  .product-showcase-number {
    font-size: 100px;
    right: -6px;
  }
  .product-showcase-card-image img {
    max-height: 200px;
  }
  .product-showcase-card-image .image-fallback {
    height: 160px;
  }
}

/* ---- mobile: horizontal card layout ---- */

@media (max-width: 767px) {
  section.services.product-showcase {
    padding: 32px 0 40px;
  }

  /* compact intro: one tight row */
  .product-showcase-intro {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 16px;
    padding-bottom: 4px;
  }
  .product-showcase-eyebrow {
    display: none;
  }
  .product-showcase-title {
    font-size: 22px;
    margin: 0;
    flex: 1 1 auto;
  }
  .product-showcase-desc {
    display: none;
  }
  .product-showcase-btn {
    flex-shrink: 0;
    width: 96px;
    height: 38px;
    font-size: 13px;
    border-radius: 3px;
  }
  .product-showcase-nav {
    display: none;
  }

  /* swiper: short + full-width */
  .product-showcase-swiper {
    height: 170px;
    overflow: hidden;
  }
  .product-showcase-track {
    overflow: visible;
  }

  /* card: horizontal layout – number left, content right */
  .product-showcase-card {
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    height: 170px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
  }
  .product-showcase-card:hover,
  .product-showcase-card:focus {
    transform: none;
    box-shadow: 0 8px 24px rgba(15, 35, 75, 0.14);
  }

  /* number: left strip */
  .product-showcase-number {
    position: relative;
    top: auto;
    right: auto;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 36px;
    font-weight: 900;
    color: #2563eb;
    background: rgba(30, 75, 143, 0.08);
    letter-spacing: -0.02em;
    line-height: 1;
  }

  /* body: title + image */
  .card-body-wrap {
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    padding: 12px 14px;
    gap: 12px;
  }

  .product-showcase-card-title {
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    max-width: none;
    color: #111827;
  }

  .product-showcase-card-image {
    flex: 0 0 96px;
    width: 96px;
    height: 100%;
    padding: 8px 6px;
    align-items: center;
    justify-content: center;
  }

  .product-showcase-card-image img {
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(15, 35, 75, 0.18));
    transition: none;
  }

  .product-showcase-card-image .image-fallback {
    height: 80px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .product-showcase-title {
    font-size: 20px;
  }
  .product-showcase-btn {
    width: 86px;
    height: 36px;
    font-size: 12px;
  }
  .product-showcase-swiper {
    height: 150px;
  }
  .product-showcase-card {
    height: 150px;
  }
  .product-showcase-number {
    flex: 0 0 58px;
    font-size: 30px;
  }
  .card-body-wrap {
    padding: 10px 12px;
    gap: 8px;
  }
  .product-showcase-card-title {
    font-size: 13px;
  }
  .product-showcase-card-image {
    flex: 0 0 80px;
    width: 80px;
  }
  .product-showcase-card-image img {
    max-height: 90px;
  }
}

/*
---------------------------------------------
domain items (应用领域 – icon-free version)
---------------------------------------------
*/

section.partners {
  background: #fff;
  padding: 72px 0 80px;
  margin-top: 0;
  border-top: 1px solid #f0f2f5;
}

.domain-item {
  position: relative;
  padding: 36px 32px 32px;
  margin-bottom: 24px;
  border: 1px solid #e8eef6;
  border-radius: 4px;
  background: #f8fafd;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.domain-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 35, 75, 0.09);
  border-color: #c8d8ee;
}

.domain-num {
  display: block;
  margin-bottom: 18px;
  color: #2563eb;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.domain-item h5 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.domain-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  section.partners {
    padding: 56px 0 60px;
  }
  .domain-item {
    padding: 28px 24px 24px;
  }
}

@media (max-width: 767px) {
  section.partners {
    padding: 40px 0 44px;
  }
  .domain-item {
    margin-bottom: 14px;
    padding: 24px 20px 20px;
  }
  .domain-item h5 {
    font-size: 18px;
  }
}

/*
---------------------------------------------
mobile / tablet polish
---------------------------------------------
*/

/* ---- product showcase pagination dots ---- */

.product-showcase-pagination {
  display: none;
  text-align: center;
  padding-top: 18px;
  line-height: 1;
}

.product-showcase-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  border-radius: 50%;
  background: #c5d2e6;
  opacity: 1;
  transition: background 0.2s ease, width 0.2s ease, border-radius 0.2s ease;
}

.product-showcase-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 4px;
  background: #2563eb;
}

/* ---- about image: keep 4:3 on mobile, not 16:9 ---- */
@media (max-width: 767px) {
  section.about-us .left-image img {
    aspect-ratio: 4 / 3;
    width: 100%;
  }

  /* on mobile, hide pagination (horizontal cards = multiple visible at once) */
  .product-showcase-pagination {
    display: none;
  }
}

/* show dots only when showing 1 card at a time */
@media (max-width: 480px) {
  .product-showcase-pagination {
    display: block;
    padding-top: 14px;
  }
}

/* ---- home stats: tighter on very small screens ---- */
@media (max-width: 400px) {
  .home-stats-card {
    padding: 12px 6px;
  }
  .home-stat-item {
    gap: 6px;
  }
  .home-stat-icon {
    width: 32px;
    height: 32px;
  }
  .home-stat-number {
    font-size: 18px;
  }
  .home-stat-label {
    font-size: 10px;
  }
}

/* ---- banner: ensure text always readable over restored images ---- */
@media (max-width: 991px) {
  .swiper-container:not(.product-showcase-swiper) {
    height: 480px;
  }
  .slide-inner::before {
    background: linear-gradient(160deg, rgba(148,163,184,0.65) 0%, rgba(10,27,52,0.78) 100%);
  }
}

@media (max-width: 767px) {
  .swiper-container:not(.product-showcase-swiper) {
    height: 400px;
  }
  .slide-inner::before {
    background: linear-gradient(160deg, rgba(148,163,184,0.72) 0%, rgba(10,27,52,0.85) 100%);
  }
  .slide-inner .header-text {
    top: 58%;
  }
  .slide-inner .header-text h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .slide-inner .header-text p {
    display: none;
  }
}

@media (max-width: 480px) {
  .swiper-container:not(.product-showcase-swiper) {
    height: 360px;
  }
  .slide-inner .header-text h2 {
    font-size: 22px;
  }
  .slide-inner .header-text .buttons {
    flex-wrap: wrap;
  }
}

/* ---- CTA section: better mobile stack ---- */
@media (max-width: 767px) {
  section.simple-cta .col-lg-5,
  section.simple-cta .col-lg-7 {
    text-align: center;
  }
  section.simple-cta h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

/* ---- about section: full-width image + text on mobile ---- */
@media (max-width: 767px) {
  section.about-us .left-image {
    margin-bottom: 24px;
  }
  section.about-us .right-content {
    padding: 0;
  }
}

/* ---- domain items: full width on mobile ---- */
@media (max-width: 575px) {
  .domain-item {
    padding: 20px 16px 18px;
  }
  .domain-num {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .domain-item h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .domain-item p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* ---- product showcase: keep swiper height in proportion ---- */
@media (max-width: 480px) {
  .product-showcase-swiper {
    height: 320px;
  }
  .product-showcase-card {
    min-height: 300px;
    padding: 22px 18px 16px;
  }
  .product-showcase-number {
    font-size: 80px;
    right: -2px;
  }
  .product-showcase-card-image img {
    max-height: 160px;
  }
  .product-showcase-card-title {
    font-size: 14px;
  }
}

/*
---------------------------------------------
pgm – product grid mobile (手机/平板六宫格)
---------------------------------------------
*/

/* 桌面隐藏，轮播可见 */
.pgm-wrap {
  display: none;
}

/* 手机/平板：隐藏轮播，显示六宫格 */
@media (max-width: 991px) {
  .product-showcase-wrap {
    display: none !important;
  }
  section.services.product-showcase {
    padding: 36px 0 44px;
  }
  .pgm-wrap {
    display: block;
  }
}

/* ---- 头部行 ---- */

.pgm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.pgm-title {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.pgm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 18px;
  height: 38px;
  border: 1.5px solid #2563eb;
  border-radius: 3px;
  background: transparent;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.pgm-btn:hover,
.pgm-btn:focus {
  background: #2563eb;
  color: #fff;
  text-decoration: none;
}

/* ---- 六宫格 ---- */

.pgm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* ≤400px：改为两列 */
@media (max-width: 400px) {
  .pgm-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* ---- 单个格子 ---- */

.pgm-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 10px 10px;
  background: #fff;
  border: 1px solid #dde5f0;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.pgm-cell:hover,
.pgm-cell:focus {
  box-shadow: 0 6px 20px rgba(30, 75, 143, 0.13);
  border-color: #b8cde8;
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

/* 序号 */

.pgm-num {
  align-self: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.9;
}

/* 图片区 */

.pgm-img {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 4px;
  min-height: 72px;
}

.pgm-img img {
  max-width: 88%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(15, 35, 75, 0.16));
}

.pgm-img .image-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  color: #aab4c4;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}

/* 分类名 */

.pgm-name {
  margin: 8px 0 0;
  width: 100%;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}

/* ---- 平板（600–991px）：格子更大 ---- */

@media (min-width: 600px) and (max-width: 991px) {
  .pgm-header {
    margin-bottom: 20px;
  }
  .pgm-title {
    font-size: 26px;
  }
  .pgm-btn {
    height: 42px;
    padding: 0 22px;
    font-size: 14px;
  }
  .pgm-grid {
    gap: 14px;
  }
  .pgm-cell {
    padding: 16px 14px 14px;
  }
  .pgm-num {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .pgm-img {
    min-height: 100px;
  }
  .pgm-img img {
    max-height: 100px;
  }
  .pgm-img .image-fallback {
    height: 100px;
    font-size: 12px;
  }
  .pgm-name {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* ---- footer: center-align on very small screens ---- */
@media (max-width: 480px) {
  .footer-contact li {
    justify-content: center;
  }
  .footer-links {
    text-align: center;
  }
}

/* ---- safe-area inset for iOS notch ---- */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  footer {
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
  }
  .header-area {
    padding-top: env(safe-area-inset-top);
  }
}

/* ---- product card fade-in animation ---- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- about-stats-section mobile ---- */
@media (max-width: 767px) {
  .about-stats-section {
    padding: 40px 0;
  }
  .stat-card {
    padding: 28px 16px;
    border-radius: 12px;
  }
  .stat-card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }
  .stat-card-icon i {
    font-size: 22px;
  }
  .stat-card-number {
    font-size: 30px;
  }
  .stat-card-label {
    font-size: 14px;
  }
}


/* ==========================================
   适用领域卡片样式
   ========================================== */
.scenario-section-title {
  margin-bottom: 35px;
}

.scenario-section-title h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.scenario-section-title h4 {
  font-size: 32px;
  font-weight: 700;
  color: #212741;
  line-height: 1.3;
  position: relative;
  padding-left: 18px;
}

.scenario-section-title h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 70%;
  background: linear-gradient(to bottom, #2563eb, #1d4ed8);
  border-radius: 3px;
}

.scenario-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scenario-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}

.scenario-card {
  flex: 1 1 160px;
  max-width: 200px;
  height: 260px;
  border-radius: 14px;
  position: relative;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}

.scenario-card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.scenario-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.scenario-card-info {
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  padding: 20px 16px 16px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  width: 100%;
  border-radius: 0 0 14px 14px;
}

.scenario-card-info h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
  line-height: 1.3;
}

.scenario-card-info span:not(.scenario-blue-line) {
  font-size: 13px;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  opacity: 0.95;
}

.scenario-blue-line {
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right, #60a5fa, #2563eb);
  border-radius: 2px;
}

.scenario-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.5), rgba(29, 78, 216, 0.92));
  z-index: 2;
  transition: opacity 0.4s ease;
  opacity: 0;
  border-radius: 14px;
}

.scenario-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.2);
}

.scenario-card:hover .scenario-card-image img {
  transform: scale(1.08);
}

.scenario-card:hover .scenario-card-info {
  opacity: 1;
  transform: translateY(0);
}

.scenario-card:hover::before {
  opacity: 1;
}

/* ---- 适用领域响应式 ---- */
@media (max-width: 991px) {
  .scenario-section-title h4 {
    font-size: 28px;
  }

  .scenario-card {
    flex: 1 1 140px;
    max-width: none;
    height: 220px;
  }

  .scenario-card-info h3 {
    font-size: 15px;
  }

  .scenario-card-info span:not(.scenario-blue-line) {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .scenario-section-title {
    margin-bottom: 24px;
  }

  .scenario-section-title h4 {
    font-size: 24px;
    padding-left: 14px;
  }

  .scenario-section-title h4::before {
    width: 4px;
  }

  .scenario-cards-wrapper {
    gap: 12px;
  }

  .scenario-card {
    flex: 1 1 calc(50% - 6px);
    min-width: 140px;
    height: 200px;
    border-radius: 12px;
  }

  .scenario-card::before {
    opacity: 0.55;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgba(37, 99, 235, 0.25), rgba(29, 78, 216, 0.85));
  }

  .scenario-card-info {
    opacity: 1;
    transform: translateY(0);
    padding: 16px 12px 12px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  }

  .scenario-card-info h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .scenario-card-info span:not(.scenario-blue-line) {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .scenario-blue-line {
    width: 32px;
    height: 2px;
  }
}

@media (max-width: 480px) {
  .scenario-card {
    flex: 1 1 calc(50% - 6px);
    height: 180px;
  }
}


/* ============================================
   应用领域六宫格
   ============================================ */
section.application-fields {
  margin-top: 60px;
  padding: 50px 0 40px;
}

section.application-fields .section-heading {
  margin-bottom: 36px;
}

section.application-fields .section-heading h6 {
  font-size: 20px;
  letter-spacing: 0.08em;
}

section.application-fields .section-heading h4 {
  font-size: 52px;
  line-height: 1.15;
}

section.application-fields .section-heading p {
  margin-top: 14px;
  color: #64748b;
  font-size: 20px;
}

.app-grid .col-lg-4,
.app-grid .col-md-4,
.app-grid .col-sm-6 {
  margin-bottom: 24px;
}

.app-card {
  background: #fff;
  border: 1px solid rgba(226,232,240,0.8);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(37,99,235,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.app-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(37,99,235,0.12);
}

.app-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e8f0;
}

.app-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.app-card:hover .app-image img {
  transform: scale(1.08);
}

.app-body {
  padding: 22px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.app-body h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.app-body p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   认证与合作区域
   ============================================ */
section.certifications {
  background: #f0f7ff;
  margin-top: 0;
  padding: 80px 0 70px;
}

section.certifications .section-heading {
  margin-bottom: 44px;
}

section.certifications .section-heading p {
  margin-top: 14px;
  color: #64748b;
  font-size: 15px;
}

.cert-row {
  margin-bottom: 20px;
}

.cert-badge {
  background: #fff;
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(37,99,235,0.06);
  border: 1px solid rgba(226,232,240,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.cert-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(37,99,235,0.10);
}

.cert-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.cert-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cert-title {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.cert-sub {
  font-size: 13px;
  color: #64748b;
}

.partner-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
  margin: 50px 0 40px;
}

.partner-heading {
  margin-bottom: 36px;
}

.partner-logo-row .col-lg-2,
.partner-logo-row .col-md-3,
.partner-logo-row .col-sm-4,
.partner-logo-row .col-4 {
  margin-bottom: 16px;
}

.partner-logo {
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(37,99,235,0.04);
  border: 1px solid rgba(226,232,240,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 90px;
}

.partner-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(37,99,235,0.08);
}

.partner-logo img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.partner-logo:hover img {
  opacity: 1;
}

.project-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

.project-showcase-row {
  display: flex;
  flex-wrap: wrap;
}
.project-showcase-row > [class*="col-"] {
  display: flex;
}
.project-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(37,99,235,0.06);
  border: 1px solid rgba(226,232,240,0.6);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.project-body {
  flex: 1;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(37,99,235,0.10);
}

.project-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-body {
  padding: 18px 20px 22px;
}

.project-body h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}

.project-body p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   响应式调整
   ============================================ */
@media (max-width: 991px) {
  section.application-fields {
    padding: 44px 0 32px;
  }
  section.application-fields .section-heading h4 {
    font-size: 40px;
  }
  section.application-fields .section-heading p {
    font-size: 18px;
  }
  section.certifications {
    padding: 56px 0 50px;
  }
  .app-body {
    padding: 18px 18px 22px;
  }
  .cert-badge {
    padding: 22px 12px;
  }
}

@media (max-width: 767px) {
  section.application-fields {
    padding: 32px 0 24px;
  }
  section.application-fields .section-heading h4 {
    font-size: 32px;
  }
  section.application-fields .section-heading p {
    font-size: 16px;
  }
  section.certifications {
    padding: 40px 0 36px;
  }
  .app-grid .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .app-card {
    border-radius: 12px;
  }
  .app-body h5 {
    font-size: 16px;
  }
  .app-body p {
    font-size: 13px;
  }
  .cert-row .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .cert-badge {
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .cert-icon {
    width: 52px;
    height: 52px;
  }
  .partner-logo {
    height: 72px;
    padding: 12px 10px;
  }
  .partner-logo img {
    max-height: 36px;
  }
  .project-card {
    border-radius: 12px;
    margin-bottom: 14px;
  }
  .project-body h5 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .app-image {
    aspect-ratio: 16 / 10;
  }
  .partner-logo {
    height: 64px;
  }
  .partner-logo img {
    max-height: 28px;
  }
}


/* ============================================
   联系我们 - CTA 资料索取卡片
   ============================================ */
.contact-cta-section {
  margin-top: 0;
  padding: 80px 0 60px;
  background: #f0f7ff;
}

.contact-cta-section .section-heading {
  margin-bottom: 48px;
}

.contact-cta-section .section-heading h6 {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.contact-cta-section .section-heading h4 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 10px;
}

.contact-cta-section .section-heading p {
  margin-top: 12px;
  color: #64748b;
  font-size: 18px;
}

.contact-cta-row .col-lg-4,
.contact-cta-row .col-md-4 {
  margin-bottom: 20px;
}

.contact-cta-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 32px 36px;
  box-shadow: 0 10px 36px rgba(37,99,235,0.06);
  border: 1px solid rgba(226,232,240,0.8);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(37,99,235,0.10);
}

.contact-cta-card .cta-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #fff;
  font-size: 28px;
}

.contact-cta-card h5 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.3;
}

.contact-cta-card p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 24px;
}

.cta-button {
  display: inline-block;
  width: 100%;
  margin-top: auto;
  padding: 14px 24px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  text-decoration: none !important;
}

.cta-button:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  color: #fff;
}

.cta-button:active {
  transform: translateY(0);
}

.cta-contact-info {
  width: 100%;
  background: #f8fafc;
  border-radius: 12px;
  padding: 18px 20px;
  border: 1px solid #e8ecf1;
  margin-bottom: 0;
}

.cta-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #1e293b;
  font-weight: 600;
  padding: 6px 0;
}

.cta-contact-row i {
  color: #2563eb;
  font-size: 18px;
  width: 22px;
  text-align: center;
}

/* 导航栏下载按钮样式微调 */
.header-area .main-nav .nav li a .fas.fa-download {
  font-size: 12px;
}

/* ============================================
   联系我们 CTA 响应式
   ============================================ */
@media (max-width: 991px) {
  .contact-cta-section {
    padding: 56px 0 44px;
  }
  .contact-cta-section .section-heading h4 {
    font-size: 34px;
  }
  .contact-cta-section .section-heading p {
    font-size: 16px;
  }
  .contact-cta-card {
    padding: 32px 24px 28px;
  }
  .contact-cta-card .cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-cta-card h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .contact-cta-section {
    padding: 44px 0 32px;
  }
  .contact-cta-section .section-heading {
    margin-bottom: 28px;
  }
  .contact-cta-section .section-heading h4 {
    font-size: 28px;
  }
  .contact-cta-section .section-heading p {
    font-size: 15px;
  }
  .contact-cta-card {
    padding: 28px 22px 24px;
    margin-bottom: 16px;
    border-radius: 14px;
  }
  .contact-cta-card .cta-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    font-size: 22px;
    margin-bottom: 16px;
  }
  .contact-cta-card h5 {
    font-size: 18px;
  }
  .contact-cta-card p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .cta-button {
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 10px;
  }
  .cta-contact-info {
    padding: 14px 16px;
  }
  .cta-contact-row {
    font-size: 15px;
  }
}


/* ============================================
   Banner 描述文案分行样式
   ============================================ */
.banner-desc-line {
  margin-bottom: 10px !important;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}

.banner-desc-line:last-of-type {
  margin-bottom: 40px !important;
}

@media (max-width: 991px) {
  .slide-inner .header-text p.banner-desc-line {
    display: block;
    margin: 0 auto 8px;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    line-height: 1.55;
    max-width: 90%;
  }
  .slide-inner .header-text p.banner-desc-line:last-of-type {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .slide-inner .header-text p.banner-desc-line {
    display: block;
    margin: 0 auto 6px;
    font-size: 12px;
    line-height: 1.5;
    max-width: 92%;
  }
  .slide-inner .header-text p.banner-desc-line:last-of-type {
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .slide-inner .header-text p.banner-desc-line {
    font-size: 11px;
    line-height: 1.45;
  }
}


/* ============================================
   全局响应式优化 - 手机/平板全面适配
   ============================================ */

/* ---- 全局容器收紧 ---- */
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ---- Banner按钮手机优化 ---- */
@media (max-width: 480px) {
  .slide-inner .header-text .buttons {
    gap: 8px;
    margin-top: 8px;
  }
  .slide-inner .header-text .buttons .green-button a,
  .slide-inner .header-text .buttons .orange-button a {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* ---- 产品卡片手机2列紧凑样式 ---- */
@media (max-width: 767px) {
  .product-card-col,
  .related-product-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .product-card {
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  }
  .product-card .product-body {
    padding: 10px 10px 12px;
  }
  .product-card .product-group {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .product-card .product-title {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.35;
  }
  .product-card .product-desc {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-card .product-footer .green-button {
    padding: 5px 10px;
    font-size: 11px;
  }
  .model-badge {
    font-size: 9px;
    padding: 2px 6px;
    top: 6px;
    left: 6px;
  }
}

/* ---- 应用领域手机2列 ---- */
@media (max-width: 767px) {
  .app-grid .col-6 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }
  .app-card {
    border-radius: 10px;
  }
  .app-body {
    padding: 10px 10px 14px;
  }
  .app-body h5 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .app-body p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .app-image {
    aspect-ratio: 16 / 10;
  }
}

/* ---- 认证徽章手机2列 ---- */
@media (max-width: 767px) {
  .cert-row .col-6 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
  }
  .cert-badge {
    padding: 14px 8px;
    border-radius: 10px;
  }
  .cert-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
  }
  .cert-icon img {
    max-height: 28px;
  }
  .cert-title {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .cert-sub {
    font-size: 11px;
  }
}

/* ---- 工程案例手机 ---- */
@media (max-width: 767px) {
  .project-showcase-row .col-sm-6 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
  }
  .project-card {
    margin-bottom: 8px;
    border-radius: 10px;
  }
  .project-body {
    padding: 12px 14px 14px;
  }
  .project-body h5 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .project-body p {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ---- 首页数据概览手机 ---- */
@media (max-width: 767px) {
  .home-stats-card {
    padding: 16px 6px;
  }
  .home-stat-item {
    gap: 6px;
    padding: 6px 2px;
  }
  .home-stat-icon {
    width: 38px;
    height: 38px;
  }
  .home-stat-icon i {
    font-size: 15px;
  }
  .home-stat-number {
    font-size: 20px;
  }
  .home-stat-label {
    font-size: 11px;
  }
}

/* ---- 产品中心侧边栏手机 ---- */
@media (max-width: 767px) {
  .product-sidebar {
    padding: 20px;
    margin-bottom: 20px;
  }
  .product-sidebar h4 {
    font-size: 18px;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }
  .category-list li a {
    padding: 10px 0;
    font-size: 14px;
  }
}

/* ---- 相关产品卡片手机 ---- */
@media (max-width: 767px) {
  .related-card .product-body {
    padding: 8px 8px 10px;
  }
  .related-card .product-title {
    font-size: 11px;
    margin-bottom: 4px;
    line-height: 1.3;
  }
  .related-card .product-desc {
    display: none;
  }
  .related-card .green-button {
    padding: 4px 8px;
    font-size: 10px;
  }
}

/* ---- 联系页CTA卡片手机 ---- */
@media (max-width: 767px) {
  .contact-cta-row .col-sm-12 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .contact-cta-card {
    padding: 24px 18px 20px;
    margin-bottom: 12px;
  }
  .contact-cta-card .cta-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 20px;
    margin-bottom: 14px;
  }
  .contact-cta-card h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .contact-cta-card p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .cta-button {
    padding: 10px 18px;
    font-size: 14px;
  }
  .cta-contact-info {
    padding: 12px 14px;
  }
  .cta-contact-row {
    font-size: 14px;
  }
}

/* ---- 页脚手机居中 ---- */
@media (max-width: 767px) {
  .footer-content {
    text-align: center;
  }
  .footer-brand {
    display: block;
    margin-bottom: 10px;
  }
  .footer-desc {
    font-size: 13px;
  }
  .footer-links {
    display: inline-block;
    text-align: left;
  }
}

/* ---- 关于我们页指标手机2列 ---- */
@media (max-width: 767px) {
  .about-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .about-metric {
    padding: 12px;
  }
  .metric-index {
    font-size: 18px;
  }
  .about-metric strong {
    font-size: 14px;
  }
  .about-metric span {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ---- 联系信息卡片手机 ---- */
@media (max-width: 767px) {
  .contact-info-card {
    padding: 20px 14px;
    margin-bottom: 12px;
  }
  .contact-info-card h4 {
    font-size: 15px;
  }
  .contact-info-card p {
    font-size: 13px;
  }
  .contact-icon {
    width: 44px;
    height: 44px;
  }
  .contact-icon i {
    font-size: 18px;
  }
}

/* ---- 产品详情大图手机 ---- */
@media (max-width: 767px) {
  .product-image-large {
    margin-bottom: 16px;
  }
  .product-image-large .product-detail-image {
    border-radius: 8px;
  }
}

/* ---- 首页产品展示Swiper手机 ---- */
@media (max-width: 480px) {
  .product-showcase-card-image img {
    max-height: 160px;
  }
  .product-showcase-card-title {
    font-size: 14px;
  }
}

/* ---- 超小屏特殊处理 ---- */
@media (max-width: 400px) {
  .product-card .product-title {
    font-size: 11px;
  }
  .product-card .product-desc {
    font-size: 10px;
  }
  .app-body h5 {
    font-size: 12px;
  }
  .app-body p {
    font-size: 10px;
  }
  .cert-title {
    font-size: 11px;
  }
  .cert-sub {
    font-size: 9px;
  }
  .home-stat-number {
    font-size: 18px;
  }
  .home-stat-label {
    font-size: 10px;
  }
}


/* ============================================
   时间线手机优化
   ============================================ */
@media (max-width: 767px) {
  .timeline {
    padding-left: 28px;
  }
  .timeline::before {
    left: 10px;
    width: 2px;
  }
  .timeline-item {
    margin-bottom: 24px;
    padding-left: 20px;
  }
  .timeline-year {
    left: -28px;
    width: 36px;
    height: 36px;
    font-size: 10px;
    box-shadow: 0 0 0 3px rgba(26,54,93,0.15);
  }
  .timeline-content {
    padding: 16px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(37,99,235,0.06);
  }
  .timeline-content h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .timeline-content p {
    font-size: 13px;
    line-height: 1.65;
  }
}

/* ============================================
   产品中心页平板/手机优化
   ============================================ */
@media (max-width: 991px) {
  .product-sidebar {
    padding: 20px;
    margin-bottom: 24px;
  }
  .product-sidebar h4 {
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .category-list li a {
    padding: 8px 0;
    font-size: 14px;
  }
}

/* ============================================
   页脚统一优化
   ============================================ */
@media (max-width: 767px) {
  footer {
    padding: 40px 0 20px;
  }
  .footer-content {
    text-align: center;
  }
  .footer-brand {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .footer-desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .footer-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .footer-links li a {
    font-size: 13px;
  }
  .footer-contact li {
    justify-content: center;
    font-size: 13px;
  }
  .footer-bottom {
    margin-top: 20px;
    padding-top: 16px;
  }
  .footer-bottom p {
    font-size: 12px;
  }
}

/* ============================================
   面包屑手机隐藏（已存在，增强）
   ============================================ */
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/* ============================================
   回到顶部按钮手机
   ============================================ */
@media (max-width: 767px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 16px;
    bottom: 16px;
  }
  .back-to-top i {
    font-size: 14px;
  }
}

/* ============================================
   通用section间距手机统一
   ============================================ */
@media (max-width: 767px) {
  section.top-section {
    padding: 40px 0;
  }
  section.about-us {
    padding: 40px 0;
  }
  .section-heading {
    margin-bottom: 24px;
  }
  .section-heading h6 {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .section-heading h4 {
    font-size: 22px;
  }
  .section-heading p {
    font-size: 14px;
    margin-top: 8px;
  }
}

/* ============================================
   关于我们页手机优化
   ============================================ */
@media (max-width: 767px) {
  .about-intro-image {
    margin-bottom: 20px;
  }
  .about-intro-image img {
    border-radius: 10px;
  }
  .about-intro-panel {
    padding: 0;
  }
  .about-kicker {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .about-intro-panel h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .about-intro-panel p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .about-stats-section {
    padding: 40px 0;
  }
}

/* ============================================
   合作伙伴Logo手机3列保持
   ============================================ */
@media (max-width: 767px) {
  .partner-logo-row .col-4 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
  }
  .partner-logo {
    height: 64px;
    padding: 10px 8px;
    border-radius: 8px;
  }
  .partner-logo img {
    max-height: 28px;
  }
}

/* ============================================
   页面标题手机优化
   ============================================ */
@media (max-width: 767px) {
  .page-heading {
    padding: 110px 0 50px;
  }
  .page-heading .header-text h2 {
    font-size: 26px;
  }
  .page-heading .header-text p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-heading {
    padding: 100px 0 40px;
  }
  .page-heading .header-text h2 {
    font-size: 22px;
  }
}

/* ============================================
   CTA区块手机优化
   ============================================ */
@media (max-width: 767px) {
  section.simple-cta {
    padding: 32px 0;
  }
  section.simple-cta h4 {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 16px;
  }
  section.simple-cta .buttons {
    justify-content: center;
    gap: 10px;
  }
}


/* ============================================
   Footer手机紧凑布局
   ============================================ */
@media (max-width: 767px) {
  .footer-content {
    text-align: left;
  }
  .footer-brand {
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
  }
  .footer-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .footer-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer-links li {
    margin-bottom: 4px;
  }
  .footer-links li a {
    font-size: 12px;
  }
  .footer-contact li {
    justify-content: flex-start;
    font-size: 12px;
    margin-bottom: 6px;
  }
}

/* ============================================
   工程案例手机3列紧凑
   ============================================ */
@media (max-width: 767px) {
  .project-showcase-row .col-4 {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
  }
  .project-card {
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  }
  .project-image {
    aspect-ratio: 16 / 10;
  }
  .project-body {
    padding: 8px 10px 10px;
  }
  .project-body h5 {
    font-size: 11px;
    margin-bottom: 2px;
    line-height: 1.3;
  }
  .project-body p {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

/* ============================================
   CTA增值服务手机3列紧凑
   ============================================ */
@media (max-width: 767px) {
  .contact-cta-row .col-4 {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
  }
  .contact-cta-card {
    padding: 12px 6px 10px;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  }
  .contact-cta-card .cta-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .contact-cta-card h5 {
    font-size: 11px;
    margin-bottom: 3px;
    line-height: 1.3;
  }
  .contact-cta-card p {
    display: none;
  }
  .cta-button {
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 6px;
  }
  .cta-contact-info {
    padding: 4px 6px;
    border-radius: 6px;
  }
  .cta-contact-row {
    font-size: 9px;
    line-height: 1.4;
  }
  .cta-contact-row i {
    font-size: 10px;
    margin-right: 3px;
  }
}

/* ============================================
   联系信息卡片手机4列 + 修复flex排版
   ============================================ */
@media (max-width: 767px) {
  .contact-page .contact-info-card,
  .contact-info-card {
    display: block !important;
    text-align: center !important;
    padding: 10px 2px;
    min-height: 0 !important;
    margin-bottom: 6px;
    border-radius: 8px;
  }
  .contact-page .contact-icon,
  .contact-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto 4px !important;
    border-width: 1px;
  }
  .contact-page .contact-icon i,
  .contact-icon i {
    font-size: 12px;
  }
  .contact-page .contact-info-card h4,
  .contact-info-card h4 {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .contact-page .contact-info-card p,
  .contact-info-card p {
    font-size: 9px;
    line-height: 1.35;
    margin-bottom: 0;
  }
}

/* ============================================
   联系信息卡片超小屏微调
   ============================================ */
@media (max-width: 400px) {
  .contact-info-card h4 {
    font-size: 9px;
  }
  .contact-info-card p {
    font-size: 8px;
  }
  .contact-icon {
    width: 24px;
    height: 24px;
  }
  .contact-icon i {
    font-size: 10px;
  }
}

/* ============================================
   手机端下拉菜单强制 fixed 定位，跳出 overflow 裁剪
   ============================================ */
@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    width: 160px;
    z-index: 9999;
  }
}

/* ============================================
   手机端导航栏强制单行均匀分布
   ============================================ */
@media (max-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    overflow-x: auto !important;
    width: 100% !important;
    gap: 8px !important;
  }
  .header-area .main-nav .nav li {
    flex: 0 0 auto !important;
    text-align: center !important;
    display: block !important;
  }
  .header-area .main-nav .nav li.has-sub {
    position: relative !important;
  }
  .header-area .main-nav .nav li a,
  .header-area .main-nav .nav li:last-child a {
    white-space: nowrap !important;
    font-size: clamp(12px, 3.5vw, 15px) !important;
    padding: 14px 12px !important;
    height: auto !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header-area .main-nav .nav li.has-sub:after {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 2px !important;
  }
}

/* ============================================
   Mobile / tablet app-style website shell
   App-style mobile structure, rebranded for Yibaoer.
   ============================================ */
@media (min-width: 992px) {
  .mobile-app-top,
  .mobile-bottom-nav,
  .mobile-detail-actions {
    display: none !important;
  }
}

@media (max-width: 991px) {
  :root {
    --m-blue: #2563eb;
    --m-blue-dark: #1d4ed8;
    --m-ink: #0f172a;
    --m-text: #334155;
    --m-muted: #64748b;
    --m-soft: #f5f8fc;
    --m-line: #e2e8f0;
    --m-card: #ffffff;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-top: 76px;
    padding-bottom: 86px;
    background: var(--m-soft);
    color: var(--m-text);
  }

  body.has-mobile-detail-actions {
    padding-bottom: 146px;
  }

  .header-area {
    display: none !important;
  }

  .site-history-back {
    display: none;
  }

  .mobile-app-top {
    position: fixed;
    z-index: 10020;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
    min-height: 68px;
    padding: 10px max(14px, env(safe-area-inset-left)) 8px;
    padding-right: max(14px, env(safe-area-inset-right));
    background: rgba(255,255,255,0.96);
    border-bottom: 1px solid rgba(226,232,240,0.85);
    box-shadow: 0 8px 26px rgba(15,23,42,0.08);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
  }

  .mobile-back-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e5edf8;
    border-radius: 8px;
    background: #f8fbff;
    color: var(--m-blue);
    font-size: 15px;
  }

  .mobile-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: var(--m-ink);
    text-decoration: none;
  }

  .mobile-brand:hover {
    color: var(--m-ink);
  }

  .mobile-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--m-blue), #38bdf8);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 8px 16px rgba(37,99,235,0.24);
  }

  .mobile-brand strong,
  .mobile-brand em {
    display: block;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .mobile-brand strong {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 800;
  }

  .mobile-brand em {
    margin-top: 3px;
    color: var(--m-muted);
    font-size: 11px;
    font-style: normal;
    line-height: 1.1;
  }

  .mobile-search-pill {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e5edf8;
    border-radius: 8px;
    background: #f8fbff;
    color: var(--m-muted);
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
  }

  .mobile-search-pill i {
    flex: 0 0 auto;
    margin-right: 8px;
    color: var(--m-blue);
    font-size: 13px;
  }

  .mobile-search-pill span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-top-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--m-blue);
    text-decoration: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 10030;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    min-height: 70px;
    padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom));
    padding-right: max(10px, env(safe-area-inset-right));
    background: rgba(255,255,255,0.98);
    border-top: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 -10px 28px rgba(15,23,42,0.10);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
  }

  .mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 54px;
    border-radius: 8px;
    color: #64748b;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-bottom-nav a i {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .mobile-bottom-nav a.active {
    background: #eef5ff;
    color: var(--m-blue);
  }

  .page-heading {
    margin: 0 14px 16px;
    padding: 34px 18px 28px;
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(15,23,42,0.62), rgba(37,99,235,0.74)),
      url(../images/slide-03-sm.webp) center / cover no-repeat;
    box-shadow: 0 12px 28px rgba(37,99,235,0.18);
  }

  .page-heading .header-text h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(24px, 6vw, 34px);
    line-height: 1.18;
  }

  .page-heading .header-text p {
    max-width: 58ch;
    margin: 0 auto;
    color: rgba(255,255,255,0.88);
    font-size: 13px;
    line-height: 1.7;
  }

  .page-heading .div-dec {
    width: 48px;
    height: 3px;
    margin: 10px auto 12px;
    border-radius: 999px;
    background: #fff;
  }

  section {
    margin-top: 0;
  }

  section,
  .main-services,
  .product-detail-section,
  .contact-cta-section,
  .top-section {
    padding-right: 0;
    padding-left: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .section-heading {
    margin-bottom: 18px;
    text-align: left !important;
  }

  .section-heading h6 {
    margin-bottom: 5px;
    color: var(--m-blue);
    font-size: 12px;
    font-weight: 800;
  }

  .section-heading h4 {
    color: var(--m-ink);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .section-heading p,
  p {
    color: var(--m-muted);
    font-size: 13px;
    line-height: 1.7;
  }

  .green-button a,
  .orange-button a,
  a.green-button,
  a.orange-button,
  .cta-button,
  .product-showcase-btn {
    min-height: 42px;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    background: var(--m-blue) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
    box-shadow: 0 10px 22px rgba(37,99,235,0.18);
  }

  footer {
    margin-top: 20px;
    padding: 24px 0 20px;
    border-top: 1px solid var(--m-line);
    background: #fff;
  }

  footer .footer-content {
    row-gap: 10px;
  }

  footer .footer-brand,
  footer .footer-title {
    color: var(--m-ink);
  }
}

/* Home mobile */
@media (max-width: 991px) {
  .home-page #top.swiper-container {
    height: auto;
    min-height: 0;
    margin: 0 14px 16px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--m-ink);
    box-shadow: 0 14px 32px rgba(15,23,42,0.18);
  }

  .home-page #top .swiper-wrapper,
  .home-page #top .swiper-slide {
    height: 440px;
  }

  .home-page #top .slide-inner {
    position: relative;
    height: 440px;
    background-position: center right;
  }

  .home-page #top .slide-inner::before {
    background:
      linear-gradient(180deg, rgba(15,23,42,0.08), rgba(15,23,42,0.86)),
      linear-gradient(90deg, rgba(15,23,42,0.70), rgba(15,23,42,0.12));
  }

  .home-page #top .slide-inner .header-text {
    top: auto;
    right: 18px;
    bottom: 24px;
    left: 18px;
    width: auto;
    transform: none;
  }

  .home-page #top .slide-inner .header-text h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
    letter-spacing: 0;
  }

  .home-page #top .slide-inner .header-text h2 em {
    color: #93c5fd;
  }

  .home-page #top .slide-inner .header-text .div-dec {
    width: 44px;
    height: 3px;
    margin-bottom: 14px;
  }

  .home-page #top .slide-inner .header-text p.banner-desc-line {
    display: block;
    margin: 0 0 6px;
    color: rgba(255,255,255,0.86);
    font-size: 13px;
    line-height: 1.55;
  }

  .home-page #top .slide-inner .header-text .buttons {
    display: flex;
    gap: 10px;
    margin-top: 16px;
  }

  .home-page #top .slide-inner .header-text .buttons .green-button,
  .home-page #top .slide-inner .header-text .buttons .orange-button {
    float: none;
    margin: 0;
  }

  .home-page .application-fields,
  .home-page .home-stats,
  .home-page .certifications,
  .home-page section.services.product-showcase,
  .home-page section.about-us {
    margin: 14px;
    padding: 22px 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  }

  .home-page .application-fields .app-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0 -14px 0 0;
    padding: 0 14px 2px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .home-page .application-fields .app-grid > [class*="col-"] {
    flex: 0 0 220px;
    max-width: 220px;
    padding-right: 0;
    padding-left: 0;
    scroll-snap-align: start;
  }

  .app-card,
  .cert-badge,
  .project-card,
  .home-stats-card {
    border-radius: 8px !important;
    box-shadow: none !important;
  }

  .app-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--m-line);
    background: #fff;
  }

  .app-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .app-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .app-body {
    padding: 12px;
  }

  .app-body h5 {
    margin-bottom: 6px;
    color: var(--m-ink);
    font-size: 16px;
    font-weight: 800;
  }

  .app-body p {
    margin: 0;
    font-size: 12px;
  }

  .home-stat-item {
    justify-content: flex-start;
    padding: 12px;
  }

  .home-stat-icon {
    border-radius: 8px;
  }

  .home-stat-number {
    color: var(--m-ink);
    font-size: 24px;
  }

  .product-showcase-wrap {
    display: block;
  }

  .product-showcase-intro {
    margin-bottom: 16px;
    padding: 0;
    text-align: left;
  }

  .product-showcase-title {
    font-size: 24px;
  }

  .product-showcase-desc {
    font-size: 13px;
  }

  .product-showcase-swiper,
  .product-showcase-track {
    display: none !important;
  }

  .pgm-wrap {
    display: block;
  }
}

/* Product list and detail mobile */
@media (max-width: 991px) {
  .products-page .main-services.product-page,
  .product-detail-page .product-detail-section {
    margin: 14px;
    padding: 18px 0 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  }

  .products-page .product-sidebar {
    position: relative;
    top: auto;
    margin-bottom: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .products-page .product-sidebar h4 {
    margin-bottom: 10px;
    color: var(--m-ink);
    font-size: 18px;
  }

  .products-page .category-list {
    display: flex;
    gap: 8px;
    margin: 0 -14px 0 0;
    padding: 0 14px 4px 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .products-page .category-list::-webkit-scrollbar {
    display: none;
  }

  .products-page .category-list li {
    flex: 0 0 auto;
    margin: 0;
  }

  .products-page .category-list li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    background: #fff;
    color: var(--m-text);
    white-space: nowrap;
  }

  .products-page .category-list li.active a {
    border-color: rgba(37,99,235,0.2);
    background: #eef5ff;
    color: var(--m-blue);
  }

  .products-page .group-header {
    margin-bottom: 14px !important;
  }

  .products-page .group-header h3 {
    color: var(--m-ink);
    font-size: 22px;
    line-height: 1.25;
  }

  .products-page .product-card-col {
    padding-right: 6px;
    padding-left: 6px;
  }

  .product-card {
    height: 100%;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
  }

  .product-card .product-card-image {
    aspect-ratio: 1 / 0.82;
    min-height: 0;
    border-radius: 0;
    background: #f8fbff;
  }

  .product-card .product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-card .product-body {
    padding: 12px;
  }

  .product-card .product-title {
    display: -webkit-box;
    min-height: 42px;
    margin: 6px 0 8px;
    overflow: hidden;
    color: var(--m-ink);
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .product-card .product-desc {
    display: none;
  }

  .product-card .product-footer {
    margin-top: 10px;
  }

  .product-card .product-footer .green-button {
    display: block;
    width: 100%;
  }

  .product-detail-page .breadcrumb {
    display: none;
  }

  .product-detail-page .product-detail-section > .container > .row:nth-of-type(2) {
    row-gap: 14px;
  }

  .product-image-large {
    margin-bottom: 0;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    background: #f8fbff;
    box-shadow: none;
    overflow: hidden;
  }

  .product-image-large .product-image,
  .product-image-large img,
  .product-image-large .product-image-placeholder {
    width: 100%;
    min-height: 280px;
    max-height: 360px;
    object-fit: contain;
  }

  .product-info,
  .product-info-panel,
  .product-details-tabs,
  .scenario-container {
    border: 1px solid var(--m-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
  }

  .product-info {
    padding: 16px;
  }

  .product-info h2 {
    color: var(--m-ink);
    font-size: 22px;
    line-height: 1.3;
  }

  .product-description {
    font-size: 13px;
  }

  .product-meta .meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .meta-card {
    padding: 10px;
    border-radius: 8px;
    background: #f8fbff;
  }

  .product-info > .mt-4:last-child {
    display: none;
  }

  #product-selection-row,
  .product-detail-page .row.mt-5 {
    margin-top: 16px !important;
  }

  .product-info-panel,
  .product-details-tabs {
    padding: 14px;
  }

  .detail-panel-heading,
  .specs-panel-heading,
  .scenario-section-title {
    margin-bottom: 12px;
  }

  .model-option-grid {
    grid-template-columns: 1fr;
  }

  .specs-table {
    min-width: 520px;
    font-size: 12px;
  }

  .scenario-container {
    padding: 0;
    overflow: visible;
  }

  .scenario-cards-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0 0 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .scenario-card {
    flex: 0 0 240px;
    max-width: 240px;
    margin: 0;
    border: 1px solid var(--m-line);
    border-radius: 8px;
    overflow: hidden;
    scroll-snap-align: start;
  }

  .scenario-card-image {
    height: 140px;
  }

  .scenario-card-info {
    padding: 12px;
  }

  .scenario-card-info h3 {
    font-size: 16px;
  }

  .scenario-card-info span {
    font-size: 12px;
  }

  .mobile-detail-actions {
    position: fixed;
    z-index: 10025;
    right: 0;
    bottom: calc(70px + env(safe-area-inset-bottom));
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.98);
    border-top: 1px solid var(--m-line);
    box-shadow: 0 -8px 24px rgba(15,23,42,0.08);
  }

  .mobile-detail-actions a,
  .mobile-detail-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-detail-actions i {
    margin-right: 8px;
  }

  .mobile-detail-secondary {
    border: 1px solid var(--m-line);
    background: #fff;
    color: var(--m-text);
  }

  .mobile-detail-primary {
    background: var(--m-blue);
    color: #fff;
    box-shadow: 0 10px 22px rgba(37,99,235,0.18);
  }
}

/* About and contact mobile */
@media (max-width: 991px) {
  .about-page .top-section,
  .about-page section,
  .contact-page section {
    margin: 14px;
    padding: 22px 0;
    border-radius: 8px;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  }

  .about-intro-image,
  .about-intro-panel,
  .contact-cta-card,
  .contact-info-card,
  .service-item {
    border: 1px solid var(--m-line);
    border-radius: 8px !important;
    background: #fff;
    box-shadow: none !important;
  }

  .about-intro-image {
    margin-bottom: 14px;
    overflow: hidden;
  }

  .about-intro-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .about-intro-panel {
    padding: 16px;
  }

  .about-intro-panel h3 {
    color: var(--m-ink);
    font-size: 22px;
    line-height: 1.3;
  }

  .about-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-metric {
    padding: 12px;
    border-radius: 8px;
    background: #f8fbff;
  }

  .cert-row,
  .partner-logo-row,
  .project-showcase-row,
  .contact-cta-row {
    row-gap: 12px;
  }

  .cert-row > [class*="col-"],
  .partner-logo-row > [class*="col-"],
  .project-showcase-row > [class*="col-"],
  .contact-cta-row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact-page .services.py-5 .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact-cta-card,
  .contact-info-card {
    height: 100%;
    padding: 16px 12px;
  }

  .contact-cta-card h5,
  .contact-info-card h4 {
    color: var(--m-ink);
    font-size: 15px;
    line-height: 1.35;
  }

  .contact-cta-card p,
  .contact-info-card p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 72px;
  }

  .mobile-app-top {
    grid-template-columns: auto minmax(0, 1fr) 38px;
    gap: 8px;
    min-height: 64px;
    padding-top: 8px;
  }

  .mobile-brand-mark {
    width: 34px;
    height: 34px;
    margin-right: 7px;
  }

  .mobile-brand strong {
    font-size: 16px;
  }

  .mobile-search-pill {
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .mobile-top-action {
    width: 38px;
    height: 38px;
  }

  .home-page #top .swiper-wrapper,
  .home-page #top .swiper-slide,
  .home-page #top .slide-inner {
    height: 420px;
  }

  .products-page .product-card-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-card .product-body {
    padding: 10px;
  }

  .product-card .product-title {
    font-size: 13px;
  }

  .product-meta .meta-grid,
  .cert-row > [class*="col-"],
  .partner-logo-row > [class*="col-"],
  .project-showcase-row > [class*="col-"],
  .contact-cta-row > [class*="col-"],
  .contact-page .services.py-5 .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}

/* 2026 visual refinement layer */
@media (max-width: 991px) {
  :root {
    --refine-blue: #2563eb;
    --refine-blue-soft: #eef5ff;
    --refine-ink: #0f172a;
    --refine-text: #334155;
    --refine-muted: #64748b;
    --refine-line: #dbe7f5;
    --refine-surface: #ffffff;
    --refine-wash: #f6f9fd;
  }

  body {
    padding-top: 66px;
    background:
      linear-gradient(180deg, #f8fbff 0, #ffffff 42vh, #f6f9fd 100%);
  }

  .mobile-app-top {
    grid-template-columns: minmax(0, 1fr) 42px;
    min-height: 62px;
    padding: 8px max(14px, env(safe-area-inset-left)) 8px;
    padding-right: max(14px, env(safe-area-inset-right));
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
  }

  .mobile-search-pill {
    display: none !important;
  }

  .mobile-brand strong,
  .mobile-brand em {
    max-width: none;
  }

  .mobile-brand-mark {
    border-radius: 7px;
    background: linear-gradient(135deg, #1d4ed8, #2563eb 54%, #60a5fa);
  }

  .mobile-top-action,
  .mobile-bottom-nav a,
  .green-button a,
  .orange-button a,
  a.green-button,
  a.orange-button,
  .cta-button,
  .product-showcase-btn {
    border-radius: 7px !important;
  }

  .mobile-bottom-nav {
    min-height: 64px;
    padding-top: 6px;
    box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.09);
  }

  .mobile-bottom-nav a {
    height: 50px;
    font-size: 10px;
  }

  .mobile-bottom-nav a i {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .page-heading {
    margin: 0 12px 12px;
    padding: 30px 18px 24px;
    border-radius: 7px;
  }

  .page-heading .header-text h2 {
    font-size: clamp(24px, 7vw, 34px);
  }

  .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .section-heading {
    margin-bottom: 16px;
  }

  .section-heading h4 {
    font-size: 21px;
  }

  .section-heading p {
    margin-top: 8px;
  }

  .home-page .application-fields,
  .home-page .home-stats,
  .home-page .certifications,
  .home-page section.services.product-showcase,
  .home-page section.about-us,
  .products-page .main-services.product-page,
  .product-detail-page .product-detail-section,
  .about-page .top-section,
  .about-page section,
  .contact-page section {
    margin: 12px;
    padding: 20px 0;
    border: 1px solid rgba(219, 231, 245, 0.86);
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
  }

  .home-page #top.swiper-container {
    margin: 0 12px 12px;
    border-radius: 7px;
  }

  .home-page #top .swiper-wrapper,
  .home-page #top .swiper-slide,
  .home-page #top .slide-inner {
    height: 410px;
  }

  .home-page #top .slide-inner .header-text {
    right: 16px;
    bottom: 20px;
    left: 16px;
  }

  .home-page #top .slide-inner .header-text h2 {
    margin-bottom: 10px;
    font-size: clamp(25px, 7.6vw, 38px);
  }

  .home-page #top .slide-inner .header-text p.banner-desc-line {
    max-width: 38em;
    font-size: 12px;
    line-height: 1.5;
  }

  .home-page #top .slide-inner .header-text p.banner-desc-line:nth-of-type(n+3) {
    display: none;
  }

  .home-page #top .slide-inner .header-text .buttons {
    gap: 8px;
    margin-top: 12px;
  }

  .home-stats-card,
  .app-card,
  .cert-badge,
  .partner-logo,
  .project-card,
  .product-card,
  .product-info,
  .product-info-panel,
  .product-details-tabs,
  .scenario-container,
  .scenario-card,
  .about-intro-image,
  .about-intro-panel,
  .service-item,
  .stat-card,
  .contact-cta-card,
  .contact-info-card {
    border-color: var(--refine-line) !important;
    border-radius: 7px !important;
    box-shadow: none !important;
  }

  .home-page .application-fields .app-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .home-page .application-fields .app-grid > [class*="col-"] {
    flex: none;
    max-width: none;
    width: auto;
  }

  .app-image {
    aspect-ratio: 4 / 3;
  }

  .app-body,
  .project-body {
    padding: 10px;
  }

  .app-body h5,
  .project-body h5 {
    font-size: 14px;
    line-height: 1.35;
  }

  .app-body p,
  .project-body p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-stats-card .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-stats-card .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .home-stat-item {
    display: block;
    padding: 10px 6px;
    text-align: center;
  }

  .home-stat-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 6px;
  }

  .home-stat-icon i {
    font-size: 13px;
  }

  .home-stat-number {
    font-size: 20px;
    line-height: 1.05;
  }

  .home-stat-label {
    margin-top: 3px;
    font-size: 10px;
  }

  .cert-row,
  .partner-logo-row,
  .project-showcase-row,
  .contact-cta-row,
  .about-stats-section .row,
  .about-page .services .row,
  .about-page .partners .row {
    row-gap: 10px;
  }

  .cert-row > [class*="col-"],
  .partner-logo-row > [class*="col-"],
  .project-showcase-row > [class*="col-"],
  .contact-cta-row > [class*="col-"],
  .about-stats-section .row > [class*="col-"],
  .about-page .services .row > [class*="col-"],
  .about-page .partners .row > [class*="col-"],
  .contact-page .services.py-5 .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .project-showcase-row > .col-lg-12,
  .about-page .services .row > .col-lg-6.offset-lg-3,
  .about-page .partners .row > .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cert-badge {
    height: 100%;
    padding: 14px 8px;
  }

  .cert-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
  }

  .cert-title {
    font-size: 14px;
  }

  .cert-sub {
    font-size: 11px;
    line-height: 1.45;
  }

  .partner-divider {
    margin: 24px 0 20px;
  }

  .partner-logo {
    height: 58px;
    padding: 10px;
  }

  .project-heading {
    margin-top: 18px;
    margin-bottom: 16px;
  }

  .project-image {
    aspect-ratio: 16 / 9;
  }

  .pgm-header {
    margin-bottom: 12px;
  }

  .pgm-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .pgm-cell {
    min-height: 0;
    padding: 9px 7px 10px;
    border-radius: 7px;
  }

  .pgm-num {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .pgm-img {
    height: 56px;
    margin-bottom: 7px;
  }

  .pgm-name {
    min-height: 32px;
    font-size: 11px;
    line-height: 1.42;
  }

  .products-page .category-list {
    gap: 7px;
    margin-right: -12px;
    padding-right: 12px;
  }

  .products-page .category-list li a {
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12px;
  }

  .products-page .group-header {
    padding-bottom: 4px;
  }

  #product-grid {
    margin-right: -5px;
    margin-left: -5px;
  }

  .products-page .product-card-col,
  #product-grid .product-card-col,
  .related-product-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px !important;
  }

  .product-card .product-card-image,
  .product-card-image,
  .related-product-image {
    aspect-ratio: 1 / 0.78;
  }

  .product-card .product-body {
    padding: 9px;
  }

  .product-card .product-group {
    font-size: 10px;
  }

  .product-card .product-title {
    min-height: 36px;
    margin: 4px 0 7px;
    font-size: 12px;
    line-height: 1.5;
  }

  .product-card .product-footer {
    margin-top: 6px;
  }

  .product-card .product-footer .green-button,
  .product-card .product-footer .green-button a,
  .product-card a.green-button {
    min-height: 34px;
    padding: 9px 8px !important;
    font-size: 11px !important;
  }

  .product-detail-page .product-detail-section > .container > .row:nth-of-type(2) {
    row-gap: 10px;
  }

  .product-image-large .product-image,
  .product-image-large img,
  .product-image-large .product-image-placeholder {
    min-height: 220px;
    max-height: 310px;
  }

  .product-info,
  .product-info-panel,
  .product-details-tabs {
    padding: 12px;
  }

  .product-info h2 {
    font-size: 20px;
  }

  .product-meta .meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meta-card {
    padding: 9px;
  }

  .scenario-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    overflow: visible;
  }

  .scenario-card {
    flex: none;
    max-width: none;
  }

  .scenario-card-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .scenario-card-info {
    padding: 9px;
  }

  .scenario-card-info h3 {
    font-size: 13px;
  }

  .scenario-card-info span:not(.scenario-blue-line) {
    font-size: 10px;
  }

  .about-intro-panel {
    padding: 14px;
  }

  .about-intro-panel h3 {
    font-size: 21px;
  }

  .about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .about-metric {
    padding: 10px;
  }

  .about-metric strong {
    font-size: 13px;
  }

  .about-metric span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    display: none;
  }

  .timeline-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }

  .timeline-year {
    position: static;
    width: auto;
    height: auto;
    min-height: 38px;
    padding: 8px 6px;
    border-radius: 7px;
    font-size: 12px;
  }

  .timeline-content {
    padding: 12px;
    border-radius: 7px;
  }

  .timeline-content h4 {
    font-size: 14px;
  }

  .timeline-content p {
    font-size: 12px;
    line-height: 1.6;
  }

  .what-we-do .right-items .item,
  .services .service-item,
  .stat-card {
    height: 100%;
    padding: 14px 10px;
  }

  .services .service-item img.service-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
  }

  .services .service-item h4,
  .what-we-do .right-items .item h4 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .services .service-item p,
  .what-we-do .right-items .item p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .stat-card {
    padding: 12px 8px;
  }

  .stat-card-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 7px;
  }

  .stat-card-number {
    font-size: 21px;
  }

  .stat-card-label {
    font-size: 11px;
  }

  footer {
    margin-top: 12px;
    padding: 18px 0 calc(76px + env(safe-area-inset-bottom));
    background:
      linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  }

  footer .footer-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-right: 0;
    margin-left: 0;
  }

  footer .footer-content > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 !important;
  }

  footer .footer-content > [class*="col-"]:first-child,
  footer .footer-content > [class*="col-"]:last-child {
    grid-column: 1 / -1;
  }

  footer .footer-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.2;
  }

  footer .footer-desc {
    max-width: 46em;
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
  }

  footer .footer-title {
    margin-bottom: 8px;
    font-size: 13px;
  }

  footer .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  footer .footer-links li {
    margin: 0;
  }

  footer .footer-links li a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: var(--refine-text);
    font-size: 12px;
    line-height: 1.25;
  }

  footer .footer-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  footer .footer-contact li {
    display: flex;
    align-items: center;
    min-height: 28px;
    margin: 0;
    padding: 6px 8px;
    border: 1px solid var(--refine-line);
    border-radius: 7px;
    background: #fff;
    font-size: 12px;
  }

  footer .footer-contact li i {
    width: 18px;
    margin-right: 6px;
    color: var(--refine-blue);
  }

  footer .footer-bottom {
    margin-top: 14px;
    padding-top: 12px;
  }

  footer .footer-bottom p {
    margin: 0;
    color: var(--refine-muted);
    font-size: 10px;
    line-height: 1.5;
  }

  footer .footer-bottom p + p {
    margin-top: 5px !important;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  body {
    padding-top: 70px;
  }

  .mobile-app-top {
    min-height: 66px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-page .application-fields,
  .home-page .home-stats,
  .home-page .certifications,
  .home-page section.services.product-showcase,
  .home-page section.about-us,
  .products-page .main-services.product-page,
  .product-detail-page .product-detail-section,
  .about-page .top-section,
  .about-page section,
  .contact-page section,
  .page-heading,
  .home-page #top.swiper-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .home-page .application-fields .app-grid,
  .pgm-grid,
  .scenario-cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-page .product-card-col,
  #product-grid .product-card-col,
  .related-product-col,
  .cert-row > [class*="col-"],
  .partner-logo-row > [class*="col-"],
  .project-showcase-row > [class*="col-"],
  .about-stats-section .row > [class*="col-"],
  .about-page .services .row > [class*="col-"],
  .about-page .partners .row > [class*="col-"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .project-showcase-row > .col-lg-12,
  .about-page .services .row > .col-lg-6.offset-lg-3,
  .about-page .partners .row > .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .footer-content {
    grid-template-columns: 1.3fr 0.8fr 1fr 1.2fr;
  }

  footer .footer-content > [class*="col-"]:first-child,
  footer .footer-content > [class*="col-"]:last-child {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 64px;
  }

  .mobile-app-top {
    grid-template-columns: minmax(0, 1fr) 38px;
    min-height: 60px;
  }

  .mobile-brand-mark {
    width: 34px;
    height: 34px;
  }

  .mobile-brand strong {
    font-size: 16px;
  }

  .mobile-brand em {
    font-size: 10px;
  }

  .mobile-top-action {
    width: 38px;
    height: 38px;
  }

  .home-page #top .swiper-wrapper,
  .home-page #top .swiper-slide,
  .home-page #top .slide-inner {
    height: 390px;
  }

  .home-page #top .slide-inner .header-text h2 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .home-page #top .slide-inner .header-text p.banner-desc-line:nth-of-type(n+2) {
    display: none;
  }

  .home-page .application-fields .app-grid,
  .pgm-grid,
  .scenario-cards-wrapper,
  .about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cert-row > [class*="col-"],
  .partner-logo-row > [class*="col-"],
  .project-showcase-row > [class*="col-"],
  .contact-cta-row > [class*="col-"],
  .about-stats-section .row > [class*="col-"],
  .about-page .services .row > [class*="col-"],
  .about-page .partners .row > [class*="col-"],
  .contact-page .services.py-5 .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .project-showcase-row > .col-lg-12,
  .about-page .services .row > .col-lg-6.offset-lg-3,
  .about-page .partners .row > .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .app-image,
  .project-image,
  .scenario-card-image {
    aspect-ratio: 16 / 11;
  }

  .pgm-img {
    height: 50px;
  }

  .product-card .product-card-image,
  .product-card-image,
  .related-product-image {
    aspect-ratio: 1 / 0.72;
  }

  .product-image-large .product-image,
  .product-image-large img,
  .product-image-large .product-image-placeholder {
    min-height: 200px;
  }

  footer .footer-content {
    gap: 10px;
  }

  footer .footer-links li a {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .home-page .application-fields .app-grid,
  .pgm-grid,
  .scenario-cards-wrapper {
    gap: 7px;
  }

  .app-body,
  .project-body,
  .product-card .product-body,
  .scenario-card-info {
    padding: 8px;
  }

  .home-stat-number,
  .stat-card-number {
    font-size: 18px;
  }

  .product-card .product-title,
  .pgm-name {
    font-size: 11px;
  }

  footer .footer-content {
    grid-template-columns: 1fr;
  }
}

/* 2026 strict polish pass */
@media (max-width: 991px) {
  .page-heading {
    display: flex;
    align-items: center;
    min-height: clamp(190px, 35vw, 260px);
    padding: 0 18px;
  }

  .page-heading .container,
  .page-heading .row,
  .page-heading .col-lg-12 {
    width: 100%;
  }

  .page-heading .container {
    transform: translateY(-18px);
  }

  .page-heading .header-text {
    width: min(100%, 620px);
    margin: 0 auto;
    text-align: center;
  }

  .page-heading .header-text h2 {
    margin: 0;
    font-size: clamp(26px, 7.2vw, 38px);
    line-height: 1.12;
  }

  .page-heading .div-dec {
    margin: 12px auto;
  }

  .page-heading .header-text p {
    max-width: 28em;
    margin: 0 auto;
    font-size: clamp(12px, 3.3vw, 14px);
    line-height: 1.65;
  }

  .about-page .about-intro-section {
    overflow: hidden;
    padding: 0;
    background: #fff !important;
  }

  .about-page .about-intro-section .container {
    padding: 0;
  }

  .about-page .about-intro-section .row {
    margin: 0;
  }

  .about-page .about-intro-section [class*="col-"] {
    padding: 0;
  }

  .about-page .about-intro-image {
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .about-page .about-intro-image img {
    height: clamp(150px, 38vw, 230px);
    aspect-ratio: auto;
    object-fit: cover;
  }

  .about-page .about-intro-panel {
    padding: 18px 16px 16px;
    border: 0 !important;
    background:
      linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  }

  .about-page .about-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    background: #eef5ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
  }

  .about-page .about-intro-panel h3 {
    max-width: 11em;
    margin: 12px 0 8px;
    font-size: clamp(21px, 6vw, 30px);
    line-height: 1.18;
  }

  .about-page .about-intro-panel > p {
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .about-page .about-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .about-page .about-metric {
    min-height: 92px;
    padding: 10px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: #fff;
  }

  .about-page .metric-index {
    display: block;
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
  }

  .about-page .about-metric strong {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.25;
  }

  .about-page .about-metric span {
    -webkit-line-clamp: 2;
  }

  .product-detail-page .product-info-panel {
    padding: 12px;
  }

  .product-detail-page #product-models-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-detail-page .model-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .model-option-card {
    position: relative;
    min-height: 0;
    padding: 12px 12px 12px 42px !important;
    border: 1px solid #dbe7f5 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .model-option-card::before {
    display: none !important;
  }

  .model-option-index {
    position: absolute;
    top: 14px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eef5ff;
    color: #2563eb;
    font-size: 10px;
    font-weight: 900;
  }

  .model-option-head {
    display: block;
    margin: 0;
  }

  .model-code {
    display: inline-flex;
    max-width: 100%;
    min-height: 20px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
  }

  .model-option-head h5 {
    display: -webkit-box;
    min-height: 30px;
    margin: 5px 0 0;
    overflow: hidden;
    color: #0f172a;
    font-size: 11px !important;
    line-height: 1.35 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .model-spec-list,
  .model-empty-spec {
    display: grid !important;
    gap: 5px;
    margin-top: 9px;
  }

  .model-spec-list li {
    grid-template-columns: minmax(58px, auto) minmax(0, 1fr);
    gap: 6px;
    padding-top: 6px;
    font-size: 11px;
  }

  .model-spec-list span {
    white-space: nowrap;
  }

  .model-spec-list strong {
    word-break: break-word;
  }

  body.contact-page {
    display: flex;
    flex-direction: column;
  }

  .contact-page .mobile-app-top,
  .contact-page .mobile-bottom-nav,
  .contact-page .back-to-top {
    order: 0;
  }

  .contact-page .page-heading {
    order: 1;
  }

  .contact-page section.services.py-5 {
    order: 2;
    background: #fff !important;
  }

  .contact-page .contact-cta-section {
    order: 3;
  }

  .contact-page footer {
    order: 4;
  }

  .contact-page .services.py-5 .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  .contact-page .services.py-5 .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 !important;
  }

  .contact-page .contact-info-card {
    height: 100%;
    padding: 12px 9px;
    text-align: left !important;
  }

  .contact-page .contact-icon {
    width: 32px;
    height: 32px;
    margin: 0 0 8px;
    border-radius: 8px;
  }

  .contact-page .contact-info-card h4 {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .contact-page .contact-info-card p,
  .contact-page .contact-info-card a {
    color: #334155;
    font-size: 11px;
    line-height: 1.5;
  }

  .contact-page .phone-link,
  .footer-contact a,
  .cta-contact-row a {
    color: #2563eb !important;
    font-weight: 800;
    text-decoration: none !important;
  }

  .contact-page .contact-cta-section {
    padding: 16px 0;
  }

  .contact-page .contact-cta-section .section-heading {
    margin-bottom: 10px;
  }

  .contact-page .contact-cta-section .section-heading p {
    display: none;
  }

  .contact-page .contact-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
  }

  .contact-page .contact-cta-row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 !important;
  }

  .contact-page .contact-cta-card {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 999px !important;
    text-align: left;
  }

  .contact-page .contact-cta-card .cta-icon {
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
  }

  .contact-page .contact-cta-card h5 {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
  }

  .contact-page .contact-cta-card p,
  .contact-page .cta-contact-info {
    display: none !important;
  }

  .contact-page .contact-cta-card .cta-button {
    grid-column: 3;
    min-height: 34px;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    white-space: nowrap;
  }

  .footer-contact a {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .about-page .about-intro-section .row {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }

  .about-page .about-intro-image,
  .about-page .about-intro-image img,
  .about-page .about-intro-panel {
    height: 100%;
  }

  .about-page .about-intro-image img {
    min-height: 330px;
  }

  .contact-page .services.py-5 .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-detail-page .model-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page .contact-cta-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .page-heading {
    min-height: 180px;
  }

  .product-detail-page .model-option-grid {
    grid-template-columns: 1fr;
  }

  .model-option-card {
    padding-right: 12px !important;
  }

  .model-option-head h5 {
    min-height: 0;
  }

  .contact-page .services.py-5 .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

html,
body {
  overflow-x: hidden;
}

/* Series-level product grouping */
.product-card-series {
  border-color: rgba(37, 99, 235, 0.18);
}

.series-model-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 14px;
}

.series-model-strip span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid #dbe7f5;
  border-radius: 999px;
  background: #f8fbff;
  color: #1e4f9a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.product-group-section {
  margin-bottom: 22px;
}

.product-group-section + .product-group-section {
  padding-top: 12px;
  border-top: 1px solid #edf2f7;
}

.product-group-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding: 0 2px;
}

.product-group-section-head span {
  display: block;
  margin-bottom: 4px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.product-group-section-head h4 {
  color: #0f172a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.product-group-section-head em {
  flex: 0 0 auto;
  min-width: 48px;
  padding: 5px 10px;
  border: 1px solid #dbe7f5;
  border-radius: 999px;
  background: #f8fbff;
  color: #1d4ed8;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.model-series-wrap {
  display: grid;
  gap: 18px;
}

.model-comparison-block {
  overflow: hidden;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  background: #fff;
}

.model-comparison-head {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e7eef8;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.model-comparison-head span {
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.model-comparison-head small {
  color: #64748b;
  font-size: 12px;
}

.model-comparison-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.model-comparison-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.model-comparison-table th,
.model-comparison-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #edf2f7;
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
  vertical-align: top;
}

.model-comparison-table thead th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 800;
  white-space: nowrap;
}

.model-comparison-table th:first-child,
.model-comparison-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 132px;
  background: #fff;
  color: #1d4ed8;
  font-weight: 800;
}

.model-comparison-table thead th:first-child {
  z-index: 2;
  background: #f8fafc;
}

.model-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.full-model-specs-block {
  overflow: hidden;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  background: #fff;
}

.full-model-specs-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.full-model-spec {
  border: 1px solid #e7eef8;
  border-radius: 12px;
  background: #fbfdff;
}

.full-model-spec summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
}

.full-model-spec summary::-webkit-details-marker {
  display: none;
}

.full-model-spec summary span {
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
}

.full-model-spec summary em {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1d4ed8;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.full-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 12px 12px;
}

.full-spec-item {
  min-width: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #edf2f7;
}

.full-spec-item span {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.full-spec-item strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  word-break: break-word;
}

@media (max-width: 767px) {
  .series-model-strip {
    gap: 5px;
    margin-bottom: 12px;
  }

  .series-model-strip span {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 10px;
  }

  .product-group-section {
    margin-bottom: 18px;
  }

  .product-group-section-head {
    align-items: center;
    margin-bottom: 12px;
  }

  .product-group-section-head h4 {
    font-size: 18px;
  }

  .model-comparison-head {
    display: block;
    padding: 12px;
  }

  .model-comparison-head small {
    display: block;
    margin-top: 4px;
  }

  .model-comparison-table {
    min-width: 640px;
  }

  .model-comparison-table th,
  .model-comparison-table td {
    padding: 10px 11px;
    font-size: 12px;
  }

  .full-model-specs-list {
    padding: 10px;
  }

  .full-model-spec summary {
    padding: 11px 12px;
  }

  .full-spec-grid {
    grid-template-columns: 1fr;
    padding: 0 10px 10px;
  }
}

/* compact designed inner-page header */
.products-page .page-heading,
.about-page .page-heading,
.contact-page .page-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 74px 18px;
  border-bottom: 1px solid rgba(37, 99, 235, 0.16);
  background:
    linear-gradient(118deg, transparent 0 28%, rgba(255,255,255,0.10) 28.2% 28.8%, transparent 29% 100%),
    linear-gradient(154deg, transparent 0 54%, rgba(255,255,255,0.08) 54.2% 54.8%, transparent 55% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 68px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 52px),
    linear-gradient(135deg, #2f6df4 0%, #1744dc 58%, #1238bd 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.14), 0 10px 24px rgba(23, 68, 220, 0.12);
}

.products-page .page-heading::before,
.about-page .page-heading::before,
.contact-page .page-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(104deg, transparent 0 10%, rgba(255,255,255,0.11) 10.2% 15%, transparent 15.2% 100%);
  box-shadow: none;
  pointer-events: none;
}

.products-page .page-heading::after,
.about-page .page-heading::after,
.contact-page .page-heading::after {
  content: "";
  position: absolute;
  top: 26px;
  right: -8%;
  width: 54%;
  height: 150%;
  border: 1px solid rgba(255,255,255,0.13);
  border-right: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.05), transparent 62%);
  transform: rotate(-16deg);
  pointer-events: none;
}

.products-page .page-heading .container,
.about-page .page-heading .container,
.contact-page .page-heading .container {
  position: relative;
  z-index: 1;
  transform: none !important;
}

.products-page .page-heading .container::before,
.products-page .page-heading .container::after,
.about-page .page-heading .container::before,
.about-page .page-heading .container::after,
.contact-page .page-heading .container::before,
.contact-page .page-heading .container::after {
  display: none;
}

.products-page .page-heading .header-text,
.about-page .page-heading .header-text,
.contact-page .page-heading .header-text {
  position: relative;
  width: min(100%, 640px);
  margin: 0 auto;
  text-align: center;
}

.products-page .page-heading .header-text::before,
.about-page .page-heading .header-text::before,
.contact-page .page-heading .header-text::before {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  margin: 0 auto 12px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.88), transparent);
}

.products-page .page-heading h2,
.about-page .page-heading h2,
.contact-page .page-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.products-page .page-heading .div-dec,
.about-page .page-heading .div-dec,
.contact-page .page-heading .div-dec {
  width: 42px;
  height: 4px;
  margin: 16px auto 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.08);
}

.products-page .page-heading p,
.about-page .page-heading p,
.contact-page .page-heading p {
  max-width: 620px;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.7;
}

.about-intro-image picture,
section.about-us .left-image picture {
  display: block;
  width: 100%;
}

.about-page .about-intro-image img,
section.about-us .left-image img {
  object-position: right bottom !important;
}

@media (max-width: 991px) {
  .products-page .page-heading,
  .about-page .page-heading,
  .contact-page .page-heading {
    min-height: 156px !important;
    padding: 28px 14px !important;
  }

  .about-page .about-intro-image img,
  section.about-us .left-image img {
    height: clamp(190px, 52vw, 240px) !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    object-position: right bottom !important;
  }

  .products-page .page-heading::after,
  .about-page .page-heading::after,
  .contact-page .page-heading::after {
    top: 8px;
    right: -22%;
    width: 68%;
    height: 165%;
  }

  .products-page .page-heading .header-text::before,
  .about-page .page-heading .header-text::before,
  .contact-page .page-heading .header-text::before {
    width: 46px;
    margin-bottom: 8px;
  }

  .products-page .page-heading h2,
  .about-page .page-heading h2,
  .contact-page .page-heading h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.08;
  }

  .products-page .page-heading .div-dec,
  .about-page .page-heading .div-dec,
  .contact-page .page-heading .div-dec {
    width: 30px;
    height: 3px;
    margin: 9px auto 10px;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.07);
  }

  .products-page .page-heading p,
  .about-page .page-heading p,
  .contact-page .page-heading p {
    max-width: 24em;
    font-size: 12px !important;
    line-height: 1.55;
  }
}

@media (max-width: 430px) {
  .products-page .page-heading,
  .about-page .page-heading,
  .contact-page .page-heading {
    min-height: 138px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (min-width: 992px) {
  .products-page .page-heading,
  .about-page .page-heading,
  .contact-page .page-heading {
    display: block;
    min-height: 0;
    padding: 200px 0 100px;
    background:
      radial-gradient(circle at 5% 15%, rgba(255,255,255,0.14) 0%, transparent 45%),
      radial-gradient(circle at 95% 85%, rgba(255,255,255,0.10) 0%, transparent 50%),
      radial-gradient(circle at 2% 95%, rgba(255,255,255,0.08) 0%, transparent 35%),
      radial-gradient(circle at 98% 5%, rgba(255,255,255,0.08) 0%, transparent 35%),
      linear-gradient(135deg, #376bf0 0%, #184ae1 100%) !important;
    box-shadow: 0 4px 12px rgba(24, 74, 225, 0.15);
  }

  .products-page .page-heading::before,
  .about-page .page-heading::before,
  .contact-page .page-heading::before {
    content: "";
    position: absolute;
    inset: auto;
    width: 1000px;
    height: 1000px;
    top: -600px;
    left: -300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.08);
    pointer-events: none;
  }

  .products-page .page-heading::after,
  .about-page .page-heading::after,
  .contact-page .page-heading::after {
    content: "";
    position: absolute;
    width: 1200px;
    height: 1200px;
    top: auto;
    bottom: -800px;
    right: -400px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    transform: none;
    pointer-events: none;
  }

  .products-page .page-heading .container,
  .about-page .page-heading .container,
  .contact-page .page-heading .container {
    position: relative;
    z-index: 1;
    transform: none !important;
  }

  .products-page .page-heading .container::before,
  .about-page .page-heading .container::before,
  .contact-page .page-heading .container::before {
    content: "";
    display: block;
    position: absolute;
    width: 600px;
    height: 600px;
    bottom: -250px;
    left: -150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
  }

  .products-page .page-heading .container::after,
  .about-page .page-heading .container::after,
  .contact-page .page-heading .container::after {
    content: "";
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    top: -150px;
    right: -100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
  }

  .products-page .page-heading .header-text,
  .about-page .page-heading .header-text,
  .contact-page .page-heading .header-text {
    width: auto;
    max-width: none;
    text-align: center;
  }

  .products-page .page-heading .header-text::before,
  .about-page .page-heading .header-text::before,
  .contact-page .page-heading .header-text::before {
    display: none;
  }

  .products-page .page-heading h2,
  .about-page .page-heading h2,
  .contact-page .page-heading h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6px;
  }

  .products-page .page-heading .div-dec,
  .about-page .page-heading .div-dec,
  .contact-page .page-heading .div-dec {
    width: 48px;
    height: 3px;
    margin: 20px auto 24px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
  }

  .products-page .page-heading p,
  .about-page .page-heading p,
  .contact-page .page-heading p {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.9;
  }
}

/* 2026 homepage polish: centered navigation and project showcase */
@media (min-width: 992px) {
  .header-area .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
  }

  .header-area .main-nav .nav,
  .background-header .main-nav .nav {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(10px, 1.8vw, 30px);
    width: auto;
    margin: 0 auto !important;
    padding: 8px 10px;
    border: 1px solid rgba(226, 232, 240, 0.78);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .header-area .main-nav .nav li {
    padding: 0;
  }

  .header-area .main-nav .nav li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 4px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
  }

  .header-area .main-nav .nav li:last-child a {
    min-width: 98px;
    height: 42px;
    padding: 0 18px !important;
    border-radius: 10px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
  }

  .header-area .main-nav .nav li.has-sub:after {
    right: -10px;
    top: 12px;
  }
}

.home-page section.certifications {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(37, 99, 235, 0.07), transparent 34%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
}

.home-page section.certifications::before {
  content: "";
  position: absolute;
  inset: auto -12% -35% -12%;
  height: 360px;
  background:
    repeating-linear-gradient(90deg, rgba(37, 99, 235, 0.06) 0 1px, transparent 1px 92px),
    linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.08), transparent);
  pointer-events: none;
}

.home-page .project-showcase-row {
  position: relative;
  z-index: 1;
  justify-content: center;
  row-gap: 24px;
}

.home-page .project-heading {
  width: min(100%, 760px);
  margin: 44px auto 42px;
  text-align: center;
}

.home-page .project-heading h6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #2563eb;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.home-page .project-heading h6::before,
.home-page .project-heading h6::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #2563eb);
}

.home-page .project-heading h6::after {
  background: linear-gradient(90deg, #2563eb, transparent);
}

.home-page .project-heading h4 {
  display: block;
  width: 100%;
  margin: 0;
  color: #17233b;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center !important;
}

.home-page .project-heading h4::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.08);
}

.home-page .project-showcase-row > [class*="col-"] {
  display: flex;
}

.home-page .project-showcase-row > .col-lg-12 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.home-page .project-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(196, 212, 235, 0.75);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(37, 99, 235, 0.08);
}

.home-page .project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(37,99,235,0.045));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.home-page .project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.16);
}

.home-page .project-card:hover::after {
  opacity: 1;
}

.home-page .project-image {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.55), transparent 34%),
    linear-gradient(135deg, #eaf2fc 0%, #d9e5f2 100%);
}

.home-page .project-body {
  padding: 22px 18px 26px;
  text-align: center;
}

.home-page .project-body h5 {
  margin-bottom: 8px;
  color: #17233b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.home-page .project-body p {
  max-width: 19em;
  margin: 0 auto;
  color: #55708e;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .home-page .project-heading {
    display: block !important;
    width: 100% !important;
    margin: 26px auto 24px;
    padding: 0 8px;
    text-align: center !important;
  }

  .home-page .project-heading h6 {
    font-size: 13px;
  }

  .home-page .project-heading h6::before,
  .home-page .project-heading h6::after {
    width: 26px;
  }

  .home-page .project-heading h4 {
    font-size: 26px;
  }

  .home-page .project-showcase-row {
    row-gap: 12px;
  }

  .home-page .project-card {
    border-radius: 12px;
  }

  .home-page .project-body {
    padding: 12px 10px 14px;
    text-align: center;
  }

  .home-page .project-body h5 {
    font-size: 13px;
  }

  .home-page .project-body p {
    font-size: 11px;
    line-height: 1.45;
  }
}

/* 2026 nav revision: brand left, menu centered, CTA right */
@media (min-width: 992px) {
  .header-area {
    background:
      linear-gradient(112deg, #ffffff 0%, #f8fbff 38%, #edf4ff 100%);
    border-bottom: 1px solid rgba(196, 212, 235, 0.58);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  }

  .header-area::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34%;
    height: 100%;
    background:
      linear-gradient(142deg, transparent 0 45%, rgba(37, 99, 235, 0.12) 45.4% 46%, transparent 46.4% 100%),
      linear-gradient(160deg, transparent 0 54%, rgba(37, 99, 235, 0.08) 54.2% 100%);
    pointer-events: none;
  }

  .header-area .container,
  .header-area .row,
  .header-area .col-12 {
    position: relative;
    z-index: 1;
  }

  .header-area .main-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    width: 100%;
  }

  .header-area .main-nav .nav-brand {
    grid-column: 1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    height: 44px;
    color: #17233b;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
  }

  .header-area .main-nav .nav-brand::before {
    content: "";
    width: 34px;
    height: 34px;
    margin-right: 12px;
    border-radius: 9px;
    background:
      linear-gradient(135deg, transparent 0 36%, rgba(255,255,255,0.82) 36% 48%, transparent 48% 100%),
      linear-gradient(135deg, #2f6df4, #1553e8);
    box-shadow: 0 9px 20px rgba(37, 99, 235, 0.22);
  }

  .header-area .main-nav .nav,
  .background-header .main-nav .nav {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(42px, 5vw, 82px);
    width: auto;
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: static;
  }

  .header-area .main-nav .nav > li {
    padding: 0;
  }

  .header-area .main-nav .nav > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0;
    color: #17233b;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
  }

  .header-area .main-nav .nav > li > a.active::after,
  .header-area .main-nav .nav > li:hover > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #2563eb;
    transform: translateX(-50%);
  }

  .header-area .main-nav .nav > li.has-sub:after {
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    color: #17233b;
  }

  .header-area .main-nav .nav > li:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-area .main-nav .nav > li:last-child > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 142px;
    height: 54px;
    padding: 0 24px !important;
    border-radius: 14px;
    background: linear-gradient(135deg, #2f6df4 0%, #1553e8 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
  }

  .header-area .main-nav .nav > li:last-child > a::before {
    content: "\f095";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
  }

  .header-area .main-nav .nav > li:last-child > a::after,
  .header-area .main-nav .nav > li:last-child:hover > a::after {
    display: none;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li,
  .header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child {
    position: static;
    right: auto;
    top: auto;
    transform: none;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    display: block;
    min-width: 0;
    height: auto;
    padding: 0 25px !important;
    border-radius: 0;
    background: #fff;
    color: #1e293b;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a::before,
  .header-area .main-nav .nav li.has-sub ul.sub-menu li a::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area .main-nav .nav-brand {
    display: none;
  }
}

/* 2026 partner logo polish: equal boxes, complete logo display */
.home-page .partner-logo-row {
  justify-content: center;
  row-gap: 18px;
}

.home-page .partner-logo-row > [class*="col-"] {
  display: flex;
}

.home-page .partner-logo {
  width: 100%;
  height: 104px;
  padding: 16px 18px;
  border: 1px solid rgba(196, 212, 235, 0.82);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,251,255,0.98) 100%);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.07);
}

.home-page .partner-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 152px;
  max-height: 66px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

@media (max-width: 767px) {
  .home-page .partner-logo-row {
    row-gap: 10px;
  }

  .home-page .partner-logo {
    height: 72px;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .home-page .partner-logo img {
    max-width: 116px;
    max-height: 48px;
  }
}

@media (max-width: 991px) {
  .mobile-app-top {
    grid-template-columns: minmax(0, 1fr) 42px !important;
  }

  .mobile-back-action {
    display: none !important;
    grid-column: 1;
    grid-row: 1;
  }

  .mobile-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    max-width: 100%;
  }

  .mobile-top-action {
    grid-column: 2;
    grid-row: 1;
  }

  body.history-back-available .mobile-app-top {
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  }

  body.history-back-available .mobile-back-action {
    display: inline-flex !important;
  }

  body.history-back-available .mobile-brand {
    grid-column: 2;
  }

  body.history-back-available .mobile-top-action {
    grid-column: 3;
  }

  body:not(.history-back-available) .mobile-detail-actions {
    grid-template-columns: 1fr;
  }

  body:not(.history-back-available) .mobile-detail-secondary {
    display: none !important;
  }

  .mobile-brand strong,
  .mobile-brand em {
    max-width: 160px;
  }
}

/* 2026 homepage supplied images: equal boxes and complete display */
.home-page .dehumidifier-compare-photo {
  height: 300px;
}

.home-page .dehumidifier-compare-photo img,
.home-page .project-image img,
.home-page .product-showcase-card-image img,
.home-page .pgm-img img {
  object-fit: contain !important;
}

.home-page .project-image {
  aspect-ratio: 16 / 10;
  height: auto;
  background: #f8fbff;
  border-bottom: 1px solid rgba(196, 212, 235, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .project-image img {
  width: 100%;
  height: 100%;
  background: #f8fbff;
}

.home-page .product-showcase-card-image {
  height: 280px;
  min-height: 280px;
  flex: 0 0 280px;
  align-items: center;
  padding: 14px 8px 10px;
}

.home-page .product-showcase-card-image img {
  width: 100%;
  height: 244px;
  max-width: 100%;
  max-height: 244px;
}

.home-page .pgm-img {
  height: 96px;
  min-height: 96px;
  flex: 0 0 96px;
  padding: 0;
}

.home-page .pgm-img img {
  width: 100%;
  height: 84px;
  max-width: 180px;
  max-height: 84px;
}

@media (min-width: 600px) and (max-width: 991px) {
  .home-page .pgm-img {
    height: 112px;
    min-height: 112px;
    flex-basis: 112px;
  }

  .home-page .pgm-img img {
    height: 100px;
    max-height: 100px;
  }
}

@media (max-width: 767px) {
  .home-page .product-showcase-card-image {
    height: 220px;
    min-height: 220px;
    flex-basis: 220px;
  }

  .home-page .product-showcase-card-image img {
    height: 192px;
    max-height: 192px;
  }

  .home-page .dehumidifier-compare-photo {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .home-page .pgm-img {
    height: 86px;
    min-height: 86px;
    flex-basis: 86px;
  }

  .home-page .pgm-img img {
    height: 74px;
    max-height: 74px;
    max-width: 150px;
  }
}

/* 2026 mobile visual refinement: calmer hierarchy, tighter alignment */
@media (max-width: 991px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  body {
    padding-top: 72px;
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
    background:
      linear-gradient(180deg, #f6f9fe 0%, #eef4fb 52%, #f7fbff 100%);
    color: #172033;
    font-family: "Poppins", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  }

  body.has-mobile-detail-actions {
    padding-bottom: calc(164px + env(safe-area-inset-bottom));
  }

  .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .mobile-app-top {
    min-height: 66px;
    padding: 9px 14px 8px;
    background: rgba(255,255,255,0.92);
    border-bottom: 1px solid rgba(219, 231, 245, 0.86);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  }

  .mobile-brand {
    gap: 10px;
  }

  .mobile-brand-mark {
    width: 40px;
    height: 40px;
    margin-right: 0;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 10px 22px rgba(21, 87, 230, 0.22);
  }

  .mobile-brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-brand strong,
  .mobile-brand em {
    max-width: 150px;
  }

  .mobile-brand strong {
    color: #0f172a;
    font-size: 17px;
    font-weight: 900;
  }

  .mobile-brand em {
    color: #5b6b82;
    font-size: 11px;
    font-weight: 600;
  }

  .mobile-back-action,
  .mobile-top-action {
    width: 40px;
    height: 40px;
    border: 1px solid #dbe8f8;
    border-radius: 12px;
    background: #f8fbff;
    color: #1d4ed8;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .mobile-bottom-nav {
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    min-height: 62px;
    padding: 6px;
    border: 1px solid rgba(205, 219, 239, 0.92);
    border-radius: 18px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
  }

  .mobile-bottom-nav a {
    height: 50px;
    border-radius: 13px;
    color: #617089;
    font-size: 10px;
    font-weight: 700;
  }

  .mobile-bottom-nav a i {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .mobile-bottom-nav a.active {
    background: linear-gradient(180deg, #edf5ff 0%, #e6f0ff 100%);
    color: #1557e6;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
  }

  .page-heading,
  .home-page #top.swiper-container,
  .home-page .application-fields,
  .home-page .home-stats,
  .home-page .certifications,
  .home-page .dehumidifier-focus,
  .home-page section.services.product-showcase,
  .home-page section.about-us,
  .products-page .main-services.product-page,
  .product-detail-page .product-detail-section,
  .about-page .top-section,
  .about-page section,
  .contact-page section {
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 16px;
  }

  .page-heading {
    min-height: 138px;
    margin-top: 0;
    margin-bottom: 14px;
    padding: 24px 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(21, 87, 230, 0.18);
  }

  .page-heading .container {
    transform: none;
  }

  .page-heading .header-text h2 {
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: 0;
  }

  .page-heading .header-text p {
    font-size: 13px;
    line-height: 1.7;
  }

  section .section-heading {
    margin-bottom: 18px;
  }

  section .section-heading h6,
  .product-showcase-eyebrow,
  .about-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border: 1px solid rgba(37,99,235,0.14);
    border-radius: 999px;
    background: #edf5ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
  }

  section .section-heading h4,
  .product-showcase-title,
  .pgm-title,
  .dehumidifier-focus-copy h2,
  .about-page .about-intro-panel h3,
  .home-about-content h4,
  .contact-page .section-heading h4 {
    color: #0f172a;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
  }

  section .section-heading p,
  .product-showcase-desc,
  .dehumidifier-focus-copy p,
  .home-about-content p,
  .about-page .about-intro-panel > p,
  .contact-page .section-heading p {
    color: #52637a;
    font-size: 13px;
    line-height: 1.82;
    letter-spacing: 0;
  }

  .home-page #top.swiper-container {
    margin-top: 6px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  }

  .home-page #top .swiper-wrapper,
  .home-page #top .swiper-slide,
  .home-page #top .slide-inner {
    height: 342px !important;
  }

  .home-page #top .slide-inner {
    display: flex;
    align-items: flex-end;
    border-radius: 16px;
  }

  .home-page #top .slide-inner .container {
    width: 100%;
  }

  .home-page #top .slide-inner .header-text {
    max-width: 100%;
    padding: 0 18px 24px;
  }

  .home-page #top .slide-inner .header-text h2 {
    max-width: 11em;
    margin: 0 0 10px;
    color: #fff;
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .home-page #top .slide-inner .header-text .div-dec {
    width: 44px;
    height: 3px;
    margin: 0 0 12px;
    border-radius: 999px;
    background: #fff;
  }

  .home-page #top .slide-inner .header-text p.banner-desc-line {
    max-width: 25em;
    margin: 0 0 8px;
    color: rgba(255,255,255,0.84);
    font-size: 12px;
    line-height: 1.66;
  }

  .home-page #top .slide-inner .header-text .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
  }

  .home-page #top .slide-inner .header-text .buttons > div {
    margin: 0;
  }

  .home-page #top .slide-inner .header-text .buttons a,
  .green-button a,
  .orange-button a {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
  }

  .home-page .application-fields,
  .home-page .home-stats,
  .home-page .certifications,
  .home-page .dehumidifier-focus,
  .home-page section.services.product-showcase,
  .home-page section.about-us,
  .products-page .main-services.product-page,
  .product-detail-page .product-detail-section,
  .about-page .top-section,
  .about-page section,
  .contact-page section {
    padding: 18px 0;
    background: rgba(255,255,255,0.92) !important;
    border: 1px solid rgba(215, 228, 246, 0.86);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  }

  .home-page .application-fields .app-grid,
  .pgm-grid,
  .scenario-cards-wrapper,
  .about-metrics {
    gap: 10px;
  }

  .app-card,
  .project-card,
  .stat-card,
  .home-stat-card,
  .pgm-cell,
  .product-card,
  .related-product-card,
  .contact-info-card,
  .contact-cta-card,
  .about-gallery-item,
  .about-metric,
  .feature-item,
  .spec-card,
  .scenario-card {
    border: 1px solid #dbe8f8 !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055) !important;
  }

  .app-image,
  .project-image,
  .product-card-image,
  .related-product-image,
  .scenario-card-image,
  .product-image-large .product-image {
    overflow: hidden;
    border-radius: 11px;
    background: #f7fbff;
  }

  .app-image img,
  .project-image img,
  .product-card-image img,
  .related-product-image img,
  .scenario-card-image img,
  .product-image-large img {
    object-fit: contain;
  }

  .app-body,
  .project-body,
  .product-card .product-body,
  .related-product-body,
  .scenario-card-info {
    padding: 11px;
    text-align: left;
  }

  .app-body h5,
  .project-body h5,
  .product-card .product-title,
  .related-card .product-title,
  .scenario-card-info h3 {
    color: #111827;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.36;
    letter-spacing: 0;
  }

  .app-body p,
  .project-body p,
  .services .service-item p,
  .what-we-do .right-items .item p,
  .scenario-card-info p,
  .product-card .product-desc,
  .related-product-body p {
    display: block;
    overflow: visible;
    color: #5b6b82;
    font-size: 11px;
    line-height: 1.58;
    -webkit-line-clamp: initial;
  }

  .home-page .home-stats .row,
  .home-page .certifications .partner-logo-row,
  .home-page .project-showcase-row {
    row-gap: 10px;
  }

  .home-page .partner-logo {
    height: 74px;
    border-radius: 12px;
  }

  .home-page .project-heading {
    margin: 6px auto 18px;
  }

  .home-page .project-heading h4 {
    font-size: 24px;
  }

  .home-page .project-card {
    overflow: hidden;
  }

  .home-page .project-body {
    min-height: 96px;
  }

  .dehumidifier-focus-wrap {
    gap: 18px;
  }

  .dehumidifier-focus-points {
    gap: 8px;
    margin: 16px 0 18px;
  }

  .dehumidifier-focus-points span {
    min-height: 34px;
    border-radius: 999px;
    font-size: 11px;
  }

  .dehumidifier-compare {
    gap: 12px;
  }

  .dehumidifier-compare-panel {
    border-radius: 14px;
  }

  .dehumidifier-compare-photo {
    height: 230px !important;
  }

  .pgm-header {
    margin-bottom: 14px;
  }

  .pgm-btn {
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
  }

  .pgm-cell {
    min-height: 154px;
    padding: 12px 10px 10px;
  }

  .pgm-num {
    margin-bottom: 6px;
    color: #1d4ed8;
  }

  .home-page .pgm-img {
    height: 78px;
    min-height: 78px;
    flex-basis: 78px;
  }

  .home-page .pgm-img img {
    height: 68px;
    max-height: 68px;
  }

  .pgm-name {
    margin-top: 8px;
    color: #0f172a;
    font-size: 12px;
    line-height: 1.35;
  }

  .home-page section.about-us .left-image {
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 14px;
  }

  .home-about-content .about-kicker {
    margin-bottom: 10px;
  }

  .home-about-points {
    gap: 8px;
    margin-top: 12px;
  }

  .home-about-point {
    padding: 11px 12px;
    border-radius: 12px;
    background: #f8fbff;
  }

  .products-page .product-sidebar {
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #dbe8f8;
  }

  .products-page .product-sidebar h4 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
  }

  .product-page .category-list {
    gap: 8px;
    padding-bottom: 2px;
  }

  .product-page .category-list li a {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
  }

  .products-page #group-title {
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 1.25;
  }

  .products-page #group-description {
    margin-bottom: 14px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.7;
  }

  .product-group-section {
    margin-bottom: 24px;
  }

  .product-group-section-head {
    align-items: center;
    margin-bottom: 12px;
  }

  .product-group-section-head h4 {
    font-size: 18px;
  }

  .product-group-section-head span {
    font-size: 10px;
  }

  .product-card .product-title {
    min-height: 36px;
  }

  .product-card .series-model-strip {
    margin: 8px 0 12px;
  }

  .series-model-strip span {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 10px;
  }

  .product-card .blue-button a,
  .product-card a.blue-button,
  .product-card .product-link,
  .related-product-card .blue-button a {
    min-height: 36px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 900;
  }

  .product-detail-page .breadcrumb {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .product-detail-page .product-main-card,
  .product-detail-page .product-info-panel,
  .product-detail-page #product-models-panel,
  .product-detail-page .features-section,
  .product-detail-page .specs-section,
  .product-detail-page .scenario-section,
  .product-detail-page .related-products-section {
    border-radius: 15px;
  }

  .product-detail-page .product-info-panel h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .product-detail-page .product-description {
    color: #52637a;
    font-size: 13px;
    line-height: 1.82;
  }

  .mobile-detail-actions {
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    left: 12px;
    padding: 8px;
    border: 1px solid rgba(205, 219, 239, 0.92);
    border-radius: 16px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
  }

  .mobile-detail-actions a,
  .mobile-detail-actions button {
    border-radius: 12px;
  }

  footer {
    margin: 14px 12px 0;
    padding: 20px 0 calc(96px + env(safe-area-inset-bottom));
    border-radius: 16px 16px 0 0;
  }
}

@media (max-width: 480px) {
  .mobile-app-top {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  body.history-back-available .mobile-app-top {
    grid-template-columns: 40px minmax(0, 1fr) 40px !important;
  }

  .home-page #top .slide-inner .header-text p.banner-desc-line:nth-of-type(n+2) {
    display: block;
  }

  .home-page .application-fields .app-grid,
  .pgm-grid,
  .scenario-cards-wrapper,
  .about-metrics {
    gap: 9px;
  }

  .contact-page .services.py-5 .row,
  .contact-page .contact-cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
  }

  .contact-page .services.py-5 .row > [class*="col-"],
  .contact-page .contact-cta-row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
  }
}

/* 2026 mobile contact cards correction */
@media (max-width: 991px) {
  .contact-page .contact-cta-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  .contact-page .contact-cta-row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
  }

  .contact-page .contact-cta-card {
    min-height: 0 !important;
    padding: 16px !important;
    border-radius: 14px !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 7px;
    align-items: start;
    text-align: left !important;
  }

  .contact-page .contact-cta-card::before,
  .contact-page .contact-cta-card::after {
    display: none !important;
  }

  .contact-page .contact-cta-card .cta-icon {
    grid-row: 1 / span 4;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    background: #edf5ff !important;
    color: #1d4ed8 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
  }

  .contact-page .contact-cta-card h5 {
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    writing-mode: horizontal-tb !important;
  }

  .contact-page .contact-cta-card p,
  .contact-page .cta-contact-info {
    margin: 0 !important;
    color: #52637a !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
    writing-mode: horizontal-tb !important;
  }

  .contact-page .cta-contact-row {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 24px;
  }

  .contact-page .contact-cta-card .cta-button {
    justify-self: start;
    min-width: 118px;
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 900 !important;
    writing-mode: horizontal-tb !important;
  }

  .home-page .dehumidifier-compare-photo {
    height: 210px !important;
    background: #f8fbff;
  }

  .home-page .dehumidifier-compare-photo img {
    max-width: 100%;
    max-height: 100%;
  }
}

/* 2026 mobile product card alignment + clean brand mark */
@media (max-width: 991px) {
  .mobile-brand-mark {
    background: #2563eb !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22) !important;
  }

  .mobile-brand-mark img {
    transform: scale(1.24);
    transform-origin: center;
    clip-path: inset(11% round 9px);
  }

  .products-page .product-card-col,
  #product-grid .product-card-col,
  .related-product-col {
    display: flex !important;
  }

  .products-page .product-card,
  #product-grid .product-card,
  .related-product-col .product-card {
    width: 100%;
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
  }

  .products-page .product-card .product-card-image,
  #product-grid .product-card .product-card-image,
  .related-product-col .related-product-image {
    flex: 0 0 128px;
    height: 128px !important;
    min-height: 128px !important;
    padding: 8px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .products-page .product-card .product-card-image img,
  #product-grid .product-card .product-card-image img,
  .related-product-col .related-product-image img {
    width: 100%;
    height: 100%;
    max-height: 112px;
    object-fit: contain;
  }

  .products-page .product-card .product-body,
  #product-grid .product-card .product-body,
  .related-product-col .product-body {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column;
    padding: 12px !important;
  }

  .products-page .product-card .product-group,
  #product-grid .product-card .product-group {
    min-height: 18px;
    margin-bottom: 7px;
    font-size: 9px;
    line-height: 1.2;
  }

  .products-page .product-card .product-title,
  #product-grid .product-card .product-title,
  .related-product-col .product-title {
    min-height: 40px !important;
    margin: 0 0 8px !important;
    display: -webkit-box;
    overflow: hidden;
    color: #0f172a;
    font-size: 13px !important;
    line-height: 1.52 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .products-page .product-card .product-desc,
  #product-grid .product-card .product-desc,
  .related-product-col .product-desc {
    min-height: 72px;
    margin: 0 0 10px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #52637a !important;
    font-size: 11px !important;
    line-height: 1.62 !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .products-page .product-card .series-model-strip,
  #product-grid .product-card .series-model-strip {
    min-height: 56px;
    align-content: flex-start;
    margin: 0 0 12px !important;
  }

  .products-page .product-card:not(.product-card-series) .series-model-strip,
  #product-grid .product-card:not(.product-card-series) .series-model-strip {
    min-height: 0;
  }

  .products-page .product-card .product-footer,
  #product-grid .product-card .product-footer {
    margin-top: auto !important;
    padding-top: 0 !important;
  }

  .products-page .product-card .product-footer .green-button,
  #product-grid .product-card .product-footer .green-button,
  .products-page .product-card a.green-button,
  #product-grid .product-card a.green-button,
  .related-product-col .green-button {
    width: 100% !important;
    min-height: 38px !important;
    margin-top: auto !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 380px) {
  .products-page .product-card .product-card-image,
  #product-grid .product-card .product-card-image,
  .related-product-col .related-product-image {
    flex-basis: 116px;
    height: 116px !important;
    min-height: 116px !important;
  }

  .products-page .product-card .product-desc,
  #product-grid .product-card .product-desc,
  .related-product-col .product-desc {
    min-height: 68px;
    -webkit-line-clamp: 4;
  }
}
