/* =========================================
   产业服务样式 service.css — 深色科技风
   ========================================= */
.service-hero { text-align: center; padding: 40px 0; margin-bottom: 28px; }
.sh-badge { display: inline-block; background: var(--primary-pale); color: var(--primary); padding: 4px 14px; border-radius: 20px; font-size: 12px; margin-bottom: 16px; font-weight: 600; }
.service-hero h1 { font-size: 32px; font-weight: 800; margin-bottom: 12px; }
.sh-desc { font-size: 15px; color: var(--text-sub); max-width: 680px; margin: 0 auto 24px; line-height: 1.7; }
.sh-actions { display: flex; gap: 12px; justify-content: center; margin-bottom: 28px; }
.btn-primary-lg { padding: 12px 32px; background: var(--primary); color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; }
.btn-outline-lg { padding: 12px 32px; background: transparent; color: var(--primary); border: 1px solid var(--primary); border-radius: 8px; font-size: 15px; cursor: pointer; }
.sh-stats { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
.sh-stat { text-align: center; }
.sh-stat strong { display: block; font-size: 24px; color: var(--primary); font-weight: 800; }
.sh-stat span { font-size: 12px; color: var(--text-light); }

.advantage-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.advantage-card { background: #fff; border-radius: 12px; padding: 24px 20px; box-shadow: var(--shadow); }
.ac-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.advantage-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.advantage-card p { font-size: 13px; color: var(--text-sub); line-height: 1.7; }
.ac-metrics { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.ac-metrics span { font-size: 11px; padding: 3px 8px; background: var(--primary-pale); color: var(--primary); border-radius: 4px; }

.service-cards-grid { display: flex; flex-direction: column; gap: 24px; }
.service-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.sc-header { display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-bottom: 1px solid #eee; }
.sc-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sc-header h3 { font-size: 18px; font-weight: 700; }
.sc-subtitle { font-size: 12px; color: var(--text-light); }
.sc-body { padding: 20px 24px; }
.sc-desc { font-size: 13px; color: var(--text-sub); line-height: 1.7; margin-bottom: 16px; }
.ssl-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.ssl-item:last-child { border-bottom: none; }
.ssl-icon { font-size: 22px; flex-shrink: 0; width: 28px; text-align: center; }
.ssl-item strong { display: block; font-size: 14px; margin-bottom: 2px; }
.ssl-item p { font-size: 12px; color: var(--text-sub); line-height: 1.6; }
.sc-case { background: #f9f9f9; border-radius: 8px; padding: 14px; margin-top: 12px; }
.sc-case-title { font-size: 12px; font-weight: 600; color: var(--text-light); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.sc-case-list { display: flex; flex-direction: column; gap: 10px; }
.case-item { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.case-logo { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.case-info strong { font-size: 13px; display: block; margin-bottom: 2px; }
.case-info p { font-size: 11px; color: var(--text-light); }
.sc-footer { padding: 14px 24px; border-top: 1px solid #eee; }
.btn-consult { padding: 8px 20px; background: var(--primary); color: #fff; border: none; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; }

.event-case .case-date { text-align: center; min-width: 40px; }
.cd-month { display: block; font-size: 10px; color: var(--primary); }
.cd-day { display: block; font-size: 20px; font-weight: 800; }

.process-section { background: #fff; border-radius: 12px; padding: 24px; box-shadow: var(--shadow); }
.process-steps { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-top: 20px; }
.process-step { text-align: center; flex: 1; }
.ps-num { font-size: 36px; font-weight: 800; color: var(--primary-pale); }
.ps-icon { margin: 8px 0; color: var(--primary); }
.process-step h4 { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.process-step p { font-size: 12px; color: var(--text-sub); line-height: 1.6; }
.process-arrow { color: #ddd; font-size: 24px; padding-top: 40px; }

.partners-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.partner-logo { padding: 16px; border-radius: 8px; text-align: center; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.partner-logo:hover { transform: translateY(-2px); }

.cta-section { text-align: center; padding: 48px 0; }
.cta-section h2 { font-size: 28px; font-weight: 800; margin-bottom: 12px; }
.cta-section p { font-size: 14px; color: var(--text-sub); margin-bottom: 24px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; margin-bottom: 20px; }
.cta-contact { display: flex; gap: 20px; justify-content: center; font-size: 13px; color: var(--text-light); }

@media (max-width: 900px) {
  .advantage-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .process-steps { flex-direction: column; }
  .process-arrow { display: none; }
  .sh-stats { gap: 20px; }
}
@media (max-width: 600px) {
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
}
