/* ============================================
   盛诺一家 - 前列腺癌全球多学科评估专题页 移动端
   文件名: m_qianliexian_202607.css
   版本: v1.0
   更新时间: 2026-07-22
   ============================================ */

/* ========== CSS Variables ========== */
:root {
  --primary: #3D7A82;
  --primary-dark: #2A5D65;
  --primary-light: #E6F5F4;
  --primary-bg: #F0F7F8;
  --accent: #D4745C;
  --accent-dark: #C05A42;
  --accent-light: #FFF5F2;
  --text: #2D3748;
  --text-light: #4A5568;
  --text-muted: #A0AEC0;
  --border: #E2E8F0;
  --border-light: #EDF2F7;
  --bg: #F7F8FA;
  --white: #fff;
  --shadow: 0 2px 8px rgba(61,122,130,0.08);
  --shadow-lg: 0 4px 16px rgba(61,122,130,0.12);
  --radius: 10px;
  --radius-lg: 16px;
  --radius-pill: 100px;
  --transition: 0.25s ease;
}

/* ========== Base ========== */
.m-section { padding: 20px 14px; margin: 16px 10px; }
.m-section.alt { background: var(--primary-bg); border-radius: var(--radius-lg); }
.m-section-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--text);
  padding: 8px 0 12px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
}
.m-section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: var(--primary);
  margin: 8px auto 0;
}
.m-section-title .hl { color: var(--primary-dark); }
.m-section-lead {
  font-size: 21px;
  font-weight: 700;
  color: var(--text);
  padding: 8px 4px 16px;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 4px;
}
.m-section-subnum {
  display: inline;
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-right: 6px;
}
.m-section-desc {
  font-size: 13px;
  color: var(--text-light);
  text-align: left;
  line-height: 1.7;
  padding: 0 4px 14px;
}
.m-section-desc.center { text-align: center; }
.m-btn {
  display: inline-block;
  background: var(--primary);
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  -webkit-tap-highlight-color: transparent;
}
.m-btn:active { background: var(--primary-dark); transform: scale(0.96); }
.m-btn-accent { background: var(--accent); }
.m-btn-accent:active { background: var(--accent-dark); }
.m-btn-block { display: block; width: 100%; box-sizing: border-box; }
.m-btn-center { text-align: center; margin: 16px 0 4px; }
.m-btn-phone { background: rgba(255,255,255,0.12); color: #fff !important; border: 1px solid rgba(255,255,255,0.20); }
.m-btn-phone:active { background: rgba(255,255,255,0.20); }

/* ========== Module 1: Banner / Hero ========== */
.m-banner {
  position: relative;
  background: linear-gradient(160deg, #0B262C 0%, #153D45 30%, #1F555F 60%, #2A6874 100%);
  padding: 48px 18px 36px;
  text-align: center;
}
.m-banner-tag {
  display: inline-block;
  background: rgba(46,230,214,0.12);
  color: #B0F0EB;
  border: 1px solid rgba(46,230,214,0.22);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}
.m-banner h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
}
.m-banner-pills {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.m-banner-pills span {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
}
.m-banner-sub {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.m-banner-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.m-banner-actions .m-btn {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
}
.m-banner .m-phone-link {
  color: rgba(255,255,255,0.60);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding: 8px 4px;
}
.m-banner .m-phone-link::before {
  content: '\260E';
  margin-right: 5px;
  color: rgba(46,230,214,0.5);
  font-size: 15px;
}

/* ========== Module 2: 数据对比 ========== */
.m-data-section { padding: 18px 10px; }
.m-data-hero {
  text-align: center;
  padding: 12px 0 16px;
}
.m-data-hero .m-data-big {
  font-size: 30px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.2;
  white-space: nowrap;
}
.m-data-hero .m-data-arrow {
  color: var(--accent);
  margin: 0 6px;
  font-weight: 300;
  font-size: 22px;
}
.m-data-hero .m-data-sub {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 6px;
}
.m-data-hero .m-data-desc {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.65;
  margin-top: 10px;
  padding: 0;
  text-align: left;
}
.m-data-table {
  margin: 8px 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.m-data-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.m-data-table th {
  background: var(--primary-dark);
  color: #fff;
  padding: 8px 6px;
  font-weight: 600;
  text-align: center;
  font-size: 11px;
}
.m-data-table th:first-child { text-align: left; }
.m-data-table td {
  padding: 8px 6px;
  text-align: center;
  border-bottom: 1px solid var(--border-light);
  font-weight: 600;
}
.m-data-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--text);
  font-size: 11px;
}
.m-data-table .col-cn { background: #FFF5F5; color: #C0392B; }
.m-data-table .col-jp { background: #FFFDE7; color: #F39C12; }
.m-data-table .col-us { background: #F0FBF4; color: #27AE60; }
.m-data-source {
  font-size: 10px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 6px;
  line-height: 1.5;
}

/* ========== Module 3: 困惑卡片 ========== */
.m-confusion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 4px 0;
}
.m-confusion-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 10px;
  text-align: center;
  border-left: 3px solid var(--primary);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.m-confusion-card strong {
  display: block;
  color: var(--text);
  font-size: 13px;
  margin-bottom: 4px;
}
.m-confusion-card p {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.5;
  margin: 0;
}

/* ========== Module 4: 价值卡片 ========== */
.m-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.m-value-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 10px;
  text-align: center;
  box-shadow: var(--shadow);
}
.m-value-card .m-vc-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-value-card .m-vc-icon svg { color: var(--primary-dark); }
.m-value-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.m-value-card p {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.5;
  margin: 0;
}

/* ========== Module 5: 专家卡片 ========== */
.m-expert-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-expert-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
}
.m-expert-dim {
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.m-expert-dim .dim-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.m-expert-dim .dim-title {
  font-size: 14px;
  font-weight: 700;
}
.m-expert-body {
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.m-expert-photo {
  width: 64px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--border);
  background: var(--bg);
}
.m-expert-info { flex: 1; }
.m-expert-info .em-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.m-expert-info .em-title {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.5;
}
.m-expert-info .em-bio {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.55;
  margin-top: 6px;
}
.m-expert-focus {
  padding: 8px 14px 10px;
  background: var(--primary-bg);
  border-top: 1px solid var(--border-light);
  font-size: 12px;
  color: var(--text-light);
}
.m-expert-focus strong { color: var(--primary-dark); }

/* ========== Module 6: 交付物 ========== */
.m-deliver-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.m-deliver-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 12px;
  text-align: center;
  box-shadow: var(--shadow);
}
.m-deliver-card .m-d-icon {
  font-size: 28px;
  margin-bottom: 6px;
}
.m-deliver-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.m-deliver-card p {
  font-size: 11px;
  color: var(--text-light);
  line-height: 1.5;
  margin: 0;
}

/* ========== Module 7: 适合人群 ========== */
.m-patient-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.m-patient-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  border: 1px solid var(--border-light);
}
.m-patient-card .m-p-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}
.m-patient-card .m-p-text {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.55;
}
.m-patient-card .m-p-text strong { color: var(--text); }

