/* ============================================================
   AREA.CSS - Gaya untuk Halaman Area Layanan
   ============================================================ */

/* ============================================================
   CONTENT WRAPPER
   ============================================================ */
.page-area-main .page-area-content-wrapper {
    background: #fcfaf7;
    padding: 0;
}

.page-area-main .page-area-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px 80px;
    box-sizing: border-box;
    font-size: 1.05rem;
    line-height: 1.85;
    color: #2c3e50;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.page-area-main .page-area-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e2a36;
    margin-top: 56px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.2);
    position: relative;
}

.page-area-main .page-area-content h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #d4af37;
}

.page-area-main .page-area-content h2:first-child {
    margin-top: 0;
}

.page-area-main .page-area-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e2a36;
    margin-top: 40px;
    margin-bottom: 16px;
    padding: 12px 18px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02));
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
}

.page-area-main .page-area-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e2a36;
    margin-top: 32px;
    margin-bottom: 12px;
    padding-left: 16px;
    border-left: 3px solid #2563eb;
}

.page-area-main .page-area-content p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #2c3e50;
    margin-bottom: 18px;
}

.page-area-main .page-area-content strong {
    color: #1e2a36;
    font-weight: 700;
}

.page-area-main .page-area-content a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.page-area-main .page-area-content a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* ============================================================
   LIST STYLING
   ============================================================ */
.page-area-main .page-area-content ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
}

.page-area-main .page-area-content ul li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 1rem;
    line-height: 1.7;
    color: #2c3e50;
    border-bottom: 1px solid #f0ece6;
}

.page-area-main .page-area-content ul li:last-child {
    border-bottom: none;
}

.page-area-main .page-area-content ul li::before {
    content: '✓';
    position: absolute;
    left: 8px;
    top: 10px;
    color: #d4af37;
    font-weight: 700;
    font-size: 1rem;
}

.page-area-main .page-area-content ul li strong {
    color: #1e2a36;
    display: inline-block;
    min-width: 120px;
}

/* ============================================================
   TABEL WILAYAH
   ============================================================ */
.page-area-main .page-area-content .wilayah-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 24px 0 40px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    border: 1px solid #ede8e0;
}

.page-area-main .page-area-content .wilayah-table thead {
    background: linear-gradient(135deg, #1e2a36 0%, #2d4b5a 100%);
}

.page-area-main .page-area-content .wilayah-table th {
    padding: 16px 20px;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #f5e5b0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.page-area-main .page-area-content .wilayah-table th:first-child {
    width: 180px;
}

.page-area-main .page-area-content .wilayah-table tbody tr {
    transition: background 0.2s ease;
}

.page-area-main .page-area-content .wilayah-table tbody tr:nth-child(even) {
    background: #fdfcfa;
}

.page-area-main .page-area-content .wilayah-table tbody tr:hover {
    background: rgba(212, 175, 55, 0.04);
}

.page-area-main .page-area-content .wilayah-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f0ece6;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #334155;
    vertical-align: top;
}

.page-area-main .page-area-content .wilayah-table tbody tr:last-child td {
    border-bottom: none;
}

