/* ============================================
   深圳腾骏达科技 - 服务详情页样式
   ============================================ */

.server-detail-wrapper { max-width: 900px; margin: 0 auto; padding: 2.5rem 0; }
.server-block { display: none; }
.server-block.active { display: block; }

.server-header { text-align: center; padding: 2rem 0; margin-bottom: 2rem; }
.server-icon { font-size: 4rem; margin-bottom: 1rem; }
.server-header h1 { font-size: 2.2rem; font-weight: 700; color: #003D7A; margin-bottom: 0.5rem; }
.server-header p { color: #6b7280; font-size: 1.1rem; }

.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; }

.service-list { padding-left: 1.5rem; margin-top: 0.5rem; }
.service-list li { color: #4b5563; line-height: 2; font-size: 0.95rem; list-style: disc; }

.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.process-step { text-align: center; padding: 1.5rem 1rem; background: #f9fafb; border-radius: 12px; transition: transform 0.2s; }
.process-step:hover { transform: translateY(-4px); }
.step-number { width: 40px; height: 40px; background: #003D7A; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.8rem; font-weight: 700; font-size: 1.2rem; }
.process-step h4 { color: #003D7A; margin-bottom: 0.3rem; font-size: 1rem; }
.process-step p { font-size: 0.85rem; color: #6b7280; }

.faq-list { display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: #f9fafb; border-radius: 12px; padding: 1.2rem; border-left: 4px solid #FF6600; }
.faq-item h4 { color: #003D7A; margin-bottom: 0.3rem; font-size: 1rem; }
.faq-item p { font-size: 0.9rem; color: #6b7280; }

.detail-consult { text-align: center; }
@media (max-width: 768px) {
  .server-header h1 { font-size: 1.6rem; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
}