/* 公共样式 */
.section-qmt {
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  margin-bottom: 25px;
  border-left: 5px solid var(--primary-color);
}

.section-qmt .section-title {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.section-qmt .section-title i {
  margin-right: 10px;
  background: var(--light-bg);
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.stats-grid .stat-card {
  background: var(--light-bg);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.stats-grid .stat-card h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.advantage-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.advantage-item {
  padding: 15px;
  background: var(--light-bg);
  border-radius: 8px;
}

.advantage-item h4 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

/* 运营+ai */
/* #region */
.operation-box {
  background: linear-gradient(135deg, var(--primary-color), #3a0c49);
  color: white;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 25px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.operation-box h1 {
  font-size: 2.5rem;
  margin: 15px 0;
}

.operation-box p {
  font-size: 1.2rem;
}
/* #endregion */

/* AI驱动运营时代下的优势 */
/* #region */

/* #endregion */

/* AI时代的"四维竞争力"不可替代 */
/* #region */

/* #endregion */

/* AI运营时代下就业缺口达1000万 */
/* #region */
.job-gap {
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  padding: 30px;
  border-radius: 10px;
  color: white;
  text-align: center;
  margin: 30px 0;
}
/* #endregion */

/* 就业市场分析 */
/* #region */
.jobmarket-box .job-market {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.jobmarket-box .job-card {
  padding: 20px;
  background: var(--light-bg);
  border-radius: 8px;
}

.jobmarket-box .job-card h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
}

.jobmarket-box .salary-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.jobmarket-box .salary-table th,
.salary-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.jobmarket-box .salary-table th {
  background-color: var(--primary-color);
  color: white;
}

.jobmarket-box .salary-table tr:nth-child(even) {
  background-color: var(--light-bg);
}
/* #endregion */

/* 行业一线大咖带队 */
/* #region */
.big-leader .teacher-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  align-items: center;
}

.big-leader .teacher-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--primary-color);
}

.big-leader .teacher-info {
  flex: 1;
  min-width: 300px;
}
/* #endregion */

/* 实战成果展示 */
/* #region */
.practical-display .dashboard {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.practical-display .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.practical-display .metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.practical-display .metric {
  padding: 15px;
  background: var(--light-bg);
  border-radius: 8px;
  text-align: center;
}

.practical-display .metric h4 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.practical-display .metric-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-color);
}
/* #endregion */

/* 签订就业协议 */
/* #region */
.sign-employment .partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px 0;
}

.sign-employment .partner-logo {
  width: 120px;
  height: 60px;
  background: var(--light-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--primary-color);
}
/* #endregion */

/* 底部 */
/* #region */
.ai-driven .cta-section {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, var(--primary-color), #3a0c49);
  color: white;
  border-radius: 10px;
  margin: 30px 0;
}

.ai-driven p {
  margin: 10px 0;
}

.ai-driven .cta-button {
  display: inline-block;
  background: white;
  color: var(--primary-color);
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ai-driven .cta-button:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

/* #endregion */
