/* 发现励进页面 */
.discover-hero {
  position: relative;
  /* 缩短首屏 banner，便于首屏露出「公司介绍」主体 */
  min-height: clamp(200px, 24vw, 320px);
  color: #fff;
  overflow: hidden;
}

.discover-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.discover-hero-mask {
  position: relative;
  z-index: 1;
  min-height: inherit;
}

.discover-hero-content {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.discover-hero-content-text{
  width: min(860px, 72%);
  box-sizing: border-box;
  padding: 20px;
  background: conic-gradient(from 90deg at 50% 50%, rgba(33, 72, 126, 0.30) 44.248831272125244deg, rgba(35, 73, 128, 0.30) 80.12491643428802deg, rgba(28, 74, 146, 0.30) 150.3617513179779deg, rgba(26, 73, 146, 0.30) 190.74278354644775deg, rgba(26, 69, 133, 0.30) 232.5573706626892deg, rgba(27, 67, 127, 0.30) 251.64010763168335deg, rgba(29, 66, 117, 0.30) 312.45569944381714deg, rgba(31, 68, 119, 0.30) 334.3560862541199deg, rgba(35, 70, 122, 0.30) 360deg);
  backdrop-filter: blur(1.5625px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.discover-hero-content h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.discover-hero-content p {
  margin: 0;
  max-width: 920px;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.94);
}

.discover-nav-tabs.sol-detail-tabs {
  /* margin-top: 24px; */
  margin-bottom: 24px;
  --sd-tab-inactive: #272b34;
  --sd-tab-pill: rgba(197, 202, 211, 0.2);
  --sd-blue: #0052d6;
}

.page-main .discover-nav-tabs.sol-detail-tabs a.sol-detail-tabs__btn {
  text-decoration: none;
  color: var(--sd-tab-inactive);
  -webkit-tap-highlight-color: transparent;
}

.page-main .discover-nav-tabs.sol-detail-tabs a.sol-detail-tabs__btn.is-active {
  color: #fff;
}

.page-main .discover-nav-tabs.sol-detail-tabs a.sol-detail-tabs__btn:hover {
  color: var(--sd-tab-inactive);
}

.page-main .discover-nav-tabs.sol-detail-tabs a.sol-detail-tabs__btn.is-active:hover {
  color: #fff;
}

.discover-section {
  padding: 48px 0 80px;
  /* 吸顶顶栏 + 与方案页同款章节 Tab 近似高度 */
  scroll-margin-top: calc(var(--header-height) + 88px);
}

.section-heading {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 600;
  color: #1e1f22;
  text-align: center;
}

.company-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: start;
  padding: 18px 0;
}

.company-intro-text p {
  margin-bottom: 20px;
  color: #4a4e57;
  font-size: 16px;
  line-height: 1.75;
}

.company-intro-side img {
  margin-top:40px;
  width: 320px;
  display: block;
  border-radius: 16px 16px 0 0;
}

.intro-stats {
  width: 320px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.intro-stats article {
  padding: 32px 16px;
  text-align: center;
  position: relative;
}

.intro-stats strong {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
}

.intro-stats span {
  margin-top: 12px;
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.intro-stats article:nth-child(1) {
  background: #0052d6;
}

.intro-stats article:nth-child(2) {
  background: #0097f5;
}

.intro-stats article:nth-child(3) {
  background: #242424;
}

.timeline-section {
  background: url("../../static/discover/timeline-background.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* 时间轴横向区域：左右与全站 .container 版心留白对齐（用 100% 避免 100vw 导致横向溢出） */
.timeline-scroll-bleed {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-left: max(
    var(--spacing-md),
    calc((100% - var(--container-max-width)) / 2 + var(--spacing-sm))
  );
  padding-right: max(
    var(--spacing-md),
    calc((100% - var(--container-max-width)) / 2 + var(--spacing-sm))
  );
}

.timeline-scroll {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 20px 0 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-width: 0;
  max-width: 100%;
}

.timeline-scroll::-webkit-scrollbar {
  display: none;
}

.timeline-list {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  position: relative;
  /* 与版心同宽：给 background-size 的 % 明确参照宽度，避免部分内核在 max-content 下横向 scrollWidth 异常、滑到末尾只剩横线 */
  width: var(--container-content-max);
  max-width: 100%;
  /* 横轴线：用 background 绘制，避免微信/X5、夸克、旧版 Chrome 将 position:absolute 的 ::before 计入 scrollWidth，导致滑到末尾只剩一条线 */
  /* background-image: linear-gradient(rgba(0, 82, 214, 0.2), rgba(0, 82, 214, 0.2));
  background-repeat: no-repeat;
  background-position: 16px 62px;
  background-size: calc(100% - 32px) 1px; */
}

.timeline-card {
  flex: 0 0 232px;
  min-height: 278px;
  margin-right: 24px;
  border-radius: 8px;
  padding: 24px 0;
  position: relative;
}

.timeline-card:last-child {
  margin-right: 0;
}

.timeline-card::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 0px;
  right: 0;
  height: 36px;
  background-image: url(../../static/discover/timeline-dot-line.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  z-index: 8;
}
.timeline-card-content {
  margin-top: 48px;
  padding: 24px 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 40%, #fff 100%);
  box-shadow: 0 8px 24px -8px rgba(16, 67, 147, 0.25);
  border-radius:10px;
  position: relative;
}
.timeline-card-content::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #8ea1ff;
}
.timeline-card-content::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -13px;
  left: 16px;
  width: 1px;
  height: 43px;
  background: #8ea1ff;
}
.timeline-list span,
.timeline-list h3,
.timeline-list p {
  position: relative;
  z-index: 1;
}

.timeline-list span {
  display: block;
  /* padding: 0 32px; */
  margin-bottom: 18px;
  color: #155dfc;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.timeline-list h3 {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.92);
  font-size: 18px;
  font-weight: 600;
  padding: 0 32px;
}

.timeline-list p {
  color: #6f7686;
  font-size: 14px;
  line-height: 1.7;
  padding: 0 20px 0 32px;
}

.timeline-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 8px;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 40%, #fff 100%); */
}

.timeline-card-h120::before {
  height: 120px;
}

.timeline-card-h142::before {
  height: 142px;
}

.timeline-card-h164::before {
  height: 164px;
}

.timeline-card-h186::before {
  height: 186px;
}

.timeline-progress {
  width: 240px;
  height: 8px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(14, 84, 190, 0.12);
  overflow: hidden;
}

.timeline-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: rgba(14, 84, 190, 0.5);
  transition: width 0.15s ease-out;
}

.honors-section {
  background: #f6f7f8;
  padding: 64px 0 80px;
}

.honors-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.honors-heading .section-heading {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.5;
}

.honors-heading p {
  color: #6f7686;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.honors-banner,
.honors-gallery {
  width: 100%;
  display: block;
}

.honors-showcase {
  width: 100%;
  max-width: var(--container-content-max);
  margin: 0 auto;
}

.honors-banner {
  height: auto;
  border-radius: 0;
}

.qualifications-section {
  background: #0e54be;
  padding: 64px 0 80px;
}

.qualifications-section .section-heading {
  margin-bottom: 64px;
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
}

.qualifications-showcase {
  width: 100%;
  max-width: var(--container-content-max);
  margin: 0 auto;
}

.honors-gallery {
  border-radius: 0;
}

.team-section {
  background: #f6f7f8;
}

.section-subtitle {
  margin: -12px auto 32px;
  max-width: 760px;
  text-align: center;
  color: #6f7686;
  font-size: 20px;
  line-height: 1.5;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.team-grid article {
  border-radius: 0;
  padding: 0 24px 24px;
  background: transparent;
  text-align: center;
}

.team-grid img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.team-grid h3 {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-grid p {
  color: #6f7686;
  font-size: 16px;
  line-height: 1.7;
}

.contact-section {
  background: #fff;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 424px;
  gap: 64px;
  background: #f3f5f9;
  padding: 32px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 20px 40px;
}

.contact-card {
  width: 320px;
  height: 200px;
  background: #f3f5f9;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.contact-card-title{
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-card-title > img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: contain;
}

.contact-card h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.92);
}

.contact-card p {
  color: #535d6d;
  font-size: 16px;
  line-height: 1.75;
}

.contact-card-wechat .qr-image {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  border: 0;
}

.contact-map-wrap {
  width: 424px;
  height: 416px;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

@media (max-width: 1024px) {
  .discover-hero-content h1 {
    font-size: 40px;
  }

  .discover-hero-content p {
    font-size: 18px;
  }

  .company-intro-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-cards {
    grid-template-columns: 1fr 1fr;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .discover-hero,
  .discover-hero-mask,
  .discover-hero-content {
    min-height: clamp(160px, 40vw, 260px);
  }

  .discover-hero-content h1 {
    font-size: 34px;
  }

  .discover-hero-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .discover-hero-content-text {
    width: 100%;
  }

  .section-heading {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .honors-heading .section-heading,
  .qualifications-section .section-heading {
    font-size: 30px;
  }

  .honors-heading p {
    font-size: 16px;
  }

  .section-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .intro-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .company-intro-side img {
    width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .timeline-list {
    background-position: 8px 62px;
    background-size: calc(100% - 16px) 1px;
  }

  .timeline-scroll-bleed {
    padding-left: max(
      var(--spacing-sm),
      calc((100% - var(--container-max-width)) / 2 + var(--spacing-xs))
    );
    padding-right: max(
      var(--spacing-sm),
      calc((100% - var(--container-max-width)) / 2 + var(--spacing-xs))
    );
  }

  .contact-panel,
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-card,
  .contact-map-wrap {
    width: 100%;
    height: auto;
  }

  .map-image {
    min-height: 280px;
  }
}