.page-area-main .page-area-content .wilayah-table td strong {
    color: #1e2a36;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

/* ============================================================
   MAPS IFRAME
   ============================================================ */
.page-area-main .page-area-content iframe {
    width: 100%;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

/* ============================================================
   CTA SHORTCODE - OVERRIDE KUAT
   Paksa CTA tampil normal, netralkan konflik dengan cta.css
   ============================================================ */

/* Wrapper */
.page-area-main .page-area-content .blancong-cta-shortcode {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 40px 0 !important;
    padding: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12) !important;
    background: linear-gradient(135deg, #1e2a36 0%, #2d4b5a 100%) !important;
    position: relative !important;
    text-align: center !important;
}

/* Inner */
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner {
    display: block !important;
    padding: 45px 40px !important;
    text-align: center !important;
    background: transparent !important;
    gap: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    overflow: visible !important;
}

/* ============ JUDUL CTA — FIX INVISIBLE TEXT ============ */
.page-area-main .page-area-content .blancong-cta-shortcode h3.cta-title {
    display: block !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;   /* ← KUNCI FIX */
    background: none !important;                    /* ← Hapus gradient */
    -webkit-background-clip: border-box !important; /* ← Reset clip */
    background-clip: border-box !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    border: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.page-area-main .page-area-content .blancong-cta-shortcode h3.cta-title::after {
    content: '' !important;
    display: block !important;
    width: 60px !important;
    height: 3px !important;
    margin: 14px auto 0 !important;
    background: linear-gradient(90deg, #d4af37, #f5e5b0) !important;
    border-radius: 4px !important;
}

/* ============ SUBTITLE ============ */
.page-area-main .page-area-content .blancong-cta-shortcode p.cta-subtitle {
    display: block !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 auto 14px !important;
    max-width: 620px !important;
    text-align: center !important;
    background: none !important;
}

/* ============ NOTE ============ */
.page-area-main .page-area-content .blancong-cta-shortcode p.cta-note {
    display: block !important;
    font-size: 0.9rem !important;
    color: rgba(212, 175, 55, 0.9) !important;
    -webkit-text-fill-color: rgba(212, 175, 55, 0.9) !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    margin: 0 auto 24px !important;
    max-width: 620px !important;
    text-align: center !important;
    background: none !important;
}

.page-area-main .page-area-content .blancong-cta-shortcode p.cta-note small {
    font-size: inherit !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

/* ============ TOMBOL — LAYOUT SEJAJAR ============ */
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 32px !important;
    margin: 6px 8px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    text-align: center !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: none !important;
    float: none !important;
    position: static !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    background-clip: border-box !important;
}

/* Icon di dalam tombol */
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta span,
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta svg,
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta img {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
}

/* Tombol 1 - Telepon (biru) */
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta.btn-1 {
    background: #2563eb !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}

.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta.btn-1:hover {
    background: #1d4ed8 !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
}

/* Tombol 2 - WhatsApp (hijau) */
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta.btn-2 {
    background: #10b981 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35) !important;
}

.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta.btn-2:hover {
    background: #059669 !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
}

/* Tombol 3 - Kontak (outline putih) */
.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta.btn-3 {
    background: transparent !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    box-shadow: none !important;
}

.page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta.btn-3:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: none !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
    .page-area-main .page-area-content .blancong-cta-shortcode .cta-inner {
        padding: 32px 22px !important;
    }

    .page-area-main .page-area-content .blancong-cta-shortcode h3.cta-title {
        font-size: 1.3rem !important;
    }

    .page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta {
        display: block !important;
        width: 100% !important;
        margin: 8px 0 !important;
        padding: 12px 24px !important;
        font-size: 0.95rem !important;
        white-space: normal !important;
    }
}

@media (max-width: 480px) {
    .page-area-main .page-area-content .blancong-cta-shortcode .cta-inner {
        padding: 26px 18px !important;
    }

    .page-area-main .page-area-content .blancong-cta-shortcode h3.cta-title {
        font-size: 1.15rem !important;
    }

    .page-area-main .page-area-content .blancong-cta-shortcode .cta-inner .btn-cta {
        padding: 11px 20px !important;
        font-size: 0.9rem !important;
    }
}
.label-tag {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #888;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.area-peta-section {
    padding: 60px 0;
    background: #fcfaf7;
  }
  .area-peta-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .area-peta-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 12px;
  }
  .area-peta-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
  }

  /* ===== MAP CONTAINER ===== */
  .peta-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
    border: 1px solid #ede8e0;
  }
  #peta-diy {
    width: 100%;
    height: 65vh;
    min-height: 460px;
    background: #eef2f5;
  }

  /* ===== LEGENDA ===== */
  .peta-legenda {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
    font-family: inherit;
    font-size: 13px;
    z-index: 500;
    min-width: 170px;
  }
  .peta-legenda h4 {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ede8e0;
  }
  .peta-legenda ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .peta-legenda li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 12.5px;
    color: #334155;
  }
  .peta-legenda .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 1px 3px rgba(0,0,0,.2);
  }

  /* ===== MARKER LABEL ===== */
  .peta-label {
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    color: #1e2a36;
    text-shadow:
      0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
      0 0 3px #fff, 0 0 3px #fff;
    padding: 0;
    white-space: nowrap;
  }

  /* ===== MARKER PIN CUSTOM ===== */
  .pin-marker {
    width: 28px;
    height: 28px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 3px 8px rgba(0,0,0,.3);
    border: 3px solid #fff;
    position: relative;
  }
  .pin-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
  }

  /* ===== POPUP ===== */
  .leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.15);
  }
  .leaflet-popup-content {
    margin: 12px 16px;
    font-family: inherit;
  }
  .peta-popup-nama {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 4px;
  }
  .peta-popup-info {
    font-size: 12.5px;
    color: #64748b;
    margin: 0 0 6px;
  }
  .peta-popup-coord {
    font-size: 11px;
    color: #94a3b8;
    font-family: monospace;
  }

  /* ===== INFO CARD BAWAH ===== */
  .peta-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 24px;
  }
  .peta-info-card {
    background: #fff;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    padding: 16px 18px;
    transition: all 0.25s ease;
    cursor: pointer;
  }
  .peta-info-card:hover {
    border-color: #d4af37;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.12);
    transform: translateY(-2px);
  }
  .peta-info-card .card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }
  .peta-info-card .card-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .peta-info-card .card-name {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #1e2a36;
  }
  .peta-info-card .card-info {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.5;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .area-peta-section { padding: 40px 0; }
    .area-peta-title { font-size: 1.5rem; }
    #peta-diy { height: 55vh; min-height: 380px; }
    .peta-legenda {
      top: 10px;
      right: 10px;
      padding: 10px 12px;
      min-width: 140px;
      font-size: 12px;
    }
    .peta-legenda h4 { font-size: 13px; }
    .peta-legenda li { font-size: 11.5px; }
  }
  /* ===== BOUNDARY POLYGON ===== */
