```css
/* ==========================================
   PREFIX KHUSUS: EXPLORE PAGE WITH SIDEBAR
   ========================================== */

.explore-page-section {
    background-color: #f8faff;
    width: 100%;
}

.explore-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}


/* --- BANNER HERO --- */

.explore-hero-banner {
    background-size: cover;
    background-position: center;
    padding: 60px 0 80px 0;
    color: #ffffff;
}

.explore-breadcrumb {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 16px;
}

.explore-hero-banner h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.explore-hero-banner h1 span {
    color: #0056fb;
}

.explore-hero-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.explore-search-container {
    display: flex;
    gap: 12px;
    max-width: 550px;
}

.explore-search-input-wrap {
    position: relative;
    flex-grow: 1;
}

.explore-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #A0AEC0;
}

.explore-search-input-wrap input {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border-radius: 30px;
    border: none;
    font-size: 13px;
    outline: none;
    color: #031828;
}

.explore-btn-filter-top {
    background: #ffffff;
    color: #031828;
    border: none;
    padding: 0 24px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}


/* --- TABS KATEGORI --- */

.explore-categories-tabs {
    background: #ffffff;
    border-bottom: 1px solid #edf2f9;
    padding: 14px 0;
}

.explore-tabs-flex {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    gap: 16px;
}

.explore-tabs-flex::-webkit-scrollbar {
    height: 0px;
}

.explore-tab-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 14px;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid transparent;
}

.explore-tab-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.tc-blue {
    background: #EBF3FF;
    color: #2F80ED;
}

.tc-green {
    background: #EAF7EE;
    color: #27AE60;
}

.tc-purple {
    background: #EEF2FA;
    color: #9B51E0;
}

.tc-orange {
    background: #FFF3EB;
    color: #E67E22;
}

.tc-cyan {
    background: #E0F7FA;
    color: #00ACC1;
}

.tc-yellow {
    background: #FEF9E7;
    color: #F1C40F;
}

.explore-tab-txt strong {
    display: block;
    font-size: 12px;
    color: #4A5568;
    white-space: nowrap;
}

.explore-tab-txt small {
    font-size: 10px;
    color: #A0AEC0;
}

.explore-tab-item.active,
.explore-tab-item:hover {
    background: #f8fafc;
    border-color: #E2E8F0;
}

.explore-tab-item.active .explore-tab-txt strong {
    color: #0056fb;
}


/* --- CORE MAIN LAYOUT (BELAH DUA) --- */

.explore-main-content {
    padding: 40px 0;
}

.explore-main-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    /* Kunci lebar sidebar kiri */
    gap: 32px;
    align-items: start;
}


/* ==========================================
   SIDEBAR COMPONENT (KIRI)
   ========================================== */

.explore-sidebar-filter {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #edf2f9;
    box-shadow: 0 4px 20px rgba(3, 24, 40, 0.01);
}

.sidebar-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
}

.sidebar-filter-header h3 {
    font-size: 15px;
    color: #031828;
    font-weight: 700;
}

.btn-reset-filter {
    background: none;
    border: none;
    color: #0056fb;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.filter-group {
    margin-bottom: 24px;
}

.filter-group h4 {
    font-size: 13px;
    color: #031828;
    font-weight: 700;
    margin-bottom: 12px;
}

.filter-checkbox-label,
.filter-radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #4A5568;
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-checkbox-label input,
.filter-radio-label input {
    accent-color: #0056fb;
    /* Warna biru saat dicentang */
}

.filter-select-dropdown {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    font-size: 12px;
    color: #031828;
    background: #ffffff;
    outline: none;
}

.stars-gold {
    color: #F1C40F;
    font-size: 11px;
    letter-spacing: 1px;
}

.rating-num {
    color: #7F8C8D;
    margin-left: 4px;
}


/* ==========================================
   GRID CONTENT (KANAN)
   ========================================== */

.explore-toolbar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.explore-meta-left {
    font-size: 13px;
    color: #0056fb;
    font-weight: 500;
}

.explore-sort-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.explore-sort-right span {
    font-size: 12px;
    color: #718096;
}

.explore-select-sort {
    border: 1px solid #E2E8F0;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #031828;
    background: #ffffff;
    font-weight: 500;
    outline: none;
}

.explore-view-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    background: #ffffff;
    color: #A0AEC0;
    cursor: pointer;
    font-size: 11px;
}

.explore-view-btn.active {
    color: #0056fb;
    border-color: #0056fb;
}


/* Grid Kartu Destinasi */

.explore-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 Kolom sejajar di kanan */
    gap: 20px;
}

.explore-product-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #edf2f9;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(3, 24, 40, 0.04);
}

.explore-card-media {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.explore-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-badge-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    color: #ffffff;
}

.bg-green {
    background: #27AE60;
}

.bg-purple {
    background: #9B51E0;
}

.bg-blue {
    background: #2F80ED;
}

.bg-orange {
    background: #E67E22;
}

.bg-cyan {
    background: #00ACC1;
}

.bg-yellow {
    background: #F1C40F;
}

.explore-heart-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
}

.explore-card-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.explore-card-info h3 {
    font-size: 13px;
    color: #031828;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.4;
}

.explore-loc {
    font-size: 11px;
    color: #7F8C8D;
    margin-bottom: 10px;
}

.explore-loc i {
    color: #A0AEC0;
}

.explore-rating-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.explore-star {
    font-size: 11px;
    font-weight: 700;
    color: #031828;
}

.explore-reviews {
    font-size: 10px;
    color: #A0AEC0;
}


/* Pagination */

.explore-pagination-wrapper {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 40px;
}

.explore-pag-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    background: #ffffff;
    color: #4A5568;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-pag-btn.active {
    background: #0056fb;
    color: #ffffff;
    border-color: #0056fb;
}

.explore-pag-dots {
    font-size: 12px;
    color: #A0AEC0;
    align-self: center;
    padding: 0 4px;
}


/* --- RESPONSIVITAS ADAPTIF LAYAR --- */

@media (max-width: 1200px) {
    .explore-main-layout {
        grid-template-columns: 240px 1fr;
        gap: 20px;
    }
    .explore-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .explore-main-layout {
        grid-template-columns: 1fr;
    }
    /* Menumpuk vertikal di tablet, sidebar di atas */
    .explore-sidebar-filter {
        width: 100%;
    }
    .explore-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .explore-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .explore-cards-grid {
        grid-template-columns: 1fr;
    }
    .explore-search-container {
        flex-direction: column;
    }
    .explore-btn-filter-top {
        padding: 12px 0;
        justify-content: center;
    }
}