/*
 * bs_edu_hec 仅以教育蓝与暖橙进行行业配色。
 * 排版、间距与组件结构全部复用母版 theme.css。
 */

:root {
  --enterprise-ink: #17375f;
  --enterprise-muted: #5c718b;
  --enterprise-line: #d9e7f6;
  --enterprise-surface: #f3f8fe;
}

.enterprise-hero {
  background:
    linear-gradient(135deg, rgba(29, 95, 167, .10), rgba(245, 158, 11, .13)),
    var(--enterprise-surface);
}

.enterprise-section-muted {
  background: #edf5fd;
}

.hero-eyebrow,
.section-heading span,
.enterprise-chip {
  border-color: rgba(29, 95, 167, .24);
  color: #185293;
  background: rgba(255, 255, 255, .94);
}

.enterprise-advantage-icon,
.enterprise-process-step-number,
.enterprise-team-detail-card-icon {
  background: linear-gradient(135deg, rgba(29, 95, 167, .14), rgba(245, 158, 11, .20));
}

.enterprise-contact-section {
  background: linear-gradient(180deg, rgba(29, 95, 167, .05), rgba(245, 158, 11, .10));
}

.enterprise-feedback-card,
.enterprise-contact-card {
  border-color: rgba(29, 95, 167, .16);
}

.enterprise-footer {
  background: #102d52;
}