.ua-explore-menu-v1,
.ua-header-actions,
.ua-header-badges,
.ua-header-wrap,
.ua-logo,
.ua-meta-item,
.ua-tour-meta {
    display: flex;
    display: flex
}

.ua-gallery-main img,
.ua-gallery-side img {
    width: 100%;
    cursor: pointer;
    object-fit: cover
}

.ua-review-slider,
html {
    scroll-behavior: smooth
}

.ua-breadcrumb a,
.ua-btn,
.ua-logo,
.ua-related-card {
    text-decoration: none
}

@media (max-width:768px) {

    .ua-gallery-btn {

        padding: 3px 8px;

        font-size: 12px;

        color: #334155
    }

}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--ua-text);
    background: var(--ua-bg);
    margin: 0;
    padding: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--ua-text);
    font-weight: 800;
    line-height: 1.2
}

a {
    color: inherit
}

button {
    font: inherit
}

p {
    margin-top: 0;
    color: var(--ua-muted);
    line-height: 1.8
}

img {
    max-width: 100%;
    display: block
}

.ua-exclude-box,
.ua-faq-item,
.ua-guide-card,
.ua-highlight-card,
.ua-include-box,
.ua-info-item,
.ua-itinerary-item,
.ua-term-item,
.ua-why-book-card {
    background: var(--ua-card-bg)
}

.ua-explore-menu-v1,
.ua-logo-dot,
.ua-navbar-v1 {
    background: var(--ua-primary)
}

:root {
    --ua-radius-sm: 12px;
    --ua-radius-md: 18px;
    --ua-radius-lg: 24px;
    --ua-radius-xl: 32px;
    --ua-container: 1280px;
    --ua-header-height: 85px;
    --ua-transition: .25s ease;
    --ua-shadow-sm: 0 4px 12px rgba(15, 23, 42, .04);
    --ua-shadow-md: 0 10px 30px rgba(15, 23, 42, .06);
    --ua-shadow-lg: 0 20px 50px rgba(15, 23, 42, .08);
    --ua-shadow-floating: 0 8px 20px rgba(15, 23, 42, .08);
    --ua-shadow-overlay: 0 10px 30px rgba(0, 0, 0, .15);
    --ua-shadow-hover: 0 12px 30px rgba(15, 23, 42, .06);
    --ua-primary: var(--ua-primary);
    --ua-primary-light: var(--ua-primary);
    --ua-secondary: #0ea5e9;
    --ua-secondary-light: #eff6ff;
    --ua-text: #0f172a;
    --ua-muted: #64748b;
    --ua-border: #edf2f7;
    --ua-border-light: #f1f5f9;
    --ua-bg: #f8fafc;
    --ua-success: var(--ua-primary);
    --ua-danger: #dc2626;
    --ua-card-bg: #ffffff;
    --ua-text-light: #94a3b8;
    --ua-body: #475569;
    --ua-white: #ffffff
}

.theme-premium {
    --ua-primary: #1e293b;
    --ua-primary-light: #f8fafc;
    --ua-secondary: #c9a227;
    --ua-secondary-light: #fefce8
}

.ua-btn:focus-visible,
.ua-section-nav a:focus-visible {
    outline: 2px solid var(--ua-primary);
    outline-offset: 2px
}

.ua-navbar-v1 {
    position: sticky;
    top: 0;
    z-index: 1050;
    border-bottom: 1px solid #f1f5f9;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03), 0 8px 24px rgba(15, 23, 42, .03);
    padding: 8px 0
}

.ua-btn-outline:hover,
.ua-explore-menu-v1:hover,
.ua-section-nav a.active,
.ua-section-nav a:hover,
.ua-why-book-card:hover {
    border-color: var(--ua-primary)
}

.ua-logo {
    align-items: center;
    gap: 12px
}

.ua-logo-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.ua-logo-ubud {
    font-size: 2rem;
    font-weight: 800;
    color: var(--ua-primary)
}

