/* ==================== 乐客通会员页面样式 ==================== */

/* 覆盖container类的宽度为1100px */
.meiketong-core-benefits-section .container,
.meiketong-more-benefits-section .container,
.meiketong-pricing-section .container,
.meiketong-comparison-section .container,
.meiketong-faq-section .container,
.meiketong-cta-section .container {
  max-width: 1100px;
}

/* Hero区域：左右分栏布局 */
.meiketong-hero-section {
  background: linear-gradient(90deg, #0a1528 0%, #0a1528 65%, #1a2332 65%, #2a3441 100%);
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

.meiketong-hero-section::before {
  content: '';
  position: absolute;
  left: 65%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    rgba(212, 175, 55, 0.8) 0%, 
    rgba(244, 229, 161, 1) 20%,
    rgba(212, 175, 55, 0.9) 40%,
    rgba(244, 229, 161, 1) 60%,
    rgba(212, 175, 55, 0.9) 80%,
    rgba(212, 175, 55, 0.8) 100%
  );
  z-index: 1;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
}

.meiketong-hero-section::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(212, 175, 55, 0.02) 2px,
    rgba(212, 175, 55, 0.02) 4px
  );
  z-index: 0;
}

.meiketong-hero-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.meiketong-hero-left {
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.meiketong-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.meiketong-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.meiketong-breadcrumb a:hover {
  color: #64c8ff;
}

.meiketong-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.4);
}

.meiketong-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #64c8ff;
  margin: 0;
  line-height: 1.2;
}

.meiketong-hero-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.meiketong-hero-description p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.meiketong-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.meiketong-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #64c8ff;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.meiketong-hero-btn-primary:hover {
  background: #236be4;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(100, 200, 255, 0.3);
}

.meiketong-btn-arrow {
  width: 20px;
  height: 20px;
}

.meiketong-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid rgba(100, 200, 255, 0.3);
  transition: all 0.3s ease;
}

.meiketong-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #64c8ff;
  transform: translateY(-2px);
}

.meiketong-metrics {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.meiketong-metric-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.meiketong-metric-value {
  font-size: 28px;
  font-weight: 700;
  color: #64c8ff;
  line-height: 1.2;
}

.meiketong-metric-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.meiketong-hero-right {
  position: relative;
  padding-left: 80px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.meiketong-vip-text {
  position: absolute;
  font-size: 140px;
  font-weight: 900;
  color: rgba(212, 175, 55, 0.2);
  line-height: 0.9;
  z-index: 1;
  letter-spacing: 12px;
  font-family: 'Arial Black', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}

.meiketong-key-icon {
  position: relative;
  z-index: 2;
  width: 220px;
  height: 220px;
  color: #d4af37;
  opacity: 0.7;
  filter: drop-shadow(0 0 30px rgba(212, 175, 55, 0.6));
  margin-top: 40px;
}

.meiketong-key-icon svg {
  width: 100%;
  height: 100%;
}

/* 会员核心权益部分 */
.meiketong-core-benefits-section {
  padding: 100px 0;
  background: #1a2332;
  position: relative;
}

.meiketong-core-benefits-header {
  text-align: center;
  margin-bottom: 60px;
}

.meiketong-core-benefits-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.meiketong-core-benefits-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 24px 0;
}

.meiketong-core-benefits-divider {
  width: 120px;
  height: 2px;
  background: #64c8ff;
  margin: 0 auto;
  border-radius: 1px;
}

.meiketong-core-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.meiketong-core-benefit-card {
  background: rgba(26, 35, 50, 0.6);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(100, 200, 255, 0.1);
}

.meiketong-core-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(100, 200, 255, 0.2);
  border-color: #64c8ff;
  background: rgba(26, 35, 50, 0.8);
}

.meiketong-core-benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(100, 200, 255, 0.1);
  border-radius: 12px;
  color: #64c8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meiketong-core-benefit-icon svg {
  width: 40px;
  height: 40px;
  stroke-width: 2;
}