.kabupaten-boundary {
  transition: fill-opacity 0.25s ease, stroke-width 0.25s ease;
}
.kabupaten-boundary:hover {
  fill-opacity: 0.35 !important;
  stroke-width: 3 !important;
}

/* ===== LOADING INDICATOR ===== */
.peta-loading {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(30, 42, 54, 0.92);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 12.5px;
  font-family: inherit;
  z-index: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  transition: opacity 0.3s ease;
}
.peta-loading.hidden { opacity: 0; pointer-events: none; }
.peta-loading .spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: #d4af37;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Badge info tiap kabupaten di peta */
.kabupaten-tooltip {
  background: rgba(30, 42, 54, 0.95) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.25) !important;
}
.kabupaten-tooltip::before { border-top-color: rgba(30, 42, 54, 0.95) !important; }

 /* ===== SECTION ===== */
          .area-peta-section {
            padding: 60px 0;
            background: #fcfaf7;
          }
          .area-peta-header {
            text-align: center;
            max-width: 720px;
            margin: 0 auto 40px;
          }
          .area-peta-title {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: #1e2a36;
            margin: 0 0 12px;
          }
          .area-peta-subtitle {
            font-size: 1.05rem;
            color: #64748b;
            line-height: 1.7;
            margin: 0;
          }

          /* ===== MAP WRAPPER ===== */
          .peta-wrap {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
            border: 1px solid #ede8e0;
            background: #f5f1e8;
          }
          #peta-diy {
            width: 100%;
            height: 65vh;
            min-height: 460px;
            background: #f5f1e8;
          }

          /* ===== LEGENDA ===== */
          .peta-legenda {
            position: absolute;
            top: 16px;
            right: 16px;
            background: rgba(255, 255, 255, 0.96);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 12px;
            padding: 14px 16px;
            box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
            font-family: inherit;
            font-size: 13px;
            z-index: 500;
            min-width: 170px;
          }
          .peta-legenda h4 {
            font-family: 'Playfair Display', serif;
            font-size: 14px;
            font-weight: 700;
            color: #1e2a36;
            margin: 0 0 10px;
            padding: 0 0 8px;
            border-bottom: 1px solid #ede8e0;
          }
          .peta-legenda ul {
            list-style: none;
            padding: 0;
            margin: 0;
          }
          .peta-legenda li {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 4px 0;
            font-size: 12.5px;
            color: #334155;
            cursor: pointer;
            transition: color 0.2s ease;
          }
          .peta-legenda li:hover {
            color: #d4af37;
          }
          .peta-legenda .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            flex-shrink: 0;
            box-shadow: 0 0 0 2px rgba(255,255,255,.9), 0 1px 3px rgba(0,0,0,.2);
          }

          /* ===== MARKER LABEL ===== */
          .peta-label {
            background: transparent;
            border: none;
            box-shadow: none;
            font-family: inherit;
            font-weight: 700;
            font-size: 12px;
            color: #1e2a36;
            text-shadow:
              0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
              0 0 3px #fff, 0 0 3px #fff;
            padding: 0;
            white-space: nowrap;
          }

          /* ===== PIN CUSTOM ===== */
          .pin-marker {
            width: 28px;
            height: 28px;
            border-radius: 50% 50% 50% 0;
            transform: rotate(-45deg);
            box-shadow: 0 3px 8px rgba(0,0,0,.3);
            border: 3px solid #fff;
            position: relative;
          }
          .pin-marker::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
          }

          /* ===== POPUP ===== */
          .leaflet-popup-content-wrapper {
            border-radius: 12px;
            padding: 4px;
            box-shadow: 0 8px 30px rgba(15, 23, 42, 0.15);
          }
          .leaflet-popup-content {
            margin: 12px 16px;
            font-family: inherit;
          }
          .peta-popup-nama {
            font-family: 'Playfair Display', serif;
            font-size: 15px;
            font-weight: 700;
            color: #1e2a36;
            margin: 0 0 4px;
          }
          .peta-popup-info {
            font-size: 12.5px;
            color: #64748b;
            margin: 0 0 6px;
          }
          .peta-popup-coord {
            font-size: 11px;
            color: #94a3b8;
            font-family: monospace;
          }

          /* ===== BOUNDARY ===== */
          .kabupaten-boundary {
            transition: fill-opacity 0.25s ease, stroke-width 0.25s ease;
          }
          .kabupaten-tooltip {
            background: rgba(30, 42, 54, 0.95) !important;
            color: #fff !important;
            border: none !important;
            border-radius: 6px !important;
            padding: 6px 12px !important;
            font-size: 12px !important;
            font-weight: 600 !important;
            box-shadow: 0 4px 16px rgba(0,0,0,.25) !important;
          }
          .kabupaten-tooltip::before {
            border-top-color: rgba(30, 42, 54, 0.95) !important;
          }

          /* ===== INFO CARD BAWAH ===== */
          .peta-info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 12px;
            margin-top: 24px;
          }
          .peta-info-card {
            background: #fff;
            border: 1px solid #ede8e0;
            border-radius: 12px;
            padding: 16px 18px;
            transition: all 0.25s ease;
            cursor: pointer;
          }
          .peta-info-card:hover {
            border-color: #d4af37;
            box-shadow: 0 8px 24px rgba(212, 175, 55, 0.12);
            transform: translateY(-2px);
          }
          .peta-info-card .card-head {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 6px;
          }
          .peta-info-card .card-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            flex-shrink: 0;
          }
          .peta-info-card .card-name {
            font-family: 'Playfair Display', serif;
            font-size: 15px;
            font-weight: 700;
            color: #1e2a36;
          }
          .peta-info-card .card-info {
            font-size: 12.5px;
            color: #64748b;
            line-height: 1.5;
          }

          /* ===== RESPONSIVE ===== */
          @media (max-width: 768px) {
            .area-peta-section { padding: 40px 0; }
            .area-peta-title { font-size: 1.5rem; }
            #peta-diy { height: 55vh; min-height: 380px; }
            .peta-legenda {
              top: 10px;
              right: 10px;
              padding: 10px 12px;
              min-width: 140px;
              font-size: 12px;
            }
            .peta-legenda h4 { font-size: 13px; }
            .peta-legenda li { font-size: 11.5px; }
          }
          /* ============================================================
   SHORTCODE PETA AREA — FIGURE & CAPTION
   ============================================================ */
