/* ============================================
   Font Face Declarations — Poppins
   ============================================ */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/uploads/aipress-sites/20260908_WxZI86PW/css/../fonts/Poppins-Light.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/uploads/aipress-sites/20260908_WxZI86PW/css/../fonts/Poppins-Regular.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/uploads/aipress-sites/20260908_WxZI86PW/css/../fonts/Poppins-Medium.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/uploads/aipress-sites/20260908_WxZI86PW/css/../fonts/Poppins-SemiBold.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/uploads/aipress-sites/20260908_WxZI86PW/css/../fonts/Poppins-Bold.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================
   Brand Color System (陕西新锐进 · 三大品牌融合)
   ============================================ */
:root {
  /* === 全局主色：科技蓝（RJ 全息渐变主色） === */
  --color-navy:          #3498F6;   /* 主色 - 导航、标题、主按钮、页眉页脚 */
  --color-navy-dark:     #1A6FD4;   /* 主色深 - hover 状态 */
  --color-navy-light:    #85C1E9;   /* 主色浅 - 卡片背景、点缀底 */
  --color-navy-rgb: 52, 152, 246;
  --color-navy-dark-rgb: 26, 111, 212;

  /* === 强调辅助：粉紫（全息渐变中段）：CTA、重点标签、分割线 === */
  --color-gold:          #A29BFE;
  --color-gold-dark:     #8E7CF3;
  --color-gold-rgb: 162, 155, 254;

  /* === 辅助粉：粉色（全息渐变末端）：悬停态、标签、热点专区 === */
  --color-orange:        #FD79A8;
  --color-orange-dark:   #F8408F;
  --color-orange-light:  #FBEAF3;

  /* === 辅助紫（适恋品牌） / 薄荷绿 / 纯黑（SNIAN） === */
  --color-purple:        #6C5CE7;
  --color-purple-dark:   #5648CE;
  --color-purple-light:  #EFECFE;
  --color-mint:          #55EFC4;   /* 辅助色 - 薄荷绿 */
  --color-black:         #111111;

  /* === 三大品牌分区色 === */
  --brand-chun-rose:     #FD79A8;   /* 春之苑 - 粉 */
  --brand-shi-purple:    #6C5CE7;   /* 适恋 - 紫 */
  --brand-snian-black:   #111111;   /* SNIAN - 纯黑 */

  /* === 品牌通用词汇别名 === */
  --color-dark-navy:        #1A6FD4;
  --color-dark-navy-rgb:    26, 111, 212;

  /* === 中性色 === */
  --color-text-primary:  #333333;   /* 正文文字 */
  --color-text-secondary:#666666;   /* 次要文字、描述 */
  --color-text-light:    #999999;   /* 辅助文字、日期 */
  --color-border:        #E8E8E8;   /* 边框分割线 */
  --color-bg-light:      #F5F5F5;   /* 浅灰区块背景 */
  --color-white:         #FFFFFF;

  /* === 字体系列 === */
  --font-heading: 'SerifEditorial', 'Source Han Serif SC', 'Noto Serif SC', 'Songti SC', 'STSong', serif;
  --font-body: 'Poppins', 'PingFang SC', 'Microsoft YaHei', sans-serif;

  /* Extended palette（向后兼容） */
  --color-silver: #999999;
  --color-steel: #666666;
  --color-ink: #333333;
  --color-ice: #F5F5F5;
  --color-red: #C62828;
  --color-blue-bright: #3A5A8C;
  --color-blue-light: #5A7AAC;
}

/* ============================================
   Bootstrap Override Variables
   ============================================ */
:root {
  --bs-primary: #3498F6;
  --bs-primary-rgb: 122, 26, 61;
  --bs-primary-text-emphasis: #1A6FD4;
  --bs-primary-bg-subtle: #85C1E9;
  --bs-primary-border-subtle: #C9A0B4;
  --bs-link-color: #3498F6;
  --bs-link-color-rgb: 122, 26, 61;
  --bs-link-hover-color: #1A6FD4;
  --bs-link-hover-color-rgb: 93, 18, 48;
  --bs-body-color: #333333;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg: #FFFFFF;
  --bs-border-color: #E8E8E8;
  --bs-heading-color: #333333;
  --bs-font-sans-serif: var(--font-body);
}

/* === Text Color Utilities === */
.text-navy { color: var(--color-navy) !important; }
.text-gold { color: var(--color-gold) !important; }
.text-orange { color: var(--color-orange) !important; }
.text-purple { color: var(--color-purple) !important; }
.text-black { color: var(--color-black) !important; }

/* ============================================
   Base Styles
   ============================================ */
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text-primary);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* === Heading Font === */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading);
}

a {
  color: var(--color-navy);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--color-navy-dark);
}

::selection {
  background: var(--color-navy);
  color: #fff;
}

/* ============================================
   Typography
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  color: var(--color-text-primary);
}

/* ============================================
   Brand Utility Classes
   ============================================ */
.text-brand {
  color: var(--color-navy) !important;
}

.text-secondary-custom {
  color: var(--color-text-secondary) !important;
}

.bg-brand {
  background-color: var(--color-navy) !important;
}

.bg-brand-dark {
  background-color: var(--color-navy-dark) !important;
}

.bg-gold {
  background-color: var(--color-gold) !important;
}

.bg-purple {
  background-color: var(--color-purple) !important;
}

.bg-black {
  background-color: var(--color-black) !important;
}

.bg-light-custom {
  background-color: var(--color-bg-light) !important;
}

.border-brand {
  border-color: var(--color-border) !important;
}

/* ============================================
   Brand Buttons
   ============================================ */
.btn {
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  border-radius: 0;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-navy);
  --bs-btn-border-color: var(--color-navy);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-navy-dark);
  --bs-btn-hover-border-color: var(--color-navy-dark);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-navy-dark);
  --bs-btn-active-border-color: var(--color-navy-dark);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--color-navy);
  --bs-btn-disabled-border-color: var(--color-navy);
  border-radius: 0;
}

.btn-gold {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-gold);
  --bs-btn-border-color: var(--color-gold);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-gold-dark);
  --bs-btn-hover-border-color: var(--color-gold-dark);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-gold-dark);
  --bs-btn-active-border-color: var(--color-gold-dark);
  color: #fff;
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  border-radius: 0;
}

.btn-gold:hover {
  color: #fff;
  background-color: var(--color-gold-dark);
  border-color: var(--color-gold-dark);
}

.btn-outline-brand {
  --bs-btn-color: var(--color-navy);
  --bs-btn-border-color: var(--color-navy);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--color-navy);
  --bs-btn-hover-border-color: var(--color-navy);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--color-navy);
  --bs-btn-active-border-color: var(--color-navy);
  color: var(--color-navy);
  border: 1.5px solid var(--color-navy);
  background: transparent;
  border-radius: 0;
}

.btn-outline-brand:hover {
  color: #fff;
  background: var(--color-navy);
  border-color: var(--color-navy);
}

/* ============================================
   Section Spacing
   ============================================ */
.section-padding {
  padding-top:0;
  padding-bottom: 5rem;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--color-text-primary);
}

.section-subtitle {
  font-size: 1rem;
  color: var(--color-text-secondary);
  margin-bottom: 2.5rem;
}

/* ============================================
   Header Styles
   ============================================ */

/* --- Container full-width override --- */
@media (max-width: 575.98px){
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px){
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px){
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

/* --- Top Bar --- */
/* Removed: header-top-bar no longer present */

/* --- Main Header --- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}

.header-main {
  background: transparent;
  border-bottom: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-main > .container {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 72px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 2;
}

.header-logo img {
  max-width: 200px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Logo switching: white logo by default (frosted glass), color logo on scroll/hover */
.header-logo .logo-white {
  display: block;
}
.header-logo .logo-color {
  display: none;
}
.site-header.navbar-scrolled .header-logo .logo-white {
  display: none;
}
.site-header.navbar-scrolled .header-logo .logo-color {
  display: block;
}

/* CTA Button (Free Sample) */
.header-quote-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #F8F9FA;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
  z-index: 2;
  white-space: nowrap;
}

.header-quote-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
  color: #F8F9FA;
  transform: translateY(-1px);
}

.header-search-btn {
  background: none;
  border: none;
  color: #F8F9FA;
  padding: 0.5rem;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}

.header-search-btn:hover {
  opacity: 0.75;
  color: #F8F9FA;
}

/* Language switch (desktop) */
.header-lang-switch {
  position: relative;
  z-index: 2;
  margin-right: 0;
}

.header-lang-nav {
  display: contents;
}

.header-lang-btn {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: var(--color-navy);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.header-lang-btn:hover {
  opacity: 0.75;
  color: var(--color-navy);
}

.header-lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.375rem;
  min-width: 150px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0.5rem 0;
  display: none;
  z-index: 100;
}

.header-lang-menu.open {
  display: block;
  animation: langFadeIn 0.2s ease;
}

@keyframes langFadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.header-lang-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  color: var(--color-text-primary);
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}

.header-lang-menu li a:hover,
.header-lang-menu li a.active {
  background: var(--color-bg-light);
  color: var(--color-gold);
}

/* --- Desktop Nav --- */
@media (min-width: 992px) and (max-width: 1199px){
  .header-nav-main .nav-item > a {
    padding: 0 0.75rem;
    font-size: 14pt;
  }
  /* Push search + lang to the right when quote button hidden */
  .header-search-btn {
    margin-left: auto;
  }
}

.header-nav-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.header-nav-main .nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  pointer-events: auto;
}

.header-nav-main .nav-item {
  position: relative;
}

.header-nav-main .nav-item > a {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  height: 72px;
  font-size: 12pt;
  font-weight: 500;
  color: #F8F9FA;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  transition: color 0.25s ease;
}

/* Pill background on hover/active */
.header-nav-main .nav-item > a::before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 18px;
  border-radius: 50px;
  background: var(--color-orange);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.header-nav-main .nav-item > a:hover,
.header-nav-main .nav-item > a:focus,
.header-nav-main .nav-item.current-menu-item > a {
  color: #F8F9FA;
}

.header-nav-main .nav-item > a:hover::before,
.header-nav-main .nav-item.current-menu-item > a::before {
  transform: scaleX(1);
}

/* Dropdown caret */
.header-nav-main .menu-item-has-children > a {
  gap: 0.25rem;
}

.header-nav-main .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23333333' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease;
}

.header-nav-main .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

/* Sub Menu */
.header-nav-main .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 200;
}

.header-nav-main .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-nav-main .sub-menu .nav-item > a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.125rem;
  height: auto;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text-primary);
  transition: background 0.15s ease, color 0.15s ease;
}

.header-nav-main .sub-menu .nav-item > a::after {
  display: none;
}

.header-nav-main .sub-menu .nav-item > a::before {
  display: none;
}

.header-nav-main .sub-menu .nav-item > a:hover {
  background: var(--color-bg-light);
  color: var(--color-navy);
}

/* Force sub-menu hover to stay dark even when navbar is scrolled */
.site-header.navbar-scrolled .header-nav-main .sub-menu .nav-item > a:hover,
.site-header.navbar-scrolled .header-nav-main .sub-menu .nav-item > a:focus {
  color: var(--color-navy);
}

/* Mega Menu */
.header-nav-main .has-mega {
  position: static;
}

.header-nav-main .has-mega > .mega-menu {
  position: absolute;
  top: 100%;
  left: calc(-50vw + 50%);
  right: auto;
  width: 100vw;
  max-width: 100vw;
  background: #fff;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 200;
  padding: 0;
  overflow: hidden;
}

.header-nav-main .has-mega:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-inner {
  padding: 48px 64px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px){
  .mega-menu-inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .mega-menu-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1400px){
  .mega-menu-inner {
    max-width: 1320px;
  }
}

/* Mega Categories Layout - 4 Column Product Grid */
.mega-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}

.mega-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  background: var(--color-white);
  border: none;
}

.mega-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.svg-icons {
  display: none;
}

.svg-sprite {
  display: none;
}

.mega-category-card:hover {
  transform: translateY(-4px);
}

.mega-card-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mega-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.mega-category-card:hover .mega-card-img img {
  transform: scale(1.05);
}

.mega-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-gold);
  margin: 16px 0 6px 0;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.mega-category-card:hover .mega-card-title {
  color: var(--color-navy);
}

.mega-card-desc {
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
  margin: 0;
}

.mega-back-btn {
  display: none;
}

/* --- Mobile Nav --- */
.header-nav-mobile {
  display: none;
}

/* --- Mobile Hamburger --- */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  z-index: 2;
}

.navbar-toggler {
  background: none;
  border: none;
  padding: 0.5rem;
  color: #F8F9FA;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

/* ============================================
   Mobile Header (<992px) — adapted from jingzhan-header
   ============================================ */
@media (max-width: 991.98px){

  .header-main > .container {
    min-height: 60px;
  }

  .header-logo img {
    height: 44px;
    width: auto;
  }

  .header-nav-main {
    display: none !important;
  }

  .header-search-btn {
    display: none !important;
  }

  .header-lang-switch {
    display: none !important;
  }

  .header-actions {
    display: flex !important;
  }

  .navbar-toggler {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #F8F9FA;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #F8F9FA;
  }

  .navbar-toggler:active {
    transform: scale(0.96);
  }

  .navbar-toggler svg {
    width: 22px;
    height: 22px;
  }

  /* Mobile full-screen overlay nav */
  .header-nav-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  .header-nav-mobile.mobile-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .header-nav-mobile .mobile-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 0;
    background: transparent;
    border: none;
    color: var(--color-steel);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2001;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-nav-mobile .mobile-close-btn:hover {
    background: var(--color-ice);
    color: var(--color-red);
  }

  .header-nav-mobile .mobile-close-btn:active {
    transform: scale(0.96);
  }

  .header-nav-mobile .mobile-close-btn svg {
    width: 22px;
    height: 22px;
  }

  .header-nav-mobile .nav-list {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 70px 0 2rem;
    gap: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
  }

  .header-nav-mobile .nav-item {
    margin: 0;
  }

  .header-nav-mobile .nav-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--color-text-primary);
    text-decoration: none;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--color-border);
    transition: color 0.2s ease-in-out;
    height: auto;
    min-height: 54px;
  }

  .header-nav-mobile .nav-item > a::after {
    display: none;
  }

  .header-nav-mobile .nav-item > a:hover {
    color: var(--color-gold);
  }

  /* Sub-menu caret (+) indicator */
  .header-nav-mobile .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: auto;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231A2744' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
  }

  .header-nav-mobile .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  /* Sub-menu expand/collapse */
  .header-nav-mobile .sub-menu {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: var(--color-bg-light);
    padding: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    min-width: 0;
  }

  .header-nav-mobile .menu-item-has-children.open > .sub-menu {
    display: block;
  }

  .header-nav-mobile .sub-menu a {
    padding: 1rem 1.5rem 1rem 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 1rem;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    min-height: 50px;
  }

  .header-nav-mobile .sub-menu a:hover {
    color: var(--color-gold);
    background: transparent;
  }

  /* Mega menu mobile — full-screen overlay */
  .header-nav-mobile .mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: #fff;
    overflow-y: auto;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-nav-mobile .menu-item-has-children.has-mega.open > .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .header-nav-mobile .has-mega > a {
    text-align: left;
  }

  .header-nav-mobile .mega-menu-inner {
    flex-direction: column;
    padding: 1rem 1.25rem;
    gap: 1rem;
  }

  .header-nav-mobile .mega-categories-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .header-nav-mobile .mega-card-img img {
    height: 160px;
  }

  .header-nav-mobile .mega-card-title {
    font-size: 0.9375rem;
    margin: 12px 0 4px 0;
  }

  .header-nav-mobile .mega-card-desc {
    font-size: 0.8125rem;
  }

  .header-nav-mobile .mega-back-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    color: var(--color-text-secondary);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.75rem 1rem;
    border-radius: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0.5rem;
  }

  .header-nav-mobile .mega-back-btn:hover {
    background: var(--color-ice);
    color: var(--color-gold);
  }

  .header-nav-mobile .mega-back-btn svg {
    width: 20px;
    height: 20px;
  }
}

/* ============================================
   Hero Section (Swiper)
   ============================================ */
.about-hero {
  position: relative;
  min-height: 680px;
  height: 680px;
  max-height: 680px;
  overflow: hidden;
  background: #fff;
}
.about-hero .about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-hero .about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-hero .hero-title {
  font-weight: 400;
  max-width: none;
}
@media (max-width: 767px){
  .about-hero {
    min-height: 520px;
    height: 520px;
    max-height: 520px;
  }
}
.hero-section {
  position: relative;
  min-height: 700px;
  height: 700px;
  max-height:700px;
  overflow: hidden;
  background: #fff;
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(0,0,0,0.08) 0%, transparent 100%);
  z-index: 3;
  pointer-events: none;
}
.hero-slide,
.hero-swiper {
  height: 100%;
}
.hero-slide {
  position: relative;
}
.hero-slide .hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide .hero-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* aipress: 黑色覆盖涂层已移除，保留空overlay以便结构完整性 */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 60px;
  color: #fff;
}
.hero-title {
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.hero-subtitle {
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  line-height: 1.75;
  max-width: 780px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-orange);
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 10px 26px;
  border-radius: 50px;
  border: 1.5px solid var(--color-orange);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-actions .btn-primary:hover {
  background: var(--color-orange-dark);
  border-color: var(--color-orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.hero-actions .btn-primary:active {
  transform: translateY(0);
}
.hero-actions .btn-primary svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-actions .btn-primary:hover svg {
  transform: translateX(4px);
}
.hero-swiper-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
.hero-swiper-btn svg {
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  flex-shrink: 0;
  fill: currentColor;
  color: #fff;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-swiper-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}
.hero-swiper-btn:hover svg {
  transform: scale(1.15);
}
.hero-swiper-btn:active {
  transform: scale(0.95);
}
.hero-swiper-btn::after {
  display: none;
}
.hero-swiper-prev {
  left: 28px;
}
.hero-swiper-next {
  right: 28px;
}
.hero-swiper-pagination {
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 !important;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 32px;
  border-radius: 4px;
}
@media (max-width: 767px){
  .hero-section {
    min-height: 520px;
    height: 520px;
    max-height: 520px;
  }
  .hero-content {
    padding: 60px 40px 40px;
  }
  .hero-title {
    font-size: 1.35rem;
    max-width: 100%;
  }
  .hero-subtitle {
    font-size: 0.875rem;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn-primary {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .hero-swiper-btn,
  .hero-swiper-prev,
  .hero-swiper-next {
    display: none !important;
  }
  .hero-swiper-pagination {
    bottom: 16px;
  }
}

/* ============================================
   Search Overlay — Top Panel
   ============================================ */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  z-index: 9999;
  padding: 1.25rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.search-overlay.open,
.search-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-overlay-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.search-overlay-close {
  flex-shrink: 0;
  background: none;
  border: none;
  color: var(--color-ink);
  cursor: pointer;
  padding: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.search-overlay-close:hover {
  opacity: 1;
}

.search-form {
  flex: 1;
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease;
}

.search-form:focus-within {
  border-color: var(--color-orange);
}

.search-input {
  flex: 1;
  background: none;
  border: none;
  padding: 0.6rem 0;
  font-size: 1.0625rem;
  color: var(--color-ink);
  outline: none;
}

.search-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.search-submit {
  background: none;
  border: none;
  color: var(--color-ink);
  padding: 0.6rem 0.5rem;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.search-submit:hover {
  opacity: 0.8;
}

/* ============================================
   Header Scroll Effect
   ============================================ */
.site-header.navbar-scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Scrolled → nav text deep navy */
.site-header.navbar-scrolled .header-nav-main .nav-item > a {
  color: var(--color-navy);
}

/* Scrolled hover/current → white text on orange pill */
.site-header.navbar-scrolled .header-nav-main .nav-item > a:hover,
.site-header.navbar-scrolled .header-nav-main .nav-item > a:focus,
.site-header.navbar-scrolled .header-nav-main .nav-item.current-menu-item > a {
  color: #fff;
}

/* Scrolled hover/current → white caret arrow */
.site-header.navbar-scrolled .header-nav-main .menu-item-has-children > a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

/* Dropdown caret → navy */
.site-header.navbar-scrolled .header-nav-main .menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233498F6' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

/* Search button → navy */
.site-header.navbar-scrolled .header-search-btn {
  color: var(--color-navy);
}

.site-header.navbar-scrolled .header-search-btn:hover {
  color: var(--color-navy);
  opacity: 0.7;
}

/* CTA button → scrolled: solid orange bg */
.site-header.navbar-scrolled .header-quote-btn {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
}

.site-header.navbar-scrolled .header-quote-btn:hover {
  background: var(--color-orange-dark);
  border-color: var(--color-orange-dark);
  box-shadow: 0 4px 12px rgba(242, 128, 41, 0.3);
}

/* Language switch → navy */
.site-header.navbar-scrolled .header-lang-btn {
  color: var(--color-navy);
}

.site-header.navbar-scrolled .header-lang-btn:hover {
  color: var(--color-navy);
  opacity: 0.7;
}

/* Mobile hamburger → navy when scrolled */
.site-header.navbar-scrolled .navbar-toggler {
  color: var(--color-navy);
}

/* ============================================
   Hero Video Button & Modal
   ============================================ */
.hero-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff !important;
  color: #E8732A !important;
  border: 1.5px solid #fff !important;
  padding: 0.75rem 1.75rem;
  border-radius: 60px;
  font-weight: 500;
  font-size: 0.9375rem;
  font-family: inherit;
  cursor: pointer;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  line-height: 1.5;
}
.hero-video-btn:hover {
  background: rgba(255,255,255,0.08) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.5) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.hero-video-btn-svg {
  flex-shrink: 0;
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.hero-video-btn:hover .hero-video-btn-svg {
  transform: scale(1.1);
}
.hero-video-btn-dash {
  transform-origin: center;
  animation: hero-video-spin 3s linear infinite;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.hero-video-btn:hover .hero-video-btn-dash {
  animation-play-state: paused;
}
@keyframes hero-video-spin {
  to { transform: rotate(360deg); }
}

/* Video Modal */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  max-height: 85vh;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}
.video-modal.is-open .video-modal-content {
  transform: scale(1) translateY(0);
}
.video-modal-close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem;
  opacity: 0.7;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 2;
}
.video-modal-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.video-modal-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}
.video-modal-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  border-radius: 12px;
  border: none;
}

/* ============================================
   Video Section — Why Choose Us
   ============================================ */
.video-section {
  padding: 72px 0;
  background: #f8f9fa;
}

.video-header {
  max-width: 720px;
  margin: 0 auto 52px;
}

.video-header .video-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.4;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.video-label {
  display: inline-flex;
  align-items: center;
  color: var(--color-navy);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.video-header .video-desc {
  font-size: 11pt;
  line-height: 1.7;
  color: var(--color-text-secondary);
  max-width: 640px;
  margin: 0 auto;
}

.video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  aspect-ratio: 16 / 9;
  max-height: 480px;
  width: 100%;
}

.video-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.video-container:hover .video-cover {
  transform: scale(1.04);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.video-play-btn svg {
  margin-left: 3px;
  color: #FF0000;
}

.video-platform-hint {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-primary);
  z-index: 2;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.video-platform-hint svg {
  flex-shrink: 0;
}

@media (max-width: 767.98px){
  .video-section {
    padding: 48px 0;
  }

  .video-header {
    margin-bottom: 36px;
  }

  .video-header .video-title {
    gap: 8px;
  }

  .video-play-btn {
    width: 60px;
    height: 60px;
  }

  .video-play-btn svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 575.98px){
  .video-header .video-title {
    gap: 6px;
  }

  .video-play-btn {
    width: 52px;
    height: 52px;
  }

  .video-play-btn svg {
    width: 18px;
    height: 18px;
  }

  .video-platform-hint {
    bottom: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}

/* ============================================
   Footer — Light Gray
   ============================================ */
.site-footer {
  position: relative;
  background: #fff;
  color: var(--color-ink);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* Decorative top border — subtle orange line with center diamond */
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(232, 115, 42, 0.15);
}

.site-footer::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--color-orange);
  border-radius: 1px;
  box-shadow:
    0 0 0 4px rgba(232, 115, 42, 0.06),
    0 0 0 10px rgba(232, 115, 42, 0.025);
}

/* --- Grid Layout: Brand | Quick Links | Categories | Find Us --- */
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr 1.4fr;
  gap: 2.5rem;
  padding: 5rem 0 3.5rem;
}

/* --- Brand Column --- */
.footer-brand-col {
  text-align: left;
  padding-right: 2rem;
}
.footer-brand-col .footer-logo {
  margin-bottom: .25rem;
}
.footer-brand-col .footer-logo img {
  width: 180px;
  height: auto;
}
.footer-desc {
  font-size: 11pt;
  color: #555;
  margin: 0 0 1.75rem;
  line-height: 1.75;
  max-width: 380px;
}

/* --- Social Links --- */
.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-orange);
  background: var(--color-orange-light);
  border: 1px solid rgba(232, 115, 42, 0.25);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-link:hover {
  color: var(--color-white);
  background: var(--color-orange);
  border-color: var(--color-orange);
  transform: translateY(-2px);
}
.footer-social-link svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* --- Column Titles --- */
.footer-title {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-ink);
  margin: 0 0 1.5rem;
  font-family: var(--font-heading);
  position: relative;
  padding-bottom: 0.75rem;
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 3px;
  background: var(--color-orange);
  border-radius: 2px;
}

/* --- Link Lists --- */
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  margin-bottom: 0.5rem;
  font-size: 11pt;
}
.footer-link {
  color: #555;
  text-decoration: none;
  font-size: 11pt;
  transition: color .3s ease;
  display: inline-block;
}
.footer-link:hover {
  color: var(--color-orange);
}

/* --- Contact List --- */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-contact-icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  color: var(--color-orange);
}
.footer-contact-icon svg {
  display: block;
}
.footer-contact-text {
  font-size: 11pt;
  color: #555;
  line-height: 1.5;
}
.footer-contact-link {
  color: #555;
  text-decoration: none;
  transition: color .3s ease;
}
.footer-contact-link:hover {
  color: var(--color-orange);
}

/* --- Responsive: Tablet --- */
@media (max-width: 991.98px){
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
    padding: 3.5rem 0 2.5rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
    padding-right: 0;
    max-width: 520px;
  }
  .footer-brand-col .footer-logo img {
    max-width: 160px;
  }
  .footer-contact-col {
    grid-column: 1 / -1;
  }
}

/* --- Responsive: Mobile --- */
@media (max-width: 575.98px){
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1.25rem;
    padding: 2rem 0 1.5rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
    padding: 0;
    text-align: center;
  }
  .footer-brand-col .footer-logo {
    display: flex;
    justify-content: center;
  }
  .footer-brand-col .footer-logo img {
    max-width: 150px;
  }
  .footer-desc {
    max-width: 100%;
    margin: 0 0 1.25rem;
    text-align: center;
    font-size: 10pt;
  }
  .footer-social {
    justify-content: center;
    gap: 8px;
  }
  .footer-social-link {
    width: 34px;
    height: 34px;
  }
  .footer-social-link svg {
    width: 18px;
    height: 18px;
  }
  .footer-title {
    font-size: 11pt;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
  }
  .footer-title::after {
    width: 22px;
    height: 2px;
  }
  .footer-list li {
    margin-bottom: 0.35rem;
  }
  .footer-link {
    font-size: 10pt;
  }
  .footer-contact-col {
    grid-column: 1 / -1;
    margin-top: 0.25rem;
  }
  .footer-contact-text {
    font-size: 10pt;
  }
}

/* --- Copyright Bar --- */
.footer-copyright-bar {
  background: var(--color-orange);
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 14px 20px;
}

/* ============================================
   Welcome Section (Module 3)
   ============================================ */
.welcome-section {
  padding: 72px 0;
  background: #fff;
  position: relative;
}

.welcome-header {
  margin-bottom: 40px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-title {
  font-size: 28pt;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1.2;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.welcome-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-navy);
  line-height: 1.4;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  opacity: 0.8;
}

.welcome-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  margin-top: 0;
}

.feature-card {
  text-align: center;
  padding: 40px 32px 36px;
  min-height: 245px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: #F5F5F2;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-card:hover {
  border-color: transparent;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.06);
  transform: translateY(-6px);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-number {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.feature-divider {
  width: 32px;
  height: 2px;
  background: var(--color-orange);
  margin: 0 auto 20px;
  border-radius: 1px;
}

.feature-text {
  font-size: 11pt;
  font-weight: 400;
  color: var(--color-steel);
  line-height: 1.75;
  margin: 0;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px){
  .welcome-section {
    padding: 48px 0;
  }

  .welcome-header {
    margin-bottom: 28px;
  }

  .welcome-title {
    margin-bottom: 4px;
  }

  .welcome-subtitle {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .welcome-desc {
    line-height: 1.6;
  }

  .feature-card {
    padding: 32px 24px 28px;
  }

  .features-grid {
    gap: 20px;
  }
}

/* ============================================
   About Story Section
   ============================================ */
.about-story {
  padding: 80px 0;
}

.about-story-title {
  font-size: 28pt;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1.2;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.about-story-text .about-story-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-navy);
  line-height: 1.4;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
  opacity: 0.8;
}

.about-story-body {
  margin-bottom: 56px;
}

.about-story-img {
  float: right;
  width: 50%;
  margin: 4px 0 20px 32px;
}

.about-story-img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-story-text p {
  font-size: 13pt;
  color: var(--color-steel);
  line-height: 1.8;
  margin: 0 0 18px;
}

.about-story-text p:last-child {
  margin-bottom: 0;
}

.about-stats {
  background: var(--color-bg-light);
  border-radius: 16px;
  padding: 40px 32px;
}

.about-stats-in {
  gap: 24px;
  row-gap: 32px;
}

.about-stat {
  flex: 1 1 200px;
}

.about-stat-num {
  font-size: 30pt;
  font-weight: 800;
  color: var(--color-orange);
  line-height: 1.1;
  margin-bottom: 8px;
}

.about-stat-label {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767px){
  .about-story {
    padding: 56px 0;
  }

  .about-story-body {
    margin-bottom: 40px;
  }

  .about-story-title {
    font-size: 24pt;
  }

  .about-story-text .about-story-subtitle {
    font-size: 20px;
  }

  .about-story-text p {
    line-height: 1.7;
  }

  .about-story-img {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }

  .about-stats {
    padding: 32px 20px;
  }

  .about-stat-num {
    font-size: 24pt;
  }
}

/* ============================================
   Products Section (Module 4)
   ============================================ */
.products-section {
  padding: 72px 0;
  background: #fff;
}

.products-header {
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.products-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.products-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

.products-grid {
  margin-top: 0;
}

.product-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  overflow: hidden;
}

.product-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.product-img-wrap {
  position: relative;
  overflow: hidden;
}

.product-img-wrap img {
  width: 100%;
  aspect-ratio: 350 / 511;
  object-fit: cover;
  display: block;
  background: #f8f9fa;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.04);
}

.product-info {
  padding: 28px 28px 32px;
}

.product-name {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 8px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.product-desc {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 767.98px){
  .products-section {
    padding: 48px 0;
  }

  .products-header {
    margin-bottom: 32px;
  }

  .product-img-wrap img {
    aspect-ratio: 350 / 511;
  }

  .product-info {
    padding: 20px 20px 24px;
  }
}

/* ============================================
   Product List Page
   ============================================ */
.pl-section {
  padding: 72px 0;
  background: #fff;
}

.pl-header {
  margin: 0 auto 48px;
  text-align: left;
}

.pl-subcat-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

.pl-subcat-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10pt;
  font-weight: 600;
  color: var(--color-orange);
  text-decoration: none;
  transition: gap 0.3s ease;
  white-space: nowrap;
}

.pl-subcat-back:hover {
  gap: 10px;
  color: var(--color-orange);
}

/* Breadcrumb */
.pl-subcat-bar .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
}

.pl-subcat-bar .breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

.pl-subcat-bar .breadcrumb-item {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.4;
}

.pl-subcat-bar .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: var(--color-steel);
  opacity: 0.5;
}

.pl-subcat-bar .breadcrumb-item a {
  color: var(--color-steel);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pl-subcat-bar .breadcrumb-item a:hover {
  color: var(--color-orange);
}

.pl-subcat-bar .breadcrumb-item.active {
  color: var(--color-text);
  font-weight: 600;
}

/* You Might Also Like */
.pl-recommend {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid var(--color-border);
}

.pl-recommend-section .pl-recommend {
  margin-top: 0;
  padding: 0;
  border-top: none;
}

.pl-recommend-section {
  padding: 72px 0 88px;
  background: #fff;
}

.pl-recommend-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.pl-recommend-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}

.pl-recommend-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10pt;
  font-weight: 600;
  color: var(--color-orange);
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.3s ease;
}

.pl-recommend-link:hover {
  gap: 10px;
  color: var(--color-orange);
}

.pl-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.pl-intro {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0 0 12px;
}

.pl-intro:last-child {
  margin-bottom: 0;
}

.pl-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.pl-sidebar {
  flex: 0 0 240px;
  min-width: 0;
  position: sticky;
  top: 100px;
}

