        /* ══════════════════════════════════
           COMPARE LANDING – MODERN REDESIGN
           ══════════════════════════════════ */

        /* ——— Keyframes ——— */
        @keyframes cmpxlFloat1 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50%      { transform: translate(25px, -18px) scale(1.06); }
        }
        @keyframes cmpxlFloat2 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50%      { transform: translate(-18px, 12px) scale(1.04); }
        }
        @keyframes cmpxlFloat3 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50%      { transform: translate(12px, 20px) scale(1.08); }
        }
        @keyframes cmpxlFadeUp {
            from { opacity: 0; transform: translateY(16px); }
            to   { opacity: 1; transform: translateY(0); }
        }
        @keyframes cmpxlPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,.2); }
            50%      { box-shadow: 0 0 0 8px rgba(245,158,11,0); }
        }

        /* ——— Hero ——— */
        .cmpxl-hero {
            position: relative;
            background: linear-gradient(160deg, var(--navy-deep) 0%, #132145 40%, var(--navy-light) 70%, #0d2240 100%);
            padding: 20px 0 20px;
            text-align: center;
            overflow: hidden;
        }

        .cmpxl-hero__bg-shapes { position: absolute; inset: 0; pointer-events: none; }

        .cmpxl-hero__shape {
            position: absolute;
            border-radius: 50%;
            filter: blur(60px);
            opacity: .3;
        }

        .cmpxl-hero__shape--1 {
            width: 260px; height: 260px;
            background: var(--new-secondary-color, var(--warning));
            top: -50px; right: 8%;
            animation: cmpxlFloat1 8s ease-in-out infinite;
        }

        .cmpxl-hero__shape--2 {
            width: 180px; height: 180px;
            background: #3b82f6;
            bottom: -30px; left: 12%;
            animation: cmpxlFloat2 10s ease-in-out infinite;
        }

        .cmpxl-hero__shape--3 {
            width: 120px; height: 120px;
            background: var(--success);
            top: 35%; left: 55%;
            animation: cmpxlFloat3 12s ease-in-out infinite;
        }

        .cmpxl-hero__inner {
            position: relative;
            z-index: 2;
            animation: cmpxlFadeUp .6s ease-out both;
        }

        .cmpxl-hero__badge {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            background: rgba(255,255,255,.08);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            color: var(--new-secondary-color, var(--warning));
            font-size: 13px;
            font-weight: 600;
            padding: 7px 18px;
            border-radius: 100px;
            margin-bottom: 16px;
            border: 1px solid rgba(255,255,255,.1);
        }

        .cmpxl-hero__title {
            color: var(--text-on-navy, #fff);
            font-size: 32px;
            font-weight: 800;
            padding-bottom: 12px;
            line-height: 1.35;
            letter-spacing: -.3px;
        }

        .cmpxl-hero__title-accent {
            display: inline;
            background: linear-gradient(135deg, var(--new-secondary-color, var(--warning)), #fbbf24);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .cmpxl-hero__sub {
            color: var(--text-on-navy-soft);
            font-size: 17px;
            line-height: 1.75;
            max-width: 620px;
            margin: 0 auto;
            padding: 0;
        }

        /* ——— Body ——— */
        .cmpxl-body {
            padding: 0 0 70px;
            background: var(--bg-subtle);
            min-height: 50vh;
        }

        /* ——— Target Card ——— */
        .cmpxl-target {
            position: sticky;
            top: 115px;
            z-index: 99;
            display: flex;
            align-items: center;
            gap: 20px;
            background: rgba(255,255,255,.88);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-radius: 18px;
            padding: 16px 28px;
            margin-top: -28px;
            border: 1.6px solid var(--new-secondary-color, var(--warning));
            box-shadow: 0 10px 40px rgba(0,0,0,.15), 0 6px 15px rgba(0,0,0,.08);
            animation: cmpxlFadeUp .5s .1s ease-out both;
            overflow: hidden;
        }

        .cmpxl-target__glow {
            position: absolute;
            width: 180px; height: 180px;
            background: radial-gradient(circle, rgba(245,158,11,.1) 0%, transparent 70%);
            top: -70px; right: -30px;
            pointer-events: none;
        }

        .cmpxl-target__logo-wrap {
            width: 80px;
            height: 80px;
            flex-shrink: 0;
            border-radius: 14px;
            border: 1px solid var(--border);
            padding: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--bg-card, #fff);
            position: relative;
            z-index: 1;
        }

        .cmpxl-target__logo-wrap img {
            width: 70px;
            height: 70px;
            object-fit: fill;
            border-radius: 12px;
        }

        .cmpxl-target__no-logo { color: var(--text-muted); font-size: 20px; }

        .cmpxl-target__info {
            flex: 1;
            min-width: 0;
            position: relative;
            z-index: 1;
        }

        .cmpxl-target__name {
            font-size: 20px;
            font-weight: 800;
            color: var(--navy-deep);
            margin: 0 0 6px;
            padding: 0;
        }

        .cmpxl-target__meta {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .cmpxl-target__score {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 13px;
            font-weight: 600;
            color: var(--text-mid);
        }
        /* CV-049 / DI-134: star uses design-system gold token via currentColor. */
        .cmpxl-star { color: var(--gold, #f5a623); }

        .cmpxl-target__badge-islamic {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            background: rgba(16,185,129,.08);
            color: #059669;
            padding: 4px 12px;
            border-radius: 100px;
            font-weight: 600;
            font-size: 12px;
        }

        .cmpxl-target__actions {
            display: flex;
            gap: 8px;
            align-items: center;
            position: relative;
            z-index: 1;
            flex-shrink: 0;
        }

        .cmpxl-target__btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 9px 20px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none !important;
            transition: all .25s ease;
            border: 2px solid transparent;
            white-space: nowrap;
        }

        .cmpxl-target__btn--outline {
            background: var(--bg-card, #fff);
            color: var(--text-mid);
            border-color: var(--border);
        }

        .cmpxl-target__btn--outline:hover {
            border-color: var(--border);
            color: var(--navy);
            background: var(--bg-subtle);
        }

        .cmpxl-target__btn--primary {
            background: var(--success);
            color: #fff;
            border-color: var(--success);
        }

        .cmpxl-target__btn--primary:hover {
            background: #059669;
            border-color: #059669;
            color: #fff;
            box-shadow: 0 4px 12px rgba(16,185,129,.3);
            transform: translateY(-1px);
        }

        /* ——— Pool Header ——— */
        .cmpxl-pool { margin-top: 32px; }

        .cmpxl-pool__header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 22px;
        }

        .cmpxl-pool__icon {
            width: 42px; height: 42px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--navy-deep), var(--navy-light));
            color: var(--new-secondary-color, var(--warning));
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .cmpxl-pool__title {
            font-size: 20px;
            font-weight: 800;
            color: var(--navy-deep);
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

        .cmpxl-pool__line {
            flex: 1;
            height: 2px;
            background: linear-gradient(to left, transparent, var(--border));
            border-radius: 2px;
        }

        /* ——— Link Cards ——— */
        .cmpxl-link-card {
            display: flex;
            flex-direction: column;
            background: var(--bg-card, #fff);
            border-radius: 16px;
            padding: 18px;
            text-decoration: none !important;
            border: 1px solid var(--border, #e8ecf2);
            transition: all .35s cubic-bezier(.4,0,.2,1);
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .cmpxl-link-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 36px rgba(10,22,40,.09), 0 3px 10px rgba(0,0,0,.03);
            border-color: var(--new-secondary-color, var(--warning));
        }

        .cmpxl-link-card__top {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            flex: 1;
        }

        .cmpxl-link-card__logo {
            width: 80px;
            height: 80px;
            flex-shrink: 0;
            border-radius: 12px;
            border: 1px solid var(--border);
            padding: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--bg-subtle, #fafbfc);
        }

        .cmpxl-link-card__logo img {
            width: 70px;
            height: 70px;
            object-fit: fill;
            border-radius: 12px;
        }

        .cmpxl-link-card__no-logo {
            color: var(--text-muted);
            font-size: 18px;
        }

        .cmpxl-link-card__text { flex: 1; min-width: 0; }

        .cmpxl-link-card__name {
            font-size: 17px;
            font-weight: 700;
            color: var(--navy);
            margin: 0 0 4px;
            padding: 0;
            line-height: 1.4;
        }

        .cmpxl-link-card__desc {
            font-size: 14px;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.5;
        }

        .cmpxl-link-card__cta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            margin-top: 14px;
            padding: 8px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            transition: all .3s;
            background: linear-gradient(135deg, var(--navy-deep), var(--navy-light));
            color: var(--new-secondary-color, var(--warning));
        }

        .cmpxl-link-card__cta svg { transform: scaleX(-1); }

        .cmpxl-link-card:hover .cmpxl-link-card__cta {
            background: linear-gradient(135deg, var(--navy-deep), var(--navy-light));
            color: var(--new-secondary-color, var(--warning));
        }

        /* ——— Responsive ——— */
        @media (max-width: 1024px) {
            .cmpxl-hero__title { font-size: 26px; }

            .cmpxl-target {
                flex-wrap: wrap;
                padding: 14px;
                gap: 10px;
                top: 70px;
                border-radius: 14px;
            }

            .cmpxl-target__name { font-size: 17px; }

            .cmpxl-target__actions {
                width: 100%;
                margin-top: 4px;
            }

            .cmpxl-target__btn {
                flex: 1;
                padding: 9px 12px;
                font-size: 13px;
            }
        }

        @media (max-width: 768px) {
            .cmpxl-hero__title { font-size: 22px; }
            .cmpxl-hero__sub { font-size: 16px; }

            .cmpxl-pool__icon { width: 36px; height: 36px; border-radius: 10px; }
            .cmpxl-pool__icon svg { width: 16px; height: 16px; }
            .cmpxl-pool__title { font-size: 17px; }

            .cmpxl-link-card { padding: 10px; border-radius: 12px; }
            .cmpxl-link-card__top { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
            .cmpxl-link-card__logo { width: 44px; height: 44px; border-radius: 10px; padding: 4px; }
            .cmpxl-link-card__name { font-size: 12px; margin-bottom: 2px; }
            .cmpxl-link-card__desc { font-size: 10px; line-height: 1.3; }

            .cmpxl-link-card__cta { padding: 6px 6px; font-size: 10px; width: 100%; justify-content: center; gap: 4px; margin-top: 10px; }
            .cmpxl-link-card__cta span { white-space: nowrap; }
            .cmpxl-link-card__cta svg { width: 12px; height: 12px; flex-shrink: 0; }

            .cmpxl-link-card__logo img {
                width: 38px;
                height: 38px;
                object-fit: fill;
                border-radius: 8px;
            }

            .cmpxl-target__logo-wrap {
                width: 65px;
                height: 65px;
            }

            .cmpxl-target__logo-wrap img {
                width: 60px;
                height: 60px;
            }

        }

        @media (max-width: 640px) {
            .cmpxl-hero__shape--1 { width: 150px; height: 150px; }
            .cmpxl-hero__shape--2 { width: 100px; height: 100px; }
            .cmpxl-hero__shape--3 { width: 70px; height: 70px; }
        }
