/* ============================================================
   曦讯商城 · v3 设计语言覆盖层「墨曜曦金」
   白底 + 墨色骨架 + 曦金点缀 | 几何无衬线 | 细边框卡片
   本文件最后加载，统一下沉旧版（暖米商场风）的视觉层。
   布局/交互类名保持不变，仅重塑视觉。
   ============================================================ */

/* ==================== 1. 顶部服务条 ==================== */
.xg-topbar {
  background: var(--mh-bg-dark);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.02em;
}
.xg-topbar-inner {
  /* 不依赖各页面对 .section-content 的不同 padding 定义（common.css 为 80px 20px） */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
}
.xg-topbar-slogan { display: inline-flex; align-items: center; gap: 8px; }
.xg-dot {
  width: 6px; height: 6px; border-radius: 2px;
  background: var(--mh-accent);
  box-shadow: 0 0 0 3px rgba(232, 141, 31, 0.18);
}
.xg-topbar-links { display: inline-flex; align-items: center; gap: 12px; }
.xg-topbar-sep { width: 1px; height: 10px; background: rgba(255, 255, 255, 0.18); }
.xg-topbar-item { color: rgba(255, 255, 255, 0.72); cursor: default; }
a.xg-topbar-item:hover { color: var(--mh-accent); }
.xg-topbar-tel { font-weight: 600; letter-spacing: 0.04em; }

/* ==================== 2. 导航骨架重塑 ==================== */
.nav-shadow {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--mh-line);
}
.nav-header { height: 76px; }
.nav-icon img { height: 42px; }

.nav-menu .nav-item {
  font-weight: 500;
  color: var(--mh-text-1);
  position: relative;
  padding: 8px 2px;
}
.nav-menu .nav-item::after {
  content: "";
  position: absolute;
  left: 50%; bottom: -2px;
  width: 0; height: 2px;
  border-radius: 2px;
  background: var(--mh-accent);
  transform: translateX(-50%);
  transition: width var(--mh-dur) var(--mh-ease);
}
.nav-menu .nav-item:hover::after,
.nav-menu a:hover .nav-item::after { width: 100%; }
.nav-menu .nav-item:hover { color: var(--mh-text-1); background: transparent; }
.nav-menu a:hover { color: var(--mh-text-1); }

/* 搜索框：方角浅灰盒 */
.nav-search {
  background: var(--mh-bg-soft);
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius);
}
.nav-search:focus-within {
  background: #fff;
  border-color: var(--mh-accent);
  box-shadow: 0 0 0 3px rgba(232, 141, 31, 0.12);
}
.nav-search input { background: transparent; color: var(--mh-text-1); }
.nav-search-btn { color: var(--mh-text-2); }
.nav-search-btn:hover { color: var(--mh-accent-deep); }

/* 购物车 */
.nav-cart .nav-cart-icon { color: var(--mh-text-1); }
.nav-cart:hover .nav-cart-icon { color: var(--mh-accent-deep); }
.cart-badge {
  background: var(--mh-accent);
  color: #fff;
  border-radius: var(--mh-radius-pill);
}

/* 登录/注册按钮 */
.btn.btn-normal,
.btn-normal,
#registBtn.btn {
  background: var(--mh-primary) !important;
  color: #fff !important;
  border-radius: var(--mh-radius) !important;
  border: 1px solid var(--mh-primary) !important;
  transition: all var(--mh-dur) var(--mh-ease);
}
.btn.btn-normal:hover,
#registBtn.btn:hover {
  background: var(--mh-primary-hover) !important;
  border-color: var(--mh-primary-hover) !important;
}
.btn.btn-normal-light,
#loginBtn.btn {
  background: transparent !important;
  color: var(--mh-text-1) !important;
  border: 1px solid var(--mh-border) !important;
  border-radius: var(--mh-radius) !important;
}
.btn.btn-normal-light:hover,
#loginBtn.btn:hover {
  border-color: var(--mh-primary) !important;
  color: var(--mh-primary) !important;
}

/* 登录下拉 */
.login-menu {
  background: #fff;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-md);
  box-shadow: var(--mh-shadow-lg);
}
.login-menu-item:hover { background: var(--mh-bg-soft); color: var(--mh-accent-deep); }