.pl-sidebar-title {
  font-size: 18pt;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pl-sidebar-divider {
  width: 40px;
  height: 2px;
  background: #4874cb;
  margin-bottom: 24px;
}

/* Categories — nav-menu style (matching AGENTS.md nav pattern) */
.pl-sidebar .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pl-sidebar .nav-list .nav-item {
  position: relative;
}

.pl-sidebar .nav-list .nav-item > a {
  display: block;
  padding: 8px 0;
  font-size: 12pt;
  color: var(--color-text);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.pl-sidebar .nav-list .nav-item > a:hover {
  color: var(--color-orange);
}

.pl-sidebar .nav-list .nav-item.active > a {
  color: var(--color-orange);
  font-weight: 600;
}

/* Parent category — menu-item-has-children */
.pl-sidebar .nav-list .menu-item-has-children > a {
  font-weight: 600;
  color: var(--color-navy);
  padding: 12px 0 4px;
}

.pl-sidebar .nav-list .menu-item-has-children > a:hover {
  color: var(--color-navy);
}

.pl-sidebar .nav-list .menu-item-has-children > a::after {
  display: none;
}

/* Sub-menu */
.pl-sidebar .nav-list .sub-menu {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0 0 8px;
}

.pl-sidebar .nav-list .sub-menu .nav-item {
  margin-bottom: 1px;
}

.pl-sidebar .nav-list .sub-menu .nav-item > a {
  padding: 6px 0;
  font-size: 10pt;
  color: var(--color-steel);
}

.pl-sidebar .nav-list .sub-menu .nav-item > a:hover {
  color: var(--color-orange);
}

.pl-main {
  flex: 1;
  min-width: 0;
}

.pl-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.pl-count {
  font-size: 10pt;
  color: var(--color-steel);
}

.pl-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pl-sort-label {
  font-size: 10pt;
  color: var(--color-steel);
  white-space: nowrap;
}

.pl-sort-select {
  font-size: 10pt;
  font-family: inherit;
  padding: 8px 32px 8px 12px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--color-text);
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' d='M4.646 5.646a.5.5 0 0 1 .708 0L8 8.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color 0.3s ease;
}

.pl-sort-select:focus {
  outline: none;
  border-color: var(--color-orange);
}

.pl-grid {
  --bs-gutter-y: 24px;
}

.pl-grid .product-card {
  border-color: rgba(0,0,0,0.06);
}

.pl-grid .product-info {
  padding: 24px 20px 28px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.product-sku {
  font-size: 10pt;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.4;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10pt;
  font-weight: 600;
  color: var(--color-orange);
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.product-link:hover {
  gap: 10px;
}

.product-link svg {
  transition: transform 0.3s ease;
}

.product-link:hover svg {
  transform: translateX(3px);
}

.pl-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
}

.pl-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  font-size: 10pt;
  font-weight: 500;
  color: var(--color-text);
  background: transparent;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pl-page:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.pl-page.active {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
  font-weight: 600;
}

.pl-page.dots {
  border: none;
  color: var(--color-steel);
}

@media (max-width: 991.98px){
  .pl-section {
    padding: 48px 0;
  }

  .pl-header {
    margin-bottom: 32px;
  }

  .pl-subcat-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .pl-layout {
    flex-direction: column;
    gap: 32px;
  }

  .pl-sidebar {
    flex: none;
    width: 100%;
    position: static;
  }
}

@media (max-width: 767.98px){
  .pl-section {
    padding: 36px 0;
  }

  .pl-title {
    font-size: 18pt;
  }

  .pl-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .pl-pagination {
    gap: 4px;
    margin-top: 32px;
  }

  .pl-page {
    min-width: 36px;
    height: 36px;
    font-size: 9pt;
  }

  .pl-recommend {
    margin-top: 48px;
    padding-top: 32px;
  }

  .pl-recommend-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }

  .pl-recommend-title {
    font-size: 18pt;
  }
}

/* ============================================
   Product Detail Page
   ============================================ */
.pd-section {
  padding: 136px 0 88px;
  background: #fff;
}

.pd-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-border);
}

.pd-breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

.pd-breadcrumb-item {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.4;
}

.pd-breadcrumb-item + .pd-breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: var(--color-steel);
  opacity: 0.5;
}

.pd-breadcrumb-item a {
  color: var(--color-steel);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pd-breadcrumb-item a:hover {
  color: var(--color-orange);
}

.pd-breadcrumb-item.active {
  color: var(--color-text);
  font-weight: 600;
}

.pd-breadcrumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

.pd-breadcrumb li {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}

.pd-breadcrumb li + li::before {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: var(--color-steel);
  opacity: 0.5;
}

.pd-breadcrumb li a {
  color: var(--color-steel);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pd-breadcrumb li a:hover {
  color: var(--color-orange);
}

.pd-breadcrumb li span[aria-current="page"] {
  color: var(--color-text);
  font-weight: 600;
}
.pd-breadcrumb-sku {
  font-weight: 700;
  font-style: italic;
  color: var(--color-text);
  font-size: 10pt;
}

.pd-layout {
  align-items: flex-start;
}

.pd-gallery-col {
  padding-bottom: 40px;
}

.pd-gallery {
  position: sticky;
  top: 24px;
}

.pd-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.pd-gallery-main-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f8f9fa;
}

.pd-gallery-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-gallery-main-prev,
.pd-gallery-main-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-navy);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.pd-gallery-main-prev {
  left: 20px;
}

.pd-gallery-main-next {
  right: 20px;
}

.pd-gallery-main-prev:hover,
.pd-gallery-main-next:hover {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
}

.pd-gallery-thumbs {
  margin-top: 10px;
  padding: 0 4px;
}

.pd-gallery-thumbs .swiper-wrapper {
  align-items: center;
}

.pd-gallery-thumbs .swiper-slide {
  width: auto;
}

.pd-gallery-thumb-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: #f8f9fa;
  transition: border-color 0.3s ease;
}

.pd-gallery-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pd-gallery-thumbs .swiper-slide-thumb-active .pd-gallery-thumb-img {
  border-color: var(--color-orange);
}

.pd-info {
  padding-left: 8px;
}

.pd-item-nr {
  font-size: 10.5pt;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pd-title {
  position: relative;
  font-size: 16pt;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  padding-bottom: 16px;
}

.pd-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
}

.pd-desc {
  font-size: 11pt;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0 0 28px;
}

.pd-colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--color-border);
}

.pd-colors-label {
  font-size: 10.5pt;
  font-weight: 600;
  color: var(--color-text);
}

.pd-color-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pd-color {
  min-height: 40px;
  padding: 8px 22px;
  font-size: 10pt;
  font-weight: 500;
  color: var(--color-text);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pd-color:hover {
  border-color: var(--color-navy);
  color: var(--color-navy);
}

.pd-color.active {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-color: transparent;
  color: #fff;
}

.pd-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.pd-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 10.5pt;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 14px;
}

.pd-features li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #6C5CE7;
}

.pd-features li strong {
  font-weight: 400;
  color: inherit;
}

.pd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}

.pd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pd-btn-quote {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
  border: 1.5px solid transparent;
}

.pd-btn-quote:hover {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(52, 152, 246, 0.3);
}

.pd-btn-quote svg {
  transition: transform 0.3s ease;
}

.pd-btn-quote:hover svg {
  transform: translateY(2px);
}

.pd-btn-data {
  background: transparent;
  color: var(--color-navy);
  border: 1.5px solid var(--color-navy);
}

.pd-btn-data:hover {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(108, 92, 231, 0.3);
}

.pd-btn-data svg {
  transition: transform 0.3s ease;
}

.pd-btn-data:hover svg {
  transform: translateY(2px);
}

.pd-note {
  font-size: 9.5pt;
  color: var(--color-text-secondary);
  margin: 0 0 28px;
}

.pd-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--color-border);
}

.pd-share-label {
  font-size: 10.5pt;
  font-weight: 600;
  color: var(--color-text);
}

.pd-share-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pd-share-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-navy);
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.pd-share-icon:hover {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px){
  .pd-gallery {
    position: static;
  }
}

@media (max-width: 767.98px){
  .pd-section {
    padding: 112px 0 64px;
  }

  .pd-breadcrumb {
    margin-bottom: 28px;
  }

  .pd-info {
    padding-left: 0;
  }

  .pd-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pd-btn {
    justify-content: center;
  }

  .pd-gallery-thumb-img {
    width: 64px;
    height: 64px;
  }
}

/* ============================================
   Technical Data & Details Section
   ============================================ */
.td-section {
  padding: 48px 0 88px;
  background: rgb(248, 249, 250);
}

.td-title {
  text-align: center;
  font-size: 26pt;
  font-weight: 700;
  color: var(--color-orange);
  margin: 0 0 40px;
}

.td-content {
  border-radius: 12px;
  padding: 40px 0;
  line-height: 1.8;
  color: var(--color-text);
}

.td-content p {
  font-size: 11pt;
  margin: 0 0 16px;
}

.td-content p:last-child {
  margin-bottom: 0;
}

.td-content h1,
.td-content h2,
.td-content h3,
.td-content h4,
.td-content h5,
.td-content h6 {
  font-weight: 700;
  color: var(--color-black);
  margin: 28px 0 12px;
  line-height: 1.3;
}

.td-content h1,
.td-content h2,
.td-content h3,
.td-content h4 {
  position: relative;
  padding-left: 16px;
}

.td-content h1::before,
.td-content h2::before,
.td-content h3::before,
.td-content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
}

.td-content h1 { font-size: 22pt; }
.td-content h2 { font-size: 19pt; }
.td-content h3 { font-size: 16pt; }
.td-content h4 { font-size: 14pt; }
.td-content h5 { font-size: 12pt; }
.td-content h6 { font-size: 11pt; }

.td-content ul,
.td-content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.td-content li {
  font-size: 11pt;
  margin-bottom: 8px;
}

.td-content strong {
  font-weight: 700;
  color: var(--color-black);
}

.td-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 62px;
}

.td-content table:last-child {
  margin-bottom: 0;
}

.td-content table th,
.td-content table td {
  padding: 12px 14px;
  text-align: left;
  font-size: 11pt;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  border-left: none;
  border-right: none;
}

.td-content table th {
  font-weight: 700;
  color: var(--color-navy);
  background: var(--color-bg-secondary);
}

@media (max-width: 767.98px){
  .td-section {
    padding: 32px 0 64px;
  }

  .td-title {
    font-size: 20pt;
    margin-bottom: 28px;
  }

  .td-content {
    padding: 24px 20px;
  }
}

/* ============================================
   Inquiry Form Section
   ============================================ */
.iq-section {
  padding: 72px 0 88px;
  background: #fff;
}

.iq-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.iq-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-black);
  margin: 0 0 16px;
}

.iq-desc {
  font-size: 11pt;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 0 0 4px;
}

.iq-form {
  margin-top: 40px;
  text-align: left;
}

.iq-form-row {
  margin-bottom: 0;
}

.iq-field {
  margin-bottom: 20px;
}

.iq-field-full {
  margin-bottom: 20px;
}

.iq-label {
  display: block;
  font-size: 10.5pt;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 8px;
}

.iq-required {
  color: var(--color-navy);
}

.iq-input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 10.5pt;
  color: var(--color-text);
  background: rgb(248, 249, 250);
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s ease;
}

.iq-input::placeholder {
  color: #9ca3af;
}

.iq-input:focus {
  border-color: var(--color-navy);
  box-shadow: 0 0 0 4px rgba(52, 152, 246, 0.12);
}

.iq-textarea {
  resize: vertical;
  min-height: 120px;
}

.iq-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
  padding-top: 20px;
}

.iq-privacy {
  font-size: 10pt;
  color: var(--color-text-secondary);
  margin: 0;
}

.iq-btn {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-size: 11pt;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.iq-btn:hover {
  background: var(--color-navy);
  color: #fff;
}

@media (max-width: 767.98px){
  .iq-section {
    padding: 48px 0 64px;
  }

  .iq-form {
    margin-top: 28px;
  }

  .iq-form-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .iq-btn {
    width: 100%;
  }
}

/* ============================================
   Facility Section
   ============================================ */
.facility-section {
  padding: 72px 0;
  background: var(--color-bg-light);
}

.facility-header {
  max-width: 760px;
  margin: 0 auto 48px;
}

.facility-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.facility-title-highlight {
  color: var(--color-orange);
}

.facility-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

.facility-grid {
  --bs-gutter-y: 28px;
}

.facility-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.facility-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.facility-img-wrap {
  overflow: hidden;
}

.facility-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.facility-card:hover .facility-img-wrap img {
  transform: scale(1.05);
}

.facility-info {
  padding: 24px 24px 28px;
}

.facility-name {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 8px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.facility-desc-line {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.6;
  margin: 0 0 16px;
}

.facility-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.facility-list li {
  position: relative;
  padding-left: 18px;
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin-bottom: 6px;
}

.facility-list li:last-child {
  margin-bottom: 0;
}

.facility-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-orange);
}

@media (max-width: 767.98px){
  .facility-section {
    padding: 48px 0;
  }

  .facility-header {
    margin-bottom: 32px;
  }

  .facility-title {
    font-size: 18pt;
  }
}

/* ============================================
   Quality Section
   ============================================ */
.quality-section {
  padding: 72px 0;
  background: #fff;
}

.quality-header {
  max-width: 760px;
  margin: 0 auto 48px;
}

.quality-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.quality-title-highlight {
  color: var(--color-orange);
}

.quality-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

.quality-grid {
  --bs-gutter-y: 28px;
  margin-bottom: 56px;
}

.quality-card {
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 12px;
  padding: 36px 24px 32px;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.quality-card:hover {
  transform: translateY(-4px);
}

.quality-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.quality-name {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 10px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.quality-desc-line {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

.quality-compare {
  width: 100%;
  margin: 0;
}

.compare-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
  aspect-ratio: 16 / 9;
  --pos: 50%;
}

.compare-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.compare-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compare-after {
  z-index: 1;
}

.compare-before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}

.compare-label {
  position: absolute;
  top: 16px;
  padding: 4px 14px;
  font-size: 10pt;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 999px;
  z-index: 3;
}

.compare-label-before {
  left: 16px;
}

.compare-label-after {
  right: 16px;
}

.compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 4;
  pointer-events: none;
}

.compare-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  background: #fff;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.quality-cta {
  margin-top: 40px;
}

/* ============================================
   Global Footprint Section
   ============================================ */
.global-section {
  padding: 72px 0;
  background: #fff;
}

.global-row {
  --bs-gutter-x: 40px;
}

.global-header {
  margin-bottom: 48px;
}

.global-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}

.global-title-highlight {
  color: var(--color-orange);
}

.global-subtitle {
  font-size: 14pt;
  font-weight: 600;
  color: var(--color-navy);
  margin: 0 0 12px;
  line-height: 1.4;
}

.global-desc {
  font-size: 12pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0 0 24px;
}

.global-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.global-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12pt;
  color: var(--color-steel);
  line-height: 1.8;
}

.global-list li::before {
  content: '';
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--color-orange);
}

.global-list li strong {
  color: var(--color-navy);
  font-weight: 700;
}

.global-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.global-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.global-social-link:hover {
  background: var(--color-navy);
  transform: translateY(-3px);
}

.global-img-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.global-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991.98px){
  .global-section {
    padding: 48px 0;
  }

  .global-title {
    font-size: 18pt;
  }

  .global-img-wrap {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px){
  .quality-section {
    padding: 48px 0;
  }

  .quality-header {
    margin-bottom: 32px;
  }

  .quality-title {
    font-size: 18pt;
  }

  .quality-grid {
    margin-bottom: 40px;
  }
}

/* ============================================
   Team Section (Swiper)
   ============================================ */
.team-section {
  padding: 72px 0;
  background: #fff;
  overflow: hidden;
}

.team-header {
  margin-bottom: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.team-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.team-title-highlight {
  color: var(--color-orange);
}

.team-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

.team-slider {
  margin: 0 auto;
}

.team-swiper {
  padding: 8px 0 12px;
  overflow: visible;
}

.team-slider .swiper-slide {
  height: auto;
}

.team-card {
  text-align: center;
  padding: 32px 24px 28px;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-card:hover {
  transform: translateY(-6px);
}

.team-avatar {
  width: 260px;
  height: 260px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--color-orange-light);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-name {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 6px;
  line-height: 1.3;
}

.team-role {
  font-size: 10pt;
  color: var(--color-steel);
  margin: 0;
  line-height: 1.5;
}

.team-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.team-nav-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-nav-btn:hover {
  color: var(--color-orange-dark);
}

.team-pagination {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.team-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-orange-light);
  opacity: 1;
}

.team-pagination .swiper-pagination-bullet-active {
  background: var(--color-orange);
}

@media (max-width: 767.98px){
  .team-nav {
    display: none;
  }

  .team-pagination {
    display: flex;
  }
}

@media (max-width: 767.98px){
  .team-section {
    padding: 48px 0;
  }

  .team-header {
    margin-bottom: 32px;
  }

  .team-title {
    font-size: 18pt;
  }
}

/* ============================================
   Core Values Section
   ============================================ */
.values-section {
  padding: 72px 0;
  background: #fff;
}

.values-header {
  margin-bottom: 48px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.values-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.values-title-highlight {
  color: var(--color-orange);
}

.values-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

.values-grid {
  --bs-gutter-y: 28px;
}

.values-card {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 40px 28px 36px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.values-card:hover {
  border-color: var(--color-orange);
  box-shadow: 0 20px 48px rgba(251, 135, 8, 0.12);
  transform: translateY(-6px);
}

.values-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--color-orange-light);
  color: var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.values-card:hover .values-icon {
  background: var(--color-orange);
  color: #fff;
}

.values-name {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.values-desc-line {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991.98px){
  .values-section {
    padding: 48px 0;
  }

  .values-header {
    margin-bottom: 32px;
  }

  .values-title {
    font-size: 18pt;
  }
}

.collections-section {
  padding: 72px 0;
  background: #fff;
}

.collections-header {
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.collections-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.collections-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

.collections-swiper {
  padding-bottom: 56px;
  overflow: hidden;
}

.collection-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  overflow: hidden;
}

.collection-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.collection-img-wrap {
  position: relative;
  overflow: hidden;
}

.collection-img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-card:hover .collection-img-wrap img {
  transform: scale(1.04);
}

.collection-info {
  padding: 24px 24px 28px;
}

.collection-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  line-height: 1.4;
}

.collection-name {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0 0 8px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.collection-desc {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.65;
  margin: 0;
}

.collections-pagination {
  position: relative!important;
  bottom: 0 !important;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.collections-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.collections-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 4px;
  background: var(--color-orange);
}

.collections-cta {
  margin-top: 48px;
}

.collections-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11pt;
  font-weight: 600;
  color: #fff;
  background: var(--color-orange);
  border: 1.5px solid var(--color-orange);
  border-radius: 50px;
  padding: 12px 36px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1.4;
}

.collections-btn:hover {
  background: transparent;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.collections-btn svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.collections-btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 767.98px){
  .collections-section {
    padding: 48px 0;
  }

  .collections-swiper {
    padding-bottom: 72px;
  }

  .collections-header {
    margin-bottom: 32px;
  }

  .collection-img-wrap img {
    height: 280px;
  }

  .collection-info {
    padding: 20px 20px 24px;
  }

  .collections-cta {
    margin-top: 32px;
  }

  .collections-btn {
    font-size: 14px;
    padding: 11px 28px;
  }
}

/* ============================================
   Quality Control Section — Lab Inspection Design
   ============================================ */
.qc-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Subtle geometric pattern overlay for lab feel */
.qc-section .container {
  position: relative;
  z-index: 1;
}

.qc-header {
  margin-bottom: 52px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.qc-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.qc-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

/* --- Card: Lab Inspection Station --- */
.qc-card {
  background: #fff;
  height: 100%;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.qc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.qc-card-body {
  padding: 0;
}

.qc-img-wrap {
  position: relative;
  overflow: hidden;
}

.qc-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(37, 43, 74, 0.06));
  pointer-events: none;
}

.qc-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.qc-card:hover .qc-img-wrap img {
  transform: scale(1.06);
}

.qc-info {
  padding: 22px 24px 28px;
}

/* Badge-style label */
.qc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.5;
}

.qc-badge::before {
  display: none;
}

.qc-sub {
  font-size: 10pt;
  color: var(--color-text-primary);
  line-height: 1.6;
  margin: 0 0 8px;
  font-weight: 500;
}

.qc-detail {
  font-size: 10pt;
  color: var(--color-steel);
  line-height: 1.65;
  margin: 0;
}

.qc-cta {
  margin-top: 52px;
}

.qc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: var(--color-orange);
  border: 1.5px solid var(--color-orange);
  border-radius: 50px;
  padding: 12px 36px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1.4;
}

.qc-btn:hover {
  background: transparent;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.qc-btn svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.qc-btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 767.98px){
  .qc-section {
    padding: 52px 0;
  }

  .qc-header {
    margin-bottom: 36px;
  }

  .qc-img-wrap img {
    height: 200px;
  }

  .qc-info {
    padding: 18px 20px 24px;
  }

  .qc-cta {
    margin-top: 36px;
  }

  .qc-btn {
    font-size: 14px;
    padding: 11px 28px;
  }
}

/* ============================================
   Partners Section — Trusted Partners + Team Collage
   ============================================ */
.partners-section {
  padding: 80px 0;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}

/* Subtle geometric pattern overlay */
.partners-section .container {
  position: relative;
  z-index: 1;
}

.partners-header {
  margin-bottom: 44px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.partners-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.4;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.partners-title-black {
  color: var(--color-navy);
}

.partners-title-orange {
  color: var(--color-orange);
}

.partners-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin: 0;
}

/* --- Swiper Wrap --- */
.partners-swiper-wrap {
  margin-bottom: 56px;
  padding: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.partners-swiper {
  overflow: hidden;
  width: 100%;
}

.partners-swiper .swiper-wrapper {
  align-items: center;
}

.partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.partner-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  background: #fff;;
}

.partner-logo {
  max-width: 180px;
  height: auto;
  max-height: 72px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* --- Team Photo Collage Grid --- */
.collage-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 70px;
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

.collage-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  will-change: transform;
  margin: 0;
}

.collage-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Explicit positions matching the original collage layout */
/* Row 1: bottom-aligned at line 4 */
.collage-item:nth-child(1)  { grid-column: 4 / 6;  grid-row: 2 / 4; }
.collage-item:nth-child(2)  { grid-column: 6 / 9;  grid-row: 1 / 4; }
.collage-item:nth-child(3)  { grid-column: 9 / 11; grid-row: 2 / 4; }
/* Row 2: bottom-aligned at line 7, middle 3 uniform height */
.collage-item:nth-child(4)  { grid-column: 1 / 3;  grid-row: 5 / 7; }
.collage-item:nth-child(5)  { grid-column: 3 / 5;  grid-row: 4 / 7; }
.collage-item:nth-child(6)  { grid-column: 5 / 9;  grid-row: 4 / 7; }
.collage-item:nth-child(7)  { grid-column: 9 / 11; grid-row: 4 / 7; }
.collage-item:nth-child(8)  { grid-column: 11 / 13;grid-row: 5 / 7; }
/* Row 3: top-aligned at line 7 */
.collage-item:nth-child(9)  { grid-column: 2 / 4;  grid-row: 7 / 9; }
.collage-item:nth-child(10) { grid-column: 4 / 6;  grid-row: 7 / 10; }
.collage-item:nth-child(11) { grid-column: 6 / 9;  grid-row: 7 / 9; }
.collage-item:nth-child(12) { grid-column: 9 / 11; grid-row: 7 / 9; }

/* Hover */
.collage-item:hover {
  transform: scale(1.03);
  z-index: 10;
}

/* --- Responsive: Tablet --- */
@media (max-width: 991.98px){
  .collage-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 80px;
    gap: 10px;
  }

  .collage-item:nth-child(1)  { grid-column: 1 / 3; grid-row: 2 / 4; }
  .collage-item:nth-child(2)  { grid-column: 3 / 5; grid-row: 1 / 4; }
  .collage-item:nth-child(3)  { grid-column: 5 / 7; grid-row: 2 / 4; }
  .collage-item:nth-child(4)  { grid-column: 1 / 3; grid-row: 5 / 7; }
  .collage-item:nth-child(5)  { grid-column: 3 / 5; grid-row: 4 / 7; }
  .collage-item:nth-child(6)  { grid-column: 5 / 7; grid-row: 4 / 7; }
  .collage-item:nth-child(7)  { grid-column: 1 / 3; grid-row: 7 / 9; }
  .collage-item:nth-child(8)  { grid-column: 3 / 5; grid-row: 7 / 9; }
  .collage-item:nth-child(9)  { grid-column: 5 / 7; grid-row: 7 / 9; }
  .collage-item:nth-child(10) { grid-column: 1 / 4; grid-row: 9 / 11; }
  .collage-item:nth-child(11) { grid-column: 4 / 7; grid-row: 9 / 11; }
  .collage-item:nth-child(12) { grid-column: 1 / 4; grid-row: 11 / 13; }
}

/* --- Responsive: Mobile --- */
@media (max-width: 575.98px){
  .collage-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .collage-item,
  .collage-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .collage-item:nth-child(3n) {
    grid-column: span 2;
  }

  .collage-item,
  .collage-item picture,
  .collage-item img {
    border-radius: 8px;
  }
}

/* --- Responsive --- */
@media (max-width: 991.98px){
  .partners-section {
    padding: 56px 0;
  }

  .partners-header {
    margin-bottom: 32px;
  }

  .partners-swiper-wrap {
    margin-bottom: 40px;
  }

  .partner-logo {
    max-width: 150px;
    max-height: 60px;
  }
}

@media (max-width: 575.98px){
  .partners-section {
    padding: 44px 0;
  }

  .partners-header {
    margin-bottom: 24px;
  }

  .partners-desc {
    font-size: 14px;
  }

  .partners-swiper-wrap {
    margin-bottom: 32px;
  }

  .partner-logo {
    max-width: 90px;
    max-height: 36px;
  }
}

/* ============================================
   Testimonials Section — What Partners Say
   ============================================ */
.testimonials-section {
  padding: 100px 0;
  background: var(--color-white);
  position: relative;
  overflow: hidden;
}

/* Subtle grid overlay matching partners-section */

.testimonials-section .container {
  position: relative;
  z-index: 1;
}

.testimonials-subtitle {
  display: inline-block;
  font-size: 16pt;
  font-weight: 600;
  color: var(--color-orange);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.testimonials-title {
  font-family: var(--font-heading);
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.testimonials-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* --- Social Icons Row --- */
.testimonials-social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.testimonials-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-orange);
  background: var(--color-orange-light);
  text-decoration: none;
  transition: all 0.3s ease;
}

.testimonials-social-icon:hover {
  color: var(--color-white);
  background: var(--color-orange);
  transform: translateY(-2px);
}

.testimonials-social-icon svg {
  display: block;
}

/* --- Testimonial Cards Swiper --- */
.testimonials-swiper-wrap {
  position: relative;
}

.testimonials-swiper {
  overflow: hidden;
  width: 100%;
  padding: 20px !important;
}

.testimonials-swiper .swiper-wrapper {
  align-items: stretch;
}

.testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.testimonials-swiper .swiper-slide .testimonial-card {
  width: 100%;
}

/* --- Testimonials Pagination --- */
.testimonials-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding: 0;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(37, 43, 74, 0.15);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 4px;
  background: var(--color-orange);
}

/* --- Individual Card --- */
.testimonial-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial-card:hover {
  border-color: transparent;
  box-shadow: 0 10px 18px rgba(37, 43, 74, 0.1)
}

.testimonial-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.testimonial-rating svg {
  display: block;
  flex-shrink: 0;
}

.testimonial-text {
  font-size: 1.125rem;
  color: var(--color-navy);
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 24px;
  flex-grow: 1;
}

.testimonial-author {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
  margin: 0;
  margin-top: auto;
}

/* --- Responsive: Tablet --- */
@media (max-width: 991.98px){
  .testimonials-section {
    padding: 80px 0;
  }

  .testimonials-social {
    margin-bottom: 40px;
  }

  .testimonial-card {
    padding: 28px;
  }
}

/* --- Responsive: Mobile --- */
@media (max-width: 575.98px){
  .testimonials-section {
    padding: 56px 0;
  }

  .testimonials-social {
    gap: 16px;
    margin-bottom: 36px;
  }

  .testimonials-social-icon {
    width: 36px;
    height: 36px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .testimonial-text {
    font-size: 1rem;
  }
}

/* ============================================
   Module 10: Industry Insights 照明知识/采购指南
   ============================================ */
.insights-section {
  padding: 30px 0;
  background: var(--color-white);
  position: relative;
  overflow: hidden;
}

/* --- Subtitle --- */
.insights-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16pt;
  font-weight: 700;
  color: var(--color-orange);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.insights-subtitle-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.insights-title {
  font-family: var(--font-heading);
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.insights-desc {
  font-size: 11pt;
  color: var(--color-steel);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 100%;
}

/* --- CTA Button (same style as hero .btn-primary) --- */
.insights-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-orange) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 10px 26px;
  border-radius: 50px;
  border: 1.5px solid var(--color-orange) !important;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.insights-cta:hover {
  background: transparent !important;
  border-color: var(--color-orange) !important;
  color: var(--color-orange) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.insights-cta:active {
  transform: translateY(0);
}
.insights-cta svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.insights-cta:hover svg {
  transform: translateX(4px);
}

/* --- Featured Swiper with Overlay --- */
.featured-swiper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.featured-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.featured-slide-img {
  position: relative;
  overflow: hidden;
}

.featured-slide-img-link {
  display: block;
}

.featured-slide-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-swiper .swiper-slide:hover .featured-slide-img img {
  transform: scale(1.04);
}

/* Gradient overlay + text at bottom */
.featured-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 32px 28px;
  background: linear-gradient(0deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.35) 50%, transparent 100%);
  color: #fff;
  pointer-events: none;
}

.featured-slide-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.featured-slide-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
  margin-bottom: 8px;
}

.featured-slide-title {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #fff;
}

.featured-slide-tags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  opacity: 0.7;
  letter-spacing: 0.02em;
}

/* ========== Floating Customer Service Widget ========== */
.float-widget {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(calc(-50% + 20px));
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.float-widget.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.float-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 18px;
  box-shadow: 0 0px 18px rgba(51, 51, 51, 0.14), 0 2px 8px rgba(51, 51, 51, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.float-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: var(--color-navy);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.float-item:hover {
  background: rgba(52, 152, 246, 0.12);
  color: var(--color-gold);
}
.float-icon {
  flex-shrink: 0;
  color: var(--color-navy);
  transition: transform 0.3s ease, color 0.3s ease;
}
.float-item:hover .float-icon {
  color: var(--color-gold);
  transform: translateY(-1px);
}
.float-pop {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  min-width: 220px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(162, 155, 254, 0.24);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(51, 51, 51, 0.18), 0 2px 8px rgba(51, 51, 51, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.float-pop::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.95);
}
.float-item:hover .float-pop,
.float-item.open .float-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}
.float-pop-title {
  margin: 0 0 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(162, 155, 254, 0.2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333333;
}
.float-pop-close {
  display: none;
}
.float-pop-link {
  display: block;
  padding: 8px 6px;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}
.float-pop-link + .float-pop-link {
  margin-top: 2px;
}
.float-pop-link:hover {
  background: rgba(52, 152, 246, 0.1);
  color: var(--color-navy);
}
.float-pop-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
}
.float-pop-hint {
  margin: 10px 0 2px;
  font-size: 0.75rem;
  color: #333333;
  text-align: center;
}
.float-item-top {
  color: var(--color-navy);
}
.float-item-top:hover {
  background: rgba(52, 152, 246, 0.12);
  color: var(--color-gold);
}
@media (max-width: 767.98px){
  body {
    padding-bottom: 62px;
  }
  .float-widget {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    transform: none;
  }
  .float-widget.show {
    transform: none;
  }
  .float-panel {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 6px 8px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.75);
  }
  .float-item {
    flex: 1;
    width: auto;
    height: 46px;
  }
  .float-panel {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .float-pop {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 60px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 20px;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    background: rgba(255, 255, 255, 0.97);
    border: none;
    border-top: 1px solid rgba(10, 61, 112, 0.1);
    border-radius: 0;
    transform: none;
    z-index: 20;
  }
  .float-item:hover .float-pop,
  .float-item.open .float-pop {
    transform: none;
  }
  .float-pop::after {
    display: none;
  }
  .float-pop-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: rgba(251, 135, 8, 0.08);
    color: var(--color-orange);
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .float-pop-close:hover {
    background: var(--color-orange);
    color: #ffffff;
  }
  .float-pop-title {
    font-size: 0.875rem;
  }
  .float-pop-link {
    padding: 14px 6px;
    font-size: 1rem;
  }
  .float-pop-link + .float-pop-link {
    border-top: 1px solid rgba(10, 61, 112, 0.06);
  }
  .float-pop-img {
    width: 200px;
    margin: 0 auto;
  }
  .float-pop-hint {
    text-align: center;
  }
}

/* Pagination overlaid */
.featured-pagination {
  position: absolute !important;
  bottom: 14px !important;
  right: 24px !important;
  left: auto !important;
  width: auto !important;
  display: flex;
  gap: 6px;
}

.featured-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.5);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.featured-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: #fff;
}

/* Featured Swiper Nav Buttons */
.featured-swiper-prev,
.featured-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  pointer-events: none;
}

.featured-swiper:hover .featured-swiper-prev,
.featured-swiper:hover .featured-swiper-next {
  opacity: 1;
  pointer-events: auto;
}

.featured-swiper-prev {
  left: 16px;
}

.featured-swiper-next {
  right: 16px;
}

.featured-swiper-prev:hover,
.featured-swiper-next:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-50%) scale(1.08);
}

/* Hide nav on mobile */
@media (max-width: 575.98px){
  .featured-swiper-prev,
  .featured-swiper-next {
    display: none;
  }
}

/* --- News Cards --- */
.news-card {
  background: var(--color-white);
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-card:hover::after {
  transform: scaleX(1);
}

.news-card-image-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-card-title-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.news-card-title-link:hover .news-card-title {
  color: var(--color-orange);
}

.news-card-image-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.news-card-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(37, 43, 74, 0.06));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.news-card:hover .news-card-image-wrap::after {
  opacity: 1;
}

