/* ── Section Header ─────────────────────────────────────────── */
.section-header {
    margin-bottom: 2rem;
}

.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: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--bpolbf-gold);
    border-radius: 2px;
}

.section-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--bpolbf-navy);
    line-height: 1.25;
    margin-bottom: .5rem;
}

.section-subtitle {
    color: var(--bpolbf-muted);
    font-size: .93rem;
}

.home-extra.article {
    background: url(/investasi/assets/img/slider.jpg) center center no-repeat transparent;
    background-attachment: fixed;
    background-size: cover;
}

#home-destination {
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: 0 0 42px;
}

#home-destination .home-destination-inner {
    width: 100%;
}

/* ── Hero Banner ─────────────────────────────────────────────── */
.inv-hero {
    background: linear-gradient(135deg, var(--bpolbf-navy) 0%, #004d99 60%, #0069c4 100%);
    color: #fff;
    padding: 72px 0 60px;
    position: relative;
    overflow: hidden;
}

.inv-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;
}

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

.inv-hero .breadcrumb-item a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.inv-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, .9);
}

.inv-hero .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.featured-hero {
    background: transparent;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.featured-hero::before {
    content: none;
}

.featured-hero .container {
    position: relative;
    z-index: 1;
}

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

.featured-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.12;
}

.featured-hero .hero-copy {
    color: rgba(255, 255, 255, .85);
    max-width: 680px;
    font-size: .96rem;
    line-height: 1.72;
}

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

.profile-card {
    background: var(--bpolbf-gray);
    border-radius: var(--radius-card);
    border: 1px solid var(--bpolbf-border);
    padding: 24px;
    height: 100%;
}

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

.vision-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1rem, 4vw, 2.8rem);
    line-height: .98;
    color: #7a7734;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 2rem;
}

.vision-box {
    background: #f3f4f4;
    border: 1px solid rgba(122, 119, 52, .42);
    border-radius: 12px;
    padding: 28px 28px 30px;
    min-height: 100%;
}

.vision-box p {
    font-size: .98rem;
    line-height: 1.72;
    color: #343434;
}

.vision-box strong {
    color: #7a7734;
}

.vision-side {
    background: #6a6a2a;
    border-radius: 18px;
    color: #fff;
    padding: 28px 26px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.vision-side::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;
}

.vision-side h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.8rem;
    line-height: 1.08;
    margin-bottom: 18px;
}

.vision-side .vision-point {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    position: relative;
    z-index: 1;
}

.vision-side .vision-point:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.vision-side .vision-point strong {
    display: block;
    color: #ffe48f;
    margin-bottom: 4px;
}

.connectivity-section {
    padding: 20px 0 66px;
    background: #fff;
}

.connectivity-shell {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 28px;
    align-items: stretch;
}

.connectivity-left,
.connectivity-right {
    border-radius: 18px;
    overflow: hidden;
}

.connectivity-left {
    background: #6a6a2a;
    color: #fff;
    padding: 30px 30px 26px;
    position: relative;
}

.connectivity-left::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;
}

.connectivity-left h3,
.strategy-hero h3,
.scheme-hero h3,
.outlook-hero h3 {
    font-family: Georgia, 'Times New Roman', serif;
    letter-spacing: 0;
}

.connectivity-left .eyebrow,
.strategy-hero .eyebrow,
.scheme-hero .eyebrow,
.outlook-hero .eyebrow {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #bd9106;
}

.connectivity-left h3 {
    font-size: clamp(2rem, 3.6vw, 3.4rem);
    line-height: .98;
    margin: 14px 0 16px;
}

.connectivity-left .connectivity-stat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    position: relative;
    z-index: 1;
}

.connectivity-left .connectivity-stat:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.connectivity-left .connectivity-stat strong {
    font-size: 2rem;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}

.connectivity-right {
    background: #f1f2f2;
    border: 1px solid rgba(0, 0, 0, .06);
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connectivity-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
    display: block;
    background: white;
}

.strategy-section,
.scheme-section,
.outlook-section {
    padding: 58px 0;
    background: #fff;
}

