
        /* ----- 完全独立模块 – 层次分明，犀利简洁，自动循环动感 ----- */
        .partners-module {
            display: block;
            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Georgia', serif;
            width: 100%;
            max-width: 100%;
            background: transparent;
            line-height: 1.5;
            color: #1a2b3c;
            overflow-x: hidden;
            box-sizing: border-box;
        }

        .partners-module .service-card {
            background: #ffffff;
            border-radius: 2rem;
            box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(199, 36, 177, 0.1);
            padding: 2rem 1.8rem;
            border: 1px solid #eceaf0;
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        /* 水印音符 */
        .partners-module .watermark-note {
            position: absolute;
            pointer-events: none;
            font-family: 'Segoe UI', 'Arial Unicode MS', 'Georgia', serif;
            font-weight: 300;
            z-index: 0;
            color: rgba(199, 36, 177, 0.05);
            white-space: nowrap;
        }
        .partners-module .watermark-note-1 { top: 2%; left: 2%; font-size: 7rem; transform: rotate(-15deg); opacity: 0.6; }
        .partners-module .watermark-note-2 { bottom: 3%; right: 2%; font-size: 8rem; transform: rotate(8deg); opacity: 0.5; }
        .partners-module .watermark-note-3 { top: 45%; left: 5%; font-size: 5rem; transform: rotate(-5deg); opacity: 0.4; }

        /* ---- 顶部图片装饰 ---- */
        .partners-module .top-image {
            text-align: center;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 2px solid rgba(199, 36, 177, 0.15);
        }
        .partners-module .top-image .image-wrapper {
            display: inline-block;
            background: linear-gradient(145deg, #faf7fc, #f2edf5);
            padding: 0.8rem 1.2rem;
            border-radius: 1.5rem;
            border: 1px solid rgba(199, 36, 177, 0.15);
            box-shadow: 0 4px 20px rgba(199, 36, 177, 0.06);
        }
        .partners-module .top-image img {
            display: block;
            max-width: 100%;
            height: auto;
            max-height: 100px;
            width: auto;
            border-radius: 0.8rem;
            filter: drop-shadow(0 2px 6px rgba(0,0,0,0.06));
        }
        .partners-module .top-image .image-caption {
            margin-top: 0.3rem;
            font-size: 0.7rem;
            color: #8a8a98;
            letter-spacing: 0.5px;
            font-weight: 400;
        }

        /* 标题区 */
        .partners-module .title-section {
            text-align: center;
            margin-bottom: 1.8rem;
            border-bottom: 2px solid #c724b1;
            padding-bottom: 0.8rem;
        }
        .partners-module .title-section h2 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 0.2rem;
            color: #1e1e24;
            letter-spacing: -0.5px;
        }
        .partners-module .title-section .sub {
            font-size: 0.95rem;
            color: #c724b1;
            font-weight: 400;
            letter-spacing: 0.3px;
        }

        /* 网格 */
        .partners-module .section-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin: 1rem 0 0.5rem 0;
            position: relative;
            z-index: 1;
        }

        /* 卡片公共 - 固定显示 #c724b1 边框层次 */
        .partners-module .partner-card {
            border-radius: 1.2rem;
            padding: 1.2rem 1.2rem 1rem 1.2rem;
            border-left: 6px solid #c724b1;
            border-top: 1px solid rgba(199, 36, 177, 0.15);
            border-right: 1px solid rgba(199, 36, 177, 0.10);
            border-bottom: 1px solid rgba(199, 36, 177, 0.10);
            transition: all 0.25s ease;
            background: #fcfafd;
            cursor: default;
        }
        .partners-module .partner-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(199, 36, 177, 0.10);
            border-color: #c724b1;
            border-top-color: #c724b1;
            border-right-color: #c724b1;
            border-bottom-color: #c724b1;
        }

        /* 不同卡片背景微差 */
        .partners-module .card-values { background: #faf7fc; }
        .partners-module .card-quality { background: #f5f9fc; }
        .partners-module .card-scale { background: #fcf6f2; }
        .partners-module .card-comm { background: #f4f9f4; }

        /* 卡片标题 */
        .partners-module .card-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: #1e1e24;
            margin-bottom: 0.1rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            letter-spacing: -0.2px;
        }
        .partners-module .card-title .accent {
            color: #c724b1;
            font-weight: 700;
        }

        .partners-module .card-subtitle {
            font-size: 0.75rem;
            color: #8a8a98;
            margin-bottom: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            font-weight: 500;
            border-bottom: 1px dashed rgba(199, 36, 177, 0.2);
            padding-bottom: 0.4rem;
        }

        /* 特质列表 */
        .partners-module .trait-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .partners-module .trait-list li {
            font-size: 0.82rem;
            color: #3a3a44;
            padding: 0.3rem 0 0.3rem 1.4rem;
            position: relative;
            border-bottom: 1px solid rgba(0,0,0,0.03);
            line-height: 1.4;
        }
        .partners-module .trait-list li:last-child {
            border-bottom: none;
        }
        .partners-module .trait-list li::before {
            content: "♪";
            position: absolute;
            left: 0;
            color: #c724b1;
            font-size: 0.75rem;
            font-weight: 700;
        }

        /* 音乐符号装饰 */
        .partners-module .music-note {
            color: #c724b1 !important;
            font-size: 0.9rem;
            display: inline-block;
            margin-right: 0.2rem;
        }

        /* 底部文案 */
        .partners-module .footer-statement {
            margin-top: 2rem;
            padding-top: 1.2rem;
            border-top: 2px solid #c724b1;
            text-align: center;
            font-size: 1.05rem;
            font-weight: 500;
            color: #1e1e24;
            letter-spacing: -0.2px;
        }
        .partners-module .footer-statement .highlight {
            color: #c724b1;
            font-weight: 600;
        }
        .partners-module .footer-statement .music-note {
            font-size: 1rem;
        }

        /* ---- 动感：自动循环弹起 ---- */
        @keyframes cardBounce {
            0%   { transform: translateY(0); }
            30%  { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(199, 36, 177, 0.10); }
            50%  { transform: translateY(0); box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
            100% { transform: translateY(0); }
        }

        .partners-module .partner-card {
            animation: cardBounce 3s ease-in-out infinite;
            animation-play-state: paused;
        }

        /* 每个卡片不同的延迟，形成依次循环效果 */
        .partners-module .card-values   { animation-delay: 0s; }
        .partners-module .card-quality  { animation-delay: 0.75s; }
        .partners-module .card-scale    { animation-delay: 1.5s; }
        .partners-module .card-comm     { animation-delay: 2.25s; }

        /* 页面加载后自动播放 */
        .partners-module .partner-card {
            animation-play-state: running;
        }

        /* 鼠标悬浮时暂停动画，保持 hover 状态 */
        .partners-module .partner-card:hover {
            animation-play-state: paused;
        }

        @media (max-width: 900px) {
            .partners-module .section-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }

        @media (max-width: 768px) {
            .partners-module .service-card { padding: 1.2rem; }
            .partners-module .title-section h2 { font-size: 1.5rem; }
            .partners-module .watermark-note-1,
            .partners-module .watermark-note-2,
            .partners-module .watermark-note-3 { display: none; }
            .partners-module .partner-card { padding: 1rem; }
            .partners-module .footer-statement { font-size: 0.9rem; }
            .partners-module .top-image img { max-height: 70px; }
            /* 移动端减小动感幅度 */
            @keyframes cardBounce {
                0%   { transform: translateY(0); }
                30%  { transform: translateY(-4px); }
                50%  { transform: translateY(0); }
                100% { transform: translateY(0); }
            }
        }
    