﻿
/* page_section_banner_main */
.page_section_banner_main{
    width: 100%;
    height: auto;
    position: relative;
}
.page_section_banner{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-top: 120px;
    overflow: hidden;
}
.page_section_banner::after{
    content:" ";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.10);
    position: absolute;
    top: 0;
    left: 0;
}
.page_section_banner .page_con_banner{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.page_section_banner .page_con_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.page_banner_text{
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
}
.page_banner_text .text_box{
    width: 35%;
    height: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.page_banner_text .text_box .title{
    font-size: 3.125rem;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}
.page_banner_text .text_box p {
    width: 100%;
    height: auto;
    font-size: 1.25rem;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
}
.faq_page_banner_text .text_box{
    width: 40%;
    margin: 0 auto;
}
.faq_page_banner_text{
    text-align: center;
} 

/* bread_crumbs */
.bread_crumbs{
    width: 100%;
    height: auto;
    padding: 2rem 0;
    box-sizing: border-box;
}
.bread_crumbs_product_page .section_container_con{
    max-width: 1500px;
    position: relative;
}
.bread_crumbs_conter{
    width: 100%;
    height: auto;
    font-size: 1.125rem;
    color: #888;
    line-height: 30px;
    font-weight: 500;
}
.bread_crumbs_conter a{
    width: auto;
    height: auto;
    font-size: 1.125rem;
    color: #666;
    line-height: 30px;
    font-weight: 500;
}
.bread_crumbs_conter a:hover{
    color: #f04438;
}

.bread_crumbs_conter strong{
    display: block;
    width: auto;
    height: auto;
    font-size: 1.125rem;
    color: #f04438;
    line-height: 30px;
    font-weight: 500;
}



/* product_page */
.product_page{
    width: 100%;
    height: auto;
    padding: 80px 0;
    padding-bottom: 150px;
    box-sizing: border-box;
    position: relative;
    background: #f5f7fa;
}

/* 产品列表模块 */
.hz-product-page-section {
  
}

.hz-product-page-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 335px 1fr;
  gap: 60px;
  align-items: flex-start;
}

/* 左侧分类 */
.hz-product-page-sidebar {
  background: #fff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 10px 35px rgba(15, 27, 51, 0.06);
  position: sticky;
  top: 30px;
}

.page_content .hz-product-page-sidebar h2 {
  font-size: 1.5rem !important;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #0f1b33;
  text-transform: uppercase;
}

.hz-title-page-line {
  width: 54px;
  height: 3px;
  background: #ed1c24;
  margin: 16px 0 24px;
  border-radius: 10px;
}

.hz-category-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  overflow: hidden;
}

.hz-category-page-list li {
  border-bottom: 1px solid #e5e9f0;
}

.hz-category-page-list li:last-child {
  border-bottom: none;
}

.hz-category-page-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 600;
  color: #25324a;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hz-category-page-list a span {
  font-size: 1.5rem;
  line-height: 1;
  color: #8b98aa;
}

.hz-category-page-list li.active a {
  background: linear-gradient(90deg, rgba(237, 28, 36, 0.12), rgba(237, 28, 36, 0.03));
  color: #ed1c24;
  border-left: 4px solid #ed1c24;
  padding-left: 14px;
}

.hz-category-page-list li.active a span {
  color: #ed1c24;
}

.hz-category-page-list a:hover {
  color: #ed1c24;
  background: #fff5f5;
}

/* 左侧联系卡片 */
.hz-custom-page-box {
  margin-top: 30px;
  padding: 34px 28px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88)),
    url("images/industry-bg.jpg") center/cover no-repeat;
  border: 1px solid #e5e9f0;
}

.hz-custom-page-box h3 {
  font-size: 1.6875rem;
  line-height: 1.22;
  margin: 0 0 18px;
  color: #0f1b33;
  font-weight: 800;
}

.hz-custom-page-box p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #4e5b70;
  margin: 0 0 26px;
}

.hz-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #ed1c24;
  color: #fff;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 800;
  transition: all 0.25s ease;
}

.hz-contact-btn:hover {
  background: #d90009;
  transform: translateY(-2px);
}

/* 右侧标题区域 */
.hz-product-page-main {
  min-width: 0;
}

.hz-product-page-heading {
  margin-bottom: 40px;
}

.hz-product-page-heading h1 {
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 0 10px;
  color: #0f1b33;
  font-weight: 800;
  letter-spacing: -1px;
}

.hz-product-page-heading p {
  max-width: 860px;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #4d5a6f;
  margin: 0;
  font-weight: 500;
}

/* 产品网格 */
.hz-product-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

/* 产品卡片 */
.hz-product-page-card {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 27, 51, 0.06);
  transition: all 0.25s ease;
}

.hz-product-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(15, 27, 51, 0.12);
  border-color: rgba(237, 28, 36, 0.3);
}

.hz-product-page-img {
  width: 100%;
  height: auto;
  background: #FFF;
  overflow: hidden;
  padding: 12px;
  box-sizing: border-box;
}

.hz-product-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* 产品文字 */
.hz-product-page-info {
  padding: 15px 25px 25px;
}

.hz-product-page-tag {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  color: #ed1c24;
  font-weight: 900;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hz-product-page-info h3 {
  font-size: 1.375rem;
  line-height: 26px;
  color: #0f1b33;
  font-weight: 800;
  margin: 0 0 15px;

  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hz-product-page-desc {
    font-size: 1rem;
    line-height: 24px;
    color: #4f5c70;
    margin: 0 0 30px;
    min-height: 48px;
    font-weight: 500;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

/* 两个卖点 */
.hz-feature-page-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.hz-feature-page-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #4b586d;
}

.hz-feature-page-list li:last-child {
  margin-bottom: 0;
}

.hz-feature-page-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ed1c24;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 16px;
  text-align: center;
  font-weight: 800;
}

/* 按钮 */
.hz-product-page-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hz-product-page-actions a {
  height: 45px;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.hz-btn-primary {
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
}

.hz-btn-primary:hover {
  background: #d90009;
  border-color: #d90009;
}

.hz-btn-outline {
  background: #fff;
  border: 1px solid #ed1c24;
  color: #ed1c24;
}

.hz-btn-outline:hover {
  background: #ed1c24;
  color: #fff;
}







/* product_details_page */
.product_details_page{
    width: 100%;
    height: auto;
    padding: 30px 0;
    padding-bottom: 0;
    box-sizing: border-box;
    background: #f6f8fb;
}
.product_details_page .section_container_con{
    max-width: 1500px;
}
.product_details_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.product_details_conter .title{
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
   font-size: 1.5rem;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}
.product_details_conter .title::after{
    content: " ";
    width: 120px;
    height: 2px;
    background: #f04438;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_details_conter .conter_box{
     width: 100%;
    height: auto;
}
.product_details_conter .conter_box .pic_box{
     width: 100%;
    height: auto;
}
.product_details_conter .conter_box .pic_box img{
    display: block;
     width: 32%;
    height: auto;
}
.product_details_introduce_section{
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    box-sizing: border-box;
}
.product_details_introduce_section .introduce_left_box{
    float: left;
    width: 48.5%;
    height: auto;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
}

.product_details_introduce_section .introduce_right_box{
    float: right;
    width: 48.5%;
    height: auto;
    padding-left: 60px;
    box-sizing: border-box;
}
.introduce_right_box h1,
.introduce_right_box h2{
    width: auto;
    height: auto;
    font-size: 3.125rem;
    color: #000;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}
.introduce_right_box h1 strong,
.introduce_right_box h2 strong{
    width: auto;
    height: auto;
    font-size: 1.375rem;
    color: #000;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: 500;
}
.introduce_right_box .text_box {
    width: 100%;
    height: auto;
    font-size: 1.25rem;
    color: #666;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
.introduce_right_box .text_box h3{
    width: 100%;
    height: auto;
    font-size: 1.375rem;
    color: #000;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: 600;
}
.introduce_right_box .text_box1 h3{
    color: #f04438;
}
.introduce_right_box .text_box .text p{
    margin-bottom: 5px;
}
.introduce_right_box .text_box p strong{
    color: #666;
    font-weight: 500;
}
.introduce_right_box .table_box{
    width: 100%;
    height: auto;
}
.introduce_right_box .table_box table{
    width: 100%;
    height: auto;
    table-layout:fixed;
    border-collapse: collapse
}
.introduce_right_box .table_box table thead{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.introduce_right_box .table_box table tbody{
    width: 100%;
    height: auto;
}
.introduce_right_box .table_box table table tr{
    width: 100%;
    height: auto;
}
.introduce_right_box .table_box table thead tr th{
    width: auto;
    height: auto;
    padding: 12px 5px;
    box-sizing: border-box;
    font-size: 1.25rem;
    color: #fff;
    line-height: 22px;
    white-space: normal;
    word-break: break-word;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    text-align: center;
    background: #396aa2;
}
.introduce_right_box .table_box table tbody tr td{
    width: auto;
    height: auto;
    padding: 12px 10px;
    box-sizing: border-box;
    font-size: 1.125rem;
    color: #666;
    line-height: 22px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    font-weight: 300;
    border: 1px solid #e5e5e5;
}
.introduce_right_box .table_box table tbody tr:nth-child(even) td{
    background: #eee;
}
.introduce_right_box .product_link_box{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.introduce_right_box .product_link_box .link_box{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 20px;
    padding-right: 40px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    font-size: 1.125rem;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    margin-right: 25px;
     background: #f04438 url(../images/header_jt_icon.png) no-repeat 173px center;
    background-size: 16px;
    
    color: #fff;
    border: 1px solid #f04438;
}
.introduce_right_box .product_link_box a:hover{
    box-shadow: 0 0 25px 1px rgb(0 0 0 / 20%);
    transition: all .2s;
}

.product-info-card {
  width: 100%;
  max-width: 620px;
  padding: 28px 34px 24px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(15, 35, 70, 0.08);
  box-sizing: border-box;
}

.spec-list {
  width: 100%;
}

.spec-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
  min-height: 52px;
  border-bottom: 1px solid #e7eaf0;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #132544;
}

.spec-value {
  font-size: 0.875rem;
  color: #23324a;
}

.product-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 30px;
}

.btn-primary,
.btn-outline {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.btn-primary {
  background: #ff2f2f;
  color: #ffffff;
  border: 1px solid #ff2f2f;
}

.btn-primary:hover {
  background: #e82020;
  border-color: #e82020;
}

.btn-outline {
  background: #ffffff;
  color: #ff2f2f;
  border: 1px solid #ff2f2f;
}

.btn-outline:hover {
  background: #fff3f3;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 0.8125rem;
  color: #7b8495;
}

.privacy-icon {
  width: 18px;
  height: 18px;
  border: 1px solid #7b8495;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5875rem;
  line-height: 1;
  color: #7b8495;
}






.introduce_left_box .swiper-wrapper{
    width: 100%;
    height: auto;
}
.introduce_left_box .gallery_thumbs{
    width: auto;
    height: auto;
    position: relative;
    margin: 0 0px;
    margin-top: 15px;
}
.introduce_left_box .gallery_thumbs .swiper-slide{
    float: left;
    width: 20%;
    height: auto;
    cursor: pointer;
    box-sizing: border-box;
}
.introduce_left_box .gallery_thumbs .swiper-slide .small_pic{
    float: left;
    width: 100%;
    height: auto;
     border: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.introduce_left_box .gallery_thumbs .swiper-slide .small_pic img{
    display: block;
    width: 100%;
    height: auto;
   
  
    overflow: hidden;
    box-sizing: border-box;
}

.introduce_left_box .gallery_thumbs .swiper-wrapper{
   position: relative;
}

.introduce_left_box .gallery_thumbs .swiper-slide-thumb-active .small_pic{
    border: 2px solid #f04438;
}
.introduce_left_box .gallery_top{
    width: 100%;
    height: auto;
    background: #fff;
   
    overflow: hidden;
     border: 1px solid rgb(0, 0, 0, 0.10);
    box-sizing: border-box;
}
.introduce_left_box .gallery_top .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
   
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}



.product-detail-tabs {
  width: 100%;
  padding: 40px 20px;
  background: #f5f7fb;
  box-sizing: border-box;
}
.hz-product-tabs {
  width: 100%;
  padding: 40px 20px;
  background: #f5f7fb;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.hz-product-tabs__container {
  margin: 0 auto;
  padding: 0 50px 50px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(15, 35, 70, 0.06);
  box-sizing: border-box;
}

/* tab 导航 */
.hz-product-tabs__nav {
  display: flex;
  align-items: center;
  gap: 52px;
  height: 76px;
  border-bottom: 1px solid #e5e8ef;
}

.page_content .hz-product-tabs__btn {
  position: relative;
  height: 76px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.25rem !important;
  font-weight: 700;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.25s ease;
}

.hz-product-tabs__btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #ff2f2f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.hz-product-tabs__btn.is-active {
  color: #ff2f2f;
}

.hz-product-tabs__btn.is-active::after {
  transform: scaleX(1);
}

/* 内容区域 */
.hz-product-tabs__content {
  padding-top: 50px;
}

.hz-product-tabs__panel {
  display: none;
  animation: hzProductTabsFadeIn 0.25s ease;
}

.hz-product-tabs__panel.is-active {
  display: block;
}

@keyframes hzProductTabsFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 规格表格 */
.hz-product-tabs__spec-table {
  width: 100%;
  border: 1px solid #e6e9ef;
  border-bottom: none;
  box-sizing: border-box;
}

.hz-product-tabs__spec-row {
  display: grid;
  grid-template-columns: 1.1fr 1.45fr 1fr 1.55fr;
  min-height: 48px;
  border-bottom: 1px solid #e6e9ef;
}

.hz-product-tabs__spec-label,
.hz-product-tabs__spec-value {
  display: flex;
  align-items: center;
  padding: 0 28px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1d2b45;
  box-sizing: border-box;
}

.hz-product-tabs__spec-label {
  font-weight: 700;
  background: #f8f9fb;
}

.hz-product-tabs__spec-value {
  font-weight: 400;
  background: #ffffff;
  border-left: 1px solid #e6e9ef;
}

.hz-product-tabs__spec-row .hz-product-tabs__spec-label:nth-child(3) {
  border-left: 1px solid #e6e9ef;
}

/* Description */
.hz-product-tabs__description {
  max-width: 900px;
  padding: 8px 0 4px;
}

.hz-product-tabs__description p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.9;
  color: #5f6b7a;
}

/* Downloads */
.hz-product-tabs__download-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hz-product-tabs__download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 22px;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.hz-product-tabs__download-item span {
  font-size: 1rem;
  font-weight: 700;
  color: #1d2b45;
}

.hz-product-tabs__download-item em {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  color: #ff2f2f;
}

.hz-product-tabs__download-item:hover {
  border-color: #ff2f2f;
  box-shadow: 0 12px 28px rgba(255, 47, 47, 0.08);
}

/* 手机端 */
@media (max-width: 768px) {
  .hz-product-tabs {
    padding: 30px 15px;
  }

  .hz-product-tabs__container {
    padding: 0 18px 24px;
  }

  .hz-product-tabs__nav {
    gap: 28px;
    overflow-x: auto;
  }

  .hz-product-tabs__btn {
    font-size: 1rem;
    white-space: nowrap;
  }

  .hz-product-tabs__spec-row {
    grid-template-columns: 1fr;
  }

  .hz-product-tabs__spec-label,
  .hz-product-tabs__spec-value {
    min-height: 42px;
    padding: 10px 16px;
  }

  .hz-product-tabs__spec-value,
  .hz-product-tabs__spec-row .hz-product-tabs__spec-label:nth-child(3) {
    border-left: none;
  }

  .hz-product-tabs__download-list {
    grid-template-columns: 1fr;
  }
}





/* application_page */
.application_page{
    width: 100%;
    height: auto;
    /* padding: 80px 0; */
    padding-bottom: 80px;
    box-sizing: border-box;
    position: relative;
    background: #f5f7fa;
}


.applications-section {
  padding: 40px 0 60px;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 三列布局，后期加到9、10、11个也会自动往下排 */
.applications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
  align-items: stretch;
}

.app-card {
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(19, 35, 71, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.app-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(19, 35, 71, 0.10);
}

.app-image {
  width: 100%;
  height: 240px; /* 图片高度加高 */
  overflow: hidden;
  background: #eef2f7;
}

.app-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.app-card:hover .app-image img {
  transform: scale(1.04);
}

.app-content {
  padding: 25px 25px 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.app-category {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f04438;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.app-title {
  font-size: 1.25rem;
  line-height: 1.28;
  font-weight: 700;
  color: #172554;
  margin-bottom: 14px;
}

.app-desc {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #5f6b85;
  margin-bottom: 18px;
  flex: 1;
}

.app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.9375rem !important;
}

.app-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  font-size: 0.9375rem !important;
  line-height: 1.4;
  color: #6b7280;
  background: #f5f7fb;
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  white-space: nowrap;
}



/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
    /* padding: 80px 0; */
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
    background: #f5f7fa;
}

.contact-section {

}

.contact-wrap {
  max-width: 100%;
}

/* top cards */
.contact-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.contact-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 18px;
  padding: 34px 24px;
  text-align: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-card-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff1f1;
  color: #ff3b30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card-icon svg {
  width: 40px;
  height: 40px;
}

.page_content .contact_page .contact-card h3 {
  font-size: 1.375rem !important;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 12px;
  color: #102447;
}

.page_content .contact_page .contact-card p {
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
  color: #6d7890;
  font-weight: 500;
  height: 50px;
}

/* bottom layout */
.contact-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.process-box,
.inquiry-box {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 18px;
  padding: 40px 60px 40px;
}

.sub-tag {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #ff3b30;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
}

.process-box h2,
.inquiry-box h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0f2343;
  margin-bottom: 16px;
}

.process-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #6d7890;
  margin-bottom: 28px;
  max-width: 360px;
}

/* process */
.process-list {
  position: relative;
  padding-left: 44px;
}

.process-list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #dfe5ec;
}

.process-item {
  position: relative;
  margin-bottom: 24px;
}

.process-item:last-child {
  margin-bottom: 0;
}

.process-line-dot {
  position: absolute;
  left: -44px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #bfc8d6;
  z-index: 2;
}

.process-item-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 120px;
}

.process-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff1f1;
  color: #ff3b30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon svg {
  width: 34px;
  height: 34px;
}

.process-text .step {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f2343;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.process-text h4 {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #102447;
  margin-bottom: 8px;
}

.process-text p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #6d7890;
  font-weight: 500;
}

/* inquiry form */
.inquiry-form {
  margin-top: 10px;
}

.form-group {
  margin-bottom: 22px;
}

.hz-inquiry-feedback {
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.55;
  font-weight: 700;
}

.hz-inquiry-feedback--success {
  border-color: rgba(22, 163, 74, 0.28);
  background: rgba(22, 163, 74, 0.08);
  color: #166534;
}