.ua-logo-adventures {
    font-size: 2rem;
    font-weight: 800;
    color: #374151
}

@media(max-width:991px) {
    .ua-logo {
        gap: 3px
    }

    .ua-logo-dot {
        width: 8px;
        height: 8px
    }

    .ua-logo-adventures,
    .ua-logo-ubud {
        font-size: 20px !important;
        line-height: 1
    }
}

.ua-explore-menu-v1 {
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
    transition: .25s;
    cursor: pointer
}

.ua-explore-menu-v1:hover {
    box-shadow: 0 6px 18px rgba(34, 197, 94, .12);
    transform: translateY(-1px)
}

.ua-explore-menu-v1 .bi-compass {
    color: var(--ua-primary);
    font-size: 15px
}

.ua-explore-menu-v1 .bi-chevron-down {
    font-size: 12px;
    color: #94a3b8
}

.ua-header {
    padding: 20px 0 40px
}

.ua-header-wrap {
    flex-direction: column;
    gap: 20px
}

.ua-header-badges {
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.ua-header-actions .ua-btn {
    flex: 0 0 auto;
    width: auto;
    padding: 12px 24px
}

@media(max-width:768px) {
    :root {
        --ua-header-height: 80px
    }

    .ua-tour-title {
        font-size: 2rem
    }

    .ua-header-actions {
        flex-direction: column
    }
}

.ua-tour-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px
}

.ua-tour-description {
    max-width: 800px;
    color: var(--ua-muted);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px
}

.ua-tour-meta {
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px
}

.ua-meta-item {
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--ua-card-bg);
    border: 1px solid var(--ua-border);
    font-size: 14px;
    font-weight: 600
}

.ua-header-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px
}

.ua-tour {
    background: var(--ua-bg);
    min-height: 100vh
}

.ua-btn-outline {
    background: var(--ua-primary);
    border: 1px solid #dfe3ea;
    color: #334155
}

.ua-btn-outline:hover {
    color: var(--ua-primary)
}

.ua-btn-primary {
    background: var(--ua-primary);
    color: var(--ua-primary)
}

.ua-guide-grid,
.ua-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.ua-highlight-card,
.ua-info-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--ua-border);
    border-radius: var(--ua-radius-md)
}

.ua-info-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--ua-primary-light);
    color: var(--ua-primary);
    font-size: 22px
}

.ua-info-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ua-text)
}

.ua-booking-price small,
.ua-breadcrumb a,
.ua-breadcrumb span {
    color: var(--ua-muted)
}

.ua-info-item p {
    margin: 0;
    font-size: 14px
}

.ua-content {
    padding: 40px 0 80px
}

.ua-section-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--ua-text);
    margin: 0
}

.ua-breadcrumb {
    padding: 18px 0
}

.ua-breadcrumb nav,
.ua-breadcrumb-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px
}

.ua-breadcrumb-current {
    color: var(--ua-text);
    font-weight: 700
}

.ua-badge {
    padding: 0;
    font-size: 15px;
    font-weight: 700
}

.ua-title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 900;
    color: var(--ua-text);
    margin-bottom: 16px
}

.ua-gallery-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .92);
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.ua-gallery {
    margin-bottom: 40px
}

.ua-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px
}

.ua-gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 24px
}

.ua-gallery-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .18), rgba(0, 0, 0, .05));
    pointer-events: none
}

.ua-gallery-main img {
    height: 520px;
    display: block;
    border-radius: var(--ua-radius-lg)
}

.ua-gallery-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ua-gallery-side img {
    height: 252px;
    border-radius: 20px
}

.ua-gallery-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--ua-card-bg);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: var(--ua-shadow-floating)
}

.ua-gallery-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-weight: 700;
    box-shadow: var(--ua-shadow-overlay)
}

.gallery-counter,
.ua-gallery-close,
.ua-gallery-next,
.ua-gallery-prev {
    background: rgba(255, 255, 255, .15);
    z-index: 10001;
    color: var(--ua-primary)
}

