@charset "utf-8";
/* msapi.vip — 参照 xh-bet.com 的企业官网分区：清晰、可扫描、利于收录 */

.xh-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.xh-section {
  padding: 72px 0;
  position: relative;
  background:
    radial-gradient(ellipse 88% 55% at 50% 0%, rgba(212, 175, 55, 0.045), transparent 58%);
}

.xh-section--alt {
  background:
    radial-gradient(ellipse 80% 48% at 50% 100%, rgba(212, 175, 55, 0.04), transparent 55%),
    #0e0e16;
  border-top: 1px solid rgba(212, 175, 55, 0.16);
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.xh-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 14px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 999px;
  color: #f0d78c;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.xh-title {
  margin: 0 0 12px;
  color: #f4ead2;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.25;
}

.xh-lead {
  margin: 0 auto 36px;
  max-width: 760px;
  color: #c8c4b8;
  font-size: 1.02rem;
  line-height: 1.8;
}

.xh-head {
  text-align: center;
  margin-bottom: 40px;
}

.xh-grid {
  display: grid;
  gap: 20px;
}

.xh-grid-3 { grid-template-columns: repeat(3, 1fr); }
.xh-grid-4 { grid-template-columns: repeat(4, 1fr); }
.xh-grid-2 { grid-template-columns: repeat(2, 1fr); }

.xh-card {
  background: linear-gradient(180deg, rgba(28, 28, 38, 0.92) 0%, rgba(16, 16, 24, 0.96) 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 16px;
  padding: 26px 24px;
  backdrop-filter: blur(10px);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.xh-card:hover {
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.xh-card h3,
.xh-card .xh-card-title {
  margin: 0 0 10px;
  color: #f0d78c;
  font-size: 1.15rem;
  font-weight: 700;
}

.xh-card p,
.xh-card li {
  color: #c9c5bb;
  line-height: 1.7;
  font-size: 0.95rem;
}

.xh-card ul {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
}

.xh-card li + li { margin-top: 6px; }

.xh-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.12);
  color: #f0d78c;
  font-size: 20px;
  font-weight: 800;
}

/* ===== Hero CTAs / chips / stats ===== */
body.theme-vip .landing-bgimg {
  min-height: clamp(620px, 78vh, 860px) !important;
  height: auto !important;
  overflow: visible !important;
}

.xh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.xh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.xh-btn:hover { transform: translateY(-1px); }

.xh-btn-primary {
  background: linear-gradient(135deg, #f0d78c, #d4af37);
  color: #14120a !important;
  -webkit-text-fill-color: #14120a !important;
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.28);
}

.xh-btn-ghost {
  border: 1px solid rgba(240, 215, 140, 0.55);
  color: #ffe9a8 !important;
  -webkit-text-fill-color: #ffe9a8 !important;
  background: rgba(10, 10, 15, 0.35);
}

.xh-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  max-width: 720px;
}

.xh-chip {
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 215, 140, 0.35);
  background: rgba(18, 18, 26, 0.55);
  color: #f6e7b2;
  font-size: 13px;
  font-weight: 700;
}

.xh-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}

.xh-stat {
  background: #14141d;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
}

.xh-stat b {
  display: block;
  color: #f0d78c;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.2;
}

.xh-stat span {
  display: block;
  margin-top: 6px;
  color: #b7b3a8;
  font-size: 13px;
}

/* ===== Solutions numbered ===== */
.xh-sol {
  position: relative;
  min-height: 100%;
}

