 /* 基础信息卡片（适配人群+课程目标） */
        .jx-base-info {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 8px 22px rgba(0, 40, 90, 0.06);
            padding: 1.8rem 1.8rem 1.2rem;
            margin-bottom: 2rem;
            border: 1px solid #d9e6f5;
        }

        .jx-base-info p {
            margin-bottom: 1.2rem;
            font-size: 1rem;
            color: #1f3a5e;
        }

        .jx-base-info strong {
            color: #0b2b4f;
            font-weight: 700;
            background: linear-gradient(to right, #e5f0ff, transparent);
            padding: 0.1rem 0.4rem;
            border-radius: 4px;
        }

        

        /* 2026复盘模块 — 信任钩子，轻量1屏内 */
        .jx-review-module {
            background: #ffffff;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #d3e2f7;
            box-shadow: 0 4px 14px rgba(0, 30, 70, 0.03);
            border-left: 6px solid #2a7de1;
        }

        .jx-review-module h2 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0b2b4f;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .jx-review-module h2::before {
            content: '📋';
            font-size: 1.3rem;
        }

        .jx-review-module p {
            font-size: 0.98rem;
            color: #1f3a5e;
            margin-bottom: 0.8rem;
        }

        .jx-review-module ul {
            list-style: none;
            margin: 1rem 0 0.5rem;
        }

        .jx-review-module li {
            margin-bottom: 0.7rem;
            padding-left: 1.6rem;
            position: relative;
            font-size: 0.95rem;
            color: #24476e;
        }

        .jx-review-module li::before {
            content: '▪';
            position: absolute;
            left: 0;
            color: #2a7de1;
            font-weight: 700;
            font-size: 1.1rem;
        }

        .jx-review-module .jx-review-hint {
            background: #f0f7ff;
            padding: 0.8rem 1rem;
            border-radius: 12px;
            font-size: 0.93rem;
            color: #135293;
            margin-top: 1rem;
            border-left: 4px solid #2a7de1;
        }

        /* 课程目录 - 阶段卡片 */
        .jx-catalogue {
            margin: 2.5rem 0;
        }

        .jx-catalogue h2 {
            font-size: 1.7rem;
            font-weight: 700;
            color: #0b2b4f;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
        }

        .jx-catalogue h2::before {
            content: '';
            display: inline-block;
            width: 6px;
            height: 26px;
            background: #2a7de1;
            border-radius: 8px;
            margin-right: 12px;
        }

        .jx-stage-card {
            background: #ffffff;
            border-radius: 18px;
            padding: 1.5rem 1.8rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 4px 18px rgba(0, 30, 70, 0.04);
            border: 1px solid #d3e2f7;
            transition: all 0.2s;
        }

        .jx-stage-card:hover {
            box-shadow: 0 8px 24px rgba(28, 80, 160, 0.08);
            border-color: #b3cef0;
        }

        .jx-stage-card h3 {
            font-size: 1.35rem;
            font-weight: 700;
            color: #12478c;
            margin-bottom: 0.4rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .jx-stage-card h3 span {
            font-size: 0.9rem;
            font-weight: 500;
            background: #deeafb;
            padding: 0.25rem 1rem;
            border-radius: 30px;
            color: #135293;
        }

        .jx-stage-goal {
            font-size: 0.95rem;
            color: #2a5d9c;
            background: #f0f7ff;
            padding: 0.7rem 1rem;
            border-radius: 12px;
            margin: 0.8rem 0 1rem;
            font-weight: 500;
            border-left: 4px solid #2a7de1;
        }

        .jx-stage-card ul {
            list-style: none;
        }

        .jx-stage-card li {
            margin-bottom: 1rem;
            padding-left: 1.8rem;
            position: relative;
            font-size: 0.98rem;
            color: #1b3b62;
        }

        .jx-stage-card li::before {
            content: '▹';
            position: absolute;
            left: 0;
            color: #2a7de1;
            font-weight: 700;
            font-size: 1.2rem;
        }

        .jx-stage-card li strong {
            color: #0b2b4f;
            font-weight: 700;
            margin-right: 4px;
        }

        /* 2027趋势应对小标签 */
        .jx-trend-tag {
            display: inline-block;
            background: #d9ecff;
            color: #0e4a94;
            font-size: 0.78rem;
            font-weight: 600;
            padding: 0.15rem 0.7rem;
            border-radius: 20px;
            margin-left: 6px;
            vertical-align: middle;
        }

        /* 课程核心优势区块 */
        .jx-advantage-section {
            background: linear-gradient(145deg, #f1f7fe, #ffffff);
            border-radius: 24px;
            padding: 2rem 2rem 1.5rem;
            margin: 2.5rem 0;
            border: 1px solid #c9defa;
        }

        .jx-advantage-section h2 {
            font-size: 1.7rem;
            font-weight: 700;
            color: #0b2b4f;
            margin-bottom: 1.6rem;
        }

        .jx-advantage-item {
            margin-bottom: 1.5rem;
        }

        .jx-advantage-item h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #10437c;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .jx-advantage-item h3::before {
            content: '✨';
            font-size: 1.2rem;
        }

        .jx-advantage-item p {
            font-size: 0.98rem;
            color: #1d3e64;
            margin-bottom: 0.8rem;
            padding-left: 1.8rem;
        }

        /* 预约诊断模块 */
        .jx-reserve-module {
            background: #0b2b4f;
            color: white;
            border-radius: 24px;
            padding: 2rem 2rem 1.6rem;
            margin: 2rem 0 2.5rem;
            box-shadow: 0 12px 26px rgba(0, 30, 70, 0.2);
        }

        .jx-reserve-module h2 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #ffffff;
        }

        .jx-reserve-module p {
            font-size: 1rem;
            opacity: 0.92;
            margin-bottom: 1rem;
        }

        .jx-reserve-module strong {
            color: #b7d9ff;
            font-weight: 700;
        }

        /* FAQ 区域 */
        .jx-faq-section {
            margin-top: 2rem;
        }

        .jx-faq-section h2 {
            font-size: 1.7rem;
            font-weight: 700;
            color: #0b2b4f;
            margin-bottom: 1.8rem;
        }

        .jx-faq-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .jx-faq-item {
            background: #ffffff;
            border-radius: 16px;
            border: 1px solid #d3e2f7;
            overflow: hidden;
        }

        .jx-faq-item details {
            padding: 1rem 1.5rem;
        }

        .jx-faq-item summary {
            font-weight: 700;
            color: #0b2b4f;
            font-size: 1.05rem;
            cursor: pointer;
            list-style: none;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0.25rem 0;
            outline: none;
        }

        .jx-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .jx-faq-item summary::before {
            content: '❓';
            color: #2a7de1;
            font-size: 1.1rem;
            margin-right: 4px;
        }

        .jx-faq-item[open] summary::before {
            content: '💡';
        }

        .jx-faq-item .jx-faq-answer {
            margin-top: 1rem;
            padding-top: 0.8rem;
            border-top: 1px dashed #b8d1f0;
            color: #24476e;
            font-size: 0.98rem;
            line-height: 1.7;
        }

        .jx-faq-answer a {
            color: #1c6cd4;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid #c2d9fa;
        }

        .jx-faq-answer a:hover {
            color: #0b2b4f;
            border-bottom-color: #0b2b4f;
        }

        /* 页面底部备注 */
        .jx-footer-note {
            margin-top: 2.5rem;
            padding: 1rem 1.5rem;
            background: #e8f0fe;
            border-radius: 14px;
            font-size: 0.9rem;
            color: #2a5d9c;
            text-align: center;
            border: 1px dashed #b8d1f0;
        }

        /* 响应式调整 */
        @media (max-width: 640px) {
            

            .jx-stage-card h3 {
                flex-direction: column;
                align-items: flex-start;
                gap: 6px;
            }

            .jx-advantage-section,
            .jx-reserve-module {
                padding: 1.5rem 1.2rem;
            }

            .jx-base-info {
                padding: 1.3rem;
            }

        
            .jx-review-module {
                padding: 1.3rem 1.2rem;
            }
        }