/* ========================================
   ANIMHA-AR — Shared Styles
   ======================================== */

/* Material Symbols */
.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
    display: inline-block;
    vertical-align: middle;
}

/* Editorial Shadow */
.editorial-shadow {
    box-shadow: 0 32px 64px -12px rgba(26, 28, 25, 0.06);
}

/* Glass Navigation */
.glass-nav {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Hero Gradient */
.hero-gradient {
    background: linear-gradient(135deg, #003625 0%, #1a4d3a 100%);
}

/* Editorial Large Text */
.text-editorial-lg {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
}

/* Hide Scrollbar */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* ========================================
   GIS Map Styles
   ======================================== */

.gis-map-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 32px 64px -12px rgba(26, 28, 25, 0.08);
    border: 1px solid rgba(192, 201, 194, 0.15);
}

/* Leaflet Popup Overrides */
.leaflet-popup-content-wrapper {
    border-radius: 0.75rem !important;
    box-shadow: 0 20px 40px rgba(0, 54, 37, 0.12) !important;
    padding: 0 !important;
    overflow: hidden;
}

.leaflet-popup-content {
    margin: 0 !important;
    min-width: 220px;
    font-family: 'Inter', sans-serif;
}

.leaflet-popup-tip {
    box-shadow: none !important;
}

/* Custom Popup Content */
.map-popup {
    padding: 1rem 1.25rem;
}

.map-popup-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.map-popup-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.map-popup-badge.wisata {
    background: rgba(0, 54, 37, 0.1);
    color: #003625;
}

.map-popup-badge.hotel {
    background: rgba(115, 92, 0, 0.1);
    color: #735c00;
}

.map-popup-badge.transportasi {
    background: rgba(54, 104, 83, 0.1);
    color: #366853;
}

.map-popup h3 {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: 1rem;
    color: #003625;
    margin: 0 0 0.35rem 0;
    line-height: 1.3;
}

.map-popup p {
    font-size: 0.78rem;
    color: #404944;
    line-height: 1.5;
    margin: 0;
}

/* Map Legend */
.map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    padding: 1rem;
}

.map-legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #404944;
}

.map-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.map-legend-dot.wisata { background: #2d7d46; }
.map-legend-dot.hotel { background: #d4920a; }
.map-legend-dot.transportasi { background: #2563eb; }

/* Map Section Title */
.map-section-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #75584d;
    margin-bottom: 1rem;
    text-align: center;
}

.map-section-title {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: #003625;
    text-align: center;
    margin-bottom: 0.5rem;
}

.map-section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #404944;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    line-height: 1.7;
}
