@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/* =============================================================================
   Premium Hero — reference mobile luxury layout
   ============================================================================= */

.premium-hero-block {
    --ph-navy: #071B35;
    --ph-gold: #D4AF37;
    --ph-gold-light: #F5D06F;
    --ph-white: #FFFFFF;
    --ph-text-dark: #071B35;
    --ph-header-h: 80px;
}

/* ── Kill legacy slider shell ── */
.bravo_wrap .page-template-content .bravo-form-search-tour.premium-hero-block,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block.carousel,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block.carousel_v2,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block.carousel.bravo-form-search-slider {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    --turizm-hero-all-h: auto !important;
}

.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block > .effect,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block .effect,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block .effect .owl-carousel,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block .owl-carousel,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block .item-bg,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block .text-heading,
.bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block .sub-heading,
.bravo_wrap .page-template-content .bravo-form-search-tour.premium-hero-block .effect,
.bravo_wrap .page-template-content .bravo-form-search-tour.premium-hero-block .owl-carousel,
.bravo_wrap .page-template-content .bravo-form-search-tour.premium-hero-block .turizm-hero-slider-bg {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* =============================================================================
   HERO SHELL
   ============================================================================= */
.ph-hero {
    position: relative;
    width: 100%;
    min-height: 820px;
    height: auto;
    overflow: hidden;
    color: var(--ph-white);
    background: var(--ph-navy);
    display: flex;
    flex-direction: column;
}

.ph-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.ph-hero__bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.14);
    transition: opacity 0.9s ease-in-out, transform 5.5s ease-out;
    will-change: opacity, transform;
    filter: saturate(1.12) contrast(1.03);
}

.ph-hero__bg-slide.active {
    opacity: 1;
    transform: scale(1);
}

.ph-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(7, 27, 53, 0.38) 0%,
        rgba(7, 27, 53, 0.52) 45%,
        rgba(7, 27, 53, 0.72) 100%
    );
}

.ph-hero__shell {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 32px 18px 40px;
    box-sizing: border-box;
}

.ph-hero__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ── Copy / hero-content ── */
.hero-content,
.ph-hero__copy {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.ph-hero__bottom,
.hero-bottom-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.ph-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 auto 18px;
    padding: 8px 14px;
    color: #F5D06F;
    border: 1px solid rgba(212, 175, 55, 0.55);
    background: rgba(7, 27, 53, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1.2;
}

.ph-hero__badge-icon {
    font-size: 10px;
    color: #F5D06F;
}

.ph-hero__title {
    margin: 0;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    text-shadow: 0 6px 28px rgba(0, 0, 0, 0.75);
}

.ph-hero__title-line {
    display: block;
    color: #FFFFFF;
}

.ph-hero__title-highlight {
    display: block;
    color: #F5D06F;
}

.ph-hero__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 16px auto 0;
    width: 100%;
    max-width: 220px;
}

.ph-hero__divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.85), transparent);
}

.ph-hero__divider-diamond {
    width: 7px;
    height: 7px;
    background: #D4AF37;
    transform: rotate(45deg);
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
}

.ph-hero__subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

/* ── Search card — glass premium ── */
.hero-search-card,
.ph-hero__search-card,
.search-card,
.ph-search-card {
    width: 100%;
    max-width: none;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    z-index: 20;
}

.ph-search,
.hero-search-form,
.search-card-form,
.booking-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: end;
    gap: 14px 14px;
    width: 100%;
}

.ph-search__body {
    display: contents;
}

.ph-search__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.ph-search__field--dropdown {
    grid-column: 1;
    grid-row: 1;
}

.ph-search__field--text {
    grid-column: 1;
    grid-row: 2;
}

.ph-search__field + .ph-search__field {
    margin-top: 0;
}

.ph-search__label {
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #6B7280;
    text-align: left;
}

.ph-search__field--dropdown {
    position: relative;
    z-index: 1;
}