.news-card-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-card:hover .news-card-image {
  transform: scale(1.06);
}

.news-card-body {
  padding: 28px 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-border);
  margin-top: 0;
}

.news-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.news-date-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.5;
}

.news-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-navy);
  line-height: 1.4;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}

.news-card:hover .news-card-title {
  color: var(--color-orange);
}

.news-tags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: var(--color-text-light);
  line-height: 1.5;
  margin-bottom: 24px;
  flex-grow: 1;
  letter-spacing: 0.02em;
}

.news-tags-icon {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.5;
}

.read-article-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-orange);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  margin-top: auto;

}

.read-article-link .arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.read-article-link:hover {
  color: var(--color-orange-dark);
}

.read-article-link:hover .arrow-icon {
  transform: translateX(5px);
}

/* --- Responsive: Tablet --- */
@media (max-width: 991.98px){
  .insights-section {
    padding: 80px 0;
  }

  .insights-cta {
    font-size: 0.875rem;
    padding: 9px 22px;
  }

  .news-card-title {
    font-size: 1.125rem;
  }

  .news-card-image {
    height: 240px;
  }

  .featured-slide-overlay {
    padding: 32px 24px 20px;
  }

  .featured-slide-title {
    font-size: 1.125rem;
  }
}

/* --- Responsive: Mobile --- */
@media (max-width: 575.98px){
  .insights-section {
    padding: 56px 0;
  }

  .insights-cta {
    font-size: 0.8125rem;
    padding: 8px 20px;
  }

  .news-card-title {
    font-size: 1.0625rem;
  }

  .news-card-body {
    padding: 22px 0 0;
  }

  .news-card-image {
    height: 200px;
  }

  .read-article-link {
    font-size: 0.8125rem;
  }

  .featured-slide-overlay {
    padding: 24px 16px 16px;
  }

  .featured-slide-title {
    font-size: 1rem;
  }

  .featured-slide-meta {
    font-size: 0.75rem;
  }

  .featured-slide-tags {
    font-size: 0.75rem;
  }
}
   
/* ============================================
   CTA Section — Call to Action
   ============================================ */
.cta-section {
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 52px 0;
  position: relative;
  border-top: 1px solid rgba(37,43,74,0.08);
}

.cta-inner-split {
  align-items: center;
}

.cta-inner-split .cta-title {
  flex: 0 0 auto;
  margin-bottom: 0;
  max-width: 460px;
}

.cta-inner-split .cta-desc {
  flex: 1;
  max-width: 520px;
  margin-bottom: 0;
}

.cta-content {
  flex: 1;
  min-width: 0;
}

.cta-title {
  font-family: var(--font-heading);
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1.25;
  margin-bottom: 14px;
}

.cta-desc {
  font-size: 13pt;
  color: var(--color-steel);
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 0;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: var(--color-orange);
  border: 1.5px solid var(--color-orange);
  border-radius: 50px;
  padding: 13px 36px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-btn:hover {
  background: transparent;
  color: var(--color-orange);
  border-color: var(--color-orange);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.cta-btn svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-btn:hover svg {
  transform: translateX(4px);
}

/* --- Responsive: Tablet --- */
@media (max-width: 991.98px){
  .cta-section {
    padding: 48px 0 64px;
  }

  .cta-inner {
    padding: 40px 0;
    flex-direction: column;
    text-align: center;
  }

  .cta-inner-split {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cta-inner-split .cta-title {
    flex: 1 1 100%;
    max-width: none;
  }

  .cta-inner-split .cta-desc {
    flex: 1 1 60%;
    max-width: none;
  }

  .cta-inner-split .cta-btn {
    flex: 1 1 auto;
  }

  .cta-desc {
    max-width: 100%;
  }

  .cta-btn {
    font-size: 0.9375rem;
    padding: 11px 30px;
  }
}

/* --- Responsive: Mobile --- */
@media (max-width: 767.98px){
  .cta-section {
    padding: 36px 0 48px;
  }

  .cta-inner {
    flex-direction: column;
    text-align: center;
    padding: 28px 0;
    gap: 20px;
  }

  .cta-inner-split {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .cta-inner-split .cta-title {
    flex: 0 0 auto;
  }

  .cta-inner-split .cta-desc {
    flex: 0 0 auto;
  }

  .cta-desc {
    max-width: 100%;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
    font-size: 0.9375rem;
    padding: 12px 28px;
  }
}

/* ============================================
   ODM Design Partner Section
   ============================================ */
.odm-section {
  padding: 80px 0;
  background: #fff;
}

.odm-head {
  margin: 0 auto 48px;
  text-align: center;
}

.odm-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 20px;
}

.odm-title-accent {
  color: var(--color-orange);
}

.odm-desc {
  font-size: 11pt;
  line-height: 1.8;
  color: var(--color-text-secondary);
  margin: 0;
}

.odm-grid {
  gap: 32px 0;
}

.odm-card {
  padding: 0 16px;
}

.odm-card-media {
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 12px;
}

.odm-card-media img {
  display: block;
  width: 100%;
  height: auto;
}

.odm-card-body {
  padding: 0 4px;
}

.odm-card-title {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 10px;
}

.odm-card-desc {
  font-size: 10pt;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0;
}

@media (max-width: 767.98px){
  .odm-section {
    padding: 56px 0;
  }
  .odm-title {
    font-size: 18pt;
  }
  .odm-desc {
    font-size: 10pt;
  }
  .odm-card-title {
    font-size: 11pt;
  }
}

/* ============================================
   How It Works Section
   ============================================ */
.how-section {
  padding: 80px 0;
  background: #fff;
}

.how-head {
  margin: 0 auto 48px;
  text-align: center;
}

.how-title {
  font-size: 20pt;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

.how-title-accent {
  color: var(--color-orange);
}

.how-desc {
  font-size: 11pt;
  color: var(--color-text-secondary);
  margin: 0;
}

.how-grid {
  gap: 32px 0;
}

.how-col {
  padding: 0;
}

@media (min-width: 768px){
  .how-col:nth-child(2n) {
    padding-left: 80px;
  }
}

.how-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 12px 0;
  height: 100%;
  text-align: left;
}

.how-media {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-media img {
  max-width: 100%;
  height: auto;
}

.how-title-s {
  font-size: 12pt;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 10px;
}

.how-desc-s {
  font-size: 10pt;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0;
}

@media (max-width: 767.98px){
  .how-section {
    padding: 56px 0;
  }
  .how-title {
    font-size: 18pt;
  }
  .how-media {
    width: 100px;
  }
}

/* ============================================
   Starter Section — New Project
   ============================================ */
.starter-section {
  padding: 120px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, var(--color-bg-secondary) 0%, #fff 100%);
}

.starter-inbox {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.starter-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: var(--color-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.starter-inbox h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}

.starter-inbox p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--color-text-secondary);
  margin: 0;
}

@media (max-width: 767.98px){
  .starter-section {
    padding: 80px 0;
  }
  .starter-inbox h1 {
    font-size: 30px;
  }
}

/* ============================================
   新锐进 Header — 单层悬浮毛玻璃导航
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.header-main {
  background: transparent;
  border-bottom: none;
}

.header-main > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.header-logo {
  z-index: 2;
}

.header-logo img {
  height: 40px;
  width: auto;
  max-height: 44px;
  object-fit: contain;
}

/* 导航主体：单层，居中 */
.header-nav-main {
  position: static;
  flex: 1 1 auto;
  display: none;
  justify-content: center;
  pointer-events: auto;
}

.header-nav-main .nav-list {
  margin: 0 auto;
}

.header-nav-main .nav-item > a {
  color: var(--color-text-primary);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  height: 72px;
}

.header-nav-main .nav-item > a::before {
  top: auto;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 12px;
  height: 2px;
  border-radius: 0;
  background: var(--color-navy);
}

.header-nav-main .nav-item > a:hover,
.header-nav-main .nav-item > a:focus,
.header-nav-main .nav-item.current-menu-item > a {
  color: var(--color-navy);
}

/* 右侧操作区 */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  z-index: 4;
}

.header-tel-cta {
  display: none;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-text-primary);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, transform 0.25s ease;
}

.header-tel-cta svg {
  color: var(--color-text-primary);
}

.header-tel-cta:hover {
  color: var(--color-navy);
  transform: translateY(-1px);
}

/* 咨询按钮（主色蓝） */
.header-quote-btn {
  display: none;
  align-items: center;
  margin: 0;
  padding: 0.6rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}

.site-header .header-quote-btn:hover,
.site-header.navbar-scrolled .header-quote-btn:hover {
  background: transparent;
  border: 1.5px solid var(--color-navy);
  color: var(--color-navy) !important;
  box-shadow: none;
  transform: translateY(-2px);
  filter: none;
}

/* 汉堡按钮 */
.navbar-toggler {
  color: var(--color-navy);
  width: 44px;
  height: 44px;
  justify-content: center;
}

@media (min-width: 768px){
  .header-actions {
    gap: 1.25rem;
  }
}

@media (min-width: 1200px){
  .header-nav-main {
    display: flex;
  }
  .navbar-toggler {
    display: none;
  }
  .header-quote-btn {
    display: inline-flex;
  }
}

@media (min-width: 1400px){
  .header-tel-cta {
    display: inline-flex;
  }
}

/* 移动端抽屉 */
.header-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--color-border);
}

.header-mobile-head img {
  height: 40px;
  width: auto;
}

.header-nav-mobile .header-mobile-head .mobile-close-btn {
  position: static;
  width: 44px;
  height: 44px;
  color: var(--color-navy);
}

.header-nav-mobile .header-mobile-head .mobile-close-btn:hover {
  color: var(--color-orange);
  background: var(--color-bg-light);
}

@media (max-width: 991.98px){
  .header-nav-mobile .nav-list {
    padding-top: 10px;
  }
  .header-mobile-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 20px;
    padding: 0.85rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
    border-radius: 50px;
    text-decoration: none;
  }
  .header-mobile-tel svg {
    color: #fff;
  }
}

/* 滚动后保持纯白背景 + 主色（与顶部一致） */
.site-header.navbar-scrolled {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.site-header.navbar-scrolled .header-nav-main .nav-item > a {
  color: var(--color-text-primary);
}

.site-header.navbar-scrolled .header-nav-main .nav-item > a::before {
  background: var(--color-navy);
}

.site-header.navbar-scrolled .header-nav-main .nav-item > a:hover,
.site-header.navbar-scrolled .header-nav-main .nav-item > a:focus,
.site-header.navbar-scrolled .header-nav-main .nav-item.current-menu-item > a {
  color: var(--color-navy);
}

.site-header.navbar-scrolled .header-tel-cta {
  color: var(--color-text-primary);
}

.site-header.navbar-scrolled .header-tel-cta svg {
  color: var(--color-text-primary);
}

.site-header.navbar-scrolled .header-tel-cta:hover {
  color: var(--color-navy);
}

.site-header.navbar-scrolled .header-quote-btn {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border: none;
  color: #fff !important;
}

.site-header.navbar-scrolled .navbar-toggler {
  color: var(--color-navy);
}

/* ============================================
   首页 Hero 主视觉
   ============================================ */
.hero {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--color-navy-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20, 6, 12, 0.72), rgba(20, 6, 12, 0.22) 60%, rgba(20, 6, 12, 0.3));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 130px 0 120px;
  color: #fff;
  max-width: 100%;
}

.hero-slogan {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--color-gold);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.hero-content h1 {
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.045em;
  max-width: 14em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.hero-tags {
  list-style: none;
  margin: 0 0 2.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-tags li {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1.05rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hero-btn-primary {
  color: var(--color-navy-dark);
  background: var(--color-gold);
  box-shadow: 0 6px 20px rgba(201, 169, 97, 0.35);
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  background: var(--color-gold-dark);
  color: #fff;
  box-shadow: 0 10px 26px rgba(201, 169, 97, 0.45);
}

.hero-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-btn-ghost:hover {
  transform: translateY(-2px);
  background: #fff;
  color: var(--color-navy-dark);
  border-color: #fff;
}

/* 底部四项服务 */
.hero-services {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 4, 7, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-services-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero-service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.15rem 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: background 0.25s ease, color 0.25s ease;
}

.hero-service + .hero-service {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-service svg {
  color: var(--color-gold);
  flex-shrink: 0;
}

.hero-service:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-gold);
}

@media (min-width: 768px){
  .hero-content h1 {
    font-size: 3.25rem;
  }
}

@media (min-width: 1200px){
  .hero-content h1 {
    font-size: 4rem;
  }
  .hero-slogan {
    font-size: 1.0625rem;
  }
}

/* 移动端：高度自适应 + 服务条 2x2 */
@media (max-width: 575.98px){
  .hero {
    height: auto;
    min-height: 660px;
  }
  .hero-content {
    padding: 110px 0 260px;
  }
  .hero-content h1 {
    font-size: 2.125rem;
    letter-spacing: 0.03em;
  }
  .hero-tags {
    gap: 0.5rem;
  }
  .hero-tags li {
    padding: 0.4rem 0.85rem;
    font-size: 0.8125rem;
  }
  .hero-services-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-service {
    justify-content: flex-start;
    padding: 0.9rem 1rem;
    font-size: 0.875rem;
    gap: 0.5rem;
  }
  .hero-service + .hero-service {
    border-left: none;
  }
  .hero-service:nth-child(2n+1) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }
  .hero-service:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .hero-service svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px){
  .hero-content h1 {
    font-size: 2.75rem;
  }
  .hero-service {
    font-size: 0.9rem;
    gap: 0.5rem;
  }
}

/* 轮播控制：左右箭头侧边居中 + 底部居中分页，始终显示 */

/* 单画面时不显示控制条 */

/* 底部信任条 */

/* 平板 */

/* 宽屏 */

/* ===== 第二张幻灯片：服务玻璃面板（差异化） ===== */

/* 平板：更多行 */

/* 宽屏：与第一张同宽居左 */

/* ===== 第三张幻灯片：批发招商（居中布局，差异化） ===== */

/* 平板：标题含作用户断点，仅调整内联元素间距 */

/* 宽屏 */

/* 移动端微调 */

/* ============ 关于我们 ============ */
.about-section {
  padding: 72px 0 84px;
  background: var(--color-white);
  content-visibility: auto;
  contain-intrinsic-size: 940px;
}

.about-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.about-media {
  position: relative;
}

.about-media-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.14);
}

.about-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 3px solid transparent;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.9), rgba(122, 26, 61, 0.55)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
  text-transform: uppercase;
}

.about-eyebrow svg {
  color: var(--color-navy);
}

.about-title {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-black);
  letter-spacing: 0.02em;
}

.about-desc {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

@media (min-width: 768px){
  .about-title {
    font-size: 34px;
  }
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-navy);
  border: 1.5px solid var(--color-navy);
  border-radius: 999px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.about-btn:hover {
  background: var(--color-navy-dark);
  color: var(--color-white);
}

.about-btn svg {
  transition: transform 0.3s ease;
}

.about-btn:hover svg {
  transform: translateX(4px);
}

/* 下部：数据条 + 优势卡片 */
.about-money {
  margin-top: 56px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0 0 40px;
  padding: 30px 20px;
  list-style: none;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(122, 26, 61, 0.28);
}

.about-stats::before {
  content: "";
  position: absolute;
  top: -78px;
  right: -58px;
  width: 210px;
  height: 210px;
  border: 28px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.about-stats::after {
  content: "";
  position: absolute;
  left: -42px;
  bottom: -64px;
  width: 170px;
  height: 170px;
  border: 24px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 18px 8px;
  position: relative;
  z-index: 1;
}

.about-stat:nth-child(2)::before,
.about-stat:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 56%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}

.about-stat strong {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-white);
}

.about-stat span {
  font-size: 13px;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: color 0.3s ease;
}

.about-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-top: 1px;
  color: #ffffff;
  background: var(--color-navy-light);
  border: 1px solid var(--color-navy);
  border-radius: 14px;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.about-feature:hover .about-feature-icon {
  background: var(--color-navy);
  color: var(--color-white);
  transform: translateY(-2px);
}

.about-feature-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.about-feature-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--color-black);
}

.about-feature-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

/* 平板及以上 — 左右分栏 */
@media (min-width: 768px){
  .about-section {
    padding: 96px 0;
  }
  .about-intro {
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
  }
  .about-title {
    font-size: 32px;
  }
  .about-stat strong {
    font-size: 34px;
  }
  .about-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 992px){
  .about-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-stat:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 56%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
  }
  .about-features {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 移动端微调 */
@media (max-width: 575.98px){
  .about-section {
    padding: 56px 0 64px;
  }
  .about-title {
    font-size: 24px;
  }
  .about-stat strong {
    font-size: 24px;
  }
}

.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(17, 17, 17, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(122, 26, 61, 0.14);
}

.product-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.product-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--color-navy-light);
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card-media img {
  transform: scale(1.06);
}

.product-card-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-ink);
}

.product-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card-brand {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-navy);
}

.product-card-inquiry {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  padding: 5px 11px;
  border-radius: 999px;
}

.product-card--czy:hover { border-color: #FD79A8; }
.product-card--sl:hover  { border-color: #6C5CE7; }
.product-card--sn:hover  { border-color: #111111; }

/* 移动端微调 */

/* ========================================
   供应链服务 SUPPLY CHAIN
   ======================================== */

/* 区块标题（非卡片） */

/* 服务总览（非卡片，居中正文） */

/* 五大核心服务 分组标签 */

/* 五大核心服务卡片：批发采购居中放大（去卡片设计）+ 其余卡片左右成列
   grid 布局，桌面端三列：左列(一件代发/云仓配送) · 中列(批发采购主打) · 右列(隐私包装/全国发货) */

/* 居中主打卡：完全无背景、无卡片框的极简设计
   仅保留线框圆形图标 + 标题 + 正文，用玫红短线作编辑式锚点 */

/* ============================================
   News Section (新闻资讯)
   ============================================ */
.news-section {
  padding: 72px 0 84px;
  background: var(--color-bg-light);
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

.news-head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
}

.news-title {
  margin-bottom: 12px;
  font-family: var(--font-display, inherit);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-black);
}

.news-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

@media (min-width: 768px){
  .news-title {
    font-size: 34px;
  }
}

.news-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.news-tab {
  min-height: 44px;
  padding: 10px 24px;
  border: 1.5px solid var(--color-navy);
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease, box-shadow 0.3s ease;
}

.news-tab:hover {
  border-color: var(--color-navy-dark);
  color: var(--color-navy-dark);
  transform: translateY(-2px);
}

.news-tab.active {
  background: linear-gradient(135deg, #5FB0FA 0%, #A39BFF 48%, #F7A9CB 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(52, 123, 235, 0.28);
}

.news-tabpanels {
  position: relative;
}

.news-panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 22px;
}

.news-panel.active {
  display: grid;
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 22px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.news-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.news-media {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--color-bg-light);
}

.news-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-media img {
  transform: scale(1.05);
}

.news-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 24px 0;
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(var(--color-navy-rgb), 0.12);
}

.news-card:hover::before {
  transform: scaleX(1);
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.news-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-text-secondary);
}

.news-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--color-navy);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}

.news-tag--gold {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #ffffff;
}

.news-tag--purple {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #ffffff;
}

.news-card-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-navy);
}

.news-card-excerpt {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

.news-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.news-more svg {
  transition: transform 0.3s ease;
}

.news-more:hover {
  color: var(--color-orange);
}

.news-more:hover svg {
  transform: translateX(4px);
}

.news-footer {
  margin-top: 38px;
  text-align: center;
}

.news-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 30px;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.news-btn:hover {
  color: var(--color-navy-dark);
  gap: 12px;
}

.news-btn svg {
  transition: transform 0.3s ease;
}

.news-btn:hover svg {
  transform: translateX(4px);
}

/* ============================================
   Contact CTA (联系我们 · 卡片)
   ============================================ */
.contact-section {
  padding: 88px 0;
 
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

.contact-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(30, 36, 80, 0.26);
}

.contact-cta-text {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  text-align: left;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ffffff;
}

.contact-title {
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
}

.contact-sub {
  max-width: 520px;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.contact-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex: 0 0 auto;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--color-navy);
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.contact-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
  color: #ffffff;
}

.contact-btn--primary {
  border: none;
  background: #ffffff;
  color: var(--color-navy);
  box-shadow: 0 12px 26px rgba(20, 24, 60, 0.22);
}

.contact-btn--primary:hover {
  background: var(--color-navy);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(20, 24, 60, 0.3);
}

.contact-cta .contact-btn {
  min-height: 58px;
  padding: 15px 38px;
  font-size: 16px;
}

@media (min-width: 768px){
  .news-section {
    padding: 88px 0 96px;
  }
  .news-title {
    font-size: 32px;
  }
  .news-panel {
    grid-template-columns: 1fr 1fr;
  }
  .contact-section {
    padding:0 0 100px 0;
  }
  .contact-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 38px 44px;
  }
  .contact-cta-actions {
    align-items: flex-start;
    gap: 14px;
  }
  .contact-cta-actions .contact-btn {
    min-width: 132px;
  }
}

@media (min-width: 992px){
  .news-panel {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact-cta {
    padding: 42px 52px;
    gap: 48px;
  }
  .contact-title {
    font-size: 26px;
  }
  .contact-sub {
    font-size: 15px;
  }
}

/* 服务流程（非卡片，简洁 stepper + 虚线连接） */

/* 移动端微调 */

/* ============ 关于我们 ============ */
.about-section {
  padding: 72px 0 84px;
  background: var(--color-white);
  content-visibility: auto;
  contain-intrinsic-size: 940px;
}

.about-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.about-media {
  position: relative;
}

.about-media-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.14);
}

.about-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 3px solid transparent;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.9), rgba(122, 26, 61, 0.55)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
  text-transform: uppercase;
}

.about-eyebrow svg {
  color: var(--color-navy);
}

.about-title {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-black);
  letter-spacing: 0.02em;
}

.about-desc {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

@media (min-width: 768px){
  .about-title {
    font-size: 34px;
  }
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-navy);
  border: 1.5px solid var(--color-navy);
  border-radius: 999px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.about-btn:hover {
  background: var(--color-navy-dark);
  color: var(--color-white);
}

.about-btn svg {
  transition: transform 0.3s ease;
}

.about-btn:hover svg {
  transform: translateX(4px);
}

/* 下部：数据条 + 优势卡片 */
.about-money {
  margin-top: 56px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0 0 40px;
  padding: 30px 20px;
  list-style: none;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(122, 26, 61, 0.28);
}

.about-stats::before {
  content: "";
  position: absolute;
  top: -78px;
  right: -58px;
  width: 210px;
  height: 210px;
  border: 28px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.about-stats::after {
  content: "";
  position: absolute;
  left: -42px;
  bottom: -64px;
  width: 170px;
  height: 170px;
  border: 24px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 18px 8px;
  position: relative;
  z-index: 1;
}

.about-stat:nth-child(2)::before,
.about-stat:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 56%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
}

.about-stat strong {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-white);
}

.about-stat span {
  font-size: 13px;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: color 0.3s ease;
}

.about-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-top: 1px;
  color: #ffffff;
  background: var(--color-navy-light);
  border: 1px solid var(--color-navy);
  border-radius: 14px;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.about-feature:hover .about-feature-icon {
  background: var(--color-navy);
  color: var(--color-white);
  transform: translateY(-2px);
}

.about-feature-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.about-feature-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--color-black);
}

.about-feature-text {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

/* 平板及以上 — 左右分栏 */
@media (min-width: 768px){
  .about-section {
    padding: 96px 0;
  }
  .about-intro {
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
  }
  .about-title {
    font-size: 32px;
  }
  .about-stat strong {
    font-size: 34px;
  }
  .about-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 992px){
  .about-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-stat:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 56%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
  }
  .about-features {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 移动端微调 */
@media (max-width: 575.98px){
  .about-section {
    padding: 56px 0 64px;
  }
  .about-title {
    font-size: 24px;
  }
  .about-stat strong {
    font-size: 24px;
  }
}

.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(17, 17, 17, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(122, 26, 61, 0.14);
}

.product-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.product-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--color-navy-light);
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card-media img {
  transform: scale(1.06);
}

.product-card-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-ink);
}

.product-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card-brand {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-navy);
}

.product-card-inquiry {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background:var(--color-navy);
  padding: 5px 11px;
  border-radius: 999px;
}

.product-card--czy:hover { border-color: #FD79A8; }
.product-card--sl:hover  { border-color: #6C5CE7; }
.product-card--sn:hover  { border-color: #111111; }

/* 移动端微调 */

/* ========================================
   供应链服务 SUPPLY CHAIN
   ======================================== */

/* 区块标题（非卡片） */

/* 服务总览（非卡片，居中正文） */

/* 五大核心服务 分组标签 */

/* 五大核心服务卡片：批发采购居中放大（去卡片设计）+ 其余卡片左右成列
   grid 布局，桌面端三列：左列(一件代发/云仓配送) · 中列(批发采购主打) · 右列(隐私包装/全国发货) */

/* 居中主打卡：完全无背景、无卡片框的极简设计
   仅保留线框圆形图标 + 标题 + 正文，用玫红短线作编辑式锚点 */

/* ============================================
   News Section (新闻资讯)
   ============================================ */
.news-section {
  padding: 72px 0 84px;
  background: var(--color-bg-light);
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

.news-head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
}

.news-title {
  margin-bottom: 12px;
  font-family: var(--font-display, inherit);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-black);
}

.news-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

@media (min-width: 768px){
  .news-title {
    font-size: 34px;
  }
}

.news-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.news-tab {
  min-height: 44px;
  padding: 10px 24px;
  border: 1.5px solid var(--color-navy);
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease, box-shadow 0.3s ease;
}

.news-tab:hover {
  border-color: var(--color-navy-dark);
  color: var(--color-navy-dark);
  transform: translateY(-2px);
}

.news-tab.active {
  background: linear-gradient(135deg, #5FB0FA 0%, #A39BFF 48%, #F7A9CB 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(52, 123, 235, 0.28);
}

.news-tabpanels {
  position: relative;
}

.news-panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 22px;
}

.news-panel.active {
  display: grid;
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 22px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.news-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.news-media {
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--color-bg-light);
}

.news-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-media img {
  transform: scale(1.05);
}

.news-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 24px 0;
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(var(--color-navy-rgb), 0.12);
}

.news-card:hover::before {
  transform: scaleX(1);
}

.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.news-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-text-secondary);
}

.news-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--color-navy);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}

.news-tag--gold {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #ffffff;
}

.news-tag--purple {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #ffffff;
}

.news-card-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-black);;
}

.news-card-excerpt {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

.news-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.news-more svg {
  transition: transform 0.3s ease;
}

.news-more:hover {
  color: var(--color-orange);
}

.news-more:hover svg {
  transform: translateX(4px);
}

.news-footer {
  margin-top: 38px;
  text-align: center;
}

.news-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 30px;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-navy);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.news-btn:hover {
  color: var(--color-navy-dark);
  gap: 12px;
}

.news-btn svg {
  transition: transform 0.3s ease;
}

.news-btn:hover svg {
  transform: translateX(4px);
}

/* ============================================
   Contact CTA (联系我们 · 卡片)
   ============================================ */
.contact-section {
  padding: 88px 0;

  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

.contact-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(30, 36, 80, 0.26);
}

.contact-cta-text {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  text-align: left;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ffffff;
}

.contact-title {
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
}

.contact-sub {
  max-width: 520px;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.contact-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  flex: 0 0 auto;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--color-navy);
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.contact-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
  color: #ffffff;
}

.contact-btn--primary {
  border: none;
  background: #ffffff;
  color: var(--color-navy);
  box-shadow: 0 12px 26px rgba(20, 24, 60, 0.22);
}

.contact-btn--primary:hover {
  background: var(--color-navy);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(20, 24, 60, 0.3);
}

.contact-cta .contact-btn {
  min-height: 58px;
  padding: 15px 38px;
  font-size: 16px;
}

@media (min-width: 768px){
  .news-section {
    padding: 88px 0 96px;
  }
  .news-title {
    font-size: 32px;
  }
  .news-panel {
    grid-template-columns: 1fr 1fr;
  }

  .contact-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 38px 44px;
  }
  .contact-cta-actions {
    align-items: flex-start;
    gap: 14px;
  }
  .contact-cta-actions .contact-btn {
    min-width: 132px;
  }
}

@media (min-width: 992px){
  .news-panel {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact-cta {
    padding: 42px 52px;
    gap: 48px;
  }
  .contact-title {
    font-size: 26px;
  }
  .contact-sub {
    font-size: 15px;
  }
}

/* 服务流程（非卡片，简洁 stepper + 虚线连接） */

/* 合作咨询 CTA（非卡片，开放式居中） */

/* 桌面端：左文字 + 右按钮 */

/* 移动端微调 */

/* ============================================================
   招商合作・partner 模块（移动优先）
   ============================================================ */
.partner-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
  text-transform: uppercase;
}

.partner-title {
  margin: 0 0 12px;
  color: var(--color-black);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.partner-sub {
  margin: 0;
  color: var(--color-steel);
  font-size: 15px;
  line-height: 1.85;
}

.partner-head {
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
}
.partner-head-split {
  max-width: none;
  margin: 0 0 28px;
  text-align: left;
}

/* ---- 通用按钮 ---- */
.partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none;
}
.partner-btn:active {
  transform: scale(0.98);
}
.partner-btn-primary {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
  margin-bottom: 14px;
  box-shadow: 0 12px 28px rgba(var(--color-navy-rgb), 0.3);
}
.partner-btn-primary:hover {
  background: var(--color-navy);
  color: #fff;
  transform: translateY(-2px);
}
.partner-btn-ghost {
  background: transparent;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1.5px var(--color-navy);
}
.partner-btn-ghost:hover {
  background: var(--color-navy-light);
  color: var(--color-navy);
}
.partner-btn-block {
  width: 100%;
}
.partner-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* ---- 主视觉 ---- */
.partner-hero {
  padding: 44px 0 56px;
  background: var(--color-navy-light);
}
.partner-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.partner-hero-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(122, 26, 61, 0.18);
}
.partner-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-hero-copy {
  text-align: center;
}
.partner-hero-title {
  margin: 0 0 18px;
  color: var(--color-navy);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}
.partner-hero-lead {
  margin: 0 0 22px;
  color: var(--color-steel);
  font-size: 16px;
  line-height: 1.75;
}
.partner-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 0 26px;
}
.partner-point {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 600;
}
.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* ---- 合作对象 ---- */
.partner-audience {
  padding: 64px 0;
  background: #fff;
}
.partner-audience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.partner-audience-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.partner-audience-item svg {
  flex: 0 0 auto;
  color: var(--color-navy);
}
.partner-audience-item:hover {
  transform: translateY(-3px);
  border-color: var(--color-navy);
  box-shadow: 0 12px 24px rgba(122, 26, 61, 0.12);
}

/* ---- 合作模式 ---- */
.partner-modes {
  padding: 64px 0;
  background: var(--color-bg-light);
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}
.partner-modes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.partner-mode-card {
  padding: 26px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--color-border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.partner-mode-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.partner-mode-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: var(--color-navy-light);
  color: var(--color-navy);
}
.partner-mode-name {
  margin: 0 0 8px;
  color: var(--color-navy);
  font-size: 19px;
  font-weight: 700;
}
.partner-mode-desc {
  margin: 0;
  color: var(--color-steel);
  font-size: 14.5px;
  line-height: 1.7;
}

/* ---- 成功案例 ---- */
.partner-cases {
  padding: 64px 0;
  background: #fff;
}
.partner-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.partner-tab {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fff;
  color: var(--color-steel);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.partner-tab:hover {
  border-color: var(--color-navy);
  color: var(--color-navy);
}
.partner-tab.is-active {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
}
.partner-cases-panel {
  display: none;
}
.partner-cases-panel.is-active {
  display: block;
}
.partner-case-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.partner-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.partner-case-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.partner-case-cap {
  margin: 0;
  padding: 13px 16px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 600;
}

/* ---- 六大支持 ---- */
.partner-support {
  padding: 64px 0;
  background: var(--color-navy);
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}
.partner-support .partner-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.partner-support .partner-title {
  color: #fff;
}
.partner-support .partner-sub {
  color: rgba(255, 255, 255, 0.75);
}
.partner-support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.partner-support-card {
  padding: 24px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, background 0.25s ease;
}
.partner-support-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}
.partner-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 13px;
  background: var(--color-gold);
  color: var(--color-navy-dark);
}
.partner-support-name {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.partner-support-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner-support-list li {
  position: relative;
  padding: 5px 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  line-height: 1.6;
}
.partner-support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-gold);
}

/* ---- 合作流程 ---- */
.partner-process {
  padding: 64px 0;
  background: #fff;
}
.partner-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.partner-process-step {
  position: relative;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}