.xh-sol-num {
  display: block;
  margin-bottom: 10px;
  color: rgba(240, 215, 140, 0.45);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

/* ===== Product matrix ===== */
.xh-product {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.xh-product .xh-kicker {
  align-self: flex-start;
  margin-bottom: 14px;
}

.xh-product a {
  margin-top: auto;
  color: #f0d78c !important;
  font-weight: 700;
}

/* ===== About / capabilities ===== */
.xh-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.xh-about-main {
  background: linear-gradient(160deg, #1a1810 0%, #12121a 70%);
}

.xh-cap-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.xh-cap-item h3 {
  margin: 0 0 8px;
  color: #f0d78c;
  font-size: 1.02rem;
}

.xh-cap-item p {
  margin: 0;
  color: #c9c5bb;
  font-size: 0.92rem;
  line-height: 1.65;
}

/* ===== News ===== */
.xh-news-card time {
  display: block;
  margin-bottom: 10px;
  color: #f0d78c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.xh-news-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.xh-news-card h3 a {
  color: #f8f4ea !important;
}

.xh-news-card h3 a:hover { color: #f0d78c !important; }

/* ===== FAQ ===== */
.xh-faq details {
  background: #14141d;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
}

.xh-faq summary {
  cursor: pointer;
  color: #f6e7b2;
  font-weight: 700;
  list-style: none;
}

.xh-faq summary::-webkit-details-marker { display: none; }

.xh-faq details p {
  margin: 12px 0 0;
  color: #c9c5bb;
  line-height: 1.75;
}

/* ===== CTA ===== */
.xh-cta {
  text-align: center;
  background:
    radial-gradient(ellipse at top, rgba(212, 175, 55, 0.16), transparent 55%),
    #12121a;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 18px;
  padding: 48px 28px;
}

.xh-cta .xh-title { margin-bottom: 10px; }

/* ===== Demo account slim ===== */
.xh-pass {
  margin-top: 28px;
  background: #14141d;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 14px;
  padding: 22px;
}

.xh-pass .demo-pass-area {
  margin: 0;
  box-shadow: none;
}

.xh-official {
  margin: 0 0 18px;
  text-align: center;
  color: #d8d2c4;
  font-size: 0.95rem;
}

.xh-official a { color: #f0d78c !important; font-weight: 700; }

/* ===== Notice / tutorial polish ===== */
.xh-inline-link {
  margin-top: 10px;
}

.xh-inline-link a {
  color: #f0d78c !important;
  font-weight: 700;
}

body.theme-vip .demo-store-area .section-title {
  text-align: center;
}

body.theme-vip .demo-store-area .section-title h2 span {
  display: block;
}

body.theme-vip .landing-bgimg .landing-content {
  max-width: min(1100px, calc(100vw - 40px)) !important;
  pointer-events: auto !important;
  overflow: visible !important;
}

body.theme-vip .landing-bgimg .landing-content h1.land-main {
  min-height: 0 !important;
}

body.theme-vip .landing-bgimg .landing-content h1.land-main .hero-welcome,
body.theme-vip .landing-bgimg .landing-content h1.land-main .hero-brand,
body.theme-vip .landing-bgimg .landing-content h1.land-main .hero-tagline {
  white-space: normal !important;
}

body.theme-vip .landing-bgimg .landing-content p.hero-desc,
body.theme-vip.ms-rainbow .landing-bgimg .landing-content p.hero-desc {
  max-width: 720px;
  color: #efe8d6 !important;
  -webkit-text-fill-color: #efe8d6 !important;
  font-weight: 500 !important;
}

body.theme-vip.ms-rainbow .landing-bgimg .landing-content h1.land-main .hero-welcome,
body.theme-vip.ms-rainbow .landing-bgimg .landing-content h1.land-main .hero-tagline {
  color: #f0d78c !important;
  -webkit-text-fill-color: #f0d78c !important;
  background: none !important;
  background-image: none !important;
  animation: none !important;
}

body.theme-vip.ms-rainbow .landing-bgimg .landing-content h1.land-main .hero-brand {
  color: #fff6d6 !important;
  -webkit-text-fill-color: #fff6d6 !important;
  background: none !important;
  background-image: none !important;
  animation: none !important;
}

/* 新分区标题用实色，避免全站渐变字把卡片标题冲乱 */
body.theme-vip .xh-title,
body.theme-vip .xh-card h3,
body.theme-vip .xh-card .xh-card-title,
body.theme-vip .xh-cap-item h3,
body.theme-vip .xh-sol-num,
body.theme-vip .xh-stat b,
body.theme-vip .xh-kicker,
body.theme-vip .xh-chip,
body.theme-vip .xh-faq summary,
body.theme-vip .xh-news-card h3 a,
body.theme-vip .xh-product a {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  animation: none !important;
}

body.theme-vip .xh-title {
  color: #f4ead2 !important;
  -webkit-text-fill-color: #f4ead2 !important;
}

body.theme-vip .xh-card h3,
body.theme-vip .xh-cap-item h3,
body.theme-vip .xh-kicker,
body.theme-vip .xh-chip,
body.theme-vip .xh-stat b,
body.theme-vip .xh-faq summary,
body.theme-vip .xh-product a {
  color: #f0d78c !important;
  -webkit-text-fill-color: #f0d78c !important;
}

body.theme-vip .xh-news-card h3 a {
  color: #f8f4ea !important;
  -webkit-text-fill-color: #f8f4ea !important;
}

body.theme-vip .xh-btn-primary {
  color: #14120a !important;
  -webkit-text-fill-color: #14120a !important;
}

body.theme-vip .xh-btn-ghost {
  color: #ffe9a8 !important;
  -webkit-text-fill-color: #ffe9a8 !important;
}

.xh-section:has(.xh-stats) {
  padding-top: 0;
  padding-bottom: 28px;
}

@media (min-width: 1200px) {
  body.theme-vip .store-ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

body.theme-vip .store-brand-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  margin: 0 auto 12px;
}

/* 演示卡：电脑端 / 手机端 / 三类测试账号 */
body.theme-vip .demo-name p {
  display: block !important;
  margin: 6px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: #d9d2c3 !important;
}

body.theme-vip .demo-name p a {
  color: #f0d78c !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.theme-vip .demo-name p a:hover {
  color: #ffe566 !important;
}

body.theme-vip .demo-front-pass {
  margin: 12px 0 0 !important;
  color: #d9d2c3 !important;
  font-size: 14px !important;
  text-align: center;
}

/* ===== 合作厂商无限轮播 ===== */
.xh-vendor-section {
  overflow: hidden;
}

.xh-vendor-marquee {
  position: relative;
  margin-top: 8px;
}

.xh-vendor-marquee::before,
.xh-vendor-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.xh-vendor-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #0a0a0f, transparent);
}

.xh-vendor-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #0a0a0f, transparent);
}

.xh-vendor-row {
  overflow: hidden;
  margin-bottom: 14px;
}

.xh-vendor-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: xh-marquee 42s linear infinite;
}

.xh-vendor-row--rev .xh-vendor-track {
  animation-name: xh-marquee-rev;
  animation-duration: 48s;
}

.xh-vendor-marquee:hover .xh-vendor-track {
  animation-play-state: paused;
}

.xh-vendor-item {
  flex: 0 0 auto;
  min-width: 148px;
  height: 72px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 12px;
  background: #14141d;
}

.xh-vendor-mark {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(212, 175, 55, 0.14);
  color: #f0d78c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.xh-vendor-item span {
  color: #f3eee0;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes xh-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes xh-marquee-rev {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media (max-width: 640px) {
  .xh-vendor-marquee::before,
  .xh-vendor-marquee::after { width: 28px; }
  .xh-vendor-item { min-width: 128px; height: 64px; }
}

/* ===== Hero 背景多图轮播 ===== */
.xh-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.xh-hero-slide {
  position: absolute;
  inset: 0;
  background: center / cover no-repeat;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.1s ease, transform 6.5s ease;
}

.xh-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.xh-hero-slides::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 15, 0.46) 0%, rgba(10, 10, 15, 0.72) 48%, rgba(10, 10, 15, 0.92) 100%),
    radial-gradient(ellipse at center top, rgba(212, 175, 55, 0.16) 0%, transparent 55%);
}

