/* ============================================
   深圳腾骏达科技 - 案例详情页样式
   ============================================ */
.case-detail-wrapper { max-width: 900px; margin: 0 auto; padding: 2.5rem 0; }
.case-block { display: none; }
.case-block.active { display: block; }
.case-header { text-align: center; padding: 2rem 0; margin-bottom: 2rem; }
.case-header h1 { font-size: 2rem; font-weight: 700; color: #003D7A; margin-bottom: 1rem; }
.case-meta { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; font-size: 0.9rem; color: #6b7280; }
.case-meta span { background: #f0f4ff; padding: 0.3rem 1rem; border-radius: 20px; }
.detail-module { background: white; border-radius: 16px; padding: 2rem; box-shadow: 0 8px 20px rgba(0,0,0,0.04); margin-bottom: 2rem; }
.detail-module h2 { font-size: 1.5rem; font-weight: 700; color: #003D7A; margin-bottom: 1.2rem; padding-bottom: 0.8rem; border-bottom: 2px solid #eef3fa; }
.detail-module p { color: #4b5563; line-height: 1.8; margin-bottom: 0.8rem; }
.related-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.detail-consult { text-align: center; }
@media (max-width: 768px) {
  .case-header h1 { font-size: 1.5rem; }
  .related-products { grid-template-columns: 1fr; }
}