.partner-step-num {
  display: block;
  margin-bottom: 12px;
  color: var(--color-navy);
  font-size: 26px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.partner-step-title {
  margin: 0 0 8px;
  color: var(--color-navy);
  font-size: 18px;
  font-weight: 700;
}
.partner-step-desc {
  margin: 0;
  color: var(--color-steel);
  font-size: 14.5px;
  line-height: 1.7;
}

/* ---- 合作咨询 ---- */
.partner-consult {
  padding: 64px 0;
  background: var(--color-bg-light);
}
.partner-consult-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.partner-consult-copy {
  text-align: center;
}
.partner-consult-copy .partner-head,
.partner-consult-copy .partner-eyebrow {
  margin: 0 auto;
}
.partner-consult-copy .partner-title {
  margin: 0 0 16px;
}
.partner-consult-copy .partner-sub {
  margin: 0 auto 24px;
  max-width: 460px;
}
.partner-consult-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  justify-content: center;
}
.partner-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 600;
}
.partner-meta-item svg {
  color: var(--color-navy);
}
.partner-form {
  padding: 28px 22px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
}
.partner-form-field {
  margin-bottom: 18px;
}
.partner-form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 600;
}
.partner-form-input {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  color: var(--color-ink);
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.partner-form-input:focus {
  outline: 0;
  border-color: var(--color-navy);
  box-shadow: 0 0 0 3px rgba(122, 26, 61, 0.12);
}
.partner-form-input::placeholder {
  color: var(--color-silver);
}
.partner-form-textarea {
  min-height: 100px;
  resize: vertical;
}
.partner-form-select {
  position: relative;
}
.partner-form-select .partner-form-input {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}
.partner-form-select svg {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: var(--color-steel);
  pointer-events: none;
}
.partner-form-field.is-error .partner-form-input {
  border-color: var(--color-red);
}
.partner-form-field.is-error .partner-form-input:focus {
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.12);
}
.partner-form-field.is-valid .partner-form-input {
  border-color: #2e7d32;
}
.partner-form-error {
  display: block;
  min-height: 0;
  margin-top: 4px;
  color: var(--color-red);
  font-size: 13px;
}
.partner-form-status {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.partner-form-status.is-success {
  color: #2e7d32;
}
.partner-form-status.is-error {
  color: var(--color-red);
}
.partner-form-status.is-loading {
  color: var(--color-steel);
}

/* ============================================================
   招商合作・响应式断点
   ============================================================ */
@media (min-width: 576px){
  .partner-audience-list {
    grid-template-columns: 1fr 1fr;
  }
  .partner-modes-grid {
    grid-template-columns: 1fr 1fr;
  }
  .partner-support-grid {
    grid-template-columns: 1fr 1fr;
  }
  .partner-process-list {
    grid-template-columns: 1fr 1fr;
  }
  .partner-cases-panel {
    min-height: 320px;
  }
}

@media (min-width: 768px){
  .partner-head {
    margin-bottom: 48px;
  }
  .partner-modes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-process-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-consult-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  .partner-consult-copy {
    text-align: left;
  }
  .partner-consult-copy .partner-eyebrow {
    margin: 0;
  }
  .partner-consult-meta {
    justify-content: start;
  }
  .partner-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .partner-hero-copy {
    text-align: left;
  }
  .partner-hero-points,
  .partner-hero-actions {
    justify-content: flex-start;
  }
  .partner-case-img {
    height: 240px;
  }
}

@media (min-width: 1200px){
  .partner-hero {
    padding: 72px 0 88px;
  }
  .partner-audience {
    padding: 88px 0;
  }
  .partner-modes,
  .partner-cases,
  .partner-support,
  .partner-process,
  .partner-consult {
    padding: 88px 0;
  }
  .partner-audience-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-support-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-process-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .partner-hero-title {
    font-size: 40px;
  }
  .partner-title {
    font-size: 34px;
  }
}

@media (max-width: 575.98px){
  .partner-hero {
    padding: 36px 0 48px;
  }
  .partner-audience,
  .partner-modes,
  .partner-cases,
  .partner-support,
  .partner-process,
  .partner-consult {
    padding: 56px 0 60px;
  }
  .partner-title {
    font-size: 25px;
  }
  .partner-hero-title {
    font-size: 28px;
  }
  .partner-case-img {
    height: 210px;
  }
  .partner-form {
    padding: 24px 18px;
  }
  .partner-consult-wrap {
    gap: 28px;
  }
}

/* ============================================================
   招商合作・首页摘要
   ============================================================ */
/* aipress: teaser summary module shown on the homepage. */
/* ---- 招商合作・首页摘要 ---- */
.partner-teaser {
  padding: 48px 0;
  background: #fff;
}
.partner-teaser-card {
  display: block;
}

/* 合作图墙：标题下方三图居中 */
.partner-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto 44px;
}
.partner-gallery-item {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(122, 26, 61, 0.14);
}
.partner-gallery-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.partner-gallery-item:hover .partner-gallery-img {
  transform: scale(1.05);
}
.partner-gallery-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 28px 16px 12px;
  min-height: 58px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.74), rgba(17, 17, 17, 0));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* 标题区 */
.partner-teaser-subtitle {
  margin: 0 auto 20px;
  max-width: 640px;
  text-align: center;
  color: var(--color-black);
  font-size: 20px;
  font-weight: 800;
}
.partner-teaser-subtitle-sm {
  margin-top: 40px;
}
.partner-teaser-media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(122, 26, 61, 0.14);
}
.partner-teaser-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.partner-teaser-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin: 0 0 26px;
}

/* 文案区（用于摘要页回显） */
.partner-teaser-copy {
  text-align: center;
}
.partner-teaser-copy .partner-title {
  margin-bottom: 12px;
}
.partner-teaser-copy .partner-sub {
  margin: 0 auto 22px;
  max-width: 520px;
}

/* 合作模式：紧凑图标 + 文字胶囊 */
.partner-mode-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
}
.partner-mode-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.partner-mode-pill:hover {
  color: #fff;
  border-color: var(--color-navy);
  background: var(--color-navy);
  transform: translateY(-2px);
}
.partner-mode-pill svg {
  color: var(--color-navy);
  transition: color 0.25s ease;
}
.partner-mode-pill:hover svg {
  color: #fff;
}

.partner-teaser-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
.partner-teaser-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: var(--color-steel);
  font-size: 13px;
}
.partner-teaser-note svg {
  color: var(--color-navy);
}

@media (min-width: 768px){
  .partner-teaser {
    padding: 72px 0;
  }
  .partner-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1060px;
  }
}

@media (min-width: 1200px){
  .partner-teaser {
    padding: 88px 0;
  }
}

@media (max-width: 575.98px){
  .partner-teaser {
    padding: 48px 0 56px;
  }
}

/* ============================================================
   Footer · 重构版（深酒红商务大气，与全站风格一致）
   ============================================================ */
.site-footer {
  position: relative;
  background: linear-gradient(165deg, #E7F4FF 0%, #EAE4FF 50%, #FDE4F1 100%);
  color: var(--color-text-primary);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.9fr 1.1fr 1.5fr;
  gap: 2.75rem;
  padding: 4.75rem 0 3.5rem;
}

/* 品牌区 */
.footer-brand-col {
  padding-right: 1.5rem;
}
.footer-brand-col .footer-logo {
  margin-bottom: 1.25rem;
}
.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--color-navy-dark);
  margin: 0 0 6px;
  line-height: 1.15;
}
.footer-brand-name span {
  color: var(--color-navy);
}
.footer-brand-en {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-light);
}
.footer-desc {
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  margin: 0 0 1.5rem;
  line-height: 1.85;
  max-width: 420px;
}
.footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-cta-tel,
.footer-cta-wx {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  border: 1px solid var(--color-navy);
}
.footer-cta-tel {
  color: #ffffff;
  background: linear-gradient(135deg, #5FB0FA 0%, #A39BFF 48%, #F7A9CB 100%);
  border: none;
}
.footer-cta-tel:hover {
  background: var(--color-navy);
  color: #ffffff;
  transform: translateY(-2px);
}
.footer-cta-wx {
  color: var(--color-navy);
  background: transparent;
}
.footer-cta-wx:hover {
  background: var(--color-navy);
  color: #ffffff;
  transform: translateY(-2px);
}

/* 标题 */
.footer-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-navy-dark);
  margin: 0 0 1.35rem;
  font-family: var(--font-heading);
  position: relative;
  padding-bottom: 0.75rem;
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-radius: 2px;
}

/* 导航列表 */
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  margin-bottom: 0.55rem;
}
.footer-link {
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: 0.92rem;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.footer-link:hover {
  color: var(--color-navy);
  padding-left: 16px;
}

/* 联系方式 + 二维码 */
.footer-contact-wrap {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.footer-contact-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: var(--color-navy);
}
.footer-contact-icon svg {
  display: block;
}
.footer-contact-text {
  font-size: 0.92rem;
  color: var(--color-text-primary);
  line-height: 1.6;
}
.footer-contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-contact-link:hover {
  color: var(--color-navy);
}
.footer-qr {
  flex-shrink: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.footer-qr img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 6px;
}
.footer-qr-caption {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  color: #1A6FD4;
  font-weight: 600;
}

/* 版权栏 */
.footer-copyright-bar {
  background: rgba(52, 100, 220, 0.07);
  color: var(--color-text-light);
  text-align: center;
  font-size: 0.82rem;
  padding: 16px 20px;
  border-top: 1px solid rgba(52, 100, 220, 0.1);
}

/* 平板 */
@media (max-width: 991.98px){
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
    padding: 3.5rem 0 2.5rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
    padding-right: 0;
    max-width: 580px;
  }
  .footer-contact-col {
    grid-column: 1 / -1;
  }
  .footer-contact-wrap {
    max-width: 560px;
  }
}

/* 移动端 */
@media (max-width: 575.98px){
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.25rem;
    padding: 2.5rem 0 2rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
    padding: 0;
    text-align: center;
  }
  .footer-brand-col .footer-desc {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-cta {
    justify-content: center;
  }
  .footer-contact-col {
    grid-column: 1 / -1;
  }
  .footer-contact-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-brand-name {
    font-size: 1.6rem;
  }
}
   ;
  letter-spacing: 0.04em;
}

/* 合作咨询 CTA（非卡片，开放式居中） */

/* 桌面端：左文字 + 右按钮 */

/* 移动端微调 */

/* ============================================================
   招商合作・partner 模块（移动优先）
   ============================================================ */
.partner-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
  text-transform: uppercase;
}

.partner-title {
  margin: 0 0 12px;
  color: var(--color-black);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.partner-sub {
  margin: 0;
  color: var(--color-steel);
  font-size: 15px;
  line-height: 1.85;
}

.partner-head {
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
}
.partner-head-split {
  max-width: none;
  margin: 0 0 28px;
  text-align: left;
}

/* ---- 通用按钮 ---- */
.partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none;
}
.partner-btn:active {
  transform: scale(0.98);
}
.partner-btn-primary {
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
  margin-bottom: 14px;
  box-shadow: 0 12px 28px rgba(var(--color-navy-rgb), 0.3);
}
.partner-btn-primary:hover {
  background: var(--color-navy);
  color: #fff;
  transform: translateY(-2px);
}
.partner-btn-ghost {
  background: transparent;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1.5px var(--color-navy);
}
.partner-btn-ghost:hover {
  background: var(--color-navy-light);
  color: var(--color-navy);
}
.partner-btn-block {
  width: 100%;
}
.partner-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* ---- 主视觉 ---- */
.partner-hero {
  padding: 44px 0 56px;
  background: var(--color-navy-light);
}
.partner-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.partner-hero-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(122, 26, 61, 0.18);
}
.partner-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-hero-copy {
  text-align: center;
}
.partner-hero-title {
  margin: 0 0 18px;
  color: var(--color-navy);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}
.partner-hero-lead {
  margin: 0 0 22px;
  color: var(--color-steel);
  font-size: 16px;
  line-height: 1.75;
}
.partner-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 0 26px;
}
.partner-point {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 600;
}
.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* ---- 合作对象 ---- */
.partner-audience {
  padding: 64px 0;
  background: #fff;
}
.partner-audience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.partner-audience-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.partner-audience-item svg {
  flex: 0 0 auto;
  color: var(--color-navy);
}
.partner-audience-item:hover {
  transform: translateY(-3px);
  border-color: var(--color-navy);
  box-shadow: 0 12px 24px rgba(122, 26, 61, 0.12);
}

/* ---- 合作模式 ---- */
.partner-modes {
  padding: 64px 0;
  background: var(--color-bg-light);
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}
.partner-modes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.partner-mode-card {
  padding: 26px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--color-border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.partner-mode-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.partner-mode-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: var(--color-navy-light);
  color: var(--color-navy);
}
.partner-mode-name {
  margin: 0 0 8px;
  color: var(--color-navy);
  font-size: 19px;
  font-weight: 700;
}
.partner-mode-desc {
  margin: 0;
  color: var(--color-steel);
  font-size: 14.5px;
  line-height: 1.7;
}

/* ---- 成功案例 ---- */
.partner-cases {
  padding: 64px 0;
  background: #fff;
}
.partner-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.partner-tab {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fff;
  color: var(--color-steel);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.partner-tab:hover {
  border-color: var(--color-navy);
  color: var(--color-navy);
}
.partner-tab.is-active {
  background: var(--color-navy);
  border-color: var(--color-navy);
  color: #fff;
}
.partner-cases-panel {
  display: none;
}
.partner-cases-panel.is-active {
  display: block;
}
.partner-case-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.partner-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.partner-case-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.partner-case-cap {
  margin: 0;
  padding: 13px 16px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 600;
}

/* ---- 六大支持 ---- */
.partner-support {
  padding: 64px 0;
  background: var(--color-navy);
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}
.partner-support .partner-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.partner-support .partner-title {
  color: #fff;
}
.partner-support .partner-sub {
  color: rgba(255, 255, 255, 0.75);
}
.partner-support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.partner-support-card {
  padding: 24px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, background 0.25s ease;
}
.partner-support-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}
.partner-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 13px;
  background: var(--color-gold);
  color: var(--color-navy-dark);
}
.partner-support-name {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.partner-support-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner-support-list li {
  position: relative;
  padding: 5px 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  line-height: 1.6;
}
.partner-support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-gold);
}

/* ---- 合作流程 ---- */
.partner-process {
  padding: 64px 0;
  background: #fff;
}
.partner-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.partner-process-step {
  position: relative;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
}
.partner-step-num {
  display: block;
  margin-bottom: 12px;
  color: var(--color-navy);
  font-size: 26px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.partner-step-title {
  margin: 0 0 8px;
  color: var(--color-navy);
  font-size: 18px;
  font-weight: 700;
}
.partner-step-desc {
  margin: 0;
  color: var(--color-steel);
  font-size: 14.5px;
  line-height: 1.7;
}

/* ---- 合作咨询 ---- */
.partner-consult {
  padding: 64px 0;
  background: var(--color-bg-light);
}
.partner-consult-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.partner-consult-copy {
  text-align: center;
}
.partner-consult-copy .partner-head,
.partner-consult-copy .partner-eyebrow {
  margin: 0 auto;
}
.partner-consult-copy .partner-title {
  margin: 0 0 16px;
}
.partner-consult-copy .partner-sub {
  margin: 0 auto 24px 0;
  max-width: 460px;
}
.partner-consult-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  justify-content: center;
}
.partner-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 600;
}
.partner-meta-item svg {
  color: var(--color-navy);
}
.partner-form {
  padding: 28px 22px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
}
.partner-form-field {
  margin-bottom: 18px;
}
.partner-form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 600;
}
.partner-form-input {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  color: var(--color-ink);
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.partner-form-input:focus {
  outline: 0;
  border-color: var(--color-navy);
  box-shadow: 0 0 0 3px rgba(122, 26, 61, 0.12);
}
.partner-form-input::placeholder {
  color: var(--color-silver);
}
.partner-form-textarea {
  min-height: 100px;
  resize: vertical;
}
.partner-form-select {
  position: relative;
}
.partner-form-select .partner-form-input {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}
.partner-form-select svg {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: var(--color-steel);
  pointer-events: none;
}
.partner-form-field.is-error .partner-form-input {
  border-color: var(--color-red);
}
.partner-form-field.is-error .partner-form-input:focus {
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.12);
}
.partner-form-field.is-valid .partner-form-input {
  border-color: #2e7d32;
}
.partner-form-error {
  display: block;
  min-height: 0;
  margin-top: 4px;
  color: var(--color-red);
  font-size: 13px;
}
.partner-form-status {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.partner-form-status.is-success {
  color: #2e7d32;
}
.partner-form-status.is-error {
  color: var(--color-red);
}
.partner-form-status.is-loading {
  color: var(--color-steel);
}

/* ============================================================
   招商合作・响应式断点
   ============================================================ */
@media (min-width: 576px){
  .partner-audience-list {
    grid-template-columns: 1fr 1fr;
  }
  .partner-modes-grid {
    grid-template-columns: 1fr 1fr;
  }
  .partner-support-grid {
    grid-template-columns: 1fr 1fr;
  }
  .partner-process-list {
    grid-template-columns: 1fr 1fr;
  }
  .partner-cases-panel {
    min-height: 320px;
  }
}

@media (min-width: 768px){
  .partner-head {
    margin-bottom: 48px;
  }
  .partner-modes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-process-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-consult-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  .partner-consult-copy {
    text-align: left;
  }
  .partner-consult-copy .partner-eyebrow {
    margin: 0;
  }
  .partner-consult-meta {
    justify-content: start;
  }
  .partner-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .partner-hero-copy {
    text-align: left;
  }
  .partner-hero-points,
  .partner-hero-actions {
    justify-content: flex-start;
  }
  .partner-case-img {
    height: 240px;
  }
}

@media (min-width: 1200px){
  .partner-hero {
    padding: 72px 0 88px;
  }
  .partner-audience {
    padding: 88px 0;
  }
  .partner-modes,
  .partner-cases,
  .partner-support,
  .partner-process,
  .partner-consult {
    padding: 88px 0;
  }
  .partner-audience-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-support-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-process-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .partner-hero-title {
    font-size: 40px;
  }
  .partner-title {
    font-size: 34px;
  }
}

@media (max-width: 575.98px){
  .partner-hero {
    padding: 36px 0 48px;
  }
  .partner-audience,
  .partner-modes,
  .partner-cases,
  .partner-support,
  .partner-process,
  .partner-consult {
    padding: 56px 0 60px;
  }
  .partner-title {
    font-size: 25px;
  }
  .partner-hero-title {
    font-size: 28px;
  }
  .partner-case-img {
    height: 210px;
  }
  .partner-form {
    padding: 24px 18px;
  }
  .partner-consult-wrap {
    gap: 28px;
  }
}

/* ============================================================
   招商合作・首页摘要
   ============================================================ */
/* aipress: teaser summary module shown on the homepage. */
/* ---- 招商合作・首页摘要 ---- */
.partner-teaser {
  padding: 48px 0;
  background: #fff;
}
.partner-teaser-card {
  display: block;
}

/* 合作图墙：标题下方三图居中 */
.partner-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto 44px;
}
.partner-gallery-item {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(122, 26, 61, 0.14);
}
.partner-gallery-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.partner-gallery-item:hover .partner-gallery-img {
  transform: scale(1.05);
}
.partner-gallery-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 28px 16px 12px;
  min-height: 58px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.74), rgba(17, 17, 17, 0));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* 标题区 */
.partner-teaser-subtitle {
  margin: 0 auto 20px;
  max-width: 640px;
  text-align: center;
  color: var(--color-black);
  font-size: 20px;
  font-weight: 800;
}
.partner-teaser-subtitle-sm {
  margin-top: 40px;
}
.partner-teaser-media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(122, 26, 61, 0.14);
}
.partner-teaser-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.partner-teaser-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin: 0 0 26px;
}

/* 文案区（用于摘要页回显） */
.partner-teaser-copy {
  text-align: center;
}
.partner-teaser-copy .partner-title {
  margin-bottom: 12px;
}
.partner-teaser-copy .partner-sub {
  margin: 0 auto 22px;
  max-width: 520px;
}

/* 合作模式：紧凑图标 + 文字胶囊 */
.partner-mode-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
}
.partner-mode-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.partner-mode-pill:hover {
  color: #fff;
  border-color: var(--color-navy);
  background: var(--color-navy);
  transform: translateY(-2px);
}
.partner-mode-pill svg {
  color: var(--color-navy);
  transition: color 0.25s ease;
}
.partner-mode-pill:hover svg {
  color: #fff;
}

.partner-teaser-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
.partner-teaser-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  color: var(--color-steel);
  font-size: 13px;
}
.partner-teaser-note svg {
  color: var(--color-navy);
}

@media (min-width: 768px){
  .partner-teaser {
    padding: 72px 0;
  }
  .partner-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1060px;
  }
}

@media (min-width: 1200px){
  .partner-teaser {
    padding: 88px 0;
  }
}

@media (max-width: 575.98px){
  .partner-teaser {
    padding: 48px 0 56px;
  }
}

/* ============================================================
   Footer · 重构版（深酒红商务大气，与全站风格一致）
   ============================================================ */
.site-footer {
  position: relative;
  background: linear-gradient(165deg, #E7F4FF 0%, #EAE4FF 50%, #FDE4F1 100%);
  color: var(--color-text-primary);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.9fr 1.1fr 1.5fr;
  gap: 2.75rem;
  padding: 4.75rem 0 3.5rem;
}

/* 品牌区 */
.footer-brand-col {
  padding-right: 1.5rem;
}
.footer-brand-col .footer-logo {
  margin-bottom: 1.25rem;
}
.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--color-navy-dark);
  margin: 0 0 6px;
  line-height: 1.15;
}
.footer-brand-name span {
  color: var(--color-navy);
}
.footer-brand-en {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-light);
}
.footer-desc {
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  margin: 0 0 1.5rem;
  line-height: 1.85;
  max-width: 420px;
}
.footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-cta-tel,
.footer-cta-wx {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  border: 1px solid var(--color-navy);
}
.footer-cta-tel {
  color: #ffffff;
  background: linear-gradient(135deg, #5FB0FA 0%, #A39BFF 48%, #F7A9CB 100%);
  border: none;
}
.footer-cta-tel:hover {
  background: var(--color-navy);
  color: #ffffff;
  transform: translateY(-2px);
}
.footer-cta-wx {
  color: var(--color-navy);
  background: transparent;
}
.footer-cta-wx:hover {
  background: var(--color-navy);
  color: #ffffff;
  transform: translateY(-2px);
}

/* 标题 */
.footer-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-navy-dark);
  margin: 0 0 1.35rem;
  font-family: var(--font-heading);
  position: relative;
  padding-bottom: 0.75rem;
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-radius: 2px;
}

/* 导航列表 */
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  margin-bottom: 0.55rem;
}
.footer-link {
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: 0.92rem;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.footer-link:hover {
  color: var(--color-navy);
  padding-left: 16px;
}

/* 联系方式 + 二维码 */
.footer-contact-wrap {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.footer-contact-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: var(--color-navy);
}
.footer-contact-icon svg {
  display: block;
}
.footer-contact-text {
  font-size: 0.92rem;
  color: var(--color-text-primary);
  line-height: 1.6;
}
.footer-contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-contact-link:hover {
  color: var(--color-navy);
}
.footer-qr {
  flex-shrink: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.footer-qr img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 6px;
}
.footer-qr-caption {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  color: #1A6FD4;
  font-weight: 600;
}

/* 版权栏 */
.footer-copyright-bar {
  background: rgba(52, 100, 220, 0.07);
  color: var(--color-text-primary);;
  text-align: center;
  font-size: 0.82rem;
  padding: 16px 20px;
  border-top: 1px solid rgba(52, 100, 220, 0.1);
}

.footer-copyright-bar .footer-beian {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-copyright-bar .footer-beian:hover {
  color: var(--color-navy);
}

/* 平板 */
@media (max-width: 991.98px){
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
    padding: 3.5rem 0 2.5rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
    padding-right: 0;
    max-width: 580px;
  }
  .footer-contact-col {
    grid-column: 1 / -1;
  }
  .footer-contact-wrap {
    max-width: 560px;
  }
}

/* 移动端 */
@media (max-width: 575.98px){
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.25rem;
    padding: 2.5rem 0 2rem;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
    padding: 0;
    text-align: center;
  }
  .footer-brand-col .footer-desc {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-cta {
    justify-content: center;
  }
  .footer-contact-col {
    grid-column: 1 / -1;
  }
  .footer-contact-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-brand-name {
    font-size: 1.6rem;
  }
}
   /* =========================================================
   鍏充簬鎴戜滑锛坅bout.html锛壜?ag- 鍛藉悕绌洪棿
   ========================================================= */
.svg-icons { display: none; }

/* ---------- 椤靛ご妯箙 ---------- */
.ag-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 124px 0 56px;
  overflow: hidden;
}
.ag-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ag-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(13, 42, 92, 0.88) 0%, rgba(26, 111, 212, 0.62) 48%, rgba(108, 92, 231, 0.30) 100%);
}
.ag-hero-shell { position: relative; z-index: 2; }
.ag-hero-copy { max-width: 720px; color: #fff; }
.ag-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  padding-left: 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #9fd0ff;
  border-left: 2.5px solid var(--color-navy);
}
.ag-hero-title {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.02em;
  background: linear-gradient(72deg, #ffffff 0%, #bcd6ff 55%, #85c1e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ag-hero-desc {
  margin: 0 0 22px;
  max-width: 54ch;
  font-size: clamp(14px, 1.5vw, 16.5px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}
.ag-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.75rem;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.ag-hero-tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.95rem;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.ag-hero-tags li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-navy-light);
  flex-shrink: 0;
}
.ag-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 26px;
}
.ag-hero-actions .ag-btn--primary {
  min-height: 48px;
  background: var(--color-navy);
  box-shadow: 0 8px 24px rgba(26, 111, 212, 0.42);
}
.ag-hero-actions .ag-btn--primary:hover {
  background: var(--color-navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 111, 212, 0.52);
}
.ag-hero-actions .ag-btn--primary svg { transition: transform 0.3s ease; }
.ag-hero-actions .ag-btn--primary:hover svg { transform: translateX(4px); }
.ag-hero-actions .ag-btn--ghost {
  min-height: 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.ag-hero-actions .ag-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  transform: translateY(-2px);
}
.ag-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}
.ag-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.45);
}
.ag-breadcrumb a { color: #fff; text-decoration: none; }
.ag-breadcrumb a:hover { color: #bcd6ff; }

/* ---------- 閫氱敤鍖哄潡 ---------- */
.ag-intro,
.ag-business,
.ag-advantage,
.ag-culture,
.ag-timeline-sec,
.ag-cert-sec {
  padding: 72px 0 84px;
  content-visibility: auto;
  contain-intrinsic-size: 920px;
}
.ag-business { background: linear-gradient(160deg, #F0F7FE 0%, #F1EDFF 46%, #FEF0F7 100%); }
.ag-advantage { background: #ffffff; }
.ag-culture { background: linear-gradient(180deg, #fff 0%, #f0f7fe 100%); }
.ag-timeline-sec { background: #ffffff; }

.ag-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
  text-transform: uppercase;
}
.ag-eyebrow svg { flex-shrink: 0; }
.ag-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-black);
  letter-spacing: 0.01em;
}
.ag-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.ag-head .ag-eyebrow { justify-content: center; }
.ag-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-text-secondary);
}

/* ---------- 鍏徃绠€浠?---------- */
.ag-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.ag-intro-body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--color-text-primary);
}
.ag-intro-body p:last-child { margin-bottom: 0; }
.ag-intro-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 26px;
}
.ag-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-primary);
}
.ag-point svg { color: var(--color-navy); flex-shrink: 0; }
.ag-media-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(18, 52, 120, 0.14);
}
.ag-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ag-media-frame--fill img { aspect-ratio: 4 / 3; }
.ag-media-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-navy);
  box-shadow: 0 12px 26px rgba(8, 32, 76, 0.18);
}

/* ---------- 鏍稿績鏁版嵁 ---------- */
.ag-stats-sec {
  position: relative;
  padding: 76px 0;
  background: linear-gradient(180deg, #fff 0%, #f6faff 100%);
}
.ag-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding: 44px 26px;
  text-align: center;
  color: #fff;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #3498f6 0%, #1a6fd4 38%, #6c5ce7 72%, #a29bfe 100%);
  box-shadow: 0 22px 48px rgba(26, 111, 212, 0.26);
}
.ag-stats::before,
.ag-stats::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}
.ag-stats::before {
  width: 300px;
  height: 300px;
  top: -160px;
  right: -100px;
}
.ag-stats::after {
  width: 380px;
  height: 380px;
  bottom: -240px;
  left: -140px;
  border-color: rgba(255, 255, 255, 0.12);
}
.ag-stat { position: relative; z-index: 1; }
@media (min-width: 992px){
  .ag-stats { grid-template-columns: repeat(4, 1fr); }
  .ag-stat + .ag-stat { border-left: 1px solid rgba(255, 255, 255, 0.22); }
}
.ag-stat strong {
  display: block;
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.ag-stat span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.06em;
}

/* ---------- 涓昏惀涓氬姟 ---------- */
.ag-business-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.ag-business-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 28px 26px 30px;
  border: 1px solid rgba(120, 146, 214, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(26, 111, 212, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.ag-business-card::after {
  content: "";
  position: absolute;
  top: -46px;
  right: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163, 155, 254, 0.3), rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.ag-business-card:hover {
  transform: translateY(-8px);
  border-color: rgba(52, 152, 246, 0.34);
  background: #fff;
  box-shadow: 0 26px 50px rgba(26, 111, 212, 0.16);
}
.ag-business-card:hover::after { opacity: 1; transform: scale(1); }
.ag-business-num {
  position: absolute;
  top: 26px;
  right: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #b9c5ea;
  transition: color 0.3s ease;
}
.ag-business-num::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #cdd7f2;
  transition: background 0.3s ease, width 0.3s ease;
}
.ag-business-card:hover .ag-business-num { color: var(--color-navy); }
.ag-business-card:hover .ag-business-num::before { background: var(--color-navy); width: 22px; }
.ag-business-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: linear-gradient(140deg, #eaf3ff, #f0ecff);
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1px rgba(52, 152, 246, 0.1);
  transition: color 0.35s ease, background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.ag-business-card:hover .ag-business-icon {
  transform: translateY(-3px);
  color: #fff;
  background: linear-gradient(135deg, #3498f6, #6c5ce7 58%, #a29bfe);
  box-shadow: 0 12px 26px rgba(108, 92, 231, 0.34);
}
.ag-business-name {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-black);
}
.ag-business-desc {
  width: 100%;
  margin: 0;
  padding-top: 13px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  border-top: 1px dashed rgba(120, 146, 214, 0.26);
}

/* ---------- 浼佷笟浼樺娍 ---------- */
.ag-adv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.ag-adv-item {
  display: flex;
  flex-direction: column;
}
.ag-adv-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eaf2ff;
  box-shadow: 0 22px 48px rgba(18, 52, 120, 0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ag-adv-item:hover .ag-adv-media {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(18, 52, 120, 0.22);
}
.ag-adv-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(52, 152, 246, 0.28) 0%, transparent 50%);
}
.ag-adv-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  box-shadow: 0 8px 18px rgba(52, 152, 246, 0.36);
}
.ag-adv-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ag-adv-text {
  padding: 20px 6px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ag-adv-accent {
  width: 40px;
  height: 4px;
  margin: 0 0 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #3498f6 0%, #a29bfe 100%);
}
.ag-adv-name {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--color-black);
}
.ag-adv-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

/* ---------- 浼佷笟鏂囧寲 ---------- */
.ag-culture-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.ag-culture-card {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  background: #16243f;
  box-shadow: 0 22px 50px rgba(18, 52, 120, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ag-culture-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 62px rgba(18, 52, 120, 0.26);
}
.ag-culture-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.ag-culture-card:hover img { transform: scale(1.06); }
.ag-culture-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 24, 54, 0.02) 0%, rgba(10, 24, 54, 0.52) 52%, rgba(6, 18, 44, 0.9) 100%);
}
.ag-culture-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px;
  color: #fff;
}
.ag-culture-tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  box-shadow: 0 8px 18px rgba(52, 152, 246, 0.4);
}
.ag-culture-body h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color:#fff;
}
.ag-culture-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}
/* ---------- 鍙戝睍鍘嗙▼ Swiper ---------- */
.ag-tl-swiper {
  position: relative;
}
.ag-tl-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.ag-tl-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 28px 26px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6eeff;
  box-shadow: 0 16px 38px rgba(18, 52, 120, 0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ag-tl-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #3498f6 0%, #6c5ce7 60%, #a29bfe 100%);
}
.ag-tl-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 50px rgba(18, 52, 120, 0.18);
}
.ag-tl-year {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
  background: linear-gradient(120deg, #1a6fd4 0%, #6c5ce7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ag-tl-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-black);
}
.ag-tl-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}
.ag-tl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
.ag-tl-prev,
.ag-tl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9e6ff;
  border-radius: 50%;
  background: #fff;
  color: var(--color-navy);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.ag-tl-prev:hover,
.ag-tl-next:hover {
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  border-color: transparent;
  color: #fff;
}
.ag-tl-prev.swiper-button-disabled,
.ag-tl-next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.ag-tl-pagination.swiper-pagination {
  position: static;
  width: auto;
}
.ag-tl-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c7d8f5;
  opacity: 1;
  transition: width 0.3s ease, background 0.3s ease;
}
.ag-tl-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3498f6, #6c5ce7);
}

/* ---------- 企业资质 Swiper ---------- */
.ag-cert-swiper {
  position: relative;
  padding-bottom: 4px;
}
.ag-cert-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.ag-cert-swiper .ag-cert-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
}
.ag-cert-trigger {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6eeff;
  border-radius: 16px;
  overflow: hidden;
  cursor: zoom-in;
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 52, 120, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.ag-cert-trigger:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 152, 246, 0.4);
  box-shadow: 0 20px 44px rgba(18, 52, 120, 0.16);
}
.ag-cert-trigger img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 848;
  object-fit: cover;
  border-radius: 10px;
  background: #f4f8ff;
  transition: transform 0.4s ease;
}
.ag-cert-trigger:hover img { transform: scale(1.03); }
.ag-cert-item figcaption {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-primary);
}
.ag-cert-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
}
.ag-cert-prev,
.ag-cert-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #dfe9ff;
  border-radius: 50%;
  background: #fff;
  color: var(--color-navy);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.ag-cert-prev:hover,
