@charset "utf-8";
/* MK体育在线官网 - 服务栏目页共用样式 service.css */
/* 卡片风格：C6全宽条带 */

/* === 服务详情页Hero === */
.service-hero { background: linear-gradient(135deg, #2C1F15 0%, #4A3728 100%); padding: 120px 0 80px; position: relative; overflow: hidden; }
.service-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 60%; height: 100%; background: radial-gradient(ellipse at top right, rgba(139, 94, 60, 0.2) 0%, transparent 60%); }
.service-hero-content { position: relative; z-index: 2; max-width: 700px; }
.service-hero .tag { display: inline-block; padding: 4px 14px; background: rgba(139, 94, 60, 0.3); border: 1px solid rgba(232, 213, 192, 0.2); border-radius: 4px; color: #E8D5C0; font-size: 12px; margin-bottom: 20px; letter-spacing: 2px; }
.service-hero h1 { font-size: 36px; color: #E8D5C0; margin-bottom: 16px; }
.service-hero p { color: rgba(232, 213, 192, 0.65); font-size: 15px; line-height: 1.8; }

/* === 全宽条带服务卡片 C6 === */
.service-strip { background: #fff; border-bottom: 1px solid rgba(232, 213, 192, 0.4); transition: all 0.3s ease; }
.service-strip:hover { background: #FDF8F3; }
.service-strip-inner { max-width: 1200px; margin: 0 auto; padding: 50px 24px; display: grid; grid-template-columns: 80px 1fr 200px; gap: 40px; align-items: center; }
.service-strip-num { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #E8D5C0, #D4B896); display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; color: #2C1F15; font-family: "Courier New", "Consolas", "Monaco", monospace; }
.service-strip-text h3 { font-size: 20px; margin-bottom: 8px; color: #2C1F15; }
.service-strip-text p { font-size: 14px; color: #8B5E3C; line-height: 1.7; }
.service-strip-link { text-align: right; }

/* === 服务流程 F1=3步 === */
.process { background: #FDF8F3; padding: 80px 0; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 40px; left: 15%; right: 15%; height: 2px; background: linear-gradient(90deg, #E8D5C0 0%, #8B5E3C 50%, #E8D5C0 100%); z-index: 0; }
.process-step { position: relative; z-index: 1; text-align: center; }
.process-step-num { width: 80px; height: 80px; border-radius: 50%; background: #8B5E3C; color: #FDF8F3; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 700; margin: 0 auto 24px; font-family: "Courier New", "Consolas", "Monaco", monospace; box-shadow: 0 8px 24px rgba(139, 94, 60, 0.3); }
.process-step h3 { font-size: 18px; margin-bottom: 12px; color: #2C1F15; }
.process-step p { font-size: 14px; color: #4A3728; line-height: 1.7; }

/* === 服务特色 === */
.features { padding: 80px 0; background: #fff; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.feature-item { display: flex; gap: 20px; padding: 30px; border-radius: 12px; border: 1px solid rgba(232, 213, 192, 0.4); transition: all 0.3s ease; }
.feature-item:hover { border-color: #E8D5C0; box-shadow: 0 8px 24px rgba(44, 31, 21, 0.06); }
.feature-icon { width: 48px; height: 48px; border-radius: 12px; background: #E8D5C0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #8B5E3C; font-size: 20px; }
.feature-text h4 { font-size: 16px; margin-bottom: 8px; color: #2C1F15; }
.feature-text p { font-size: 13px; color: #8B5E3C; line-height: 1.7; }

/* === 服务FAQ === */
.faq { background: #FDF8F3; padding: 80px 0; }
.faq-item { border-bottom: 1px solid rgba(232, 213, 192, 0.5); }
.faq-question { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 16px; color: #2C1F15; font-weight: 500; }
.faq-question::after { content: '+'; font-size: 20px; color: #8B5E3C; transition: transform 0.3s ease; }
.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-inner { padding-bottom: 24px; font-size: 14px; color: #4A3728; line-height: 1.8; }

/* === 相关服务 === */
.related-services { padding: 60px 0; background: #fff; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.related-card { padding: 28px 20px; border-radius: 10px; border: 1px solid rgba(232, 213, 192, 0.4); text-align: center; transition: all 0.3s ease; }
.related-card:hover { background: #FDF8F3; border-color: #E8D5C0; transform: translateY(-4px); }
.related-card h4 { font-size: 15px; color: #2C1F15; margin-bottom: 6px; }
.related-card p { font-size: 12px; color: #8B5E3C; }

/* === 响应式 === */
@media (max-width: 768px) {
  .service-hero { padding: 100px 0 50px; }
  .service-hero h1 { font-size: 26px; }
  .service-strip-inner { grid-template-columns: 60px 1fr; gap: 20px; }
  .service-strip-num { width: 48px; height: 48px; font-size: 18px; }
  .service-strip-link { display: none; }
  .process-steps { grid-template-columns: 1fr; gap: 40px; }
  .process-steps::before { display: none; }
  .features-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .related-grid { grid-template-columns: 1fr; }
  .feature-item { flex-direction: column; gap: 12px; }
}
