/* CN/biz 目录通用样式 - 紧凑版 */
/* 品牌色：#10B981 (主绿) #059669 (深绿) #047857 (更深绿) */

body {
  font-family: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #f8fafc;
  color: #0f172a;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-size: 0.875rem; /* 基础字号缩小1号 */
}

/* Hero 区域 - 紧凑版 */
.hero {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  border-radius: 12px;
  padding: 32px 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero h1, .hero p {
  color: white;
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 1.75rem; /* 缩小1号 */
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 0.9375rem; /* 缩小1号 */
  opacity: 0.96;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 400;
}

/* Section 卡片 - 紧凑版 */
.section-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.section-card h2 {
  font-size: 1.375rem; /* 缩小1号 */
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #10B981;
  letter-spacing: -0.01em;
}

.section-card h3 {
  font-size: 1rem; /* 缩小1号 */
  font-weight: 600;
  color: #047857;
  margin: 16px 0 8px 0;
}

.section-card h4 {
  font-size: 0.9375rem; /* 缩小1号 */
  font-weight: 600;
  color: #047857;
  margin: 12px 0 6px 0;
}

/* 表格统一样式 - 紧凑版 */
.biz-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 16px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  font-size: 0.875rem; /* 缩小1号 */
  border-radius: 8px;
  overflow: hidden;
}

.biz-table thead {
  background: linear-gradient(135deg, #10B981, #059669);
}

.biz-table th {
  padding: 10px 12px;
  text-align: center;
  font-weight: 600;
  color: white;
  border: none;
  font-size: 0.875rem; /* 缩小1号 */
  letter-spacing: 0.01em;
}

.biz-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  vertical-align: top;
}

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

.biz-table td:first-child {
  font-weight: 600;
  color: #047857;
  background: linear-gradient(to right, #f8fafc, #ffffff);
}

/* 特性项 - 紧凑版 */
.feature-item {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-left: 3px solid #10B981;
  padding: 14px 16px;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.feature-item h4 {
  font-weight: 600;
  color: #047857;
  margin-bottom: 4px;
  font-size: 0.875rem; /* 缩小1号 */
}

.feature-item p {
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
  font-size: 0.8125rem; /* 缩小1号 */
}

/* 高亮框 - 紧凑版 */
.highlight-box {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border: 2px solid rgba(16, 185, 129, 0.4);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.08);
}

.highlight-box .price {
  font-size: 2rem; /* 缩小1号 */
  font-weight: 700;
  color: #047857;
  margin: 8px 0;
}

.highlight-box .note {
  color: #065f46;
  font-size: 0.8125rem; /* 缩小1号 */
  line-height: 1.5;
}

/* 徽章 - 紧凑版 */
.badge {
  display: inline-block;
  background: linear-gradient(135deg, #10B981, #059669);
  color: white;
  padding: 3px 10px;
  border-radius: 16px;
  font-size: 0.75rem; /* 缩小1号 */
  font-weight: 600;
  margin-right: 4px;
  box-shadow: 0 1px 3px rgba(16, 185, 129, 0.2);
  letter-spacing: 0.01em;
}

.badge-outline {
  display: inline-block;
  border: 1.5px solid #10B981;
  color: #047857;
  background: white;
  padding: 3px 10px;
  border-radius: 16px;
  font-size: 0.75rem; /* 缩小1号 */
  font-weight: 600;
  margin-right: 4px;
}

/* 价格标签 - 紧凑版 */
.price-tag {
  background: linear-gradient(135deg, #10B981, #059669);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 0.9375rem; /* 缩小1号 */
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
  letter-spacing: 0.01em;
}

/* CTA 区域 - 紧凑版 */
.cta-section {
  background: linear-gradient(135deg, #10B981, #059669);
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  color: white;
  margin-top: 24px;
}

.cta-section h3 {
  font-size: 1.25rem; /* 缩小1号 */
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
}

.cta-section p {
  color: white;
  opacity: 0.95;
  margin-bottom: 16px;
}

.cta-button {
  display: inline-block;
  background: white;
  color: #047857;
  padding: 10px 24px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem; /* 缩小1号 */
}

/* 列表样式 */
ul, ol {
  color: #4b5563;
  line-height: 1.6;
  margin: 10px 0;
  padding-left: 20px;
}

li {
  margin-bottom: 4px;
}

/* 卡片网格 - 紧凑版 */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 16px 0;
}

.card-item {
  background: white;
  border: 1.5px solid rgba(226, 232, 240, 0.8);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.card-item h4 {
  color: #047857;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.9375rem; /* 缩小1号 */
}

.card-item p {
  color: #6b7280;
  font-size: 0.8125rem; /* 缩小1号 */
  line-height: 1.5;
}

/* 优势卡片 - 紧凑版 */
.advantage-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1.5px solid rgba(16, 185, 129, 0.3);
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.advantage-card .icon {
  font-size: 1.5rem; /* 缩小1号 */
  color: #10B981;
  margin-bottom: 8px;
}

.advantage-card h3 {
  font-size: 1rem; /* 缩小1号 */
  font-weight: 700;
  color: #047857;
  margin: 0 0 6px 0;
}

.advantage-card p {
  color: #4b5563;
  line-height: 1.5;
  font-size: 0.8125rem; /* 缩小1号 */
}

/* 响应式 */
@media (max-width: 768px) {
  .hero {
    padding: 24px 16px;
    margin-bottom: 20px;
  }
  
  .hero h1 {
    font-size: 1.25rem; /* 缩小1号 */
  }
  
  .hero p {
    font-size: 0.875rem; /* 缩小1号 */
  }
  
  .section-card {
    padding: 16px;
    margin-bottom: 16px;
  }
  
  .section-card h2 {
    font-size: 1.125rem; /* 缩小1号 */
  }
  
  .biz-table {
    font-size: 0.75rem; /* 缩小1号 */
  }
  
  .biz-table th,
  .biz-table td {
    padding: 6px;
  }
  
  .card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .cta-section {
    padding: 20px 16px;
  }
}

/* 移除所有hover效果和过渡动画 */
* {
  transition: none !important;
  transform: none !important;
}

/* 移除动画 */
@keyframes float {
  0%, 100% { transform: none; }
  50% { transform: none; }
}

.hero::before {
  display: none;
}

/* 移除卡片、按钮等元素的hover效果 */
.card-item:hover,
.section-card:hover,
.advantage-card:hover,
.highlight-box:hover,
.feature-item:hover,
.badge-outline:hover,
.cta-button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  border-color: rgba(226, 232, 240, 0.8);
}

/* 移除表格行的hover效果 */
.biz-table tr:hover {
  background: none;
}
