/* ================================================================
   AVESTA TRAVEL - Destination Tour Listing Page
================================================================ */

.page-tour-destination {
    background: #f6f8fc;
}

.page-tour-destination .tsec {
    padding: 66px 0;
}

.page-tour-destination .tsec-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.page-tour-destination .tsec-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ea580c;
}

.page-tour-destination .tsec-title {
    margin: 0 0 8px;
    color: #0b1426;
    font-family: var(--font-display, inherit);
    font-size: clamp(1.58rem, 2.7vw, 2.14rem);
    font-weight: 700;
    line-height: 1.2;
}

.page-tour-destination .tsec-title em {
    color: #ea580c;
    font-style: italic;
}

.page-tour-destination .tsec-sub {
    margin: 0;
    color: #64748b;
    font-size: 0.93rem;
    line-height: 1.65;
}

/* Tours-destination uses the same hero/search shell as the main tours page. */
.page-tour-destination .th-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding-top: 88px;
    padding-bottom: 0;
    overflow: hidden;
    background: #0b1426;
}

.page-tour-destination .th-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.page-tour-destination .th-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 40%;
    transform: scale(1.05);
}

.page-tour-destination .th-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgba(6,12,24,.93) 0%, rgba(6,12,24,.76) 50%, rgba(6,12,24,.48) 100%);
}

.page-tour-destination .th-grain {
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.page-tour-destination .th-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
    line-height: 0;
}

.page-tour-destination .th-wave svg {
    width: 100%;
    height: 80px;
    display: block;
}

.page-tour-destination .th-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 100px;
    width: 100%;
}

.page-tour-destination .th-text-block {
    margin-bottom: 32px;
}

.page-tour-destination .th-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .65);
    font-size: .76rem;
    font-weight: 700;
}

.page-tour-destination .th-breadcrumb a {
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
}

.page-tour-destination .th-breadcrumb strong {
    color: #ffffff;
}

.page-tour-destination .th-title {
    font-family: var(--font-display, inherit);
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.12;
    color: #ffffff;
    margin: 0 0 14px;
}

.page-tour-destination .th-accent {
    color: #e85d04;
    text-shadow: 0 0 60px rgba(232,93,4,.6);
}

.page-tour-destination .th-title em {
    font-style: italic;
    color: rgba(255, 255, 255, .85);
}

.page-tour-destination .th-sub {
    margin: 0;
    font-size: .98rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.75;
    max-width: 560px;
}