.ag-cert-next:hover {
  background: var(--color-navy);
  color: #fff;
  border-color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(26, 111, 212, 0.32);
}
.ag-cert-prev.swiper-button-disabled,
.ag-cert-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
  box-shadow: none;
  background: #fff;
  color: var(--color-navy);
}
.ag-cert-pagination {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ag-cert-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #c4d8f6;
  opacity: 1;
  transition: width 0.3s ease, background 0.3s ease;
}
.ag-cert-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 99px;
  background: linear-gradient(90deg, #3498f6, #6c5ce7);
}
/* ---------- 璧勮川鐏 ---------- */
.ag-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.ag-lightbox.is-open { display: flex; }
.ag-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 18, 40, 0.85);
}
.ag-lightbox-figure {
  position: relative;
  margin: 0;
  max-width: 860px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.ag-lightbox-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 86vh;
  object-fit: contain;
}
.ag-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.ag-lightbox-close:hover { background: var(--color-navy); transform: rotate(90deg); }
body.ag-lightbox-locked { overflow: hidden; }

/* ---------- 妗岄潰绔€傞厤 (md+) ---------- */
@media (min-width: 768px){
  .ag-intro-grid { grid-template-columns: 1fr 1fr; gap: 52px; }
  .ag-business-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .ag-adv-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .ag-culture-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
@media (min-width: 992px){
  .ag-hero { padding: 148px 0 64px; }
  .ag-business-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .ag-adv-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .ag-stats { gap: 36px; }
  .ag-timeline { max-width: 1080px; margin: 0 auto; }
  .ag-tl-card { min-height: 232px; }
  .ag-tl-nav { margin-top: 36px; }
}

/* ---- 招商合作 · 顶部主视觉 banner ---- */
.ph-banner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 96px 0 56px;
  overflow: hidden;
}
.ph-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ph-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(13, 42, 92, 0.90) 0%, rgba(26, 111, 212, 0.66) 50%, rgba(108, 92, 231, 0.32) 100%);
}
.ph-shell { position: relative; z-index: 2; }
.ph-copy { max-width: 720px; color: #fff; }
.ph-eyebrow {
  display: inline-block;
  margin-bottom: 1.05rem;
  padding-left: 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #a9d4ff;
  border-left: 2.5px solid #85c1e9;
}
.ph-title {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0.02em;
  background: linear-gradient(72deg, #ffffff 0%, #cfe0ff 55%, #85c1e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ph-lead {
  margin: 0 0 24px;
  max-width: 58ch;
  font-size: clamp(14px, 1.5vw, 16.5px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
}
.ph-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin: 0 0 28px;
}
.ph-point {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.ph-point svg { color: #85c1e9; }
.ph-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}
.ph-breadcrumb { color: rgba(255, 255, 255, 0.7); }
.ph-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
}
.ph-breadcrumb li { display: inline-flex; align-items: center; }
.ph-breadcrumb li + li::before { content: "/"; margin-right: 0.5rem; color: rgba(255, 255, 255, 0.45); }
.ph-breadcrumb a { color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: color 0.3s ease; }
.ph-breadcrumb a:hover { color: #fff; }
.ph-breadcrumb span { color: #b9d7ff; }
@media (min-width: 992px){
  .ph-banner { padding: 148px 0 64px; }
}

/* ---- 招商合作主视觉 · 高端商务白底 ---- */
.partner-hero {
  padding: 64px 0 76px;
  background: #fff;
}
.partner-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.partner-hero-media {
  position: relative;
  padding: 6px;
  border-radius: 22px;
  background: linear-gradient(130deg, var(--color-navy) 0%, var(--color-gold) 55%, #85c1e9 100%);
  box-shadow: 0 30px 60px -22px rgba(26, 111, 212, 0.45);
}
.partner-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 17px;
}
.partner-hero-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 108px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e8eefc;
  border-radius: 14px;
  box-shadow: 0 18px 38px -14px rgba(13, 42, 92, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.ph-badge-num {
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ph-badge-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--color-steel);
}
.partner-hero-copy {
  text-align: left;
}
.partner-hero .partner-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-left: 0;
  color: var(--color-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.partner-hero .partner-eyebrow::before {
  content: "";
  position: static;
  width: 26px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
}
.partner-hero-title {
  margin: 0 0 20px;
  color: #000;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.partner-hero-lead {
  margin: 0 0 26px;
  
  color: var(--color-steel);
  font-size: 15.5px;
  line-height: 1.9;
}
.partner-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin: 0 0 24px;
}
.partner-hero .partner-point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #e1e9f8;
  border-radius: 999px;
  box-shadow: 0 6px 16px -8px rgba(26, 111, 212, 0.25);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.partner-hero .partner-point:hover {
  transform: translateY(-2px);
  border-color: var(--color-navy-light);
  box-shadow: 0 10px 22px -10px rgba(26, 111, 212, 0.4);
}
.partner-hero .partner-point svg {
  width: 17px;
  height: 17px;
  color: var(--color-navy);
}
.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.partner-hero-actions .partner-btn-primary {
  margin-bottom: 0;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  box-shadow: 0 14px 30px -12px rgba(52, 152, 246, 0.6);
}
.partner-hero-actions .partner-btn-primary:hover {
  background: var(--color-navy);
  box-shadow: 0 16px 32px -12px rgba(52, 152, 246, 0.65);
}
.partner-hero-actions .partner-btn-ghost {
  box-shadow: inset 0 0 0 1.5px #d5e1f6;
  color: #000;
}
.partner-hero-actions .partner-btn-ghost:hover {
  background: #f2f6ff;
  color: var(--color-navy);
  box-shadow: inset 0 0 0 1.5px var(--color-navy);
}

@media (min-width: 768px){
  .partner-hero-inner { grid-template-columns: 1fr 1fr; gap: 48px; }
}
@media (min-width: 1200px){
  .partner-hero { padding: 72px 0 92px; }
  .partner-hero-title { font-size: 42px; }
}
@media (max-width: 575.98px){
  .partner-hero { padding: 40px 0 56px; }
  .partner-hero-title { font-size: 28px; }
  .partner-hero-badge { right: 14px; bottom: 14px; min-width: 96px; padding: 10px 14px; }
}

/* ---- 合作模式 · 图文卡片版面 ---- */
.partner-modes {
  background: linear-gradient(160deg, #eefbf0 0%, #edf5ff 47%, #f5eeff 100%);
}
.partner-modes-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.pm-row {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ecf0f9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 26px -16px rgba(26, 111, 212, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pm-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px -20px rgba(26, 111, 212, 0.38);
}
.pm-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef1f8;
}
.pm-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(200deg, rgba(62, 213, 152, 0.12) 0%, rgba(52, 152, 246, 0.10) 50%, rgba(162, 155, 254, 0.12) 100%);
  pointer-events: none;
}
.pm-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.pm-row:hover .pm-img { transform: scale(1.05); }
.pm-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  border-radius: 12px;
  box-shadow: 0 10px 20px -8px rgba(52, 152, 246, 0.55);
}
.pm-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 20px 24px;
}
.pm-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
  color: var(--color-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.pm-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 15px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
}
.pm-name {
  margin: 0 0 12px;
  color: #000;
  font-size: clamp(19px, 2vw, 22px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.pm-desc {
  flex: 1;
  margin: 0 0 18px;
  color: var(--color-steel);
  font-size: 14px;
  line-height: 1.85;
}
.pm-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  color: var(--color-navy);
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}
.pm-link svg { transition: transform 0.25s ease; }
.pm-link:hover { color: var(--color-gold); }
.pm-link:hover svg { transform: translateX(4px); }

@media (min-width: 768px){
  .partner-modes-list { grid-template-columns: repeat(2, 1fr); gap: 26px; }
}
@media (min-width: 1200px){
  .partner-modes-list { grid-template-columns: repeat(3, 1fr); gap: 30px; }
}

/* ---- 公司支持 · 六大体系（清新质感） ---- */
.partner-support {
  background: linear-gradient(160deg, #f0f7fe 0%, #f1edff 46%, #fef0f7 100%);
}
.partner-support .partner-eyebrow {
  background: transparent;
  color: var(--color-navy);
}
.partner-support .partner-title {
  color: #000;
}
.partner-support .partner-sub {
  color: var(--color-steel);
}
.partner-support-grid {
  gap: 24px;
}
.partner-support-card {
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #eef1fa;
  border-radius: 18px;
  box-shadow: 0 12px 30px -20px rgba(26, 111, 212, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.partner-support-card:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 28px 50px -24px rgba(26, 111, 212, 0.42);
}
.partner-support-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 15px;
  transition: transform 0.3s ease;
}
.partner-support-card:nth-child(1) .partner-support-icon { background: #e4f5ed; color: #14a880; }
.partner-support-card:nth-child(2) .partner-support-icon { background: #e6f0fd; color: #2f7ee0; }
.partner-support-card:nth-child(3) .partner-support-icon { background: #efeaff; color: #7b6be6; }
.partner-support-card:nth-child(4) .partner-support-icon { background: #fdeef4; color: #e0649e; }
.partner-support-card:nth-child(5) .partner-support-icon { background: #e7f6f3; color: #159a8d; }
.partner-support-card:nth-child(6) .partner-support-icon { background: #fff1e4; color: #e3914b; }
.partner-support-card:hover .partner-support-icon {
  transform: translateY(-2px) scale(1.05);
}
.partner-support-name {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  font-weight: 800;
}
.partner-support-list li {
  padding: 5px 0;
  padding-left: 20px;
  color: var(--color-steel);
  font-size: 14.5px;
  line-height: 1.6;
}
.partner-support-list li::before {
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-navy);
  box-shadow: 0 0 0 3px rgba(52, 152, 246, 0.12);
}
@media (min-width: 1200px){
  .partner-support-grid { gap: 28px; }
}
.partner-support .partner-head {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

/* ============================================
   联系我们页面
   ============================================ */
.contact-main {
  padding: 72px 0 88px;
  background: linear-gradient(160deg, #F0F7FE 0%, #F1EDFF 46%, #FEF0F7 100%);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

/* 左侧联系信息 */
.contact-heading {
  margin-bottom: 28px;
}
.contact-eyebrow-sub {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--color-navy);
}
.contact-eyebrow-sub::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-navy);
  box-shadow: 0 0 0 4px rgba(52, 152, 246, 0.14);
}
.contact-heading-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  color: #000;
}
.contact-heading-lead {
  margin: 0;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

.contact-info-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 14px;
}
.contact-info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 111, 212, 0.08);
  box-shadow: 0 10px 24px rgba(30, 36, 80, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(30, 36, 80, 0.12);
}
.contact-info-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
}
.contact-info-body {
  display: block;
}
.contact-info-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-text-secondary);
}
.contact-info-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.contact-info-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info-value a:hover {
  color: var(--color-navy);
}

/* 微信二维码 */
.contact-qr {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(52, 152, 246, 0.06), rgba(162, 155, 254, 0.12));
  border: 1px dashed rgba(52, 152, 246, 0.3);
}
.contact-qr-img {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 12px;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(30, 36, 80, 0.14);
  object-fit: cover;
}
.contact-qr-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
.contact-qr-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

/* 右侧留言表单 */
.contact-card {
  border-radius: 22px;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid rgba(26, 111, 212, 0.08);
  box-shadow: 0 24px 60px rgba(30, 36, 80, 0.10);
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}
.contact-card-head {
  margin-bottom: 24px;
}
.contact-card-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  color: #000;
  position: relative;
  padding-left: 16px;
}
.contact-card-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
}
.contact-card-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.contact-form {
  display: grid;
  gap: 18px;
}
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.contact-form-group {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.contact-form-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #000;
}
.contact-form-req {
  color: #FD79A8;
}
.contact-form-input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1.5px solid #e4e7f2;
  border-radius: 12px;
  font-size: 14.5px;
  font-family: inherit;
  color: #000;
  background: #f7f8fd;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.contact-form-input::placeholder {
  color: #9aa3bd;
}
.contact-form-input:focus {
  outline: none;
  border-color: var(--color-navy);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(52, 152, 246, 0.12);
}
.contact-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238aa0c6' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact-form-textarea {
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
}
.contact-form-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  box-shadow: 0 12px 26px rgba(52, 152, 246, 0.32);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.contact-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(52, 152, 246, 0.42);
}

.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #eef1f8;
}
.contact-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-secondary);
}
.contact-trust-item svg {
  color: #54d98c;
}

/* 表单状态与验证反馈 */
.contact-form-input.is-invalid {
  border-color: #dc3545;
  background: #fff;
}
.contact-form-input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.12);
}
.aipress-form-submitting .contact-form-submit {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}
.aipress-form-message {
  margin: 4px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
}
.aipress-form-message--success {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
}
.aipress-form-message--error {
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}

/* 产品详情询价表单状态与验证反馈 */
.aipress-form-submitting .iq-btn {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}
.iq-input.is-invalid {
  border-color: #dc3545;
  background: #fff;
}
.iq-input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.12);
}

@media (min-width: 640px){
  .contact-form-row--two {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px){
  .contact-main {
    padding: 88px 0 96px;
  }
  .contact-wrap {
    gap: 48px;
  }
  .contact-card {
    padding: 38px 36px;
  }
}

@media (min-width: 992px){
  .contact-wrap {
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: center;
  }
}

/* ============================================
   新闻列表页・分页
   ============================================ */
.nl-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 44px;
}

.nl-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease,
    transform 0.3s ease, box-shadow 0.3s ease;
}

.nl-page-link svg {
  transition: transform 0.3s ease;
}

.nl-page-link:hover {
  color: var(--color-navy);
  border-color: var(--color-navy);
  transform: translateY(-2px);
}

.nl-page-link.active {
  background: linear-gradient(135deg, #5FB0FA 0%, #A39BFF 48%, #F7A9CB 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(52, 123, 235, 0.28);
}

.nl-page-separator:hover svg {
  transform: translateX(-2px);
}
.nl-page-separator:last-child:hover svg {
  transform: translateX(2px);
}

.nl-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--color-text-secondary);
}

/* ================== 文章详情页 ================== */
.article-section {
  padding: 64px 0 40px;
  background: linear-gradient(160deg, #f5f8ff 0%, #ffffff 40%, #faf5ff 100%);
}
.article-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
.article-card {
  padding: 28px 22px 32px;
  border: 1px solid rgba(120, 146, 214, 0.16);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(26, 111, 212, 0.08);
}
.article-head {
  margin-bottom: 26px;
}
.article-catline { margin-bottom: 14px; }
.article-cat {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.article-title {
  margin: 0 0 16px;
  font-size: clamp(22px, 3.6vw, 30px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: var(--color-black);
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
}
.article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--color-text-secondary);
}
.meta-ico { color: #3498f6; }
.article-body {
  font-size: 15.5px;
  line-height: 2;
  color: #3a4150;
}
.article-body > p:first-child {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.95;
  color: #262b36;
}
.article-body p {
  margin: 0 0 22px;
}
.article-body a {
  color: #1a6fd4;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(26, 111, 212, 0.35);
  transition: color 0.3s ease, border-color 0.3s ease;
}
.article-body a:hover {
  color: #6c5ce7;
  border-color: #6c5ce7;
}
.article-body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 28px auto;
  border-radius: 14px;
}
.article-body a img {
  margin: 28px 0;
}
.article-body figure {
  margin: 30px 0;
}
.article-body figure img {
  margin: 0 0 12px;
}
.article-body figcaption {
  text-align: center;
  font-size: 13px;
  color: var(--color-text-secondary);
}
.article-body h2 {
  position: relative;
  margin: 42px 0 18px;
  padding-left: 16px;
  font-size: clamp(21px, 2.6vw, 25px);
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-black);
}
.article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(180deg, #3498f6 0%, #a29bfe 100%);
}
.article-body h3 {
  margin: 30px 0 14px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--color-black);
}
.article-body ul,
.article-body ol {
  margin: 0 0 24px;
  padding: 18px 22px;
  list-style: none;
  border-radius: 14px;
  background: linear-gradient(160deg, #eef6ff 0%, #f3efff 100%);
}
.article-body li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 24px;
}
.article-body li:last-child { margin-bottom: 0; }
.article-body ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
}
.article-body ol { counter-reset: list; }
.article-body ol li { counter-increment: list; }
.article-body ol li::before {
  content: counter(list);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  color: #ffffff;
}
.article-body table {
  width: 100%;
  margin: 0 0 26px;
  border-collapse: collapse;
  border: 1px solid rgba(120, 146, 214, 0.22);
  font-size: 14px;
  line-height: 1.7;
}
.article-body thead th {
  padding: 12px 14px;
  background: #1a6fd4;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}
.article-body tbody td,
.article-body tbody th {
  padding: 11px 14px;
  border-top: 1px solid rgba(120, 146, 214, 0.18);
  color: #3a4150;
}
.article-body tbody tr:nth-child(odd) { background: #f5f9ff; }
.article-body tbody tr:hover { background: #eef6ff; }
.article-body blockquote {
  position: relative;
  margin: 32px 0;
  padding: 32px 28px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3498f6 0%, #1a6fd4 45%, #6c5ce7 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(26, 111, 212, 0.24);
  overflow: hidden;
}
.article-body blockquote::before,
.article-body blockquote::after {
  content: "\201C";
  position: absolute;
  font-family: var(--xr-font-display);
  line-height: 1;
  opacity: 0.35;
  pointer-events: none;
}
.article-body blockquote::before {
  right: 22px;
  top: -16px;
  font-size: 92px;
}
.article-body blockquote::after {
  left: 22px;
  bottom: -32px;
  font-size: 92px;
}
.article-body blockquote p {
  position: relative;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}
.article-body iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 28px 0;
  border: none;
  border-radius: 14px;
}
.article-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}
.article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.article-tags-label,
.article-share-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-black);
}
.article-tag {
  padding: 5px 13px;
  border: 1px solid rgba(52, 152, 246, 0.3);
  border-radius: 999px;
  font-size: 13px;
  color: #1a6fd4;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.article-tag:hover {
  background: #3498f6;
  border-color: #3498f6;
  color: #ffffff;
}
.article-share { display: flex; align-items: center; gap: 8px; }
.article-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(120, 146, 214, 0.25);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  color: #1a6fd4;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.article-share-btn:hover {
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
}
.article-share-btn.copied {
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  border-color: transparent;
  color: #ffffff;
}
.share-toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 1200;
  transform: translate(-50%, 16px);
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(23, 32, 46, 0.92);
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(23, 32, 46, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.share-toast.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.article-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 26px;
}
.article-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #f8faff;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.article-nav-link:hover {
  border-color: rgba(52, 152, 246, 0.4);
  box-shadow: 0 10px 22px rgba(26, 111, 212, 0.1);
  transform: translateY(-2px);
}
.article-nav-link.article-nav-next {
  flex-direction: row-reverse;
  text-align: right;
}
.article-nav-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  color: #ffffff;
}
.article-nav-link.article-nav-next .article-nav-ico { background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%); }
.article-nav-inner { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.article-nav-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--color-text-secondary);
}
.article-nav-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-back { margin-top: 22px; text-align: center; }
.article-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(52, 123, 235, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.article-back-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(52, 123, 235, 0.34);
}
/* ---- 侧边栏 ---- */
.article-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.side-widget {
  padding: 24px 22px;
  border: 1px solid rgba(120, 146, 214, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(26, 111, 212, 0.07);
}
.side-share-card {
  position: relative;
  color: #ffffff;
  background: linear-gradient(135deg, #3498f6 0%, #1a6fd4 45%, #6c5ce7 100%);
  border: none;
  overflow: hidden;
}
.side-share-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -60px;
  top: -60px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.side-widget-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #bfe0ff;
}
.side-widget-title {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-black);
}
.side-share-card .side-widget-title { color: #ffffff; }
.side-share {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
}
.side-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  transition: background 0.3s ease, transform 0.3s ease;
}
.side-share-btn:hover {
  background: #ffffff;
  color: #1a6fd4;
  transform: translateY(-3px);
}
.side-head { padding-bottom: 14px; border-bottom: 1px solid var(--color-border); }
.side-related-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(120, 146, 214, 0.14);
}
.side-related-item:last-child { border-bottom: none; padding-bottom: 4px; }
.side-related-media {
  flex: 0 0 auto;
  width: 88px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.side-related-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.side-related-item:hover .side-related-media img { transform: scale(1.08); }
.side-related-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.side-related-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--color-black);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.side-related-item:hover .side-related-title { color: #1a6fd4; }
.side-related-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--color-text-secondary);
}
.side-cta {
  text-align: center;
  background: linear-gradient(160deg, #eef6ff 0%, #f3efff 100%);
}
.side-cta-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-black);
}
.side-cta-text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text-secondary);
}
.side-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3498f6 0%, #6c5ce7 100%);
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(52, 123, 235, 0.26);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.side-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(52, 123, 235, 0.34);
}
.related-section {
  padding: 64px 0 16px;
  background: transparent;
  content-visibility: visible;
}
.related-section .related-grid { display: grid; }
@media (min-width: 768px){
  .article-card { padding: 40px 44px 44px; }
  .article-layout { gap: 28px; }
  .article-nav { grid-template-columns: 1fr 1fr; }
  .related-section .related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px){
  .article-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
  }
  .article-side {
    position: sticky;
    top: 96px;
  }
  .related-section .related-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px){
  .article-layout { grid-template-columns: minmax(0, 1fr) 380px; }
}

/* ============================================
   产品中心列表页
   ============================================ */
/* ---- Hero 暗化蒙版（图片较亮，追加压暗保证文字可读） ---- */
.pl-hero .ph-overlay {
  background: linear-gradient(100deg, rgba(8, 18, 42, 0.96) 0%, rgba(15, 38, 82, 0.86) 42%, rgba(20, 56, 108, 0.62) 78%, rgba(26, 70, 130, 0.5) 100%);
}
.pl-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(120% 90% at 12% 35%, rgba(8, 18, 42, 0.28) 0%, transparent 60%),
    linear-gradient(180deg, rgba(6, 14, 34, 0.2) 0%, rgba(6, 14, 34, 0.55) 100%);
}

/* ---- 产品分类导航 ---- */
.pl-cats {
  position: relative;
  z-index: 3;
  padding: 0 0 72px;
}
.pl-cats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.pl-cat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(13, 42, 92, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.pl-cat::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.pl-cat:hover {
  transform: translateY(-4px);
  border-color: var(--color-navy-light);
  box-shadow: 0 16px 34px rgba(13, 42, 92, 0.14);
}
.pl-cat:hover::after { transform: scaleX(1); }
.pl-cat--active {
  border-color: var(--color-navy);
  background: #fff;
  box-shadow: 0 14px 32px rgba(13, 42, 92, 0.14);
}
.pl-cat--active::after { transform: scaleX(1); }
.pl-cat--active .pl-cat-name { color: var(--color-navy); }
.pl-cat-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.pl-cat-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text-primary);
}
.pl-cat-sub {
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--color-text-secondary);
}
.pl-cat-num {
  margin-left: auto;
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-navy-light);
}
@media (min-width: 576px){
  .pl-cats { padding-bottom: 84px; }
  .pl-cats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .pl-cat { padding: 22px 24px; }
}
@media (min-width: 992px){
  .pl-cats { top: -45px; margin-top: 0; height: 0;
        padding: 0;}
  .pl-cats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1280px){
  .pl-cats-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ---- 产品列表区块 ---- */
.pl-section {
  padding: 200px 0 88px;
  background: linear-gradient(180deg, var(--color-bg-light) 0%, #ffffff 100%);
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}
.pl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-navy);
}
.pl-eyebrow svg { display: block; }
.pl-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.pl-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
}
.pl-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-text-secondary);
}
.pl-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 992px){
  .pl-list-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
@media (min-width: 1280px){
  .pl-list-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ---- 分页 ---- */
.pl-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 52px;
}
.pl-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-secondary);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.pl-page:hover {
  color: var(--color-navy);
  border-color: var(--color-navy);
  transform: translateY(-2px);
}
.pl-page.is-current {
  color: #fff;
  background: var(--color-navy);
  border-color: var(--color-navy);
  box-shadow: 0 8px 20px rgba(52, 152, 246, 0.28);
}
.pl-page--dir.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 992px){ .pl-page { min-width: 46px; height: 46px; } }

/* ---- 底部 CTA ---- */
.pl-cta {
  padding: 72px 0;
  background:
    linear-gradient(120deg, rgba(20, 56, 108, 0.96) 0%, rgba(52, 152, 246, 0.92) 55%, rgba(108, 92, 231, 0.85) 100%);
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}
.pl-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  text-align: center;
}
.pl-cta-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3.4vw, 32px);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}
.pl-cta-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}
.pl-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-navy-dark);
  background: #fff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(6, 14, 34, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pl-cta-btn svg { display: block; }
.pl-cta-btn:hover {
  color: var(--color-navy-dark);
  background: #fff;
  border: none;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(6, 14, 34, 0.34);
}
@media (min-width: 992px){
  .pl-cta-inner { flex-direction: row; justify-content: space-between; text-align: left; }
  .pl-cta-copy { max-width: 640px; }
}

/* ============================================
   品牌单页 — 春之苑（brand1）
   ============================================ */
/* ---- 品牌 Hero：渐变背景 + 品牌 Logo + 品牌介绍 + 徽章 ---- */

/* ---- 适恋 SHILIAN 品牌详情配色（黑 + 紫）---- */

/* ---- SNIAN 品牌详情配色（纯黑）---- */

/* ---- 品牌卡片 hover 品牌色 ---- */
.product-card--sl:hover { box-shadow: 0 20px 40px rgba(108, 92, 231, 0.16); }
.product-card--sn:hover { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16); }

/* ---- 品牌产品列表 ---- */

/* ==================== 新锐进 OEM / ODM 定制页面 ==================== */
.partner-btn-ghost-light {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.9);
}
.partner-btn-ghost-light:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }

.partner-btn-light {
  background: #fff;
  color: var(--color-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.partner-btn-light:hover { background: #eef4ff; color: var(--color-navy); transform: translateY(-2px); }

.partner-btn-ghost-white {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.9);
}
.partner-btn-ghost-white:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }

/* ---- 服务介绍 ---- */
.oem-intro { padding: 72px 0; background: #fff; }
.oem-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.oem-intro-copy { max-width: 620px; }
.oem-intro-copy .partner-sub + .partner-sub { margin-top: 14px; }
.oem-intro-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.oem-intro-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-ink);
}
.oem-intro-list svg { color: var(--color-navy); flex: none; }
.oem-intro-media { position: relative; }
.oem-intro-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(15, 42, 92, 0.16);
}
.oem-intro-card {
  position: absolute;
  right: -6px;
  bottom: -18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 20px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(52, 152, 246, 0.35);
}
.oem-intro-num { font-size: 34px; font-weight: 800; line-height: 1; }
.oem-intro-note { font-size: 13px; opacity: 0.92; }

/* ---- 六大保障 ---- */
.oem-guarantee { padding: 72px 0; background: linear-gradient(180deg, #EEF4FD 0%, #F5EFFF 100%); }
.oem-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.oem-card {
  padding: 30px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(163, 177, 198, 0.22);
  box-shadow: 0 14px 40px rgba(30, 55, 110, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.oem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(30, 55, 110, 0.12);
  border-color: rgba(52, 152, 246, 0.45);
}
.oem-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
}
.oem-card-title { margin: 0 0 10px; font-size: 18px; font-weight: 700; color: var(--color-black); }
.oem-card-text { margin: 0; font-size: 14.5px; line-height: 1.8; color: var(--color-steel); }

/* ---- 定制流程 ---- */
.oem-process { padding: 72px 0; background: #fff; }
.oem-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.oem-step {
  position: relative;
  padding: 26px 24px 26px 82px;
  border-radius: 16px;
  background: #f7faff;
  border: 1px solid rgba(163, 177, 198, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.oem-step:hover {
  transform: translateY(-4px);
  background: #eef5ff;
  box-shadow: 0 14px 34px rgba(30, 55, 110, 0.08);
}
.oem-step-num {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.oem-step-title { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: var(--color-black); }
.oem-step-text { margin: 0; font-size: 14px; line-height: 1.75; color: var(--color-steel); }

/* ---- 可定制项 ---- */
.oem-custom { padding: 72px 0; background: linear-gradient(180deg, #FEFAEC 0%, #F2F7FF 100%); }
.oem-custom-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.oem-custom-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(163, 177, 198, 0.2);
  box-shadow: 0 10px 30px rgba(30, 55, 110, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oem-custom-item:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(30, 55, 110, 0.1); }
.oem-custom-icon {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: rgba(52, 152, 246, 0.10);
  color: var(--color-navy);
}
.oem-custom-title { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: var(--color-black); }
.oem-custom-text { margin: 0; font-size: 14px; line-height: 1.75; color: var(--color-steel); }

/* ---- 裸货产品 ---- */
.oem-product { padding: 72px 0; background: #fff; }
.oem-product-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.oem-product-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f2f5fa;
  box-shadow: 0 14px 40px rgba(30, 55, 110, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oem-product-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(30, 55, 110, 0.14); }
.oem-product-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* ---- 底部 CTA ---- */
.oem-cta { padding: 72px 0; background: #fff; }
.oem-cta-inner {
  padding: 64px 28px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  color: #fff;
  box-shadow: 0 26px 60px rgba(52, 152, 246, 0.35);
}
.oem-cta-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.oem-cta-sub {
  margin: 0 auto 30px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
}
.oem-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

/* ---- 平板及以上 ---- */
@media (min-width: 576px){
  .oem-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px){
  .oem-intro,
  .oem-guarantee,
  .oem-process,
  .oem-custom,
  .oem-product,
  .oem-cta { padding: 96px 0; }
  .oem-intro-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
  .oem-grid { grid-template-columns: repeat(3, 1fr); }
  .oem-steps { grid-template-columns: repeat(3, 1fr); }
  .oem-custom-grid { grid-template-columns: repeat(2, 1fr); }
  .oem-product-grid { grid-template-columns: repeat(3, 1fr); }
  .oem-cta-inner { padding: 80px 40px; }
}

/* ---- Hero 按钮规格统一 ---- */
.ph-actions { align-items: center; }
.ph-actions .partner-btn { white-space: nowrap; }
.ph-actions .partner-btn-primary { margin-bottom: 0; }

/* =============================================================
   INDEX REDESIGN · 编辑式高质感版本
   Author: redesign pass 2026-08-31
   Tokens · 从 logo 渐变提取
   ============================================================= */
:root {
  --xr-blue-900: #0F1A4A;
  --xr-blue-700: #2A3B8F;
  --xr-blue-500: #3F7BD9;
  --xr-violet-500: #8E6BD8;
  --xr-violet-300: #B58FE6;
  --xr-amber-400: #F2C36B;
  --xr-ink: #0E1116;
  --xr-ink-soft: #2B2F38;
  --xr-paper: #F4F5F9;
  --xr-paper-warm: #F7F4EE;
  --xr-rule: rgba(14, 17, 22, 0.14);
  --xr-rule-strong: rgba(14, 17, 22, 0.4);
}
.product-card {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible;
  display: block !important;
  transition: transform 0.4s ease;
}
.product-card:hover { transform: translateY(-6px); }
.product-card-link { display: none; }
.product-card-media {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  position: relative;
}
.product-card-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(14, 17, 22, 0.04));
  pointer-events: none;
}
.product-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card:hover .product-card-media img { transform: scale(1.05); }
.product-card-body {
  padding: 18px 0 0 !important;
  background: transparent !important;
}
.product-card-name {
  font-family: var(--xr-font-display) !important;
  font-size: 18px !important; font-weight: 500 !important;
  color: var(--xr-ink) !important;
  margin: 0 !important;
}
.product-card-foot {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 8px !important;
}
.product-card-brand {
  font-family: var(--xr-font-body) !important;
  font-size: 12px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: var(--xr-blue-700) !important;
  background: transparent !important;
}
.product-card-inquiry {
  font-family: var(--xr-font-body);
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.06em;
}

/* ============== SUPPLY · 改成 timeline + hairline ============== */

/* ============== 响应式 ============== */

/* ============================================
   Editorial Design System v2 · 2026.08
   品牌色:橙粉山景 logo 对齐 · 杂志编辑式 · 去卡片化
   ============================================ */
@font-face {
  font-family: 'SerifEditorial';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Han Serif SC'), local('Noto Serif SC'), local('Songti SC'), local('STSong'), local('SimSun');
}
@font-face {
  font-family: 'SerifEditorial';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Han Serif SC Bold'), local('Noto Serif SC Bold'), local('STSong-Bold');
}
@font-face {
  font-family: 'SerifEditorial';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Source Han Serif SC Italic'), local('STKaiti'), local('KaiTi');
}

:root {
  /* === 品牌橙粉(对齐 logo 山景) === */
  --xr-brand:        #FF7B3D;   /* 主橙 - CTA / 主按钮 / hover */
  --xr-brand-dark:   #E85D1F;   /* 深橙 */
  --xr-brand-soft:   #FFF1E6;   /* 极浅橙 - 区块底 */
  --xr-rose:         #E91E63;   /* 玫红 - 强调辅助 */
  --xr-rose-dark:    #C2185B;
  --xr-rose-soft:    #FCE4EC;
  /* === 中性 === */
  --xr-ink:          #1A1A1A;   /* 主文字 / 标题 */
  --xr-ink-soft:     #4A4A4A;   /* 次要文字 */
  --xr-mute:         #9A9A9A;   /* 辅助 / 日期 / 装饰 */
  --xr-rule:         #E5E0DA;   /* hairline 分割线 */
  --xr-rule-soft:    #F0EBE3;   /* 更浅 hairline */
  --xr-cream:        #FAF6F2;   /* 暖白底 */
  --xr-cream-deep:   #F2EBE1;   /* 深暖白 - 分块底 */
  --xr-white:        #FFFFFF;
  /* === 三大品牌分区色(保留) === */
  --xr-chun:         #E91E63;   /* 春之苑 玫红 */
  --xr-shilian:      #6C5CE7;   /* 适恋 紫 */
  --xr-snian:        #111111;   /* SNIAN 黑 */
  /* === 字体 === */
  --xr-font-display: 'SerifEditorial', 'Source Han Serif SC', 'Noto Serif SC', 'Songti SC', 'STSong', serif;
  --xr-font-body:    'Poppins', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --xr-mono:         'Courier New', monospace;
}

/* === 全局基线 === */
body.xr-editorial,
body {
  font-family: var(--xr-font-body);
  color: var(--xr-ink);
  background: var(--xr-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   Container
   ============================================ */.xr-container,
.about-container,
.partner-container,
.news-section > .container {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}.about-section,
.partner-teaser,
.news-section {
  padding: clamp(80px, 9vw, 140px) 0;
  background: var(--xr-white);
}
.partner-teaser,
.news-section { background: var(--xr-cream); }.partner-head,
.news-head,
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.5fr);
  gap: 40px 80px;
  align-items: end;
  margin-bottom: clamp(48px, 6vw, 88px);
  padding-bottom: 36px;
  border-bottom: 1px solid var(--xr-ink);
}
.about-intro { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; }.partner-eyebrow,
.news-eyebrow,
.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--xr-brand);
}.partner-eyebrow::before,
.news-eyebrow::before,
.about-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--xr-brand);
}.partner-title,
.news-title,
.about-title {
  margin: 16px 0 0;
  font-family: var(--xr-font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--xr-ink);
  max-width: 14ch;
}.partner-title em,
.news-title em,
.about-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--xr-brand);
}.partner-sub,
.news-sub,
.about-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--xr-ink-soft);
  max-width: 56ch;
  align-self: end;
}

