/**
 * 文博资产用户端 wbzcyhd — 蓝湖稿（蓝色主题）
 * https://lanhuapp.com/.../image_id=19475525-ef9a-4130-b216-27f1ce99f234
 */

.wbzc-page-wrap {
  --wbzc-blue: #2257a7;
  --wbzc-blue-dark: #1a3a8c;
  --wbzc-blue-mid: #2d5fa8;
  --wbzc-blue-light: #4a7ec8;
  --wbzc-blue-entry: #2a5fad;
  --wbzc-entry-bar: url(/uploads/20260602/7c620abc6897ed942dbd70f6896de3dd.png);
  --wbzc-blue-foot: #2257a7;
  --wbzc-max: 1200px;
  --wbzc-num: #ebe9e9;
  background: #fff;
}

.wbzc-topbar {
  background: #fff;
  padding: 14px 0 12px;
  border-bottom: 1px solid #eef1f5;
}
.wbzc-topbar__inner {
  max-width: var(--wbzc-max);
  margin: 0 auto;
  padding: 0 24px;
}
.wbzc-topbar__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--wbzc-blue);
  line-height: 1.45;
}

/* Hero */
.wbzc-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2880 / 600;
  min-height: 260px;
  max-height: 420px;
  overflow: hidden;
  background: var(--wbzc-blue-dark);
}
.wbzc-hero__bg {
  position: absolute;
  inset: 0;
  background-position: 68% center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wbzc-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #122a5e 0%,
    #1a3a8c 30%,
    rgba(26, 58, 140, 0.9) 44%,
    rgba(34, 87, 167, 0.5) 58%,
    rgba(34, 87, 167, 0.12) 74%,
    transparent 88%
  );
  pointer-events: none;
}
.wbzc-hero__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: var(--wbzc-max);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wbzc-hero__title {
  max-width: 640px;
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
}
.wbzc-hero__desc {
  max-width: 540px;
  margin: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
}

.wbzc-main {
  max-width: var(--wbzc-max);
  margin: 0 auto;
  padding: 28px 24px 20px;
}

/* CTA：蓝湖蓝色圆角条切图 7c620abc... */
.wbzc-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 36px;
  padding: 16px 28px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  min-height: 56px;
  background-color: var(--wbzc-blue-entry);
  background-image: var(--wbzc-entry-bar);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 4px 14px rgba(26, 58, 140, 0.22);
  text-decoration: none !important;
  transition: filter 0.2s, box-shadow 0.2s;
}
.wbzc-entry:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(26, 58, 140, 0.28);
}
.wbzc-entry__text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  color: #fff;
}
.wbzc-entry__text strong {
  font-size: 16px;
  font-weight: 600;
}
.wbzc-entry__text span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}
.wbzc-entry__btn {
  flex-shrink: 0;
  padding: 8px 22px;
  border: none;
  border-radius: 20px;
  background: #6a9ad4;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.wbzc-section {
  position: relative;
  padding: 36px 0 44px;
  background: transparent;
}
.wbzc-section[data-num]::before {
  content: attr(data-num);
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  font: 800 4.8rem/1 Arial, Helvetica, sans-serif;
  color: var(--wbzc-num);
  opacity: 0.45;
  letter-spacing: -3px;
  pointer-events: none;
  z-index: 0;
}
.wbzc-section__title {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
}

/* 标题两侧装饰切图 */
.wbzc-deco {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.wbzc-lead-card {
  position: relative;
  z-index: 1;
  padding: 28px 36px;
  border-radius: 8px;
  background: #f3f3f3;
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 2;
}
.wbzc-lead-card p {
  margin: 0;
}

.wbzc-section--cap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: #f7f7f7;
}
.wbzc-section--cap .wbzc-cap-grid {
  max-width: var(--wbzc-max);
  margin: 0 auto;
  padding: 0 24px 8px;
}
.wbzc-section--cap .wbzc-section__title {
  max-width: var(--wbzc-max);
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.wbzc-cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}
.wbzc-cap-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 24px;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(34, 87, 167, 0.06);
}
.wbzc-cap-card__main {
  flex: 1;
  min-width: 0;
}
.wbzc-cap-card__num {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.wbzc-cap-card__desc {
  margin: 0;
  font-size: 13px;
  color: #777;
  line-height: 1.55;
}
.wbzc-cap-card__mark {
  flex-shrink: 0;
  width: 56px;
  height: 64px;
  background: url(/uploads/20260602/3feeb074d5c15a6924ed41c9ed80f763.png) center/contain no-repeat;
}

.wbzc-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.wbzc-flow__step {
  flex: 1;
  min-width: 140px;
  max-width: 190px;
  padding: 22px 12px 18px;
  border: 1px solid #c5d4eb;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 6px rgba(34, 87, 167, 0.05);
}
.wbzc-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 6px;
  background: #e9eff8;
}
.wbzc-flow__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}
.wbzc-flow__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.wbzc-flow__arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  align-self: center;
  padding: 0 2px;
}
.wbzc-flow__arrow img {
  width: 52px;
  height: auto;
  display: block;
  filter: hue-rotate(200deg) saturate(1.15);
}