.strategy-hero,
.scheme-hero,
.outlook-hero {
    background: #f1f2f2;
    border-radius: 18px;
    padding: 32px 30px;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.strategy-hero h3,
.scheme-hero h3,
.outlook-hero h3 {
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: .96;
    color: #7a7734;
    margin: 0;
}

.strategy-hero p,
.scheme-hero p,
.outlook-hero p {
    max-width: 540px;
    margin: 0;
    font-size: .98rem;
    line-height: 1.65;
    color: #474747;
}

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

.strategy-card {
    min-height: 265px;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(235, 238, 238, .96) 0%, rgba(235, 238, 238, .88) 42%, rgba(235, 238, 238, .35) 72%, rgba(235, 238, 238, .08) 100%),
        var(--bg-image) center/cover no-repeat;
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.strategy-card h4 {
    font-size: clamp(1.7rem, 2.6vw, 2.5rem);
    line-height: .98;
    margin: 0 0 16px;
    color: #7a7734;
}

.strategy-card p {
    max-width: 380px;
    font-size: .98rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

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

.scheme-card {
    background: #6a6a2a;
    border-radius: 16px;
    color: #fff;
    padding: 28px 28px 26px;
    min-height: 238px;
    position: relative;
    overflow: hidden;
}

.scheme-card::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;
}

.scheme-card h4 {
    position: relative;
    z-index: 1;
    font-size: 1.55rem;
    line-height: 1.12;
    margin: 0 0 12px;
}

.scheme-card p {
    position: relative;
    z-index: 1;
    font-size: .96rem;
    line-height: 1.65;
    margin: 0;
}

.outlook-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.outlook-stat {
    border: 1px solid #d6b04c;
    border-radius: 18px;
    background: #fff;
    min-height: 240px;
    padding: 26px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.outlook-stat .label {
    font-size: 1.15rem;
    font-weight: 700;
    color: #b73737;
    margin-bottom: 14px;
}

.outlook-stat .value {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
    font-weight: 800;
    color: #2f3135;
    margin-bottom: 10px;
}

.outlook-stat .desc {
    font-size: .95rem;
    line-height: 1.55;
    color: #37393d;
}

.outlook-band {
    margin-top: 16px;
    border-radius: 18px;
    background: #6a6a2a;
    color: #fff;
    padding: 34px 30px;
}

.outlook-band h4 {
    font-size: 1.9rem;
    line-height: 1;
    margin-bottom: 10px;
}

.outlook-band p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 860px;
}

@media (max-width: 991.98px) {

    .connectivity-shell,
    .strategy-grid,
    .scheme-grid,
    .outlook-grid {
        grid-template-columns: 1fr;
    }

    .strategy-hero,
    .scheme-hero,
    .outlook-hero {
        flex-direction: column;
        align-items: flex-start;
    }
}

.featured-media-section {
    padding: 48px 0 0;
    background: #fff;
}

.featured-main-img {
    width: 100%;
    display: block;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-md);
    max-height: 520px;
    object-fit: cover;
}

.galeri-section {
    padding: 56px 0;
    background: #fff;
}

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

.galeri-item {
    border-radius: var(--radius-card);
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
}

.galeri-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s;
    display: block;
}

.galeri-item:hover img {
    transform: scale(1.05);
}

#lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .88);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#lightbox.active {
    display: flex;
}

#lightbox img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: var(--radius-card);
    box-shadow: 0 12px 48px rgba(0, 0, 0, .6);
    object-fit: contain;
}

#lightbox-close {
    position: fixed;
    top: 18px;
    right: 24px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    opacity: .8;
    transition: opacity .15s;
    z-index: 10000;
    background: none;
    border: none;
    padding: 0;
}

#lightbox-close:hover {
    opacity: 1;
}

#lightbox-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 12px;
    box-sizing: border-box;
}

.lb-arrow {
    pointer-events: all;
    background: rgba(255, 255, 255, .15);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s;
    line-height: 1;
}

.lb-arrow:hover {
    background: rgba(255, 255, 255, .3);
}

.foto-peta-wrap {
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--bpolbf-border);
    margin-bottom: 20px;
}

.foto-peta-wrap img {
    width: 100%;
    display: block;
}

.scope-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 9px 12px;
    border-radius: 8px;
    border: 1.5px solid var(--bpolbf-border);
    background: #fff;
    font-size: .8rem;
    font-weight: 600;
    color: var(--bpolbf-navy);
    cursor: pointer;
    transition: all .18s;
    text-align: left;
}

.scope-tab:hover {
    border-color: var(--kw-color);
    color: var(--kw-color);
    background: var(--bpolbf-light);
}

.scope-tab.active {
    border-color: var(--kw-color);
    background: var(--kw-color);
    color: #fff;
}

.scope-tab .scope-count {
    margin-left: auto;
    font-size: .72rem;
    font-weight: 700;
    background: rgba(0, 0, 0, .12);
    padding: 1px 7px;
    border-radius: 20px;
}

.scope-tab.active .scope-count {
    background: rgba(255, 255, 255, .25);
}

.dtw-section {
    padding: 56px 0;
    background: #fff;
}

