/* ============================================================
   crm.css — MIP 销售云 独有样式
   ============================================================ */
:root {
    /* 本站 hero demo 专属变量 */
    --crm-grad: linear-gradient(135deg, #6f9bff 0%, #3267F0 55%, #1a3fbf 100%);
    --crm-grad-text: linear-gradient(135deg, #3267F0 0%, #02befa 100%);
    --crm-glow-1: rgba(50, 103, 240, 0.30);
    --crm-glow-2: rgba(102, 237, 157, 0.28);
    --crm-shadow-float: 0 20px 60px rgba(50, 103, 240, 0.20);
    --crm-shadow-hover: 0 32px 80px rgba(50, 103, 240, 0.30);
    --crm-border: rgba(50, 103, 240, 0.18);
}

/* ============ crm 专属 keyframes ============ */
@keyframes crm-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes crm-drift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(24px,-20px) scale(1.06); } }
@keyframes crm-flow { 0% { background-position: 0% 0; } 100% { background-position: 200% 0; } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ============ Hero ============ */
        .hero {
            min-height: 80vh;
            display: flex;
            align-items: center;
            position: relative;
            padding: 90px 0 50px;
            overflow: hidden;
        }
        .hero-bg {
            position: absolute; inset: 0; pointer-events: none; z-index: 0;
            background:
                radial-gradient(ellipse 80% 60% at 20% 20%, rgba(50,103,240,0.06) 0%, transparent 60%),
                radial-gradient(ellipse 60% 50% at 85% 80%, rgba(2,190,250,0.06) 0%, transparent 60%),
                radial-gradient(ellipse 50% 40% at 50% 50%, rgba(102,237,157,0.04) 0%, transparent 60%);
        }
        .hero .container { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; position: relative; z-index: 1; max-width: 1200px; }
        .hero-content { max-width: 560px; }
        .hero-badge {
            display: inline-flex; align-items: center; gap: 8px;
            padding: 8px 18px; background: rgba(50,103,240,0.08); border-radius: 50px;
            font-size: 13px; font-weight: 700; color: var(--c-blue); margin-bottom: 28px;
        }
        .hero-badge-dot { width: 7px; height: 7px; background: var(--c-cyan); border-radius: 50%; animation: pulse-dot 2s infinite; }
        .hero-title { font-size: clamp(34px, 4.4vw, 46px); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 16px; }
        .hero-title span { background: linear-gradient(135deg, var(--c-blue), var(--c-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .hero-subtitle { font-size: clamp(18px, 2vw, 24px); color: var(--text-secondary); margin-bottom: 8px; font-weight: 600; }
        .hero-tagline { font-size: 14px; color: var(--text-tertiary); margin-bottom: 24px; font-style: italic; letter-spacing: 0.02em; }
        .hero-desc { font-size: 16px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 32px; }
        .hero-cta { display: flex; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }

        
/* ============ Hero 右侧视觉 —— 销售管道看板 demo（纯CSS） ============ */
        .hero-visual { position: relative; height: 520px; }
        .hero-glow { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
        .hero-glow.g1 { top: -4%; left: -6%; width: 380px; height: 380px; background: radial-gradient(circle, var(--crm-glow-1) 0%, transparent 70%); animation: crm-drift 9s ease-in-out infinite; }
        .hero-glow.g2 { bottom: -6%; right: -4%; width: 440px; height: 440px; background: radial-gradient(circle, var(--crm-glow-2) 0%, transparent 70%); animation: crm-drift 12s ease-in-out infinite reverse; }
        .visual-card {
            position: absolute; background: #fff; border-radius: var(--radius-lg);
            box-shadow: var(--crm-shadow-float); border: 1px solid var(--crm-border);
            padding: 20px; transition: var(--transition); z-index: 1;
        }
        .visual-card:hover { box-shadow: var(--crm-shadow-hover); }

        /* 主看板：AI 销售中枢 */
        .card-pipeline { width: 348px; left: 4%; top: 6%; animation: crm-float 6s ease-in-out infinite; }
        .dash-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 1px solid var(--border-card); }
        .dash-dots { display: flex; gap: 5px; }
        .dash-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(50,103,240,0.18); display: block; }
        .dash-dots i:first-child { background: #fca5a5; }
        .dash-dots i:nth-child(2) { background: #fcd34d; }
        .dash-dots i:last-child { background: #86efac; }
        .dash-bar-title { font-size: 13.5px; font-weight: 700; color: var(--text-primary); }
        .dash-bar .pipe-status { margin-left: auto; }
        .pipe-status { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--c-green-dark); font-weight: 600; }
        .status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-green-dark); animation: pulse-dot 1.6s infinite; }
        /* 三指标 */
        .dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
        .dash-metric-num { font-size: 22px; font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; background: var(--crm-grad-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .dash-metric-label { font-size: 11px; color: var(--text-tertiary); margin-top: 3px; }
        /* 趋势图 */
        .dash-chart { display: flex; align-items: flex-end; justify-content: space-between; gap: 6px; height: 84px; padding: 12px; background: linear-gradient(180deg, rgba(50,103,240,0.06), transparent); border-radius: var(--radius-md); margin-bottom: 14px; }
        .dash-chart-bar { flex: 1; background: var(--crm-grad); border-radius: 4px 4px 0 0; box-shadow: 0 -3px 8px rgba(50,103,240,0.20); }
        /* 动态列表 */
        .dash-list { display: flex; flex-direction: column; gap: 9px; }
        .dash-list-item { display: flex; align-items: center; gap: 10px; padding: 9px 11px; background: var(--bg-soft); border: 1px solid var(--border-card); border-radius: 11px; }
        .dash-list-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-blue); flex-shrink: 0; }
        .dash-list-dot.green { background: var(--c-green-dark); }
        .dash-list-dot.amber { background: #f59e0b; }
        .dash-list-text { flex: 1; min-width: 0; }
        .dash-list-name { font-size: 12px; font-weight: 700; color: var(--text-primary); line-height: 1.3; }
        .dash-list-desc { font-size: 10.5px; color: var(--text-tertiary); line-height: 1.35; margin-top: 1px; }
        .dash-list-badge { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 20px; background: rgba(50,103,240,0.10); color: var(--c-blue); flex-shrink: 0; }
        .dash-list-badge.hot { background: rgba(230,76,60,0.12); color: #e04c3c; }

        /* 成交卡（渐变底白字，带图标+进度条） */
        .card-won { right: 0%; top: 22%; width: 158px; background: var(--crm-grad); color: #fff; border: none; animation: crm-float 7s ease-in-out infinite; animation-delay: .6s; z-index: 2; }
        .hf-icon { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,0.22); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
        .hf-icon.small { width: 28px; height: 28px; background: var(--crm-grad); margin-bottom: 0; flex-shrink: 0; }
        .won-number { font-size: 30px; font-weight: 800; line-height: 1; }
        .won-label { font-size: 12px; opacity: 0.9; margin-top: 5px; }
        .hf-bar { width: 100%; height: 4px; background: rgba(255,255,255,0.28); border-radius: 3px; margin-top: 10px; overflow: hidden; }
        .hf-bar i { display: block; height: 100%; border-radius: 3px; background: #fff; }

        /* 徽章卡（图标+文字横排） */
        .card-badge { left: 0%; bottom: 8%; padding: 11px 16px; display: flex; align-items: center; gap: 10px; animation: crm-float 5s ease-in-out infinite; animation-delay: .3s; }
        .card-pool { left: 2%; bottom: 24%; padding: 11px 16px; display: flex; align-items: center; gap: 10px; animation: crm-float 6s ease-in-out infinite; animation-delay: .9s; }
        .badge-text { font-size: 12.5px; font-weight: 600; color: var(--text-secondary); white-space: nowrap; }
        .badge-text strong { color: var(--c-blue); font-size: 15px; font-weight: 800; }
        .card-pool .badge-text strong { color: var(--c-green-dark); }
        .hf-icon.small.green { background: linear-gradient(135deg, #66ed9d, #3ac870); }

        /* 几何装饰 */
        .geo-shape { position: absolute; border-radius: 14px; pointer-events: none; z-index: 0; }
        .geo-shape.s1 { top: 0%; right: 22%; width: 52px; height: 52px; background: linear-gradient(135deg, rgba(50,103,240,0.20), transparent); animation: crm-float 8s ease-in-out infinite; }
        .geo-shape.s2 { bottom: 2%; right: 6%; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, rgba(102,237,157,0.32), transparent); animation: crm-float 6.5s ease-in-out infinite; animation-delay: .5s; }
        .hero-trust { font-size: 13px; color: var(--text-tertiary); }
        .hero-trust strong { color: var(--text-primary); }

        
/* ============ Trust Bar ============ */
        .trust-bar { background: var(--bg-soft); padding: 32px 0; text-align: center; }
        .trust-bar-label { font-size: 13px; font-weight: 700; color: var(--text-tertiary); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
        .trust-logos { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
        .trust-logo { font-size: 18px; font-weight: 700; color: #cbd5e1; letter-spacing: 0.02em; }
        .trust-award { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; background: #fff; border-radius: 50px; box-shadow: var(--shadow-sm); font-size: 13px; font-weight: 700; color: var(--c-blue); }

        
/* ============ Comparison Table ============ */
        .cmp-table-wrap { overflow-x: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
        .cmp-table { width: 100%; border-collapse: collapse; background: #fff; }
        .cmp-table th { padding: 20px 20px; font-weight: 700; font-size: 15px; text-align: center; border-bottom: 2px solid var(--border-light); }
        .cmp-table th:first-child { text-align: left; color: var(--text-secondary); width: 22%; padding-left: 28px; }
        .cmp-table th.hl {
            background: var(--c-blue);
            color: #fff; border-radius: 12px 12px 0 0; position: relative;
        }
        .cmp-table th.hl .rec-tag {
            display: inline-block; vertical-align: middle; margin-left: 4px;
            background: var(--c-coral); color: #fff; padding: 2px 8px; border-radius: 20px;
            font-size: 10px; font-weight: 700; white-space: nowrap; line-height: 1.3; position: static;
        }
        .cmp-table td { padding: 16px 20px; text-align: center; border-bottom: 1px solid var(--border-card); font-size: 14px; color: var(--text-secondary); }
        .cmp-table td:first-child { font-weight: 600; color: var(--text-primary); text-align: left; padding-left: 28px; }
        .cmp-table tr:hover td { background: #f8fafc; }
        .cmp-table .chk { color: var(--c-blue); font-weight: 700; }
        .cmp-table .cross { color: #cbd5e1; }

        
/* ============ Three Modes ============ */
        .modes-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; }
        .mode-card {
            background: #fff; border-radius: var(--radius-lg); padding: 36px 28px;
            box-shadow: var(--shadow-md); border: 1px solid var(--border-card);
            transition: var(--transition); display: flex; flex-direction: column;
        }
        .mode-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.mode-card { grid-column: span 2; }
.mode-card:nth-child(4) { grid-column: 2 / span 2; }
.mode-card:nth-child(5) { grid-column: 4 / span 2; }
        .mode-icon { width: 56px; height: 56px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; }
        .mode-icon.pilot { background: rgba(50,103,240,0.1); color: var(--c-blue); }
        .mode-icon.copilot { background: rgba(2,190,250,0.1); color: var(--c-cyan); }
        .mode-icon.knowledge { background: rgba(102,237,157,0.1); color: #0c6b3a; }
        .mode-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
        .mode-card .mode-tag { font-size: 12px; font-weight: 700; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
        .mode-card .check { color: var(--c-blue); font-weight: 400; }
        .mode-card p.desc { color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; min-height: 0; }
        .mode-card .mode-cmd {
            background: #f1f5f9; border-radius: var(--radius-sm); padding: 14px 16px;
            font-size: 13px; line-height: 1.6; color: var(--text-secondary);
            border-left: 3px solid var(--c-blue); font-style: italic; margin-bottom: 16px;
        }
        .mode-card .mode-cmd::before { content: '💬 '; font-style: normal; }
        .mode-card .mode-roles { font-size: 12px; color: var(--text-tertiary); }
        .mode-card .mode-roles span { display: inline-block; padding: 3px 10px; background: #f1f5f9; border-radius: 20px; margin: 2px 4px 2px 0; }

        
/* ============ Scenario Cards ============ */
        .scenarios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .scenario-card {
            background: #fff; border-radius: var(--radius-lg); padding: 28px;
            box-shadow: var(--shadow-md); border: 1px solid var(--border-card);
            transition: var(--transition);
        }
        .scenario-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
        .scenario-num { font-size: 48px; font-weight: 800; color: #f1f5f9; line-height: 1; margin-bottom: -16px; }
        .scenario-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; position: relative; }
        .scenario-pain { font-size: 14px; color: var(--c-coral); font-weight: 600; margin-bottom: 12px; }
        .scenario-solution { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
        .scenario-solution::before { content: '→ '; color: var(--c-green); font-weight: 700; }

        
/* ============ Testimonials ============ */
        .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
        .testimonial-card {
            background: #fff; border-radius: var(--radius-lg); padding: 28px;
            box-shadow: var(--shadow-md); border: 1px solid var(--border-card);
            transition: var(--transition);
        }
        .testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
        .testimonial-quote { font-size: 15px; line-height: 1.8; color: var(--text-primary); margin-bottom: 20px; position: relative; }
        .testimonial-quote::before { content: '"'; font-size: 48px; line-height: 1; color: var(--c-cyan); position: absolute; top: -12px; left: -4px; opacity: 0.5; }
        .testimonial-meta { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border-card); }
        .testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 18px; flex-shrink: 0; }
        .testimonial-avatar.a1 { background: var(--c-blue); }
        .testimonial-avatar.a2 { background: var(--c-cyan); }
        .testimonial-avatar.a3 { background: var(--c-green); }
        .testimonial-info h5 { font-size: 15px; font-weight: 700; margin-bottom: 2px; }
        .testimonial-info p { font-size: 13px; color: var(--text-tertiary); }
        .testimonial-result {
            display: inline-block; margin-top: 14px; padding: 6px 14px;
            border-radius: 20px; font-size: 13px; font-weight: 700;
        }
        .testimonial-result.r1 { background: rgba(50,103,240,0.1); color: var(--c-blue); }
        .testimonial-result.r2 { background: rgba(2,190,250,0.1); color: #0369a1; }
        .testimonial-result.r3 { background: rgba(102,237,157,0.15); color: #0c6b3a; }

        
/* ============ Feature Grid ============ */
        .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .feature-card {
            background: #fff; border-radius: var(--radius-lg); padding: 28px;
            box-shadow: var(--shadow-md); border: 1px solid var(--border-card);
            transition: var(--transition); border-top: 3px solid var(--c-blue);
        }
        .feature-card.f2 { border-top-color: var(--c-cyan); }
        .feature-card.f3 { border-top-color: var(--c-green); }
        .feature-card.f4 { border-top-color: var(--c-coral); }
        .feature-card.f5 { border-top-color: var(--c-blue); }
        .feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
        .feature-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
        .feature-card .feature-strip { font-size: 13px; color: var(--text-tertiary); margin-bottom: 12px; line-height: 1.6; }
        .feature-card .feature-insight { font-size: 13px; font-weight: 600; color: var(--c-blue); }
        .feature-card.f2 .feature-insight { color: var(--c-cyan); }
        .feature-card.f3 .feature-insight { color: #0c6b3a; }
        .feature-card.f4 .feature-insight { color: var(--c-coral); }
        .feature-card.f5 .feature-insight { color: var(--c-blue); }

        
/* ============ Stats ============ */
        .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
        .stat-card { text-align: center; padding: 32px 20px; }
        .stat-number { font-size: clamp(44px, 5.5vw, 64px); font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
        .stat-number.s1 { color: var(--c-blue); }
        .stat-number.s2 { color: var(--c-cyan); }
        .stat-number.s3 { color: var(--c-green); }
        .stat-number.s4 { color: var(--c-coral); }
        .stat-label { font-size: 16px; font-weight: 600; color: var(--text-secondary); margin-top: 8px; }

        
/* ============ Pricing ============ */
        .pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(240px, 380px)); justify-content: center; gap: 24px; margin-top: 40px; }
        .price-card {
            background: #fff; border-radius: var(--radius-lg); padding: 28px 20px;
            box-shadow: var(--shadow-md); border: 2px solid transparent;
            transition: var(--transition); display: flex; flex-direction: column; position: relative;
        }
        .price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
        .price-card.recommended { border-color: var(--c-cyan); background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%); box-shadow: 0 8px 32px rgba(2,190,250,0.2); }
        .price-card.recommended .price-card-name { color: var(--c-cyan); }
        .price-card.recommended .price { color: var(--c-cyan); }
        .price-card.recommended::after {
            content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg);
            border: 2px solid var(--c-cyan); pointer-events: none; z-index: 1;
        }
        .price-card.recommended::before {
            content: '🔥 热门推荐'; position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
            background: linear-gradient(135deg, var(--c-cyan), var(--c-cyan-dark));
            color: #fff; padding: 4px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; white-space: nowrap; z-index: 2;
        }
        .price-card:not(.recommended) { border-color: rgba(50,103,240,0.2); }
        .price-card:not(.recommended):hover { border-color: var(--c-blue); }
        .price-card:not(.recommended) .price-card-name { color: var(--c-blue); }
        .price-card-header { text-align: center; margin-bottom: 20px; }
        .price-card-name { font-size: 20px; font-weight: 700; }
        .price-card-desc { font-size: 12px; color: var(--text-tertiary); margin-top: 2px; }
        .price-card-features { list-style: none; flex: 1; }
        .price-card-features li {
            position: relative; padding-left: 24px; margin-bottom: 10px;
            font-size: 13px; color: var(--text-secondary); line-height: 1.5;
        }
        .price-card-features li::before {
            content: '✓'; position: absolute; left: 0; top: 0;
            width: 18px; height: 18px; background: rgba(102,237,157,0.2); color: #0c6b3a;
            border-radius: 50%; display: flex; align-items: center; justify-content: center;
            font-weight: 700; font-size: 10px;
        }
        .price-card-price { text-align: center; padding: 20px 0; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; }
        .price-card-price .price { font-size: 40px; font-weight: 800; letter-spacing: -0.02em; }
        .price-card-price .price-unit { font-size: 14px; color: var(--text-tertiary); }
        .price-card-price .price-free { font-size: 40px; font-weight: 800; color: var(--c-green); }
        .price-card .btn { width: 100%; }

        
/* ============ Feature Comparison (Canva replica) ============ */
        .comparison-wrap { margin-top: 48px; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; }
        .comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: 14px; }
        .comparison-table col.col-feature { width: auto; }
        .comparison-table col.col-plan { width: 25%; }

        
/* ===== THEAD: 版本头 ===== */
        .comparison-table thead th { vertical-align: top; padding: 0; font-weight: 600; }
        .comparison-table thead .th-feature-cell {
            text-align: left; padding: 0 8px 0 0; vertical-align: bottom;
        }
        .comparison-table thead .th-feature-cell .cmp-title {
            font-size: 24px; font-weight: 700; color: #0f1015; letter-spacing: -0.01em;
        }
        .comparison-table thead .plan-head {
            padding: 20px 24px 20px; text-align: left;
        }
        .comparison-table thead th.plan-col.basic .plan-head {
            background: rgba(64, 79, 109, 0.06); border-radius: 16px;
        }
        .comparison-table thead th.plan-col.custom .plan-head {
            background: rgba(50, 103, 240, 0.10); border-radius: 16px;
        }
        .comparison-table thead .plan-head .plan-name {
            display: flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 700; color: #0f1015;
            white-space: nowrap;
        }
        .comparison-table thead .plan-head .crown { width: 20px; height: 20px; flex-shrink: 0; }
        .comparison-table thead .plan-cta-btn {
            display: flex; align-items: center; justify-content: center; width: 100%;
            margin-top: 12px; height: 40px; border-radius: 12px; font-size: 14px; font-weight: 600;
            cursor: pointer; border: 1px solid rgba(57, 70, 96, 0.3); background: transparent; color: #0f1015;
            transition: background .15s ease; text-decoration: none; box-sizing: border-box;
        }
        .comparison-table thead .plan-cta-btn:hover { background: rgba(64,79,109,0.08); }
        .comparison-table thead .plan-cta-btn.primary {
            background: #3267F0; border-color: #3267F0; color: #fff;
        }
        .comparison-table thead .plan-cta-btn.primary:hover { background: #1a3fbf; }
        /* 两张版本头卡之间的缝隙 */
        .comparison-table thead th.plan-col.custom { padding-left: 8px; }
        /* thead 与卡片之间的 24px 空隙 */
        .comparison-table thead tr.cmp-spacer td { height: 24px; padding: 0; border: none; }

        
/* ===== 模块卡片 (每个 tbody) ===== */
        .comparison-table tbody.module-group > tr > th,
        .comparison-table tbody.module-group > tr > td { background: #fff; }
        /* 模块头行（整行可点） */
        .comparison-table tbody.module-group tr.module-toggle-row td { padding: 0; background: transparent; }
        .comparison-table tbody.module-group tr.module-toggle-row td button {
            display: flex; align-items: center; width: 100%; gap: 12px;
            padding: 16px 24px; border: none; cursor: pointer; text-align: left;
            background: rgba(57, 70, 96, 0.14); border-radius: 14px; font-family: inherit;
        }
        .comparison-table tbody.module-group.expanded tr.module-toggle-row td button {
            border-radius: 14px 14px 0 0;
        }
        .comparison-table tbody.module-group tr.module-toggle-row .mod-icon {
            width: 24px; height: 24px; flex-shrink: 0; color: #0f1015; display: flex; align-items: center; justify-content: center;
        }
        .comparison-table tbody.module-group tr.module-toggle-row .mod-name {
            font-size: 18px; font-weight: 600; color: #0f1015; flex: 1;
        }
        .comparison-table tbody.module-group tr.module-toggle-row .mod-chevron {
            width: 24px; height: 24px; flex-shrink: 0; color: #111827;
            display: flex; align-items: center; justify-content: center; transition: transform .25s ease;
        }
        .comparison-table tbody.module-group.expanded tr.module-toggle-row .mod-chevron { transform: rotate(180deg); }

        /* 功能行容器底色 + 圆角收尾 */
        .comparison-table tbody.module-group tr.feat-row th,
        .comparison-table tbody.module-group tr.feat-row td { padding: 16px 24px; vertical-align: middle; }
        .comparison-table tbody.module-group tr.feat-row th {
            text-align: left; font-weight: 500; color: #0f1015; font-size: 14px;
        }
        .comparison-table tbody.module-group tr.feat-row th .feat-desc {
            display: block; margin-top: 4px; font-size: 12px; line-height: 1.5;
            font-weight: 400; color: rgba(15, 16, 21, 0.55);
        }
        .comparison-table tbody.module-group tr.feat-row td {
            text-align: center; border-left: 1px solid rgba(57, 70, 96, 0.14);
        }
        /* 隔行浅灰 */
        .comparison-table tbody.module-group tr.feat-row.alt th,
        .comparison-table tbody.module-group tr.feat-row.alt td { background: rgba(64, 79, 109, 0.06); }
        /* 模块最后一行圆角 */
        .comparison-table tbody.module-group tr.feat-row.last-row th { border-radius: 0 0 0 14px; }
        .comparison-table tbody.module-group tr.feat-row.last-row td:last-child { border-radius: 0 0 14px 0; }
        /* 收起时隐藏功能行 */
        .comparison-table tbody.module-group tr.feat-row.hidden { display: none; }

        /* 模块之间的白色缝隙 */
        .comparison-table tbody.cmp-gap td { height: 24px; padding: 0; background: transparent; border: none; }

        
/* ===== ✓ / — 图标 ===== */
        .comp-icon { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
        .comp-icon svg { width: 24px; height: 24px; display: block; }
        .comp-icon.check svg { color: #0f1015; }
        .comp-icon.cross svg { color: rgba(57, 70, 96, 0.35); }

        @media (max-width: 768px) {
            .comparison-table col.col-plan { width: 27%; }
            .comparison-table thead .th-feature-cell .cmp-title { font-size: 20px; }
            .comparison-table thead .plan-head { padding: 14px 12px 14px; }
            .comparison-table thead .plan-cta-btn { height: 38px; font-size: 13px; }
            .comparison-table tbody.module-group tr.module-toggle-row td button { padding: 14px 16px; }
            .comparison-table tbody.module-group tr.module-toggle-row .mod-name { font-size: 16px; }
            .comparison-table tbody.module-group tr.feat-row th,
            .comparison-table tbody.module-group tr.feat-row td { padding: 14px 16px; font-size: 13px; }
            .comparison-table tbody.module-group tr.feat-row th .feat-desc { font-size: 11px; }
        }

        
/* ============ Responsive ============ */
        @media (max-width: 1024px) {
            .hero .container { max-width: 100%; padding: 0 20px; grid-template-columns: 1fr; gap: 40px; text-align: center; }
            .hero-title { font-size: 32px; white-space: normal; }
            .hero-content { max-width: 100%; }
            .hero-cta { justify-content: center; }
            /* 移动端管道看板放文案下方：相对定位画布，卡片居中排布 */
            .hero-visual { height: 540px; max-width: 560px; margin: 8px auto 0; width: 100%; }
            .card-pipeline { left: 50%; transform: translateX(-50%); top: 0%; animation: none; }
            .card-won { right: 2%; bottom: 4%; top: auto; animation: none; }
            .card-badge { left: 2%; bottom: 6%; animation: none; }
            .card-pool { left: 2%; bottom: 22%; animation: none; }
            .geo-shape { animation: none; }
            .modes-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
            .mode-card, .mode-card:nth-child(4), .mode-card:nth-child(5) { grid-column: auto; }
            .scenarios-grid { grid-template-columns: repeat(2, 1fr); }
            .testimonials-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
            .features-grid { grid-template-columns: repeat(2, 1fr); }
            .pricing-grid { grid-template-columns: repeat(2, 1fr); }
            .footer-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 768px) {
            .nav-menu { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px 24px; box-shadow: var(--shadow-lg); gap: 16px; border-bottom: 1px solid var(--border-light); }
            .nav-menu.active { display: flex; }
            .nav-toggle { display: flex; }
            .scenarios-grid { grid-template-columns: 1fr; }
            .pricing-grid { grid-template-columns: 1fr; max-width: 360px; margin: 40px auto 0; }
            .features-grid { grid-template-columns: 1fr; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .footer-grid { grid-template-columns: 1fr; gap: 32px; }
            .cmp-table th, .cmp-table td { padding: 12px 12px; font-size: 12px; }
        }
        @media (max-width: 480px) {
            .hero-title { font-size: 34px; }
            .section-title { font-size: 30px; }
            .stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
            .hero-visual { height: 470px; }
            .card-pipeline { width: 320px; padding: 16px; }
            .card-won { width: 138px; }
            .won-number { font-size: 26px; }
        }
    