/* ==================== 3. Mega 下拉重塑 ==================== */
.nav-cont .nav-cont-menu.nav-mega {
  background: #fff;
}
.nav-mega-inner { border-top: 1px solid var(--mh-line); }
.nav-mega-cats {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  align-content: start;
}
.nav-cat-tile {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: var(--mh-radius);
  border-bottom: none !important;
  transition: background var(--mh-dur) var(--mh-ease);
}
.nav-cat-tile img {
  width: 44px; height: 44px;
  border-radius: var(--mh-radius);
  object-fit: cover;
  border: 1px solid var(--mh-line);
}
.nav-cat-tile:hover { background: var(--mh-bg-soft); }
.nav-cat-name { font-weight: 600; color: var(--mh-text-1); font-size: 14px; }
.nav-cat-desc { color: var(--mh-text-3); font-size: 12px; }
.nav-cat-arrow { color: var(--mh-text-4); }
.nav-cat-tile:hover .nav-cat-arrow { color: var(--mh-accent-deep); }

.nav-mega-hot {
  background: var(--mh-bg-dark);
  border-radius: var(--mh-radius-lg);
  padding: 18px;
  margin: 6px 0 6px 8px;
}
.nav-hot-head { color: #fff; font-weight: 700; letter-spacing: 0.04em; }
.nav-hot-more { color: rgba(255, 255, 255, 0.65) !important; }
.nav-hot-more:hover { color: var(--mh-accent) !important; }
.nav-hot-list .nav-hot-item .name { color: rgba(255, 255, 255, 0.88); }
.nav-hot-list .nav-hot-item .price { color: var(--mh-accent); }
.nav-hot-list .nav-hot-item:hover .name { color: var(--mh-accent); }
.nav-hot-skel { background: rgba(255, 255, 255, 0.06) !important; }

/* 普通下拉 */
.nav-cont .nav-content { background: #fff; }
.nav-cont .nav-item-box:hover { background: var(--mh-bg-soft); }
.nav-cont .item-box-title .title { color: var(--mh-text-1); }
.nav-cont .nav-item-box:hover .title { color: var(--mh-accent-deep); }
.nav-cont .item-box-title .desc { color: var(--mh-text-3); }

/* ==================== 4. 侧边悬浮工具条 ==================== */
.aside-tools .tools-item img { border-radius: var(--mh-radius); }
.aside-tools .tools-box {
  background: #fff;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-md);
  box-shadow: var(--mh-shadow-md);
}
.aside-tools .tools-box-s h5 { color: var(--mh-text-1); }
.aside-tools .tools-box .button,
.aside-tools .tools-box-s .button {
  background: var(--mh-primary);
  color: #fff;
  border-radius: var(--mh-radius);
}
.aside-tools .tools-item:hover .tools-box .button { background: var(--mh-accent-deep); }

/* ==================== 5. 通用按钮/链接 ==================== */
.xg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--mh-radius);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all var(--mh-dur) var(--mh-ease);
  cursor: pointer;
}
.xg-btn-primary {
  background: var(--mh-primary);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(22, 24, 29, 0.22);
}
.xg-btn-primary:hover {
  background: var(--mh-accent);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(232, 141, 31, 0.35);
  transform: translateY(-1px);
}
.xg-btn-ghost {
  border: 1px solid var(--mh-border);
  color: var(--mh-text-1) !important;
  background: #fff;
}
.xg-btn-ghost:hover {
  border-color: var(--mh-primary);
  color: var(--mh-primary) !important;
}

/* ==================== 6. 首页 Hero（分栏式） ==================== */
.xg-hero { padding: 34px 0 0; background: #fff; }
.xg-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  gap: 48px;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 34px;
}
.xg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mh-font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mh-text-2);
}
.xg-eyebrow-dot {
  width: 26px; height: 2px;
  background: var(--mh-accent);
  display: inline-block;
}
.xg-hero-title {
  margin: 18px 0 0;
  font-family: var(--mh-font-display);
  font-size: 58px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--mh-text-1);
}
.xg-hero-title em {
  font-style: normal;
  color: var(--mh-accent-deep);
  position: relative;
}
.xg-hero-title em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6px;
  height: 10px;
  background: rgba(232, 141, 31, 0.18);
  z-index: -1;
}
.xg-hero-desc {
  margin: 20px 0 0;
  max-width: 46ch;
  color: var(--mh-text-2);
  font-size: 16px;
  line-height: 1.9;
}
.xg-hero-cta { display: flex; gap: 14px; margin-top: 30px; }
.xg-hero-stats {
  display: flex;
  gap: 44px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--mh-line);
}
.xg-stat b {
  display: block;
  font-family: var(--mh-font-display);
  font-size: 30px;
  font-weight: 800;
  color: var(--mh-text-1);
  line-height: 1.1;
}
.xg-stat span { color: var(--mh-text-3); font-size: 13px; }

