/**
 * 关于我们页 · 对齐测评AI about 排版节奏，沿用虹桥品牌色与系统字体
 * home-hero 基础样式见 brand-theme.css
 */

.company {
  background-color: var(--hq-bg-page, #fff);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

/* ── 正文区块 ── */

.company .section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.company main > .section:first-of-type {
  padding-top: var(--hq-after-banner-gap, 48px);
}

.company .section-top {
  margin-top: 32px;
}

.company .section-title {
  margin: 0 0 28px;
  font-size: clamp(22px, 3.5vw, 32px);
  line-height: 1.35;
  font-weight: 600;
  color: var(--hq-text-title, #1a1d21);
  text-align: center;
}

.company .company-intro__text {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--hq-text-title, #333);
  text-indent: 2em;
}

.company .company-intro__lead {
  text-indent: 0;
  font-size: 18px;
  /* font-weight: 500; */
  color: var(--hq-text-title, #1a1d21);
  line-height: 1.7;
  margin-bottom: 20px;
}

.company .company-intro__label {
  text-indent: 0;
  margin: 24px 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--hq-primary, #284e9d);
  line-height: 1.5;
}

.company .company-intro__label:first-child {
  margin-top: 0;
}

/* ── 能力卡片 ── */

.company .about-capability {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -12px 0;
}

.company .about-capability__item {
  box-sizing: border-box;
  width: 33.333%;
  padding: 12px;
}

.company .about-capability__card {
  height: 100%;
  padding: 28px 24px;
  background: var(--hq-bg-section, #f7f9fc);
  border-radius: 12px;
  border-left: 4px solid var(--hq-primary, #284e9d);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.company .about-capability__card:hover {
  box-shadow: 0 8px 28px rgba(40, 78, 157, 0.12);
  transform: translateY(-4px);
}

.company .about-capability__card--xunjian {
  border-left-color: var(--hq-bridge-teal, #2bb896);
}

.company .about-capability__card--delivery {
  border-left-color: var(--hq-bridge-green, #39be72);
}

.company .about-capability__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--hq-text-title, #1a1d21);
  line-height: 1.4;
}

.company .about-capability__desc {
  margin: 0;
  font-size: 14px;
  color: var(--hq-text-body, #5e6166);
  line-height: 1.7;
}

/* ── 使命 / 价值观 ── */

.company .company-mission {
  position: relative;
  padding: 32px 28px;
  background-color: var(--hq-bg-section, #f5f8fa);
  border-radius: 12px;
}

.company .company-mission__desc {
  margin: 0 0 12px;
  font-size: 16px;
  color: var(--hq-text-body, #666);
  line-height: 1.75;
}

.company .company-mission__desc:last-child {
  margin-bottom: 0;
}

.company .company-mission__desc span {
  color: var(--hq-primary, #284e9d);
  font-weight: 600;
}

.company .company-values {
  padding: 8px 12px 24px;
}

.company .company-values__img {
  width: 88px;
  height: auto;
}

.company .company-values__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--hq-text-title, #333);
  line-height: 1.4;
}

.company .company-values__desc {
  margin: 0 auto;
  max-width: 280px;
  font-size: 14px;
  color: var(--hq-text-body, #666);
  line-height: 1.65;
}

.company .mh28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.company .mh48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.company .mt24 {
  margin-top: 24px;
}

.company .mb16 {
  margin-bottom: 16px;
}

.company .text-center {
  text-align: center;
}

.company .dn {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .company .section {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .company main > .section:first-of-type {
    padding-top: var(--hq-after-banner-gap, 48px);
  }

  .company .section-title {
    margin-bottom: 16px;
  }

  .company .company-mission {
    padding: 24px 18px;
  }

  .company .hidden-xl {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .company .about-capability__item,
  .company .pull-left[style*="width:33%"] {
    width: 100% !important;
    float: none;
  }

  .company .about-capability__card:hover {
    transform: none;
  }

  .company .company-values {
    width: 100% !important;
    float: none;
  }
}