.area-peta-figure {
    margin: 40px 0;
    padding: 0;
}

.area-peta-figure .area-peta-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 8px;
    text-align: center;
}

.area-peta-figure .area-peta-subtitle {
    text-align: center;
    color: #64748b;
    margin: 0 0 24px;
    font-size: 1rem;
}

.area-peta-caption {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    color: #94a3b8;
    font-style: italic;
    margin-top: 12px;
    padding: 0 20px;
    line-height: 1.6;
}

/* ============================================================
   PETA CONTAINER
   ============================================================ */
.peta-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
    border: 1px solid #ede8e0;
    background: #f5f1e8;
}

.peta-leaflet {
    width: 100%;
    background: #f5f1e8;
}

/* ============================================================
   LEGENDA
   ============================================================ */
.peta-legenda {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
    font-size: 13px;
    z-index: 500;
    min-width: 190px;
}

.peta-legenda h4 {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ede8e0;
}

.peta-legenda ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.peta-legenda li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 12.5px;
    cursor: pointer;
}

.peta-legenda li a {
    color: #334155;
    text-decoration: none;
    transition: color 0.2s ease;
}

.peta-legenda li a:hover {
    color: #d4af37;
    text-decoration: underline;
}

.peta-legenda .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* ============================================================
   INFO CARD BAWAH — SEKARANG BERUPA LINK
   ============================================================ */