/* ========== Module 8: 服务流程 ========== */
.m-process-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.m-process-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  align-items: flex-start;
}
.m-process-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}
.m-process-content { flex: 1; }
.m-process-content h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.m-process-content p {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.55;
  margin: 0;
}

/* ========== Module 9: 费用 ========== */
.m-pricing-section { background: var(--primary-bg) !important; }
.m-price-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 2px solid var(--primary);
}
.m-price-amount {
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 12px;
}
.m-price-amount .m-currency { font-size: 20px; }
.m-price-includes {
  text-align: left;
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.8;
  padding: 10px 0;
  border-top: 1px solid var(--border-light);
  margin-top: 12px;
}
.m-price-includes .m-inc { color: var(--primary-dark); }
.m-price-includes .m-exc { color: var(--text-muted); text-decoration: line-through; margin-left: 8px; }
.m-price-note {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 10px;
  line-height: 1.6;
}

/* ========== Module 10: FAQ ========== */
.m-faq-list { margin: 0; }
.m-faq-item {
  border-bottom: 1px solid var(--border-light);
  padding: 0;
}
.m-faq-q {
  padding: 14px 4px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}
.m-faq-q .m-faq-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}
.m-faq-a {
  display: none;
  padding: 0 4px 14px 32px;
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.7;
}
.m-faq-item.active .m-faq-a { display: block; }
.m-faq-item.active .m-faq-q { color: var(--primary-dark); }

/* ========== Module 11: CTA ========== */
.m-cta-section { padding: 20px 10px 30px; }
.m-cta-grid {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.m-cta-card {
  flex: 1;
  min-width: 0;
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 8px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
}
.m-cta-card.primary {
  border-color: var(--accent);
  background: linear-gradient(180deg, #FFF8F6 0%, #FFF 100%);
}
.m-cta-card .m-cta-icon { font-size: 20px; margin-bottom: 4px; }
.m-cta-card h3 { font-size: 12px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.m-cta-card p { display: none; }
.m-cta-card .m-btn { font-size: 11px; padding: 8px 10px; }
.m-disclaimer {
  text-align: center;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 16px;
  padding: 0 4px;
}