.hz-inquiry-feedback--error,
.hz-form-error {
  color: #c62828;
}

.hz-inquiry-feedback--error {
  border-color: rgba(198, 40, 40, 0.26);
  background: rgba(198, 40, 40, 0.08);
}

.hz-form-error {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 700;
}

.hz-inquiry-cf7 .wpcf7 form {
  margin: 0;
}

.hz-inquiry-cf7 .wpcf7-form-control-wrap {
  display: block;
}

.hz-inquiry-cf7 .wpcf7-not-valid-tip,
.hz-inquiry-cf7 .hz-form-error {
  display: block;
  margin-top: 0.375rem;
  color: #c62828;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 700;
}

.hz-inquiry-cf7 .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 700;
}

.hz-inquiry-cf7 .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(22, 163, 74, 0.28);
  background: rgba(22, 163, 74, 0.08);
  color: #166534;
}

.hz-inquiry-cf7 .wpcf7 form.invalid .wpcf7-response-output,
.hz-inquiry-cf7 .wpcf7 form.unaccepted .wpcf7-response-output,
.hz-inquiry-cf7 .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(198, 40, 40, 0.26);
  background: rgba(198, 40, 40, 0.08);
  color: #c62828;
}

.form-group label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #102447;
  margin-bottom: 10px;
}

.form-group label span {
  color: #ff3b30;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #dfe5ec;
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 0.9375rem;
  color: #102447;
  outline: none;
  background: #fff;
  transition: all 0.25s ease;
}

.hz-form-group input.is-invalid,
.hz-form-group textarea.is-invalid,
.form-group input.is-invalid,
.form-group textarea.is-invalid {
  border-color: #c62828;
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.08);
}

.form-group input {
  height: 54px;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9aa4b5;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #ff3b30;
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.08);
}

/* button */
.submit-btn {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff3b30 0%, #ff1f1f 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.25s ease;
  margin-top: 6px;
}

.submit-btn svg {
  width: 18px;
  height: 18px;
}

.submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255, 59, 48, 0.22);
}

/* privacy note */
.privacy-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8a94a6;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.privacy-note svg {
  width: 18px;
  height: 18px;
  color: #ff3b30;
  flex-shrink: 0;
}


/* blog_page */
.blog_page{
    width: 100%;
    height: auto;
    /* padding: 80px 0; */
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
    background: #f5f7fa;
}
.blog_page .hz-blog-section{
    padding: 0;
}




/* about_page */
.about_page{
    width: 100%;
    height: auto;
    /* padding: 80px 0; */
    /* padding-bottom: 150px; */
    box-sizing: border-box;
    position: relative;
    background: #f5f7fa;
}

.about-hero {
  padding: 100px 0;
  box-sizing: border-box;
}

.hero-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.section-tag {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ef3b2d;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero-title {
  font-size: 4.125rem;
  line-height: 1.05;
  font-weight: 800;
  color: #102446;
  letter-spacing: -1.6px;
  margin-bottom: 28px;
}

.hero-desc {
  max-width: 650px;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #4b5565;
}

/* 右侧图片区 */
.hero-visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.main-image {
  border-radius: 18px;
  overflow: hidden;
  min-height: 470px;
  box-shadow: 0 10px 30px rgba(15, 35, 67, 0.08);
}

.main-image img {
  height: 100%;
}

.side-images {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;

  display: none;
}

.small-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 35, 67, 0.08);
  background: #fff;
}

.small-image.top {
  height: 170px;
}

.small-image.bottom {
  height: 235px;
}

.small-image img {
  height: 100%;
}

/* 数据卡片 */
.hero-stats {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  padding: 25px 25px;
  min-height: 118px;
  box-shadow: 0 8px 20px rgba(15, 35, 67, 0.04);
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 35, 67, 0.08);
}

.stat-icon {
  width: 54px;
  height: 54px;
  color: #ef3b2d;
  flex-shrink: 0;
}

.stat-icon svg {
  width: 90%;
  height: 90%;
}

.page_content .stat-text h3 {
  font-size: 1.75rem !important;
  line-height: 1;
  font-weight: 800;
  color: #102446;
  margin-bottom: 10px;
}

.page_content .stat-text p {
  font-size: 1.125rem !important;
  line-height: 1.5;
  color: #6b7280;
}

.rfq-process-section {
  padding: 70px 0 80px;
  background: #fff;
}
.rfq-process-section .section_container_con{
  
}
.section-header {
  text-align: center;
  margin-bottom: 46px;
}

.section-header h2 {
  font-size: 3.375rem;
  line-height: 1.1;
  font-weight: 800;
  color: #0b1f4d;
  letter-spacing: -1px;
}

.title-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.title-line span {
  display: block;
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: #ff2f25;
}

.title-line i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff2f25;
}

.rfq-process-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin: 0 -12px;
}

.process-card {
  width: 250px;
  min-height: 360px;
  background: #fff;
  border: 1px solid #e9edf4;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(15, 35, 67, 0.06);
  padding: 26px 24px 28px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 35, 67, 0.10);
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f1f3f7;
  color: #0b1f4d;
  font-size: 1.125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.process-icon {
  width: 82px;
  height: 82px;
  color: #ff2f25;
  margin: 0 auto 26px;
}

.process-icon svg {
  width: 90%;
  height: 90%;
}

.contact_page .process-icon {
  margin: 0;
}
.contact_page .process-icon svg {
  width: 60%;
  height: 60%;
}



.page_content .process-card h3 {
  font-size: 1.25rem !important;
  line-height: 1.3;
  font-weight: 800;
  color: #0b1f4d;
  margin-bottom: 20px;
}

.process-card p {
  font-size: 1rem;
  line-height: 1.85;
  color: #58627a;
}

.process-arrow {
  font-size: 2.125rem;
  color: #ff2f25;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  transform: translateY(-6px);
}


.quality-section {
  padding: 100px 0;
}

.quality-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 100px;
  align-items: stretch;
}
.section-title h2 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 800;
  color: #102446;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}

.section-title span {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: #f1372f;
  margin-bottom: 18px;
}

.quality-desc {
  max-width: 620px;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #5c6678;
  margin-bottom: 28px;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.quality-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 8px 22px rgba(15, 35, 67, 0.04);
  transition: all 0.3s ease;
}

.quality-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 35, 67, 0.08);
}

.quality-icon {
  width: 40px;
  height: 40px;
  color: #f1372f;
  flex-shrink: 0;
}

.quality-icon svg {
  width: 100%;
  height: 100%;
}

.quality-item h3 {
  font-size: 0.9375rem;
  line-height: 1.35;
  font-weight: 800;
  color: #102446;
  margin-bottom: 6px;
}

.quality-item p {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #6b7280;
}

.quality-image {
  border-radius: 16px;
  overflow: hidden;
  min-height: 430px;
  box-shadow: 0 10px 28px rgba(15, 35, 67, 0.08);
}

.quality-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.cert-section {
  padding: 100px 0;
  background: #ffffff;
}

.cert-card {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 100px;
  align-items: center;
  box-shadow:none !important;
}

.cert-title h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 800;
  color: #102446;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.cert-title span {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: #f1372f;
  margin-bottom: 18px;
}

.cert-desc {
  max-width: 430px;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #5c6678;
  margin-bottom: 22px;
}

.cert-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.cert-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1.8px solid #f1372f;
  border-radius: 50%;
  color: #f1372f;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  flex-shrink: 0;
}

.cert-list p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #4f5b6f;
}

.cert-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: end;
}

.cert-img {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  padding: 6px;
  box-shadow: 0 10px 24px rgba(15, 35, 67, 0.08);
}

.cert-img::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -18px;
  height: 20px;
  background: linear-gradient(
    to bottom,
    rgba(15, 35, 67, 0.12),
    rgba(15, 35, 67, 0)
  );
  filter: blur(8px);
  opacity: 0.45;
  pointer-events: none;
}

.cert-img img {
  width: 100%;
  display: block;
  /* aspect-ratio: 3 / 4.2; */
  object-fit: cover;
  border: 4px solid #b9965b;
  background: #fff;
}




/* blog_details_page */
.blog_details_page{
  width: 100%;
  height: auto;
  background: #f6f8fb;
}
.blog_page_content{
  background: #f6f8fb;
}
/* ===== 基础区域 ===== */
.blog_details_page .blog-detail-section {
  padding: 0 0 3rem !important;
  
}

.blog-detail-container {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 120px;
  align-items: start;
}

/* ===== 左侧主体 ===== */
.blog-main {
  min-width: 0;
}

.blog-article {
  width: 100%;
}

.article-header {
  margin-bottom: 28px;
}

.article-title {
  margin: 0 0 22px;
  font-size: 3.375rem;
  line-height: 1.15;
  font-weight: 800;
  color: #0f1d3a;
  letter-spacing: -0.5px;
  padding-right: 10%;
  box-sizing: border-box;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 0.9375rem;
  color: #666;
  align-items: center;
}

.article-meta span {
  position: relative;
}

.article-meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #d9d9d9;
  transform: translateY(-50%);
}

.article-meta .meta-category {
  color: #ff4b3a;
  font-weight: 600;
}

.article-featured-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 28px;
}

.article-featured-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ===== 通用内容样式（重点复用部分） ===== */
.article-content {
  color: #404040;
  font-size: 1.0625rem;
  line-height: 1.9;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content p {
  margin: 0 0 22px;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin: 42px 0 18px;
  color: #111827;
  font-weight: 800;
  line-height: 1.35;
  position: relative;
  padding-top: 18px;
}

.article-content h2::before,
.article-content h3::before,
.article-content h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 4px;
  border-radius: 2px;
  background: #ff4b3a;
}

.article-content h2 {
  font-size: 2.125rem;
}

.article-content h3 {
  font-size: 1.75rem;
}

.article-content h4 {
  font-size: 1.375rem;
}

.article-content ul,
.article-content ol {
  margin: 0 0 22px 22px;
  padding: 0;
}

.article-content li {
  margin-bottom: 10px;
}

.article-content img {
  max-width: 100%;
  border-radius: 10px;
  display: block;
  margin: 24px 0;
}

.article-content blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  background: #fff;
  border-left: 4px solid #ff4b3a;
  border-radius: 8px;
  color: #222;
  font-size: 1.125rem;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.article-content table th,
.article-content table td {
  padding: 14px 16px;
  border: 1px solid #e9e9e9;
  text-align: left;
  font-size: 0.9375rem;
}

.article-content table th {
  background: #f8f8f8;
  color: #111827;
  font-weight: 700;
}

/* ===== 证书模块 ===== */
.certification-box {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 28px 32px;
  margin: 26px 0 8px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.cert-logo {
  width: 68px;
  height: 68px;
  border: 2px solid #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #222;
  flex-shrink: 0;
}

.cert-logo-blue {
  border-color: #2676d8;
  color: #2676d8;
}

.cert-text {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.cert-text strong {
  font-size: 1.375rem;
  color: #111827;
}

.cert-text span {
  font-size: 0.9375rem;
  color: #777;
}

.cert-divider {
  width: 1px;
  align-self: stretch;
  background: #e5e5e5;
}

/* ===== 高亮提示 ===== */
.article-highlight {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 20px 22px;
  margin-top: 30px;
}

.highlight-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 75, 58, 0.08);
  color: #ff4b3a;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.article-highlight p {
  margin: 0;
}

/* ===== 分享 ===== */
.article-share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #e7e7e7;
}

.share-label {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.share-links {
  display: flex;
  gap: 10px;
}

.share-links a {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #1f2937;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.share-links a:hover {
  background: #ff4b3a;
}

/* ===== 上一篇下一篇 ===== */
.article-pagination {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.article-pagination a {
  text-decoration: none;
  color: inherit;
  background: transparent;
}

.page-nav-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #ff4b3a;
  font-weight: 700;
}

.article-pagination strong {
  display: block;
  color: #1b1b1b;
  line-height: 1.6;
  font-size: 1.0625rem;
  font-weight: 600;
}

.article-next {
  text-align: right;
}

/* ===== 右侧栏 ===== */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sidebar-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.sidebar-title {
  margin: 0 0 24px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  position: relative;
  padding-bottom: 14px;
}

.sidebar-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: #ff4b3a;
}

/* 分类 */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li + li {
  border-top: 1px solid #ececec;
}

.category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #444;
  padding: 18px 0;
  transition: 0.3s ease;
}

.category-list a:hover {
  color: #ff4b3a;
}

.category-list li:first-child a {
  color: #ff4b3a;
  font-weight: 700;
}

.category-list em {
  font-style: normal;
  color: #888;
  font-size: 0.875rem;
}

