/**
 * 证券资产全寿命周期管理 zqzcqsmzq — 蓝湖通栏 UI
 */

.zqzc-page {
  overflow-x: hidden;
  background: #eef3fa;
}

.zqzc-page-title {
  padding: 35px 0 10px;
  background: #fff;
}
.zqzc-page-title h3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2257a7;
  line-height: 1.45;
}

/* Hero 通栏 */
.zqzc-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2880 / 600;
  min-height: 280px;
  max-height: 480px;
  overflow: hidden;
  background: #0f2449;
}
.zqzc-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.zqzc-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    ellipse 85% 120% at 50% 50%,
    rgba(10, 25, 55, 0.18) 0%,
    rgba(10, 25, 55, 0.42) 55%,
    rgba(10, 25, 55, 0.58) 100%
  );
  pointer-events: none;
}
.zqzc-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.zqzc-hero__title {
  max-width: 900px;
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  text-align: center;
}
.zqzc-hero__desc {
  max-width: 820px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.85;
  text-align: center;
  white-space: pre-line;
}
.zqzc-hero__desc:empty {
  display: none;
}

/* 通栏区块 */
.zqzc-section {
  width: 100%;
  box-sizing: border-box;
}
.zqzc-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.zqzc-section__title {
  margin: 0 0 32px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a3d7c;
  line-height: 1.4;
  text-align: center;
}

/* 服务范畴 — 蓝湖通栏：左文右 K 线图 */
.zqzc-section--scope {
  padding: 0;
  background: #276dcd;
}
.zqzc-scope {
  position: relative;
  min-height: 428px;
  overflow: hidden;
  background: linear-gradient(90deg, #276dcd 0%, #3578d6 42%, #468def 100%);
  box-sizing: border-box;
}
.zqzc-scope__chart {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  background: url(/uploads/20260602/7c620abc6897ed942dbd70f6896de3dd.png) no-repeat right center;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 0;
}
.zqzc-scope__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px 52px;
  box-sizing: border-box;
}
.zqzc-scope__title {
  margin: 0 0 14px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.zqzc-scope__title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
}
.zqzc-scope__lead,
.zqzc-scope__foot {
  margin: 0;
  max-width: 54%;
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.94);
}
.zqzc-scope__foot {
  margin-top: 24px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
}
.zqzc-scope__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 560px;
  margin-top: 28px;
}
.zqzc-scope__item {
  text-align: center;
}
.zqzc-scope__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}
.zqzc-scope__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.zqzc-scope__name {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

/* 核心能力 — 浅灰通栏 */
.zqzc-section--cap {
  padding: 48px 0 56px;
  background: #ffffff;
}
.zqzc-cap-wrap__title {
  margin: 0 0 10px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a3d7c;
  text-align: center;
  line-height: 1.4;
}
.zqzc-cap-wrap__sub {
  margin: 0 0 32px;
  font-size: 0.875rem;
  color: #555;
  text-align: center;
  line-height: 1.75;
}
.zqzc-cap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.zqzc-cap-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 168px;
  padding: 22px 14px 18px;
  border: 1px solid #e8ecf2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(34, 87, 166, 0.07);
}
.zqzc-cap-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
}
.zqzc-cap-card__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.zqzc-cap-card__title {
  margin: 0 0 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.45;
  text-align: center;
}
.zqzc-cap-card__desc {
  margin: 0;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.65;
  text-align: center;
}

/* 价值体现 — 通栏左图右蓝底 */
.zqzc-section--value {
  padding: 0;
  background: #eef3fa;
}
.zqzc-value {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 320px;
}
.zqzc-value__img {
  overflow: hidden;
  background: #0f2449;
  min-height: 320px;
}
.zqzc-value__img img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.zqzc-value__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 48px;
  background: linear-gradient(135deg, #1a56a8 0%, #2257a6 55%, #2d64b0 100%);
  box-sizing: border-box;
}
.zqzc-value__title {
  margin: 0 0 18px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.zqzc-value__lead {
  margin: 0 0 14px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.75;
}
.zqzc-value__text p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.9;
}
.zqzc-value__text p + p {
  margin-top: 12px;
}

/* 适用对象 */
.zqzc-section--audience {
  padding: 48px 0 56px;
  background: #f7f7f7;
}
.zqzc-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.zqzc-audience-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(34, 87, 166, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}
.zqzc-audience-card:hover {
  box-shadow: 0 8px 26px rgba(34, 87, 166, 0.14);
  transform: translateY(-2px);
}
.zqzc-audience-card__img {
  background: #fff;
}
.zqzc-audience-card__img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}
.zqzc-audience-card__body {
  padding: 16px 16px 22px;
  background: #eceef2;
  text-align: center;
}
.zqzc-audience-card__title {
  margin: 0 0 10px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.45;
}
.zqzc-audience-card__desc {
  margin: 0;
  font-size: 0.8125rem;
  color: #555;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .zqzc-cap-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .zqzc-scope__lead,
  .zqzc-scope__foot {
    max-width: 68%;
  }
  .zqzc-scope__chart {
    width: 55%;
    opacity: 0.85;
  }
  .zqzc-value {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .zqzc-hero {
    min-height: 240px;
    max-height: 360px;
  }
  .zqzc-hero__inner {
    padding: 0 20px;
  }
  .zqzc-section__inner {
    padding: 0 16px;
  }
  .zqzc-scope {
    min-height: 360px;
    background: linear-gradient(180deg, #276dcd 0%, #468def 100%);
  }
  .zqzc-scope__content {
    padding: 32px 20px 40px;
  }
  .zqzc-scope__lead,
  .zqzc-scope__foot {
    max-width: 100%;
  }
  .zqzc-scope__chart {
    width: 100%;
    opacity: 0.4;
    background-position: center right;
    background-size: cover;
  }
  .zqzc-section--cap,
  .zqzc-section--audience {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  .zqzc-cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .zqzc-scope__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 20px 16px;
  }
  .zqzc-audience-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .zqzc-value__panel {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .zqzc-cap-grid {
    grid-template-columns: 1fr;
  }
  .zqzc-scope__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