.dtw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.dtw-card {
    background: var(--bpolbf-gray);
    border-radius: var(--radius-card);
    border: 1px solid var(--bpolbf-border);
    padding: 18px 20px;
    transition: box-shadow .2s, transform .2s;
}

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

.dtw-card.has-loc {
    cursor: pointer;
}

.dtw-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    background: #fff;
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}

.dtw-card .dtw-nama {
    font-size: .92rem;
    font-weight: 700;
    color: var(--bpolbf-navy);
    margin-bottom: 4px;
}

.dtw-card .dtw-desc {
    font-size: .78rem;
    color: var(--bpolbf-muted);
    line-height: 1.55;
    margin-bottom: 10px;
}

.dtw-card .dtw-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.dtw-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: .75rem;
    color: var(--bpolbf-muted);
    margin-top: 8px;
}

.dtw-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.closing-section {
    padding: 40px 0 56px;
    background: #6a6a2a;
    color: #fff;
}

.closing-panel {
    min-height: 320px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(255, 224, 92, .18), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 224, 92, .14), transparent 28%),
        #646128;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 36px 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 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .9;
}

.closing-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.5rem, 6vw, 5.2rem);
    line-height: .95;
    margin: 14px 0 10px;
}

.closing-text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    opacity: .92;
}

/* ── Stat Cards ──────────────────────────────────────────────── */
.stat-cards-row {
    margin-top: -36px;
    position: relative;
    z-index: 10;
}

.stat-card {
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-md);
    padding: 22px 24px;
    border-bottom: 4px solid transparent;
    transition: transform .2s, box-shadow .2s;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 51, 102, .15);
}

.stat-card.c-blue {
    border-color: var(--bpolbf-blue);
}

.stat-card.c-gold {
    border-color: var(--bpolbf-gold);
}

.stat-card.c-teal {
    border-color: var(--bpolbf-teal);
}

.stat-card.c-green {
    border-color: var(--bpolbf-green);
}

.stat-card.c-navy {
    border-color: var(--bpolbf-navy);
}

.stat-card .stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.stat-card.c-blue .stat-icon {
    background: rgba(0, 86, 168, .1);
    color: var(--bpolbf-blue);
}

.stat-card.c-gold .stat-icon {
    background: rgba(200, 150, 60, .1);
    color: var(--bpolbf-gold);
}

.stat-card.c-teal .stat-icon {
    background: rgba(0, 122, 122, .1);
    color: var(--bpolbf-teal);
}

.stat-card.c-green .stat-icon {
    background: rgba(26, 122, 74, .1);
    color: var(--bpolbf-green);
}

.stat-card.c-navy .stat-icon {
    background: rgba(0, 51, 102, .1);
    color: var(--bpolbf-navy);
}

.stat-card .stat-value {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--bpolbf-navy);
    line-height: 1.1;
    margin-bottom: 2px;
}

.stat-card .stat-label {
    font-size: .78rem;
    font-weight: 600;
    color: var(--bpolbf-muted);
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* ── Kunjungan Section ───────────────────────────────────────── */
.kunjungan-section {
    background: var(--bpolbf-gray);
    padding: 64px 0;
}

.kunjungan-num-card {
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm);
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.kunjungan-num-card .kn-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.kn-blue {
    background: rgba(0, 86, 168, .1);
    color: var(--bpolbf-blue);
}

.kn-teal {
    background: rgba(0, 122, 122, .1);
    color: var(--bpolbf-teal);
}

.kunjungan-num-card .kn-val {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--bpolbf-navy);
    line-height: 1;
}

.kunjungan-num-card .kn-label {
    font-size: .78rem;
    color: var(--bpolbf-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.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);
}

.chart-wrapper {
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm);
    padding: 24px;
}

/* ── Peta Section ─────────────────────────────────────────────── */
.peta-section {
    padding: 64px 0;
    background: #fff;
}

#mapKawasan,
#parapuar-map {
    height: 520px;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--bpolbf-border);
    z-index: 1;
}

.leaflet-tooltip-custom {
    background: var(--bpolbf-navy);
    border: none;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    min-width: 180px;
}

.leaflet-tooltip-custom::before {
    border-top-color: var(--bpolbf-navy);
}

.map-legend {
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-md);
    padding: 20px;
    border: 1px solid var(--bpolbf-border);
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: .85rem;
    cursor: pointer;
    border-radius: 6px;
    transition: background .15s;
}

.legend-item:hover {
    background: var(--bpolbf-light);
    padding-left: 6px;
}

.legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    flex-shrink: 0;
}

.legend-item .legend-name {
    font-weight: 600;
    color: var(--bpolbf-navy);
}