.meiketong-core-benefit-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.meiketong-core-benefit-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
}

/* 更多权益部分 */
.meiketong-more-benefits-section {
  padding: 100px 0;
  background: #101828;
  position: relative;
}

.meiketong-more-benefits-header {
  margin-bottom: 60px;
}

.meiketong-more-benefits-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.meiketong-more-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.meiketong-more-benefit-card {
  background: rgba(26, 35, 50, 0.6);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(100, 200, 255, 0.1);
}

.meiketong-more-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(100, 200, 255, 0.2);
  border-color: #64c8ff;
  background: rgba(26, 35, 50, 0.8);
}

.meiketong-more-benefit-icon {
  width: 64px;
  height: 64px;
  background: rgba(100, 200, 255, 0.1);
  border-radius: 12px;
  color: #64c8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meiketong-more-benefit-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 2;
}

.meiketong-more-benefit-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.meiketong-more-benefit-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
}

/* 会员等级对比部分 */
.meiketong-pricing-section {
  padding: 100px 0;
  background: #1a2332;
  position: relative;
}

.meiketong-pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.meiketong-pricing-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.meiketong-pricing-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.meiketong-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.meiketong-pricing-card {
  background: rgba(26, 35, 50, 0.6);
  border-radius: 16px;
  padding: 40px 32px;
  border: 1px solid rgba(100, 200, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.meiketong-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(100, 200, 255, 0.2);
}

.meiketong-pricing-card-featured {
  border-color: #64c8ff;
  border-width: 2px;
  background: rgba(26, 35, 50, 0.8);
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(100, 200, 255, 0.3);
}

.meiketong-pricing-card-featured:hover {
  transform: scale(1.05) translateY(-5px);
}

.meiketong-pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #64c8ff;
  color: #000000;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  z-index: 10;
}

.meiketong-pricing-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.meiketong-pricing-card-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.meiketong-pricing-card-audience {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.meiketong-pricing-card-price {
  text-align: center;
  margin-bottom: 32px;
}

.meiketong-price-amount {
  font-size: 48px;
  font-weight: 700;
  color: #64c8ff;
  line-height: 1;
}

.meiketong-price-period {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 8px;
}

.meiketong-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.meiketong-pricing-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.meiketong-check-icon {
  width: 20px;
  height: 20px;
  color: #64c8ff;
  flex-shrink: 0;
  margin-top: 2px;
}

.meiketong-pricing-button {
  display: block;
  text-align: center;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid rgba(100, 200, 255, 0.3);
  transition: all 0.3s ease;
}

.meiketong-pricing-button:hover {
  background: rgba(100, 200, 255, 0.1);
  border-color: #64c8ff;
  transform: translateY(-2px);
}

.meiketong-pricing-button-featured {
  background: #64c8ff;
  color: #000000;
  border-color: #64c8ff;
}

.meiketong-pricing-button-featured:hover {
  background: #236be4;
  color: #ffffff;
}

/* 功能对比表格部分 */
.meiketong-comparison-section {
  padding: 100px 0;
  background: #101828;
  position: relative;
}

.meiketong-comparison-table-wrapper {
  overflow-x: auto;
  max-width: 1100px;
  margin: 0 auto;
}

.meiketong-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(26, 35, 50, 0.6);
  border-radius: 16px;
  overflow: hidden;
}

.meiketong-comparison-table thead {
  background: rgba(26, 35, 50, 0.8);
}

.meiketong-comparison-table th {
  padding: 24px 32px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 2px solid rgba(100, 200, 255, 0.2);
}

.meiketong-comparison-table th:first-child {
  border-right: 1px solid rgba(100, 200, 255, 0.1);
}

.meiketong-comparison-table th:not(:first-child) {
  text-align: center;
}

.meiketong-comparison-table tbody tr {
  border-bottom: 1px solid rgba(100, 200, 255, 0.1);
  transition: background 0.3s ease;
}

.meiketong-comparison-table tbody tr:hover {
  background: rgba(100, 200, 255, 0.05);
}