.page-tour-destination .th-search-wrap {
    width: 100%;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.page-tour-destination .th-search-wrap .search-fields-container {
    flex-wrap: nowrap !important;
    overflow: visible !important;
}

.page-tour-destination .th-search-wrap .search-field {
    min-width: 110px;
}

.page-tour-destination .th-search-notice {
    padding: 10px 16px;
    margin-top: 8px;
    border-radius: 10px;
    background: rgba(220,38,38,.12);
    color: #fca5a5;
    font-size: .82rem;
    font-weight: 600;
}

.page-tour-destination .tour-mobile-sheet-backdrop,
.page-tour-destination .tour-mobile-sheet {
    display: none;
}

@media (max-width: 768px) {
    .page-tour-destination .th-hero {
        --th-mobile-hero-height: 56.25vw;
        --th-mobile-search-overlap: 0px;
        min-height: auto !important;
        display: block !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
        background: #ffffff !important;
    }

    .page-tour-destination .th-bg {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        height: var(--th-mobile-hero-height) !important;
        overflow: hidden !important;
    }

    .page-tour-destination .th-img {
        background-size: cover !important;
        background-position: center center !important;
        transform: none !important;
    }

    .page-tour-destination .th-overlay {
        background: linear-gradient(180deg, rgba(6,12,24,.84) 0%, rgba(6,12,24,.64) 52%, rgba(6,12,24,.78) 100%) !important;
    }

    .page-tour-destination .th-wave,
    .page-tour-destination .th-breadcrumb {
        display: none !important;
    }

    .page-tour-destination .th-inner {
        min-height: 0 !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        gap: 0 !important;
    }

    .page-tour-destination .th-inner.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-tour-destination .th-text-block {
        min-height: var(--th-mobile-hero-height) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        padding: 72px 16px 28px !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    .page-tour-destination .th-title {
        font-size: clamp(1.42rem, 7vw, 2rem) !important;
        line-height: 1.08 !important;
        margin-bottom: 10px !important;
        text-align: center !important;
        max-width: 100% !important;
        overflow-wrap: anywhere;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
        text-wrap: balance;
    }

    .page-tour-destination .th-sub {
        font-size: clamp(.78rem, 3.2vw, .9rem) !important;
        line-height: 1.45 !important;
        max-width: 32ch !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        color: rgba(255,255,255,.8) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .page-tour-destination .th-search-wrap {
        position: relative !important;
        z-index: 4 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: calc(0px - var(--th-mobile-search-overlap)) calc(50% - 50vw) 0 !important;
        padding: 18px 0 24px !important;
        border: none !important;
        border-radius: 28px 28px 0 0 !important;
        background: #ffffff !important;
        box-shadow: 0 -6px 30px rgba(11,20,38,.08), 0 -2px 8px rgba(11,20,38,.04) !important;
        box-sizing: border-box !important;
    }

    .page-tour-destination .th-search-wrap .search-fields-container {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 8px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #f8fafc !important;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.03) !important;
        overflow: visible !important;
    }

    .page-tour-destination .th-search-wrap .search-field {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 13px 14px !important;
        border: 1px solid transparent !important;
        border-radius: 12px !important;
        background: transparent !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .page-tour-destination .th-search-wrap .search-field:hover {
        background: #f1f5f9 !important;
    }

    .page-tour-destination .th-search-wrap .field-divider {
        display: block !important;
        width: 100% !important;
        height: 1px !important;
        margin: 2px 0 !important;
        background: #e2e8f0 !important;
        flex-shrink: 0 !important;
    }

    .page-tour-destination .th-search-wrap .search-field-label {
        font-size: .72rem !important;
        font-weight: 800 !important;
        color: #0b1426 !important;
        text-transform: uppercase !important;
        letter-spacing: .05em !important;
    }

    .page-tour-destination .th-search-wrap .search-field-input,
    .page-tour-destination .th-search-wrap .guest-trigger-text {
        color: #374151 !important;
        font-size: .95rem !important;
        font-weight: 500 !important;
    }

    .page-tour-destination .th-search-wrap .search-field-input::placeholder {
        color: #9ca3af !important;
    }

    .page-tour-destination .th-search-wrap .field-icon {
        color: #e85d04 !important;
    }

    .page-tour-destination .th-search-wrap .search-action {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 12px !important;
    }

    .page-tour-destination .th-search-wrap .btn-search {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        padding: 16px !important;
        border-radius: 12px !important;
        font-size: 1rem !important;
    }

    .page-tour-destination .th-search-wrap .tour-suggest-dropdown {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .page-tour-destination .th-search-wrap .guest-dropdown {
        min-width: 240px !important;
        border-radius: 14px !important;
        box-shadow: 0 14px 45px rgba(15,23,42,.22) !important;
    }

    .page-tour-destination .th-search-notice {
        margin-top: 10px !important;
    }

    .page-tour-destination #tourDestDropdown,
    .page-tour-destination #tourGuestDropdown {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .page-tour-destination #tourDest {
        caret-color: transparent;
    }

    .page-tour-destination .tour-mobile-sheet-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 100110;
        background: rgba(15, 23, 42, .42);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .22s ease, visibility .22s ease;
        touch-action: none;
    }

    .page-tour-destination .tour-mobile-sheet-backdrop.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .page-tour-destination .tour-mobile-sheet {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100120;
        width: 100vw;
        max-width: 100vw;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(20px);
        transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
        overscroll-behavior: contain;
    }

    .page-tour-destination .tour-mobile-sheet.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .page-tour-destination .tour-mobile-sheet-panel {
        max-height: min(82svh, 760px);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 28px 28px 0 0;
        border-top: 1px solid rgba(148,163,184,.18);
        background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
        box-shadow: 0 -14px 36px rgba(15,23,42,.1), 0 -2px 12px rgba(15,23,42,.06);
        overscroll-behavior: contain;
    }

    .page-tour-destination .tour-mobile-sheet-handle {
        width: 54px;
        height: 5px;
        margin: 10px auto 4px;
        border-radius: 999px;
        background: rgba(148,163,184,.55);
        flex-shrink: 0;
    }

    .page-tour-destination .tour-mobile-sheet-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 16px 10px;
        border-bottom: 1px solid rgba(226,232,240,.9);
    }

    .page-tour-destination .tour-mobile-sheet-title {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .page-tour-destination .tour-mobile-sheet-kicker {
        color: #64748b;
        font-size: .69rem;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .page-tour-destination .tour-mobile-sheet-heading {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .page-tour-destination .tour-mobile-sheet-close {
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: #e2e8f0;
        color: #334155;
        font-size: 20px;
        line-height: 1;
    }

    .page-tour-destination .tour-mobile-sheet-search {
        min-height: 56px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 14px 16px 12px;
        padding: 0 14px;
        border: 1px solid rgba(203,213,225,.9);
        border-radius: 18px;
        background: #ffffff;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 24px rgba(15,23,42,.06);
    }

    .page-tour-destination .tour-mobile-sheet-search svg {
        color: #e85d04;
        flex-shrink: 0;
    }

    .page-tour-destination .tour-mobile-sheet-input {
        flex: 1;
        min-width: 0;
        border: 0;
        padding: 0;
        background: transparent;
        color: #0f172a;
        font-size: 1rem;
        font-weight: 600;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
    }

    .page-tour-destination .tour-mobile-sheet-input::placeholder {
        color: #94a3b8;
        font-weight: 500;
    }

    .page-tour-destination .tour-mobile-sheet-clear {
        border: 0;
        padding: 0;
        display: none;
        flex-shrink: 0;
        background: transparent;
        color: #e85d04;
        font-size: .83rem;
        font-weight: 800;
    }

    .page-tour-destination .tour-mobile-sheet-clear.show {
        display: inline-flex;
    }

    .page-tour-destination #tourDestMobileResults,
    .page-tour-destination #tourGuestMobileRows {
        overflow-y: auto;
        padding: 0 16px calc(16px + env(safe-area-inset-bottom));
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }

    .page-tour-destination #tourDestMobileResults {
        min-height: 220px;
        max-height: min(60svh, 560px);
    }

    .page-tour-destination #tourGuestMobileRows {
        max-height: min(50svh, 460px);
        padding-top: 8px;
    }
}

@media (max-width: 480px) {
    .page-tour-destination .th-text-block {
        padding-top: 68px !important;
        padding-bottom: 24px !important;
    }

    .page-tour-destination .th-title {
        font-size: clamp(1.3rem, 6.8vw, 1.78rem) !important;
        margin-bottom: 8px !important;
    }

    .page-tour-destination .th-sub {
        font-size: .8rem !important;
        max-width: 30ch !important;
        -webkit-line-clamp: 1;
    }
}

.tdp-hero {
    position: relative;
    margin-top: 0;
    min-height: 560px;
    overflow: hidden;
    background: #0b1426;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tdp-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}

.tdp-hero-bg-fallback {
    background: radial-gradient(circle at 18% 22%, rgba(234, 88, 12, 0.4), transparent 45%),
                radial-gradient(circle at 82% 28%, rgba(59, 130, 246, 0.28), transparent 42%),
                linear-gradient(160deg, #0b1426, #182e56);
}

.tdp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 14, 28, 0.24) 0%, rgba(8, 14, 28, 0.78) 56%, rgba(8, 14, 28, 0.93) 100%);
}

.tdp-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 80px;
    text-align: center;
    width: 100%;
}

.tdp-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    font-weight: 600;
}

.tdp-breadcrumb a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
}

.tdp-breadcrumb a:hover {
    color: #ffffff;
}

.tdp-breadcrumb strong {
    color: #ffffff;
}

.tdp-hero-title {
    margin: 0 0 14px;
    font-family: var(--font-display, inherit);
    font-size: clamp(2.1rem, 5.1vw, 3.7rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.tdp-hero-title em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.86);
}

.tdp-hero-sub {
    margin: 0 auto 30px;
    max-width: 780px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.97rem;
    line-height: 1.75;
}

