
        /* ----- 全新设计方案：极简、轻量、无杂质 ----- */
        .th-service-module {
            all: initial;
            display: block;
            max-width: 100%;
            font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: transparent;
            color: #1e293b;
            line-height: 1.5;
        }

        /* 内部容器重置 (确保只影响模块内部) */
        .th-service-module * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* 主卡片 */
        .th-card {
            background: #ffffff;
            border-radius: 32px;
            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(199, 36, 177, 0.1);
            padding: 2rem 2rem;
            position: relative;
            transition: box-shadow 0.2s;
        }

        /* 微背景音符装饰 (纯粹氛围，无文字杂项) */
        .bg-note-symbol {
            position: absolute;
            font-size: 5rem;
            color: rgba(199, 36, 177, 0.03);
            pointer-events: none;
            font-family: 'Segoe UI', 'Arial Unicode MS', system-ui;
            user-select: none;
            z-index: 0;
        }
        .bg-note-1 { top: 2%; left: 0%; transform: rotate(-6deg); }
        .bg-note-2 { bottom: 3%; right: 2%; transform: rotate(8deg); }
        .bg-note-3 { top: 18%; right: 4%; transform: rotate(12deg); font-size: 3rem; }

        /* 标题区 */
        .th-header {
            text-align: center;
            margin-bottom: 2rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid rgba(199, 36, 177, 0.2);
            position: relative;
            z-index: 2;
        }
        .th-header h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #0f172a;
            letter-spacing: -0.3px;
        }
        .th-header .th-badge {
            display: inline-block;
            background: #fceef9;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-size: 0.75rem;
            font-weight: 500;
            color: #c724b1;
            margin-top: 0.5rem;
        }

        /* 主描述区域 */
        .th-description {
            text-align: center;
            margin-bottom: 1.8rem;
            position: relative;
            z-index: 2;
        }
        .th-description p {
            font-size: 0.95rem;
            color: #334155;
            margin-bottom: 0.5rem;
        }
        .th-description strong {
            color: #c724b1;
            font-weight: 600;
        }

        /* 辅助提示标签 */
        .th-note {
            font-size: 0.8rem;
            background: #faf5fc;
            display: inline-block;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            margin-bottom: 1rem;
            color: #c724b1;
            text-align: center;
            width: auto;
        }
        .note-center {
            text-align: center;
        }

        /* 产品胶囊列表 */
        .th-product-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.8rem;
            margin: 1.5rem 0;
            position: relative;
            z-index: 2;
        }
        .th-pill {
            background: linear-gradient(to right, #fff6fe, #fef0fd);
            border: 1px solid #c724b1;
            border-radius: 60px;
            padding: 0.4rem 1.2rem;
            font-size: 0.8rem;
            font-weight: 500;
            color: #1e293b;
        }
        .th-pill strong {
            color: #c724b1;
            font-weight: 700;
        }

        /* 捆绑优惠折行 */
        .th-bundle {
            background: #fefafd;
            border-radius: 1.2rem;
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            text-align: left;
            border-left: 5px solid #c724b1;
            position: relative;
            z-index: 2;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }
        .th-bundle p {
            font-size: 0.85rem;
            color: #2c3e50;
            line-height: 1.5;
        }
        .th-bundle .highlight {
            color: #c724b1;
            font-weight: 600;
        }

        /* 表格 – 干净利落 */
        .th-table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
            border-radius: 1rem;
            border: 1px solid #f0e4f0;
            background: white;
            position: relative;
            z-index: 2;
        }
        .th-discount-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.85rem;
        }
        .th-discount-table th {
            background: #fbf2fc;
            color: #c724b1;
            font-weight: 600;
            padding: 0.9rem 1rem;
            text-align: left;
            border-bottom: 1px solid #f0e0ef;
        }
        .th-discount-table td {
            padding: 0.9rem 1rem;
            border-bottom: 1px solid #f5eaf3;
            color: #2d3a4c;
        }
        .th-discount-table tr:last-child td {
            border-bottom: none;
        }
        .th-discount-table .special-row {
            background: #fef5fc;
        }
        .th-discount-table .special-row td {
            font-weight: 600;
            color: #c724b1;
        }

        /* CTA 简洁有力 */
        .th-cta {
            background: linear-gradient(135deg, #fef5fc, #fbf0f9);
            border-radius: 2rem;
            padding: 0.8rem 1rem;
            margin: 1.5rem 0 0.8rem;
            text-align: center;
            border: 1px solid rgba(199, 36, 177, 0.25);
            font-weight: 600;
            font-size: 1rem;
            color: #c724b1;
            position: relative;
            z-index: 2;
        }

        .footer-mini {
            margin-top: 1rem;
            font-size: 0.7rem;
            text-align: center;
            color: #a7b0c3;
            border-top: 1px solid #f0e0ef;
            padding-top: 0.8rem;
        }

        @media (max-width: 640px) {
            .th-card { padding: 1.2rem; }
            .th-header h3 { font-size: 1.2rem; }
            .th-discount-table th, .th-discount-table td { padding: 0.6rem; font-size: 0.75rem; }
            .bg-note-symbol { display: none; }
        }
    