.xg-hero-visual { position: relative; }
.xg-hero-imgwrap {
  border-radius: var(--mh-radius-xl);
  overflow: hidden;
  box-shadow: var(--mh-shadow-lg);
  border: 1px solid var(--mh-line);
}
.xg-hero-imgwrap img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.xg-hero-chip {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-md);
  padding: 12px 16px;
  box-shadow: var(--mh-shadow-md);
}
.xg-hero-chip b {
  display: block;
  font-size: 14px;
  color: var(--mh-text-1);
}
.xg-hero-chip span { font-size: 12px; color: var(--mh-text-3); }
.xg-chip-1 { left: -26px; top: 44px; }
.xg-chip-2 { right: -18px; bottom: 52px; }
.xg-chip-2 b { color: var(--mh-accent-deep); }

/* 票务条（会员狂欢 / 满减） */
.xg-ticker {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--mh-gradient-banner);
  border-radius: var(--mh-radius-lg);
  padding: 15px 22px;
  margin: 6px 0 8px;
  overflow: hidden;
  position: relative;
}
.xg-ticker::after {
  content: "";
  position: absolute;
  right: -40px; top: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 141, 31, 0.35) 0%, transparent 70%);
}
.xg-ticker-tag {
  flex-shrink: 0;
  font-family: var(--mh-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #16181D;
  background: var(--mh-accent);
  padding: 6px 14px;
  border-radius: var(--mh-radius-pill);
}
.xg-ticker-text { color: #fff; font-weight: 600; font-size: 15px; letter-spacing: 0.02em; }
.xg-ticker-more {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.xg-ticker:hover .xg-ticker-more { color: var(--mh-accent); }
.xg-ticker:hover .xg-ticker-text { color: var(--mh-accent); }

/* ==================== 7. 区块标题系统 ==================== */
.section { padding: 74px 0; }
.section-soft { background: var(--mh-bg-soft); }
.section-head { align-items: flex-end; }
.section-h2 {
  font-family: var(--mh-font-display);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--mh-text-1);
}
.section-h2::before { display: none; }
.section-head-text .section-h2::after {
  content: "";
  display: block;
  width: 42px; height: 3px;
  border-radius: 2px;
  background: var(--mh-accent);
  margin-top: 12px;
}
.section-sub { color: var(--mh-text-3); margin-top: 10px; }
.section-more {
  color: var(--mh-text-2);
  border: 1px solid var(--mh-border);
  padding: 8px 18px;
  border-radius: var(--mh-radius-pill);
  font-size: 13px;
  transition: all var(--mh-dur) var(--mh-ease);
}
.section-more:hover {
  color: var(--mh-accent-deep) !important;
  border-color: var(--mh-accent);
  background: var(--mh-accent-light);
}

/* ==================== 8. 商品卡片（类名渲染） ==================== */
.goods-grid { gap: 22px; }
.goods-card {
  background: #fff;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--mh-dur) var(--mh-ease), box-shadow var(--mh-dur) var(--mh-ease), border-color var(--mh-dur) var(--mh-ease);
}
.goods-card:hover {
  transform: translateY(-5px);
  border-color: rgba(232, 141, 31, 0.55);
  box-shadow: var(--mh-shadow-hover);
}
.goods-card .goods-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--mh-bg-soft);
  overflow: hidden;
  position: relative;
}
.goods-card .goods-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--mh-ease);
}
.goods-card:hover .goods-img img { transform: scale(1.06); }
.goods-info { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.goods-name {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--mh-text-1);
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.goods-brief {
  margin: 0 0 14px;
  color: var(--mh-text-3);
  font-size: 12.5px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  flex: 1;
}
.goods-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-price {
  color: var(--mh-accent-deep);
  font-size: 13px;
  font-weight: 600;
}
.goods-price b {
  font-family: var(--mh-font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.goods-buy-btn {
  font-size: 12px;
  font-weight: 600;
  color: var(--mh-text-1);
  border: 1px solid var(--mh-border);
  padding: 7px 16px;
  border-radius: var(--mh-radius);
  transition: all var(--mh-dur) var(--mh-ease);
}
.goods-card:hover .goods-buy-btn {
  background: var(--mh-primary);
  border-color: var(--mh-primary);
  color: #fff;
}

/* goods.css 类组（shop/sale 页卡片） */
.goods-card .goods-sub {
  color: var(--mh-text-3);
  font-size: 12.5px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.goods-card .goods-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.goods-card .price .price-symbol { color: var(--mh-accent-deep); font-size: 13px; font-weight: 600; }
.goods-card .price .price-now {
  color: var(--mh-accent-deep);
  font-family: var(--mh-font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.goods-card .goods-cart-btn {
  border: 1px solid var(--mh-border);
  border-radius: var(--mh-radius);
  color: var(--mh-text-1);
  transition: all var(--mh-dur) var(--mh-ease);
}
.goods-card:hover .goods-cart-btn {
  background: var(--mh-primary);
  border-color: var(--mh-primary);
  color: #fff;
}
.goods-tag-corner {
  background: var(--mh-accent) !important;
  color: #16181D !important;
  border-radius: 0 0 0 var(--mh-radius);
}

/* ==================== 9. 分类横滑条 ==================== */
.category-quick { padding: 30px 0 8px; }
.cat-quick-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  scrollbar-width: thin;
  scrollbar-color: var(--mh-line) transparent;
}
.cat-quick-item {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-pill);
  padding: 10px 20px 10px 12px;
  background: #fff;
  transition: all var(--mh-dur) var(--mh-ease);
}
.cat-quick-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--mh-bg-soft);
  border: 1px solid var(--mh-line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-quick-icon [class*="icon-"] {
  display: inline-block;
  width: 17px; height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cat-quick-item:hover { border-color: var(--mh-accent); background: var(--mh-accent-light); }
.cat-quick-item:hover .cat-quick-icon { background: #fff; border-color: var(--mh-accent); }
.cat-quick-item:hover {
  border-color: var(--mh-accent);
  background: var(--mh-accent-light);
  transform: translateY(-1px);
}
.cat-quick-name { font-size: 14px; font-weight: 500; color: var(--mh-text-1); }
.cat-quick-item:hover .cat-quick-name { color: var(--mh-accent-deep); }

/* ==================== 10. 新闻/公告列表 ==================== */
.news-item { border-bottom: 1px dashed var(--mh-line); }
.news-item .number {
  font-family: var(--mh-font-display);
  font-weight: 800;
  color: var(--mh-text-4);
  font-size: 18px;
  width: 30px;
}
.news-item:hover .number { color: var(--mh-accent); }
.news-item .title { color: var(--mh-text-1); font-size: 14.5px; }
.news-item:hover .title { color: var(--mh-accent-deep); }
.news-item .time { color: var(--mh-text-4); font-size: 12px; }
.news-col { background: #fff; border: 1px solid var(--mh-line); border-radius: var(--mh-radius-lg); padding: 22px 24px; }
.news-col-head { border-bottom: 1px solid var(--mh-line); padding-bottom: 12px; margin-bottom: 6px; }
.news-col-title {
  font-family: var(--mh-font-display);
  font-weight: 700;
  color: var(--mh-text-1);
  border-left: 3px solid var(--mh-accent);
  padding-left: 10px;
}
.news-more { color: var(--mh-text-3) !important; font-size: 13px; }
.news-more:hover { color: var(--mh-accent-deep) !important; }

/* ==================== 11. 品牌横幅（引言式暗带） ==================== */
.brand-banner {
  background: var(--mh-gradient-banner);
  position: relative;
  overflow: hidden;
}
.brand-banner::before {
  content: "XIXUN";
  position: absolute;
  right: -20px; bottom: -44px;
  font-family: var(--mh-font-display);
  font-size: 170px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
}
.bb-eyebrow {
  font-family: var(--mh-font-display);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--mh-accent);
}
.bb-title { color: #fff !important; }
.bb-desc { color: rgba(255, 255, 255, 0.66) !important; }
.bb-link { color: var(--mh-accent) !important; border-bottom: 1px solid rgba(232, 141, 31, 0.5); padding-bottom: 4px; }
.bb-link:hover { color: #fff !important; border-color: #fff; }
.brand-banner-img img { border-radius: var(--mh-radius-lg); }

/* ==================== 12. 限时特惠暗带 + 倒计时 ==================== */
.section-soft .countdown { background: var(--mh-primary); border-radius: var(--mh-radius-md); padding: 8px 14px; }
.countdown .cd-label { color: rgba(255, 255, 255, 0.7); }
.countdown .cd-num { color: var(--mh-accent); font-family: var(--mh-font-display); font-weight: 700; }
.countdown .cd-colon { color: rgba(255, 255, 255, 0.4); }

/* ==================== 13. 页脚（墨色） ==================== */
.guarantee-wrap { background: #fff; border-bottom: 1px solid var(--mh-line); }
.guarantee-bar { background: #fff; }
.guarantee-item .g-icon [class*="icon-"],
.guarantee-item .g-icon span { color: var(--mh-accent-deep); }
.g-title { color: var(--mh-text-1); font-weight: 600; }
.g-desc { color: var(--mh-text-3); }

.mh-footer {
  background: var(--mh-bg-dark);
  color: rgba(255, 255, 255, 0.62);
  position: relative;
}
.mh-footer .footer-logo-text { color: #fff !important; font-family: var(--mh-font-display); font-weight: 700; letter-spacing: 0.04em; }
.footer-slogan { color: rgba(255, 255, 255, 0.55) !important; }
.footer-contact .fc-line { color: rgba(255, 255, 255, 0.85) !important; }
.footer-contact .fc-tel,
.footer-contact .fc-mail { color: rgba(255, 255, 255, 0.5) !important; }
.footer-col-title {
  color: #fff !important;
  font-family: var(--mh-font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.footer-link { color: rgba(255, 255, 255, 0.55) !important; }
.footer-link:hover { color: var(--mh-accent) !important; }
.footer-link-line { color: rgba(255, 255, 255, 0.35); }
.footer-link-line a { color: rgba(255, 255, 255, 0.45) !important; }
.footer-link-line a:hover { color: var(--mh-accent) !important; }
.footer-qr .qr-text { color: rgba(255, 255, 255, 0.5); }
.footer-qr .qr-img img { background: #fff; border-radius: var(--mh-radius); padding: 4px; }
.footer-record { border-top: 1px solid rgba(255, 255, 255, 0.08); }
.record-inner .copyright,
.record-left span { color: rgba(255, 255, 255, 0.38) !important; }
.record-left a { color: rgba(255, 255, 255, 0.55) !important; }
.record-left a:hover { color: var(--mh-accent) !important; }

/* ==================== 14. 内页头部横幅（暗色导语带） ==================== */
.server-banner,
.server-banner2 {
  background: var(--mh-gradient-banner) !important;
  position: relative;
  overflow: hidden;
}
.server-banner img,
.server-banner2 img,
.server-banner .server-banner-bg,
.server-banner2 .server-banner-bg {
  display: none !important;
}
.server-banner::after,
.server-banner2::after {
  content: "XIXUN";
  position: absolute;
  right: -10px; bottom: -30px;
  font-family: var(--mh-font-display);
  font-size: 120px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.server-banner .server-banner-title,
.server-banner2 .server-banner-title,
.server-banner h1,
.server-banner2 h1 { color: #fff !important; }
.server-banner .server-banner-desc,
.server-banner2 .server-banner-desc,
.server-banner .server-banner-desc2,
.server-banner2 .server-banner-desc2 { color: rgba(255, 255, 255, 0.62) !important; }
.server-banner .sh-eyebrow,
.server-banner2 .sh-eyebrow,
.server-banner .about-eyebrow,
.server-banner2 .about-eyebrow { color: var(--mh-accent) !important; }
.server-banner .section-desc,
.server-banner2 .section-desc { color: rgba(255, 255, 255, 0.62) !important; }

/* ==================== 15. 表单/输入框统一 ==================== */
input[type="text"], input[type="tel"], input[type="email"],
textarea, select {
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius);
  transition: border-color var(--mh-dur) var(--mh-ease), box-shadow var(--mh-dur) var(--mh-ease);
}
input:focus, textarea:focus, select:focus {
  border-color: var(--mh-accent) !important;
  box-shadow: 0 0 0 3px rgba(232, 141, 31, 0.12);
  outline: none;
}
.form-submit,
.contact-form-card .form-submit {
  background: var(--mh-primary) !important;
  color: #fff !important;
  border-radius: var(--mh-radius) !important;
}
.form-submit:hover { background: var(--mh-accent) !important; }

/* ==================== 16. 响应式微调 ==================== */
@media (max-width: 1200px) {
  .xg-hero-title { font-size: 46px; }
  .xg-hero-imgwrap img { height: 360px; }
}
@media (max-width: 992px) {
  .xg-topbar-links .xg-topbar-item { display: none; }
  .xg-topbar-links .xg-topbar-tel { display: inline; }
  .xg-hero-inner { grid-template-columns: 1fr; gap: 30px; padding-top: 10px; }
  .xg-hero-title { font-size: 40px; }
  .xg-hero-imgwrap img { height: 260px; }
  .xg-chip-1 { left: 10px; }
  .xg-chip-2 { right: 10px; }
  .xg-hero-stats { gap: 28px; }
  .section-h2 { font-size: 28px; }
  .xg-ticker { flex-wrap: wrap; gap: 10px; }
  .xg-ticker-more { margin-left: 0; }
}