body.theme-vip .landing-bgimg.xh-hero > picture,
body.theme-vip .landing-bgimg.xh-hero::after {
  display: none !important;
}

.xh-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 1px solid rgba(240, 215, 140, 0.35);
  border-radius: 50%;
  background: rgba(10, 10, 15, 0.42);
  color: #f0d78c;
  cursor: pointer;
}

.xh-hero-nav::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 14px auto 0;
  border-top: 2px solid #f0d78c;
  border-right: 2px solid #f0d78c;
}

.xh-hero-nav--prev { left: 18px; }
.xh-hero-nav--prev::before { transform: rotate(-135deg); margin-left: 16px; }
.xh-hero-nav--next { right: 18px; }
.xh-hero-nav--next::before { transform: rotate(45deg); margin-left: 12px; }

.xh-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.xh-hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.xh-hero-dot.is-active {
  width: 22px;
  background: #f0d78c;
}

body.theme-vip .landing-bgimg .landing-content {
  z-index: 2;
}

/* 厂商 Logo：只保留一排真图滚动 */
.xh-vendor-row--rev { display: none !important; }

.xh-vendor-row { margin-bottom: 0; }

.xh-vendor-track {
  animation-duration: 56s;
}

.xh-vendor-item {
  min-width: 148px;
  height: 86px;
  justify-content: center;
  padding: 10px 16px;
  background: #16161f;
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: none;
}