/* ============================================
   ABOUT · 左图右文 编辑式
   ============================================ */
.about-section { background: var(--xr-cream); }
.about-intro {
  margin-bottom: clamp(60px, 7vw, 100px);
}
.about-media-frame {
  position: relative;
  overflow: hidden;
  background: var(--xr-ink);
}
.about-media-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 80px;
  background: var(--xr-ink);
}
.about-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  filter: saturate(0.85);
}
.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0 0;
}
.about-eyebrow { margin-bottom: 12px; }
.about-title {
  margin: 0 0 28px;
  font-family: var(--xr-font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.22;
  color: var(--xr-ink);
}
.about-title em { font-style: italic; font-weight: 400; color: var(--xr-brand); }
.about-desc {
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.95;
  color: var(--xr-ink-soft);
  text-align: justify;
  hyphens: auto;
}
.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  padding: 16px 32px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--xr-ink);
  background: transparent;
  border: 1px solid var(--xr-ink);
  text-decoration: none;
  transition: all .25s ease;
}
.about-btn:hover {
  background: var(--xr-ink);
  color: var(--xr-white);
}

/* stats · 4 大数字行 */
.about-money { padding-top: 12px; }
.about-stats {
  list-style: none;
  margin: 0 0 64px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--xr-ink);
  border-bottom: 1px solid var(--xr-rule);
}
.about-stat {
  padding: 36px 0 36px 28px;
  border-right: 1px solid var(--xr-rule);
}
.about-stat:last-child { border-right: none; }
.about-stat strong {
  display: block;
  font-family: var(--xr-font-display);
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  color: var(--xr-ink);
  letter-spacing: -0.02em;
}
.about-stat span {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

/* features · 4 项左 hairline 索引 */
.about-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.about-feature {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--xr-rule);
}
.about-feature:last-child { border-bottom: none; }
.about-feature-icon { display: none; }  /* 去图标方块 */
.about-feature-body { display: contents; }
.about-feature-title {
  font-family: var(--xr-font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--xr-ink);
}
.about-feature-text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--xr-ink-soft);
}

/* ============================================
   SUPPLY · 服务 5 项编辑式行
   ============================================ */  /* 去图标 */

/* service flow 5 步 */

/* CTA strip */

/* ============================================
   PARTNER · 招商合作 teaser
   ============================================ */
.partner-teaser { background: var(--xr-white); padding-block: clamp(80px, 9vw, 140px); }
.partner-head { margin-bottom: clamp(40px, 5vw, 72px); }
.partner-eyebrow { color: var(--xr-rose); }
.partner-eyebrow::before { background: var(--xr-rose); }
.partner-teaser-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  border-top: 1px solid var(--xr-ink);
  border-bottom: 1px solid var(--xr-ink);
}
.partner-gallery {
  display: grid;
  grid-template-columns: 1fr;
  border-right: 1px solid var(--xr-rule);
}
.partner-gallery-item {
  position: relative;
  margin: 0;
  border-bottom: 1px solid var(--xr-rule);
  overflow: hidden;
}
.partner-gallery-item:last-child { border-bottom: none; }
.partner-gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
}
.partner-gallery-cap {
  position: absolute;
  left: 20px;
  bottom: 16px;
  font-family: var(--xr-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--xr-white);
  background: var(--xr-ink);
  padding: 6px 12px;
}
.partner-teaser-subtitle {
  font-family: var(--xr-font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--xr-ink);
  margin: 48px 0 24px;
  padding: 0 56px 0 0;
}
.partner-mode-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 56px 48px 0;
  border-bottom: 1px solid var(--xr-rule);
}
.partner-mode-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--xr-ink);
  border: 1px solid var(--xr-rule);
  border-right: none;
  background: var(--xr-white);
}
.partner-mode-pill:last-child { border-right: 1px solid var(--xr-rule); }
.partner-mode-pill svg { color: var(--xr-brand); }
.partner-teaser-cta {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 48px 56px 48px 0;
}
.partner-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  padding: 18px 36px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease;
}
.partner-btn-primary {
  color: var(--xr-white);
  background: var(--xr-rose);
  border: 1px solid var(--xr-rose);
}
.partner-btn-primary:hover {
  background: var(--xr-rose-dark);
  border-color: var(--xr-rose-dark);
  color: var(--xr-white);
}
.partner-teaser-note {
  margin: 0;
  font-size: 13px;
  color: var(--xr-mute);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.04em;
}
.partner-teaser-note svg { color: var(--xr-brand); }

/* ============================================
   NEWS · 杂志报版(左大图右文字列表)
   ============================================ */
.news-section { background: var(--xr-cream); }
.news-head { margin-bottom: 36px; }
.news-eyebrow { color: var(--xr-rose); }
.news-eyebrow::before { background: var(--xr-rose); }

.news-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--xr-ink);
  margin-bottom: 48px;
}
.news-tab {
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--xr-mute);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: all .2s ease;
}
.news-tab.active {
  color: var(--xr-ink);
  border-bottom-color: var(--xr-brand);
}
.news-tab:hover { color: var(--xr-ink); }

/* 报版布局:左 1 大图,右 3 行 */
.news-panel {
  display: none;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
}
.news-panel.active { display: grid; }
.news-feature {
  position: relative;
  display: flex;
  flex-direction: column;
}
.news-feature-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.news-feature-media img {
  width: 100%;
  height: clamp(280px, 38vw, 460px);
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
}
.news-feature-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--xr-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--xr-white);
  background: var(--xr-rose);
  padding: 6px 14px;
  text-transform: uppercase;
}
.news-feature-title {
  margin: 0 0 16px;
  font-family: var(--xr-font-display);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.32;
  color: var(--xr-ink);
  letter-spacing: -0.005em;
}
.news-feature-title:hover { color: var(--xr-brand); }
.news-feature-excerpt {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--xr-ink-soft);
  max-width: 48ch;
}
.news-feature-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--xr-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--xr-mute);
  text-transform: uppercase;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.news-list-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--xr-rule);
}
.news-list-item:first-child { padding-top: 0; }
.news-list-item:last-child { border-bottom: none; padding-bottom: 0; }
.news-list-item a {
  display: block;
  color: var(--xr-ink);
  text-decoration: none;
}
.news-list-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  font-family: var(--xr-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--xr-mute);
  text-transform: uppercase;
}
.news-list-meta .news-list-tag { color: var(--xr-rose); }
.news-list-title {
  margin: 0;
  font-family: var(--xr-font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--xr-ink);
  letter-spacing: 0.005em;
}
.news-list-item:hover .news-list-title { color: var(--xr-brand); }

/* 兼容原 news-card 标记,避免被隐藏 */
.news-card { display: none; }
.news-media, .news-card-body, .news-meta, .news-tag, .news-card-title, .news-card-excerpt, .news-more { display: none; }

.news-footer { margin-top: 48px; text-align: center; }
.news-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--xr-ink);
  border: 1px solid var(--xr-ink);
  text-decoration: none;
  transition: all .25s ease;
}
.news-btn:hover { background: var(--xr-ink); color: var(--xr-white); }

/* ============================================
   FOOTER · 编辑式
   ============================================ */
.site-footer {
  background: var(--xr-ink);
  color: var(--xr-white);
  padding: clamp(72px, 8vw, 110px) 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.4fr;
  gap: 80px;
  padding-bottom: 64px;
}
.footer-brand-name {
  margin: 0 0 8px;
  font-family: var(--xr-font-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--xr-white);
  letter-spacing: 0.04em;
}
.footer-brand-name span { color: var(--xr-brand); }
.footer-brand-en {
  margin: 0 0 32px;
  font-family: var(--xr-mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}
.footer-desc {
  margin: 0 0 28px;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255,255,255,0.6);
  max-width: 38ch;
}
.footer-title {
  margin: 0 0 24px;
  font-family: var(--xr-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}
.footer-title::after { display: none; }
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-link {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color .2s ease;
}
.footer-link:hover { color: var(--xr-brand); }

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.02em;
}
.footer-contact-icon { display: none; }
.footer-contact-link { color: var(--xr-white); text-decoration: none; }
.footer-contact-link:hover { color: var(--xr-brand); }
.footer-qr {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer-qr img {
  width: 96px;
  height: 96px;
  background: var(--xr-white);
  padding: 6px;
}
.footer-qr-caption {
  font-family: var(--xr-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}

.footer-copyright-bar {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-family: var(--xr-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4);
  text-align: center;
  text-transform: uppercase;
}
.footer-beian { color: inherit; text-decoration: none; }
.footer-beian:hover { color: var(--xr-brand); }

/* ============================================
   FLOAT WIDGET · 客服浮窗(保留原结构)
   ============================================ */
.float-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
}

/* ============================================
   Responsive · 平板 + 手机
   ============================================ */
@media (max-width: 1024px){.partner-head,
.news-head,
.about-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-stat:nth-child(2n) { border-right: none; }
  .partner-teaser-card { grid-template-columns: 1fr; }
  .news-panel { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 640px){
  .about-stat strong { font-size: 40px; }
  .partner-teaser-subtitle, .partner-mode-strip { padding-right: 0; }
  .partner-teaser-cta { padding: 32px 0 0; }
  .news-tab { padding: 14px 18px; font-size: 13px; }
}

/* eyebrow: 橙线 + 编号 + 英文 + 中文 */

/* 主标题 */

/* 描述 */

/* 关键词行 · hairline 竖分隔(无卡片) */

/* 按钮 */

/* 右下角大号编号 · 编辑式装饰 */

/* 轮播控件 */

/* ---- 模块头 (与 brand-head 同构) ---- */

/* ---- 分类索引 (hairline 格线 · 3x2) ---- */

/* ---- 产品滑块 (白底无缝 · 零边框零阴影) ---- */

/* ---- 滑块导航 (hairline 顶线 + 线框箭头) ---- */

/* ---- 查看全部 (线框 CTA) ---- */

/* ---- HOT 响应式 ---- */

/* ============================================================
   DESIGN v2.0 · 商务蓝 · 明亮渐变  (唯一权威版本)
   范围: HERO BANNER / BRAND SECTION / HOT SECTION / ABOUT / PARTNER / NEWS / SUPPLY
   语言: 明亮底 + 商务蓝主色 + 蓝紫粉渐变点睛
   ============================================================ */

/* ---------- 作用域 tokens(不污染旧模块) ---------- */.hero-banner,
.brand-section,
.hot-section,
.about-section,
.partner-teaser,
.news-section--home,
.supply-section,
.join-section,
.ag-hero,
.ag-intro,
.ag-business,
.ag-advantage,
.ag-culture,
.ag-timeline-sec,
.ag-cert-sec,
.brand-hero,
.brand-products,
.pl-section,
.page-partner,
.news-section.nl-news,
.site-footer {
  --vb-blue: #1E56E8;
  --vb-blue-deep: #0C2E7D;
  --vb-ink: #0E1B36;
  --vb-slate: #4A5878;
  --vb-line: #DCE5F4;
  --vb-line-soft: #EDF2FB;
  --vb-bg-soft: #F3F6FD;
  --vb-grad: linear-gradient(94deg, #2B6BFF 0%, #7A5CFF 48%, #E056AE 100%);
  --vb-logo-grad: linear-gradient(115deg, #4D7DE0 0%, #8B6FD8 28%, #E879B5 52%, #F5C77A 76%, #5DC28A 100%);
  --vb-cross-h: linear-gradient(90deg, rgba(30, 86, 232, 0) 0%, rgba(30, 86, 232, 0.30) 34%, rgba(30, 86, 232, 0.62) 50%, rgba(30, 86, 232, 0.30) 66%, rgba(30, 86, 232, 0) 100%);
  --vb-cross-v: linear-gradient(180deg, rgba(30, 86, 232, 0) 0%, rgba(30, 86, 232, 0.30) 34%, rgba(30, 86, 232, 0.62) 50%, rgba(30, 86, 232, 0.30) 66%, rgba(30, 86, 232, 0) 100%);
  --vb-cell-glow: radial-gradient(120% 120% at 50% 50%, rgba(77, 125, 224, 0.20) 0%, rgba(77, 125, 224, 0.08) 45%, rgba(77, 125, 224, 0) 100%);
  --vb-shadow-sm: 0 8px 24px rgba(23, 52, 140, 0.08);
  --vb-shadow-md: 0 16px 40px rgba(23, 52, 140, 0.12);
}

/* 渐变文字工具 */
.hero-banner-copy h1 em,
.hot-cat-num,
.hero-banner-index {
  background: var(--vb-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============================================================
   MODULE 01 v2 · HERO BANNER
   ============================================================ */
.hero-banner {
  position: relative;
  min-height: 720px;
  background: #0A1428;
  overflow: hidden;
}
.hero-banner-swiper { position: relative; width: 100%; }
.hero-banner-slide {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  z-index: 0;
}
/* 深色罩层: 左侧深墨蓝压底保证可读, 右侧透出实景 */
.hero-banner-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(96deg, rgba(8,16,38,0.96) 0%, rgba(8,16,38,0.88) 34%, rgba(9,18,42,0.60) 58%, rgba(10,20,46,0.30) 100%),
    linear-gradient(180deg, rgba(6,12,28,0.30) 0%, rgba(6,12,28,0) 26%, rgba(6,12,28,0.44) 100%);
}
/* 极光渐变光晕: 夜色里的呼吸光 */
.hero-banner-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(480px 360px at 78% 14%, rgba(122, 92, 255, 0.26), transparent 65%),
    radial-gradient(600px 460px at 96% 56%, rgba(43, 107, 255, 0.24), transparent 62%),
    radial-gradient(360px 320px at 60% 90%, rgba(224, 86, 174, 0.15), transparent 60%);
}
.hero-banner-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-block: 76px 112px;
}
.hero-banner-copy { max-width: 780px; color: #F2F6FF; }

/* eyebrow: 渐变线 + 编号 + 英文 + 中文 */
.hero-banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.hero-banner-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 2px;
  background: var(--vb-grad);
  flex: none;
}
.hero-banner-eyebrow-num {
  font-family: var(--xr-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #8FB0FF;
}
.hero-banner-eyebrow-en {
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.26em;
  color: #EDF2FF;
}
.hero-banner-eyebrow-cn {
  position: relative;
  padding-left: 16px;
  font-size: 12.5px;
  letter-spacing: 0.2em;
  color: rgba(198, 210, 240, 0.85);
}
.hero-banner-eyebrow-cn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: rgba(255, 255, 255, 0.22);
}

/* 主标题: 近白 + 渐变关键词 */
.hero-banner-copy h1 {
  margin: 0 0 22px;
  font-family: var(--xr-font-display);
  font-size: clamp(40px, 5.2vw, 70px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.005em;
  color: #F5F8FF;
}
.hero-banner-title-line { display: block; }
.hero-banner-copy h1 em { font-style: normal; }

/* 描述 */
.hero-banner-desc {
  margin: 0 0 30px;
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.95;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(214, 224, 248, 0.78);
}

/* 关键词行: hairline 竖分隔 */
.hero-banner-keys {
  list-style: none;
  margin: 0 0 34px;
  padding: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-banner-keys li {
  position: relative;
  padding: 0 24px;
  font-size: 13.5px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: rgba(216, 226, 250, 0.88);
}
.hero-banner-keys li:first-child { padding-left: 0; }
.hero-banner-keys li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: rgba(255, 255, 255, 0.2);
}

/* 按钮: 主=渐变胶囊, 次=描边 */
.hero-banner-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 32px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.hero-banner-btn svg { transition: transform .25s ease; }
.hero-banner-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  background-size: 160% 100%;
  border: none;
  box-shadow: 0 10px 26px rgba(43, 107, 255, 0.34);
}
.hero-banner-btn-primary:hover {
  color: #fff;
  background-position: 80% 0;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(43, 107, 255, 0.42);
}
.hero-banner-btn-primary:hover svg { transform: translateX(5px); }
.hero-banner-btn-ghost {
  color: #EAF0FF;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.32);
}
.hero-banner-btn-ghost:hover {
  color: #0E1B36;
  background: #fff;
  border-color: #fff;
}

/* 右下角大号渐变编号 */
.hero-banner-index {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: 48px;
  z-index: 2;
  font-family: var(--xr-font-display);
  font-size: clamp(96px, 15vw, 210px);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.05em;
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
}

/* 轮播控件 */
.hero-banner-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #EAF0FF;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 8px 24px rgba(2, 6, 18, 0.35);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.hero-banner-arrow:hover {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #fff;
}
.hero-banner-prev { left: clamp(12px, 2.4vw, 34px); }
.hero-banner-next { right: clamp(12px, 2.4vw, 34px); }
.hero-banner-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hero-banner-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 3px;
  margin: 0 !important;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.26);
  opacity: 1;
  transition: width .3s ease, background .3s ease;
}
.hero-banner-pagination .swiper-pagination-bullet-active {
  width: 58px;
  background: #fff;
}

/* ============================================================
   MODULE 02 v2 · BRAND SECTION
   ============================================================ */
.brand-section {
  background: #fff;
  padding: 104px 0 96px;
}
.brand-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--vb-line);
}
.brand-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.brand-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.brand-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.brand-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.brand-sub {
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.9;
  color: var(--vb-slate);
}

/* 行式品牌索引 */
.brand-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.brand-row {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(180px, 1fr) minmax(260px, 1.2fr) 64px;
  align-items: center;
  gap: 40px;
  padding: 32px 24px 32px 28px;
  border-bottom: 1px solid var(--vb-line);
  transition: background .3s ease;
}
/* 左侧渐变指示条 */
.brand-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--vb-grad);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .35s ease;
}
.brand-row:hover { background: linear-gradient(90deg, #F6F9FF 0%, rgba(246,249,255,0) 78%); }
.brand-row:hover::before { transform: scaleY(1); }
.brand-row-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-decoration: none;
}
.brand-row-logo {
  width: 150px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.brand-row-logo img {
  max-width: 140px;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .35s ease;
}
.brand-row:hover .brand-row-logo img { transform: scale(1.05); }
.brand-row-main { min-width: 0; }
.brand-row-name {
  margin: 0 0 6px;
  font-family: var(--xr-font-display);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--vb-ink);
  transition: color .3s ease;
}
.brand-row-en {
  font-family: var(--xr-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #7E8CAF;
}
.brand-row-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--vb-slate);
}
.brand-row-go {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  color: var(--vb-ink);
  background: #fff;
  border: 1px solid #C9D6EE;
  border-radius: 50%;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}
.brand-row:hover .brand-row-go {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #fff;
  transform: translateX(4px);
}
/* 品牌色 hover 点睛 */
.brand-row[data-brand="chun"]:hover .brand-row-name { color: #D9367B; }
.brand-row[data-brand="shilian"]:hover .brand-row-name { color: #6C5CE7; }
.brand-row[data-brand="snian"]:hover .brand-row-name { color: #111; }

/* ============================================================
   MODULE 03 v2 · HOT SECTION
   ============================================================ */
.hot-section {
  background: var(--vb-bg-soft);
  padding: 104px 0;
}
.hot-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.hot-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin-bottom: 44px;
  border-bottom: 1px solid var(--vb-line);
}
.hot-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.hot-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.hot-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.hot-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.hot-sub {
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.9;
  color: var(--vb-slate);
}

/* 分类索引: 白卡 + hover 渐变描边 */
.hot-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 64px;
}
.hot-cat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--vb-line);
  border-radius: 16px;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.hot-cat-num {
  font-family: var(--xr-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hot-cat-name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--vb-ink);
}
.hot-cat-arrow {
  margin-left: auto;
  display: inline-flex;
  color: var(--vb-slate);
  transition: color .3s ease, transform .3s ease;
}
.hot-cat:hover {
  transform: translateY(-3px);
  border-color: transparent;
  background: linear-gradient(#fff, #fff) padding-box, var(--vb-grad) border-box;
  box-shadow: var(--vb-shadow-md);
}
.hot-cat:hover .hot-cat-arrow {
  color: var(--vb-blue);
  transform: translateX(4px);
}

/* 产品滑块 */
.hot-swiper { overflow: hidden; }
.hot-swiper .swiper-slide { height: auto; }

.hot-section .product-card {
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  background: #fff !important;
  border: 1px solid var(--vb-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 10px rgba(23, 52, 140, 0.05) !important;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.hot-section .product-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--vb-shadow-md) !important;
  border-color: rgba(30, 86, 232, 0.30) !important;
}
.hot-section .product-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
}
.hot-section .product-card-link:focus-visible {
  outline: 2px solid var(--vb-blue);
  outline-offset: 3px;
}
.hot-section .product-card-media {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: #fff !important;
  border-bottom: 1px solid var(--vb-line-soft);
}
.hot-section .product-card-media::after { display: none; }
.hot-section .product-card-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .5s ease;
}
.hot-section .product-card:hover .product-card-media img { transform: scale(1.05); }
.hot-section .product-card-body {
  padding: 20px 24px 22px !important;
  background: #fff !important;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hot-section .product-card-name {
  margin: 0 0 16px !important;
  font-family: var(--xr-font-display) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: var(--vb-ink) !important;
}
.hot-section .product-card-foot {
  margin-top: auto !important;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--vb-line-soft);
}
.hot-section .product-card-brand {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  font-family: var(--xr-font-body) !important;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.08em !important;
  text-transform: none;
  border-radius: 999px;
}
.hot-section .product-card--czy .product-card-brand { color: #D9367B !important; background: rgba(217, 54, 123, 0.08) !important; }
.hot-section .product-card--sl  .product-card-brand { color: #6C5CE7 !important; background: rgba(108, 92, 231, 0.09) !important; }
.hot-section .product-card--sn  .product-card-brand { color: #111 !important; background: rgba(17, 17, 17, 0.06) !important; }
.hot-section .product-card-inquiry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  font-family: var(--xr-font-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff !important;
  background: var(--vb-blue);
  border-radius: 999px;
  white-space: nowrap;
  transition: background .3s ease, box-shadow .3s ease;
}
.hot-section .product-card:hover .product-card-inquiry {
  background: var(--vb-blue-deep);
  box-shadow: 0 8px 18px rgba(12, 46, 125, 0.22);
}
.hot-section .product-card-inquiry svg { transition: transform .3s ease; }
.hot-section .product-card:hover .product-card-inquiry svg { transform: translateX(4px); }

/* 滑块导航 */
.hot-swiper-nav {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hot-swiper-prev,
.hot-swiper-next {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--vb-ink);
  background: #fff;
  border: 1px solid var(--vb-line);
  border-radius: 50%;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.hot-swiper-prev:hover,
.hot-swiper-next:hover {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #fff;
}
.hot-swiper-pagination.swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hot-swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 3px;
  margin: 0 !important;
  border-radius: 2px;
  background: #C3D0EA;
  opacity: 1;
  transition: width .3s ease, background .3s ease;
}
.hot-swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
  background: var(--vb-blue);
}

/* 查看全部 */
.hot-more {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.hot-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 36px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #fff;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  background-size: 160% 100%;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(43, 107, 255, 0.26);
  transition: transform .25s ease, box-shadow .25s ease, background-position .25s ease;
}
.hot-more-btn:hover {
  color: #fff;
  background-position: 80% 0;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(43, 107, 255, 0.34);
}
.hot-more-btn svg { transition: transform .25s ease; }
.hot-more-btn:hover svg { transform: translateX(5px); }

/* ============================================================
   v2 响应式
   ============================================================ */
@media (max-width: 991px) {
  .hero-banner,
  .hero-banner-slide { min-height: 640px; }
  .hero-banner-shell { padding-block: 76px 100px; }
  .hero-banner-copy { max-width: 620px; }
  .hero-banner-scrim {
    background:
      linear-gradient(96deg, rgba(8,16,38,0.96) 0%, rgba(8,16,38,0.90) 52%, rgba(9,18,42,0.70) 100%),
      linear-gradient(180deg, rgba(6,12,28,0.32) 0%, rgba(6,12,28,0) 30%, rgba(6,12,28,0.44) 100%);
  }
  .brand-head,
  .hot-head { flex-direction: column; align-items: flex-start; gap: 18px; }
  .brand-sub,
  .hot-sub { max-width: 100%; }
  .brand-row {
    grid-template-columns: 120px 1fr 56px;
    gap: 24px;
    padding: 26px 16px 26px 22px;
  }
  .brand-row-desc { display: none; }
  .hot-cats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .hero-banner,
  .hero-banner-slide { min-height: 580px; }
  .hero-banner-shell { padding-block: 64px 92px; }
  .hero-banner-eyebrow { gap: 10px; margin-bottom: 20px; font-size: 11px; }
  .hero-banner-eyebrow::before { width: 26px; }
  .hero-banner-eyebrow-cn { padding-left: 12px; }
  .hero-banner-copy h1 { font-size: 34px; line-height: 1.18; margin-bottom: 18px; }
  .hero-banner-desc { font-size: 14px; line-height: 1.85; margin-bottom: 26px; }
  .hero-banner-keys { margin-bottom: 30px; }
  .hero-banner-keys li { padding: 0 16px; font-size: 12.5px; }
  .hero-banner-actions { gap: 10px; }
  .hero-banner-btn { min-height: 48px; padding: 0 24px; font-size: 12.5px; letter-spacing: 0.1em; }
  .hero-banner-index { display: none; }
  .hero-banner-arrow { display: none; }
  .hero-banner-pagination { bottom: 40px; }
  .brand-section,
  .hot-section { padding: 72px 0; }
  .brand-row-logo { width: 96px; }
  .brand-row-logo img { max-width: 92px; max-height: 56px; }
  .brand-row-name { font-size: 21px; }
  .brand-row-go { width: 42px; height: 42px; }
  .hot-cats { grid-template-columns: 1fr; gap: 12px; margin-bottom: 48px; }
  .hot-cat { padding: 18px 20px; }
  .hot-swiper-nav { margin-top: 32px; }
  .hot-more { margin-top: 44px; }
  .hot-more-btn { min-height: 50px; padding: 0 30px; letter-spacing: 0.12em; }
}

/* ============================================================
   MODULE 04 v2.2 · ABOUT SECTION（首页 .about-section 作用域，
   不影响 about.html 的 .ag-intro/.about-money 旧样式）
   语言: 与 brand / hot / supply 同构 —— 主标 eyebrow + 简介下放全宽 + hairline
   布局: 等高图文双栏（右列 = 标题 + 索引列表 + CTA）→ 全宽深色数据条（白字·无竖线）
   ============================================================ */
.about-section {
  background: #fff;
  padding: 104px 0 100px;
}
.about-section .about-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- 模块头: 与 brand / hot / supply 完全一致 ---- */
.about-section .about-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin-bottom: 52px;
  border-bottom: 1px solid var(--vb-line);
}
.about-section .about-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  color: inherit;
  text-transform: none;
}
.about-section .about-eyebrow::before,
.about-section .about-eyebrow::after { display: none; }
.about-section .about-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.about-section .about-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.about-section .about-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.about-section .about-sub {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}

/* ---- 图文双栏: 等高 ---- */
.about-section .about-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: stretch;
}
.about-section .about-media {
  display: grid;
  margin: 0;
  min-height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--vb-bg-soft);
  box-shadow: var(--vb-shadow-md);
}
.about-section .about-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.about-section .about-media:hover img { transform: scale(1.04); }

.about-section .about-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.about-section .about-lead {
  margin: 0 0 26px;
  font-family: var(--xr-font-display);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
}
.about-section .about-lead em {
  font-style: normal;
  color: var(--vb-blue);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

/* ---- 优势索引: 田字格 2×2（纯色透明渐变十字, 中间满色→四周透明, 四周无框） ---- */
.about-section .about-features {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.about-section .about-features::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  margin-top: -0.5px;
  z-index: 2;
  background: var(--vb-cross-h);
  pointer-events: none;
}
.about-section .about-features::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  margin-left: -0.5px;
  z-index: 2;
  background: var(--vb-cross-v);
  pointer-events: none;
}
.about-section .about-feature {
  position: relative;
  z-index: 1;
  display: block;
  padding: 32px 34px 36px;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
/* hover 光晕: 纯色居中 → 四周透明（伪元素承载, opacity 可过渡） */
.about-section .about-feature::before,
.about-section .about-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.about-section .about-feature::before {
  background: var(--vb-cell-glow);
  opacity: 0.55;
  transition: opacity .45s cubic-bezier(.22, 1, .36, 1);
}
.about-section .about-feature::after { display: none; }
.about-section .about-feature:hover::before { opacity: 1; }
.about-section .about-feature-body {
  position: relative;
  z-index: 1;
  display: block;
  background: none;
  border: 0;
}
.about-section .about-feature-num {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 15px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--vb-blue);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  transition: color .35s cubic-bezier(.22, 1, .36, 1);
}
.about-section .about-feature:hover .about-feature-num { color: var(--vb-blue-deep); }
.about-section .about-feature-title {
  display: block;
  margin-bottom: 10px;
  font-family: var(--xr-font-display);
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: var(--vb-ink);
}
.about-section .about-feature-text {
  display: block;
  font-size: 13.5px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}

/* ---- 描边胶囊 CTA ---- */
.about-section .about-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 30px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--vb-ink);
  background: transparent;
  border: 1.5px solid #C9D6EE;
  border-radius: 999px;
  text-decoration: none;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.about-section .about-btn:hover {
  color: var(--vb-blue);
  background: #fff;
  border-color: var(--vb-blue);
}
.about-section .about-btn:focus-visible {
  outline: 2px solid var(--vb-blue);
  outline-offset: 3px;
}
.about-section .about-btn svg { transition: transform .25s ease; }
.about-section .about-btn:hover svg { transform: translateX(5px); }

/* ---- 数据条: 纯文字 + 相邻项简短竖线（垂直居中） + 常规正文字体 + 纯黑 ---- */
.about-section .about-stats {
  position: static;
  list-style: none;
  margin: 64px 0 0;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--vb-line-soft);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.about-section .about-stats::before,
.about-section .about-stats::after { display: none; }
.about-section .about-stat {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  padding: 10px clamp(14px, 2vw, 30px);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
/* 旧代竖分割线 / 装饰: nth-child 特异性更高, 必须逐一显式关闭 */
.about-section .about-stat::before,
.about-section .about-stat::after,
.about-section .about-stat:nth-child(2)::before,
.about-section .about-stat:nth-child(3)::before,
.about-section .about-stat:nth-child(4)::before { display: none; }
/* 简短竖线: 相邻项之间, 垂直居中 */
.about-section .about-stat + .about-stat::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background: var(--vb-line);
}
.about-section .about-stat strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  color: #000000;
  white-space: nowrap;
  text-shadow: none;
}
.about-section .about-stat-number {
  font-family: var(--xr-font-body);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
}
.about-section .about-stat-unit {
  font-family: var(--xr-font-body);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000000;
}
.about-section .about-stat-text {
  font-family: var(--xr-font-body);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #000000;
  text-shadow: none;
}
/* 纯文字版: 主字与标签统一纯黑, 不再有白字强调位 */
.about-section .about-stat--light .about-stat-label {
  color: #000000;
  text-shadow: none;
}
.about-section .about-stat-label {
  font-family: var(--xr-font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #000000;
  text-shadow: none;
}

/* ---- 模块底部 CTA 组（居中, 样式由全局 .xr-btn 统一） ---- */
.about-section .about-actions {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 18px;
}

@media (max-width: 991px) {
  .about-section { padding: 72px 0; }
  .about-section .about-head { margin-bottom: 40px; }
  .about-section .about-main { grid-template-columns: 1fr; gap: 36px; }
  .about-section .about-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .about-section .about-features { margin-bottom: 30px; }
  .about-section .about-feature { padding: 26px 30px 28px; }
  .about-section .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 48px;
    padding: 24px 0;
  }
  .about-section .about-stat { padding: 12px 18px; }
  /* 第二行首项不再需要左侧竖线 */
  .about-section .about-stat:nth-child(3)::before { display: none; }
}
@media (max-width: 640px) {
  .about-section .about-eyebrow { flex-direction: column; gap: 10px; }
  .about-section .about-eyebrow-cn { white-space: normal; }
  .about-section .about-lead { margin-bottom: 22px; }
  .about-section .about-features { margin-bottom: 26px; }
  .about-section .about-feature { padding: 20px 22px 22px; }
  .about-section .about-feature-title { font-size: 15.5px; margin-bottom: 7px; }
  .about-section .about-stats {
    gap: 0;
    padding: 18px 0;
  }
  .about-section .about-stat { padding: 10px 14px; }
  .about-section .about-stat + .about-stat::before { height: 22px; }
}
@media (max-width: 520px) {
  /* 田字格降为单列: 隐藏十字线（2×2 退化为 1×4, 四周仍无框） */
  .about-section .about-features { grid-template-columns: minmax(0, 1fr); }
  .about-section .about-features::before,
  .about-section .about-features::after { display: none; }
  .about-section .about-feature { padding: 18px 0 20px; border-bottom: 1px solid var(--vb-line); }
  .about-section .about-feature:last-child { border-bottom: 0; }
  .about-section .about-feature-num { margin-bottom: 9px; }
}