/* 最近文章 */
.recent-post-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recent-post-item {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.recent-post-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recent-thumb {
  width: 110px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page_content .recent-info h4 {
  margin: 0 0 12px;
  font-size: 1.125rem !important;
  line-height: 1.5;
  font-weight: 700;
  color: #1b1b1b;
}

.recent-info span {
  font-size: 0.875rem;
  color: #8a8a8a;
}

/* CTA */
.sidebar-cta h3 {
  margin: 0 0 18px;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}

.sidebar-cta p {
  margin: 0 0 24px;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #666;
}

.sidebar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 54px;
  padding: 0 28px;
  border-radius: 8px;
  background: #ff4b3a;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: 0.3s ease;
}

.sidebar-btn:hover {
  background: #e93f30;
}

/* =========================================================
   Unified Content Style Patch
   说明：仅统一中间内容区的主题色、字号、行高和模块留白；
   不覆盖头部导航、Banner 和底部 Footer 的结构与样式。
   ========================================================= */
:root {
  --hz-red: #e53935;
  --hz-red-dark: #c62828;
  --hz-red-soft: rgba(229, 57, 53, 0.10);
  --hz-red-line: rgba(229, 57, 53, 0.28);
  --hz-navy: #101a33;
  --hz-heading: #101a33;
  --hz-text: #5d687c;
  --hz-muted: #7b8495;
  --hz-border: #e4e8ef;
  --hz-bg-soft: #f6f8fb;
  --hz-card-bg: #ffffff;
  --accent: #e53935;
  --navy: #101a33;
  --text: #5d687c;
  --muted: #7b8495;
}

.page_content,
.home_page_content,
.product_page,
.product_details_page,
.application_page,
.about_page,
.contact_page,
.blog_page,
.blog_details_page,
.blog_page_content {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: var(--hz-text);
}

/* 统一中间内容模块上下间距 */
.home_page_content .rfq-showcase,
.home_page_content .hz-products-section,
.home_page_content .hz-app-section,
.home_page_content .hz-rfq-banner-section,
.home_page_content .hz-inquiry-section,
.home_page_content .hz-blog-section,
.product_page,
.application_page .applications-section,
.contact_page .contact-section,
.about_page .about-hero,
.about_page .rfq-process-section,
.about_page .quality-section,
.about_page .cert-section,
.blog_page .hz-blog-section,
.blog_details_page .blog-detail-section {
  padding-top: 96px;
  padding-bottom: 96px;
  box-sizing: border-box;
}

.product_page {
  padding-bottom: 120px;
  background: var(--hz-bg-soft);
}
.product_details_page,
.blog_details_page,
.blog_page_content {
  background: var(--hz-bg-soft);
}
.product_details_page .product_details_conter {
  padding-bottom: 96px;
}
.product_details_page .product_details_introduce_section {
  padding-bottom: 80px;
}

/* 统一大标题、栏目标题 */
.page_content .rfq-title,
.page_content .hz-products-title-wrap h2,
.page_content .hz-app-title-wrap h2,
.page_content .hz-rfq-content h2,
.page_content .hz-inquiry-intro h2,
.page_content .hz-blog-title-wrap h2,
.product_page .hz-product-page-heading h1,
.product_details_page .introduce_right_box h2,
.about_page .hero-title,
.about_page .section-header h2,
.about_page .cert-title h2,
.blog_details_page .article-title {
  color: var(--hz-heading);
  font-size: 2.25rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.product_page .hz-product-page-heading h1,
.about_page .hero-title,
.blog_details_page .article-title {
  font-size: 2.625rem;
  line-height: 1.22;
}

.page_content .hz-small-title,
.page_content .hz-app-small-title,
.page_content .hz-blog-small-title,
.page_content .rfq-eyebrow,
.about_page .section-tag,
.product_page .hz-product-page-tag,
.blog_details_page .meta-category,
.blog_details_page .page-nav-label {
  color: var(--hz-red);
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.04em;
}

/* 统一正文、简介、卡片描述 */
.page_content .rfq-desc,
.page_content .hz-products-title-wrap p,
.page_content .hz-app-title-wrap p,
.page_content .hz-rfq-content p,
.page_content .hz-inquiry-desc,
.page_content .hz-blog-title-wrap p,
.product_page .hz-product-page-heading p,
.product_page .hz-product-page-desc,
.product_page .hz-custom-page-box p,
.product_details_page .introduce_right_box p,
.product_details_page .text_box p,
.product_details_page .hz-product-tabs__description,
.application_page .app-desc,
.about_page .hero-desc,
.about_page .quality-desc,
.about_page .cert-desc,
.blog_details_page .article-content,
.contact_page .process-desc,
.contact_page .privacy-note {
  color: var(--hz-text);
  font-size: 1rem;
  line-height: 1.78;
  font-weight: 500;
}

.blog_details_page .article-content {
  font-size: 1rem;
  line-height: 1.86;
}

/* 统一卡片标题 */
.home_page_content .hz-feature-strip__text h3,
.home_page_content .hz-product-content h3,
.home_page_content .hz-app-card-content h3,
.home_page_content .hz-inquiry-point-text h3,
.home_page_content .hz-blog-card-body h3,
.product_page .hz-product-page-sidebar h2,
.product_page .hz-custom-page-box h3,
.product_page .hz-product-page-info h3,
.product_details_page .product_details_conter .title,
.product_details_page .hz-product-tabs__spec-label,
.product_details_page .hz-product-tabs__download-item strong,
.application_page .app-title,
.about_page .stat-text strong,
.about_page .process-card h3,
.about_page .quality-item h3,
.about_page .cert-card h3,
.blog_details_page .article-content h2,
.blog_details_page .article-content h3,
.blog_details_page .sidebar-title,
.contact_page .contact-card h3,
.contact_page .process-text h3,
.contact_page .process-box h2,
.contact_page .inquiry-box h2 {
  color: var(--hz-heading);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.home_page_content .hz-product-content h3,
.home_page_content .hz-app-card-content h3,
.home_page_content .hz-blog-card-body h3,
.product_page .hz-product-page-info h3,
.application_page .app-title,
.contact_page .contact-card h3,
.contact_page .process-text h3 {
  font-size: 1.3125rem;
  line-height: 1.38;
}

.home_page_content .hz-feature-strip__text h3,
.home_page_content .hz-inquiry-point-text h3,
.about_page .quality-item h3 {
  font-size: 1.0625rem;
  line-height: 1.4;
}

/* 统一卡片正文 */
.home_page_content .hz-feature-strip__text p,
.home_page_content .hz-product-content p,
.home_page_content .hz-app-card-content p,
.home_page_content .hz-inquiry-point-text p,
.home_page_content .hz-blog-card-body p,
.about_page .quality-item p,
.about_page .process-card p,
.about_page .cert-card p,
.contact_page .contact-card p,
.contact_page .process-text p,
.blog_details_page .recent-info p,
.blog_details_page .category-list a {
  color: var(--hz-text);
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 500;
}

/* 统一红色视觉元素 */
.page_content .rfq-check,
.page_content .rfq-exp-card,
.page_content .hz-blog-tag,
.product_page .hz-btn-primary,
.product_page .hz-feature-page-list li::before,
.product_page .hz-contact-btn,
.product_details_page .btn-primary,
.contact_page .submit-btn,
.about_page .section-title span,
.about_page .title-line,
.blog_details_page .article-content h2::before,
.blog_details_page .article-content h3::before,
.blog_details_page .article-content h4::before,
.blog_details_page .share-links a:hover {
  background: var(--hz-red);
  border-color: var(--hz-red);
}

.page_content .hz-feature-strip__icon,
.page_content .hz-more-btn span,
.page_content .hz-app-more-btn span,
.page_content .hz-blog-more-btn span,
.page_content .hz-blog-readmore,
.product_page .hz-category-page-list li.active a,
.product_page .hz-category-page-list li.active a span,
.product_page .hz-category-page-list a:hover,
.product_page .hz-btn-outline,
.product_page .hz-product-page-tag,
.product_details_page .btn-outline,
.about_page .process-arrow,
.about_page .quality-icon,
.blog_details_page .article-meta .meta-category,
.blog_details_page .page-nav-label,
.blog_details_page .highlight-icon {
  color: var(--hz-red);
}

.product_page .hz-title-page-line,
.product_details_page .product_details_conter .title::after {
  background: var(--hz-red);
}

.product_page .hz-category-page-list li.active a {
  background: linear-gradient(90deg, rgba(229, 57, 53, 0.12), rgba(229, 57, 53, 0.03));
  border-left-color: var(--hz-red);
}
.product_page .hz-category-page-list a:hover {
  background: #fff5f5;
}
.product_page .hz-btn-outline,
.product_details_page .btn-outline {
  border-color: var(--hz-red);
}
.product_page .hz-btn-outline:hover,
.product_details_page .btn-outline:hover {
  background: var(--hz-red);
  color: #fff;
}
.product_page .hz-btn-primary:hover,
.product_page .hz-contact-btn:hover,
.product_details_page .btn-primary:hover,
.contact_page .submit-btn:hover {
  background: var(--hz-red-dark);
  border-color: var(--hz-red-dark);
}

/* 统一卡片质感：边框、圆角、阴影，不改布局 */
.home_page_content .hz-feature-strip__inner,
.home_page_content .hz-products-grid,
.home_page_content .hz-app-card,
.home_page_content .hz-inquiry-form-card,
.home_page_content .hz-blog-card,
.product_page .hz-product-page-sidebar,
.product_page .hz-product-page-card,
.product_page .hz-custom-page-box,
.product_details_page .product-info-card,
.product_details_page .hz-product-tabs__container,
.application_page .app-card,
.about_page .stat-card,
.about_page .process-card,
.about_page .quality-item,
.about_page .cert-card,
.blog_details_page .certification-box,
.blog_details_page .article-highlight,
.blog_details_page .sidebar-card,
.blog_details_page .sidebar-cta,
.contact_page .contact-card,
.contact_page .process-box,
.contact_page .inquiry-box {
  border-color: var(--hz-border);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 26, 51, 0.06);
}

.home_page_content .hz-product-item,
.product_page .hz-product-page-card,
.application_page .app-card,
.about_page .quality-item,
.contact_page .contact-card,
.blog_details_page .sidebar-card {
  background: var(--hz-card-bg);
}

/* 统一按钮尺寸与文字，不影响头部导航按钮 */
.page_content .hz-more-btn,
.page_content .hz-app-more-btn,
.page_content .hz-blog-more-btn,
.page_content .hz-rfq-btn,
.page_content .hz-inquiry-submit,
.product_page .hz-product-page-actions a,
.product_page .hz-contact-btn,
.product_details_page .product-card-actions a,
.product_details_page .btn-primary,
.product_details_page .btn-outline,
.contact_page .submit-btn,
.blog_details_page .sidebar-btn {
  min-height: 46px;
  border-radius: 6px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.page_content .hz-rfq-btn,
.page_content .hz-inquiry-submit,
.product_details_page .btn-primary,
.contact_page .submit-btn,
.blog_details_page .sidebar-btn {
  background: var(--hz-red);
  border-color: var(--hz-red);
  color: #fff;
}

/* 统一内容模块之间的标题底部间距 */
.page_content .hz-products-header,
.page_content .hz-app-header,
.page_content .hz-blog-header,
.product_page .hz-product-page-heading,
.about_page .section-header,
.blog_details_page .article-header {
  margin-bottom: 1rem;
}

.home_page_content .rfq-desc,
.page_content .hz-products-title-wrap p,
.page_content .hz-app-title-wrap p,
.page_content .hz-blog-title-wrap p,
.product_page .hz-product-page-heading p,
.about_page .hero-desc,
.about_page .quality-desc {
  max-width: 780px;
}

/* 统一表单控件 */
.page_content input,
.page_content textarea,
.contact_page input,
.contact_page textarea {
  color: var(--hz-heading);
  font-size: 0.9375rem;
  line-height: 1.5;
  border-color: var(--hz-border);
}
.page_content input::placeholder,
.page_content textarea::placeholder,
.contact_page input::placeholder,
.contact_page textarea::placeholder {
  color: var(--hz-muted);
}

@media (max-width: 1199px) {
  .home_page_content .rfq-showcase,
  .home_page_content .hz-products-section,
  .home_page_content .hz-app-section,
  .home_page_content .hz-rfq-banner-section,
  .home_page_content .hz-inquiry-section,
  .home_page_content .hz-blog-section,
  .product_page,
  .application_page .applications-section,
  .contact_page .contact-section,
  .about_page .about-hero,
  .about_page .rfq-process-section,
  .about_page .quality-section,
  .about_page .cert-section,
  .blog_page .hz-blog-section,
  .blog_details_page .blog-detail-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page_content .rfq-title,
  .page_content .hz-products-title-wrap h2,
  .page_content .hz-app-title-wrap h2,
  .page_content .hz-rfq-content h2,
  .page_content .hz-inquiry-intro h2,
  .page_content .hz-blog-title-wrap h2,
  .product_page .hz-product-page-heading h1,
  .product_details_page .introduce_right_box h2,
  .about_page .hero-title,
  .about_page .section-header h2,
  .about_page .cert-title h2,
  .blog_details_page .article-title {
    font-size: 1.875rem;
    line-height: 1.3;
  }

  .page_content .rfq-desc,
  .page_content .hz-products-title-wrap p,
  .page_content .hz-app-title-wrap p,
  .page_content .hz-rfq-content p,
  .page_content .hz-inquiry-desc,
  .page_content .hz-blog-title-wrap p,
  .product_page .hz-product-page-heading p,
  .product_page .hz-product-page-desc,
  .application_page .app-desc,
  .about_page .hero-desc,
  .about_page .quality-desc,
  .blog_details_page .article-content,
  .contact_page .process-desc {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

/* Unified patch corrections for about-page decorative lines/icons */
.about_page .title-line {
  background: transparent;
}
.about_page .title-line span,
.about_page .title-line i,
.about_page .section-title span,
.about_page .cert-title span {
  background: var(--hz-red);
}
.about_page .section-title h2 {
  color: var(--hz-heading);
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 800;
}
.about_page .stat-icon,
.about_page .process-icon,
.about_page .quality-icon,
.about_page .check-icon {
  color: var(--hz-red);
}
.about_page .check-icon {
  border-color: var(--hz-red);
}


/* ===== Link-through patch: make cards clickable without changing visual layout ===== */
.hz-product-item,
.hz-app-card,
.hz-product-page-card,
.app-card,
.hz-blog-card {
    position: relative;
    cursor: pointer;
}

.hz-card-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
    border-radius: inherit;
    text-indent: -9999px;
    overflow: hidden;
}

.hz-product-item a:not(.hz-card-link),
.hz-app-card a:not(.hz-card-link),
.hz-product-page-card a:not(.hz-card-link),
.app-card a:not(.hz-card-link),
.hz-blog-card a:not(.hz-card-link) {
    position: relative;
    z-index: 8;
}


/* ===== Unified font patch: use the same Manrope font as the homepage ===== */
:root {
  --hz-font-main: "Manrope", Arial, Helvetica, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--hz-font-main) !important;
}

.wrapper,
.wrapper *,
.wrapper_main,
.wrapper_main *,
.page_content,
.page_content *,
.home_page_content,
.home_page_content *,
.product_page,
.product_page *,
.product_details_page,
.product_details_page *,
.application_page,
.application_page *,
.application_details_page,
.application_details_page *,
.about_page,
.about_page *,
.contact_page,
.contact_page *,
.blog_page,
.blog_page *,
.blog_details_page,
.blog_details_page * {
  font-family: var(--hz-font-main) !important;
}

/* ===== Content font-size refinement patch =====
   只统一中间内容区字号，不改头部导航、底部导航和 Banner。
   普通正文 16px / 重点说明文案 20px / 小标题 22px。 */
.page_content p,
.page_content li,
.page_content td,
.page_content th,
.page_content label,
.page_content input,
.page_content textarea,
.page_content select,
.page_content button,
.home_page_content p,
.home_page_content li,
.product_page p,
.product_page li,
.product_details_page p,
.product_details_page li,
.application_page p,
.application_page li,
.application_details_page p,
.application_details_page li,
.about_page p,
.about_page li,
.contact_page p,
.contact_page li,
.blog_page p,
.blog_page li,
.blog_details_page p,
.blog_details_page li {
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.page_content .rfq-desc,
.page_content .hz-products-title-wrap p,
.page_content .hz-app-title-wrap p,
.page_content .hz-rfq-content p,
.page_content .hz-inquiry-desc,
.page_content .hz-blog-title-wrap p,
.product_page .hz-product-page-heading p,
.product_page .hz-product-page-desc,
.product_details_page .introduce_right_box p,
.product_details_page .feature-card p,
.application_page .app-desc,
.application_details_page .article-content p,
.about_page .hero-desc,
.about_page .quality-desc,
.contact_page .process-desc,
.contact_page .contact-desc,
.blog_page .hz-blog-card p,
.blog_details_page .article-content p {
  font-size: 1.25rem !important;
  line-height: 1.72 !important;
}

.page_content h1,
.product_page .hz-product-page-heading h1,
.product_details_page .introduce_right_box h1,
.application_details_page .article-title,
.blog_details_page .article-title {
  font-size: 2.625rem !important;
  line-height: 1.24 !important;
}

.page_content h2,
.page_content .rfq-title,
.page_content .hz-products-title-wrap h2,
.page_content .hz-app-title-wrap h2,
.page_content .hz-rfq-content h2,
.page_content .hz-inquiry-intro h2,
.page_content .hz-blog-title-wrap h2,
.product_details_page .introduce_right_box h2,
.about_page .hero-title,
.about_page .section-header h2,
.about_page .section-title h2,
.about_page .cert-title h2,
.blog_details_page .article-content h2 {
  font-size: 2.375rem !important;
  line-height: 1.28 !important;
}

.page_content h3,
.page_content .hz-product-title,
.page_content .hz-app-title,
.page_content .hz-blog-card h3,
.product_page .hz-product-page-title,
.product_details_page .feature-card h3,
.application_page .app-title,
.about_page .process-title,
.about_page .quality-card h3,
.contact_page .process-title,
.blog_page .hz-blog-card h3,
.blog_details_page .article-content h3 {
  font-size: 1.375rem !important;
  line-height: 1.36 !important;
}

.page_content h4,
.product_details_page h4,
.application_details_page h4,
.about_page h4,
.contact_page h4,
.blog_details_page h4 {
  font-size: 1.375rem !important;
  line-height: 1.38 !important;
}

@media (max-width: 991px) {
  .page_content p,
  .page_content li,
  .product_page p,
  .product_page li,
  .product_details_page p,
  .product_details_page li,
  .application_page p,
  .application_page li,
  .application_details_page p,
  .application_details_page li,
  .about_page p,
  .about_page li,
  .contact_page p,
  .contact_page li,
  .blog_page p,
  .blog_page li,
  .blog_details_page p,
  .blog_details_page li {
    font-size: 1rem !important;
    line-height: 1.72 !important;
  }

  .page_content h1,
  .product_page .hz-product-page-heading h1,
  .product_details_page .introduce_right_box h1,
  .application_details_page .article-title,
  .blog_details_page .article-title {
    font-size: 2.125rem !important;
  }

  .page_content h2,
  .page_content .rfq-title,
  .page_content .hz-products-title-wrap h2,
  .page_content .hz-app-title-wrap h2,
  .page_content .hz-rfq-content h2,
  .page_content .hz-inquiry-intro h2,
  .page_content .hz-blog-title-wrap h2,
  .product_details_page .introduce_right_box h2,
  .about_page .hero-title,
  .about_page .section-header h2,
  .about_page .section-title h2,
  .about_page .cert-title h2,
  .blog_details_page .article-content h2 {
    font-size: 2rem !important;
  }

  .page_content h3,
  .page_content .hz-product-title,
  .page_content .hz-app-title,
  .page_content .hz-blog-card h3,
  .product_page .hz-product-page-title,
  .product_details_page .feature-card h3,
  .application_page .app-title,
  .about_page .process-title,
  .about_page .quality-card h3,
  .contact_page .process-title,
  .blog_page .hz-blog-card h3,
  .blog_details_page .article-content h3 {
    font-size: 1.375rem !important;
  }
}

/* ===== Final content minimum font-size patch =====
   Scope: only the main page content area (.page_content), excluding header, banner and footer.
   Rule: normal content minimum 16px; small notes/privacy/meta/count text can stay 15px. */
.page_content :where(p, li, a, span, em, strong, b, i, div, td, th, label, input, textarea, select, button) {
  font-size: 1rem !important;
}

/* Normal paragraph rhythm in the main content area */
.page_content :where(p, li, td, th, label, input, textarea, select, button) {
  line-height: 1.72 !important;
}

/* Key explanatory copy / section descriptions */
.page_content :where(
  .rfq-desc,
  .hz-products-title-wrap p,
  .hz-app-title-wrap p,
  .hz-rfq-content p,
  .hz-inquiry-desc,
  .hz-blog-title-wrap p,
  .hz-product-page-heading p,
  .hz-product-page-desc,
  .introduce_right_box p,
  .feature-card p,
  .app-desc,
  .article-content p,
  .hero-desc,
  .quality-desc,
  .cert-desc,
  .process-desc,
  .contact-desc,
  .hz-blog-card p
) {
  font-size: 1.25rem !important;
  line-height: 1.72 !important;
}

/* Small titles inside content modules */
.page_content :where(
  h3,
  h4,
  .hz-product-title,
  .hz-app-title,
  .hz-blog-card h3,
  .hz-product-page-title,
  .feature-card h3,
  .app-title,
  .process-title,
  .quality-card h3,
  .quality-item h3,
  .cert-text strong,
  .article-content h3,
  .article-content h4
) {
  font-size: 1.375rem !important;
  line-height: 1.36 !important;
}

/* Large section titles remain visually stronger */
.page_content :where(
  h1,
  .hz-product-page-heading h1,
  .introduce_right_box h1,
  .article-title
) {
  font-size: 2.625rem !important;
  line-height: 1.24 !important;
}

.page_content :where(
  h2,
  .rfq-title,
  .hz-products-title-wrap h2,
  .hz-app-title-wrap h2,
  .hz-rfq-content h2,
  .hz-inquiry-intro h2,
  .hz-blog-title-wrap h2,
  .introduce_right_box h2,
  .hero-title,
  .section-header h2,
  .section-title h2,
  .cert-title h2,
  .article-content h2
) {
  font-size: 2.375rem !important;
  line-height: 1.28 !important;
}

/* Auxiliary / remark text can stay smaller, as requested */
.page_content :where(
  .privacy-note,
  .privacy-note *,
  .hz-inquiry-note,
  .hz-inquiry-note *,
  .hz-rfq-note,
  .hz-rfq-note *,
  .hz-form-count,
  .article-meta,
  .article-meta *,
  .hz-blog-meta,
  .hz-blog-meta *,
  .recent-info span,
  .page-nav-label,
  small
) {
  font-size: 0.9375rem !important;
}

/* Icon-only helper marks inside notes should not be forced to 16px */
.page_content :where(.privacy-icon, .hz-inquiry-note-icon, .hz-rfq-note-icon) {
  font-size: 0.7125rem !important;
}

@media (max-width: 991px) {
  .page_content :where(p, li, a, span, em, strong, b, i, div, td, th, label, input, textarea, select, button) {
    font-size: 1rem !important;
  }

  .bread_crumbs{
    padding: 1rem 0;
  }

  .application_page{
    padding: 1rem 0;
  }

  .page_content :where(
    .rfq-desc,
    .hz-products-title-wrap p,
    .hz-app-title-wrap p,
    .hz-rfq-content p,
    .hz-inquiry-desc,
    .hz-blog-title-wrap p,
    .hz-product-page-heading p,
    .hz-product-page-desc,
    .introduce_right_box p,
    .feature-card p,
    .app-desc,
    .article-content p,
    .hero-desc,
    .quality-desc,
    .cert-desc,
    .process-desc,
    .contact-desc,
    .hz-blog-card p
  ) {
    font-size: 1.125rem !important;
  }

  .page_content :where(h3, h4, .hz-product-title, .hz-app-title, .hz-blog-card h3, .hz-product-page-title, .feature-card h3, .app-title, .process-title, .quality-card h3, .quality-item h3, .cert-text strong, .article-content h3, .article-content h4) {
    font-size: 1.375rem !important;
  }

  .page_content :where(h1, .hz-product-page-heading h1, .introduce_right_box h1, .article-title) {
    font-size: 2.125rem !important;
  }

  .page_content :where(h2, .rfq-title, .hz-products-title-wrap h2, .hz-app-title-wrap h2, .hz-rfq-content h2, .hz-inquiry-intro h2, .hz-blog-title-wrap h2, .introduce_right_box h2, .hero-title, .section-header h2, .section-title h2, .cert-title h2, .article-content h2) {
    font-size: 2rem !important;
  }

  /* .page_content :where(.privacy-note, .privacy-note *, .hz-inquiry-note, .hz-inquiry-note *, .hz-rfq-note, .hz-rfq-note *, .hz-form-count, .article-meta, .article-meta *, .hz-blog-meta, .hz-blog-meta *, .recent-info span, .page-nav-label, small) {
    font-size: 0.9375rem !important;
  } */
}

/* ===== Typography hierarchy refinement =====
   根据不同页面模块重新拉开层级，不再全站强制同一字号。
   Header / Footer / Banner 保持原样。 */

/* 首页及展示型页面：重点说明文字 */
.page_content .rfq-desc,
.page_content .hz-products-title-wrap p,
.page_content .hz-app-title-wrap p,
.page_content .hz-rfq-content p,
.page_content .hz-inquiry-desc,
.page_content .hz-blog-title-wrap p,
.about_page .hero-desc,
.about_page .quality-desc,
.about_page .cert-desc {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
}

/* 产品列表 / 应用列表：说明文字降低一级，更适合卡片阅读 */
.product_page .hz-product-page-desc,
.application_page .app-desc,
.blog_page .hz-blog-card p,
.product_details_page .hz-product-tabs__description p,
.blog_details_page .article-content p {
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

/* 产品详情顶部介绍：比列表略突出 */
.product_details_page .introduce_right_box .text,
.product_details_page .introduce_right_box p,
.contact_page .process-desc,
.contact_page .contact-desc {
  font-size: 1.0625rem !important;
  line-height: 1.75 !important;
}

/* 栏目大标题 */
.page_content .rfq-title,
.page_content .hz-products-title-wrap h2,
.page_content .hz-app-title-wrap h2,
.page_content .hz-rfq-content h2,
.page_content .hz-inquiry-intro h2,
.page_content .hz-blog-title-wrap h2,
.about_page .hero-title,
.about_page .section-header h2,
.about_page .section-title h2,
.about_page .cert-title h2,
.blog_details_page .article-content h2 {
  font-size: 2.25rem !important;
  line-height: 1.3 !important;
}

/* 页面标题 */
.product_page .hz-product-page-heading h1,
.product_details_page .introduce_right_box h2,
.blog_details_page .article-title,
.application_details_page .article-title {
  font-size: 2.5rem !important;
  line-height: 1.25 !important;
}

/* 卡片标题：根据展示密度控制 */
.home_page_content .hz-product-content h3,
.home_page_content .hz-app-card-content h3,
.home_page_content .hz-blog-card h3,
.application_page .app-title,
.blog_page .hz-blog-card h3,
.about_page .process-title,
.about_page .quality-item h3,
.contact_page .contact-card h3 {
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
}

.product_page .hz-product-page-info h3,
.product_details_page .product-card-actions h3,
.product_details_page .feature-card h3,
.blog_details_page .article-content h3 {
  font-size: 1.375rem !important;
  line-height: 1.4 !important;
}

/* 标签、分类等辅助信息 */
.page_content .hz-small-title,
.page_content .hz-app-small-title,
.page_content .hz-blog-small-title,
.page_content .rfq-eyebrow,
.page_content .hz-app-card-label,
.product_page .hz-product-page-tag,
.blog_details_page .meta-category {
  font-size: 0.9375rem !important;
}

/* 表单备注、隐私说明保持小字号 */
.page_content .privacy-note,
.page_content .hz-inquiry-note,
.page_content .hz-inquiry-note *,
.page_content .hz-rfq-note,
.page_content .hz-rfq-note *,
.page_content .hz-form-count,
.page_content .article-meta,
.page_content .article-meta *,
.page_content .hz-blog-meta,
.page_content .hz-blog-meta * {
  font-size: 0.9375rem !important;
}

@media (max-width: 991px) {
  .page_content .rfq-desc,
  .page_content .hz-products-title-wrap p,
  .page_content .hz-app-title-wrap p,
  .page_content .hz-rfq-content p,
  .page_content .hz-inquiry-desc,
  .page_content .hz-blog-title-wrap p,
  .about_page .hero-desc,
  .about_page .quality-desc,
  .about_page .cert-desc {
    font-size: 1rem !important;
  }

  .page_content .rfq-title,
  .page_content .hz-products-title-wrap h2,
  .page_content .hz-app-title-wrap h2,
  .page_content .hz-rfq-content h2,
  .page_content .hz-inquiry-intro h2,
  .page_content .hz-blog-title-wrap h2,
  .about_page .hero-title,
  .about_page .section-header h2,
  .about_page .section-title h2,
  .about_page .cert-title h2 {
    font-size: 1.875rem !important;
  }

  .home_page_content .hz-product-content h3,
  .home_page_content .hz-app-card-content h3,
  .home_page_content .hz-blog-card h3,
  .application_page .app-title,
  .blog_page .hz-blog-card h3,
  .about_page .process-title,
  .about_page .quality-item h3 {
    font-size: 1.25rem !important;
  }
}

/* ===== Back to top ===== */
.hz-floating-inquiry,
.hz-back-to-top {
  position: fixed;
  right: 24px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(237, 28, 36, 0.24);
  border-radius: 50%;
  background: #ed1c24;
  color: #fff;
  box-shadow: 0 14px 32px rgba(15, 27, 51, 0.18);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
}

.hz-floating-inquiry {
  display: flex;
  bottom: 88px;
}

.hz-floating-inquiry svg {
  width: 26px;
  height: 26px;
}

.hz-back-to-top {
  bottom: 28px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.hz-back-to-top span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
}

.hz-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hz-back-to-top:hover,
.hz-back-to-top:focus,
.hz-floating-inquiry:hover,
.hz-floating-inquiry:focus {
  background: #d90009;
  outline: none;
}

@media (max-width: 767px) {
  .hz-floating-inquiry,
  .hz-back-to-top {
    right: 16px;
    width: 44px;
    height: 44px;
  }

  .hz-floating-inquiry {
    bottom: 74px;
  }

  .hz-back-to-top {
    bottom: 18px;
  }
}

/* ===== Blog page responsive refinement ===== */
.blog_page .hz-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}

.blog_page .hz-blog-card {
  min-width: 0;
}

.blog_page .hz-blog-image-wrap {
  height: auto;
  aspect-ratio: 16 / 10;
}

.blog_page .hz-blog-card-body h3,
.blog_page .hz-blog-card-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.blog_page .hz-blog-card-body h3 {
  min-height: 56px;
  -webkit-line-clamp: 2;
}

.blog_page .hz-blog-card-body p {
  min-height: 56px;
  -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
  .blog-page-body .section_container_con {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .blog-page-body .page_banner_text .text_box {
    width: 68%;
  }

  .blog_page .hz-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .blog-page-body .hz-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 28px;
  }

  .blog-page-body .hz-footer-col::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .blog-page-body .header_top {
    display: none;
  }

  .blog-page-body .page_section_banner {
    height: 300px;
    padding-top: 96px;
  }

  .blog-page-body .page_banner_text {
    min-height: 150px;
  }

  .blog-page-body .page_banner_text .text_box {
    width: 100%;
  }

  .blog-page-body .page_banner_text .text_box .title {
    font-size: 2.375rem;
    line-height: 1.15;
  }

  .blog-page-body .page_banner_text .text_box p {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
  }

  .blog-page-body .bread_crumbs {
    padding: 12px 0;
  }

  .blog-page-body .section_container_con {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog_page {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .blog_page .hz-blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .blog_page .hz-blog-card {
    border-radius: 12px;
  }

  .blog_page .hz-blog-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .blog_page .hz-blog-tag {
    top: 14px;
    left: 14px;
    min-height: 32px;
    padding: 6px 11px;
    font-size: 0.75rem !important;
  }

  .blog_page .hz-blog-card-body {
    padding: 18px 18px 20px;
  }

  .blog_page .hz-blog-card-body h3,
  .blog_page .hz-blog-card-body p {
    min-height: auto;
  }

  .blog_page .hz-blog-card-body h3 {
    margin-bottom: 10px;
    font-size: 1.25rem !important;
    line-height: 1.35 !important;
  }

  .blog_page .hz-blog-card-body p {
    margin-bottom: 18px;
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .blog_page .hz-blog-readmore {
    min-height: 36px;
  }

  .blog-page-body .hz-footer-inner {
    padding: 44px 0 22px;
  }

  .blog-page-body .hz-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 30px;
  }

  .blog-page-body .hz-footer-logo {
    margin-bottom: 18px;
  }

  .blog-page-body .hz-footer-logo img {
    max-width: 190px;
  }

  .blog-page-body .hz-footer-desc {
    max-width: none;
    margin-bottom: 22px;
    padding-right: 0;
    font-size: 0.9375rem;
    line-height: 1.75;
  }

  .blog-page-body .hz-footer-title {
    margin-bottom: 18px;
    font-size: 1.375rem;
  }

  .blog-page-body .hz-footer-links li {
    margin-bottom: 11px;
  }

  .blog-page-body .hz-footer-contact-list {
    gap: 14px;
  }

  .blog-page-body .hz-footer-contact-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .blog-page-body .hz-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-page-body .header_middle .conter_box .logo_box img {
    height: 48px;
  }

  .blog-page-body .header_middle .conter_box .header_link_box {
    padding: 7px 12px;
    font-size: 0.9375rem;
    line-height: 22px;
  }

  .blog-page-body .page_section_banner {
    height: 360px;
    padding-top: 112px;
  }

  .blog-page-body .page_banner_text .text_box {
    width: 76%;
  }

  .blog-page-body .page_banner_text .text_box .title {
    font-size: 2.875rem;
  }

  .blog_page .hz-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .blog-page-body .hz-footer-inner {
    padding-top: 56px;
  }

  .blog-page-body .hz-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 28px;
  }
}

@media (max-width: 480px) {
  .blog-page-body .header_middle .conter_box {
    grid-template-columns: 1fr auto;
  }

  .blog-page-body .header_middle .conter_box .header_link_box {
    display: none;
  }

  .blog_page .hz-blog-card-body h3 {
    font-size: 1.1875rem !important;
  }

  .blog_page .hz-blog-meta,
  .blog_page .hz-blog-meta * {
    font-size: 0.875rem !important;
  }
}

/* ===== Global responsive foundation ===== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
svg {
  max-width: 100%;
}

.section_container_con {
  width: min(1500px, 100%);
  max-width: 1500px;
}

.mobile-menu-toggle {
  display: none;
}

@media (max-width: 1599px) {
  .section_container_con {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1399px) {
  .home_page_content .hz-feature-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home_page_content .hz-products-grid,
  .home_page_content .hz-blog-grid,
  .product_page .hz-product-page-grid,
  .blog_page .hz-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home_page_content .rfq-grid,
  .home_page_content .hz-rfq-banner-wrap,
  .home_page_content .hz-inquiry-wrap,
  .contact_page .contact-bottom,
  .about_page .hero-top,
  .about_page .quality-card,
  .about_page .cert-card,
  .product_details_page .product_details_introduce_section {
    gap: 48px;
  }
}

@media (max-width: 1199px) {
  .mobile-menu-toggle {
    display: inline-flex !important;
  }

  .section_container_con {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header_top {
    display: none;
  }

  .header_middle {
    padding: 16px 0;
  }

  .header_middle .conter_box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .header_middle .conter_box .logo_box,
  .header_middle .conter_box .header_link_box {
    position: static;
  }

  .header_middle .conter_box .logo_box img {
    height: 46px;
  }

  .header_middle .conter_box .header_link_box {
    justify-self: end;
    padding: 7px 12px;
    font-size: 0.9375rem;
    line-height: 22px;
    white-space: nowrap;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 38px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #e5e9f0;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #0f1b33;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  body.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header_nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #e5e9f0;
    padding: 10px 24px 12px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 18px 34px rgba(15, 27, 51, 0.12);
  }

  body.mobile-menu-open .header_nav {
    display: block;
  }

  .header_nav .nav_menu .nav_menu_ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    text-align: left;
    white-space: normal;
  }

  .header_nav .nav_menu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #edf0f4;
  }

  .header_nav .nav_menu ul li:last-child {
    border-bottom: none;
  }

  .header_nav .nav_menu ul li .link {
    padding: 11px 0;
    font-size: 1rem;
    line-height: 24px;
    text-align: left;
  }

  .header_nav .nav_menu ul li .link::after {
    display: none;
  }

  .header_box .header_nav {
    position: fixed;
    top: var(--mobile-header-height, 78px);
    left: 0;
    right: 0;
    z-index: 999;
    max-height: calc(100vh - var(--mobile-header-height, 78px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .page_section_banner {
    height: 360px;
    padding-top: 112px;
  }

  .page_banner_text .text_box {
    width: 72%;
  }

  .page_banner_text .text_box .title {
    font-size: 2.875rem;
    line-height: 1.16;
  }

  .home_banner_section .banner_pro .section_container_con {
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner_pro1 .banner_pro_conter {
    width: min(760px, 100%);
  }

  .banner_pro1 .banner_pro_conter h1,
  .banner_pro1 .banner_pro_conter h2 {
    font-size: 2.875rem;
  }

  .banner_pro1 .banner_pro_conter .text {
    width: 100%;
  }

  .product_page .hz-product-page-wrap {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
  }

  .applications-grid,
  .contact_page .contact-top,
  .cert-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-detail-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .blog-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .hz-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .hz-footer-col::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .home_page_content .rfq-grid,
  .home_page_content .hz-rfq-banner-wrap,
  .home_page_content .hz-inquiry-wrap,
  .product_details_page .product_details_introduce_section,
  .contact_page .contact-bottom,
  .about_page .hero-top,
  .about_page .quality-card,
  .about_page .cert-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product_page .hz-product-page-wrap {
    grid-template-columns: 1fr;
  }

  .product_page .hz-product-page-sidebar {
    position: static;
  }

  .home_page_content .hz-products-grid,
  .home_page_content .hz-blog-grid,
  .product_page .hz-product-page-grid,
  .application_page .applications-grid,
  .blog_page .hz-blog-grid,
  .about_page .hero-stats,
  .about_page .quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rfq-process-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
  }

  .process-card {
    width: auto;
  }

  .process-arrow {
    display: none;
  }

  .product_details_page .introduce_left_box,
  .product_details_page .introduce_right_box {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .hz-product-tabs__spec-row {
    grid-template-columns: 1fr 1fr;
  }

  .hz-product-tabs__download-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .section_container_con {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header_middle .conter_box {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .header_middle .conter_box .logo_box img {
    height: 42px;
  }

  .header_middle .conter_box .header_link_box {
    padding: 6px 10px;
    font-size: 0.8125rem;
    line-height: 20px;
  }

  .page_section_banner {
    height: 300px;
    padding-top: 96px;
  }

  .page_banner_text {
    min-height: 150px;
  }

  .page_banner_text .text_box {
    width: 100%;
  }

  .page_banner_text .text_box .title {
    font-size: 2.375rem;
  }

  .page_banner_text .text_box p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .home_banner_section,
  .home_banner_section .swiper-slide {
    min-height: 620px;
  }

  .banner_pro1 .banner_pro_conter h1,
  .banner_pro1 .banner_pro_conter h2 {
    font-size: 2.125rem;
  }

  .banner_pro1 .banner_pro_conter .text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .banner_pro1 .banner_pro_conter .link_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home_page_content .hz-feature-strip__inner,
  .home_page_content .hz-products-grid,
  .home_page_content .hz-blog-grid,
  .product_page .hz-product-page-grid,
  .application_page .applications-grid,
  .blog_page .hz-blog-grid,
  .contact_page .contact-top,
  .about_page .hero-stats,
  .about_page .quality-grid,
  .cert-images,
  .blog-sidebar,
  .hz-footer-grid {
    grid-template-columns: 1fr;
  }

  .hz-product-page-actions,
  .product-card-actions {
    grid-template-columns: 1fr;
  }

  .hz-product-tabs__container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hz-product-tabs__nav {
    gap: 24px;
    overflow-x: auto;
  }

  .hz-product-tabs__spec-row {
    grid-template-columns: 1fr;
  }

  .article-title {
    padding-right: 0;
  }

  .hz-footer-inner {
    padding: 44px 0 22px;
  }

  .hz-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .header_middle .conter_box {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header_middle .conter_box .header_link_box {
    display: none;
  }

  .page_banner_text .text_box .title {
    font-size: 2rem;
  }

  .banner_pro1 .banner_pro_conter h1,
  .banner_pro1 .banner_pro_conter h2 {
    font-size: 1.875rem;
  }
}

/* ===== Mobile usability refinements ===== */
@media (max-width: 767px) {
  .header_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 8px 22px rgba(15, 27, 51, 0.08);
  }

  body {
    padding-top: var(--mobile-header-height, 70px);
  }

  .hz-footer-grid .hz-footer-col:nth-child(2),
  .hz-footer-grid .hz-footer-col:nth-child(3) {
    display: none;
  }

  .home_page_content .hz-blog-grid,
  .blog_page .hz-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home_page_content .hz-blog-card,
  .blog_page .hz-blog-card {
    border-radius: 10px;
  }

  .home_page_content .hz-blog-image-wrap,
  .blog_page .hz-blog-image-wrap {
    aspect-ratio: 4 / 3;
  }

  .home_page_content .hz-blog-tag,
  .blog_page .hz-blog-tag {
    top: 8px;
    left: 8px;
    min-height: 24px;
    padding: 4px 7px;
    font-size: 0.625rem !important;
    line-height: 1.2 !important;
  }

  .home_page_content .hz-blog-card-body,
  .blog_page .hz-blog-card-body {
    padding: 12px 10px 14px;
  }

  .home_page_content .hz-blog-meta,
  .home_page_content .hz-blog-meta *,
  .blog_page .hz-blog-meta,
  .blog_page .hz-blog-meta * {
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
  }

  .home_page_content .hz-blog-card-body h3,
  .blog_page .hz-blog-card-body h3 {
    min-height: 40px;
    margin-bottom: 8px;
    font-size: 0.875rem !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 2;
  }

  .home_page_content .hz-blog-card-body p,
  .blog_page .hz-blog-card-body p {
    display: none;
  }

  .home_page_content .hz-blog-readmore,
  .blog_page .hz-blog-readmore {
    min-height: 28px;
    gap: 6px;
    font-size: 0.8125rem !important;
  }

  .home_page_content .hz-blog-readmore span,
  .blog_page .hz-blog-readmore span {
    font-size: 1.125rem !important;
  }
}

/* ===== Mobile two-column card layout ===== */
@media (max-width: 767px) {
  .home_page_content .hz-products-grid,
  .home_page_content .hz-app-grid,
  .home_page_content .hz-blog-grid,
  .product_page .hz-product-page-grid,
  .application_page .applications-grid,
  .blog_page .hz-blog-grid,
  .contact_page .contact-top,
  .about_page .hero-stats,
  .about_page .quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .home_page_content .hz-product-item,
  .home_page_content .hz-app-card,
  .home_page_content .hz-blog-card,
  .product_page .hz-product-page-card,
  .application_page .app-card,
  .blog_page .hz-blog-card,
  .contact_page .contact-card,
  .about_page .stat-card,
  .about_page .quality-item {
    border-radius: 10px;
    min-width: 0;
  }

  .home_page_content .hz-app-card {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px 10px 14px !important;
  }

  .home_page_content .hz-product-img,
  .home_page_content .hz-blog-image-wrap,
  .product_page .hz-product-page-img,
  .application_page .app-image,
  .blog_page .hz-blog-image-wrap {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .home_page_content .hz-product-img img,
  .home_page_content .hz-blog-image-wrap img,
  .product_page .hz-product-page-img img,
  .application_page .app-image img,
  .blog_page .hz-blog-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home_page_content .hz-product-content,
  .home_page_content .hz-app-card-content,
  .home_page_content .hz-blog-card-body,
  .product_page .hz-product-page-info,
  .application_page .app-content,
  .blog_page .hz-blog-card-body,
  .about_page .stat-card,
  .about_page .quality-item {
    padding: 12px 10px 14px !important;
  }

  .home_page_content .hz-product-content h3,
  .home_page_content .hz-app-card-content h3,
  .home_page_content .hz-blog-card h3,
  .product_page .hz-product-page-info h3,
  .application_page .app-title,
  .blog_page .hz-blog-card h3,
  .about_page .quality-item h3 {
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 0.875rem !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
  }

  .home_page_content .hz-product-content p,
  .home_page_content .hz-app-card-content p,
  .home_page_content .hz-blog-card-body p,
  .product_page .hz-product-page-desc,
  .application_page .app-desc,
  .blog_page .hz-blog-card-body p,
  .about_page .quality-item p {
    display: -webkit-box;
    min-height: 38px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 0.75rem !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .home_page_content .hz-product-icon,
  .home_page_content .hz-app-card-icon,
  .about_page .stat-icon,
  .about_page .quality-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    margin-bottom: 8px;
  }

  .home_page_content .hz-app-card-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .home_page_content .hz-app-card-label,
  .home_page_content .hz-app-card-bottom {
    display: none !important;
  }

  .home_page_content .hz-read-more,
  .home_page_content .hz-app-more-btn,
  .home_page_content .hz-blog-readmore,
  .blog_page .hz-blog-readmore {
    min-height: 28px;
    gap: 6px;
    font-size: 0.8125rem !important;
  }

  .product_page .hz-product-page-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product_page .hz-product-page-actions a {
    min-height: 34px;
    font-size: 0.75rem !important;
  }

  .application_page .app-tags {
    display: none;
  }

  .about_page .stat-card {
    display: block;
    min-height: 0;
  }

  .page_content .stat-text h3 {
    font-size: 1.375rem !important;
  }

  .page_content .stat-text p {
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
  }

  .blog_details_page .blog-sidebar,
  .application_details_page .blog-sidebar,
  .hz-footer-grid,
  .contact_page .contact-top,
  .contact_page .contact-bottom,
  .home_page_content .hz-inquiry-wrap {
    grid-template-columns: 1fr !important;
  }

  .contact_page .contact-card p {
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
  }
}

@media (max-width: 420px) {
  .home_page_content .hz-product-content p,
  .home_page_content .hz-app-card-content p,
  .product_page .hz-product-page-desc,
  .application_page .app-desc,
  .about_page .quality-item p {
    display: none;
  }
}

/* ===== Fluid mobile typography scale ===== */
@media (max-width: 767px) {
  body {
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem);
  }

  .header_nav .nav_menu ul li .link {
    font-size: clamp(0.875rem, 0.81rem + 0.28vw, 0.96875rem) !important;
    line-height: 1.45 !important;
  }

  .page_banner_text .text_box .title,
  .blog-page-body .page_banner_text .text_box .title {
    font-size: clamp(1.625rem, 1.28rem + 1.54vw, 2.125rem) !important;
    line-height: 1.15 !important;
  }

  .page_banner_text .text_box p,
  .blog-page-body .page_banner_text .text_box p {
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.55 !important;
  }

  .banner_pro1 .banner_pro_conter h1,
  .banner_pro1 .banner_pro_conter h2 {
    font-size: clamp(1.625rem, 1.28rem + 1.54vw, 2.125rem) !important;
    line-height: 1.18 !important;
  }

  .banner_pro1 .banner_pro_conter .text,
  .banner_pro1 .banner_pro_conter .link_box .link {
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.55 !important;
  }

  .page_content :where(h1, .article-title) {
    font-size: clamp(1.5rem, 1.24rem + 1.18vw, 1.875rem) !important;
    line-height: 1.22 !important;
  }

  .page_content :where(h2, .hz-products-title-wrap h2, .hz-app-title-wrap h2, .hz-blog-title-wrap h2, .process-box h2, .inquiry-box h2) {
    font-size: clamp(1.3125rem, 1.1rem + 0.94vw, 1.625rem) !important;
    line-height: 1.25 !important;
  }

  .page_content :where(h3, .app-title, .contact-card h3, .process-text h3) {
    font-size: clamp(0.9375rem, 0.81rem + 0.56vw, 1.125rem) !important;
    line-height: 1.32 !important;
  }

  .page_content :where(h4) {
    font-size: clamp(0.9375rem, 0.85rem + 0.38vw, 1.0625rem) !important;
    line-height: 1.35 !important;
  }

  .page_content :where(p, li, .contact-desc, .process-desc, .privacy-note, .article-content p, .article-content li) {
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.58 !important;
  }

  .page_content :where(input, textarea, select, button, .submit-btn) {
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
  }

  .home_page_content :where(.hz-products-title-wrap p, .hz-app-title-wrap p, .hz-blog-title-wrap p),
  .product_page .hz-product-page-desc,
  .application_page .app-desc,
  .blog_page .hz-blog-card-body p {
    font-size: clamp(0.78125rem, 0.71rem + 0.32vw, 0.875rem) !important;
    line-height: 1.5 !important;
  }

  .page_content :where(.sub-tag, .hz-app-small-title, .hz-blog-small-title, .hz-blog-meta, .app-category) {
    font-size: clamp(0.6875rem, 0.62rem + 0.28vw, 0.78125rem) !important;
    line-height: 1.35 !important;
  }

  .contact_page .contact-card p {
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.6 !important;
  }
}

/* ===== Homepage responsive comfort pass ===== */
@media (max-width: 1199px) {
  .home_page_content .hz-products-header,
  .home_page_content .hz-app-header,
  .home_page_content .hz-blog-header {
    align-items: flex-start;
    gap: 24px;
  }

  .home_page_content .hz-app-more-btn,
  .home_page_content .hz-blog-more-btn,
  .home_page_content .hz-more-btn {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .home_page_content .hz-products-section,
  .home_page_content .hz-app-section,
  .home_page_content .hz-blog-section {
    padding: 72px 0;
  }

  .home_page_content .hz-rfq-banner-section {
    padding: 36px 0 !important;
  }

  .home_page_content .hz-products-header,
  .home_page_content .hz-app-header,
  .home_page_content .hz-blog-header {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .home_page_content .hz-products-title-wrap,
  .home_page_content .hz-app-title-wrap,
  .home_page_content .hz-blog-title-wrap {
    max-width: 100%;
  }

  .home_page_content .hz-products-grid,
  .home_page_content .hz-app-grid,
  .home_page_content .hz-blog-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .home_banner_section,
  .home_banner_section .swiper-wrapper,
  .home_banner_section .swiper-slide {
    min-height: 560px;
  }

  .home_banner_section .swiper-wrapper .swiper-slide .banner_pic {
    height: 560px;
    object-fit: cover;
    object-position: 58% center;
  }

  .home_banner_section .banner_pro {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 56%, rgba(255, 255, 255, 0.32) 100%);
  }

  .home_banner_section .banner_pro .section_container_con {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_pro_conter,
  .banner_pro1 .banner_pro_conter {
    width: min(100%, 520px) !important;
    padding-top: 36px !important;
    text-align: center;
  }

  .banner_pro1 .banner_pro_conter .t {
    margin-bottom: 12px;
    font-size: clamp(0.75rem, 0.66rem + 0.38vw, 0.875rem) !important;
    line-height: 1.45 !important;
  }

  .banner_pro1 .banner_pro_conter h1,
  .banner_pro1 .banner_pro_conter h2 {
    font-size: clamp(1.75rem, 1.36rem + 1.72vw, 2.3125rem) !important;
    line-height: 1.15 !important;
    letter-spacing: 0;
  }

  .banner_pro1 .banner_pro_conter .text {
    width: 100% !important;
    margin-top: 14px;
    margin-bottom: 22px;
    font-size: clamp(0.875rem, 0.79rem + 0.38vw, 1rem) !important;
    line-height: 1.62 !important;
  }

  .banner_pro1 .banner_pro_conter .link_box {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 320px;
  }

  .banner_pro1 .banner_pro_conter .link_box .link {
    width: 100%;
    margin-right: 0;
    padding: 11px 16px;
    font-size: clamp(0.875rem, 0.79rem + 0.38vw, 1rem) !important;
    line-height: 1.45 !important;
  }

  .home_banner_section .swiper-container-horizontal > .swiper-pagination-bullets,
  .home_banner_section .swiper-pagination-custom,
  .home_banner_section .swiper-pagination-fraction {
    right: 20px;
    bottom: 20px;
    width: auto;
  }

  .hz-feature-strip {
    margin-top: 0 !important;
    padding-top: 18px;
  }

  .home_page_content .hz-feature-strip__inner {
    grid-template-columns: 1fr !important;
    gap: 14px;
    min-height: 0;
    padding: 18px;
    border-radius: 12px;
  }

  .home_page_content .hz-feature-strip__item {
    gap: 14px;
    padding: 0;
  }

  .home_page_content .hz-feature-strip__item:not(:last-child)::after {
    display: none;
  }

  .home_page_content .hz-feature-strip__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .home_page_content .hz-feature-strip__text h3 {
    margin-bottom: 4px;
    font-size: clamp(0.9375rem, 0.85rem + 0.38vw, 1.0625rem) !important;
    line-height: 1.3 !important;
  }

  .home_page_content .hz-feature-strip__text p {
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.5 !important;
  }

  .home_page_content .hz-products-section,
  .home_page_content .hz-app-section,
  .home_page_content .hz-blog-section {
    padding: 52px 0;
  }

  .home_page_content .hz-products-header,
  .home_page_content .hz-app-header,
  .home_page_content .hz-blog-header {
    gap: 18px;
    margin-bottom: 22px;
  }

  .home_page_content .hz-small-title,
  .home_page_content .hz-app-small-title,
  .home_page_content .hz-blog-small-title {
    margin-bottom: 10px;
    font-size: clamp(0.75rem, 0.66rem + 0.38vw, 0.875rem) !important;
  }

  .home_page_content .hz-products-title-wrap h2,
  .home_page_content .hz-app-title-wrap h2,
  .home_page_content .hz-blog-title-wrap h2,
  .home_page_content .hz-rfq-content h2 {
    margin-bottom: 12px;
    font-size: clamp(1.375rem, 1.12rem + 1.14vw, 1.75rem) !important;
    line-height: 1.25 !important;
    letter-spacing: 0;
  }

  .home_page_content .hz-products-title-wrap p,
  .home_page_content .hz-app-title-wrap p,
  .home_page_content .hz-blog-title-wrap p,
  .home_page_content .hz-rfq-content p {
    font-size: clamp(0.875rem, 0.79rem + 0.38vw, 1rem) !important;
    line-height: 1.62 !important;
  }

  .home_page_content .hz-more-btn,
  .home_page_content .hz-app-more-btn,
  .home_page_content .hz-blog-more-btn {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: clamp(0.875rem, 0.79rem + 0.38vw, 1rem) !important;
  }

  .home_page_content .hz-products-grid,
  .home_page_content .hz-app-grid,
  .home_page_content .hz-blog-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .home_page_content .hz-products-grid {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home_page_content .hz-products-grid::before {
    display: none;
  }

  .home_page_content .hz-product-item {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 16px;
    border: 1px solid var(--hz-border) !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 26, 51, 0.06);
  }

  .home_page_content .hz-product-img {
    align-self: center;
    aspect-ratio: 1 / 1;
  }

  .home_page_content .hz-product-img img {
    max-width: 100%;
    max-height: 110px;
  }

  .home_page_content .hz-product-icon {
    display: none;
  }

  .home_page_content .hz-product-content h3 {
    min-height: 0;
    margin-bottom: 8px;
    font-size: clamp(1rem, 0.91rem + 0.38vw, 1.125rem) !important;
    line-height: 1.32 !important;
  }

  .home_page_content .hz-product-content p {
    display: -webkit-box !important;
    min-height: 0;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .home_page_content .hz-read-more {
    min-height: 0;
    font-size: clamp(0.8125rem, 0.75rem + 0.28vw, 0.90625rem) !important;
  }

  .home_page_content .hz-app-card {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 16px !important;
    border-radius: 12px;
  }

  .home_page_content .hz-app-card-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin-bottom: 0;
    border-radius: 12px;
  }

  .home_page_content .hz-app-card-icon svg {
    width: 26px !important;
    height: 26px !important;
  }

  .home_page_content .hz-app-card-content {
    min-width: 0;
    padding: 0 !important;
  }

  .home_page_content .hz-app-card-label {
    display: block !important;
    margin-bottom: 6px;
    font-size: clamp(0.6875rem, 0.62rem + 0.28vw, 0.78125rem) !important;
    line-height: 1.35;
    white-space: normal;
  }

  .home_page_content .hz-app-card-content h3 {
    min-height: 0;
    margin-bottom: 8px;
    padding-right: 0;
    font-size: clamp(1rem, 0.91rem + 0.38vw, 1.125rem) !important;
    line-height: 1.32 !important;
  }

  .home_page_content .hz-app-card-content p {
    display: -webkit-box !important;
    min-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .home_page_content .hz-app-card-bottom {
    display: none !important;
  }

  .home_page_content .hz-rfq-banner {
    min-height: 0;
    border-radius: 14px;
  }

  .home_page_content .hz-rfq-overlay {
    background: rgba(255, 255, 255, 0.86);
  }

  .home_page_content .hz-rfq-content {
    max-width: 100%;
    padding: 44px 18px;
  }

  .home_page_content .hz-rfq-label {
    margin-bottom: 14px;
    font-size: clamp(0.75rem, 0.66rem + 0.38vw, 0.875rem) !important;
  }

  .home_page_content .hz-rfq-content p {
    margin-bottom: 22px;
  }

  .home_page_content .hz-rfq-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home_page_content .hz-rfq-btn {
    width: 100%;
    min-width: 0;
    height: 52px;
    border-radius: 10px;
  }

  .home_page_content .hz-rfq-btn span {
    font-size: clamp(0.9375rem, 0.85rem + 0.38vw, 1.0625rem) !important;
  }

  .home_page_content .hz-rfq-btn svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .home_page_content .hz-rfq-note {
    align-items: flex-start;
    gap: 10px;
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.45;
  }

  .home_page_content .hz-rfq-note-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .home_page_content .hz-blog-card {
    border-radius: 12px;
  }

  .home_page_content .hz-blog-image-wrap {
    aspect-ratio: 16 / 9;
    height: auto !important;
  }

  .home_page_content .hz-blog-card-body {
    padding: 16px !important;
  }

  .home_page_content .hz-blog-card-body h3 {
    min-height: 0;
    margin-bottom: 8px;
    font-size: clamp(1rem, 0.91rem + 0.38vw, 1.125rem) !important;
    line-height: 1.35 !important;
  }

  .home_page_content .hz-blog-card-body p {
    display: -webkit-box !important;
    min-height: 0;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: clamp(0.8125rem, 0.72rem + 0.42vw, 0.9375rem) !important;
    line-height: 1.55 !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .home_page_content .hz-blog-meta,
  .home_page_content .hz-blog-meta * {
    font-size: clamp(0.75rem, 0.68rem + 0.28vw, 0.84375rem) !important;
  }
}

@media (max-width: 420px) {
  .home_page_content .hz-product-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .home_page_content .hz-product-img img {
    max-height: 96px;
  }

  .home_page_content .hz-app-card {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  .home_page_content .hz-app-card-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

/* ===== Contact page polish pass ===== */
.contact_page {
  background:
    radial-gradient(circle at 12% 0%, rgba(229, 57, 53, 0.08), transparent 32rem),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 48%, #f7f9fc 100%);
  padding-bottom: 76px;
}

.contact_page .contact-section {
  padding-top: 76px;
}

.contact_page .contact-top {
  gap: 22px;
  margin-bottom: 34px;
}

.contact_page .contact-card {
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 0;
  padding: 26px;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(16, 26, 51, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(16, 26, 51, 0.06);
}

.contact_page .contact-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--hz-red), rgba(229, 57, 53, 0));
}

.contact_page .contact-card-icon {
  width: 50px;
  height: 50px;
  margin: 0 0 18px;
  border-radius: 12px;
  background: rgba(229, 57, 53, 0.09);
  color: var(--hz-red);
}

.contact_page .contact-card-icon svg {
  width: 26px;
  height: 26px;
}

.page_content .contact_page .contact-card h3,
.contact_page .contact-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem) !important;
  line-height: 1.3;
  color: #0f1b33;
}

.page_content .contact_page .contact-card p,
.contact_page .contact-card p {
  height: auto;
  margin: 0;
  overflow: visible;
  color: #4b5870;
  font-size: clamp(0.875rem, 0.82rem + 0.24vw, 1rem) !important;
  line-height: 1.58 !important;
  word-break: break-word;
}

.contact_page .contact-bottom {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: start;
}

.contact_page .process-box,
.contact_page .inquiry-box {
  border: 1px solid rgba(16, 26, 51, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(16, 26, 51, 0.07);
}

.contact_page .process-box {
  padding: 32px;
}

.contact_page .inquiry-box {
  padding: 36px;
}

.contact_page .sub-tag {
  margin-bottom: 12px;
  color: var(--hz-red);
  font-size: clamp(0.75rem, 0.7rem + 0.18vw, 0.8125rem);
  letter-spacing: 0.08em;
}

.contact_page .process-box h2,
.contact_page .inquiry-box h2 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 1.24rem + 0.9vw, 2rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.contact_page .process-desc {
  max-width: 100%;
  margin-bottom: 24px;
  color: #5d687c;
  font-size: clamp(0.875rem, 0.82rem + 0.24vw, 1rem) !important;
  line-height: 1.65;
}

.contact_page .process-list {
  padding-left: 0;
}

.contact_page .process-list::before,
.contact_page .process-line-dot {
  display: none;
}

.contact_page .process-item {
  margin-bottom: 14px;
}

.contact_page .process-item-card {
  min-height: 0;
  padding: 16px;
  gap: 14px;
  border-radius: 12px;
  background: #fbfcfe;
}

.contact_page .process-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
}

.contact_page .process-icon svg {
  width: 23px;
  height: 23px;
}

.contact_page .process-text .step {
  margin-bottom: 5px;
  color: var(--hz-red);
  font-size: clamp(0.6875rem, 0.64rem + 0.16vw, 0.75rem);
  line-height: 1.3;
}

.contact_page .process-text h4 {
  margin-bottom: 5px;
  color: #0f1b33;
  font-size: clamp(0.9375rem, 0.87rem + 0.26vw, 1.0625rem);
  line-height: 1.35;
  font-weight: 800;
}

.contact_page .process-text p {
  color: #5d687c;
  font-size: clamp(0.8125rem, 0.77rem + 0.18vw, 0.90625rem);
  line-height: 1.55;
}

.contact_page .inquiry-form {
  margin-top: 24px;
}

.contact_page .form-group {
  margin-bottom: 18px;
}

.contact_page .form-group label {
  margin-bottom: 8px;
  color: #0f1b33;
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 0.9375rem);
}

.contact_page .form-group input,
.contact_page .form-group textarea {
  border-radius: 8px;
  background: #fbfcfe;
}

.contact_page .form-group input {
  height: 50px;
}

.contact_page .form-group textarea {
  min-height: 150px;
}

.contact_page .submit-btn {
  height: 52px;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(229, 57, 53, 0.22);
}

.contact_page .privacy-note {
  align-items: flex-start;
  margin-top: 16px;
  color: #687386;
  font-size: clamp(0.8125rem, 0.77rem + 0.18vw, 0.90625rem) !important;
  line-height: 1.55;
}

.contact_page .privacy-note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
  color: var(--hz-red);
}

@media (max-width: 1199px) {
  .contact_page .contact-section {
    padding-top: 56px;
  }

  .contact_page .contact-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact_page {
    padding-bottom: 1rem;
  }

  .contact_page .contact-section {
    padding-top: 34px;
    padding-bottom: 10px;
  }

  .contact_page .contact-top {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-bottom: 22px;
  }

  .contact_page .contact-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    padding: 18px;
  }

  .contact_page .contact-card-icon {
    grid-row: span 2;
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .contact_page .contact-card-icon svg {
    width: 23px;
    height: 23px;
  }

  .contact_page .contact-card h3 {
    margin-bottom: 4px;
  }

  .contact_page .contact-bottom {
    gap: 18px;
  }

  .contact_page .inquiry-box {
    order: 1;
    padding: 22px 18px;
  }

  .contact_page .process-box {
    order: 2;
    padding: 22px 18px;
  }

  .contact_page .inquiry-form {
    margin-top: 18px;
  }

  .contact_page .process-item-card {
    padding: 14px;
  }

  .contact_page .form-group input {
    height: 48px;
  }

  .contact_page .form-group textarea {
    min-height: 132px;
  }
}

/* ===== About page polish pass ===== */
.about_page {
  background:
    radial-gradient(circle at 12% 4%, rgba(229, 57, 53, 0.08), transparent 30rem),
    linear-gradient(180deg, #f8fafd 0%, #ffffff 44%, #f8fafd 100%);
}

.about_page .about-hero {
  padding: 86px 0 74px;
}

.about_page .hero-top {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
}

.about_page .section-tag {
  margin-bottom: 14px;
  color: var(--hz-red);
  font-size: clamp(0.75rem, 0.7rem + 0.18vw, 0.875rem);
  letter-spacing: 0.08em;
}

.about_page .hero-title {
  max-width: 760px;
  margin-bottom: 20px;
  color: #0f1b33;
  font-size: clamp(2.625rem, 1.78rem + 2.65vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.about_page .hero-desc {
  max-width: 690px;
  color: #4f5d74;
  font-size: clamp(1rem, 0.9rem + 0.34vw, 1.1875rem) !important;
  line-height: 1.78;
}

.about_page .hero-visual {
  align-self: stretch;
}

.about_page .main-image {
  min-height: 440px;
  border-radius: 14px;
  box-shadow: 0 20px 44px rgba(16, 26, 51, 0.1);
}

.about_page .main-image img {
  width: 100%;
  object-fit: cover;
}

.about_page .hero-stats {
  gap: 16px;
  margin-top: 30px;
}

.about_page .stat-card {
  min-height: 0;
  padding: 18px;
  gap: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(16, 26, 51, 0.06);
}

.about_page .stat-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.about_page .stat-text h3,
.page_content .about_page .stat-text h3 {
  margin-bottom: 5px;
  color: #0f1b33;
  font-size: clamp(1.375rem, 1.12rem + 0.86vw, 1.875rem) !important;
  line-height: 1.1;
}

.about_page .stat-text p,
.page_content .about_page .stat-text p {
  color: #627087;
  font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.9375rem) !important;
  line-height: 1.45;
}

.about_page .rfq-process-section,
.about_page .quality-section,
.about_page .cert-section {
  padding: 76px 0;
}

.about_page .section-header {
  max-width: 780px;
  margin: 0 auto 38px;
}

.about_page .section-header h2,
.about_page .section-title h2,
.about_page .cert-title h2 {
  color: #0f1b33;
  font-size: clamp(1.875rem, 1.36rem + 1.7vw, 3rem) !important;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.about_page .title-line {
  margin-top: 14px;
}

.about_page .title-line span {
  width: 48px;
  height: 4px;
}

.about_page .title-line i {
  width: 8px;
  height: 8px;
}

.about_page .rfq-process-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  align-items: stretch;
}

.about_page .process-arrow {
  display: none;
}

.about_page .process-card {
  width: auto;
  min-height: 0;
  padding: 22px 18px;
  border-radius: 12px;
  text-align: left;
}

.about_page .step-number {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  font-size: 0.875rem;
}

.about_page .process-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 18px;
}

.about_page .process-card h3,
.page_content .about_page .process-card h3 {
  margin-bottom: 10px;
  font-size: clamp(0.9375rem, 0.86rem + 0.26vw, 1.0625rem) !important;
  line-height: 1.32;
}

.about_page .process-card p {
  color: #5d687c;
  font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.90625rem);
  line-height: 1.58;
}

.about_page .quality-card,
.about_page .cert-card {
  gap: 56px;
  align-items: center;
}

.about_page .quality-card {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.about_page .cert-card {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.about_page .quality-desc,
.about_page .cert-desc {
  max-width: 680px;
  color: #4f5d74;
  font-size: clamp(0.9375rem, 0.86rem + 0.26vw, 1.0625rem) !important;
  line-height: 1.72;
}

.about_page .quality-grid {
  gap: 14px;
}

.about_page .quality-item {
  padding: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.about_page .quality-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.about_page .quality-item h3 {
  margin-bottom: 5px;
  font-size: clamp(0.9375rem, 0.86rem + 0.26vw, 1.0625rem) !important;
  line-height: 1.35;
}

.about_page .quality-item p {
  display: block !important;
  min-height: 0;
  color: #627087;
  font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.90625rem);
  line-height: 1.55;
}

.about_page .quality-image {
  min-height: 380px;
  border-radius: 14px;
}

.about_page .cert-list {
  gap: 10px;
}

.about_page .cert-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(16, 26, 51, 0.08);
}

.about_page .cert-list li:last-child {
  border-bottom: 0;
}

.about_page .cert-list p {
  color: #4f5d74;
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 0.96875rem);
  line-height: 1.58;
}

.about_page .cert-images {
  gap: 16px;
}

.about_page .cert-img {
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 14px 30px rgba(16, 26, 51, 0.08);
}

.about_page .cert-img img {
  border-width: 3px;
}

@media (max-width: 1199px) {
  .about_page .hero-top {
    gap: 40px;
  }

  .about_page .rfq-process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about_page .quality-card,
  .about_page .cert-card {
    gap: 36px;
  }
}

@media (max-width: 991px) {
  .about_page .about-hero {
    padding: 58px 0;
  }

  .about_page .hero-top,
  .about_page .quality-card,
  .about_page .cert-card {
    grid-template-columns: 1fr;
  }

  .about_page .hero-visual {
    order: -1;
  }

  .about_page .main-image {
    min-height: 320px;
  }

  .about_page .hero-stats,
  .about_page .quality-grid,
  .about_page .cert-images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .about_page .about-hero,
  .about_page .rfq-process-section,
  .about_page .quality-section,
  .about_page .cert-section {
    padding: 1rem 0;
  }

  .about_page .hero-top {
    gap: 24px;
  }

  .about_page .main-image {
    min-height: 230px;
    border-radius: 12px;
  }

  .about_page .hero-title {
    margin-bottom: 14px;
    font-size: clamp(1.875rem, 1.42rem + 2vw, 2.5rem) !important;
    letter-spacing: -0.015em;
  }

  .about_page .hero-desc {
    font-size: clamp(0.875rem, 0.79rem + 0.38vw, 1rem) !important;
    line-height: 1.65;
  }

  .about_page .hero-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
    margin-top: 22px;
  }

  .about_page .stat-card {
    padding: 15px;
    display: flex;
  }

  .about_page .section-header {
    margin-bottom: 24px;
    text-align: left;
  }

  .about_page .title-line {
    justify-content: flex-start;
  }

  .about_page .section-header h2,
  .about_page .section-title h2,
  .about_page .cert-title h2 {
    font-size: clamp(1.5rem, 1.18rem + 1.42vw, 1.9375rem) !important;
  }

  .about_page .rfq-process-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about_page .process-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
    padding: 16px;
  }

  .about_page .step-number {
    grid-row: span 3;
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .about_page .process-icon {
    display: none;
  }

  .about_page .process-card h3 {
    margin-bottom: 6px;
  }

  .about_page .quality-grid,
  .about_page .cert-images {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
  }

  .about_page .quality-item {
    padding: 16px;
  }

  .about_page .quality-image {
    min-height: 220px;
  }

  .about_page .cert-card {
    box-shadow: none !important;
  }

  .about_page .cert-img::after {
    display: none;
  }
}

/* ===== Homepage polish pass 2 ===== */
.home_page_content .rfq-showcase {
  padding: clamp(4.5rem, 5.8vw, 6.75rem) 0;
}

.home_page_content .rfq-grid {
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 38rem);
  gap: clamp(2.5rem, 4.5vw, 4.75rem);
}

.home_page_content .rfq-copy {
  padding-right: 0;
}

.home_page_content .rfq-eyebrow,
.home_page_content .hz-small-title,
.home_page_content .hz-app-small-title,
.home_page_content .hz-blog-small-title,
.home_page_content .hz-rfq-label {
  letter-spacing: 0.08em;
}

.home_page_content .rfq-title {
  max-width: 46rem;
  margin-bottom: 1.125rem;
  font-size: clamp(1.75rem, 1.3rem + 1.45vw, 2.625rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em;
}

.home_page_content .rfq-desc {
  max-width: 49rem;
  margin-bottom: 2rem;
  color: #526077;
  font-size: clamp(0.9375rem, 0.86rem + 0.26vw, 1.0625rem) !important;
  line-height: 1.75 !important;
  text-align: left;
}

.home_page_content .rfq-feature-list {
  gap: 0.875rem;
}

.home_page_content .rfq-feature-item {
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(16, 26, 51, 0.08);
  border-radius: 0.75rem;
  background: #fff;
  color: #24324a;
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 0.96875rem) !important;
  line-height: 1.5;
  box-shadow: 0 0.75rem 1.5rem rgba(16, 26, 51, 0.04);
}

.home_page_content .rfq-check {
  width: 1.125rem;
  height: 1.125rem;
  flex-basis: 1.125rem;
  margin-top: 0.125rem;
}

.home_page_content .rfq-check::before {
  left: 0.3125rem;
  top: 0.25rem;
  width: 0.4375rem;
  height: 0.25rem;
}

.home_page_content .rfq-visual {
  min-height: 32rem;
}

.home_page_content .rfq-main-photo {
  width: 78%;
  border-radius: 1.125rem;
}

.home_page_content .rfq-main-photo img {
  min-height: 32rem;
}

.home_page_content .rfq-inset-photo {
  border-radius: 1rem;
}

.home_page_content .rfq-exp-card {
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  border-radius: 1rem;
}

.home_page_content .rfq-exp-number {
  font-size: clamp(2rem, 1.42rem + 1.8vw, 3rem) !important;
}

.home_page_content .rfq-exp-divider {
  height: 3.25rem;
}

.home_page_content .rfq-exp-text,
.home_page_content .rfq-exp-text strong {
  font-size: clamp(0.875rem, 0.78rem + 0.32vw, 1.0625rem) !important;
}

.home_page_content .hz-products-section,
.home_page_content .hz-app-section,
.home_page_content .hz-blog-section {
  padding-top: clamp(4rem, 5.6vw, 6.5rem);
  padding-bottom: clamp(4rem, 5.6vw, 6.5rem);
}

.home_page_content .hz-products-header,
.home_page_content .hz-app-header,
.home_page_content .hz-blog-header {
  margin-bottom: clamp(1.75rem, 2.8vw, 2.75rem);
}

.home_page_content .hz-products-title-wrap h2,
.home_page_content .hz-app-title-wrap h2,
.home_page_content .hz-blog-title-wrap h2 {
  max-width: 48rem;
  font-size: clamp(1.75rem, 1.25rem + 1.45vw, 2.625rem) !important;
  line-height: 1.18 !important;
}

.home_page_content .hz-products-title-wrap p,
.home_page_content .hz-app-title-wrap p,
.home_page_content .hz-blog-title-wrap p {
  color: #526077;
}

.home_page_content .hz-more-btn,
.home_page_content .hz-app-more-btn,
.home_page_content .hz-blog-more-btn {
  border-radius: 0.5rem;
  box-shadow: none;
}

.home_page_content .hz-more-btn:hover,
.home_page_content .hz-app-more-btn:hover,
.home_page_content .hz-blog-more-btn:hover {
  box-shadow: 0 0.75rem 1.75rem rgba(16, 26, 51, 0.08);
}

.home_page_content .hz-product-item,
.home_page_content .hz-app-card,
.home_page_content .hz-blog-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home_page_content .hz-product-item:hover,
.home_page_content .hz-app-card:hover,
.home_page_content .hz-blog-card:hover {
  transform: translateY(-0.125rem);
}

@media (max-width: 1199px) {
  .home_page_content .rfq-grid {
    grid-template-columns: minmax(0, 1fr) minmax(23rem, 30rem);
    gap: 2rem;
  }

  .home_page_content .rfq-visual {
    min-height: 28rem;
  }

  .home_page_content .rfq-main-photo img {
    min-height: 28rem;
  }

  .home_page_content .rfq-feature-list {
    grid-template-columns: 1fr;
  }

  .home_page_content .hz-products-grid {
    border-radius: 0.875rem;
  }
}

@media (max-width: 991px) {
  .home_page_content .rfq-showcase {
    padding: 3.75rem 0;
  }

  .home_page_content .rfq-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home_page_content .rfq-visual {
    min-height: 0;
  }

  .home_page_content .rfq-main-photo {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .home_page_content .rfq-main-photo img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .home_page_content .rfq-inset-photo {
    display: none;
  }

  .home_page_content .rfq-exp-card {
    left: 1rem;
    bottom: 1rem;
  }

  .home_page_content .hz-products-grid {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .home_page_content .hz-products-grid::before {
    display: none;
  }

  .home_page_content .hz-product-item {
    border: 1px solid var(--hz-border) !important;
    border-radius: 0.875rem;
    background: #fff;
    box-shadow: 0 0.875rem 1.75rem rgba(16, 26, 51, 0.05);
  }

  .home_page_content .hz-app-card {
    grid-template-columns: 7rem minmax(0, 1fr);
    align-items: start;
  }

  .home_page_content .hz-app-card-icon {
    width: 7rem;
    height: 7rem;
  }

  .home_page_content .hz-app-card-icon svg {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 767px) {
  .home_banner_section,
  .home_banner_section .swiper-wrapper,
  .home_banner_section .swiper-slide {
    min-height: min(34rem, calc(100svh - var(--mobile-header-height, 4.375rem)));
  }

  .home_banner_section .swiper-wrapper .swiper-slide .banner_pic {
    height: min(34rem, calc(100svh - var(--mobile-header-height, 4.375rem)));
    object-position: 62% center;
  }

  .home_banner_section .banner_pro {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.84) 62%, rgba(255, 255, 255, 0.46) 100%);
  }

  .banner_pro1 .banner_pro_conter .text {
    max-width: 28rem;
  }

  .banner_pro1 .banner_pro_conter .link_box {
    max-width: 100%;
  }

  .home_page_content .rfq-showcase {
    padding: 3rem 0;
  }

  .home_page_content .rfq-title {
    font-size: clamp(1.375rem, 1.12rem + 1.14vw, 1.75rem) !important;
  }

  .home_page_content .rfq-desc {
    margin-bottom: 1.25rem;
  }

  .home_page_content .rfq-feature-item {
    padding: 0.75rem 0.875rem;
  }

  .home_page_content .rfq-exp-card {
    position: static;
    width: 100%;
    margin-top: 0.75rem;
    box-shadow: 0 0.75rem 1.5rem rgba(229, 57, 53, 0.18);
  }

  .home_page_content .hz-feature-strip {
    padding-top: 0;
  }

  .home_page_content .hz-feature-strip__inner {
    box-shadow: 0 0.75rem 1.75rem rgba(16, 26, 51, 0.06);
  }

  .home_page_content .hz-products-section,
  .home_page_content .hz-app-section,
  .home_page_content .hz-blog-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_page_content .hz-more-btn,
  .home_page_content .hz-app-more-btn,
  .home_page_content .hz-blog-more-btn {
    width: auto;
    justify-self: start;
    min-width: 11rem;
    margin-bottom: 0;
  }

  .home_page_content .hz-product-item {
    grid-template-columns: 6.25rem minmax(0, 1fr);
  }

  .home_page_content .hz-product-content p,
  .home_page_content .hz-app-card-content p,
  .home_page_content .hz-blog-card-body p {
    -webkit-line-clamp: 2;
  }

  .home_page_content .hz-app-card {
    grid-template-columns: 3rem minmax(0, 1fr) !important;
  }

  .home_page_content .hz-blog-tag {
    border-radius: 0.375rem;
  }
}

@media (max-width: 420px) {
  .home_banner_section,
  .home_banner_section .swiper-wrapper,
  .home_banner_section .swiper-slide,
  .home_banner_section .swiper-wrapper .swiper-slide .banner_pic {
    min-height: 31rem;
    height: 31rem;
  }

  .home_page_content .hz-product-item {
    grid-template-columns: 1fr;
  }

  .home_page_content .hz-product-img {
    justify-content: flex-start;
    aspect-ratio: auto;
  }

  .home_page_content .hz-product-img img {
    max-height: 7rem;
  }

  .home_page_content .hz-more-btn,
  .home_page_content .hz-app-more-btn,
  .home_page_content .hz-blog-more-btn {
    width: 100%;
  }
}

/* ===== Homepage mobile issue fixes ===== */
@media (max-width: 767px) {
  .home_page_content .hz-feature-strip {
    padding-top: clamp(1.25rem, 4vw, 2rem) !important;
  }

  .home_page_content .hz-product-item {
    grid-template-columns: minmax(8rem, 38%) minmax(0, 1fr) !important;
    align-items: center;
    min-height: 10.75rem;
    padding: 1rem !important;
  }

  .home_page_content .hz-product-img {
    min-height: 8.75rem;
    padding: 0.5rem;
    border-radius: 0.75rem;
    background: #f7f9fc;
  }

  .home_page_content .hz-product-img img {
    width: 100%;
    height: 100%;
    max-height: 8.75rem !important;
    object-fit: contain;
  }

  .home_page_content .hz-app-card {
    display: grid !important;
    grid-template-columns: 3.5rem minmax(0, 1fr) !important;
    align-items: flex-start;
    gap: 0.875rem !important;
    overflow: hidden;
  }

  .home_page_content .hz-app-card-icon {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
    width: 3.5rem !important;
    height: 3.5rem !important;
    flex: 0 0 3.5rem;
  }

  .home_page_content .hz-app-card-icon svg {
    width: 1.875rem !important;
    height: 1.875rem !important;
  }

  .home_page_content .hz-app-card-content {
    grid-column: 2;
    position: relative;
    z-index: 1;
    min-width: 0;
  }

  .home_page_content .hz-rfq-note {
    display: flex !important;
    align-items: center !important;
  }

  .home_page_content .hz-rfq-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home_page_content .hz-inquiry-section {
    padding: 3rem 0;
  }

  .home_page_content .hz-inquiry-section .section_container_con {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .home_page_content .hz-inquiry-wrap {
    gap: 1.25rem;
  }

  .home_page_content .hz-inquiry-form-card {
    padding: 1.125rem 0.875rem 1rem;
    border-radius: 0.875rem;
  }

  .home_page_content .hz-form-group {
    margin-bottom: 1rem;
  }

  .home_page_content .hz-form-group input {
    height: 3rem;
    border-radius: 0.625rem;
  }

  .home_page_content .hz-form-group textarea {
    min-height: 8rem;
    overflow-y: hidden;
    resize: none;
    border-radius: 0.625rem;
  }

  .home_page_content .hz-inquiry-submit {
    height: 3.25rem;
    border-radius: 0.625rem;
  }
}

@media (max-width: 420px) {
  .home_page_content .hz-product-item {
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  .home_page_content .hz-product-img {
    min-height: 9.75rem;
    justify-content: center;
  }

  .home_page_content .hz-product-img img {
    max-height: 9.25rem !important;
  }

  .home_page_content .hz-app-card {
    grid-template-columns: 3.25rem minmax(0, 1fr) !important;
  }

  .home_page_content .hz-app-card-icon {
    width: 3.25rem !important;
    height: 3.25rem !important;
    flex-basis: 3.25rem;
  }
}

/* ===== Global responsive fixes ===== */
.hz-back-to-top {
  z-index: 1200;
  pointer-events: none;
  touch-action: manipulation;
}

.hz-back-to-top.is-visible {
  pointer-events: auto;
}

.hz-footer-inner {
  padding-top: clamp(3rem, 4.5vw, 4.375rem);
  padding-bottom: clamp(1rem, 1.6vw, 1.5625rem);
}

.hz-footer-grid {
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(1.375rem, 2.6vw, 2.5rem);
}

.hz-footer-logo {
  margin-bottom: clamp(0.875rem, 1.7vw, 1.5rem);
}

.hz-footer-logo img {
  width: clamp(8.75rem, 12vw, 14.6875rem);
  max-width: 100%;
  height: auto;
}

.hz-footer-desc {
  margin-bottom: clamp(1.25rem, 2.2vw, 2.1875rem);
}

.hz-footer-contact-list {
  gap: clamp(0.75rem, 1.2vw, 1.125rem);
  margin-bottom: clamp(0.75rem, 1.4vw, 1.875rem);
}

@media (max-width: 767px) {
  .hz-footer-inner {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .hz-footer-grid {
    gap: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .hz-footer-logo {
    margin-bottom: 0.75rem;
  }

  .hz-footer-logo img {
    width: clamp(7.5rem, 34vw, 10rem);
  }

  .hz-footer-desc {
    margin-bottom: 1rem;
    line-height: 1.65;
  }

  .hz-footer-title {
    margin-bottom: 0.875rem;
  }

  .hz-footer-title::after {
    margin-top: 0.625rem;
  }

  .hz-footer-contact-list {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .hz-footer-contact-item {
    gap: 0.625rem;
  }

  .hz-footer-contact-icon {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
    margin-top: 0.125rem;
    border-radius: 0.5rem;
  }

  .hz-footer-contact-icon svg {
    width: 1rem;
    height: 1rem;
  }

  .hz-footer-contact-text {
    gap: 0.25rem;
  }

  .hz-footer-bottom {
    gap: 0.625rem;
    padding-top: 1rem;
  }
}

html.hz-back-top-lock,
body.hz-back-top-lock {
  overscroll-behavior: none;
}

/* ===== Mobile product image final adjustment ===== */
@media (max-width: 767px) {
  .home_page_content .hz-product-item {
    grid-template-columns: minmax(9.5rem, 44%) minmax(0, 1fr) !important;
  }

  .home_page_content .hz-product-img {
    min-height: clamp(10.75rem, 46vw, 13rem) !important;
  }

  .home_page_content .hz-product-img img {
    max-height: clamp(10.25rem, 42vw, 12.5rem) !important;
  }

  .product_page .hz-product-page-img {
    min-height: clamp(10rem, 42vw, 12rem);
  }

  .product_page .hz-product-page-img img {
    object-fit: contain;
  }
}

@media (max-width: 420px) {
  .home_page_content .hz-product-img {
    min-height: 12rem !important;
  }

  .home_page_content .hz-product-img img {
    max-height: 11.5rem !important;
  }
}

/* ===== Remaining pages responsive polish ===== */
.product_page,
.application_page,
.blog_page,
.product_details_page,
.blog_details_page,
.application_details_page,
.blog_page_content {
  background: #f6f8fb;
}

.product_page {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 6vw, 7rem);
}

.product_page .hz-product-page-wrap {
  grid-template-columns: minmax(15rem, 19rem) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.75rem);
}

.product_page .hz-product-page-sidebar {
  top: calc(var(--mobile-header-height, 0px) + 1.25rem);
  padding: clamp(1.25rem, 2vw, 1.875rem);
  border-radius: 0.875rem;
}

.product_page .hz-product-page-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.product_page .hz-product-page-heading h1 {
  font-size: clamp(2rem, 1.45rem + 1.7vw, 3.125rem);
  line-height: 1.12;
}

.product_page .hz-product-page-heading p {
  font-size: clamp(0.9375rem, 0.84rem + 0.32vw, 1.125rem);
  line-height: 1.68;
}

.product_page .hz-product-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.3vw, 2rem);
}

.product_page .hz-product-page-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.875rem;
}

.product_page .hz-product-page-img {
  min-height: clamp(12rem, 18vw, 15rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product_page .hz-product-page-img img {
  width: 100%;
  height: 100%;
  max-height: clamp(11.25rem, 16vw, 14rem);
  object-fit: contain;
}

.product_page .hz-product-page-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1rem, 1.6vw, 1.5rem);
}

.product_page .hz-product-page-info h3 {
  white-space: normal;
  line-height: 1.35;
}

.product_page .hz-product-page-desc {
  word-break: normal;
  line-height: 1.58;
}

.product_page .hz-product-page-actions {
  margin-top: auto;
}

.application_page .applications-section,
.blog_page .hz-blog-section {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

.application_page .applications-grid,
.blog_page .hz-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
}

.application_page .app-card,
.blog_page .hz-blog-card {
  border-radius: 0.875rem;
}

.application_page .app-image,
.blog_page .hz-blog-image-wrap {
  height: auto;
  aspect-ratio: 16 / 10;
}

.application_page .app-content,
.blog_page .hz-blog-card-body {
  padding: clamp(1rem, 1.8vw, 1.5rem);
}

.application_page .app-title,
.blog_page .hz-blog-card-body h3 {
  font-size: clamp(1rem, 0.91rem + 0.32vw, 1.1875rem) !important;
  line-height: 1.35;
}

.application_page .app-desc,
.blog_page .hz-blog-card-body p {
  color: #5d687c;
  font-size: clamp(0.875rem, 0.82rem + 0.2vw, 0.96875rem) !important;
  line-height: 1.65 !important;
}

.application_page .app-tags {
  gap: 0.5rem;
}

.application_page .app-tags span {
  min-height: 1.875rem;
  white-space: normal;
}

.blog_page .hz-blog-meta,
.blog_page .hz-blog-meta * {
  font-size: clamp(0.75rem, 0.7rem + 0.18vw, 0.875rem) !important;
}

.product_details_page {
  padding-top: 0;
}

.product_details_page .product_details_introduce_section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.product_details_page .introduce_left_box,
.product_details_page .introduce_right_box {
  float: none;
  width: auto;
  padding-left: 0;
}

.product_details_page .gallery_top {
  border-radius: 0.875rem;
}

.product_details_page .gallery_top .swiper-slide .conter_box .pic_box {
  min-height: clamp(20rem, 34vw, 32rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_details_page .gallery_top .swiper-slide .conter_box .pic_box img {
  max-height: clamp(18rem, 32vw, 30rem);
  object-fit: contain;
}

.product_details_page .introduce_right_box h1 {
  font-size: clamp(1.875rem, 1.28rem + 1.9vw, 3rem) !important;
  line-height: 1.18;
}

.product_details_page .product-info-card,
.product_details_page .hz-product-tabs__container {
  border-radius: 0.875rem;
}

.product_details_page .hz-product-tabs__spec-row {
  grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1.2fr) minmax(9rem, 0.8fr) minmax(0, 1.2fr);
}

.blog_details_page .blog-detail-section,
.application_details_page .blog-detail-section {
  /* padding-top: clamp(3rem, 5vw, 5rem) !important;
  padding-bottom: clamp(4rem, 6vw, 6rem) !important; */
}

.blog_details_page .blog-detail-container,
.application_details_page .blog-detail-container {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 21rem);
  gap: clamp(2rem, 5vw, 5rem);
}

.blog_details_page .article-title,
.application_details_page .article-title {
  max-width: 56rem;
  padding-right: 0;
  font-size: clamp(2rem, 1.35rem + 2vw, 3.25rem) !important;
  line-height: 1.16;
}

.blog_details_page .article-content,
.application_details_page .article-content {
  max-width: 58rem;
}

.blog_details_page .article-content table,
.application_details_page .article-content table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.blog_details_page .article-featured-image,
.application_details_page .article-featured-image,
.blog_details_page .article-highlight,
.application_details_page .article-highlight,
.blog_details_page .certification-box,
.application_details_page .certification-box,
.blog_details_page .sidebar-card,
.application_details_page .sidebar-card {
  border-radius: 0.875rem;
}

.blog_details_page .sidebar-card,
.application_details_page .sidebar-card {
  padding: clamp(1.125rem, 2vw, 1.75rem);
}

.blog_details_page .sidebar-title,
.application_details_page .sidebar-title {
  margin-bottom: 1.125rem;
  font-size: clamp(1.25rem, 1rem + 0.72vw, 1.75rem);
}

@media (max-width: 1199px) {
  .product_page .hz-product-page-wrap {
    grid-template-columns: minmax(14rem, 17rem) minmax(0, 1fr);
    gap: 2rem;
  }

  .product_page .hz-product-page-grid,
  .application_page .applications-grid,
  .blog_page .hz-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product_details_page .product_details_introduce_section {
    grid-template-columns: 1fr 1fr;
  }

  .blog_details_page .blog-detail-container,
  .application_details_page .blog-detail-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .blog_details_page .blog-sidebar,
  .application_details_page .blog-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .product_page .hz-product-page-wrap,
  .product_details_page .product_details_introduce_section {
    grid-template-columns: 1fr;
  }

  .product_page .hz-product-page-sidebar {
    position: static;
  }

  .product_page .hz-category-page-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product_details_page .hz-product-tabs__spec-row {
    grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 767px) {
  .page_section_banner {
    height: clamp(13.75rem, 48vw, 18rem);
    padding-top: clamp(5.5rem, 20vw, 6.75rem);
  }

  .page_banner_text .text_box .title {
    font-size: clamp(1.75rem, 1.34rem + 1.8vw, 2.25rem) !important;
  }

  .product_page,
  .application_page .applications-section,
  .blog_page .hz-blog-section,
  .product_details_page,
  .blog_details_page .blog-detail-section,
  .application_details_page .blog-detail-section {
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
  }

  .product_page{
    padding-top: 1rem !important;
  }

  .product_page .hz-category-page-list {
    grid-template-columns: 1fr;
  }

  .product_page .hz-custom-page-box {
    margin-top: 1rem;
    padding: 1.125rem;
  }

  .product_page .hz-product-page-grid,
  .application_page .applications-grid,
  .blog_page .hz-blog-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .product_page .hz-product-page-card {
    display: grid;
    grid-template-columns: minmax(8.75rem, 42%) minmax(0, 1fr);
    align-items: stretch;
  }

  .product_page .hz-product-page-img {
    min-height: 100%;
    padding: 0.75rem;
  }

  .product_page .hz-product-page-img img {
    max-height: 12rem !important;
  }

  .product_page .hz-product-page-info {
    padding: 0.875rem;
  }

  .product_page .hz-product-page-desc,
  .application_page .app-desc,
  .blog_page .hz-blog-card-body p {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .product_page .hz-product-page-actions {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .application_page .app-image,
  .blog_page .hz-blog-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .application_page .app-tags {
    display: none;
  }

  .product_details_page .gallery_top .swiper-slide .conter_box .pic_box {
    min-height: 18rem;
  }

  .product_details_page .gallery_top .swiper-slide .conter_box .pic_box img {
    max-height: 16rem;
  }

  .product_details_page .product-card-actions {
    grid-template-columns: 1fr;
  }

  .product_details_page .hz-product-tabs__container {
    padding: 1rem;
  }

  .product_details_page .hz-product-tabs__nav {
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .product_details_page .hz-product-tabs__spec-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .blog_details_page .article-meta,
  .application_details_page .article-meta {
    gap: 0.5rem 1rem;
  }

  .blog_details_page .article-meta span:not(:last-child)::after,
  .application_details_page .article-meta span:not(:last-child)::after {
    display: none;
  }

  .blog_details_page .certification-box,
  .application_details_page .certification-box,
  .blog_details_page .article-highlight,
  .application_details_page .article-highlight {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
  }

  .blog_details_page .cert-divider,
  .application_details_page .cert-divider {
    display: none;
  }

  .blog_details_page .article-share,
  .application_details_page .article-share,
  .blog_details_page .article-pagination,
  .application_details_page .article-pagination {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .blog_details_page .article-next,
  .application_details_page .article-next {
    text-align: left;
  }

  .blog_details_page .blog-sidebar,
  .application_details_page .blog-sidebar {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .blog_details_page .recent-post-item,
  .application_details_page .recent-post-item {
    gap: 0.75rem;
  }

  .blog_details_page .recent-thumb,
  .application_details_page .recent-thumb {
    width: 5.25rem;
    height: 4.5rem;
  }
}

@media (max-width: 420px) {
  .product_page .hz-product-page-card {
    grid-template-columns: 1fr;
  }

  .product_page .hz-product-page-img {
    min-height: 12rem;
  }

  .product_page .hz-product-page-img img {
    max-height: 11.5rem !important;
  }

  .application_page .app-content,
  .blog_page .hz-blog-card-body {
    padding: 0.875rem;
  }
}

/* ===== Product list and detail mobile refinement ===== */
.product_page .hz-category-page-list {
  min-width: 0;
}

@media (max-width: 991px) {
  .product_page .hz-product-page-sidebar {
    position: sticky;
    top: calc(var(--mobile-header-height, 0px) + 0.75rem);
    z-index: 20;
    padding: 0.875rem;
    background: rgba(246, 248, 251, 0.96);
    border: 1px solid rgba(224, 229, 238, 0.9);
    box-shadow: 0 0.75rem 1.5rem rgba(16, 31, 58, 0.08);
    backdrop-filter: blur(0.625rem);
  }

  .product_page .hz-product-page-sidebar h2 {
    margin-bottom: 0.625rem;
    font-size: clamp(0.875rem, 0.78rem + 0.28vw, 1rem) !important;
    line-height: 1.25;
  }

  .product_page .hz-title-page-line,
  .product_page .hz-custom-page-box {
    display: none;
  }

  .product_page .hz-category-page-list {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0.5rem;
    margin: 0;
    padding: 0.125rem 0.125rem 0.625rem;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    background: transparent;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .product_page .hz-category-page-list::-webkit-scrollbar {
    height: 0.25rem;
  }

  .product_page .hz-category-page-list::-webkit-scrollbar-thumb {
    background: rgba(18, 35, 62, 0.18);
    border-radius: 999px;
  }

  .product_page .hz-category-page-list li {
    flex: 0 0 auto;
    width: auto;
    border: 0 !important;
    scroll-snap-align: start;
  }

  .product_page .hz-category-page-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    max-width: min(17rem, 72vw);
    padding: 0.625rem 0.875rem !important;
    border: 1px solid #dfe5ee;
    border-radius: 999px;
    background: #fff;
    color: #23324a;
    font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.9375rem) !important;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 0.375rem 0.875rem rgba(16, 31, 58, 0.05);
  }

  .product_page .hz-category-page-list a span {
    display: none;
  }

  .product_page .hz-category-page-list li.active a,
  .product_page .hz-category-page-list a:hover {
    border-color: var(--hz-red);
    background: var(--hz-red);
    color: #fff;
  }
}

.product_details_page .product_details_introduce_section {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 3.2vw, 3.75rem);
  align-items: start;
  padding-bottom: 0;
}

.product_details_page .introduce_left_box,
.product_details_page .introduce_right_box {
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}

.product_details_page .introduce_right_box {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 1.5vw, 1.25rem);
}

.product_details_page .introduce_right_box h1 {
  margin: 0;
  font-size: clamp(1.75rem, 1.32rem + 1.35vw, 2.75rem) !important;
  line-height: 1.15;
  color: #101f3a;
}

.product_details_page .introduce_right_box .text_box {
  margin: 0;
  font-size: clamp(0.9375rem, 0.86rem + 0.24vw, 1.0625rem);
  line-height: 1.7;
  color: #5b6678;
}

.product_details_page .gallery_top {
  width: 100%;
  border: 1px solid #e2e7ef;
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0 1rem 2.25rem rgba(15, 35, 70, 0.08);
  overflow: hidden;
}

.product_details_page .gallery_top .swiper-slide,
.product_details_page .gallery_top .swiper-slide .conter_box {
  height: auto !important;
  min-height: 0 !important;
}

.product_details_page .gallery_top .swiper-slide .conter_box .pic_box {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
  padding: clamp(1rem, 2.2vw, 1.75rem);
  overflow: hidden;
  box-sizing: border-box;
}

.product_details_page .gallery_top .swiper-slide .conter_box .pic_box img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: clamp(18rem, 31vw, 30rem);
  object-fit: contain;
}

.product_details_page .gallery_thumbs {
  margin-top: 0.75rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
}

.product_details_page .gallery_thumbs .swiper-slide {
  float: none;
  height: auto;
}

.product_details_page .gallery_thumbs .small_pic {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 0.375rem;
  border: 1px solid #e2e7ef;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.product_details_page .gallery_thumbs .small_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_details_page .product-info-card {
  max-width: none;
  padding: clamp(1rem, 2vw, 1.75rem);
  border: 1px solid #e6ebf3;
  border-radius: 0.875rem;
  box-shadow: 0 1rem 2.25rem rgba(15, 35, 70, 0.08);
}

.product_details_page .product-info-feature-list {
  margin-bottom: 1.5rem;
}

.home_page_content .hz-app-section .hz-app-card-content p {
  display: block !important;
  min-height: 0 !important;
  overflow: visible !important;
  -webkit-line-clamp: initial !important;
  -webkit-box-orient: initial !important;
}

.product_details_page .spec-list {
  display: grid;
  gap: 0.625rem;
}

.product_details_page .spec-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.8fr) minmax(0, 1.2fr);
  gap: 0.75rem;
  min-height: 0;
  padding: 0.75rem 0.875rem;
  border: 1px solid #edf1f6;
  border-radius: 0.625rem;
  background: #f8fafc;
}

.product_details_page .spec-label,
.product_details_page .spec-value {
  min-width: 0;
  font-size: clamp(0.8125rem, 0.76rem + 0.18vw, 0.9375rem);
  line-height: 1.45;
}

.product_details_page .spec-label {
  font-weight: 800;
  color: #12233e;
}

.product_details_page .spec-value {
  color: #526071;
  word-break: break-word;
}

.product_details_page .product-card-actions {
  gap: 0.75rem;
  margin-top: 1.125rem;
}

.product_details_page .btn-primary,
.product_details_page .btn-outline {
  min-height: 3rem;
  height: auto;
  padding: 0.75rem 1rem;
  line-height: 1.2;
}

.product_details_page .privacy-note {
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.875rem;
  line-height: 1.5;
}

.product_details_page .product_details_conter {
  padding: 0 0 clamp(2.5rem, 5vw, 5rem);
}

.product_details_page .hz-product-tabs {
  padding: 0 0;
}

.product_details_page .hz-product-tabs__container {
  padding: clamp(1rem, 2.2vw, 1.75rem);
  border: 1px solid #e6ebf3;
  border-radius: 0.875rem;
}

.product_details_page .hz-product-tabs__nav {
  height: auto;
  gap: clamp(1.25rem, 3vw, 3.25rem);
  overflow-x: auto;
  padding-bottom: 0.75rem;
}

.product_details_page .hz-product-tabs__btn {
  flex: 0 0 auto;
  height: 3.25rem !important;
  white-space: nowrap;
}

.product_details_page .hz-product-tabs__content {
  padding-top: clamp(1.25rem, 2.5vw, 2.5rem);
}

.product_details_page .hz-product-tabs__spec-row {
  grid-template-columns: minmax(8rem, 0.8fr) minmax(0, 1.2fr) minmax(8rem, 0.8fr) minmax(0, 1.2fr) !important;
}

.product_details_page .hz-product-tabs__spec-label,
.product_details_page .hz-product-tabs__spec-value {
  min-width: 0;
  padding: 0.75rem 1rem;
  word-break: break-word;
}

@media (max-width: 1199px) {
  .product_details_page .product_details_introduce_section {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 1.75rem;
  }
}

@media (max-width: 991px) {
  .product_details_page .product_details_introduce_section {
    grid-template-columns: 1fr !important;
  }

  .product_details_page .gallery_top .swiper-slide .conter_box .pic_box {
    aspect-ratio: 16 / 11;
  }

  .product_details_page .hz-product-tabs__spec-row {
    grid-template-columns: minmax(7.5rem, 0.8fr) minmax(0, 1.2fr) !important;
  }

  .product_details_page .hz-product-tabs__spec-row .hz-product-tabs__spec-label:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .product_page .hz-product-page-wrap {
    gap: 1.125rem;
  }

  .product_page .hz-product-page-sidebar {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }

  .product_page .hz-category-page-list a {
    min-height: 2.375rem;
    max-width: 76vw;
  }

  .product_details_page {
    padding-top: 0 !important;
  }

  .product_details_page .product_details_introduce_section {
    gap: 1.25rem;
    padding-bottom: 0;
  }

  .product_details_page .gallery_top .swiper-slide .conter_box .pic_box {
    aspect-ratio: 4 / 3;
    padding: 0.875rem;
  }

  .product_details_page .gallery_top .swiper-slide .conter_box .pic_box img {
    max-height: none !important;
  }

  .product_details_page .gallery_thumbs .small_pic {
    padding: 0.25rem;
    border-radius: 0.375rem;
  }

  .product_details_page .introduce_right_box h1 {
    font-size: clamp(1.5rem, 1.2rem + 1.2vw, 1.875rem) !important;
  }

  .product_details_page .product-info-card {
    padding: 0.875rem;
  }

  .product_details_page .spec-row {
    grid-template-columns: minmax(6.5rem, 0.8fr) minmax(0, 1.2fr);
    padding: 0.6875rem 0.75rem;
  }

  .product_details_page .product-card-actions {
    grid-template-columns: 1fr;
  }

  .product_details_page .hz-product-tabs {
    padding: 0;
  }

  .product_details_page .hz-product-tabs__container {
    padding: 0.875rem;
  }

  .product_details_page .hz-product-tabs__nav {
    gap: 1rem;
  }

  .product_details_page .hz-product-tabs__btn {
    height: 2.75rem !important;
    font-size: 0.9375rem !important;
  }

  .product_details_page .hz-product-tabs__spec-row {
    grid-template-columns: 1fr !important;
  }

  .product_details_page .hz-product-tabs__spec-value {
    border-left: 0;
  }

  .product_details_page .hz-product-tabs__download-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .product_details_page .spec-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/* ===== Product category strip width fix ===== */
@media (max-width: 991px) {
  .product_page .hz-product-page-sidebar {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .product_page .hz-category-page-list {
    display: grid !important;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(2.5rem, auto));
    grid-auto-columns: minmax(9rem, 11.75rem);
    width: 100%;
    max-width: 100%;
    gap: 0.5rem;
    align-items: stretch;
  }

  .product_page .hz-category-page-list li {
    width: 100%;
    min-width: 0;
  }

  .product_page .hz-category-page-list a {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 2.5rem;
    text-align: center;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .product_page .hz-product-page-sidebar {
    margin-right: 0;
    margin-left: 0;
    padding: 0.75rem;
  }

  .product_page .hz-category-page-list {
    grid-auto-columns: minmax(8.25rem, 43vw);
  }

  .product_page .hz-category-page-list a {
    max-width: none;
    padding: 0.5rem 0.625rem !important;
    font-size: 0.8125rem !important;
  }
}

/* ===== Mobile product category modal ===== */
.hz-category-filter-toggle,
.hz-category-modal {
  display: none;
}

@media (max-width: 991px) {
  body.hz-category-modal-open {
    overflow: hidden;
  }

  .product_page .hz-product-page-sidebar {
    position: sticky;
    top: calc(var(--mobile-header-height, 0px) + 0.75rem);
    z-index: 30;
    padding: 0.75rem;
    overflow: visible;
  }

  .product_page .hz-product-page-sidebar h2 {
    display: none;
  }

  .product_page .hz-product-page-sidebar .hz-title-page-line {
    display: none;
  }

  .product_page .hz-product-page-sidebar > .hz-category-page-list {
    display: none !important;
  }

  .hz-category-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3rem;
    padding: 0.625rem 0.875rem;
    border: 1px solid #dfe5ee;
    border-radius: 0.625rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.25rem rgba(16, 31, 58, 0.08);
    color: #12233e;
    text-align: left;
    box-sizing: border-box;
  }

  .hz-category-filter-toggle__label {
    flex: 0 0 auto;
    margin-right: 0.75rem;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    color: var(--hz-red);
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .hz-category-filter-toggle strong {
    flex: 1 1 auto;
    min-width: 0;
    font-size: clamp(0.875rem, 0.81rem + 0.22vw, 1rem);
    line-height: 1.25;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hz-category-filter-toggle em {
    flex: 0 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
    border-radius: 999px;
    background: #f4f6f9;
    color: #526071;
    font-style: normal;
    line-height: 0.75rem;
    text-align: center;
  }

  .hz-category-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
  }

  .hz-category-modal.is-open {
    display: block;
  }

  .hz-category-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 19, 35, 0.56);
  }

  .hz-category-modal__panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: min(78vh, 38rem);
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
    background: #f6f8fb;
    box-shadow: 0 -1rem 2.5rem rgba(8, 18, 34, 0.18);
    box-sizing: border-box;
    overflow: hidden;
  }

  .hz-category-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #e2e7ef;
  }

  .hz-category-modal__head strong {
    font-size: clamp(1rem, 0.9rem + 0.32vw, 1.1875rem);
    line-height: 1.25;
    color: #12233e;
  }

  .hz-category-modal__close {
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #12233e;
    font-size: 1.5rem;
    line-height: 1;
    box-shadow: 0 0.375rem 1rem rgba(16, 31, 58, 0.08);
  }

  .hz-category-modal__body {
    max-height: calc(min(78vh, 38rem) - 5rem);
    padding-top: 0.875rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hz-category-modal-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin: 0;
    padding: 0 0 0.25rem;
    list-style: none;
  }

  .hz-category-modal-list li {
    margin: 0;
    padding: 0;
  }

  .hz-category-modal-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 3rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid #e0e6ef;
    border-radius: 0.625rem;
    background: #fff;
    color: #23324a;
    font-size: 0.9375rem;
    line-height: 1.35;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
  }

  .hz-category-modal-list a span {
    flex: 0 0 auto;
    color: #9aa5b5;
  }

  .hz-category-modal-list li.active a {
    border-color: var(--hz-red);
    background: var(--hz-red);
    color: #fff;
  }

  .hz-category-modal-list li.active a span {
    color: #fff;
  }
}