.meiketong-comparison-table tbody tr:last-child {
  border-bottom: none;
}

.meiketong-comparison-table td {
  padding: 20px 32px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(100, 200, 255, 0.1);
}

.meiketong-comparison-table td:first-child {
  font-weight: 600;
  color: #ffffff;
}

.meiketong-comparison-table td:not(:first-child) {
  text-align: center;
}

.meiketong-comparison-highlight {
  color: #64c8ff !important;
  font-weight: 600;
}

.meiketong-comparison-feature {
  width: 200px;
}

.meiketong-comparison-tier {
  width: calc((100% - 200px) / 3);
}

/* 常见问题部分 */
.meiketong-faq-section {
  padding: 100px 0;
  background: #1a2332;
  position: relative;
}

.meiketong-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.meiketong-faq-title {
  font-size: 42px;
  font-weight: 700;
  color: #64c8ff;
  margin: 0 0 16px 0;
}

.meiketong-faq-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 24px 0;
}

.meiketong-faq-divider {
  width: 120px;
  height: 2px;
  background: #64c8ff;
  margin: 0 auto;
  border-radius: 1px;
}

.meiketong-faq-list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.meiketong-faq-item {
  background: rgba(26, 35, 50, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(100, 200, 255, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.meiketong-faq-item:hover {
  border-color: rgba(100, 200, 255, 0.3);
}

.meiketong-faq-item.active {
  border-color: #64c8ff;
  background: rgba(26, 35, 50, 0.8);
}

.meiketong-faq-question {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.meiketong-faq-question span {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  flex: 1;
}

.meiketong-faq-icon {
  width: 24px;
  height: 24px;
  color: #64c8ff;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.meiketong-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  opacity: 0;
}

.meiketong-faq-item.active .meiketong-faq-answer {
  opacity: 1;
  transition: max-height 0.4s ease-in, opacity 0.3s ease 0.1s;
}

.meiketong-faq-answer p {
  padding: 0 32px 24px 32px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* CTA部分 */
.meiketong-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1a2e 0%, #1a2332 100%);
  position: relative;
}

.meiketong-cta-content {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.meiketong-cta-title {
  font-size: 42px;
  font-weight: 700;
  color: #64c8ff;
  margin: 0 0 20px 0;
}

.meiketong-cta-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
  line-height: 1.7;
}

.meiketong-cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.meiketong-cta-button-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: #64c8ff;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.meiketong-cta-button-primary:hover {
  background: #236be4;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(100, 200, 255, 0.4);
}

.meiketong-cta-button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.meiketong-cta-button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.meiketong-cta-stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.meiketong-cta-stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.meiketong-cta-stat-value {
  font-size: 36px;
  font-weight: 700;
  color: #64c8ff;
  line-height: 1.2;
}

.meiketong-cta-stat-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.meiketong-cta-note {
  background: rgba(26, 35, 50, 0.8);
  border-radius: 12px;
  padding: 24px 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  border: 1px solid rgba(100, 200, 255, 0.2);
}

.meiketong-note-icon {
  width: 24px;
  height: 24px;
  color: #ffd700;
  flex-shrink: 0;
  margin-top: 2px;
}

.meiketong-note-content {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  flex: 1;
}

.meiketong-note-content strong {
  color: #ffffff;
  font-weight: 600;
}

/* 响应式设计 */
@media (max-width: 1024px) {
  .meiketong-hero-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 20px;
  }

  .meiketong-hero-left {
    padding-right: 0;
  }

  .meiketong-hero-right {
    padding-left: 0;
    height: 400px;
    justify-content: center;
  }

  .meiketong-vip-text {
    font-size: 80px;
    letter-spacing: 8px;
  }

  .meiketong-key-icon {
    margin-top: 0;
  }

  .meiketong-hero-section::before {
    display: none;
  }

  .meiketong-core-benefits-grid,
  .meiketong-more-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .meiketong-pricing-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .meiketong-pricing-card-featured {
    transform: scale(1);
  }

  .meiketong-pricing-card-featured:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .meiketong-hero-section {
    padding: 20px 0 80px;
    margin-top: 0;
  }

  .meiketong-hero-wrapper {
    margin-top: 0;
  }

  .meiketong-hero-title {
    font-size: 36px;
  }

  .meiketong-metrics {
    gap: 32px;
  }

  .meiketong-metric-value {
    font-size: 24px;
  }

  .meiketong-vip-text {
    font-size: 60px;
  }

  .meiketong-key-icon {
    width: 150px;
    height: 150px;
  }

  /* 移动端隐藏右侧区域 */
  .meiketong-hero-right {
    display: none;
  }

  .meiketong-core-benefits-section,
  .meiketong-more-benefits-section,
  .meiketong-pricing-section,
  .meiketong-comparison-section,
  .meiketong-faq-section,
  .meiketong-cta-section {
    padding: 60px 0;
  }

  .meiketong-core-benefits-title,
  .meiketong-more-benefits-title,
  .meiketong-faq-title,
  .meiketong-cta-title {
    font-size: 32px;
  }

  /* 移动端价格标题区域样式调整 */
  .meiketong-pricing-header {
    margin-bottom: 40px;
  }

  .meiketong-pricing-title {
    font-size: 28px;
    margin: 0 0 12px 0;
  }

  .meiketong-pricing-subtitle {
    font-size: 16px;
  }

  /* 移动端横向滚动核心权益网格 */
  .meiketong-core-benefits-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .meiketong-core-benefits-grid::-webkit-scrollbar {
    height: 4px;
  }

  .meiketong-core-benefits-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
  }

  .meiketong-core-benefits-grid::-webkit-scrollbar-thumb {
    background: rgba(100, 200, 255, 0.3);
    border-radius: 2px;
  }

  .meiketong-core-benefits-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 200, 255, 0.5);
  }

  .meiketong-core-benefit-card {
    flex: 0 0 250px;
    width: 250px;
    min-width: 250px;
    scroll-snap-align: start;
  }

  /* 移动端横向滚动更多权益网格 */
  .meiketong-more-benefits-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .meiketong-more-benefits-grid::-webkit-scrollbar {
    height: 4px;
  }

  .meiketong-more-benefits-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
  }

  .meiketong-more-benefits-grid::-webkit-scrollbar-thumb {
    background: rgba(100, 200, 255, 0.3);
    border-radius: 2px;
  }

  .meiketong-more-benefits-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 200, 255, 0.5);
  }

  .meiketong-more-benefit-card {
    flex: 0 0 250px;
    width: 250px;
    min-width: 250px;
    scroll-snap-align: start;
  }

  /* 移动端横向滚动价格网格 */
  .meiketong-pricing-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .meiketong-pricing-grid::-webkit-scrollbar {
    height: 4px;
  }

  .meiketong-pricing-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
  }

  .meiketong-pricing-grid::-webkit-scrollbar-thumb {
    background: rgba(100, 200, 255, 0.3);
    border-radius: 2px;
  }

  .meiketong-pricing-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 200, 255, 0.5);
  }

  .meiketong-pricing-card {
    flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
    padding: 32px 24px;
    scroll-snap-align: start;
  }

  .meiketong-pricing-card-featured {
    transform: scale(1);
  }

  .meiketong-price-amount {
    font-size: 36px;
  }

  .meiketong-comparison-table {
    font-size: 14px;
  }

  .meiketong-comparison-table th,
  .meiketong-comparison-table td {
    padding: 16px 20px;
  }

  .meiketong-faq-question span {
    font-size: 16px;
  }

  .meiketong-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .meiketong-cta-button-primary,
  .meiketong-cta-button-secondary {
    width: 100%;
    justify-content: center;
  }

  .meiketong-cta-stats {
    gap: 40px;
  }

  .meiketong-cta-stat-value {
    font-size: 28px;
  }
}