.peta-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

a.peta-info-card {
    display: block;
    background: #fff;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    padding: 16px 18px;
    transition: all 0.25s ease;
    text-decoration: none;
    color: inherit;
}

a.peta-info-card:hover {
    border-color: #d4af37;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
    transform: translateY(-3px);
    text-decoration: none;
}

.peta-info-card .card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.peta-info-card .card-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.peta-info-card .card-name {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #1e2a36;
}

.peta-info-card .card-info {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 8px;
}

.peta-info-card .card-cta {
    font-size: 12px;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 0.3px;
}

/* ============================================================
   POPUP LINK
   ============================================================ */
.peta-popup-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.peta-popup-link:hover {
    text-decoration: underline;
}

/* ============================================================
   MARKER LABEL
   ============================================================ */
.peta-label {
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    color: #1e2a36;
    text-shadow:
        0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
        0 0 3px #fff, 0 0 3px #fff;
    padding: 0;
    white-space: nowrap;
}

/* ============================================================
   PIN MARKER
   ============================================================ */
.pin-marker {
    width: 28px;
    height: 28px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    position: relative;
}

.pin-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

/* ============================================================
   POPUP
   ============================================================ */
.leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.15);
}

.leaflet-popup-content {
    margin: 12px 16px;
    font-family: inherit;
}

.peta-popup-nama {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 4px;
}

.peta-popup-info {
    font-size: 12.5px;
    color: #64748b;
    margin: 0 0 6px;
}

/* ============================================================
   TOOLTIP KABUPATEN (saat hover polygon)
   ============================================================ */
.kabupaten-tooltip {
    background: rgba(30, 42, 54, 0.95) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
}

.kabupaten-tooltip::before {
    border-top-color: rgba(30, 42, 54, 0.95) !important;
}

.kabupaten-boundary {
    transition: fill-opacity 0.25s ease, stroke-width 0.25s ease;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .area-peta-figure .area-peta-title { font-size: 1.3rem; }
    .area-peta-figure .area-peta-subtitle { font-size: 0.95rem; }
    .peta-legenda {
        top: 10px;
        right: 10px;
        padding: 10px 12px;
        min-width: 150px;
        font-size: 12px;
    }
    .peta-legenda h4 { font-size: 13px; }
    .peta-legenda li { font-size: 11.5px; }
    .peta-info-grid { grid-template-columns: 1fr; }
}
.peta-legenda-title {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    color: #1e2a36;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ede8e0;
}
/* ===== ACCORDION WILAYAH ===== */
.wilayah-accordion {
    margin: 24px 0;
    border: 1px solid #ede8e0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.wilayah-accordion summary {
    padding: 16px 20px;
    background: linear-gradient(135deg, #1e2a36 0%, #2d4b5a 100%);
    color: #f5e5b0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s ease;
}

.wilayah-accordion summary:hover {
    background: linear-gradient(135deg, #2d4b5a 0%, #1e2a36 100%);
}

.wilayah-accordion summary::-webkit-details-marker {
    display: none;
}

.wilayah-accordion summary::after {
    content: '▼';
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    color: #d4af37;
}

.wilayah-accordion[open] summary::after {
    transform: rotate(180deg);
}

.wilayah-accordion .wilayah-table {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

/* ===== AREA LINKS LIST ===== */
.area-links-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.area-links-list li {
    padding: 0;
    border: none;
}

.area-links-list li::before {
    display: none;
}

.area-links-list a {
    display: block;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #ede8e0;
    border-radius: 10px;
    color: #1e2a36;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.area-links-list a:hover {
    border-color: #d4af37;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.12);
    transform: translateY(-2px);
    color: #2563eb;
    text-decoration: none;
}

.area-links-list a::before {
    content: '→ ';
    color: #d4af37;
    font-weight: 700;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .area-links-list {
        grid-template-columns: 1fr;
    }
    .wilayah-accordion summary {
        font-size: 0.95rem;
        padding: 14px 16px;
    }
}