.tdp-hero-search {
    width: min(780px, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-tour-destination .tdp-search-wrap {
    width: 100%;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.page-tour-destination .tdp-search-wrap .search-field,
.page-tour-destination .tdp-search-wrap .search-field-input {
    cursor: text;
}

.tdp-field-search {
    flex: 1 1 420px;
}

.page-tour-destination .tdp-search-wrap .search-field-input {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.tdp-search-card {
    width: min(780px, 100%);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 22px;
    padding: 18px 18px 16px;
    box-shadow: 0 22px 48px rgba(6, 12, 24, 0.28), 0 8px 16px rgba(6, 12, 24, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tdp-search-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tdp-search-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tdp-search-input {
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    border: 1.5px solid #dbe3ee;
    border-radius: 14px;
    background: transparent;
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 600;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.tdp-search-input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.tdp-search-input:focus {
    border-color: #ea580c;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}

.tdp-search-btn {
    height: 52px;
    padding: 0 22px;
    border: none;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(234, 88, 12, 0.32);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tdp-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(234, 88, 12, 0.4);
}

.tdp-reset-link {
    display: inline-flex;
    margin-top: 10px;
    color: #ea580c;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
}

.tdp-filter-backdrop {
    display: none;
}

.tdp-filter-close-btn {
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
}

.tdp-filter-mobile-wrap {
    display: none;
}

.tdp-filter-close-btn {
    display: none;
}

.tdp-inline-filters-wrap {
    margin-top: 16px;
    width: min(980px, 100%);
}

.tdp-inline-filters-title {
    display: inline-block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.tdp-inline-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
}

.tdp-inline-filters::-webkit-scrollbar {
    height: 6px;
}

.tdp-inline-filters::-webkit-scrollbar-track {
    background: transparent;
}

.tdp-inline-filters::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.tdp-inline-filter-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    text-decoration: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.tdp-inline-filter-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.19);
    box-shadow: 0 8px 18px rgba(8, 14, 28, 0.2);
}

.tdp-inline-filter-chip.is-active {
    border-color: rgba(234, 88, 12, 0.8);
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.94), rgba(194, 65, 12, 0.95));
    box-shadow: 0 6px 14px rgba(8, 14, 28, 0.26);
}

.tdp-inline-filter-chip.is-active:hover {
    box-shadow: 0 6px 14px rgba(8, 14, 28, 0.26);
}

.tdp-inline-filter-name {
    font-size: 0.81rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.tdp-inline-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(6, 12, 24, 0.34);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.69rem;
    font-weight: 800;
    line-height: 1;
}

.tdp-inline-filter-chip.is-active .tdp-inline-filter-count {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.tdp-filters-section {
    background: #f4f6fb;
    padding-top: 42px;
    padding-bottom: 38px;
}

.tdp-filter-shell {
    background: #ffffff;
    border: 1px solid #d8e1ee;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(11, 20, 38, 0.08);
    overflow: hidden;
}

.tdp-filter-toggle {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
}

.tdp-filter-left {
    min-width: 0;
}

.tdp-filter-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #ea580c;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tdp-filter-title {
    margin: 0 0 6px;
    color: #0b1426;
    font-family: var(--font-display, inherit);
    font-size: clamp(1.2rem, 2.4vw, 1.56rem);
    font-weight: 700;
    line-height: 1.2;
}

.tdp-filter-sub {
    margin: 0;
    color: #64748b;
    font-size: 0.87rem;
    line-height: 1.6;
}

.tdp-filter-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.tdp-filter-active {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #fdba74;
    color: #c2410c;
    background: #fff7ed;
    font-size: 0.74rem;
    font-weight: 700;
}

.tdp-filter-count {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #d8e1ee;
    color: #334155;
    background: #f8fafc;
    font-size: 0.74rem;
    font-weight: 700;
}

.tdp-filter-chevron {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #d8e1ee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    background: #ffffff;
    transition: transform 0.22s ease, border-color 0.18s ease, color 0.18s ease;
}

.tdp-filter-shell.is-open .tdp-filter-chevron {
    transform: rotate(180deg);
    border-color: #fdba74;
    color: #c2410c;
}

.tdp-filter-panel {
    overflow: hidden;
    opacity: 1;
    transition: height 0.28s ease, opacity 0.22s ease;
}

.tdp-filter-panel-inner {
    border-top: 1px solid #edf2f8;
    padding: 18px 24px 24px;
}

.page-tour-destination .tdp-filters-section .ttag-slider-wrap {
    gap: 12px;
}

.page-tour-destination .tdp-filters-section .ttag-track {
    gap: 12px;
}

.page-tour-destination .tdp-filters-section .ttag-card {
    flex: 0 0 clamp(118px, 9.3vw, 146px);
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    border: 1px solid #d9e2ef;
    box-shadow: 0 8px 20px rgba(11, 20, 38, 0.1), 0 2px 6px rgba(11, 20, 38, 0.06);
}

.page-tour-destination .tdp-filters-section .ttag-card:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 14px 26px rgba(11, 20, 38, 0.14), 0 4px 10px rgba(11, 20, 38, 0.08);
}

.page-tour-destination .tdp-filters-section .ttag-card-body {
    padding: 12px 10px 11px;
    gap: 4px;
}

.page-tour-destination .tdp-filters-section .ttag-card-color-dot {
    width: 7px;
    height: 7px;
    margin-bottom: 1px;
}

.page-tour-destination .tdp-filters-section .ttag-card-name {
    font-size: clamp(0.74rem, 0.88vw, 0.86rem);
    letter-spacing: 0.02em;
}

.page-tour-destination .tdp-filters-section .ttag-card-count {
    font-size: 0.66rem;
}

.page-tour-destination .tdp-filters-section .ttag-card.is-active {
    transform: translateY(-3px);
    border-color: rgba(234, 88, 12, 0.66);
    box-shadow: 0 15px 30px rgba(234, 88, 12, 0.26), 0 5px 14px rgba(11, 20, 38, 0.17);
}

.page-tour-destination .tdp-filters-section .ttag-card.is-active .ttag-card-overlay {
    background: linear-gradient(to top, rgba(234, 88, 12, 0.84) 0%, rgba(11, 20, 38, 0.44) 64%, rgba(11, 20, 38, 0.12) 100%);
}

.page-tour-destination .tdp-filters-section .ttag-arrow {
    width: 40px;
    height: 40px;
}

.page-tour-destination .tdp-filters-section .ttag-card-all {
    border-color: #fdc89e;
}

.page-tour-destination .tdp-filters-section .ttag-card-all-bg {
    background: radial-gradient(circle at 24% 22%, rgba(255, 237, 213, 0.92), transparent 56%),
                radial-gradient(circle at 74% 72%, rgba(251, 191, 36, 0.32), transparent 52%),
                linear-gradient(145deg, #9a3412, #ea580c);
}

.page-tour-destination .tdp-filters-section .ttag-card-all .ttag-card-overlay {
    background: linear-gradient(to top, rgba(51, 26, 8, 0.86) 0%, rgba(87, 35, 8, 0.32) 62%, rgba(87, 35, 8, 0.08) 100%);
}

.page-tour-destination .tdp-filters-section .ttag-card-all-dot {
    background: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.24);
}

.ttag-arrow.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.tdp-empty-line {
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 16px 18px;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
    background: #ffffff;
}

.tdp-list-section {
    background: #ffffff;
}

.tdp-destination-results {
    background:
        linear-gradient(180deg, #f6f8fc 0%, #ffffff 58%),
        radial-gradient(circle at 8% 18%, rgba(234, 88, 12, 0.08), transparent 34%);
}

.tdp-results-layout {
    display: grid;
    grid-template-columns: minmax(252px, 294px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.tdp-filter-sidebar {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 116px);
    border: 1px solid #dbe3ee;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(11, 20, 38, 0.09), 0 4px 12px rgba(11, 20, 38, 0.05);
    overflow: hidden;
}

.tdp-filter-mobile-toggle {
    width: 100%;
    border: 0;
    padding: 18px 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    color: #0b1426;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    cursor: default;
    pointer-events: none;
}

.tdp-filter-mobile-toggle small {
    display: block;
    margin-bottom: 5px;
    color: #ea580c;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.tdp-filter-mobile-toggle strong {
    display: block;
    color: #0b1426;
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.16;
}

.tdp-filter-mobile-toggle b {
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0b1426;
    font-size: 0.76rem;
    font-weight: 850;
}

.tdp-filter-body {
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 18px;
    border-top: 1px solid #edf2f8;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tdp-filter-body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.tdp-filter-panel-head {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 0 8px;
    background: rgba(255, 255, 255, 0.98);
}

.tdp-filter-panel-head span {
    color: #0b1426;
    font-size: 0.82rem;
    font-weight: 850;
}

.tdp-filter-panel-head a {
    color: #ea580c;
    text-decoration: none;
    font-size: 0.74rem;
    font-weight: 800;
}

.tdp-filter-panel-head a:hover {
    text-decoration: underline;
}

.tdp-filter-group {
    padding: 17px 0;
    border-top: 1px solid #edf2f8;
}

.tdp-filter-options-scroll {
    max-height: 205px;
    overflow-y: auto;
    padding-right: 8px;
    margin-right: -4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tdp-filter-options-scroll::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.tdp-filter-panel-head + .tdp-filter-group {
    border-top: 0;
}

.tdp-filter-group-title {
    margin-bottom: 10px;
    color: #ea580c;
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tdp-filter-static,
.tdp-filter-option {
    width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #334155;
    font-size: 0.83rem;
    font-weight: 650;
}

.tdp-filter-static {
    padding: 9px 11px;
    border-radius: 12px;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
}

.tdp-filter-static span,
.tdp-filter-option span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.tdp-filter-static strong,
.tdp-filter-option b {
    flex: 0 0 auto;
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    background: #eff6ff;
    font-size: 0.69rem;
    font-weight: 850;
}

.tdp-filter-option {
    cursor: pointer;
    margin-top: 7px;
    justify-content: flex-start;
}

.tdp-filter-option input {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #ea580c;
}

.tdp-filter-option span {
    flex: 1 1 auto;
}

.tdp-filter-option:has(input:checked) {
    color: #0b1426;
}

.tdp-filter-option:has(input:checked) b {
    color: #9a3412;
    background: #fff7ed;
}

.tdp-price-inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.tdp-price-inputs label {
    min-width: 0;
    display: grid;
    gap: 6px;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 750;
}

.tdp-price-inputs input,
.tdp-sort-select {
    width: 100%;
    height: 42px;
    border: 1px solid #d8e1ee;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
    font: inherit;
    font-size: 0.83rem;
    font-weight: 700;
    outline: none;
}

.tdp-price-inputs input {
    padding: 0 10px;
}

.tdp-sort-select {
    padding: 0 34px 0 12px;
}

.tdp-price-inputs input:focus,
.tdp-sort-select:focus {
    border-color: #ea580c;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}

.tdp-price-hint {
    margin-top: 9px;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 750;
}

.tdp-filter-actions {
    position: sticky;
    bottom: 0;
    z-index: 6;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin: 0 -18px;
    padding: 12px 18px;
    border-top: 1px solid #edf2f8;
    background: #ffffff;
    box-shadow: 0 -10px 22px rgba(11, 20, 38, 0.07);
}

.tdp-filter-actions::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    height: 30px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 82%);
}

.tdp-filter-actions::after {
    content: '';
    position: absolute;
    top: -23px;
    left: 50%;
    width: 9px;
    height: 9px;
    pointer-events: none;
    border-right: 2px solid rgba(234, 88, 12, 0.9);
    border-bottom: 2px solid rgba(234, 88, 12, 0.9);
    transform: translateX(-50%) rotate(45deg);
    animation: tdpFilterScrollCue 1.45s ease-in-out infinite;
}

@keyframes tdpFilterScrollCue {
    0%, 100% {
        opacity: 0.2;
        transform: translate(-50%, -4px) rotate(45deg);
    }
    50% {
        opacity: 0.95;
        transform: translate(-50%, 3px) rotate(45deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tdp-filter-actions::after {
        animation: none;
        opacity: 0.55;
    }
}

.tdp-filter-actions button,
.tdp-filter-actions a {
    min-height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 850;
}

.tdp-filter-actions button {
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, #ea580c, #c2410c);
    box-shadow: 0 12px 24px rgba(234, 88, 12, 0.24);
    cursor: pointer;
}

.tdp-filter-actions a {
    padding: 0 14px;
    border: 1px solid #d8e1ee;
    color: #334155;
    background: #ffffff;
}

.tdp-results-main {
    min-width: 0;
}

.tdp-results-toolbar {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.tdp-results-eyebrow {
    margin-bottom: 7px;
    color: #ea580c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tdp-results-toolbar h2 {
    margin: 0 0 7px;
    color: #0b1426;
    font-family: var(--font-display, inherit);
    font-size: clamp(1.55rem, 2.5vw, 2.1rem);
    font-weight: 800;
    line-height: 1.18;
}

.tdp-results-toolbar h2 em {
    color: #ea580c;
    font-style: italic;
}

.tdp-results-toolbar p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

.tdp-results-toolbar p strong {
    color: #0b1426;
    font-weight: 900;
}

.tdp-results-toolbar p span {
    display: inline-flex;
    margin-left: 8px;
    color: #2563eb;
    font-weight: 800;
}

.tdp-results-clear {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #fed7aa;
    color: #9a3412;
    background: #fff7ed;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 850;
}

.tdp-active-chips {
    margin: -5px 0 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tdp-active-chips span {
    min-height: 32px;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid #d8e1ee;
    color: #334155;
    background: #ffffff;
    font-size: 0.76rem;
    font-weight: 750;
}

.tdp-result-list {
    display: grid;
    gap: 16px;
}

.tdp-result-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    margin-bottom: 0;
}

.tdp-result-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.tdp-result-main-area {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 220px;
}

.tdp-result-media {
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
}

.tdp-result-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tdp-result-card:hover .tdp-result-media img {
    transform: scale(1.05);
}

.tdp-result-media-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.tdp-media-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.tdp-media-btn:hover {
    background: #ffffff;
    color: #ea580c;
    transform: scale(1.1);
}

.tdp-result-content {
    display: grid;
    grid-template-columns: 1fr 160px;
    padding: 25px 30px;
    gap: 20px;
    background: #ffffff;
    align-items: center;
}

.tdp-result-info h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.tdp-result-info h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.tdp-result-info h3 a:hover {
    color: #ea580c;
}

.tdp-result-dates {
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 15px;
    font-weight: 500;
}

.tdp-result-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tdp-badge-gray {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 700;
}

.tdp-result-price-block {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    border-left: 1px solid #f1f5f9;
    padding-left: 24px;
    height: 100%;
    min-width: 180px;
}

.tdp-price-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}

.tdp-price-value {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 2px;
}

.tdp-price-currency {
    color: #ea580c;
    font-size: 1.2rem;
    font-weight: 800;
}

.tdp-price-amount {
    font-size: 2.1rem;
    font-weight: 900;
    color: #0b1426;
    letter-spacing: -0.02em;
    line-height: 1;
}

.tdp-price-value.is-ask .tdp-price-amount {
    font-size: 1.4rem;
    color: #64748b;
}

.tdp-price-sub {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 600;
}

.tdp-result-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.tdp-footer-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #334155;
}

.tdp-footer-label em {
    color: #ea580c;
    font-style: normal;
}

.tdp-btn-primary {
    background: #ea580c;
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.25);
}

.tdp-btn-primary:hover {
    background: #c2410c;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.35);
}

.tdp-result-button svg {
    transition: transform 0.2s ease;
}

.tdp-result-button:hover svg {
    transform: translateX(2px);
}

.tdp-search-chip {
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff5eb;
    border: 1px solid #ffd7b6;
    color: #9a3412;
    font-size: 0.78rem;
    font-weight: 700;
}

.tdp-search-chip strong {
    color: #c2410c;
}

.tdp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tdp-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d8e1ee;
    box-shadow: 0 8px 26px rgba(11, 20, 38, 0.11), 0 3px 10px rgba(11, 20, 38, 0.05);
    transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.tdp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(11, 20, 38, 0.16), 0 8px 20px rgba(11, 20, 38, 0.08);
}

.tdp-card-image-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.tdp-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.44s ease;
}

.tdp-card:hover .tdp-card-image {
    transform: scale(1.06);
}

.tdp-card-image-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, #1d355e, #2f4f82);
}

.tdp-card-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 12, 24, 0.7) 0%, rgba(6, 12, 24, 0.1) 58%);
}

