    body {
        font-family: 'Segoe UI', Tahoma, sans-serif;
        color: var(--bpolbf-text);
        background: #fff;
    }

    a {
        text-decoration: none;
    }

    .section-label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: .72rem;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: var(--bpolbf-gold);
        margin-bottom: .5rem;
    }

    .section-label::before {
        content: '';
        width: 20px;
        height: 2px;
        background: var(--bpolbf-gold);
        border-radius: 2px;
    }

    .section-title {
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--bpolbf-navy);
        line-height: 1.2;
        margin-bottom: .4rem;
    }

    .cluster-hero {
        padding: 40px 0 60px;
        background: #fff;
    }

    .cluster-shell {
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 28px;
        align-items: stretch;
    }

    .cluster-copy {
        background: #f1f2f2;
        border-radius: 18px;
        padding: 34px 34px 30px;
        min-height: 100%;
        position: relative;
        overflow: hidden;
    }

    .cluster-copy h1 {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: clamp(2.2rem, 4vw, 4.2rem);
        line-height: .95;
        color: #7a7734;
        margin: 8px 0 16px;
    }

    .cluster-copy .cluster-subtitle {
        font-size: 1rem;
        line-height: 1.65;
        max-width: 540px;
        color: #3a3a3a;
    }

    .cluster-copy .cluster-code {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 4px 12px;
        border-radius: 999px;
        background: rgba(106, 106, 42, .08);
        color: #6a6a2a;
        font-size: .76rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .cluster-copy .cluster-summary {
        margin-top: 22px;
        padding: 18px 0 0;
        border-top: 1px solid rgba(122, 119, 52, .18);
    }

    .cluster-copy .cluster-summary strong {
        display: block;
        color: #7a7734;
        font-size: 1.05rem;
        margin-bottom: 8px;
    }

    .cluster-copy .cluster-summary p {
        margin: 0;
        font-size: .98rem;
        line-height: 1.72;
        color: #404040;
    }

    .cluster-photo {
        background: #f3f3f3;
        border-radius: 18px;
        min-height: 100%;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow: var(--shadow-md);
        display: flex;
        flex-direction: column;
    }

    .cluster-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        min-height: 420px;
    }

    .cluster-photo-fallback {
        min-height: 420px;
        background: linear-gradient(135deg, rgba(106, 106, 42, .25), rgba(200, 150, 60, .08));
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bpolbf-muted);
    }

    .cluster-photo-meta {
        background: #fff;
        border-top: 1px solid var(--bpolbf-border);
        padding: 16px 18px;
    }

    .cluster-photo-meta .meta-label {
        font-size: .72rem;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 700;
        color: var(--bpolbf-muted);
        margin-bottom: 4px;
    }

    .cluster-photo-meta .meta-value {
        font-size: .95rem;
        font-weight: 700;
        color: var(--bpolbf-navy);
    }

    .cluster-metrics {
        margin-top: 18px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .metric-card {
        border: 1px solid #d6b04c;
        border-radius: 18px;
        padding: 24px 18px;
        background: #fff;
        text-align: center;
        min-height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .metric-card .metric-label {
        font-size: 1.05rem;
        font-weight: 700;
        color: #b73737;
        margin-bottom: 12px;
    }

    .metric-card .metric-value {
        font-size: clamp(1.8rem, 4vw, 3rem);
        line-height: 1;
        font-weight: 800;
        color: #33363b;
        margin-bottom: 6px;
    }

    .metric-card .metric-desc {
        font-size: .92rem;
        color: #45484d;
        line-height: 1.45;
    }

    .cluster-section {
        padding: 58px 0;
        background: #fff;
    }

    .cluster-panel {
        border-radius: 18px;
        background: #f1f2f2;
        padding: 30px;
        min-height: 100%;
    }

    .cluster-panel.olive {
        background: #6a6a2a;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .cluster-panel.olive::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
        pointer-events: none;
    }

    .cluster-panel.olive .section-label,
    .cluster-panel.olive .section-label::before {
        color: #ffe48f;
    }

    .cluster-panel h3 {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 1.9rem;
        line-height: 1.06;
        margin-bottom: 18px;
        color: inherit;
    }

    .cluster-panel p,
    .cluster-panel li {
        font-size: .98rem;
        line-height: 1.68;
        color: inherit;
    }

    .cluster-list {
        margin: 0;
        padding-left: 18px;
    }

    .cluster-list li {
        margin-bottom: 8px;
    }

    .cluster-info-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 18px;
    }

    .cluster-info-item {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 14px;
        padding: 16px;
    }

    .cluster-info-item .label {
        font-size: .7rem;
        letter-spacing: .08em;
        text-transform: uppercase;
        opacity: .82;
        margin-bottom: 4px;
    }

    .cluster-info-item .value {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.45;
    }

    .gallery-section {
        padding: 18px 0 60px;
        background: #fff;
    }

    #cluster-map {
        width: 100%;
        height: 360px;
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid var(--bpolbf-border);
        box-shadow: var(--shadow-sm);
        background: #eef3f7;
    }

    .cluster-map-fallback {
        min-height: 360px;
        border-radius: 14px;
        border: 1px solid var(--bpolbf-border);
        box-shadow: var(--shadow-sm);
        background: linear-gradient(135deg, rgba(0, 51, 102, .08), rgba(200, 150, 60, .08));
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bpolbf-muted);
        text-align: center;
        padding: 20px;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 10px;
    }

    .gallery-item {
        border-radius: 14px;
        overflow: hidden;
        aspect-ratio: 4/3;
        box-shadow: var(--shadow-sm);
        cursor: pointer;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .cluster-nav {
        padding: 0 0 28px;
        background: #fff;
    }

    .cluster-nav-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .cluster-nav-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        background: #fff;
        border: 1px solid var(--bpolbf-border);
        border-radius: 14px;
        box-shadow: var(--shadow-sm);
        padding: 14px 16px;
        color: var(--bpolbf-navy);
        min-height: 76px;
    }

    .cluster-nav-btn .nav-label {
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: var(--bpolbf-muted);
        font-weight: 700;
    }

    .cluster-nav-btn .nav-name {
        font-size: .92rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .cluster-directory {
        padding: 54px 0 68px;
        background: var(--bpolbf-gray);
    }

    .cluster-card {
        display: block;
        height: 100%;
        border-radius: 16px;
        overflow: hidden;
        background: #fff;
        border: 1px solid var(--bpolbf-border);
        box-shadow: var(--shadow-sm);
        color: inherit;
        transition: transform .18s, box-shadow .18s;
    }

    .cluster-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        color: inherit;
    }

    .cluster-card-img {
        aspect-ratio: 4/3;
        background: linear-gradient(135deg, rgba(106, 106, 42, .18), rgba(200, 150, 60, .08));
    }

    .cluster-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .cluster-card-placeholder {
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(106, 106, 42, .18), rgba(200, 150, 60, .08));
    }

    .cluster-card-body {
        padding: 16px 16px 18px;
    }

    .cluster-card-code {
        display: inline-flex;
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 700;
        color: var(--bpolbf-gold);
        margin-bottom: 6px;
    }

    .cluster-card-name {
        font-size: 1rem;
        font-weight: 800;
        color: var(--bpolbf-navy);
        line-height: 1.22;
        margin-bottom: 6px;
    }

    .cluster-card-meta {
        font-size: .78rem;
        color: var(--bpolbf-muted);
    }

    .closing-band {
        padding: 42px 0 58px;
        background: #6a6a2a;
        color: #fff;
    }

    .closing-panel {
        min-height: 260px;
        border-radius: 18px;
        background:
            radial-gradient(circle at top right, rgba(255, 224, 92, .16), transparent 34%),
            radial-gradient(circle at bottom left, rgba(255, 224, 92, .12), transparent 28%),
            #646128;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 32px 24px;
        position: relative;
        overflow: hidden;
    }

    .closing-panel::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
        pointer-events: none;
    }

    .closing-logo {
        position: relative;
        z-index: 1;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .closing-title {
        position: relative;
        z-index: 1;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: clamp(2.4rem, 6vw, 5rem);
        line-height: .95;
        margin: 14px 0 10px;
    }

    .closing-text {
        position: relative;
        z-index: 1;
        max-width: 760px;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.72;
        opacity: .92;
    }

    .growth-badge {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: .72rem;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 20px;
        margin-top: 4px;
    }

    .growth-up {
        background: rgba(26, 122, 74, .1);
        color: var(--bpolbf-green);
    }

    .growth-down {
        background: rgba(192, 57, 43, .1);
        color: var(--bpolbf-red);
    }

    @media (max-width: 991.98px) {

        .cluster-shell,
        .cluster-metrics,
        .cluster-info-grid,
        .cluster-nav-grid {
            grid-template-columns: 1fr;
        }

        .cluster-photo img,
        .cluster-photo-fallback {
            min-height: 320px;
        }
    }

    @media (max-width: 576px) {
        .section-title {
            font-size: 1.35rem;
        }

        .cluster-hero {
            padding-top: 24px;
        }

        #cluster-map,
        .cluster-map-fallback {
            height: 300px;
            min-height: 300px;
        }
    }

    .det-hero {
        background: url(/investasi/assets/img/hero_lbf.jpg) center center no-repeat transparent;
        background-attachment: fixed;
        background-size: cover;
    }

    /* ── Hero ────────────────────────────────────────────────────── */
    .det-hero {
        color: #fff;
        padding: 64px 0 52px;
        position: relative;
        overflow: hidden;
    }

    .det-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
        pointer-events: none;
    }

    .det-hero .color-bar {
        width: 48px;
        height: 5px;
        border-radius: 3px;
        background: var(--kw-color);
        margin-bottom: 16px;
    }

    .det-hero h1 {
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 1.15;
    }

    .det-hero .bc a {
        color: rgba(255, 255, 255, .7);
        text-decoration: none;
    }

    .det-hero .bc a:hover {
        color: #fff;
    }

    .det-hero .bc span {
        color: rgba(255, 255, 255, .5);
        margin: 0 6px;
    }