/* ===== Mobile product listing image fill ===== */
@media (max-width: 767px) {
  .product_page .hz-product-page-img {
    min-height: clamp(10.5rem, 44vw, 13rem) !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .product_page .hz-product-page-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
  }
}

@media (max-width: 420px) {
  .product_page .hz-product-page-img {
    min-height: 13rem !important;
  }
}

/* ===== Product detail gallery image fill ===== */
.product_details_page .gallery_top .swiper-slide .conter_box .pic_box {
  padding: 0 !important;
  background: #f4f6f9;
}

.product_details_page .gallery_top .swiper-slide .conter_box .pic_box img,
.product_details_page .gallery_thumbs .small_pic img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}

.product_details_page .gallery_thumbs .small_pic {
  padding: 0 !important;
}

/* ===== Home mobile feature panel ===== */
@media (max-width: 767px) {
  .home_page_content .hz-feature-strip {
    margin-top: 0 !important;
    padding: 1.25rem 0 0 !important;
    background: transparent;
  }

  .home_page_content .hz-feature-strip .section_container_con {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .home_page_content .hz-feature-strip__inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.125rem 0.875rem !important;
    min-height: 0 !important;
    padding: 1.25rem 0.875rem 1.125rem !important;
    border: 1px solid #dde5ef !important;
    border-radius: 0.625rem !important;
    background: #fff !important;
    box-shadow: 0 0.75rem 1.75rem rgba(16, 31, 58, 0.06) !important;
  }

  .home_page_content .hz-feature-strip__item {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: flex-start;
    gap: 0.5rem !important;
    min-width: 0;
    padding: 0 !important;
    text-align: center;
  }

  .home_page_content .hz-feature-strip__item::after {
    display: none !important;
  }

  .home_page_content .hz-feature-strip__icon {
    width: 2.875rem !important;
    height: 2.875rem !important;
    flex: 0 0 2.875rem !important;
    color: #f04438 !important;
  }

  .home_page_content .hz-feature-strip__icon svg {
    width: 100%;
    height: 100%;
  }

  .home_page_content .hz-feature-strip__text h3 {
    margin: 0 0 0.25rem !important;
    font-size: 0.875rem !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #101f3a !important;
    letter-spacing: 0 !important;
  }

  .home_page_content .hz-feature-strip__text p {
    margin: 0 !important;
    font-size: 0.75rem !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: #66748a !important;
  }
}