.xh-vendor-item img {
  max-width: 118px;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  padding: 6px 10px;
  border-radius: 8px;
  background: #efe8d6;
}

.xh-vendor-item span,
.xh-vendor-mark { display: none !important; }

@media (max-width: 991px) {
  .xh-grid-3,
  .xh-grid-4,
  .xh-about-grid,
  .xh-cap-list,
  .xh-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .xh-section { padding: 52px 0; }
  .xh-grid-3,
  .xh-grid-4,
  .xh-grid-2,
  .xh-about-grid,
  .xh-cap-list,
  .xh-stats {
    grid-template-columns: 1fr;
  }
  .xh-hero-actions { flex-direction: column; align-items: stretch; }
  .xh-btn { width: 100%; }
  .xh-hero-nav { display: none; }
}

/* 按钮对比度：金底深字 / 深底金字，避免奶油字压在浅色胶囊上 */
body.theme-vip a.xh-btn,
body.theme-vip .xh-btn {
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  animation: none !important;
}

body.theme-vip a.xh-btn-primary,
body.theme-vip .xh-btn-primary {
  background: linear-gradient(135deg, #f0d78c, #d4af37) !important;
  background-image: linear-gradient(135deg, #f0d78c, #d4af37) !important;
  color: #14120a !important;
  -webkit-text-fill-color: #14120a !important;
  border: 1px solid #d4af37 !important;
}

body.theme-vip a.xh-btn-ghost,
body.theme-vip .xh-btn-ghost {
  background: rgba(10, 10, 15, 0.72) !important;
  background-image: none !important;
  color: #f0d78c !important;
  -webkit-text-fill-color: #f0d78c !important;
  border: 1px solid #f0d78c !important;
}

/* 注意事项白卡 + 浅色字看不清：改成黑金卡片 */
body.theme-vip .demo-full-image {
  min-height: 520px !important;
  height: auto !important;
  padding: 80px 16px !important;
  background:
    linear-gradient(180deg, rgba(10, 10, 15, 0.82) 0%, rgba(10, 10, 15, 0.92) 100%),
    url("../image/hero/hero-vip-lobby.png") center / cover no-repeat !important;
  background-attachment: scroll !important;
}

body.theme-vip .demo-full-image .demo-content-area,
body.theme-vip.ms-rainbow .demo-full-image .demo-content-area {
  background: #14141d !important;
  background-color: #14141d !important;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  width: min(720px, 92%) !important;
  padding: 48px 36px !important;
}

body.theme-vip .demo-full-image .section-title .subtitle {
  display: inline-block;
  color: #14120a !important;
  -webkit-text-fill-color: #14120a !important;
  background: linear-gradient(135deg, #f0d78c, #d4af37) !important;
  border: 0 !important;
  border-radius: 6px;
  padding: 6px 14px !important;
}

body.theme-vip .demo-full-image .section-title h2,
body.theme-vip .demo-full-image .section-title h2 span {
  color: #fff6d6 !important;
  -webkit-text-fill-color: #fff6d6 !important;
  background: none !important;
  background-image: none !important;
}

body.theme-vip .demo-full-image .section-title p,
body.theme-vip .demo-full-image .section-title a {
  color: #efe8d6 !important;
  -webkit-text-fill-color: #efe8d6 !important;
}

body.theme-vip .demo-full-image .section-title a {
  color: #f0d78c !important;
  -webkit-text-fill-color: #f0d78c !important;
  font-weight: 700;
}

/* 分区标题：七色浅变 */
body.theme-vip .xh-title,
body.theme-vip .xh-card h3,
body.theme-vip .xh-card .xh-card-title,
body.theme-vip .xh-cap-item h3,
body.theme-vip .xh-kicker,
body.theme-vip .xh-stat b,
body.theme-vip .section-capture .section-title h2,
body.theme-vip .section-capture .section-title h2 span,
body.theme-vip .landing-bgimg .landing-content h1.land-main .hero-welcome,
body.theme-vip .landing-bgimg .landing-content h1.land-main .hero-brand,
body.theme-vip .landing-bgimg .landing-content h1.land-main .hero-tagline,
body.theme-vip.ms-rainbow .landing-bgimg .landing-content h1.land-main .hero-welcome,
body.theme-vip.ms-rainbow .landing-bgimg .landing-content h1.land-main .hero-brand,
body.theme-vip.ms-rainbow .landing-bgimg .landing-content h1.land-main .hero-tagline,
body.theme-vip .seo-page h1,
body.theme-vip .seo-page h2 {
  background: none !important;
  background-image: var(--ms-rainbow-7-soft) !important;
  background-size: var(--ms-rainbow-size) !important;
  background-repeat: no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  animation: ms-rainbow-flow 16s ease infinite !important;
  filter: none !important;
}

body.theme-vip .xh-title {
  font-size: clamp(2.15rem, 4.4vw, 3.15rem) !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.theme-vip .xh-card h3,
body.theme-vip .xh-card .xh-card-title,
body.theme-vip .xh-cap-item h3 {
  font-size: clamp(1.22rem, 2.1vw, 1.48rem) !important;
}

body.theme-vip .xh-kicker {
  font-size: 13px !important;
}

body.theme-vip .xh-stat b {
  font-size: clamp(1.85rem, 3.2vw, 2.45rem) !important;
}

body.theme-vip .section-capture .section-title h2,
body.theme-vip .section-capture .section-title h2 span {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem) !important;
}

body.theme-vip .landing-bgimg .landing-content h1.land-main .hero-brand {
  font-size: clamp(1.7rem, 4.6vw, 2.85rem) !important;
}

body.theme-vip .xh-stat {
  position: relative;
  z-index: 1;
}

body.theme-vip .xh-section:has(.xh-stats) {
  padding: 28px 0 36px;
}

/* ===== 商务联系（参照 xh-bet 卡片式入口） ===== */
.xh-contact-grid {
  position: relative;
  z-index: 1;
}

a.xh-contact-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  min-height: 100%;
}

a.xh-contact-card:hover,
a.xh-contact-card:focus-visible {
  border-color: rgba(212, 175, 55, 0.7);
}

.xh-contact-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.14);
  color: #f0d78c;
}

.xh-contact-icon svg {
  display: block;
}

.xh-contact-handle {
  margin: 0 0 10px;
  color: #ffe9a8 !important;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.xh-contact-desc {
  margin: 0 0 16px;
  flex: 1;
}

.xh-contact-cta {
  color: #f0d78c;
  font-size: 0.92rem;
  font-weight: 700;
}

.xh-contact-official {
  margin-top: 28px;
}

.xh-footer-contacts {
  margin: 10px 0 0;
  line-height: 1.9;
}

.xh-footer-contacts a {
  display: inline-block;
}
