/* 专题页：小程序/网站建设解决方案 — 对齐科威品牌色 */
.zt-page { --zt-accent: #fe0404; }
.zt-page .zt-banner {
  background: linear-gradient(135deg, var(--kw-blue-darker,#024a9e) 0%, var(--kw-blue,#026ce3) 50%, var(--kw-blue-dark,#0356b8) 100%) !important;
}
.zt-page.zt-page--wljs .zt-banner {
  background: linear-gradient(135deg, #023a7a 0%, var(--kw-blue,#026ce3) 55%, #0470d6 100%) !important;
}
.zt-page .zt-cta {
  background: linear-gradient(135deg, var(--kw-blue-dark,#0356b8) 0%, var(--kw-blue,#026ce3) 100%) !important;
}
.zt-page .zt-btn,
.zt-page .zt-cta-btn-primary,
.zt-page .zt-price-card.featured .zt-price-btn {
  background: #fe0404 !important;
  box-shadow: 0 8px 24px rgba(254,4,4,0.28) !important;
  color: #fff !important;
}
.zt-page .zt-stat-num,
.zt-page .zt-faq-question.is-open,
.zt-page .zt-price { color: var(--kw-blue,#026ce3) !important; }
.zt-page .zt-advantage-icon,
.zt-page .zt-price-badge {
  background: linear-gradient(135deg, var(--kw-blue,#026ce3), var(--kw-blue-light,#0284ff)) !important;
}
/* 流程数字：白字实心蓝底，避免浅蓝叠浅蓝看不清 */
.zt-page .zt-process-num {
  background: var(--kw-blue, #026ce3) !important;
  border: 4px solid #fff !important;
  color: #fff !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: 0 6px 22px rgba(2, 108, 227, 0.35) !important;
  text-shadow: none !important;
}
.zt-page .zt-process-step h3 {
  color: #111827 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.zt-page .zt-process-step p {
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
/* 案例标签保持浅蓝底深蓝字 */
.zt-page .zt-case-tag {
  background: #e8f0fe !important;
  color: var(--kw-blue-dark, #0356b8) !important;
  font-weight: 600 !important;
}
/* 案例头图：真实案例封面 */
.zt-page a.zt-case-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.zt-page .zt-case-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #e8eef5 !important;
  box-shadow: none !important;
  color: transparent !important;
  text-shadow: none !important;
}
.zt-page .zt-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.zt-page a.zt-case-card:hover .zt-case-img img {
  transform: scale(1.04);
}
.zt-page .zt-case-img__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--kw-blue,#026ce3), var(--kw-blue-dark,#0356b8));
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.zt-page .zt-case-content h3 {
  color: #111827 !important;
  font-weight: 700 !important;
}
.zt-page .zt-case-content p {
  color: #4b5563 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.zt-page .zt-cases-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #6b7280;
  padding: 24px;
}
.zt-page .zt-section-title .line {
  background: linear-gradient(90deg, var(--kw-blue,#026ce3), #fe0404) !important;
}
.zt-page .zt-price-card.featured {
  border-color: var(--kw-blue,#026ce3) !important;
}
.zt-page .zt-faq-answer { display: none; }
.zt-page .zt-faq-item.is-open .zt-faq-answer { display: block; }
.zt-page .zt-faq-item.is-open .zt-faq-question { color: var(--kw-blue,#026ce3); }
.zt-page .zt-faq-question { cursor: pointer; }
.zt-page .zt-case-more {
  text-align: center; margin-top: 36px;
}
.zt-page .zt-case-more a {
  display: inline-block; padding: 12px 28px; border: 1px solid var(--kw-blue,#026ce3);
  color: var(--kw-blue,#026ce3); text-decoration: none; border-radius: 4px;
}
.zt-page .zt-case-more a:hover { background: rgba(2,108,227,0.06); }

        /* 专题页专属样式 */
        .zt-banner {
            background: linear-gradient(135deg, var(--kw-blue-dark, #0356b8) 0%, var(--kw-blue, #026ce3) 50%, var(--kw-blue-dark, #0356b8) 100%);
            padding: 80px 0;
            text-align: center;
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .zt-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.3;
        }
        .zt-banner-inner {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .zt-banner h1 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        .zt-banner .subtitle {
            font-size: 20px;
            opacity: 0.9;
            margin-bottom: 40px;
            line-height: 1.6;
        }
        .zt-banner .zt-tags {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }
        .zt-banner .zt-tag {
            background: rgba(255,255,255,0.15);
            padding: 10px 24px;
            border-radius: 30px;
            font-size: 16px;
            backdrop-filter: blur(10px);
        }
        .zt-btn {
            display: inline-block;
            background: #fe0404;
            color: #fff;
            padding: 16px 48px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            box-shadow: 0 8px 24px rgba(254,4,4,0.3);
        }
        .zt-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(254,4,4,0.4);
        }
        .zt-section {
            padding: 80px 0;
            max-width: 1200px;
            margin: 0 auto;
            padding-left: 20px;
            padding-right: 20px;
        }
        .zt-section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        .zt-section-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 16px;
        }
        .zt-section-title p {
            font-size: 18px;
            color: #666;
            line-height: 1.6;
        }
        .zt-section-title .line {
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, var(--kw-blue, #026ce3), #fe0404);
            margin: 20px auto 0;
            border-radius: 2px;
        }
        /* 优势卡片 */
        .zt-advantages {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        .zt-advantage-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 16px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            transition: all 0.3s;
            border: 1px solid #f0f0f0;
        }
        .zt-advantage-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.1);
        }
        .zt-advantage-icon {
            width: 70px;
            height: 70px;
            background:
                linear-gradient(145deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 42%),
                linear-gradient(135deg, var(--kw-blue, #026ce3), #4a7af0);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            color: #fff;
            box-shadow: 0 8px 18px rgba(2, 108, 227, 0.28);
        }
        .zt-advantage-icon svg {
            width: 32px;
            height: 32px;
            display: block;
        }
        .zt-advantage-card h3 {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 12px;
        }
        .zt-advantage-card p {
            font-size: 15px;
            color: #666;
            line-height: 1.7;
        }
        /* 服务类型 */
        .zt-services {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        .zt-service-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            transition: all 0.3s;
            border: 1px solid #f0f0f0;
        }
        .zt-service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.1);
        }
        .zt-service-header {
            background: linear-gradient(135deg, var(--kw-blue-dark, #0356b8), var(--kw-blue, #026ce3));
            color: #fff;
            padding: 30px;
            text-align: center;
        }
        .zt-service-header h3 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .zt-service-header p {
            font-size: 14px;
            opacity: 0.9;
        }
        .zt-service-body {
            padding: 30px;
        }
        .zt-service-body ul {
            list-style: none;
        }
        .zt-service-body li {
            padding: 12px 0;
            border-bottom: 1px solid #f5f5f5;
            color: #555;
            font-size: 15px;
            display: flex;
            align-items: center;
        }
        .zt-service-body li::before {
            content: '✓';
            color: var(--kw-blue, #026ce3);
            font-weight: bold;
            margin-right: 12px;
            font-size: 16px;
        }
        .zt-service-body li:last-child {
            border-bottom: none;
        }
        /* 开发流程 */
        .zt-process {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        .zt-process::before {
            content: '';
            position: absolute;
            top: 50px;
            left: 10%;
            right: 10%;
            height: 3px;
            background: linear-gradient(90deg, var(--kw-blue, #026ce3), #fe0404);
            z-index: 0;
        }
        .zt-process-step {
            text-align: center;
            position: relative;
            z-index: 1;
            flex: 1;
        }
        .zt-process-num {
            width: 100px;
            height: 100px;
            background: #fff;
            border: 4px solid var(--kw-blue, #026ce3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 36px;
            font-weight: 700;
            color: var(--kw-blue, #026ce3);
            box-shadow: 0 4px 20px rgba(45,91,216,0.2);
        }
        .zt-process-step h3 {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 10px;
        }
        .zt-process-step p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            padding: 0 10px;
        }
        /* 价格套餐 */
        .zt-pricing {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        .zt-price-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            border: 2px solid #f0f0f0;
            transition: all 0.3s;
            position: relative;
        }
        .zt-price-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.1);
        }
        .zt-price-card.featured {
            border-color: #fe0404;
            transform: scale(1.05);
        }
        .zt-price-card.featured:hover {
            transform: scale(1.05) translateY(-8px);
        }
        .zt-price-badge {
            position: absolute;
            top: 20px;
            right: -30px;
            background: #fe0404;
            color: #fff;
            padding: 6px 40px;
            font-size: 14px;
            font-weight: 600;
            transform: rotate(45deg);
        }
        .zt-price-header {
            text-align: center;
            padding: 40px 30px 30px;
            border-bottom: 1px solid #f0f0f0;
        }
        .zt-price-header h3 {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 16px;
        }
        .zt-price {
            font-size: 48px;
            font-weight: 700;
            color: var(--kw-blue, #026ce3);
        }
        .zt-price span {
            font-size: 16px;
            color: #999;
            font-weight: normal;
        }
        .zt-price-desc {
            color: #999;
            font-size: 14px;
            margin-top: 8px;
        }
        .zt-price-body {
            padding: 30px;
        }
        .zt-price-body ul {
            list-style: none;
        }
        .zt-price-body li {
            padding: 10px 0;
            color: #555;
            font-size: 15px;
            display: flex;
            align-items: center;
        }
        .zt-price-body li::before {
            content: '✓';
            color: #52c41a;
            font-weight: bold;
            margin-right: 12px;
        }
        .zt-price-footer {
            padding: 0 30px 30px;
            text-align: center;
        }
        .zt-price-btn {
            display: block;
            background: var(--kw-blue, #026ce3);
            color: #fff;
            padding: 14px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
        }
        .zt-price-btn:hover {
            background: var(--kw-blue-dark, #0356b8);
        }
        .zt-price-card.featured .zt-price-btn {
            background: #fe0404;
        }
        /* FAQ */
        .zt-faq {
            max-width: 900px;
            margin: 0 auto;
        }
        .zt-faq-item {
            background: #fff;
            border-radius: 12px;
            margin-bottom: 20px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.04);
            border: 1px solid #f0f0f0;
            overflow: hidden;
        }
        .zt-faq-question {
            padding: 24px 30px;
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .zt-faq-question::after {
            content: '+';
            font-size: 24px;
            color: var(--kw-blue, #026ce3);
            font-weight: 300;
        }
        .zt-faq-answer {
            padding: 0 30px 24px;
            color: #666;
            line-height: 1.8;
            font-size: 15px;
        }
        /* 底部CTA */
        .zt-cta {
            background: linear-gradient(135deg, var(--kw-blue-dark, #0356b8) 0%, var(--kw-blue, #026ce3) 100%);
            padding: 80px 0;
            text-align: center;
            color: #fff;
        }
        .zt-cta h2 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .zt-cta p {
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }
        .zt-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .zt-cta-btn-primary {
            background: #fe0404;
            color: #fff;
            padding: 18px 48px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            box-shadow: 0 8px 24px rgba(254,4,4,0.3);
        }
        .zt-cta-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(254,4,4,0.4);
        }
        .zt-cta-btn-secondary {
            background: rgba(255,255,255,0.15);
            color: #fff;
            padding: 18px 48px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            border: 2px solid rgba(255,255,255,0.3);
        }
        .zt-cta-btn-secondary:hover {
            background: rgba(255,255,255,0.25);
        }
        /* 数据统计 */
        .zt-stats {
            background: #f8fafc;
            padding: 60px 0;
        }
        .zt-stats-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            padding: 0 20px;
        }
        .zt-stat-item {
            text-align: center;
        }
        .zt-stat-num {
            font-size: 48px;
            font-weight: 700;
            color: var(--kw-blue, #026ce3);
            margin-bottom: 10px;
        }
        .zt-stat-num span {
            font-size: 24px;
        }
        .zt-stat-label {
            font-size: 16px;
            color: #666;
        }
        /* 案例展示 */
        .zt-cases {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        .zt-case-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
            transition: all 0.3s;
            border: 1px solid #f0f0f0;
        }
        .zt-case-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.1);
        }
        .zt-case-img {
            height: 200px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
        }
        .zt-case-content {
            padding: 24px;
        }
        .zt-case-tag {
            display: inline-block;
            background: #e8f0fe;
            color: var(--kw-blue, #026ce3);
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 13px;
            margin-bottom: 12px;
        }
        .zt-case-content h3 {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 10px;
        }
        .zt-case-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
        /* 专题区块纵向节奏统一：团队 / 客户 / 案例 */
        .zt-page {
            --zt-sec-pad: 64px;
            --zt-title-mb: 48px;
        }
        /* 团队实景 */
        .zt-team-section {
            padding: var(--zt-sec-pad) 20px calc(var(--zt-sec-pad) / 2);
        }
        .zt-team-section .zt-section-title {
            margin-bottom: var(--zt-title-mb);
        }
        .zt-team-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .zt-team-item {
            margin: 0;
            overflow: hidden;
            background: #f1f5f9;
        }
        .zt-team-item img {
            display: block;
            width: 100%;
            height: 220px;
            object-fit: cover;
        }
        .zt-team-item figcaption {
            padding: 10px 4px 0;
            font-size: 13px;
            color: #64748b;
            text-align: center;
            line-height: 1.4;
        }
        .zt-team-note {
            max-width: 1200px;
            margin: 24px auto 0;
            text-align: center;
            font-size: 14px;
            color: #64748b;
            line-height: 1.6;
        }
        .zt-team-note a {
            color: var(--kw-blue, #026ce3);
            text-decoration: none;
        }
        .zt-team-note a:hover {
            text-decoration: underline;
        }
        /* 客户名墙 */
        .zt-clients {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 28px;
            padding: 0 20px;
        }
        .zt-clients-group {
            text-align: left;
        }
        .zt-clients-label {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a2e;
            margin: 0 0 12px;
            padding-left: 10px;
            border-left: 3px solid var(--kw-blue, #026ce3);
            line-height: 1.3;
        }
        .zt-clients-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px 12px;
        }
        .zt-clients-list li {
            font-size: 13px;
            color: #475569;
            background: #fff;
            border: 1px solid #e2e8f0;
            padding: 8px 14px;
            line-height: 1.3;
            white-space: nowrap;
        }
        .zt-clients-foot {
            max-width: 900px;
            margin: 24px auto 0;
            padding: 0 20px;
            text-align: center;
            font-size: 13px;
            color: #94a3b8;
            line-height: 1.6;
        }
        .zt-clients-section {
            padding-top: 0;
            padding-bottom: 0;
        }
        .zt-clients-section .zt-clients-inner {
            padding-top: calc(var(--zt-sec-pad) / 2);
            padding-bottom: calc(var(--zt-sec-pad) / 2);
            max-width: 1200px;
            margin: 0 auto;
        }
        .zt-clients-section .zt-section-title {
            margin-bottom: var(--zt-title-mb);
        }
        .zt-cases-section {
            padding-top: calc(var(--zt-sec-pad) / 2);
            padding-bottom: var(--zt-sec-pad);
        }
        .zt-cases-section .zt-section-title {
            margin-bottom: var(--zt-title-mb);
        }
        /* 响应式 */
        @media (max-width: 768px) {
            .zt-banner h1 { font-size: 28px; }
            .zt-banner .subtitle { font-size: 16px; }
            .zt-section { padding: 50px 0; }
            .zt-section-title h2 { font-size: 28px; }
            .zt-advantages { grid-template-columns: repeat(2, 1fr); }
            .zt-services { grid-template-columns: 1fr; }
            .zt-pricing { grid-template-columns: 1fr; }
            .zt-price-card.featured { transform: scale(1); }
            .zt-price-card.featured:hover { transform: translateY(-8px); }
            .zt-cases { grid-template-columns: 1fr; }
            .zt-team-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
            .zt-team-item img { height: 140px; }
            .zt-clients-list li { font-size: 12px; padding: 6px 10px; white-space: normal; }
            .zt-page { --zt-sec-pad: 48px; --zt-title-mb: 36px; }
            .zt-stats-inner { grid-template-columns: repeat(2, 1fr); }
            .zt-process { flex-direction: column; gap: 40px; }
            .zt-process::before { display: none; }
        }
    
/* 网站建设：类型宫格 */
.zt-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.zt-type-item {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s;
}
.zt-type-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-color: var(--kw-blue, #026ce3);
}
.zt-type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #0284ff 0%, #026ce3 55%, #0156c4 100%);
  color: #fff;
  box-shadow:
    0 8px 18px rgba(2, 108, 227, 0.28),
    inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform 0.3s, box-shadow 0.3s;
}
.zt-type-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.zt-type-item:hover .zt-type-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 12px 24px rgba(2, 108, 227, 0.34),
    inset 0 1px 0 rgba(255,255,255,.4);
}
.zt-type-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.zt-type-item p {
  font-size: 13px;
  color: #999;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .zt-types { grid-template-columns: repeat(2, 1fr); }
}

/* 解决方案：痛点 / 路径 / 行业方案包 */
/* band 本身不再叠一层 section 的上下 padding，与普通版块同为 80px */
.zt-section.zt-section--band {
  max-width: 100%;
  padding: 0;
  background: #f8fafc;
}
.zt-section--band .zt-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
}
.zt-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.zt-pain-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  padding: 28px 22px;
  box-shadow: 0 4px 16px rgba(6, 22, 45, 0.04);
}
.zt-pain-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--kw-blue, #026ce3);
}
.zt-pain-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}
.zt-pain-card p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}
.zt-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.zt-path-step {
  position: relative;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  padding: 28px 22px;
}
.zt-path-num {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: var(--kw-blue, #026ce3);
}
.zt-path-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.zt-path-step p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}
.zt-industry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.zt-industry-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 6px 20px rgba(6, 22, 45, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.zt-industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(2, 108, 227, 0.12);
}
.zt-industry-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}
.zt-industry-scene {
  margin: 0 0 18px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}
.zt-industry-card dl {
  margin: 0;
}
.zt-industry-card dt {
  margin: 12px 0 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--kw-blue, #026ce3);
  letter-spacing: 0.02em;
}
.zt-industry-card dt:first-child {
  margin-top: 0;
}
.zt-industry-card dd {
  margin: 0;
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
}
.zt-advantages--compact {
  grid-template-columns: repeat(4, 1fr) !important;
}
.zt-price-note {
  text-align: center;
  color: #999;
  margin-top: 30px;
  font-size: 14px;
}
.zt-price-note a {
  color: var(--kw-blue, #026ce3);
  text-decoration: underline;
}
/* 嵌在灰底 band 区块内的轻量导流，避免夹在两色之间 */
.zt-bridge {
  margin: 32px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
}
.zt-bridge a {
  margin-left: 10px;
  color: var(--kw-blue, #026ce3);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.zt-bridge a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .zt-bridge a {
    display: inline-block;
    margin: 8px 0 0;
    white-space: normal;
  }
}
@media (max-width: 1024px) {
  .zt-pain-grid,
  .zt-path {
    grid-template-columns: repeat(2, 1fr);
  }
  .zt-industry {
    grid-template-columns: repeat(2, 1fr);
  }
  .zt-advantages--compact {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .zt-section.zt-section--band {
    padding: 0;
  }
  .zt-section--band .zt-section-inner {
    padding: 50px 16px;
  }
  .zt-pain-grid,
  .zt-path,
  .zt-industry,
  .zt-advantages--compact {
    grid-template-columns: 1fr !important;
  }
}