.gallery-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
    border-radius: 999px;
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 600
}

.ua-gallery-close,
.ua-gallery-next,
.ua-gallery-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    cursor: pointer
}

.ua-gallery-next,
.ua-gallery-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translateY(-50%)
}

.ua-gallery-prev {
    left: 20px
}

.ua-gallery-next {
    right: 20px
}

.ua-gallery-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px
}

.ua-gallery-close i,
.ua-gallery-next i,
.ua-gallery-prev i {
    font-size: 18px;
    line-height: 1
}

.ua-gallery-close:hover,
.ua-gallery-next:hover,
.ua-gallery-prev:hover {
    background: rgba(255, 255, 255, .25)
}

#galleryImage {
    position: relative;
    max-width: 90%;
    max-height: 85vh;
    z-index: 10000;
    border-radius: 18px;
    transition: opacity .2s;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35)
}

@media (max-width:768px) {
    .ua-gallery-btn {
        padding: 8px 14px;
        font-size: 13px
    }

    .ua-gallery-close,
    .ua-gallery-next,
    .ua-gallery-prev {
        width: 34px;
        height: 34px
    }

    .ua-gallery-close i,
    .ua-gallery-next i,
    .ua-gallery-prev i {
        font-size: 13px
    }
}

.ua-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

@media(max-width:768px) {

    .ua-gallery-grid,
    .ua-info-grid {
        grid-template-columns: 1fr
    }

    .ua-gallery-side {
        display: none
    }

    .ua-gallery-main img {
        height: 320px;
        border-radius: 20px
    }

    .ua-card {
        padding: 18px;
        border-radius: 20px
    }

    .ua-title {
        font-size: 2rem
    }

    .ua-subtitle {
        font-size: 15px
    }

    .ua-meta {
        gap: 8px
    }

    .ua-meta-item {
        font-size: 13px;
        padding: 8px 12px
    }
}

.ua-subtitle {
    font-size: 17px;
    line-height: 1.8;
    color: var(--ua-muted);
    margin-bottom: 20px
}

.ua-section-nav {
    position: sticky;
    top: var(--ua-header-height);
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
    padding: 12px 0;
    margin-bottom: 28px
}

.ua-card,
.ua-section-nav a {
    background: var(--ua-card-bg)
}

.ua-section-nav-wrap {
    width: 100%;
    max-width: var(--ua-container);
    margin: auto;
    padding: 0 20px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none
}

.ua-card,
.ua-card-header,
.ua-section-head {
    margin-bottom: 24px
}

.ua-section-nav a {
    text-decoration: none !important;
    flex-shrink: 0;
    padding: 10px 18px;
    border-radius: 999px;
    color: var(--ua-muted);
    font-size: 14px;
    font-weight: 600;
    transition: var(--ua-transition)
}

.ua-section-nav a:hover {
    color: var(--ua-primary);
    background: var(--ua-bg)
}

.ua-section-nav a.active {
    background: var(--ua-primary);
    color: var(--ua-white)
}

.ua-section-nav-wrap::-webkit-scrollbar {
    display: none
}

.ua-card {
    border: 1px solid var(--ua-border);
    border-radius: var(--ua-radius-lg);
    padding: 28px
}

.ua-highlight-icon,
.ua-why-book-icon {
    align-items: center;
    background: var(--ua-primary-light)
}

.ua-section-subtitle {
    margin-top: 8px;
    color: var(--ua-muted);
    font-size: 15px
}

.ua-card-body {
    color: var(--ua-body);
    line-height: 1.9
}

.ua-highlight-grid,
.ua-why-book-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.ua-highlight-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    color: var(--ua-primary);
    font-size: 20px
}

.ua-highlight-title {
    font-weight: 700;
    color: var(--ua-text);
    margin-bottom: 4px
}

.ua-highlight-text {
    font-size: 14px;
    color: var(--ua-muted)
}