.tdp-card-topline {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tdp-card-day,
.tdp-card-rating {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(2, 6, 14, 0.44);
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #ffffff;
    font-size: 0.67rem;
    font-weight: 700;
}

.tdp-card-body {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 16px 16px 18px;
    min-height: 188px;
}

.tdp-card-title {
    margin: 0;
    color: #0b1426;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.32;
}

.tdp-card-desc {
    margin: 0;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.62;
}

.tdp-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tdp-card-price {
    color: #ea580c;
    font-size: 1.08rem;
    font-weight: 800;
}

.tdp-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #d8e1ee;
    color: #0f172a;
    font-size: 0.76rem;
    font-weight: 700;
    background: #f8fafc;
}

.tdp-empty {
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background: #ffffff;
    padding: 36px 24px;
    text-align: center;
}

.tdp-empty h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 800;
}

.tdp-empty p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.65;
}

.tdp-reset-btn {
    display: inline-flex;
    margin-top: 18px;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    color: #ffffff;
    background: #ea580c;
    font-size: 0.82rem;
    font-weight: 800;
}

.tdp-pagination {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tdp-page-btn {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #d8e1ee;
    text-decoration: none;
    color: #1f2937;
    background: #ffffff;
    font-size: 0.84rem;
    font-weight: 700;
    transition: all 0.18s ease;
}

.tdp-page-btn:hover {
    border-color: #ea580c;
    color: #ea580c;
}

.tdp-page-btn.is-active {
    border-color: #ea580c;
    background: #ea580c;
    color: #ffffff;
}

.tdp-page-dots {
    color: #94a3b8;
    font-weight: 700;
    padding: 0 3px;
}

@media (max-width: 1100px) {
    .tdp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tdp-results-layout {
        grid-template-columns: minmax(238px, 270px) minmax(0, 1fr);
        gap: 22px;
    }
    .tdp-result-card {
        grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    }
}

@media (max-width: 860px) {
    .tdp-hero {
        min-height: auto;
        align-items: center;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .tdp-hero-inner {
        padding: 40px 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tdp-hero-inner h1 {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    .tdp-hero-inner p {
        font-size: 0.95rem;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .tdp-hero-search {
        width: 100%;
        padding-bottom: 0;
    }
    .tdp-field-search {
        flex: none !important;
        height: auto !important;
        min-height: unset !important;
    }
    .page-tour-destination .tsec {
        padding: 10px 0;
    }
    .page-tour-destination .tdp-search-wrap .search-fields-container {
        flex-direction: column;
        border-radius: 24px;
        padding: 16px;
        align-items: stretch;
        background: #f8fafc;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }
    .page-tour-destination .tdp-search-wrap .search-field {
        width: 100%;
        border-radius: 16px;
        padding: 12px 20px;
        height: auto !important;
    }
    .page-tour-destination .tdp-search-wrap .field-divider {
        width: 100%;
        height: 1px;
        margin: 8px 0;
        background: #e2e8f0;
    }
    .page-tour-destination .tdp-search-wrap .search-action {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }
    .page-tour-destination .tdp-search-wrap .btn-search {
        width: 100%;
        height: 52px;
    }
    .tdp-results-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tdp-filter-mobile-wrap {
        display: block;
        margin-bottom: 20px;
    }

    .tdp-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 10000;
        background: rgba(11, 20, 38, 0.5);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .tdp-filter-sidebar.is-open ~ .tdp-filter-backdrop {
        opacity: 1;
        visibility: visible;
    }

    .tdp-filter-sidebar {
        position: fixed !important;
        inset: 0 !important;
        z-index: 10001 !important;
        max-height: none !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        pointer-events: none !important;
        visibility: hidden !important;
        transition: visibility 0.4s;
        margin: 0 !important;
        padding: 0 !important;
        top: 0 !important;
    }

    .tdp-filter-sidebar.is-open {
        pointer-events: auto !important;
        visibility: visible !important;
    }

    .tdp-filter-mobile-toggle {
        display: flex;
        pointer-events: auto !important;
        position: relative;
        z-index: 5;
        border-radius: 18px;
        background: #fff;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .tdp-filter-sidebar.is-open .tdp-filter-mobile-toggle {
        display: none !important;
    }

    .tdp-filter-body {
        position: relative !important;
        background: #ffffff !important;
        width: 100% !important;
        max-height: 92vh !important;
        border-radius: 28px 28px 0 0 !important;
        padding: 0 !important;
        transform: translate3d(0, 100%, 0) !important;
        transition: transform 0.5s cubic-bezier(0.32, 1, 0.2, 1) !important;
        box-shadow: 0 -10px 40px rgba(0,0,0,0.12) !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        border: none !important;
    }

    .tdp-filter-sidebar.is-open .tdp-filter-body {
        transform: translate3d(0, 0, 0) !important;
    }

    /* Drag Handle */
    .tdp-filter-body::before {
        content: '';
        display: block;
        width: 42px;
        height: 5px;
        background: #e2e8f0;
        border-radius: 10px;
        margin: 12px auto 8px;
        flex-shrink: 0;
    }

    .tdp-filter-panel-head {
        padding: 12px 24px 18px !important;
        border-bottom: 1px solid #f1f5f9;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 10;
        margin-bottom: 0 !important;
    }

    .tdp-filter-group {
        padding: 20px 24px !important;
        border-bottom: 1px solid #f8fafc;
        margin-bottom: 0 !important;
        border-top: none !important;
    }

    /* Scrollable Area */
    .tdp-filter-sidebar form {
        overflow-y: auto !important;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .tdp-filter-actions {
        margin: 0 !important;
        padding: 20px 24px calc(20px + env(safe-area-inset-bottom)) !important;
        background: #fff;
        border-top: 1px solid #f1f5f9;
        position: sticky;
        bottom: 0;
        z-index: 10;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .tdp-filter-actions::before,
    .tdp-filter-actions::after {
        content: none !important;
        display: none !important;
    }

    .tdp-filter-actions button {
        width: 100% !important;
        height: 50px !important;
        border-radius: 14px !important;
        margin: 0 !important;
    }
    
    .tdp-filter-actions a {
        width: 100% !important;
        height: 50px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #f1f5f9 !important;
        color: #475569 !important;
        border-radius: 14px !important;
        text-decoration: none !important;
        font-weight: 700 !important;
        font-size: 0.9rem !important;
    }

    .tdp-filter-mobile-toggle span {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
    }
    
    .tdp-filter-mobile-toggle span strong {
        margin: 0 !important;
        font-size: 0.9rem !important;
    }

    .tdp-filter-close-btn {
        background: #f1f5f9;
        border: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        color: #64748b;
        cursor: pointer;
        line-height: 1;
    }

    .page-tour-destination .tsec {
        padding: 10px 0;
    }
    .tdp-result-card {
        grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    .tdp-hero {
        min-height: auto;
    }
    .tdp-hero-inner h1 {
        font-size: 1.8rem;
    }
    .tdp-result-card {
        grid-template-columns: 1fr;
    }
    .tdp-result-main-area {
        grid-template-columns: 1fr;
    }
    .tdp-result-media {
        aspect-ratio: 16 / 9;
    }
    .tdp-result-content {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 15px;
    }
    .tdp-result-price-block {
        text-align: left;
        align-items: flex-start;
        padding-top: 15px;
        border-top: 1px solid #f1f5f9;
    }
    /* Master-Level Professional Mobile Card - Stabilized */
    .tdp-result-card {
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
        border: 1px solid #f1f5f9;
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        overflow: hidden; /* Prevent global overflow */
    }

    .tdp-result-main-area {
        display: flex !important;
        flex-direction: column !important;
    }

    .tdp-result-media {
        height: 160px !important;
        border-radius: 20px 20px 0 0;
    }

    .tdp-result-content {
        padding: 15px !important;
        display: grid !important;
        grid-template-columns: 1fr auto !important; /* Auto width for price column */
        gap: 15px !important;
        align-items: flex-start !important;
    }

    .tdp-result-info {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        overflow: hidden; /* Contain text */
    }

    .tdp-result-info h3 {
        font-size: 1rem !important;
        font-weight: 800 !important;
        margin: 0 !important;
        line-height: 1.3 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* Prevent title from pushing price */
    }

    .tdp-result-dates {
        font-size: 0.7rem !important;
        margin-bottom: 2px !important;
    }

    .tdp-result-badges {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    .tdp-badge-gray {
        padding: 2px 6px !important;
        font-size: 0.62rem !important;
        white-space: nowrap;
    }

    /* Stable Price Block */
    .tdp-result-price-block {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        padding: 0 !important;
        border: none !important;
        margin: 0 !important;
        min-width: 80px; /* Ensure enough space */
    }

    .tdp-price-label {
        font-size: 0.52rem !important;
        white-space: nowrap;
    }

    .tdp-price-amount {
        font-size: 1.4rem !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    .tdp-price-currency {
        font-size: 0.9rem !important;
    }

    .tdp-price-sub {
        font-size: 0.52rem !important;
        white-space: nowrap;
    }

    /* Master Footer - Perfectly Aligned */
    .tdp-result-footer {
        padding: 0 15px 15px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .tdp-footer-label {
        display: flex !important;
        align-items: center !important;
        gap: 5px !important;
        flex-shrink: 0;
    }

    .tdp-footer-label img {
        height: 14px !important;
        filter: brightness(0) !important;
    }

    .tdp-footer-label span {
        font-size: 0.65rem !important;
        font-weight: 800;
        white-space: nowrap;
    }

    .tdp-btn-primary {
        flex: 1;
        padding: 10px !important;
        font-size: 0.8rem !important;
        font-weight: 800 !important;
        border-radius: 12px !important;
        background: #ea580c !important;
        color: #fff !important;
        text-align: center;
        white-space: nowrap;
    }
}

@media (max-width: 860px) {
    .page-tour-destination .tdp-hero {
        --tdp-mobile-hero-height: clamp(340px, 56.25vw, 430px);
        --tdp-mobile-search-overlap: 22px;
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: auto !important;
        display: block !important;
        align-items: initial !important;
        justify-content: initial !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding: 0 !important;
        overflow: visible !important;
        background: #ffffff !important;
    }

    .page-tour-destination .tdp-hero-bg,
    .page-tour-destination .tdp-hero-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        height: var(--tdp-mobile-hero-height) !important;
    }

    .page-tour-destination .tdp-hero-bg {
        width: 100% !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
    }

    .page-tour-destination .tdp-hero-inner {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .page-tour-destination .tdp-hero-copy {
        width: 100% !important;
        height: var(--tdp-mobile-hero-height) !important;
        min-height: var(--tdp-mobile-hero-height) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 96px 16px 34px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-tour-destination .tdp-breadcrumb {
        order: 1;
        justify-content: center !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
        color: rgba(255,255,255,.72) !important;
        font-size: .76rem !important;
        line-height: 1.2 !important;
    }

    .page-tour-destination .tdp-hero-title {
        order: 2;
        margin: 0 !important;
        padding: 0 16px !important;
        color: #ffffff !important;
        font-size: clamp(2rem, 7.2vw, 2.55rem) !important;
        line-height: 1.07 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        overflow-wrap: anywhere !important;
    }

    .page-tour-destination .tdp-hero-sub {
        order: 3;
        max-width: 34ch !important;
        margin: 0 auto !important;
        padding: 16px 14px 0 !important;
        color: rgba(255,255,255,.82) !important;
        font-size: clamp(.88rem, 3.7vw, .98rem) !important;
        line-height: 1.56 !important;
        text-align: center !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .page-tour-destination .tdp-hero-search {
        order: 4;
        position: relative !important;
        z-index: 4 !important;
        left: 50% !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin: calc(0px - var(--tdp-mobile-search-overlap)) 0 0 !important;
        padding: 0 !important;
        transform: translateX(-50%) !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }

    .page-tour-destination .tdp-search-wrap {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 22px 18px 24px !important;
        border: 0 !important;
        border-radius: 28px 28px 0 0 !important;
        background: #ffffff !important;
        box-shadow: 0 -6px 30px rgba(11,20,38,.08), 0 -2px 8px rgba(11,20,38,.04) !important;
        box-sizing: border-box !important;
    }

    .page-tour-destination .tdp-search-wrap .search-fields-container {
        width: 100% !important;
        max-width: none !important;
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 8px !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 18px !important;
        background: #f8fafc !important;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.03) !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .page-tour-destination .tdp-search-wrap .search-field {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 58px !important;
        display: flex !important;
        align-items: center !important;
        gap: 14px !important;
        margin: 0 !important;
        padding: 13px 14px !important;
        border: 1px solid transparent !important;
        border-radius: 12px !important;
        background: transparent !important;
        box-sizing: border-box !important;
    }

    .page-tour-destination .tdp-search-wrap .field-icon {
        color: #ea580c !important;
        flex: 0 0 auto !important;
    }

    .page-tour-destination .tdp-search-wrap .field-content {
        min-width: 0 !important;
    }

    .page-tour-destination .tdp-search-wrap .search-field-label {
        color: #0b1426 !important;
        font-size: .82rem !important;
        font-weight: 900 !important;
        letter-spacing: .07em !important;
        line-height: 1.2 !important;
    }

    .page-tour-destination .tdp-search-wrap .search-field-input {
        color: #334155 !important;
        font-size: 1.05rem !important;
        line-height: 1.35 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .page-tour-destination .tdp-search-wrap .field-divider {
        display: block !important;
        width: calc(100% - 28px) !important;
        height: 1px !important;
        margin: 2px auto !important;
        background: #e2e8f0 !important;
        flex-shrink: 0 !important;
    }

    .page-tour-destination .tdp-search-wrap .search-action {
        width: 100% !important;
        margin: 12px 0 0 !important;
        padding: 0 !important;
    }

    .page-tour-destination .tdp-search-wrap .btn-search {
        width: 100% !important;
        min-height: 56px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 16px !important;
        border-radius: 12px !important;
        font-size: 1rem !important;
        font-weight: 900 !important;
    }

    .page-tour-destination .tdp-inline-filters-wrap {
        display: none !important;
    }
}

/* ================================================================
   CTA SECTION (PREMIUM) - Unified with Home
================================================================ */
.cta-section {
    padding: 60px 0;
}

.cta-premium-wrapper {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: #0b1426;
    box-shadow: 0 30px 60px rgba(11, 20, 38, 0.2);
}

.cta-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 10s ease;
}

.cta-premium-wrapper:hover .cta-bg-image {
    transform: scale(1.05);
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(11, 20, 38, 0.98) 0%, rgba(11, 20, 38, 0.85) 50%, rgba(11, 20, 38, 0.3) 100%);
    z-index: 2;
}

.cta-content-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    padding: 40px 64px;
    align-items: center;
}

.cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.cta-title {
    font-family: var(--font-display, inherit);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.cta-title em {
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
}

.cta-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 500px;
}

.trust-badges {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.glass-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.glass-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: var(--font-display, inherit);
}

.glass-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    margin-bottom: 32px;
}

.premium-contact-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    text-decoration: none;
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
    border: 1px solid transparent;
}

.premium-contact-btn:last-child { margin-bottom: 0; }

.premium-contact-btn.phone {
    background: linear-gradient(135deg, #e85d04 0%, #c2410c 100%);
    box-shadow: 0 8px 25px rgba(232, 93, 4, 0.3);
}

.premium-contact-btn.phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(232, 93, 4, 0.45);
}

.premium-contact-btn.whatsapp {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.premium-contact-btn.whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.3);
}

.btn-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.btn-texts { display: flex; flex-direction: column; justify-content: center; }

.b-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4px;
}

.premium-contact-btn.phone .b-label { color: rgba(255, 255, 255, 0.9); }

.b-value { font-size: 1.15rem; color: #fff; font-weight: 700; }

@media (max-width: 992px) {
    .cta-section { padding-top: 0 !important; padding-bottom: 60px !important; }
    .cta-section .container { padding: 0 !important; max-width: 100% !important; width: 100% !important; }
    .cta-premium-wrapper { border-radius: 0 !important; }
    .cta-content-grid {
        grid-template-columns: 1fr;
        padding: 48px 32px !important;
        gap: 40px;
    }
    .cta-overlay {
        background: linear-gradient(180deg, rgba(11, 20, 38, 0.95) 0%, rgba(11, 20, 38, 0.85) 100%);
    }
}

@media (max-width: 640px) {
    .cta-content-grid { padding: 40px 24px !important; }
    .glass-card { padding: 24px; }
    .trust-badges { flex-direction: column; gap: 16px; }
}

/* ================================================================
   TOUR CATEGORY LISTING - PROFESSIONAL COMPACT LAYOUT
================================================================ */
:is(.page-tour-category, .page-tour-destination) {
    background-color: #0f172a !important;
    background-image: url('/public/uploads/backgrounds/bg_1.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

:is(.page-tour-category, .page-tour-destination) .tdp-destination-results {
    background: transparent;
}

:is(.page-tour-category, .page-tour-destination) .tdp-list-section {
    padding-top: 46px;
    background: transparent;
}

:is(.page-tour-category, .page-tour-destination) .tdp-results-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-sidebar {
    top: 92px;
    border-color: #d9e1ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-body {
    padding: 0 16px;
    border-top-color: #e7edf5;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-panel-head {
    padding: 16px 0 10px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-panel-head span {
    font-size: .9rem;
    font-weight: 800;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-panel-head a {
    color: #475569;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-group {
    padding: 16px 0;
    border-top-color: #e7edf5;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-group-title,
:is(.page-tour-category, .page-tour-destination) .tdp-results-eyebrow {
    color: #64748b;
    font-size: .68rem;
    letter-spacing: .1em;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-static,
:is(.page-tour-category, .page-tour-destination) .tdp-filter-option {
    color: #334155;
    font-size: .84rem;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-static {
    border-radius: 6px;
    background: #f8fafc;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-static strong,
:is(.page-tour-category, .page-tour-destination) .tdp-filter-option b {
    color: #334155;
    background: #eef2f7;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-option:has(input:checked) {
    color: #0f172a;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-option:has(input:checked) b {
    color: #0f172a;
    background: #e2e8f0;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-option input {
    accent-color: #0f172a;
}

:is(.page-tour-category, .page-tour-destination) .tdp-price-inputs input,
:is(.page-tour-category, .page-tour-destination) .tdp-sort-select {
    border-radius: 6px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-price-inputs input:focus,
:is(.page-tour-category, .page-tour-destination) .tdp-sort-select:focus {
    border-color: #475569;
    box-shadow: 0 0 0 3px rgba(71, 85, 105, .12);
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-actions {
    box-shadow: 0 -8px 18px rgba(15, 23, 42, .05);
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-actions::before,
:is(.page-tour-category, .page-tour-destination) .tdp-filter-actions::after {
    content: none;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-actions button,
:is(.page-tour-category, .page-tour-destination) .tdp-filter-actions a {
    border-radius: 6px;
    font-weight: 800;
}

:is(.page-tour-category, .page-tour-destination) .tdp-filter-actions button {
    background: #0f172a;
    box-shadow: none;
}

:is(.page-tour-category, .page-tour-destination) .tdp-results-toolbar {
    min-height: 72px;
    margin-bottom: 14px;
    padding: 0 0 18px;
    border-bottom: 1px solid #e2e8f0;
}

:is(.page-tour-category, .page-tour-destination) .tdp-results-toolbar h2 {
    font-size: clamp(1.45rem, 2.2vw, 1.95rem);
    font-weight: 760;
    letter-spacing: 0;
}

:is(.page-tour-category, .page-tour-destination) .tdp-results-toolbar p span {
    color: #475569;
}

:is(.page-tour-category, .page-tour-destination) .tdp-results-clear {
    border-radius: 6px;
    color: #334155;
    background: #ffffff;
    border: 1px solid #d9e1ec;
}

:is(.page-tour-category, .page-tour-destination) .tdp-active-chips {
    margin-bottom: 16px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-active-chips span {
    border-radius: 6px;
    color: #334155;
    background: #ffffff;
    border-color: #d9e1ec;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-list {
    gap: 18px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-card {
    position: relative;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    border: 1px solid rgba(203, 213, 225, .78);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-card:hover {
    transform: translateY(-2px);
    border-color: rgba(148, 163, 184, .9);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-main-area {
    display: contents;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-media {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: stretch;
    display: block;
    background: #e8eef6;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-media img {
    display: block;
    transition: transform .32s ease;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-card:hover .tdp-result-media img {
    transform: scale(1.025);
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-media-actions {
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-media-btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    color: #334155;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background .16s ease, border-color .16s ease, color .16s ease;
}

:is(.page-tour-category, .page-tour-destination) .tdp-media-btn:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: none;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-content {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 20px;
    padding: 24px 28px;
    align-items: center;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 5px;
    align-items: center;
}

:is(.page-tour-category, .page-tour-destination) .tdp-meta-chip {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #475569;
    font-size: .74rem;
    font-weight: 750;
    line-height: 1.35;
}

:is(.page-tour-category, .page-tour-destination) .tdp-meta-chip + .tdp-meta-chip::before {
    content: '';
    width: 4px;
    height: 4px;
    margin: 0 9px;
    border-radius: 999px;
    background: #cbd5e1;
}

:is(.page-tour-category, .page-tour-destination) .tdp-meta-chip.is-featured {
    border: 0;
    background: transparent;
    color: #9a3412;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-info h3 {
    margin-bottom: 0;
    color: #0f172a;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-info h3 a:hover {
    color: #0f172a;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-desc {
    margin: 0;
    max-width: 62ch;
    color: #5f6f84;
    font-size: .84rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 7px;
    align-items: center;
    margin-top: 4px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-facts span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-facts span + span::before {
    content: '';
    width: 1px;
    height: 16px;
    margin: 0 12px 0 7px;
    background: #dbe3ee;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-facts small {
    display: inline;
    margin-bottom: 0;
    color: #64748b;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: none;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-facts strong {
    display: inline;
    color: #0f172a;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

:is(.page-tour-category, .page-tour-destination) .tdp-badge-gray {
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-price-block {
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    height: 100%;
    padding: 0 0 0 24px;
    border-left: 1px solid #f1f5f9;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

:is(.page-tour-category, .page-tour-destination) .tdp-price-label {
    color: #64748b;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-price-value {
    margin: 0 0 2px;
    justify-content: flex-end;
}

:is(.page-tour-category, .page-tour-destination) .tdp-price-amount {
    color: #0b1426;
    font-size: 2.05rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
}

:is(.page-tour-category, .page-tour-destination) .tdp-price-value.is-ask .tdp-price-amount {
    color: #64748b;
    font-size: 1.28rem;
    line-height: 1.24;
    text-align: right;
}

:is(.page-tour-category, .page-tour-destination) .tdp-price-sub {
    color: #64748b;
    font-size: .7rem;
    font-weight: 750;
    line-height: 1.25;
}

:is(.page-tour-category, .page-tour-destination) .tdp-result-footer {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 28px 18px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

:is(.page-tour-category, .page-tour-destination) .tdp-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 34px;
    border: 0;
    border-radius: 999px;
    background: #ea580c;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(234, 88, 12, .25);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

:is(.page-tour-category, .page-tour-destination) .tdp-btn-primary:hover {
    background: #c2410c;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(234, 88, 12, .35);
}

:is(.page-tour-category, .page-tour-destination) .tdp-pagination {
    margin-top: 24px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-page-btn {
    border-radius: 6px;
}

:is(.page-tour-category, .page-tour-destination) .tdp-page-btn.is-active {
    background: #0f172a;
    border-color: #0f172a;
}

@media (max-width: 1100px) {
    :is(.page-tour-category, .page-tour-destination) .tdp-results-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    :is(.page-tour-category, .page-tour-destination) .tdp-list-section {
        padding-top: 26px !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-filter-mobile-wrap {
        display: block !important;
        margin-bottom: 16px;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-filter-mobile-toggle {
        border: 1px solid #d9e1ec;
        border-radius: 8px;
        padding: 13px 14px;
        background: #ffffff;
        box-shadow: none;
        pointer-events: auto;
        cursor: pointer;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-filter-mobile-toggle b {
        background: #0f172a;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-filter-sidebar {
        border-radius: 0 !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-filter-body {
        border-radius: 18px 18px 0 0 !important;
    }
}

@media (max-width: 700px) {
    :is(.page-tour-category, .page-tour-destination) .tdp-result-card {
        display: flex;
        flex-direction: column;
        border-radius: 12px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-main-area {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-media {
        grid-column: auto !important;
        grid-row: auto !important;
        width: auto;
        flex: 0 0 auto;
        height: auto !important;
        max-height: 178px;
        margin: 8px 8px 0 !important;
        aspect-ratio: 2 / 1;
        border-radius: 9px;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-media-actions {
        top: 9px;
        right: 9px;
        gap: 6px;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-media-btn {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-content {
        grid-column: auto !important;
        grid-row: auto !important;
        width: auto;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 12px 14px 10px !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-info {
        gap: 7px !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-meta-row {
        flex-wrap: nowrap;
        overflow: hidden;
        row-gap: 0;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-meta-chip {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-info h3 {
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 1rem !important;
        line-height: 1.22 !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-desc {
        font-size: .78rem;
        line-height: 1.42;
        -webkit-line-clamp: 1;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-facts {
        display: flex;
        gap: 0;
        row-gap: 4px;
        margin-top: 0;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-facts span {
        gap: 4px;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-facts span + span::before {
        height: 14px;
        margin: 0 9px 0 6px;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-facts small {
        font-size: .62rem;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-facts strong {
        font-size: .76rem;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-price-block {
        min-width: 0;
        width: 100%;
        display: grid !important;
        flex-direction: initial !important;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "label price"
            "sub price";
        align-items: end !important;
        gap: 2px 12px;
        padding: 9px 0 0 !important;
        border-left: 0 !important;
        border-top: 1px solid #f1f5f9 !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-price-label {
        grid-area: label;
        margin: 0;
        font-size: .58rem !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-price-value {
        grid-area: price;
        margin: 0;
        justify-content: flex-start;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-price-amount {
        font-size: 1.48rem !important;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-price-sub {
        grid-area: sub;
        font-size: .62rem !important;
        white-space: nowrap;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-price-value.is-ask {
        grid-column: 1 / -1;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-price-value.is-ask .tdp-price-amount {
        font-size: 1.04rem !important;
        text-align: left;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-result-footer {
        grid-column: auto !important;
        grid-row: auto !important;
        padding: 0 14px 14px !important;
        border-top: 0 !important;
        background: #ffffff;
    }

    :is(.page-tour-category, .page-tour-destination) .tdp-btn-primary {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        padding: 0 18px !important;
        font-size: .84rem !important;
    }
}
