@import url('../../css/zc-vertical-tokens.css');

/* jiushuifenxiao vertical intro */
/* ===== Hero ===== */
    .jsfx-hero {
      background: linear-gradient(135deg, #1a1612 0%, #2d1815 50%, #3d1a1a 100%);
      color: #fff;
      padding: 64px 24px;
      text-align: center;
      border-radius: 16px;
      margin-bottom: 48px;
      position: relative;
      overflow: hidden;
    }
    .jsfx-hero::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle at 30% 70%, rgba(185,28,28,0.18) 0%, transparent 50%),
                  radial-gradient(circle at 70% 30%, rgba(251,191,36,0.10) 0%, transparent 50%);
      pointer-events: none;
    }
    .jsfx-hero > * { position: relative; z-index: 1; }
    .jsfx-hero .badge {
      display: inline-block;
      background: rgba(251,191,36,0.15);
      border: 1px solid rgba(251,191,36,0.35);
      color: #fbbf24;
      padding: 6px 18px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 16px;
    }
    .jsfx-hero h1 {
      font-size: 38px;
      font-weight: 700;
      margin: 0 0 12px;
      color: #fff;
      letter-spacing: 1px;
    }
    .jsfx-hero .subtitle {
      font-size: 18px;
      color: #d6c7b3;
      margin: 0 0 8px;
      line-height: 1.7;
    }
    .jsfx-hero .client-info {
      font-size: 14px;
      color: #a08566;
      margin: 0 0 28px;
    }
    .jsfx-hero .tags {
      display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
    }
    .jsfx-hero .tag {
      background: rgba(185,28,28,0.22);
      border: 1px solid rgba(185,28,28,0.45);
      color: #fca5a5;
      padding: 6px 14px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 500;
    }

    /* ===== 项目概览数字 ===== */
    .project-overview {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
      gap: 20px;
      margin-bottom: 56px;
    }
    .overview-card {
      background: #fff;
      border-radius: 12px;
      padding: 24px 20px;
      text-align: center;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
      border: 1px solid #f1f5f9;
    }
    .overview-card .num {
      font-size: 36px;
      font-weight: 700;
      color: #b91c1c;
      line-height: 1;
      margin-bottom: 8px;
    }
    .overview-card .label { font-size: 14px; color: #64748b; }

    /* ===== 通用 section 标题 ===== */
    .section-title {
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      margin: 0 0 8px;
      color: #1e293b;
    }
    .section-desc {
      text-align: center;
      color: #64748b;
      margin: 0 0 36px;
      font-size: 15px;
    }

    /* ===== 价值主张 ===== */
    .value-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
      gap: 18px;
      margin-bottom: 56px;
    }
    .value-card {
      background: linear-gradient(135deg, #fff7ed 0%, #fff 100%);
      border-radius: 12px;
      padding: 22px 20px;
      border: 1px solid #fed7aa;
      border-left: 4px solid #b91c1c;
    }
    .value-card .v-icon { font-size: 26px; margin-bottom: 10px; display: block; }
    .value-card h4 {
      font-size: 16px;
      font-weight: 700;
      color: #7c2d12;
      margin: 0 0 6px;
    }
    .value-card p {
      font-size: 13.5px;
      color: #57534e;
      margin: 0;
      line-height: 1.7;
    }

    /* ===== 10大业务域 ===== */
    .arch-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
      gap: 16px;
      margin-bottom: 56px;
    }
    .arch-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px 18px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      border: 1px solid #f1f5f9;
      border-left: 3px solid #b91c1c;
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .arch-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    }
    .arch-card .arch-icon { font-size: 24px; margin-bottom: 8px; }
    .arch-card h4 {
      font-size: 15px; font-weight: 700; margin: 0 0 6px; color: #1e293b;
    }
    .arch-card .modules {
      font-size: 12px; color: #b91c1c; font-weight: 600; margin-bottom: 6px;
    }
    .arch-card p {
      font-size: 13px; color: #64748b; margin: 0; line-height: 1.6;
    }

    /* ===== 业务流程 ===== */
    .flow-section { margin-bottom: 56px; }
    .flow-row {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0;
      margin-bottom: 16px;
      padding: 16px 20px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      border: 1px solid #f1f5f9;
    }
    .flow-row .flow-label {
      font-size: 14px;
      font-weight: 700;
      color: #1e293b;
      min-width: 110px;
      margin-right: 16px;
    }
    .flow-row .flow-steps {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px;
    }
    .flow-step {
      background: #fef2f2;
      color: #991b1b;
      padding: 6px 14px;
      border-radius: 6px;
      font-size: 13px;
      font-weight: 500;
    }
    .flow-arrow { color: #94a3b8; font-size: 16px; margin: 0 2px; }

    /* ===== 截图画廊 ===== */
    .gallery-section { margin-bottom: 56px; }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
      gap: 18px;
    }
    .gallery-item {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0,0,0,0.06);
      border: 1px solid #f1f5f9;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      cursor: zoom-in;
    }
    .gallery-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(0,0,0,0.14);
    }
    .gallery-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: top center;
      display: block;
      background: #f8fafc;
    }
    .gallery-item .cap {
      padding: 10px 14px;
      font-size: 13px;
      color: #475569;
      border-top: 1px solid #f1f5f9;
      background: #fff;
    }

    /* lightbox */
    .lightbox {
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.92);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 20px;
    }
    .lightbox.active { display: flex; }
    .lightbox img {
      max-width: 95%;
      max-height: 92vh;
      border-radius: 8px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    }
    .lightbox .close {
      position: absolute;
      top: 20px; right: 28px;
      color: #fff;
      font-size: 32px;
      background: rgba(255,255,255,0.1);
      border: none;
      border-radius: 50%;
      width: 44px; height: 44px;
      cursor: pointer;
      line-height: 1;
    }

    /* ===== 适用场景 ===== */
    .roles-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
      gap: 16px;
      margin-bottom: 56px;
    }
    .role-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      border: 1px solid #f1f5f9;
      border-top: 3px solid #fbbf24;
    }
    .role-card h4 {
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 10px;
      color: #1e293b;
    }
    .role-card ul { margin: 0; padding-left: 18px; }
    .role-card li {
      font-size: 13.5px;
      color: #475569;
      line-height: 1.85;
    }

    /* ===== 行业特性 ===== */
    .industry-bar {
      background: #fff;
      border: 1px solid #fed7aa;
      border-radius: 12px;
      padding: 18px 22px;
      margin-bottom: 56px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }
    .industry-bar .ib-label {
      font-weight: 700;
      color: #7c2d12;
      margin-right: 12px;
    }
    .industry-bar .ib-tag {
      background: #fff7ed;
      color: #9a3412;
      border: 1px solid #fed7aa;
      padding: 5px 12px;
      border-radius: 999px;
      font-size: 13px;
    }

    /* ===== CTA ===== */
    .cta-banner {
      background: linear-gradient(135deg, #b91c1c 0%, #7c2d12 100%);
      color: #fff;
      padding: 48px 24px;
      border-radius: 16px;
      text-align: center;
      margin-top: 48px;
    }
    .cta-banner h2 {
      font-size: 28px;
      font-weight: 700;
      margin: 0 0 12px;
      color: #fff;
    }
    .cta-banner p {
      font-size: 16px;
      color: rgba(255,255,255,0.9);
      margin: 0 0 24px;
    }
    .cta-banner .btn-white {
      display: inline-block;
      background: #fbbf24;
      color: #7c2d12;
      padding: 14px 36px;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.2s;
    }
    .cta-banner .btn-white:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.25);
      background: #fde68a;
    }

    /* ===== 响应式 ===== */
    @media (max-width: 768px) {
      .jsfx-hero { padding: 40px 16px; }
      .jsfx-hero h1 { font-size: 24px; }
      .jsfx-hero .subtitle { font-size: 14.5px; }
      .section-title { font-size: 22px; }
      .cta-banner { padding: 36px 16px; }
      .cta-banner h2 { font-size: 22px; }
      .flow-row .flow-label { min-width: auto; width: 100%; margin-bottom: 8px; }
      .gallery-item img { height: 170px; }
    }