/* 模块头: 同构（描述下放全宽） */

/* 左图 + 右编号服务列表 */

/* 服务流程: hairline 步骤行 */

/* 深墨蓝 CTA 带: 与 hero 呼应的深色锚点 */

/* ============================================================
   MODULE 06 v2 · PARTNER TEASER（首页 .partner-teaser 作用域，
   不影响 sever.html 的 partner-* 样式）
   ============================================================ */
.partner-teaser {
  background: #fff;
  padding: 104px 0 96px;
}
.partner-teaser .partner-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 模块头: 同构（描述下放全宽） */
.partner-teaser .partner-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--vb-line);
  text-align: left;
}
.partner-teaser .partner-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
}
.partner-teaser .partner-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.partner-teaser .partner-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.partner-teaser .partner-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.partner-teaser .partner-sub {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 14px;
  line-height: 1.9;
  color: var(--vb-slate);
}

/* 画廊: 1 大 + 2 小不对称网格, caption 走图下 hairline 文字 */
.partner-teaser .partner-gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.partner-teaser .partner-gallery-item {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.partner-teaser .partner-gallery-item--main { grid-row: 1 / 3; }
.partner-teaser .partner-gallery-img {
  display: block;
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .6s ease;
}
.partner-teaser .partner-gallery-item:not(.partner-gallery-item--main) .partner-gallery-img {
  aspect-ratio: 16 / 10.6;
  flex: none;
}
.partner-teaser .partner-gallery-item--main .partner-gallery-img { height: 100%; }
.partner-teaser .partner-gallery-item:hover .partner-gallery-img { transform: scale(1.02); }
.partner-teaser .partner-gallery-cap {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 2px 0;
  background: none;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--vb-slate);
}
.partner-teaser .partner-gallery-cap::before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--vb-grad);
  flex: none;
}

/* 合作模式: hairline 行, 无图标无胶囊 */
.partner-teaser .partner-modes {
  margin-top: 44px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--vb-line);
}
.partner-teaser .partner-mode {
  position: relative;
  padding: 0 24px;
  font-size: 13.5px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--vb-ink);
}
.partner-teaser .partner-mode:first-child { padding-left: 0; }
.partner-teaser .partner-mode + .partner-mode::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #C3D0EA;
}

/* CTA 行 */
.partner-teaser .partner-teaser-cta {
  margin-top: 44px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
}
.partner-teaser .partner-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 34px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  background-size: 160% 100%;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(43, 107, 255, 0.30);
  transition: transform .25s ease, box-shadow .25s ease, background-position .25s ease;
}
.partner-teaser .partner-btn-primary:hover {
  color: #fff;
  background-position: 80% 0;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(43, 107, 255, 0.38);
}
.partner-teaser .partner-btn-primary svg { transition: transform .25s ease; }
.partner-teaser .partner-btn-primary:hover svg { transform: translateX(5px); }
.partner-teaser .partner-teaser-note {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--vb-slate);
}

@media (max-width: 991px) {
  .partner-teaser { padding: 72px 0; }
  .partner-teaser .partner-head { margin-bottom: 40px; }
  .partner-teaser .partner-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .partner-teaser .partner-gallery-item--main { grid-row: auto; grid-column: 1 / 3; }
  .partner-teaser .partner-gallery-item--main .partner-gallery-img { height: auto; aspect-ratio: 16 / 9; flex: none; }
}
@media (max-width: 640px) {
  .partner-teaser .partner-gallery { grid-template-columns: 1fr; }
  .partner-teaser .partner-gallery-item--main { grid-column: auto; }
  .partner-teaser .partner-mode { padding: 0 16px; }
}

/* ============================================================
   MODULE 07 v3 · NEWS SECTION（首页 .news-section--home 作用域，
   不影响 newslist.html / news_info.html 的 news-* 样式）
   v3: 行式卡（左图右文）→ 3 列图文卡片网格，日期移入图区做 mono 徽标，
       与产品卡(hot-section .product-card)刻意区分（图 cover 满宽 / 日期徽标 /
       底部无分割线无实心按钮 / hover lift 更轻）
   ============================================================ */
.news-section--home {
  background: var(--vb-bg-soft);
  padding: 104px 0;
  /* 旧代 .news-section 设了 content-visibility:auto + contain-intrinsic-size:500px,
     会让离屏时高度按 500px 估算 → 滚动条跳动且影响 AOS 触发, 首页关闭 */
  content-visibility: visible;
}
.news-section--home > .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 模块头: 同构（描述下放全宽） */
.news-section--home .news-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: none;
  padding-bottom: 26px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--vb-line);
  text-align: left;
}
.news-section--home .news-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  color: inherit;
  text-transform: none;
}
/* 旧代残留: .news-eyebrow::before 是 v1.0 橙墨风的 28px 短线, 必须关闭
   (渐变短线已由 .news-eyebrow-en::before 承载) */
.news-section--home .news-eyebrow::before,
.news-section--home .news-eyebrow::after { display: none; }
.news-section--home .news-eyebrow svg { display: none; }
.news-section--home .news-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.news-section--home .news-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.news-section--home .news-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.news-section--home .news-sub {
  margin: 0;
  width: 100%;
  max-width: none;
  align-self: stretch;
  font-family: var(--xr-font-body);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}

/* 分类 tab: hairline 文字式, 无胶囊
   旧代 .news-tabs 带 justify-content:center / .news-tab 带 min-height 与 hover 位移,
   逐一关闭, 保持与 about / join 一致的左对齐 hairline 语言 */
.news-section--home .news-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 32px;
  margin: 0 0 12px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.news-section--home .news-tab {
  margin: 0;
  min-height: 0;
  padding: 0 0 10px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--vb-slate);
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease;
}
.news-section--home .news-tab:hover {
  color: var(--vb-blue);
  background: none;
  border-color: transparent;
  transform: none;
}
.news-section--home .news-tab.active {
  color: var(--vb-ink);
  background: none;
  border-bottom-color: var(--vb-blue);
  box-shadow: none;
}

.news-section--home .news-tabpanels {
  position: relative;
  margin: 0;
  padding: 0;
}
/* 文章网格: 3 列图文卡
   与产品卡(hot-section .product-card)的三点刻意区分:
     1) 图满宽铺顶 + cover（产品卡 = 白底 contain 居中 + padding）
     2) 图左下角叠 mono 日期徽标（产品卡无日期）
     3) 底部无分割线, 只有箭头文字行（产品卡 = 分割线 + 品牌 pill + 实心蓝按钮） */
.news-section--home .news-panel { display: none; }
.news-section--home .news-panel.active {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-section--home .news-panel.active .news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 30px);
}
.news-section--home .news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  gap: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid var(--vb-line);
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(23, 52, 140, 0.04);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.news-section--home .news-card::before,
.news-section--home .news-card::after { display: none; content: none; }
.news-section--home .news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 86, 232, 0.28);
  box-shadow: 0 16px 34px rgba(23, 52, 140, 0.10);
  background: #FFFFFF;
}
.news-section--home .news-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
}
/* 旧代残留修复: 14047「NEWS 杂志报版」块为兼容 newslist.html 把
   .news-media / .news-card-body / .news-tag / .news-card-title 全部 display:none
   (0,1,0)。MODULE 07 原只覆盖了 .news-card 的 display, 子项未显式复活 →
   首页新闻的图 / 标签 / 标题 / 正文整块被隐藏。此处逐一显式声明。 */
.news-section--home .news-media {
  display: block;
  position: relative;
  flex: none;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: var(--vb-bg-soft);
}
.news-section--home .news-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0;
  transition: transform .6s ease;
}
.news-section--home .news-card:hover .news-media img { transform: scale(1.06); }
/* 图上日期徽标: mono + 白底圆角小块 */
.news-section--home .news-date {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 7px 12px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 400;
  gap: 0;
  text-transform: none;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--vb-ink);
  background: rgba(255, 255, 255, 0.94);
  border: none;
  border-radius: 8px;
  white-space: nowrap;
}
.news-section--home .news-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  padding: 20px 22px 22px;
  text-align: left;
  background: none;
  border: none;
}
.news-section--home .news-tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: baseline;
  margin: 0 0 12px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-family: var(--xr-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--vb-blue);
}
/* 旧代 .news-tag--gold / --purple 是实心深色渐变胶囊, 会让三个分类标签风格不一致
   （公司新闻无变体类 = 蓝色纯文字）→ 统一为 hairline 文字标签 */
.news-section--home .news-tag--gold,
.news-section--home .news-tag--purple {
  background: none;
  color: var(--vb-blue);
}
.news-section--home .news-card-title {
  margin: 0 0 10px;
  font-family: var(--xr-font-display);
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  transition: color .25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section--home .news-card:hover .news-card-title { color: var(--vb-blue); }
.news-section--home .news-card-excerpt {
  margin: 0 0 18px;
  max-width: none;
  font-family: var(--xr-font-body);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: var(--vb-slate);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section--home .news-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin: auto 0 0;
  font-family: var(--xr-font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--vb-blue);
  text-decoration: none;
  background: none;
  padding: 0;
  border: none;
}
.news-section--home .news-more svg { transition: transform .25s ease; }
/* .news-card-link 覆盖整卡(z-index:3), .news-more 自身收不到 hover → 由卡片 hover 驱动 */
.news-section--home .news-card:hover .news-more { color: var(--vb-blue-deep); }
.news-section--home .news-card:hover .news-more svg { transform: translateX(4px); }

/* 底部 CTA 组: 与 .join-actions 完全同构 —— 2 列等宽按钮居中 + 说明文字下置居中
   按钮视觉由 GLOBAL v2.1 .xr-btn 统一承载, 此处只管布局 */
.news-section--home .news-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: fit-content;
  max-width: 100%;
  margin: 48px auto 0;
  gap: 18px;
}
.news-section--home .news-footer .xr-btn {
  width: 100%;
  justify-content: center;
  /* 旧代 .news-btn 带 text-transform:uppercase + mono 字体, 关闭 */
  text-transform: none;
}
.news-section--home .news-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  text-align: center;
  font-family: var(--xr-font-body);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--vb-slate);
}

@media (max-width: 1199px) {
  .news-section--home .news-panel.active .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .news-section--home { padding: 72px 0; }
  .news-section--home .news-head { margin-bottom: 28px; }
  .news-section--home .news-card-title { font-size: 18px; }
  .news-section--home .news-card-body { padding: 20px 20px 22px; }
}
@media (max-width: 640px) {
  .news-section--home .news-panel.active .news-grid { grid-template-columns: minmax(0, 1fr); }
  .news-section--home .news-footer { grid-template-columns: 1fr; width: 100%; gap: 14px; }
}

/* ============================================================
   GLOBAL v2.1 · 全站模块底部 CTA 统一（渐变描边 → hover 实心渐变）
   适用: hot / about / news / partner 模块底部胶囊按钮
   排除: hero（深色主视觉）与 supply-cta（深色 band 内的电话块）
   结构: <a class="xr-btn"><span class="xr-btn-label">文字</span><svg/></a>
         文字必须包 span —— 只有子元素能靠 z-index 压在 hover 渐变之上
   ============================================================ */
.hot-section .xr-btn,
.about-section .xr-btn,
.news-section--home .xr-btn,
.partner-teaser .xr-btn,
.join-section .xr-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 34px;
  font-family: var(--xr-font-body);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--vb-ink);
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, var(--vb-grad) border-box;
  border: 1.5px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  transition: color .35s cubic-bezier(.22, 1, .36, 1),
              transform .35s cubic-bezier(.22, 1, .36, 1),
              box-shadow .35s cubic-bezier(.22, 1, .36, 1);
}
.hot-section .xr-btn::before,
.about-section .xr-btn::before,
.news-section--home .xr-btn::before,
.partner-teaser .xr-btn::before,
.join-section .xr-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  opacity: 0;
  transition: opacity .4s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}
.hot-section .xr-btn:hover,
.about-section .xr-btn:hover,
.news-section--home .xr-btn:hover,
.partner-teaser .xr-btn:hover,
.hot-section .xr-btn:focus-visible,
.about-section .xr-btn:focus-visible,
.news-section--home .xr-btn:focus-visible,
.partner-teaser .xr-btn:focus-visible,
.join-section .xr-btn:hover,
.join-section .xr-btn:focus-visible {
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(43, 107, 255, 0.28);
}
.hot-section .xr-btn:hover::before,
.about-section .xr-btn:hover::before,
.news-section--home .xr-btn:hover::before,
.partner-teaser .xr-btn:hover::before,
.hot-section .xr-btn:focus-visible::before,
.about-section .xr-btn:focus-visible::before,
.news-section--home .xr-btn:focus-visible::before,
.partner-teaser .xr-btn:focus-visible::before,
.join-section .xr-btn:hover::before,
.join-section .xr-btn:focus-visible::before { opacity: 1; }
.hot-section .xr-btn:focus-visible,
.about-section .xr-btn:focus-visible,
.news-section--home .xr-btn:focus-visible,
.partner-teaser .xr-btn:focus-visible,
.join-section .xr-btn:focus-visible {
  outline: 2px solid var(--vb-blue);
  outline-offset: 3px;
}
.xr-btn > span,
.xr-btn > svg { position: relative; z-index: 1; }
.xr-btn svg { transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.xr-btn:hover svg,
.xr-btn:focus-visible svg { transform: translateX(5px); }
@media (prefers-reduced-motion: reduce) {
  .xr-btn,
  .xr-btn::before,
  .xr-btn svg { transition: none; }
  .hot-section .xr-btn:hover,
  .about-section .xr-btn:hover,
  .news-section--home .xr-btn:hover,
  .partner-teaser .xr-btn:hover,
  .join-section .xr-btn:hover { transform: none; }
}
@media (max-width: 640px) {
  .hot-section .xr-btn,
  .about-section .xr-btn,
  .news-section--home .xr-btn,
  .partner-teaser .xr-btn,
  .join-section .xr-btn {
    min-height: 50px;
    padding: 0 26px;
    font-size: 13px;
  }
}

/* ============================================================
   MODULE 05 v4 · SUPPLY SECTION（首页 .supply-section 作用域, 唯一权威版本）
   v4 重设计: 去掉 v3 的 SaaS 白卡堆叠, 改为 hairline 编辑式格栅 ——
   1px 线框 lattice + 透明格底 + hover 反白, 与 hot 区 hairline 行 /
   about 数据条的线条式索引语言统一; 大号浅色 mono 编号延续 about-stats
   结构: 模块头(与 about 同构) → 主张引言 → 五大服务格栅(3 列, 01 批发采购跨 2 行居右, 左侧 2×2)
        → 服务流程 hairline 时间线 → 深色 band CTA(电话)
   ============================================================ */

.supply-section {
  background: var(--vb-bg-soft);
  padding: 104px 0 100px;
}
.supply-section .supply-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- 模块头: 与 .about-section .about-head 完全一致 ---- */
.supply-section .supply-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin: 0 0 52px;
  border-bottom: 1px solid var(--vb-line);
}
.supply-section .supply-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  color: inherit;
  text-transform: none;
}
.supply-section .supply-eyebrow::before,
.supply-section .supply-eyebrow::after { display: none; }
.supply-section .supply-eyebrow svg { display: none; }
.supply-section .supply-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.supply-section .supply-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.supply-section .supply-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.supply-section .supply-sub {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}

/* ---- 主张引言: 与 about-lead 同构 ---- */
.supply-section .supply-intro {
  max-width: none;
  margin: 0 0 clamp(40px, 5vw, 56px);
}

.supply-section .supply-media {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--vb-line);
  box-shadow: var(--vb-shadow-sm);
  display: grid;
}
.supply-section .supply-media img {
  width: 100%;
  height: clamp(200px, 24vw, 300px);
  max-height: 300px;
  object-fit: cover;
  display: block;
}
.supply-section .supply-lead {
  margin: 0 0 18px;
  font-family: var(--xr-font-display);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
}
.supply-section .supply-lead em {
  font-style: normal;
  color: var(--vb-blue);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}
.supply-section .supply-lead-text {
  margin: 0;
  max-width: none;
  font-family: var(--xr-font-body);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  color: var(--vb-slate);
}

/* ---- 五大核心服务: hairline 编辑式格栅（3 列 · 01 批发采购跨 2 行居右） ---- */
.supply-section .supply-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--vb-line);
  border: 1px solid var(--vb-line);
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(56px, 6vw, 80px);
}
.supply-section .supply-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 36px;
  background: var(--vb-line-soft);
  transition: background .35s ease;
}
.supply-section .supply-card:nth-child(1) {
  grid-column: 2;
  grid-row: 1 / span 2;
  background: #F6F9FD;
}
.supply-section .supply-card:nth-child(2) { grid-column: 1; grid-row: 1; }
.supply-section .supply-card:nth-child(3) { grid-column: 1; grid-row: 2; }
.supply-section .supply-card:nth-child(4) { grid-column: 3; grid-row: 1; }
.supply-section .supply-card:nth-child(5) { grid-column: 3; grid-row: 2; }
.supply-section .supply-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background: var(--vb-grad);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.supply-section .supply-card:hover {
  background: #fff;
}
.supply-section .supply-card:hover::before { opacity: 1; }
.supply-section .supply-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.supply-section .supply-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--vb-line);
  color: var(--vb-blue);
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}
.supply-section .supply-card:hover .supply-card-icon {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #fff;
}
.supply-section .supply-card-num {
  font-family: var(--xr-mono);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--vb-blue);
  opacity: .32;
  font-feature-settings: 'tnum' 1;
  transition: opacity .35s ease;
}
.supply-section .supply-card:hover .supply-card-num { opacity: 1; }
/* 03 批发采购（跨 2 行卡）: 仅保留内容垂直居中, hover 行为与其他卡一致 */
@media (min-width: 1200px) {
  .supply-section .supply-card:nth-child(1) { justify-content: center; }
}
/* 02 一件代发 / 05 全国发货: 默认白底 */
.supply-section .supply-card:nth-child(2),
.supply-section .supply-card:nth-child(5) { background: #fff; }
.supply-section .supply-card-title {
  margin: 0 0 12px;
  font-family: var(--xr-font-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
}
.supply-section .supply-card-text {
  margin: 0;
  max-width: 34em;
  font-family: var(--xr-font-body);
  font-size: 14px;
  line-height: 1.85;
  color: var(--vb-slate);
}

/* ---- 服务流程: hairline 时间线 + 节点 + 大号浅色编号 ---- */
.supply-section .supply-flow { margin: 0; }
.supply-section .supply-flow-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 28px;
}
.supply-section .supply-flow-title {
  font-family: var(--xr-font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
}
.supply-section .supply-flow-en {
  font-family: var(--xr-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--vb-slate);
}
.supply-section .supply-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(56px, 6vw, 80px);
}
.supply-section .supply-steps::before,
.supply-section .supply-steps::after,
.supply-section .supply-step::after { display: none; }
.supply-section .supply-step {
  position: relative;
  padding: 32px 20px 0 0;
  border-top: 1px solid var(--vb-line);
}
.supply-section .supply-step::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vb-blue);
  opacity: .38;
  transition: opacity .3s ease, transform .3s ease;
}
.supply-section .supply-step:hover::before {
  opacity: 1;
  transform: scale(1.35);
}
.supply-section .supply-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid var(--vb-line);
  color: var(--vb-blue);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.supply-section .supply-step:hover .supply-step-icon {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #fff;
}
.supply-section .supply-step-name {
  font-family: var(--xr-font-display);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
}

/* ---- 深色 band CTA（v2 语言: 圆角 + 双 radial 极光） ---- */
.supply-section .supply-cta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 48px clamp(32px, 4vw, 56px);
  border-radius: 22px;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  box-shadow: var(--vb-shadow-md);
  overflow: hidden;
}
.supply-section .supply-cta::before { display: none; }
.supply-section .supply-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(680px 320px at 12% 120%, rgba(122, 92, 255, .42), transparent 65%),
    radial-gradient(620px 300px at 88% -20%, rgba(224, 86, 174, .30), transparent 62%);
  pointer-events: none;
}
.supply-section .supply-cta-left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.supply-section .supply-cta-title {
  margin: 0;
  font-family: var(--xr-font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #F5F8FF;
}
.supply-section .supply-cta-text {
  margin: 0;
  font-family: var(--xr-font-body);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(214, 224, 248, .75);
}
.supply-section .supply-cta-tel {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
  text-decoration: none;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}
.supply-section .supply-cta-tel:hover {
  background: #fff;
  border-color: #fff;
  color: var(--vb-blue);
  transform: translateY(-2px);
}
.supply-section .supply-cta-num {
  font-family: var(--xr-font-body);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.supply-section .supply-cta-wechat {
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
}
.supply-section .supply-cta-tel:hover .supply-cta-wechat { color: var(--vb-slate); }

/* ---- 响应式 ---- */
@media (max-width: 1199px) {
  .supply-section .supply-grid { grid-template-columns: repeat(2, 1fr); }
  .supply-section .supply-card:nth-child(-n+5) { grid-column: auto; grid-row: auto; }
  .supply-section .supply-card:nth-child(1) { grid-column: 1 / -1; }
}
@media (max-width: 991px) {
  .supply-section { padding: 72px 0; }
  .supply-section .supply-head { margin-bottom: 40px; }
  .supply-section .supply-intro { margin-bottom: 40px; }
  .supply-section .supply-grid { margin-bottom: 56px; }
  .supply-section .supply-card { padding: 28px 24px 30px; }
  .supply-section .supply-flow-head { margin-bottom: 22px; }
  .supply-section .supply-steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px;
    margin-bottom: 56px;
  }
  .supply-section .supply-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding: 40px 32px;
  }
}
@media (max-width: 575px) {
  .supply-section .supply-grid { grid-template-columns: 1fr; }
  .supply-section .supply-card:nth-child(-n+5) { grid-column: auto; grid-row: auto; }
  .supply-section .supply-steps { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .supply-section .supply-step { padding-right: 12px; }
  .supply-section .supply-step-icon { width: 40px; height: 40px; }
  .supply-section .supply-cta-tel { width: 100%; justify-content: center; padding: 16px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .supply-section .supply-card,
  .supply-section .supply-card::before,
  .supply-section .supply-card-icon,
  .supply-section .supply-card-num,
  .supply-section .supply-step::before,
  .supply-section .supply-step-icon { transition: none; }
}
/* ============================================================
   MODULE 06 v2 · JOIN SECTION（首页 .join-section 作用域, 唯一权威版本）
  招商合作首页入口模块。模块头与 brand / hot / about / supply 完全同构
  (eyebrow 衬线中文 + mono 英文·前置渐变短线 → sub 全宽描述 → hairline 底线)
  v2 改造：
   1) join-lead 整块删除(原左文+右图双栏), 三要点 join-points 上移到 join-sub 之下、
      模块头 hairline 底线之上
   2) join-modes 改图文并置 3×2 网格: 上方 figure.join-mode-media(4/3 hairline 边)
      + 下方 body(编号 + 名称 + 描述 + 箭头),hover 时图缩放、渐变短线扫入
      1199 断点回退 2 列 + 大字号, 991 断点单列
  v4 改造(2026-09-02): join-modes 改图片全幅 + 文字悬浮——整卡即一张图,
      底部深蓝→墨色渐变 scrim,编号(渐变短线前置)/名称/描述白字悬浮左下,
      右下白描边圆形箭头 hover 填充主题蓝;hover 图 zoom 1.06 + brightness 压暗
      + 顶部渐变短线扫入,取消 lift 浮起(与新闻卡 -4px lift 拉开区分)
  ============================================================ */

.join-section {
  background: #FFFFFF;
  padding: 104px 0 100px;
}
.join-section .join-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- 模块头: 与 about-head / supply-head 逐属性同构 ---- */
.join-section .join-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--vb-line);
}
.join-section .join-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  color: inherit;
  text-transform: none;
}
.join-section .join-eyebrow::before,
.join-section .join-eyebrow::after { display: none; }
.join-section .join-eyebrow svg { display: none; }
.join-section .join-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.join-section .join-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.join-section .join-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.join-section .join-sub {
  margin: 0;
  width: 100%;
  max-width: none;
  font-family: var(--xr-font-body);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}

/* ---- 三要点: 模块头内 join-sub 之下 / hairline 底线之上 ---- */
.join-section .join-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
.join-section .join-point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.join-section .join-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--vb-line);
  color: var(--vb-blue);
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}
.join-section .join-point:hover .join-point-icon {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #FFFFFF;
}
.join-section .join-point-text {
  font-family: var(--xr-font-body);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--vb-ink);
}

/* ---- 六大合作模式: 图片全幅 + 文字悬浮 3×2 网格 (v4) ---- */
.join-section .join-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  list-style: none;
  margin: 0 0 clamp(48px, 5vw, 68px);
  padding: 0;
}
.join-section .join-mode {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid var(--vb-line);
  border-radius: 18px;
  background: #FFFFFF;
  overflow: hidden;
  transition: border-color .35s ease, box-shadow .35s ease;
}
.join-section .join-mode::before { display: none; }
.join-section .join-mode::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--vb-grad);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
  z-index: 2;
}
.join-section .join-mode:hover {
  border-color: var(--vb-blue);
  box-shadow: 0 18px 38px rgba(23, 52, 140, 0.10);
}
.join-section .join-mode:hover::after { transform: scaleX(1); }
.join-section .join-mode-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
}
.join-section .join-mode-media {
  position: relative;
  display: block;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--vb-bg-soft);
}
.join-section .join-mode-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 46, 125, 0) 30%, rgba(14, 27, 54, 0.38) 58%, rgba(10, 17, 36, 0.9) 100%);
  z-index: 0;
  pointer-events: none;
}
.join-section .join-mode-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}
.join-section .join-mode:hover .join-mode-img { transform: scale(1.06); filter: brightness(.82); }
.join-section .join-mode-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0 24px 22px;
  z-index: 1;
}
.join-section .join-mode-num {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.26em;
  font-feature-settings: 'tnum' 1;
  color: rgba(255, 255, 255, 0.78);
}
.join-section .join-mode-num::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--vb-grad);
}
.join-section .join-mode-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding-right: 56px;
}
.join-section .join-mode-name {
  font-family: var(--xr-font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.join-section .join-mode-desc {
  font-family: var(--xr-font-body);
  font-size: 12.5px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
  transition: color .35s ease;
}
.join-section .join-mode:hover .join-mode-desc { color: rgba(255, 255, 255, 0.95); }
.join-section .join-mode-arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #FFFFFF;
  transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}
.join-section .join-mode:hover .join-mode-arrow {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #FFFFFF;
  transform: translateX(4px);
}

/* ---- 合作对象: 面状 band ---- */
.join-section .join-audience {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px clamp(20px, 2.4vw, 34px);
  padding: clamp(24px, 3vw, 34px) clamp(22px, 3vw, 40px);
  margin: 0 0 clamp(40px, 4.5vw, 56px);
  border-radius: 18px;
  background: var(--vb-bg-soft);
  border: 1px solid var(--vb-line-soft);
}
.join-section .join-audience-label {
  flex: 0 0 auto;
  padding-right: clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--vb-line);
  font-family: var(--xr-font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--vb-ink);
}
.join-section .join-audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.join-section .join-audience-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid var(--vb-line);
  font-family: var(--xr-font-body);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
  transition: color .3s ease, border-color .3s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
}
.join-section .join-audience-item svg {
  flex: 0 0 auto;
  color: var(--vb-blue);
  opacity: .65;
  transition: opacity .3s ease;
}
.join-section .join-audience-item:hover {
  color: var(--vb-ink);
  border-color: var(--vb-blue);
  transform: translateY(-2px);
}
.join-section .join-audience-item:hover svg { opacity: 1; }

/* ---- 底部 CTA 组：2 列居中按钮 + 下方居中说明 ---- */
.join-section .join-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 18px;
}
.join-section .join-actions .xr-btn {
  width: 100%;
  justify-content: center;
}
.join-section .join-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  text-align: center;
  font-family: var(--xr-font-body);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--vb-slate);
}

/* ---- 响应式 ---- */
@media (max-width: 1199px) {
  .join-section .join-modes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .join-section .join-mode-body { gap: 7px; padding: 0 22px 20px; }
  .join-section .join-mode-name { font-size: 21px; }
  .join-section .join-mode-text { padding-right: 60px; }
}
@media (max-width: 991px) {
  .join-section { padding: 72px 0; }
  .join-section .join-head { margin-bottom: 36px; }
  .join-section .join-modes {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }
  .join-section .join-audience { align-items: flex-start; flex-direction: column; gap: 16px; }
  .join-section .join-audience-label {
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .join-section .join-points { gap: 12px 20px; margin-top: 4px; }
  .join-section .join-point-text { font-size: 13px; }
  .join-section .join-mode-body { gap: 6px; padding: 0 18px 16px; }
  .join-section .join-mode-name { font-size: 17px; }
  .join-section .join-mode-desc { font-size: 12px; }
  .join-section .join-mode-text { padding-right: 48px; }
  .join-section .join-mode-arrow { right: 16px; bottom: 16px; width: 34px; height: 34px; }
  .join-section .join-actions { grid-template-columns: 1fr; gap: 14px; width: 100%; }
  .join-section .join-actions .xr-btn { width: 100%; }
  .join-section .join-note { width: 100%; }
}

/* ============================================================
   FOOTER v2 · 商务蓝深色收尾 (.site-footer 作用域 · 唯一权威版本)
   语言: 深色 band (120deg #0C2E7D→#0E1B36 78%) + 双 radial 极光
         + 渐变 hairline + mono eyebrow 栏目头 (前置渐变短线)
   旧代 4 处 (1813 橙 / 9414 / 10546 / 14208 编辑式) 全为 (0,1,0),
   本块 (0,2,0) 逐属性显式覆盖; 内页由 header-footer.js 注入同构 footer
   ============================================================ */
.site-footer {
  position: relative;
  background: linear-gradient(120deg, var(--vb-blue-deep) 0%, var(--vb-ink) 78%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
  padding: 0;
  overflow: hidden;
}
/* 双 radial 极光 (蓝/紫, 替代旧代橙色顶线) */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(640px 420px at 86% -4%, rgba(122, 92, 255, 0.16), transparent 62%),
    radial-gradient(760px 460px at 6% 104%, rgba(43, 107, 255, 0.12), transparent 64%);
  pointer-events: none;
  z-index: 0;
}
/* 顶部渐变 hairline (复用 ::after, 杀旧代橙色菱形) */
.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 1px;
  background: var(--vb-grad);
  opacity: .55;
  transform: none;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
  z-index: 1;
}
.site-footer .container {
  position: relative;
  z-index: 1;
}

/* ---- 栅格: 品牌 | 链接 | 联系 ---- */
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 1.5fr;
  gap: clamp(40px, 5vw, 72px);
  padding: clamp(64px, 7vw, 92px) 0 clamp(48px, 5vw, 64px);
}

