/* ================================================
   盈小狐官网 - 像素级还原样式表
   设计基准: 1920x1080
   字体: 微软雅黑 (Microsoft YaHei)
   主色: #13100F 背景 / #FF6B1A 强调色
   ================================================ */

/* ===== CSS 变量 ===== */
:root {
  --bg-color: #13100F;
  --card-default: #1B1817;
  --card-hover: #1C1310;
  --accent: #FF6B1A;
  --accent-hover: #FF8533;
  --text-primary: #FFFFFF;
  --text-secondary: #C8C8C8;
  --text-muted: #999999;
  --border-color: #2A2826;
  --header-height: 104px;
  --design-width: 1920px;
  --content-padding: 260px;
  --font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ===== 基础重置 ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-family);
  background: #13100F url('../img/background.png') no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: var(--text-primary);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

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

ul, ol { list-style: none; }

/* 滚动锚点偏移 */
section[id] {
  scroll-margin-top: 0;
}

/* ===== 通用工具类 ===== */
.text-highlight {
  color: var(--accent);
}

.title-highlight {
  color: var(--accent);
}

.title-highlight-orange {
  color: var(--accent);
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  font-weight: 700;
}

/* ===== 导航栏 (1920x104) ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--header-height);
  background: url('../img/daohang.png') no-repeat center top;
  background-size: cover;
  z-index: 1000;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.scrolled {
  background: url('../img/daohang.png') no-repeat center top;
  background-size: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.header-inner {
  position: relative;
  width: 100%;
  max-width: var(--design-width);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--content-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  width: 127px;
  height: 45px;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
  z-index: 5;
}

/* 桌面端右侧 登录 | 注册 */
.header-auth {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
  z-index: 5;
}

/* 移动端专属登录: 桌面端隐藏 */
.nav-link-auth {
  display: none;
}

.auth-link {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  transition: color 0.25s ease;
  white-space: nowrap;
}

.auth-link:hover {
  color: var(--accent);
}

.auth-divider {
  color: var(--text-muted);
  font-size: 14px;
  user-select: none;
}

.nav-link {
  position: relative;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-secondary);
  transition: color 0.25s ease;
  padding: 8px 0;
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: var(--text-primary);
}

.nav-link.active {
  color: var(--accent);
}

.nav-link.active::after {
  width: 18px;
}

/* 移动端汉堡菜单 */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 1px;
  transition: all 0.3s ease;
}

/* ===== 模块通用 ===== */
.module {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.module-content {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: var(--design-width);
  margin: 0 auto;
  padding: 0 var(--content-padding);
}

/* ===== 模块1: 首页 (1920x1080) ===== */
.module-home {
  min-height: auto;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height);
}

.module-home > .module-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0 20px;
  justify-content: center;
}

/* 红框内容组：副标题 + 按钮 + 底部描述，浮层叠加在 yxh.png 红线位置 */
.home-redbox-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  z-index: 2;
}

/* 首页 yxh.png 居中显示，作为浮层定位参考容器 */
.home-hero-banner {
  position: relative;
  margin: 0;
  max-width: 820px;
  width: 100%;
}

.home-hero-banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.home-subtitle {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-secondary);
  width: 100%;
  margin: 0;
  line-height: 1.8;
}

.home-buttons {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 0;
}

.home-bottom-desc {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-muted);
  line-height: 2;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0;
}

.home-bottom-desc strong {
  color: var(--text-secondary);
  font-weight: 500;
}

/* ===== 按钮图片占位符 ===== */
.btn-img {
  position: relative;
  display: inline-block;
  width: 235px;
  height: 87px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.btn-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-img-default {
  opacity: 10;
  transition: opacity 0.25s ease;
}

.btn-img-hover {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.btn-img .btn-text1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  color: #17171b;
  white-space: nowrap;
  pointer-events: none;
}

.btn-img .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
}

.btn-img:hover {
  transform: translateY(-4px);
}

.btn-img:hover .btn-img-default {
  opacity: 0;
}

.btn-img:hover .btn-img-hover {
  opacity: 1;
}