@media (max-width: 380px) {
  .home_page_content .hz-feature-strip__inner {
    gap: 1rem 0.625rem !important;
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .home_page_content .hz-feature-strip__text h3 {
    font-size: 0.8125rem !important;
  }

  .home_page_content .hz-feature-strip__text p {
    font-size: 0.71875rem !important;
  }
}

/* ===== Home hero feature overlap fix ===== */
@media (min-width: 1200px) and (max-width: 1399px) {
  .home_banner_section {
    margin-bottom: 0;
  }

  .banner_pro1 .banner_pro_conter {
    width: min(48rem, 58%);
    padding-top: clamp(5rem, 7vw, 6.25rem);
  }

  .banner_pro1 .banner_pro_conter h1,
  .banner_pro1 .banner_pro_conter h2 {
    font-size: clamp(2.75rem, 2.2rem + 1.2vw, 3.25rem) !important;
    line-height: 1.12 !important;
  }

  .banner_pro1 .banner_pro_conter .text {
    width: min(38rem, 82%);
    margin-bottom: 1.5rem;
    font-size: 1.125rem !important;
    line-height: 1.65 !important;
  }

  .home_page_content .hz-feature-strip {
    margin-top: 1.5rem !important;
    padding-top: 0 !important;
  }

  .home_page_content .hz-feature-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.25rem 2rem;
    padding: 1.75rem 2rem;
  }

  .home_page_content .hz-feature-strip__item {
    padding: 0 !important;
  }

  .home_page_content .hz-feature-strip__item::after {
    display: none !important;
  }
}