.ph-search__field--dropdown.is-open {
    z-index: 30;
}

.ph-search__control-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    box-sizing: border-box;
}

.ph-search__dropdown-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #071B35;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.ph-search__dropdown-trigger:focus-visible {
    outline: none;
}

.ph-search__dropdown-label {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 22px;
    color: #071B35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ph-search__dropdown-label.is-placeholder {
    opacity: 0.55;
    font-weight: 400;
}

.ph-search__field--dropdown.is-open .ph-search__control-wrap {
    border-bottom-color: rgba(212, 175, 55, 0.55);
}

.ph-search__field--dropdown.is-open .ph-search__chevron {
    transform: translateY(-50%) rotate(180deg);
    color: #D4AF37;
}

.ph-search__dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 9999;
    max-height: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.ph-search__dropdown-menu[hidden] {
    display: none !important;
}

.ph-search__dropdown-item {
    padding: 14px 18px;
    font-size: 15px;
    color: #071B35;
    border-bottom: 1px solid rgba(7, 27, 53, 0.06);
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.ph-search__dropdown-item:last-child {
    border-bottom: none;
}

.ph-search__dropdown-item:hover,
.ph-search__dropdown-item.is-active {
    background: rgba(212, 175, 55, 0.12);
    color: #071B35;
}

.ph-search__dropdown-item.is-selected {
    background: rgba(212, 175, 55, 0.18);
    font-weight: 600;
}

.ph-search__icon {
    position: relative;
    flex-shrink: 0;
    font-size: 15px;
    color: #D4AF37;
    margin-right: 10px;
}

.ph-search__chevron {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #9ca3af;
    pointer-events: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

/* Legacy control styles removed — custom dropdown only */

.ph-search__control--text {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #071B35;
    padding: 0;
    margin: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.ph-search__control--text:focus {
    outline: none;
}

.ph-search__control--text::placeholder {
    color: #9CA3AF;
}

.ph-search__field--text .ph-search__control-wrap:focus-within {
    border-bottom-color: rgba(212, 175, 55, 0.55);
}

.ph-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 10px;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    width: 56px;
    height: 56px;
    margin: 0 0 4px;
    padding: 0;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
    background: linear-gradient(135deg, #E8C45C, #D4AF37);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.35);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.ph-search__submit-icon {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
}

.ph-search__submit-text {
    display: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: 0.2px;
}

.ph-search__submit:hover {
    filter: brightness(1.05);
    transform: translateX(1px) scale(1.03);
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.42);
}

.ph-search__submit:active {
    transform: translateX(0) scale(0.98);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.32);
}

/* =============================================================================
   DESKTOP (992px+)
   ============================================================================= */
@media (min-width: 992px) {
    .ph-hero {
        min-height: 820px;
        height: auto;
    }

    .ph-hero__shell {
        justify-content: flex-start;
        padding: 0 48px 56px;
    }

    .ph-hero__inner {
        max-width: 1180px;
        align-items: center;
        min-height: 0;
        flex: 0 0 auto;
    }

    .hero-content,
    .ph-hero__copy {
        max-width: 1180px;
        margin: 0 auto;
        text-align: center;
        padding-top: 120px;
    }

    .ph-hero__badge,
    .hero-badge {
        font-size: 14px;
        padding: 12px 24px;
        margin-bottom: 18px;
    }

    .ph-hero__badge-icon {
        font-size: 12px;
    }

    .ph-hero__title,
    .hero-title {
        font-size: 72px;
        line-height: 1.05;
    }

    .ph-hero__subtitle,
    .hero-subtitle {
        font-size: 22px;
        line-height: 1.5;
        margin-top: 24px;
    }

    .hero-search-card,
    .ph-hero__search-card,
    .search-card,
    .ph-search-card {
        width: 720px;
        max-width: 720px;
        margin: 60px auto 0;
        padding: 34px;
        border-radius: 28px;
    }

    .ph-hero__search-card .ph-search,
    .ph-hero__search-card .hero-search-form,
    .ph-hero__search-card .search-card-form,
    .ph-hero__search-card .booking-form,
    .hero-search-card .ph-search,
    .hero-search-card .hero-search-form,
    .hero-search-card .search-card-form,
    .hero-search-card .booking-form {
        display: grid !important;
        grid-template-columns: 1fr 1fr 180px !important;
        grid-template-rows: auto !important;
        gap: 18px !important;
        align-items: end !important;
        width: 100% !important;
    }

    .ph-hero__search-card .ph-search__field--dropdown,
    .hero-search-card .ph-search__field--destination {
        grid-column: 1 !important;
        grid-row: 1 !important;
        order: 0 !important;
        width: auto !important;
    }

    .ph-hero__search-card .ph-search__field--text,
    .hero-search-card .ph-search__field--activity {
        grid-column: 2 !important;
        grid-row: 1 !important;
        order: 0 !important;
        width: auto !important;
    }

    .ph-hero__search-card .ph-search__submit,
    .ph-hero__search-card .hero-search-button,
    .hero-search-card .ph-search__submit,
    .hero-search-card .hero-search-button {
        grid-column: 3 !important;
        grid-row: 1 !important;
        order: 0 !important;
        align-self: end !important;
        display: inline-flex !important;
        justify-content: center !important;
        gap: 10px !important;
        width: 100% !important;
        height: 62px !important;
        margin: 0 !important;
        padding: 0 16px !important;
        border: none !important;
        border-radius: 18px !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        box-shadow: 0 10px 25px rgba(212, 175, 55, 0.35) !important;
    }

    .ph-hero__search-card .ph-search__submit-text,
    .hero-search-card .ph-search__submit-text {
        display: inline !important;
    }

    .ph-hero__search-card .ph-search__submit-icon,
    .hero-search-card .ph-search__submit-icon {
        display: inline-block !important;
        font-size: 16px !important;
    }

    .ph-hero__search-card .ph-search__submit:hover,
    .hero-search-card .ph-search__submit:hover {
        filter: brightness(1.05);
        transform: translateX(1px) scale(1.02) !important;
    }
}

/* =============================================================================
   MOBILE — stacked search form (Destination → Activity → Search Tours)
   ============================================================================= */
@media (max-width: 768px) {
    .premium-hero-block {
        --ph-header-h: 64px;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .bravo_wrap .page-template-content .bravo-form-search-tour.premium-hero-block,
    .bravo_wrap .page-template-content .bravo-form-search-all.premium-hero-block {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .ph-hero,
    .hero-section {
        position: relative !important;
        display: block !important;
        overflow: hidden !important;
        min-height: 100vh !important;
        min-height: 100svh !important;
        height: 100vh !important;
        height: 100svh !important;
    }

    .ph-hero__shell {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .ph-hero__inner {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        flex: none !important;
        min-height: 100% !important;
        text-align: center !important;
    }

    /* Mobile hero — content pinned to bottom via absolute */
    .hero-content,
    .hero-text,
    .hero-caption,
    .ph-hero__copy {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 90px !important;
        top: auto !important;
        z-index: 5 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 22px calc(env(safe-area-inset-bottom, 0px) + 8px) !important;
        text-align: center !important;
        box-sizing: border-box;
        transform: none !important;
        translate: none !important;
    }

    .ph-hero__bottom,
    .hero-bottom-content {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
    }

    .ph-hero__copy::before,
    .hero-content::before {
        display: none !important;
        content: none !important;
    }

    .ph-hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(7, 27, 53, 0.06) 0%,
            rgba(7, 27, 53, 0.04) 50%,
            rgba(7, 27, 53, 0.62) 100%
        ) !important;
    }

    .ph-hero__badge,
    .hero-badge,
    .trusted-badge {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        display: inline-flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        flex-shrink: 0 !important;
        margin: 0 0 16px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        text-align: center !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45) !important;
        transform: none !important;
    }

    .ph-hero__title,
    .hero-title {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
        font-size: clamp(44px, 12vw, 56px) !important;
        line-height: 0.95 !important;
        text-align: center !important;
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55), 0 2px 8px rgba(0, 0, 0, 0.35) !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
    }

    .ph-hero__title-line,
    .ph-hero__title-highlight {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
        text-shadow: inherit !important;
        transform: none !important;
    }

    .hero-divider,
    .ph-hero__divider {
        display: none !important;
    }

    .ph-hero__subtitle,
    .hero-subtitle {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
        line-height: 1.45 !important;
        text-align: center !important;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.35) !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
    }

    .ph-hero .hero-simple-search,
    .ph-hero .ph-hero__search-wrap {
        width: calc(100% - 32px) !important;
        max-width: 380px !important;
        margin: 0 0 40px !important;
        align-self: center !important;
        flex-shrink: 0 !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        z-index: 6 !important;
    }

    .ph-hero .ph-hero__subtitle,
    .ph-hero .hero-subtitle {
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    .hero-search-card,
    .ph-hero__search-card,
    .search-card,
    .ph-search-card {
        position: relative !important;
        top: 0 !important;
        width: 90% !important;
        max-width: 380px !important;
        height: auto !important;
        min-height: unset !important;
        margin-top: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 16px !important;
        padding: 22px !important;
        background: rgba(255, 255, 255, 0.78) !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
        border: 1px solid rgba(255, 255, 255, 0.45) !important;
        transform: none !important;
        border-radius: 24px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
    }

    .ph-hero__search-card .ph-search,
    .ph-hero__search-card .hero-search-form,
    .ph-hero__search-card .search-card-form,
    .ph-hero__search-card .booking-form,
    .hero-search-card .ph-search,
    .hero-search-card .hero-search-form,
    .hero-search-card .search-card-form,
    .hero-search-card .booking-form {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 18px !important;
        width: 100% !important;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
        text-align: center !important;
    }

    .ph-hero__search-card .ph-search__field,
    .hero-search-card .ph-search__field {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }

    .ph-hero__search-card .ph-search__label,
    .hero-search-card .ph-search__label {
        width: 100% !important;
        text-align: center !important;
    }

    .ph-hero__search-card .ph-search__control-wrap,
    .hero-search-card .ph-search__control-wrap {
        width: 100% !important;
        justify-content: center !important;
    }

    .ph-hero__search-card .ph-search__dropdown-trigger,
    .hero-search-card .ph-search__dropdown-trigger {
        justify-content: center !important;
        text-align: center !important;
    }

    .ph-hero__search-card .ph-search__dropdown-label,
    .hero-search-card .ph-search__dropdown-label {
        flex: 0 1 auto !important;
        text-align: center !important;
        padding-right: 18px !important;
    }

    .ph-hero__search-card .ph-search__control--text,
    .hero-search-card .ph-search__control--text {
        text-align: center !important;
        flex: 0 1 auto !important;
        max-width: calc(100% - 28px) !important;
    }

    .ph-hero__search-card .ph-search__control--text::placeholder,
    .hero-search-card .ph-search__control--text::placeholder {
        text-align: center !important;
    }

    .ph-hero__search-card .ph-search__icon,
    .hero-search-card .ph-search__icon {
        margin-right: 8px !important;
        margin-left: 0 !important;
    }

    .ph-hero__search-card .ph-search__field--dropdown,
    .hero-search-card .ph-search__field--destination {
        order: 1 !important;
        grid-column: auto !important;
        grid-row: auto !important;
        width: 100% !important;
    }

    .ph-hero__search-card .ph-search__field--text,
    .hero-search-card .ph-search__field--activity {
        order: 2 !important;
        grid-column: auto !important;
        grid-row: auto !important;
        width: 100% !important;
    }

    .ph-hero__search-card .ph-search__submit,
    .ph-hero__search-card .ph-search__submit--bar,
    .hero-search-card .ph-search__submit {
        order: 3 !important;
        grid-column: auto !important;
        grid-row: auto !important;
        align-self: stretch !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        width: 100% !important;
        height: 54px !important;
        margin: 12px 0 0 !important;
        padding: 0 24px !important;
        border: none !important;
        border-radius: 14px !important;
        background: linear-gradient(135deg, #E8C45C 0%, #D4AF37 100%) !important;
        box-shadow: none !important;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .ph-hero__search-card .ph-search__submit-icon,
    .hero-search-card .ph-search__submit-icon {
        display: inline-block !important;
        font-size: 17px;
        line-height: 1;
        color: #FFFFFF;
        margin: 0;
    }

    .ph-hero__search-card .ph-search__submit-text,
    .hero-search-card .ph-search__submit-text {
        display: inline !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        color: #FFFFFF;
        letter-spacing: 0.2px;
        text-transform: none;
    }

    .ph-hero__search-card .ph-search__submit:hover,
    .hero-search-card .ph-search__submit:hover {
        filter: brightness(1.04);
        transform: none !important;
        box-shadow: none !important;
    }

    .ph-hero__search-card .ph-search__submit:active,
    .hero-search-card .ph-search__submit:active {
        filter: brightness(0.96);
        transform: scale(0.995) !important;
        box-shadow: none !important;
    }

    .hero-trust,
    .hero-trust-items,
    .trust-badges,
    .hero-features,
    .ph-hero__trust {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ph-hero__bg-slide {
        transition: opacity 0.35s ease !important;
        transform: none !important;
        filter: none !important;
    }

    .ph-hero__bg-slide.active {
        transform: none !important;
    }

    .ph-search__submit {
        transition: none !important;
    }

    .hero-search-card,
    .ph-hero__search-card {
        transform: none !important;
    }
}

/* Cascade winner — mobile hero bottom stack */
@media (max-width: 768px) {
    .frontend-page.header-transparent .bravo_wrap .ph-hero,
    .frontend-page.header-transparent .bravo_wrap .ph-hero.hero-section {
        position: relative !important;
        overflow: hidden !important;
        height: 100vh !important;
        height: 100svh !important;
        min-height: 100svh !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__shell {
        position: absolute !important;
        inset: 0 !important;
        height: 100% !important;
        min-height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__shell .ph-hero__inner {
        position: relative !important;
        height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        flex: none !important;
        min-height: 100% !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-content,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-text,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-caption,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__copy {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 90px !important;
        top: auto !important;
        z-index: 5 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 22px calc(env(safe-area-inset-bottom, 0px) + 8px) !important;
        padding-top: 0 !important;
        text-align: center !important;
        transform: none !important;
        translate: none !important;
        box-sizing: border-box !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__bottom,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-bottom-content {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__copy::before,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-content::before {
        display: none !important;
        content: none !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(7, 27, 53, 0.06) 0%,
            rgba(7, 27, 53, 0.04) 50%,
            rgba(7, 27, 53, 0.62) 100%
        ) !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__badge,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-badge,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .trusted-badge {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        flex-shrink: 0 !important;
        margin: 0 0 16px !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45) !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__title,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-title {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
        font-size: clamp(44px, 12vw, 56px) !important;
        line-height: 0.95 !important;
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55), 0 2px 8px rgba(0, 0, 0, 0.35) !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__title-line,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__title-highlight,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__subtitle,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-subtitle {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-divider,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__divider {
        display: none !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__subtitle,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-subtitle {
        margin: 0 !important;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.35) !important;
    }

    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-simple-search,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__search-wrap {
        width: calc(100% - 32px) !important;
        max-width: 380px !important;
        margin: 0 0 40px !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        z-index: 6 !important;
    }
}

/* =============================================================================
   HERO SIMPLE SEARCH — premium pill bar (normal flow, cascade winner)
   ============================================================================= */
.ph-hero .ph-hero__search-card,
.ph-hero .hero-search-card,
.ph-hero .search-card,
.ph-hero .ph-search-card {
    display: none !important;
}

@media (min-width: 769px) {
    .ph-hero .ph-hero__inner,
    .ph-hero .hero-content,
    .ph-hero .ph-hero__copy {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
        position: relative !important;
    }
}

.ph-hero .hero-simple-search,
.ph-hero .ph-hero__search-wrap {
    position: relative !important;
    z-index: 5;
    width: min(650px, calc(100% - 48px));
    max-width: 650px;
    margin: 24px auto 16px;
    padding: 0;
    flex-shrink: 0;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ph-hero .hero-simple-search__form,
.ph-hero .ph-hero__search-wrap .ph-search {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    margin: 0 !important;
    padding: 6px 6px 6px 24px !important;
    box-sizing: border-box !important;
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: hidden !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
}

.ph-hero .hero-simple-search__input,
.ph-hero .ph-hero__search-wrap .ph-search__control--text {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 12px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #1a1a1a !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    box-shadow: none !important;
    outline: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.ph-hero .hero-simple-search__input::placeholder,
.ph-hero .ph-hero__search-wrap .ph-search__control--text::placeholder {
    color: #6B7280 !important;
    opacity: 1 !important;
    text-align: left !important;
}

.ph-hero .hero-simple-search__input:focus,
.ph-hero .ph-hero__search-wrap .ph-search__control--text:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.ph-hero .hero-simple-search__btn,
.ph-hero .ph-hero__search-wrap .ph-search__submit,
.ph-hero .ph-hero__search-wrap .hero-search-button {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f2c230 !important;
    background-image: none !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transform: none !important;
    filter: none !important;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, filter 0.2s ease !important;
}

.ph-hero .hero-simple-search__btn-text,
.ph-hero .ph-hero__search-wrap .ph-search__submit-text {
    display: inline !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.ph-hero .hero-simple-search__btn .ph-search__submit-icon,
.ph-hero .ph-hero__search-wrap .ph-search__submit-icon {
    display: none !important;
}

.ph-hero .hero-simple-search__btn:hover,
.ph-hero .ph-hero__search-wrap .ph-search__submit:hover {
    background: #e8b820 !important;
    transform: none !important;
    box-shadow: none !important;
    filter: brightness(1.02) !important;
}

.ph-hero .hero-simple-search__btn:active,
.ph-hero .ph-hero__search-wrap .ph-search__submit:active {
    background: #d4af37 !important;
    transform: scale(0.98) !important;
}

.ph-hero .ph-hero__search-wrap .ph-search__label,
.ph-hero .ph-hero__search-wrap .ph-search__field,
.ph-hero .ph-hero__search-wrap .ph-search__field--dropdown,
.ph-hero .ph-hero__search-wrap .ph-search__field--destination,
.ph-hero .ph-hero__search-wrap .ph-search__field--activity,
.ph-hero .ph-hero__search-wrap .ph-search__icon,
.ph-hero .ph-hero__search-wrap .ph-search__chevron,
.ph-hero .ph-hero__search-wrap .ph-search__dropdown-menu {
    display: none !important;
}

.ph-hero .ph-hero__divider,
.ph-hero .hero-divider {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
}

.ph-hero .ph-hero__subtitle,
.ph-hero .hero-subtitle {
    margin-top: 14px !important;
}

@media (min-width: 992px) {
    .ph-hero .hero-simple-search,
    .ph-hero .ph-hero__search-wrap {
        width: min(650px, calc(100% - 48px));
        max-width: 650px;
        margin: 24px auto 18px;
    }
}

@media (max-width: 768px) {
    .ph-hero .ph-hero__shell .ph-hero__inner {
        position: relative !important;
        height: 100% !important;
        min-height: 100% !important;
        flex: none !important;
        display: block !important;
        justify-content: flex-start !important;
    }

    .ph-hero .hero-simple-search,
    .ph-hero .ph-hero__search-wrap {
        width: calc(100% - 32px) !important;
        max-width: 380px !important;
        margin: 0 0 40px !important;
        align-self: center !important;
        flex-shrink: 0 !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        z-index: 6 !important;
    }

    .ph-hero .ph-hero__subtitle,
    .ph-hero .hero-subtitle {
        margin: 0 !important;
        flex-shrink: 0 !important;
    }
}

@media (min-width: 769px) {
    .frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__copy,
    .frontend-page.header-transparent .bravo_wrap .ph-hero .hero-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
        position: relative !important;
    }
}

.frontend-page.header-transparent .bravo_wrap .ph-hero .hero-simple-search,
.frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__search-wrap {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.frontend-page.header-transparent .bravo_wrap .ph-hero .hero-simple-search__form,
.frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__search-wrap .ph-search {
    background: #FFFFFF !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.frontend-page.header-transparent .bravo_wrap .ph-hero .hero-simple-search__btn,
.frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__search-wrap .ph-search__submit {
    background: #f2c230 !important;
    color: #FFFFFF !important;
}

.frontend-page.header-transparent .bravo_wrap .ph-hero .ph-hero__search-card,
.frontend-page.header-transparent .bravo_wrap .ph-hero .hero-search-card {
    display: none !important;
}

/* Cascade winner — mobile hero content pinned to bottom (final override) */
@media (max-width: 768px) {
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero.hero-section,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero,
    .bravo_wrap .page-template-content .ph-hero.hero-section,
    .bravo_wrap .page-template-content .ph-hero {
        position: relative !important;
        overflow: hidden !important;
        min-height: 100vh !important;
        min-height: 100svh !important;
        height: 100vh !important;
        height: 100svh !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__shell,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__shell {
        position: absolute !important;
        inset: 0 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        height: 100% !important;
        min-height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__inner,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__inner {
        position: relative !important;
        height: 100% !important;
        min-height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__copy,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .hero-content,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__copy,
    .bravo_wrap .page-template-content .ph-hero .hero-content {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 90px !important;
        top: auto !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        margin-top: 0 !important;
        padding: 0 22px calc(env(safe-area-inset-bottom, 0px) + 8px) !important;
        padding-top: 0 !important;
        transform: none !important;
        translate: none !important;
        justify-content: flex-end !important;
        align-items: center !important;
        z-index: 5 !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__bottom,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .hero-bottom-content,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__bottom,
    .bravo_wrap .page-template-content .ph-hero .hero-bottom-content {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .trusted-badge,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__badge,
    .bravo_wrap .page-template-content .ph-hero .trusted-badge,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__badge {
        position: relative !important;
        top: auto !important;
        margin: 0 0 16px !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .hero-title,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__title,
    .bravo_wrap .page-template-content .ph-hero .hero-title,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__title {
        margin: 0 0 20px !important;
        line-height: 0.95 !important;
        text-align: center !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .hero-simple-search,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__search-wrap,
    .bravo_wrap .page-template-content .ph-hero .hero-simple-search,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__search-wrap {
        width: calc(100% - 32px) !important;
        max-width: 380px !important;
        margin: 0 0 40px !important;
        z-index: 6 !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .hero-subtitle,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__subtitle,
    .bravo_wrap .page-template-content .ph-hero .hero-subtitle,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__subtitle {
        margin: 0 !important;
    }

    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .hero-simple-search__form,
    .bravo_wrap .page-template-content .ph-hero .hero-simple-search__form,
    .frontend-page.header-transparent .bravo_wrap .page-template-content .ph-hero .ph-hero__search-wrap .ph-search,
    .bravo_wrap .page-template-content .ph-hero .ph-hero__search-wrap .ph-search {
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;
        padding: 5px 5px 5px 20px !important;
    }
}