/* 小按钮 180x54 */
.btn-img-sm {
  width: 180px;
  height: 54px;
}

.btn-img-sm .btn-text {
  font-size: 16px;
}

/* ===== 模块2: 产品介绍 (1920x1530) ===== */
.module-product {
  min-height: auto;
  padding: 40px 0 40px;
}

.product-section {
  width: 100%;
}

.section-title-wrap {
  margin-bottom: 30px;
}

.section-title-h2 {
  font-family: var(--font-family);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.section-subtitle-orange {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--accent);
  font-weight: 400;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--card-default);
  border-radius: 10px;
  padding: 32px 28px;
  transition: background 0.3s ease, transform 0.3s ease;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  background: var(--card-hover);
  transform: translateY(-2px);
}

.card-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 20px;
}

.card-icon img {
  width: 100%;
  height: 100%;
}

.card-title-orange {
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 16px;
}

.card-desc {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  flex: 1;
}

.feature-card-empty {
  background: transparent;
  border: none;
  min-height: 240px;
  pointer-events: none;
}

/* ===== 模块3: 产品下载 (1920x1080) ===== */
.module-download {
  min-height: auto;
  padding: 40px 0 40px;
}

.download-section {
  width: 100%;
}

/* 产品下载 banner (pdown.png 1920x横长) */
.download-banner {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.download-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.download-banner-overlay {
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 2;
}

/* 申请免费试用按钮 (浮在 banner 图左下角) */
.download-cta-overlay {
  position: absolute;
  left: 80px;
  bottom: 45px;
  z-index: 2;
}

.section-title-with-bar {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.section-title-with-bar img {
  width: 166px;
  height: 46px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.download-card {
  background: var(--card-default);
  border-radius: 10px;
  padding: 32px 28px;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.download-card:hover {
  background: var(--card-hover);
}

.download-card-title {
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.download-card-title .title-highlight-orange {
  color: var(--accent);
}

.download-card-desc {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 32px;
  flex: 1;
}

.download-card .btn-img {
  align-self: stretch;
  width: 100%;
}

/* 信息链接卡 */
.info-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.info-link-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--card-default);
  border-radius: 10px;
  padding: 24px 32px;
  transition: background 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.info-link-card:hover {
  background: var(--card-hover);
}

.info-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.info-icon img {
  width: 100%;
  height: 100%;
}

.info-link-card .info-text h4 {
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.info-link-card .info-text h4 .title-highlight-orange {
  color: var(--accent);
}

.info-link-card .info-text p {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-muted);
}

.info-link-card .arrow {
  margin-left: auto;
  color: var(--text-muted);
  font-size: 20px;
  transition: transform 0.25s ease, color 0.25s ease;
}

.info-link-card:hover .arrow {
  transform: translateX(4px);
  color: var(--accent);
}

/* ===== 模块4: 购买服务 (1920x1080) ===== */
.module-pricing {
  min-height: auto;
  padding: 40px 0 40px;
}

.pricing-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 购买服务标题图 (pbuy.png) */
.pricing-title-img {
  margin-bottom: 30px;
}

.pricing-title-img img {
  max-width: 540px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.price-note {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 40px;
}

.pricing-buttons {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 50px;
}

/* 代理商联系表格 */
.agent-table-wrapper {
  width: 100%;
  max-width: 1100px;
  background: var(--card-default);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.agent-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-family);
}

.agent-table thead {
  background: rgba(255, 107, 26, 0.06);
}

.agent-table th {
  padding: 18px 24px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
}

.agent-table td {
  padding: 18px 24px;
  font-size: 16px;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-color);
  font-weight: 400;
}

.agent-table tr:last-child td {
  border-bottom: none;
}

.agent-table tr:hover td {
  background: rgba(255, 107, 26, 0.04);
}

.phone-cell {
  font-family: var(--font-family);
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-icon {
  color: var(--accent);
  font-size: 16px;
}

.copy-btn {
  color: var(--accent);
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
  padding: 2px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

.copy-btn:hover {
  border-color: var(--accent);
}

.pricing-footer-note {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
  padding: 16px 30px;
  background: rgba(255, 107, 26, 0.05);
  border-radius: 8px;
  width: 100%;
  max-width: 1100px;
}

.pricing-footer-note a {
  color: var(--accent);
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}

.pricing-footer-note a:hover {
  text-decoration: underline;
}

/* ===== 模块5: 诚招代理 (1920x738) ===== */
.module-agent {
  min-height: auto;
  padding: 40px 0 40px;
}

.agent-section {
  width: 100%;
}

/* 诚招代理 banner (hezuo.png 1920x横长) */
.agent-banner {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.agent-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* hezuo.png 中缺失说明文字的补充样式 (浮在 banner 图内左下角) */
.agent-banner-desc-overlay {
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 2;
  text-align: left;
}

.agent-banner-desc-overlay p {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.9;
  margin: 4px 0;
}

/* 联系人卡片外框 (1400x230) */
.contact-cards-wrapper {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  min-height: 230px;
  margin: 0 auto;
  padding: 40px 60px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: var(--card-default);
}

.contact-cards {
  display: flex;
  gap: 80px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: transparent;
}

.contact-avatar {
  width: 86px;
  height: 86px;
  flex-shrink: 0;
  border-radius: 18px;
  overflow: hidden;
}

.contact-avatar img {
  width: 100%;
  height: 100%;
}

.contact-info .contact-label {
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.contact-info .contact-value {
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

/* ===== 页尾 (1920x236) ===== */
.site-footer {
  background: #0F0D0C;
  padding: 36px 0 24px;
  border-top: 1px solid #1F1B19;
}

.footer-inner {
  width: 100%;
  max-width: var(--design-width);
  margin: 0 auto;
  padding: 0 var(--content-padding);
}

.footer-grid {
  display: grid;
  grid-template-columns: 140px 140px 140px 140px 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 24px;
}

.footer-col-title {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 14px;
}

.footer-list li {
  margin-bottom: 6px;
}

.footer-list a {
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--text-muted);
  transition: color 0.2s ease;
}

.footer-list a:hover {
  color: #4A8FE7;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.footer-logo img {
  width: 187px;
  height: 66px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #1F1B19;
  font-family: var(--font-family);
}

.footer-bottom p {
  font-size: 14px;
  color: var(--text-muted);
}

/* ===== 响应式: 手机端 (zoom 缩放不覆盖的范围) =====
   桌面端(>=768px) 由 JS zoom 等比缩放，不需要媒体查询调整布局。
   仅保留手机端(<768px) 的响应式布局。 */
@media (max-width: 767px) {
  :root {
    --content-padding: 16px;
    --header-height: 56px;
  }

  /* ===== 全局重置 ===== */
  body {
    background: #13100F;
    background-attachment: scroll;
    font-size: 14px;
  }

  /* ===== 导航栏 ===== */
  .site-header {
    background: rgba(19, 16, 15, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .site-header.scrolled {
    background: rgba(19, 16, 15, 0.97);
  }

  .header-inner {
    padding: 0 16px;
  }

  .logo img {
    width: 90px;
    height: 32px;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-toggle span {
    width: 20px;
  }

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

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

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

  .main-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    height: auto;
    transform: translateX(100%);
    flex-direction: column;
    background: rgba(15, 13, 12, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    gap: 0;
    padding: 0;
    transition: transform 0.35s ease;
    align-items: stretch;
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .nav-link {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    text-align: left;
    width: 100%;
    font-size: 15px;
  }

  /* 移动端: 隐藏桌面端登录注册入口 */
  .header-auth {
    display: none;
  }

  /* 移动端下拉菜单底部登录链接 */
  .nav-link-auth {
    display: block;
    color: var(--accent);
    font-weight: 500;
  }

  /* ===== 模块通用 ===== */
  .module-home,
  .module-product,
  .module-download,
  .module-pricing,
  .module-agent {
    min-height: auto;
    height: auto;
    padding: 70px 0 40px;
  }

  .module-content {
    padding: 0 var(--content-padding);
  }

  /* ===== 首页 ===== */
  .module-home {
    padding-top: 70px;
  }

  .module-home > .module-content {
    flex: none;
  }

  .home-hero {
    padding: 0;
    justify-content: flex-start;
  }

  .home-hero-banner {
    max-width: 100%;
    margin: 0;
  }

  /* 浮层改为静态流式布局，放在图片下方 */
  .home-redbox-content {
    position: static;
    padding: 20px 0 0;
    gap: 14px;
  }

  .home-subtitle {
    font-size: 14px;
    line-height: 1.7;
  }

  .home-buttons {
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-img {
    width: 140px;
    height: 52px;
  }

  .btn-img .btn-text,
  .btn-img .btn-text1 {
    font-size: 13px;
  }

  .home-bottom-desc {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 30px;
    max-width: 100%;
  }

  /* ===== 产品介绍 ===== */
  .module-product {
    padding: 50px 0 40px;
  }

  .section-title-wrap {
    margin-bottom: 30px;
    text-align: center;
  }

  .section-title-h2 {
    font-size: 24px;
  }

  .section-subtitle-orange {
    font-size: 14px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    padding: 20px 18px;
    min-height: auto;
  }

  .feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .feature-card h3 .title-highlight-orange {
    font-size: 18px;
  }

  .card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .card-desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .feature-card-empty {
    display: none;
  }

  /* ===== 产品下载 ===== */
  .download-banner {
    margin-bottom: 24px;
    border-radius: 8px;
  }

  /* 浮层按钮改为静态布局，放在 banner 下方 */
  .download-cta-overlay {
    position: static;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .section-title-with-bar {
    justify-content: center;
    margin-bottom: 20px;
  }

  .section-title-with-bar img {
    width: 120px;
    height: auto;
  }

  .download-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .download-card {
    padding: 20px 18px;
    min-height: auto;
  }

  .download-card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .download-card-title .title-highlight-orange {
    font-size: 18px;
  }

  .download-card-desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .btn-img-sm {
    width: 140px;
    height: 48px;
  }

  .info-links {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .info-link-card {
    padding: 16px 18px;
    gap: 14px;
  }

  .info-icon {
    width: 36px;
    height: 36px;
  }

  .info-link-card .info-text p {
    font-size: 14px;
  }

  .info-link-card .info-text p:first-child {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .info-link-card .arrow {
    font-size: 16px;
  }

  /* ===== 购买服务 ===== */
  .pricing-title-img {
    margin-bottom: 16px;
  }

  .pricing-title-img img {
    max-width: 280px;
  }

  .price-note {
    font-size: 13px;
    margin-bottom: 24px;
    padding: 0 10px;
  }

  .pricing-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
  }

  .agent-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
  }

  .agent-table {
    min-width: 400px;
  }

  .agent-table th,
  .agent-table td {
    padding: 12px 14px;
    font-size: 13px;
  }

  .pricing-footer-note {
    font-size: 13px;
    line-height: 1.7;
    padding: 12px 16px;
    max-width: 100%;
  }

  /* ===== 诚招代理 ===== */
  .agent-banner {
    margin-bottom: 24px;
    border-radius: 8px;
  }

  /* 浮层文字改为静态布局，放在 banner 下方 */
  .agent-banner-desc-overlay {
    position: static;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .agent-banner-desc-overlay p {
    font-size: 13px;
    line-height: 1.8;
    margin: 2px 0;
  }

  .contact-cards-wrapper {
    flex-direction: column;
    gap: 20px;
    min-height: auto;
    padding: 24px 16px;
    max-width: 100%;
  }

  .contact-card {
    gap: 14px;
  }

  .contact-avatar {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }

  .contact-info .contact-label {
    font-size: 13px;
  }

  .contact-info .contact-value {
    font-size: 18px;
  }

  /* ===== 页尾 ===== */
  .site-footer {
    padding: 24px 0 20px;
  }

  .footer-inner {
    padding: 0 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-col-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .footer-list a {
    font-size: 13px;
  }

  .footer-logo {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 10px;
  }

  .footer-logo img {
    width: 120px;
    height: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding-top: 12px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}