/* 04 应用场景：上图 + 斜切 + 底部蓝底文案（蓝湖） */
.wbzc-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 8px 4px 16px;
}
.wbzc-scene-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: #1a3568;
  box-shadow: 0 10px 24px rgba(15, 35, 80, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wbzc-scene-card:nth-child(odd) {
  transform: rotate(-2.5deg);
}
.wbzc-scene-card:nth-child(even) {
  transform: rotate(2.5deg);
}
.wbzc-scene-card:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 35, 80, 0.28);
}
.wbzc-scene-card__media {
  position: relative;
  height: 168px;
  overflow: hidden;
  background: #2a4f8a;
}
.wbzc-scene-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.wbzc-scene-card__foot {
  flex: 1;
  padding: 18px 12px 16px;
  background: linear-gradient(180deg, #244a86 0%, #1a3568 100%);
  color: #fff;
  text-align: center;
}
.wbzc-scene-card__foot strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
.wbzc-scene-card__foot span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.wbzc-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
  z-index: 1;
}
.wbzc-support-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 24px;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(34, 87, 167, 0.05);
}
.wbzc-support-card__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--wbzc-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2 5 5h-5V4zM8 12h8v2H8v-2zm0 4h8v2H8v-2z'/%3E%3C/svg%3E")
    center/18px no-repeat;
}
.wbzc-support-card__icon--2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M20 6h-4V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zM10 4h4v2h-4V4zm6 11H8v-2h8v2zm0-4H8v-2h8v2z'/%3E%3C/svg%3E");
}
.wbzc-support-card__icon--3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 1a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3zm-7 9v2a7 7 0 0 0 14 0v-2h2v2a9 9 0 0 1-8 8.94V22h-2v-1.06A9 9 0 0 1 3 12v-2h2z'/%3E%3C/svg%3E");
}
.wbzc-support-card__body h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.wbzc-support-card__body p {
  margin: 0;
  font-size: 13px;
  color: #777;
  line-height: 1.55;
}

.wbzc-foot {
  margin-top: 24px;
  padding: 40px 0 44px;
  background: var(--wbzc-blue-foot);
}
.wbzc-foot__inner {
  max-width: var(--wbzc-max);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.wbzc-foot-card {
  padding: 24px 28px 26px;
  border-radius: 10px;
  background: #fff;
  color: #1a1a1a;
}
.wbzc-foot-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
}
.wbzc-foot-card p {
  margin: 0 0 16px;
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}
.wbzc-foot-card a {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid var(--wbzc-blue);
  border-radius: 4px;
  background: #fff;
  color: var(--wbzc-blue) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}
.wbzc-foot-card a:hover {
  background: #eef3fa;
}

@media (max-width: 1024px) {
  .wbzc-scene-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wbzc-support-grid {
    grid-template-columns: 1fr;
  }
  .wbzc-foot__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .wbzc-hero {
    aspect-ratio: auto;
    min-height: 240px;
    max-height: none;
  }
  .wbzc-hero__title {
    font-size: 20px;
  }
  .wbzc-hero__inner {
    padding: 0 20px;
  }
  .wbzc-entry {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 20px;
  }
  .wbzc-main {
    padding: 28px 20px 12px;
  }
  .wbzc-section[data-num]::before {
    font-size: 3rem;
  }
  .wbzc-section__title {
    font-size: 18px;
  }
  .wbzc-cap-grid {
    grid-template-columns: 1fr;
  }
  .wbzc-flow__arrow {
    display: none;
  }
  .wbzc-flow__step {
    max-width: none;
    width: 100%;
  }
  .wbzc-scene-grid {
    grid-template-columns: 1fr;
  }
  .wbzc-scene-card:nth-child(odd),
  .wbzc-scene-card:nth-child(even) {
    transform: none;
  }
}
