/* 页面专属样式 - 高绩效团队教练 */

:root {
  --tc-primary: #2563eb;
  --tc-primary-light: #dbeafe;
  --tc-gradient: linear-gradient(135deg, #2563eb, #3b82f6);
}

/* 引用框 */
.inner-main .tc-quote-box {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 1px solid #93c5fd;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  text-align: center;
  margin-bottom: 0.8rem;
  box-shadow: 0 2px 8px rgba(37,99,235,0.08);
}

.inner-main .tc-quote-box p {
  margin: 0;
  font-size: 1.08rem;
  color: #1e40af;
  line-height: 1.65;
  font-weight: 500;
}

/* 关键词流动 */
.inner-main .tc-keyword-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
  padding: 0.85rem;
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-radius: 12px;
  border: 1px solid #bae6fd;
  box-shadow: 0 2px 8px rgba(37,99,235,0.06);
}

.inner-main .tc-keyword {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  background: #fff;
  border: 1px solid #93c5fd;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e40af;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: transform 0.15s;
}

.inner-main .tc-keyword-highlight {
  background: var(--tc-gradient);
  color: #fff;
  border-color: #1d4ed8;
  box-shadow: 0 2px 8px rgba(37,99,235,0.3);
  font-weight: 700;
}

.inner-main .tc-arrow {
  color: #93c5fd;
  font-size: 1.1rem;
  font-weight: 700;
}

/* 痛点列表 */
.inner-main .tc-pain-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 1rem 0;
}

.inner-main .tc-pain-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.85rem 0.9rem;
  background: #fff;
  border: 1px solid #fecaca;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.inner-main .tc-pain-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  box-shadow: 0 2px 6px rgba(239,68,68,0.2);
}

.inner-main .tc-pain-text {
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.65;
}

/* 收获列表 */
.inner-main .tc-gain-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.inner-main .tc-gain-list li {
  position: relative;
  padding: 0.7rem 0.85rem 0.7rem 1.5rem;
  background: #f0f9ff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #374151;
  box-shadow: 0 2px 6px rgba(59,130,246,0.06);
  transition: transform 0.2s;
}
.inner-main .tc-gain-list li:active {
  transform: scale(0.985);
}

.inner-main .tc-gain-list li::before {
  content: '';
  position: absolute;
  left: 0.55rem;
  top: 0.95rem;
  width: 7px;
  height: 7px;
  background: var(--tc-primary);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(37,99,235,0.3);
}

/* 适合人群列表 */
.inner-main .tc-audience-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.inner-main .tc-audience-list li {
  position: relative;
  padding: 0.65rem 0.85rem 0.65rem 1.5rem;
  background: #fff;
  border: 1px solid #e0e7ff;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #374151;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.inner-main .tc-audience-list li::before {
  content: '';
  position: absolute;
  left: 0.55rem;
  top: 0.92rem;
  width: 7px;
  height: 7px;
  background: #6366f1;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(99,102,241,0.3);
}

/* 图片居中 */
.inner-main .tc-img-center {
  text-align: center;
  margin: 1rem 0;
}

.inner-main .tc-img-center img {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  max-width: 100%;
}

/* 照片区域 */
.inner-main .tc-photos {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.inner-main .tc-photo-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.inner-main .tc-photo-item img {
  width: 100%;
  display: block;
}

/* 课程方式 */
.inner-main .tc-method-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.inner-main .tc-method-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.85rem 0.9rem;
  background: #fff;
  border: 1px solid var(--tc-primary-light);
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.inner-main .tc-method-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--tc-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  box-shadow: 0 2px 6px rgba(37,99,235,0.2);
}

.inner-main .tc-method-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 0.15rem;
}

.inner-main .tc-method-desc {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.55;
}

/* PC 适配 */
@media (min-width: 768px) {
  .inner-main .tc-photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .inner-main .tc-quote-box p {
    font-size: 1.18rem;
  }
  
  .inner-main .tc-keyword {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
  }
  
  .inner-main .tc-method-item {
    padding: 1rem 1.1rem;
  }
}

/* 窄屏适配 */
@media (max-width: 359px) {
  .inner-main .tc-keyword-flow {
    gap: 0.3rem;
    padding: 0.6rem;
  }
  
  .inner-main .tc-keyword {
    font-size: 0.78rem;
    padding: 0.3rem 0.6rem;
  }
  
  .inner-main .tc-pain-item,
  .inner-main .tc-method-item {
    padding: 0.7rem 0.75rem;
  }
}