.ua-why-book-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--ua-border);
    border-radius: var(--ua-radius-md);
    transition: var(--ua-transition)
}

.ua-why-book-card:hover {
    transform: translateY(-2px)
}

.ua-why-book-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    justify-content: center;
    border-radius: 14px;
    color: var(--ua-primary);
    font-size: 22px
}

.ua-exclude-box,
.ua-include-box {
    border: 1px solid var(--ua-border)
}

.ua-exclude-title,
.ua-include-title {
    font-size: 1.1rem;
    margin-bottom: 18px
}

.ua-why-book-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ua-text);
    margin-bottom: 6px
}

.ua-why-book-card p {
    margin: 0;
    color: var(--ua-muted);
    font-size: 14px;
    line-height: 1.7
}

.ua-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.ua-exclude-box {
    border-radius: 20px;
    padding: 24px
}

.ua-include-title {
    color: var(--ua-success);
    font-weight: 800
}

.ua-exclude-title {
    color: var(--ua-danger);
    font-weight: 800
}

.ua-price-badge,
.ua-price-head {
    background: var(--ua-primary);
    color: var(--ua-primary)
}

.ua-exclude-list,
.ua-footer ul,
.ua-include-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.ua-exclude-list li,
.ua-include-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--ua-border-light);
    color: var(--ua-body)
}

.ua-exclude-list li:last-child,
.ua-include-list li:last-child,
.ua-price-row:last-child {
    border-bottom: none
}

.ua-include-box {
    border-radius: 20px;
    padding: 22px
}

.ua-price-head,
.ua-price-row {
    display: grid;
    grid-template-columns: 160px 1fr 1fr;
    padding: 18px 24px
}

.ua-include-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--ua-border-light)
}

.ua-price-table {
    border: 1px solid var(--ua-border);
    border-radius: 18px;
    overflow: hidden;
    background: var(--ua-primary)
}

.ua-price-head {
    font-weight: 700
}

.ua-price-row {
    align-items: center;
    border-bottom: 1px solid var(--ua-primary);
    transition: .2s
}

.ua-price-row:hover {
    background: #f8fafc
}

.ua-price-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600
}

.ua-pricing-mobile {
    display: none
}

.ua-faq-item {
    border: 1px solid var(--ua-border);
    border-radius: var(--ua-radius-md);
    margin-bottom: 14px;
    overflow: hidden
}

.ua-faq-list,
.ua-itinerary-list,
.ua-terms-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ua-faq-question {
    width: 100%;
    border: none;
    background: var(--ua-card-bg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ua-text);
    cursor: pointer
}

.ua-faq-question span {
    font-size: 24px;
    color: var(--ua-primary)
}

.ua-faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: var(--ua-muted);
    line-height: 1.8
}

.ua-faq-item.active .ua-faq-answer {
    display: block
}

.ua-itinerary-item {
    display: flex;
    gap: 18px;
    padding: 18px;
    border: 1px solid var(--ua-border);
    border-radius: var(--ua-radius-md);
    transition: var(--ua-transition)
}

.ua-itinerary-item:hover {
    border-color: var(--ua-primary)
}

.ua-itinerary-time {
    min-width: 100px;
    text-align: center;
    background: var(--ua-primary-light);
    color: var(--ua-primary);
    font-weight: 700;
    border-radius: 12px;
    padding: 10px;
    height: fit-content
}

.ua-itinerary-content strong {
    display: block;
    color: var(--ua-text);
    margin-bottom: 6px;
    font-size: 16px
}

.ua-itinerary-content p {
    margin: 0;
    color: var(--ua-muted);
    line-height: 1.7
}

.ua-itinerary-content {
    flex: 1
}

.ua-reviews {
    margin: 55px 0
}

.ua-review-summary,
.ua-review-top,
.ua-stars {
    margin-bottom: 18px
}

.ua-section-head h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px
}