/* ===== Home hero text layout fix for mid-wide desktops ===== */
@media (min-width: 1400px) and (max-width: 1600px) {
  .home_banner_section {
    overflow: hidden;
  }

  .home_banner_section .banner_pro .section_container_con {
    display: flex;
    align-items: center;
    padding-left: clamp(2rem, 3.75vw, 3.75rem);
    padding-right: clamp(2rem, 3.75vw, 3.75rem);
  }

  .banner_pro_conter,
  .banner_pro1 .banner_pro_conter {
    width: min(47rem, 52vw);
    padding-top: 0 !important;
  }

  .banner_pro1 .banner_pro_conter .t {
    margin-bottom: 1rem;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  .banner_pro1 .banner_pro_conter h1,
  .banner_pro1 .banner_pro_conter h2 {
    font-size: clamp(3rem, 3.25vw, 3.35rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0;
  }

  .banner_pro1 .banner_pro_conter .text {
    width: min(39rem, 100%);
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.125rem !important;
    line-height: 1.65 !important;
  }

  .banner_pro1 .banner_pro_conter .link_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem 1rem;
  }

  .banner_pro1 .banner_pro_conter .link_box .link {
    margin-right: 0;
    padding: 0.75rem 1.25rem;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

/* ===== Accessibility fixes ===== */
:root {
  --hz-text: #4b5568;
  --hz-muted: #667085;
  --text: #4b5568;
  --muted: #667085;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 10000;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  background: #101a33;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  overflow: visible;
}

.hz-feature-strip__title {
  margin: 0 0 8px;
  color: #0f1b33;
  font-size: 1.3125rem !important;
  line-height: 1.25;
  font-weight: 800;
}

.hz-feature-strip__text h3 {
  margin: 0 0 8px;
}

.page_content .hz-product-page-sidebar-title {
  font-size: 1.5rem !important;
  line-height: 1.2;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #0f1b33;
  text-transform: uppercase;
}

.hz-custom-page-title {
  font-size: 1.6875rem;
  line-height: 1.22;
  margin: 0 0 18px;
  color: #0f1b33;
  font-weight: 800;
}

.product_page .hz-product-page-card-title {
  margin: 0 0 12px;
  color: #0f1b33;
  font-size: 1.3125rem;
  line-height: 1.38;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.page_content .contact_page .contact-card-title,
.contact_page .contact-card-title {
  height: auto;
  margin: 0 0 8px;
  overflow: visible;
  color: #0f1b33;
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.125rem) !important;
  line-height: 1.3;
  font-weight: 800;
  word-break: break-word;
}

.contact_page .process-text h3 {
  margin-bottom: 5px;
  color: #0f1b33;
  font-size: clamp(0.9375rem, 0.87rem + 0.26vw, 1.0625rem);
  line-height: 1.35;
  font-weight: 800;
}

.hz-floating-inquiry,
.mobile-menu-toggle,
.header_link_box,
.header_top a,
.nav_menu_ul > li > a,
.hz-footer-social a,
.hz-read-more,
.hz-blog-readmore,
.hz-btn-primary,
.hz-btn-outline,
.hz-product-tabs__btn,
.hz-category-filter-toggle {
  min-width: 44px;
  min-height: 44px;
}

.header_top a,
.nav_menu_ul > li > a,
.header_link_box,
.hz-read-more,
.hz-blog-readmore,
.hz-btn-primary,
.hz-btn-outline {
  display: inline-flex;
  align-items: center;
}

.hz-read-more,
.hz-blog-readmore,
.hz-btn-outline[aria-hidden="true"] {
  cursor: pointer;
}

.home_banner_section .swiper-pagination-bullet {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
}

.home_banner_section .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 20px;
  width: 30px;
  height: 4px;
  background: #d9dee8;
}

.home_banner_section .swiper-pagination-bullet-active {
  background: transparent;
}

.home_banner_section .swiper-pagination-bullet-active::before {
  background: #e53935;
}

.hz-card-link:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(229, 57, 53, 0.9);
  outline-offset: 3px;
}

.banner_pro1 .banner_pro_conter .text,
.hz-form-group input::placeholder,
.hz-form-group textarea::placeholder,
.hz-form-count,
.hz-inquiry-note,
.contact_page .privacy-note,
.hz-app-tags span {
  color: #4b5568;
}

.hz-footer-contact-value,
.hz-footer-desc,
.hz-footer-links a,
.hz-footer-legal-menu a {
  color: rgba(255, 255, 255, 0.86);
}
