
        /* ----- Fully independent module – no impact on existing site layout ----- */
        .brand-harness-module * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .brand-harness-module {
            display: block;
            font-family: 'Inter', 'Segoe UI', Roboto, system-ui, sans-serif;
            max-width: 100%;
            background: transparent;
            line-height: 1.5;
            color: #1a2b3c;
        }

        .service-card {
            background: white;
            border-radius: 2rem;
            box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.1), 0 2px 0 0 rgba(199, 36, 177, 0.2);
            padding: 2rem 2rem;
            border: 1px solid rgba(199, 36, 177, 0.2);
            position: relative;
            overflow: hidden;
            transition: box-shadow 0.2s;
        }
        .service-card:hover {
            box-shadow: 0 30px 55px -15px rgba(199, 36, 177, 0.2), 0 2px 0 0 #c724b1;
        }

        /* Musical note watermark background */
        .bg-note {
            position: absolute;
            font-size: 5rem;
            color: rgba(199, 36, 177, 0.03);
            pointer-events: none;
            font-family: 'Segoe UI', 'Arial Unicode MS', sans-serif;
            z-index: 0;
        }
        .bg-note-1 { top: 2%; left: -1%; transform: rotate(-8deg); }
        .bg-note-2 { bottom: 3%; right: -2%; transform: rotate(6deg); }
        .bg-note-3 { top: 20%; right: 5%; transform: rotate(10deg); font-size: 3.5rem; }

        /* Title section */
        .title-section {
            text-align: center;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 2px solid rgba(199, 36, 177, 0.2);
            position: relative;
            z-index: 2;
        }
        .title-section h2 {
            font-size: 1.7rem;
            font-weight: 700;
            margin-bottom: 0.3rem;
        }
        .title-section .sub {
            font-size: 0.95rem;
            color: #c724b1;
        }

        /* Intro / pain-point block */
        .intro-block {
            background: linear-gradient(135deg, #fef5fc, #fbf0f9);
            border-radius: 1.2rem;
            padding: 1rem 1.2rem;
            margin-bottom: 1.8rem;
            text-align: center;
            border: 1px solid rgba(199, 36, 177, 0.3);
            position: relative;
            z-index: 2;
        }
        .intro-block p {
            font-size: 1rem;
            color: #2c3e50;
            margin-bottom: 0.4rem;
        }
        .intro-block strong {
            color: #c724b1;
        }

        /* Service capability table */
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            background: white;
            border-radius: 1rem;
            overflow: hidden;
            border: 1px solid rgba(199, 36, 177, 0.2);
            position: relative;
            z-index: 2;
        }
        .spec-table th, .spec-table td {
            padding: 0.9rem 0.9rem;
            text-align: left;
            border-bottom: 1px solid rgba(199, 36, 177, 0.1);
            font-size: 0.9rem;
        }
        .spec-table th {
            background: #faf5fc;
            color: #c724b1;
            font-weight: 600;
        }
        .spec-table td {
            color: #2c3e50;
        }
        .spec-table tr:last-child td,
        .spec-table tr:last-child th {
            border-bottom: none;
        }

        /* Musical note styling with high priority */
        .brand-harness-module .crimp-note,
        .brand-harness-module .spec-table .crimp-note {
            color: #c724b1 !important;
            font-size: 1.1rem;
            font-family: 'Segoe UI', 'Arial Unicode MS', sans-serif;
            display: inline-block;
            margin: 0 0.1rem;
            font-weight: normal;
            font-style: normal;
        }

        /* Brand showcase table – second table for brands & series */
        .brand-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            background: white;
            border-radius: 1rem;
            overflow: hidden;
            border: 1px solid rgba(199, 36, 177, 0.2);
            position: relative;
            z-index: 2;
        }
        .brand-table th, .brand-table td {
            padding: 0.8rem 0.8rem;
            text-align: left;
            border-bottom: 1px solid rgba(199, 36, 177, 0.1);
            font-size: 0.85rem;
        }
        .brand-table th {
            background: #faf5fc;
            color: #c724b1;
            font-weight: 600;
        }
        .brand-table td {
            color: #2c3e50;
        }
        .brand-table tr:last-child td,
        .brand-table tr:last-child th {
            border-bottom: none;
        }

        /* Image gallery row */
        .image-showcase {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            align-items: center;
            margin: 1.5rem 0 1.8rem;
            position: relative;
            z-index: 2;
        }
        .image-showcase img {
            max-width: 95px;
            height: auto;
            border-radius: 12px;
            border: 1px solid rgba(199, 36, 177, 0.25);
            background: #fefafd;
            padding: 0.3rem;
            transition: transform 0.2s ease;
        }
        .image-showcase img:hover {
            transform: scale(1.03);
            border-color: #c724b1;
        }

        /* Feature grid (services) */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
            margin: 1.5rem 0 1.8rem;
            position: relative;
            z-index: 2;
        }
        .feature-item {
            background: linear-gradient(145deg, #fff6fe, #fef0fd);
            border-radius: 1rem;
            padding: 1rem 0.8rem;
            text-align: center;
            border: 1px solid rgba(199, 36, 177, 0.2);
            transition: all 0.2s;
            cursor: default;
        }
        .feature-item:hover {
            border-color: #c724b1;
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(199,36,177,0.08);
        }
        .feature-item strong {
            color: #c724b1;
            font-weight: 700;
            font-size: 0.95rem;
            display: block;
            margin-bottom: 0.3rem;
        }
        .feature-item .feature-desc {
            font-size: 0.85rem;
            color: #2c3e50;
            line-height: 1.4;
        }

        /* CTA block */
        .cta-block {
            background: linear-gradient(135deg, #fef5fc, #fbf0f9);
            border-radius: 1.5rem;
            padding: 1rem 1rem;
            margin: 1.5rem 0 1rem;
            text-align: center;
            border: 1px solid rgba(199, 36, 177, 0.3);
            position: relative;
            z-index: 2;
        }
        .cta-text {
            font-size: 1.2rem;
            font-weight: 600;
            color: #c724b1;
        }

        hr {
            margin: 1rem 0;
            border: 0;
            height: 1px;
            background: repeating-linear-gradient(90deg, #c724b1, #c724b1 6px, transparent 6px, transparent 20px);
            opacity: 0.3;
        }

        .footer-line {
            text-align: center;
            color: #c724b1;
            font-size: 0.8rem;
            margin-top: 1rem;
            padding-top: 0.8rem;
            border-top: 1px dashed rgba(199, 36, 177, 0.3);
        }

        /* Bounce animation for music notes (gentle, intermittent) */
        @keyframes gentleHop {
            0% { transform: translateY(0); }
            20% { transform: translateY(-3px); }
            40% { transform: translateY(0); }
            60% { transform: translateY(-1.5px); }
            80% { transform: translateY(0); }
            100% { transform: translateY(0); }
        }
        .crimp-note {
            display: inline-block;
            animation: gentleHop 0.45s ease-out 1;
            animation-iteration-count: 1;
            animation-fill-mode: both;
            animation-delay: 0.5s;
        }
        .feature-item .crimp-note {
            animation-delay: 0.8s;
        }

        @media (max-width: 768px) {
            .service-card { padding: 1.5rem; }
            .title-section h2 { font-size: 1.3rem; }
            .spec-table th, .spec-table td, .brand-table th, .brand-table td { font-size: 0.75rem; padding: 0.5rem; }
            .bg-note-1, .bg-note-2, .bg-note-3 { display: none; }
            .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
            .image-showcase img { max-width: 70px; }
            .cta-text { font-size: 1rem; }
        }
        @media (max-width: 480px) {
            .feature-grid { grid-template-columns: 1fr; }
        }
    