.ua-booking-feature i,
.ua-footer a:hover,
.ua-read-more,
.ua-read-more:hover,
.ua-review-score,
.ua-section-head h2 span {
    color: var(--ua-primary)
}

.ua-section-head p {
    color: #64748b;
    font-size: 16px;
    margin: 0
}

.ua-review-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 10px
}

.ua-review-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.ua-review-slider::-webkit-scrollbar {
    display: none
}

.ua-review-card {
    flex: 0 0 360px;
    background: var(--ua-primary);
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    transition: .3s
}

.ua-review-card:hover {
    border-color: #d1fae5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06)
}

.ua-review-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ua-read-more {
    border: none;
    background: 0 0;
    padding: 0;
    margin-top: 12px;
    font-size: .95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: .25s
}

.ua-related-card,
.ua-review-score,
.ua-verified {
    background: var(--ua-primary)
}

.ua-read-more i,
.ua-review-count,
.ua-review-score {
    font-size: .85rem
}

.ua-review-source,
.ua-review-summary {
    display: flex;
    align-items: center;
    gap: 10px
}

.ua-read-more:hover {
    gap: 10px
}

.ua-review-score {
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 700
}

.ua-review-count {
    color: #64748b;
    font-weight: 500
}

.ua-review-source {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a
}

.ua-review-source i {
    color: var(--ua-primary);
    font-size: 22px
}

.ua-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ua-primary);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600
}

.ua-verified i {
    font-size: 14px
}

.ua-stars {
    color: #fbbf24;
    font-size: 22px;
    letter-spacing: 2px
}

.ua-review-text {
    color: #334155;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 26px;
    min-height: 120px
}

.ua-review-footer {
    border-top: 1px solid var(--ua-primary);
    padding-top: 18px
}

.ua-guide-card,
.ua-term-item {
    border: 1px solid var(--ua-border)
}

.ua-footer,
.ua-footer-bottom {
    border-top: 1px solid var(--ua-border)
}

.ua-review-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--ua-primary)
}

.ua-review-country {
    margin-top: 4px;
    color: #64748b;
    font-size: 15px
}

.ua-guide-card {
    border-radius: var(--ua-radius-md);
    padding: 20px
}

.ua-guide-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.ua-guide-card p {
    margin: 0
}

.ua-term-item {
    padding: 14px 18px;
    border-radius: 14px;
    color: var(--ua-muted)
}

.ua-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.ua-related-card {
    display: block;
    border: 1px solid var(--ua-border);
    border-radius: 24px;
    overflow: hidden;
    transition: .3s
}

.ua-related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(15, 23, 42, .08)
}

.ua-related-image {
    position: relative
}

.ua-related-image img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.ua-related-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, .95);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700
}

.ua-related-content {
    padding: 22px
}

.ua-related-content h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px
}

.ua-related-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px
}

.ua-related-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ua-related-price {
    color: var(--ua-primary);
    font-weight: 800
}

.ua-related-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--ua-primary)
}

.ua-booking {
    position: sticky;
    top: calc(var(--ua-header-height) + 25px)
}

.ua-booking-card {
    background: var(--ua-card-bg);
    border: 1px solid var(--ua-border);
    border-radius: var(--ua-radius-lg);
    padding: 24px;
    box-shadow: var(--ua-shadow-sm)
}

.ua-booking-price {
    text-align: center
}

.ua-booking-amount {
    font-size: 2rem;
    font-weight: 900;
    color: var(--ua-primary);
    margin: 6px 0
}

.ua-booking-price span {
    color: var(--ua-muted);
    font-size: 14px
}

.ua-booking-divider {
    height: 1px;
    background: var(--ua-border);
    margin: 20px 0
}

.ua-booking-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px
}

.ua-booking-feature,
.ua-btn {
    display: flex;
    align-items: center
}

.ua-booking-feature {
    gap: 10px;
    color: var(--ua-body)
}

.ua-btn {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    transition: var(--ua-transition)
}