/* ---- 品牌列 ---- */
.site-footer .footer-brand-col {
  text-align: left;
  padding-right: 0;
  max-width: none;
}
.site-footer .footer-brand-col .footer-logo {
  margin-bottom: 0;
}
.site-footer .footer-brand-name {
  margin: 0 0 10px;
  font-family: var(--xr-font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.site-footer .footer-brand-name span {
  background: var(--vb-logo-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.site-footer .footer-brand-en {
  margin: 0 0 24px;
  font-family: var(--xr-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.site-footer .footer-desc {
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.6);
  max-width: 40ch;
}
.site-footer .footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
/* 玻璃感 ghost 胶囊 (呼应 join-mode-arrow 玻璃语言) */
.site-footer .footer-cta-wx {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.28);
  text-decoration: none;
  transition: background .3s ease, border-color .3s ease, color .3s ease;
}
.site-footer .footer-cta-wx:hover {
  background: var(--vb-blue);
  border-color: var(--vb-blue);
  color: #FFFFFF;
  transform: none;
}

/* ---- 栏目头: mono eyebrow + 前置渐变短线 (模块头同构) ---- */
.site-footer .footer-title {
  margin: 0 0 22px;
  padding-bottom: 0;
  font-family: var(--xr-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.site-footer .footer-title::after { display: none; }
.site-footer .footer-title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 10px 3px 0;
  background: var(--vb-grad);
  vertical-align: middle;
}

/* ---- 链接列 ---- */
.site-footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer .footer-list li {
  margin-bottom: 0;
  font-size: 14px;
}
.site-footer .footer-link {
  display: inline-block;
  position: static;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color .25s ease;
}
.site-footer .footer-link:hover {
  color: #FFFFFF;
  padding-left: 0;
}

/* ---- 联系列 ---- */
.site-footer .footer-contact-wrap {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  max-width: none;
}
.site-footer .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.site-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.site-footer .footer-contact-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .footer-contact-icon svg { display: block; }
.site-footer .footer-contact-text {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.68);
}
.site-footer .footer-contact-link {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}
.site-footer .footer-contact-link:hover { color: #FFFFFF; }

/* ---- 二维码: 白底小卡 (扫码可读) ---- */
.site-footer .footer-qr {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.site-footer .footer-qr img {
  display: block;
  width: 96px;
  height: 96px;
  padding: 6px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: none;
}
.site-footer .footer-qr-caption {
  display: block;
  margin-top: 0;
  font-family: var(--xr-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* ---- 版权条: hairline 分隔暗条 (杀橙色底) ---- */
.site-footer .footer-copyright-bar {
  position: relative;
  z-index: 1;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 20px 20px;
  text-transform: none;
}
.site-footer .footer-beian {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}
.site-footer .footer-beian:hover { color: #FFFFFF; }

/* ---- 响应式 ---- */
@media (max-width: 991.98px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    padding: 56px 0 44px;
  }
  .site-footer .footer-brand-col {
    grid-column: 1 / -1;
  }
  .site-footer .footer-contact-col {
    grid-column: 1 / -1;
  }
  .site-footer .footer-contact-wrap {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 0 36px;
  }
  .site-footer .footer-brand-col {
    padding: 0;
    text-align: left;
  }
  .site-footer .footer-brand-name { font-size: 22px; }
  .site-footer .footer-desc { max-width: 100%; }
  .site-footer .footer-cta { justify-content: flex-start; }
  .site-footer .footer-contact-text { font-size: 12.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .join-section .join-mode,
  .join-section .join-mode::after,
  .join-section .join-mode-img,
  .join-section .join-mode-num,
  .join-section .join-mode-name,
  .join-section .join-mode-arrow,
  .join-section .join-point-icon,
  .join-section .join-audience-item,
  .join-section .join-audience-item svg { transition: none; }
  .join-section .join-mode:hover,
  .join-section .join-mode:hover .join-mode-img,
  .join-section .join-mode:hover .join-mode-arrow,
  .join-section .join-audience-item:hover { transform: none; }
}

/* ============================================================
   ABOUT PAGE v2 · 关于页模块头统一（与首页 .about-head 同构）
   唯一权威版本 2026-09-02 · ag-* 仅 about.html 使用
   旧代 10947-10969 居中式老版已被本块逐属性覆盖
   结构: eyebrow(cn 衬线大标 + en mono·前置渐变短线) → sub 全宽 → hairline
   ============================================================ */
.ag-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin: 0 0 52px;
  max-width: none;
  text-align: left;
  border-bottom: 1px solid var(--vb-line);
}
.ag-head .ag-eyebrow,
.ag-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  color: inherit;
  text-transform: none;
  justify-content: flex-start;
}
.ag-eyebrow::before,
.ag-eyebrow::after { display: none; }
.ag-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.ag-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.ag-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}
.ag-sub {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}
@media (max-width: 575px) {
  .ag-eyebrow { flex-direction: column; gap: 10px; }
  .ag-eyebrow-cn { white-space: normal; }
}

/* ============================================================
   ABOUT INTRO v2 · 数据条 + 四项格栅重设计（与首页 about-stats / about-features 同语言）
   唯一权威版本 2026-09-02 · .ag-intro 作用域仅命中 about.html，不动首页 .about-section
   旧代裸规则(2274/6917/7785/13858 及 media 14343/7062/7082/7937)由 (0,2,0) 本块逐属性覆盖
   ============================================================ */
.ag-intro .about-money {
  margin: 56px 0 0;
  padding: 0;
}
/* ---- 浅底数据条: 四列居中 + 相邻短竖线 ---- */
.ag-intro .about-stats {
  position: static;
  list-style: none;
  margin: 0;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--vb-line-soft);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.ag-intro .about-stats::before,
.ag-intro .about-stats::after { display: none; }
.ag-intro .about-stat {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px clamp(14px, 2vw, 30px);
  text-align: center;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ag-intro .about-stat::before,
.ag-intro .about-stat::after { display: none; }
.ag-intro .about-stat + .about-stat::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background: var(--vb-line);
}
.ag-intro .about-stat strong {
  display: block;
  margin: 0 0 10px;
  font-family: var(--xr-font-body);
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  color: #000000;
  white-space: nowrap;
  text-shadow: none;
}
.ag-intro .about-stat span {
  display: block;
  margin: 0;
  font-family: var(--xr-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: none;
  color: var(--vb-slate);
}
/* ---- 响应式(intro 数据条) ---- */
@media (max-width: 991px) {
  .ag-intro .about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ag-intro .about-stat + .about-stat::before { display: none; }
  .ag-intro .about-stat:nth-child(even)::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background: var(--vb-line);
  }
}
@media (max-width: 575px) {
  .ag-intro .about-stat strong { font-size: 26px; }
}

/* ============================================================
   BAND PAGE v2 · 品牌单页 hero + 产品区（band1/2/3 共用 brand-* 类）
   唯一权威版本 2026-09-02 · 与首页 hero-banner / hot-section 同语言
   brand-hero 居中布局: 深色 band + 极光光晕 + 衬线大标 + hairline 数据行
   product-card 逐属性复制 hot-section 权威设计（旧代裸规则 (0,1,0) 被本块 (0,2,0) 后位压制）
   ============================================================ */
.brand-hero {
  position: relative;
  overflow: hidden;
  padding: 168px 0 96px;
  background: linear-gradient(120deg, #0C2E7D 0%, #0E1B36 78%);
  color: #F2F6FF;
}
.brand-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(520px 400px at 50% 8%, rgba(122, 92, 255, 0.22), transparent 65%),
    radial-gradient(640px 480px at 84% 78%, rgba(43, 107, 255, 0.16), transparent 62%),
    radial-gradient(420px 340px at 14% 84%, rgba(217, 54, 123, 0.15), transparent 60%);
}
.brand-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.brand-hero .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 168px;
  margin: 0 0 28px;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.35));
}
.brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(198, 210, 240, 0.85);
}
.brand-kicker-line {
  flex: none;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--vb-grad);
}
.brand-hero .brand-title {
  margin: 0 0 20px;
  font-family: var(--xr-font-display);
  font-size: clamp(40px, 5.2vw, 64px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.04em;
  color: #F5F8FF;
}
.brand-lead {
  margin: 0 0 40px;
  max-width: 620px;
  font-size: 14.5px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  color: rgba(214, 224, 248, 0.78);
}
.brand-facts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 44px);
  margin: 0 0 34px;
  padding: 0;
}
.brand-fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.brand-fact strong {
  font-family: var(--xr-font-body);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  color: #ffffff;
}
.brand-fact span {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(198, 210, 240, 0.6);
}
.brand-fact-divider {
  flex: none;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.16);
}
.brand-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.brand-point {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(216, 226, 250, 0.88);
}
.brand-point-dot { display: none; }
.brand-point + .brand-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.22);
}
/* ---- 产品区: 白底 + 统一模块头 + hot-section 同款卡片 ---- */
.brand-products {
  padding: 88px 0 96px;
  background: #ffffff;
}
.brand-products .brand-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 26px;
  margin: 0 0 48px;
  border-bottom: 1px solid var(--vb-line);
}
.brand-products .pl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
}
.brand-products .pl-eyebrow svg { display: none; }
.brand-products .pl-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--vb-grad);
}
.brand-products .brand-title2 {
  margin: 0;
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
}
.brand-products .brand-sub {
  margin: 0;
  max-width: none;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}
.brand-products .product-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--vb-line);
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(23, 52, 140, 0.05);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.brand-products .product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--vb-shadow-md);
  border-color: rgba(30, 86, 232, 0.30);
}
.brand-products .product-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
}
.brand-products .product-card-link:focus-visible {
  outline: 2px solid var(--vb-blue);
  outline-offset: 3px;
}
.brand-products .product-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 28px;
  background: #fff;
  border-bottom: 1px solid var(--vb-line-soft);
}
.brand-products .product-card-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .5s ease;
}
.brand-products .product-card:hover .product-card-media img { transform: scale(1.05); }
.brand-products .product-card-body {
  padding: 20px 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.brand-products .product-card-name {
  margin: 0 0 16px;
  font-family: var(--xr-font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: var(--vb-ink);
}
.brand-products .product-card-foot {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--vb-line-soft);
}
.brand-products .product-card-brand {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  font-family: var(--xr-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: none;
  border-radius: 999px;
}
.brand-products .product-card--czy .product-card-brand { color: #D9367B; background: rgba(217, 54, 123, 0.08); }
.brand-products .product-card--sl  .product-card-brand { color: #6C5CE7; background: rgba(108, 92, 231, 0.09); }
.brand-products .product-card--sn  .product-card-brand { color: #111; background: rgba(17, 17, 17, 0.06); }
.brand-products .product-card-inquiry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  font-family: var(--xr-font-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background: var(--vb-blue);
  border-radius: 999px;
  white-space: nowrap;
  transition: background .3s ease, box-shadow .3s ease;
}
.brand-products .product-card:hover .product-card-inquiry {
  background: var(--vb-blue-deep);
  box-shadow: 0 8px 18px rgba(12, 46, 125, 0.22);
}
.brand-products .product-card-inquiry svg { transition: transform .3s ease; }
.brand-products .product-card:hover .product-card-inquiry svg { transform: translateX(4px); }
/* ---- 品牌页响应式 ---- */
@media (max-width: 575px) {
  .brand-hero { padding: 140px 0 72px; }
  .brand-facts { flex-direction: column; gap: 18px; }
  .brand-fact-divider { width: 24px; height: 1px; }
  .brand-point { padding: 0 14px; }
  .brand-products { padding: 64px 0 72px; }
}
/* ============================================================
   BAND PAGE v3 · brand-hero 浅色改版（2026-09-02 · band1/2/3 共用）
   浅色 band：--vb-bg-soft 软底 + 低饱和三色极光光晕 + 墨色衬线大标
   hairline 数据行与 v2 布局尺寸完全沿用，仅覆盖配色属性（后位压制 v2 深色）
   节奏：hero 软 -> brand-products 白 -> pl-cta 深色 band 收尾
   ============================================================ */
.brand-hero {
  background: var(--vb-bg-soft);
  color: var(--vb-ink);
}
.brand-hero::before {
  background:
    radial-gradient(520px 400px at 50% 8%, rgba(122, 92, 255, 0.10), transparent 65%),
    radial-gradient(640px 480px at 84% 78%, rgba(43, 107, 255, 0.08), transparent 62%),
    radial-gradient(420px 340px at 14% 84%, rgba(217, 54, 123, 0.07), transparent 60%);
}
.brand-hero .brand-logo {
  filter: drop-shadow(0 10px 24px rgba(23, 52, 140, 0.12));
}
.brand-kicker {
  color: var(--vb-blue);
}
.brand-hero .brand-title {
  color: var(--vb-ink);
}
.brand-lead {
  color: var(--vb-slate);
}
.brand-fact strong {
  color: var(--vb-ink);
}
.brand-fact span {
  color: var(--vb-slate);
}
.brand-fact-divider {
  background: var(--vb-line);
}
.brand-points {
  border-top: 1px solid var(--vb-line-soft);
}
.brand-point {
  color: var(--vb-slate);
}
.brand-point + .brand-point::before {
  background: var(--vb-line);
}

/* ============================================================
   BAND PAGE v3.1 · brand-products 产品卡 !important 反杀（2026-09-02）
   根因：旧代裸规则 .product-card（13583 块）用 !important 污染了
   border/background/radius/shadow/display/padding/字号/品牌胶囊，
   band1/2/3 卡片整皮塌掉（边框消失即此因）。
   对齐 hot-section（14974 块）的反杀做法：同属性 !important + (0,2,0)+ 作用域压制。
   ============================================================ */
.brand-products .product-card {
  display: flex !important;
  background: #fff !important;
  border: 1px solid var(--vb-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 10px rgba(23, 52, 140, 0.05) !important;
}
.brand-products .product-card:hover {
  border-color: rgba(30, 86, 232, 0.30) !important;
  box-shadow: var(--vb-shadow-md) !important;
}
.brand-products .product-card-media {
  background: #fff !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.brand-products .product-card-media::after { display: none; }
.brand-products .product-card-body {
  padding: 20px 24px 22px !important;
  background: #fff !important;
}
.brand-products .product-card-name {
  font-family: var(--xr-font-display) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--vb-ink) !important;
  margin: 0 0 16px !important;
}
.brand-products .product-card-foot {
  margin-top: auto !important;
}
.brand-products .product-card-brand {
  letter-spacing: 0.08em !important;
}
.brand-products .product-card--czy .product-card-brand { color: #D9367B !important; background: rgba(217, 54, 123, 0.08) !important; }
.brand-products .product-card--sl  .product-card-brand { color: #6C5CE7 !important; background: rgba(108, 92, 231, 0.09) !important; }
.brand-products .product-card--sn  .product-card-brand { color: #111111 !important; background: rgba(17, 17, 17, 0.06) !important; }

/* ============================================================
   BAND PAGE v3.2 · productlist 产品卡 !important 反杀（2026-09-02）
   与 v3.1 同因同法：13583 旧代块 !important 污染 .product-card 全皮，
   .pl-section 作用域反杀，卡片与首页 hot-section / brand-products 同款
   （--vb-line 浅灰边框 + 白底 + 18px 圆角 + 轻阴影 + hover 蓝边）
   ============================================================ */
.pl-section .product-card {
  display: flex !important;
  background: #fff !important;
  border: 1px solid var(--vb-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 10px rgba(23, 52, 140, 0.05) !important;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.pl-section .product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 86, 232, 0.30) !important;
  box-shadow: var(--vb-shadow-md) !important;
}
.pl-section .product-card-media {
  background: #fff !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid var(--vb-line-soft);
}
.pl-section .product-card-media::after { display: none; }
.pl-section .product-card-body {
  padding: 20px 24px 22px !important;
  background: #fff !important;
}
.pl-section .product-card-name {
  font-family: var(--xr-font-display) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--vb-ink) !important;
  margin: 0 0 16px !important;
}
.pl-section .product-card-foot {
  margin-top: auto !important;
  padding-top: 16px;
  border-top: 1px solid var(--vb-line-soft);
}
.pl-section .product-card-brand {
  letter-spacing: 0.08em !important;
}
.pl-section .product-card--czy .product-card-brand { color: #D9367B !important; background: rgba(217, 54, 123, 0.08) !important; }
.pl-section .product-card--sl  .product-card-brand { color: #6C5CE7 !important; background: rgba(108, 92, 231, 0.09) !important; }
.pl-section .product-card--sn  .product-card-brand { color: #111111 !important; background: rgba(17, 17, 17, 0.06) !important; }

/* ============================================================
   BAND PAGE v3.3 · productlist 咨询拿货价胶囊补齐（2026-09-02）
   根因：旧代 13635 块 .product-card-inquiry 灰字无底（0,1,0 靠后位压过
   8043 白字版），band 页被 .brand-products (0,2,0) 压制无恙，
   .pl-section 无对应规则 → 补齐 hot-section 同款白字蓝底胶囊
   ============================================================ */
.pl-section .product-card-inquiry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  font-family: var(--xr-font-body);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #ffffff;
  background: var(--vb-blue);
  border-radius: 999px;
  white-space: nowrap;
  transition: background .3s ease, box-shadow .3s ease;
}
.pl-section .product-card:hover .product-card-inquiry {
  background: var(--vb-blue-deep);
  box-shadow: 0 8px 18px rgba(12, 46, 125, 0.22);
}
.pl-section .product-card-inquiry svg { transition: transform .3s ease; }
.pl-section .product-card:hover .product-card-inquiry svg { transform: translateX(4px); }

/* ============================================================
   BAND PAGE v3.4 · product-card-link 整卡覆盖修复（2026-09-02）
   根因一：旧代 13593 块 .product-card-link{display:none}(0,1,0) 落底，
   hot/brand 作用域规则只声明了 position/inset/z-index 没声明 display
   → 链接整个被隐藏，点击失效
   根因二：.pl-section 连 link 定位规则都没有，且 v3.2 漏写
   position:relative → absolute inset:0 锚错祖先，链接不覆盖卡片
   修法：三作用域显式 display:block + pl 卡补 position:relative
   ============================================================ */
.hot-section .product-card-link,
.brand-products .product-card-link,
.pl-section .product-card-link {
  display: block;
}
.pl-section .product-card {
  position: relative;
}

/* ============================================================
   PAGE · SEVER 招商合作内页（body.page-partner 作用域, 唯一权威版本）
   模块头与首页 brand / hot / about / supply / join 完全同构:
     eyebrow(衬线中文主标 + mono 英文·前置渐变短线) → sub 全宽描述 → hairline 底线
   作用域仅 sever.html(body.page-partner); oem.html 沿用旧代 partner-* 不受影响
   旧代泄漏逐条关闭:
     .partner-head      L13727 grid 两列 / L8566 居中 660 / L13934 margin-bottom
     .partner-eyebrow   L13738 mono 12px / L8838 深色胶囊底 / L11779 hero 13px
     .partner-eyebrow::before  L13750 / L11791 / L13936
     .partner-sub       L13775 max-width 56ch / L8967 consult 460 居中
   ============================================================ */

/* ---- 模块头容器 ---- */
.page-partner .partner-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  max-width: none;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 26px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--vb-line);
}
.page-partner .partner-head::before,
.page-partner .partner-head::after { display: none; }

/* ---- eyebrow: 衬线中文主标 + mono 英文·前置渐变短线 ---- */
.page-partner .partner-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--xr-font-body);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: inherit;
}
.page-partner .partner-eyebrow::before,
.page-partner .partner-eyebrow::after { display: none; }
.page-partner .partner-eyebrow svg { display: none; }

.page-partner .partner-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  white-space: nowrap;
}
.page-partner .partner-eyebrow-en {
  display: inline-flex;
  align-items: center;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--vb-blue);
  white-space: nowrap;
}
.page-partner .partner-eyebrow-en::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  margin-right: 14px;
  background: var(--vb-grad);
}

/* ---- sub: 下放全宽 ---- */
.page-partner .partner-sub {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  align-self: stretch;
  font-family: var(--xr-font-body);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--vb-slate);
}

/* ---- 主视觉 partner-hero 内: eyebrow 降级为小号标签(非模块头主标) ---- */
.page-partner .partner-hero .partner-eyebrow {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
}
.page-partner .partner-hero .partner-eyebrow-cn {
  font-family: var(--xr-font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: var(--vb-blue);
}
.page-partner .partner-hero .partner-eyebrow-en {
  font-family: var(--xr-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--vb-slate);
}
.page-partner .partner-hero .partner-eyebrow-en::before {
  width: 24px;
  height: 2px;
  margin-right: 10px;
}

/* ---- 合作咨询左栏: 窄容器, 主标降一档 ---- */
.page-partner .partner-consult-copy .partner-eyebrow {
  margin: 0 0 18px;
}
.page-partner .partner-consult-copy .partner-eyebrow-cn {
  font-size: clamp(26px, 2.6vw, 34px);
}
.page-partner .partner-consult-copy .partner-sub {
  margin: 0 0 26px;
  max-width: none;
}

/* ---- 三级标题统一: 衬线 + 600 + 墨色(与首页 supply / about / join 同规范) ---- */
.page-partner .partner-hero-title,
.page-partner .pm-name,
.page-partner .partner-support-name,
.page-partner .partner-step-title {
  font-family: var(--xr-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
}
.page-partner .partner-hero-title { line-height: 1.2; }
.page-partner .pm-name { line-height: 1.35; }
.page-partner .partner-support-name { line-height: 1.4; }
.page-partner .partner-step-title { line-height: 1.4; }

@media (max-width: 991px) {
  .page-partner .partner-head { gap: 14px; margin-bottom: 32px; }
  .page-partner .partner-eyebrow { gap: 14px; }
  .page-partner .partner-eyebrow-cn { font-size: clamp(26px, 5.2vw, 34px); }
  .page-partner .partner-eyebrow-en { font-size: 11px; letter-spacing: 0.24em; }
  .page-partner .partner-eyebrow-en::before { width: 20px; margin-right: 10px; }
}


/* ============================================================
   PAGE · NEWLIST 新闻列表页（.news-section.nl-news 作用域, 唯一权威版本）
   nl-news 仅 newslist.html 使用 → 天然作用域, index.html / news_info.html 不受影响
   卡片 / 分类 tab / 分页 与首页 MODULE 07（.news-section--home）逐属性同构
   ============================================================ */
.news-section.nl-news {
  background: var(--vb-bg-soft);
  padding: 104px 0;
  /* 旧代 .news-section 设了 content-visibility:auto + contain-intrinsic-size,
     离屏时按估算高度渲染 → 滚动条跳动且影响 AOS 触发, 此处关闭 */
  content-visibility: visible;
}
.news-section.nl-news > .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 分类导航: 三个分类是各自独立的归档页, 点击直接跳转（非 tab 切换）
   .is-current 高亮由 js/main.js 读 <link rel="canonical"> 命中后添加；
   静态页没有 canonical 时降级用 location 比对, 导入 WordPress 后自动生效
   旧代 .news-tabs 居中胶囊 + .news-tab 橙墨描边已随 tab 结构一并退出 */
.news-section.nl-news .news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 12px 32px;
  margin: 0 0 28px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.news-section.nl-news .news-nav-link {
  display: inline-flex;
  align-items: center;
  margin: 0;
  min-height: 0;
  padding: 0 0 10px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--xr-font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--vb-slate);
  text-decoration: none;
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease;
}
.news-section.nl-news .news-nav-link:hover {
  color: var(--vb-blue);
  background: none;
  border-color: transparent;
  transform: none;
}
/* 当前分类页 */
.news-section.nl-news .news-nav-link.is-current {
  color: var(--vb-ink);
  background: none;
  border-bottom-color: var(--vb-blue);
  box-shadow: none;
  /* 当前分类页自身不再可点, 鼠标形态同步退回 */
  cursor: default;
  pointer-events: none;
}

/* 文章网格: 3 列图文卡（不再有 tab 面板, 单页即当前分类的归档列表）
   旧代 L14081 .news-panel 是「左 1 大图 + 右 3 行」报版(1.05fr/1fr), 必须整体覆写 */
.news-section.nl-news .news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 30px);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 卡片: 白底 hairline + 轻 lift（-4px, 与产品卡区分）
   旧代 L5636 .news-card 是 border:none 的杂志风、L14187 更是 display:none,
   全部逐属性显式声明 */
.news-section.nl-news .news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  gap: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid var(--vb-line);
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(23, 52, 140, 0.04);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.news-section.nl-news .news-card::before,
.news-section.nl-news .news-card::after { display: none; content: none; }
.news-section.nl-news .news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 86, 232, 0.28);
  box-shadow: 0 16px 34px rgba(23, 52, 140, 0.10);
  background: #FFFFFF;
}
.news-section.nl-news .news-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
}
/* 旧代残留修复: 14047「NEWS 杂志报版」块为兼容 newslist.html 曾把
   .news-media / .news-card-body / .news-tag / .news-card-title 全部 display:none
   (0,1,0)。子进程元素必须逐一显式复活, 否则整块消失 */
.news-section.nl-news .news-media {
  display: block;
  position: relative;
  flex: none;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: var(--vb-bg-soft);
}
.news-section.nl-news .news-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0;
  transition: transform .6s ease;
}
.news-section.nl-news .news-card:hover .news-media img { transform: scale(1.06); }

/* 图上日期徽标: mono + 白底圆角小块 */
.news-section.nl-news .news-date {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 7px 12px;
  gap: 0;
  font-family: var(--xr-mono);
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--vb-ink);
  background: rgba(255, 255, 255, 0.94);
  border: none;
  border-radius: 8px;
  white-space: nowrap;
}
.news-section.nl-news .news-date svg { display: none; }

.news-section.nl-news .news-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  padding: 20px 22px 22px;
  text-align: left;
  background: none;
  border: none;
}
.news-section.nl-news .news-tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: baseline;
  margin: 0 0 12px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-family: var(--xr-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--vb-blue);
}
/* 旧代 .news-tag--gold / --purple 是实心深色渐变胶囊, 三个分类风格不一致
   （公司新闻无变体类 = 蓝色纯文字）→ 统一为 hairline 文字标签 */
.news-section.nl-news .news-tag--gold,
.news-section.nl-news .news-tag--purple {
  background: none;
  border: none;
  color: var(--vb-blue);
}
.news-section.nl-news .news-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 10px;
  font-family: var(--xr-font-display);
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--vb-ink);
  transition: color .25s ease;
}
.news-section.nl-news .news-card:hover .news-card-title { color: var(--vb-blue); }
.news-section.nl-news .news-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 18px;
  max-width: none;
  font-family: var(--xr-font-body);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: var(--vb-slate);
}
.news-section.nl-news .news-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin: auto 0 0;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--xr-font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--vb-blue);
  text-decoration: none;
}
.news-section.nl-news .news-more svg { transition: transform .25s ease; }
/* .news-card-link 覆盖整卡(z-index:3), .news-more 自身收不到 hover → 由卡片 hover 驱动 */
.news-section.nl-news .news-card:hover .news-more { color: var(--vb-blue-deep); }
.news-section.nl-news .news-card:hover .news-more svg { transform: translateX(4px); }

/* 分页: v1.0 橙墨胶囊 → hairline 方块 + 全站统一渐变(当前页) */
.news-section.nl-news .nl-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}
.news-section.nl-news .nl-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #FFFFFF;
  border: 1px solid var(--vb-line);
  border-radius: 10px;
  box-shadow: none;
  font-family: var(--xr-mono);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--vb-slate);
  text-decoration: none;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}
.news-section.nl-news .nl-page-link svg { transition: transform .25s ease; }
.news-section.nl-news .nl-page-link:hover {
  color: var(--vb-blue);
  border-color: rgba(30, 86, 232, 0.35);
  background: #FFFFFF;
  transform: none;
}
.news-section.nl-news .nl-page-link.active {
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--color-navy), var(--color-gold));
  border-color: transparent;
  box-shadow: none;
}
.news-section.nl-news .nl-page-separator:hover svg { transform: translateX(-2px); }
.news-section.nl-news .nl-page-separator:last-child:hover svg { transform: translateX(2px); }
.news-section.nl-news .nl-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 40px;
  font-family: var(--xr-mono);
  font-size: 13px;
  line-height: 1;
  color: var(--vb-slate);
}


/* 响应式: 与首页 MODULE 07 断点完全对齐
   注意 L14337 旧代 @media(max-width:1024px) 把 .news-panel 压成 1 列, 已被本块
   (0,2,0) 主层级规则压制 → 必须在此显式降列, 否则移动端仍是 3 列 */
@media (max-width: 1199px) {
  .news-section.nl-news .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .news-section.nl-news {
    padding: 72px 0;
  }
  .news-section.nl-news > .container {
    padding: 0 20px;
  }
  .news-section.nl-news .news-card-title {
    font-size: 18px;
  }
  .news-section.nl-news .news-card-body {
    padding: 20px 20px 22px;
  }
}
@media (max-width: 640px) {
  .news-section.nl-news .news-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .news-section.nl-news .news-nav {
    gap: 10px 22px;
    margin-bottom: 22px;
  }
  .news-section.nl-news .news-nav-link {
    font-size: 13px;
  }
  .news-section.nl-news .nl-pagination {
    margin-top: 40px;
    gap: 6px;
  }
  .news-section.nl-news .nl-page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }
  .news-section.nl-news .nl-page-ellipsis {
    min-width: 16px;
    height: 36px;
  }
}
/* ============================================================
   PAGE · SEVER v2 · hero CTA + 主视觉媒体 + 咨询表单（2026-09-04）
   1) hero 双按钮与表单提交按钮: 与首页 GLOBAL v2.1 .xr-btn 逐属性同构
      (渐变描边胶囊 → hover 实心渐变), 文字必须包 span.xr-btn-label
      —— 旧代 .partner-btn 系(mono 大写字距 / 玫红实心 / inset 描边)随类名替换整体退场
   2) partner-hero-media: 去掉旧代 11728 的渐变描边框(padding6 + 渐变底 + 重投影)
   3) partner-form: 收敛到 v2.0 商务蓝体系(hairline --vb-line / --vb-ink /
      --vb-blue focus 环), 替换旧代 10122 的黑投影 + v1 tokens
   ============================================================ */

/* ---- 1. CTA 按钮: hero 双按钮 + 表单提交, 同构 GLOBAL v2.1 .xr-btn ---- */
.page-partner .partner-hero-actions .xr-btn,
.page-partner .partner-form-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 34px;
  font-family: var(--xr-font-body);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--vb-ink);
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, var(--vb-grad) border-box;
  border: 1.5px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  transition: color .35s cubic-bezier(.22, 1, .36, 1),
              transform .35s cubic-bezier(.22, 1, .36, 1),
              box-shadow .35s cubic-bezier(.22, 1, .36, 1);
}
.page-partner .partner-hero-actions .xr-btn::before,
.page-partner .partner-form-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-gold) 100%);
  opacity: 0;
  transition: opacity .4s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}
.page-partner .partner-hero-actions .xr-btn:hover,
.page-partner .partner-hero-actions .xr-btn:focus-visible,
.page-partner .partner-form-submit:hover,
.page-partner .partner-form-submit:focus-visible {
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(43, 107, 255, 0.28);
}
.page-partner .partner-hero-actions .xr-btn:hover::before,
.page-partner .partner-hero-actions .xr-btn:focus-visible::before,
.page-partner .partner-form-submit:hover::before,
.page-partner .partner-form-submit:focus-visible::before { opacity: 1; }
.page-partner .partner-hero-actions .xr-btn:focus-visible,
.page-partner .partner-form-submit:focus-visible {
  outline: 2px solid var(--vb-blue);
  outline-offset: 3px;
}
/* 提交按钮: 撑满整行 + 提交中禁用态 */
.page-partner .partner-form-submit { width: 100%; margin-top: 8px; }
.page-partner .partner-form-submit:disabled { opacity: 0.55; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  .page-partner .partner-hero-actions .xr-btn,
  .page-partner .partner-form-submit,
  .page-partner .partner-hero-actions .xr-btn::before,
  .page-partner .partner-form-submit::before { transition: none; }
  .page-partner .partner-hero-actions .xr-btn:hover,
  .page-partner .partner-form-submit:hover { transform: none; }
}
@media (max-width: 640px) {
  .page-partner .partner-hero-actions .xr-btn,
  .page-partner .partner-form-submit { min-height: 50px; padding: 0 26px; font-size: 13px; }
}

/* ---- 2. 主视觉媒体: 去渐变描边框, 收敛为白卡 hairline 语言 ---- */
.page-partner .partner-hero-media {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 48px -26px rgba(23, 52, 140, 0.22);
}
.page-partner .partner-hero-img { border-radius: 18px; }

/* ---- 3. 咨询表单: v2.0 商务蓝体系统一 ---- */
.page-partner .partner-form {
  padding: 34px 30px;
  background: #FFFFFF;
  border: 1px solid var(--vb-line);
  border-radius: 18px;
  box-shadow: 0 18px 44px -26px rgba(23, 52, 140, 0.16);
}
.page-partner .partner-form-field { margin-bottom: 18px; }
.page-partner .partner-form-label {
  margin-bottom: 8px;
  font-family: var(--xr-font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--vb-ink);
}
.page-partner .partner-form-input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  background: #FFFFFF;
  border: 1px solid var(--vb-line);
  border-radius: 10px;
  box-shadow: none;
  font-family: var(--xr-font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--vb-ink);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.page-partner .partner-form-input:focus {
  outline: 0;
  border-color: var(--vb-blue);
  box-shadow: 0 0 0 3px rgba(30, 86, 232, 0.12);
}
.page-partner .partner-form-input::placeholder { color: rgba(74, 88, 120, 0.5); }
.page-partner .partner-form-textarea { min-height: 110px; resize: vertical; }
.page-partner .partner-form-select svg { color: var(--vb-slate); }
.page-partner .partner-form-field.is-error .partner-form-input { border-color: var(--color-red); }
.page-partner .partner-form-field.is-error .partner-form-input:focus {
  border-color: var(--color-red);
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.12);
}
.page-partner .partner-form-field.is-valid .partner-form-input { border-color: #2e7d32; }
.page-partner .partner-form-error {
  display: block;
  margin-top: 5px;
  font-family: var(--xr-font-body);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--color-red);
}
.page-partner .partner-form-status {
  margin: 14px 0 0;
  font-family: var(--xr-font-body);
  font-size: 13.5px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .page-partner .partner-form { padding: 24px 20px; }
}

/* ============== pd-share 分享功能 ============== */
.pd-share-icon {
  cursor: pointer;
}
.pd-share-icon.is-copied {
  color: var(--color-navy);
}
.pd-share-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-share-modal[hidden] {
  display: none;
}
.pd-share-modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 38, 0.55);
}
.pd-share-modal-body {
  position: relative;
  z-index: 1;
  background: var(--color-white);
  border-radius: 14px;
  padding: 28px 32px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(8, 18, 42, 0.3);
}
.pd-share-modal-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text-primary);
}
.pd-share-modal-qr {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 8px;
  background: #f5f7fa;
}
.pd-share-modal-tip {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: var(--color-text-secondary);
}
.pd-share-modal-close {
  margin-top: 16px;
  padding: 8px 28px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: var(--color-navy);
  border: none;
  border-radius: 999px;
  cursor: pointer;
}
.pd-share-modal-close:hover {
  background: var(--color-navy-dark);
}