.legend-item .legend-inv {
    font-size: .72rem;
    color: var(--bpolbf-muted);
}

/* ── Kawasan Grid ────────────────────────────────────────────── */
.kawasan-section {
    padding: 64px 0;
    background: var(--bpolbf-gray);
}

.kawasan-card {
    background: #fff;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--bpolbf-border);
    padding: 22px;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.kawasan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--kw-color, var(--bpolbf-blue));
    border-radius: 4px 0 0 4px;
}

.kawasan-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--kw-color, var(--bpolbf-blue));
}

.kawasan-card .kw-nama {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bpolbf-navy);
}

.kawasan-card .kw-kec {
    font-size: .78rem;
    color: var(--bpolbf-muted);
}

.kawasan-card .kw-stat {
    font-size: .8rem;
    color: var(--bpolbf-muted);
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kawasan-card .kw-stat span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kw-badge {
    font-size: .68rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.badge-planning {
    background: rgba(200, 150, 60, .12);
    color: var(--bpolbf-gold);
}

.badge-dev {
    background: rgba(0, 86, 168, .1);
    color: var(--bpolbf-blue);
}

.badge-active {
    background: rgba(26, 122, 74, .12);
    color: var(--bpolbf-green);
}

.badge-full {
    background: rgba(0, 51, 102, .1);
    color: var(--bpolbf-navy);
}

/* ── Modal Detail Kawasan ────────────────────────────────────── */
.modal-kawasan .modal-header {
    background: linear-gradient(135deg, var(--bpolbf-navy), var(--bpolbf-blue));
    color: #fff;
    border-radius: var(--radius-card) var(--radius-card) 0 0;
}

.modal-kawasan .modal-header .btn-close {
    filter: invert(1);
}

.modal-kawasan .modal-dialog {
    max-width: 760px;
}

.modal-kawasan .modal-body {
    padding: 28px;
}

.detail-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.detail-stat {
    background: var(--bpolbf-light);
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
}

.detail-stat .ds-val {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--bpolbf-navy);
}

.detail-stat .ds-lbl {
    font-size: .72rem;
    color: var(--bpolbf-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.dtw-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.dtw-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--bpolbf-gray);
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid var(--bpolbf-border);
}

.dtw-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    background: #fff;
    color: var(--bpolbf-blue);
    box-shadow: var(--shadow-sm);
}

.dtw-item .dtw-nama {
    font-size: .88rem;
    font-weight: 700;
    color: var(--bpolbf-navy);
}

.dtw-item .dtw-desc {
    font-size: .78rem;
    color: var(--bpolbf-muted);
    margin-top: 2px;
}

.dtw-item .dtw-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.badge-kategori {
    font-size: .67rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    background: rgba(0, 86, 168, .1);
    color: var(--bpolbf-blue);
}

.badge-unggulan {
    font-size: .67rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    background: rgba(200, 150, 60, .15);
    color: var(--bpolbf-gold);
}

.sektor-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    background: var(--bpolbf-light);
    color: var(--bpolbf-blue);
    border: 1px solid rgba(0, 86, 168, .15);
}

.featured-hero h1 {
    font-size: 4rem;
}

#linkAttractions {
    cursor: pointer;
}


.leaflet-tooltip.kmz-tooltip {
    max-width: 360px;
    min-width: 200px;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    line-height: 1.35;
    font-size: 12px;
}

.leaflet-tooltip.kmz-tooltip .kmz-tooltip-title,
.leaflet-tooltip.kmz-tooltip .kmz-tooltip-desc {
    display: block;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.prospectus-block {
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 1rem;
}

.prospectus-title {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
    margin-bottom: .6rem;
}

.prospectus-list {
    display: grid;
    gap: .55rem;
}

.prospectus-link {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    text-decoration: none;
    font-size: .92rem;
    line-height: 1.35;
}

.prospectus-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 576px) {
    .inv-hero h1 {
        font-size: 1.6rem;
    }

    .stat-cards-row {
        margin-top: 0;
        padding-top: 20px;
    }

    #mapKawasan,
    #parapuar-map {
        height: 320px;
    }

    .detail-stat-row {
        grid-template-columns: 1fr 1fr;
    }

    .section-title {
        font-size: 1.3rem;
    }

    #home-destination {
        min-height: auto;
        padding: 0 0 24px;
    }

    .featured-hero {
        padding: 0;
    }

    .featured-hero h1 {
        font-size: 1.7rem;
    }

    .featured-hero .hero-copy {
        font-size: .92rem;
        line-height: 1.65;
    }

    .featured-hero .btn {
        width: 100%;
    }
}