.ua-btn-primary {
    background: var(--ua-primary);
    color: var(--ua-white)
}

.ua-btn-primary:hover {
    transform: translateY(-2px)
}

.ua-btn-secondary {
    background: var(--ua-bg);
    color: var(--ua-text);
    margin-bottom: 12px
}

.ua-sticky-mobile {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom) + 8px);
    height: 55px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    z-index: 9999
}

.ua-sticky-book,
.ua-sticky-top,
.ua-sticky-wa {
    height: 42px;
    text-decoration: none;
    border-radius: 12px;
    display: flex
}

@media (min-width:992px) {
    .ua-sticky-mobile {
        display: none !important
    }
}

.ua-sticky-top {
    width: 42px;
    flex-shrink: 0;
    background: #f8fafc;
    align-items: center;
    justify-content: center;
    color: #0f172a
}

.ua-sticky-wa {
    width: 42px;
    flex-shrink: 0;
    background: #25d366;
    align-items: center;
    justify-content: center;
    color: var(--ua-primary)
}

.ua-footer,
.ua-sticky-book {
    background: var(--ua-primary)
}

.ua-sticky-top i,
.ua-sticky-wa i {
    font-size: 18px
}

.ua-sticky-price {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4px
}

.ua-price-from {
    font-size: 11px;
    color: #64748b
}

.ua-price-value {
    font-size: 18px;
    font-weight: 800;
    color: var(--ua-primary)
}

.ua-sticky-book {
    min-width: 105px;
    color: var(--ua-primary);
    font-size: 12px;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.ua-tour-sidebar {
    position: sticky;
    top: calc(var(--ua-header-height) + 70px)
}

.ua-footer {
    margin-top: 80px
}

.ua-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 60px 0
}

.ua-footer h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px
}

.ua-footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px
}

.ua-footer li {
    margin-bottom: 10px
}

.ua-footer a {
    text-decoration: none;
    color: var(--ua-muted)
}

.ua-footer-bottom {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ua-footer-social {
    display: flex;
    gap: 14px
}

.ua-footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--ua-primary-light)
}

@media(max-width:768px) {
    .ua-section-nav {
        top: var(--ua-header-height)
    }

    .ua-section-nav-wrap {
        padding: 8px
    }

    .ua-section-nav a {
        font-size: 13px;
        padding: 8px 14px
    }

    .ua-guide-grid,
    .ua-highlight-grid,
    .ua-included-grid,
    .ua-related-grid,
    .ua-why-book-grid {
        grid-template-columns: 1fr
    }

    .ua-price-table {
        display: none
    }

    .ua-pricing-mobile {
        display: block
    }

    .ua-price-card {
        background: var(--ua-primary);
        border: 1px solid #e8edf3;
        border-radius: 20px;
        padding: 18px;
        margin-bottom: 16px
    }

    .ua-price-card-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px
    }

    .ua-price-card-head h4 {
        margin: 0;
        font-size: 15px;
        font-weight: 800;
        color: #0f172a
    }

    .ua-best-value {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border-radius: 999px;
        background: var(--ua-primary);
        color: var(--ua-primary);
        font-size: 13px;
        font-weight: 700
    }

    .ua-price-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        border-top: 1px solid var(--ua-primary)
    }

    .ua-price-item:first-of-type {
        border-top: none
    }

    .ua-price-item span {
        font-size: 13px;
        color: #64748b
    }

    .ua-price-item strong {
        font-size: 15px;
        font-weight: 800;
        color: var(--ua-primary)
    }

    .ua-card {
        padding: 18px
    }

    .ua-itinerary-item {
        flex-direction: column;
        min-width: 100%
    }

    .ua-section-head h2 {
        font-size: 30px
    }

    .ua-review-card {
        flex: 0 0 290px;
        padding: 20px
    }

    .ua-review-text {
        font-size: 15px;
        min-height: auto
    }

    .ua-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .ua-footer-bottom {
        flex-direction: column;
        gap: 16px
    }
}