/* =========================================================
   AURORA WISATA
   TOUR DETAIL — CLEAN FINAL
========================================================= */

.tour-detail-page {
    background: var(--aw-bg);
    padding: 112px 0 90px;
}

.tour-detail-container {
    width: min(var(--aw-container), calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.tour-detail-page .breadcrumb {
    width: 100%;
    margin: 0 0 28px;
}


/* =========================================================
   TOUR HERO — ONE UNIFIED CARD
========================================================= */

.tour-detail-header {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--aw-border);
    border-radius: 28px;
    background: var(--aw-white);
    box-shadow: 0 22px 60px rgba(23, 32, 24, 0.08);
}

.tour-detail-image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #eef2ed;
}

.tour-detail-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.01),
        rgba(0, 0, 0, 0.07)
    );
}

.tour-detail-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.tour-detail-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 48px 48px 46px;
}

.tour-detail-title-wrap h1 {
    margin: 0 0 18px;
    color: var(--aw-dark);
    font-size: clamp(36px, 3.4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 700;
}

.tour-detail-short-description {
    max-width: 650px;
    margin: 0;
    color: var(--aw-muted);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   BOOKING CARD
========================================================= */

.tour-booking-card {
    width: 100%;
    margin-top: 30px;
    padding: 22px;
    box-sizing: border-box;
    border: 1px solid var(--aw-border);
    border-radius: 20px;
    background: #fbfdfb;
    box-shadow: 0 12px 32px rgba(23, 32, 24, 0.05);
}

.tour-booking-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    align-items: center;
}

.tour-booking-duration,
.tour-booking-price {
    min-width: 0;
    padding: 4px 18px 18px;
}

.tour-booking-duration {
    border-right: 1px solid var(--aw-border);
}

.tour-booking-label {
    display: block;
    margin-bottom: 7px;
    color: var(--aw-muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tour-booking-duration strong {
    display: block;
    color: var(--aw-dark);
    font-size: 18px;
    line-height: 1.4;
}

.tour-booking-duration strong span {
    display: inline-block;
    margin: 0 5px;
    color: #a8b0aa;
}

.tour-booking-price {
    border-right: 0;
}

.tour-booking-price strong {
    display: block;
    color: var(--aw-orange);
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.tour-detail-action {
    width: 100%;
    margin-top: 2px;
}

.tour-detail-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    box-sizing: border-box;
    border-radius: 15px;
    background: var(--aw-green);
    color: #071007;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(1, 255, 0, 0.16);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease;
}

.tour-detail-whatsapp:hover {
    transform: translateY(-2px);
    background: #18ff18;
    box-shadow: 0 16px 32px rgba(1, 255, 0, 0.22);
}

.tour-detail-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: #071007;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
}


/* =========================================================
   ALL CONTENT SECTIONS — ONE CONTAINER
========================================================= */

.tour-detail-content,
.tour-itinerary,
.tour-package-items,
.tour-gallery,
.tour-taxonomy-bottom,
.tour-faq {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.tour-detail-content {
    margin-top: 76px;
    padding: 0;
}

.tour-itinerary {
    margin-top: 76px;
    padding: 0;
}

.tour-package-items {
    margin-top: 76px;
    padding: 0;
}

.tour-gallery {
    margin-top: 76px;
    padding: 0;
}

.tour-taxonomy-bottom {
    margin-top: 34px;
}

.tour-faq {
    margin-top: 76px;
    padding: 0;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.tour-section-heading {
    margin: 0 0 28px;
}

.tour-section-eyebrow {
    display: block;
    margin: 0 0 8px;
    color: var(--aw-orange);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tour-section-heading h2 {
    margin: 0;
    color: var(--aw-dark);
    font-size: clamp(27px, 2.6vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.035em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.tour-description-body {
    width: 100%;
    max-width: none;
    color: var(--aw-text);
    font-size: 15px;
    line-height: 1.9;
}

.tour-description-body p {
    margin: 0 0 20px;
}

.tour-description-body p:last-child {
    margin-bottom: 0;
}

.tour-description-body h2,
.tour-description-body h3,
.tour-description-body h4 {
    margin: 34px 0 14px;
    color: var(--aw-dark);
    line-height: 1.4;
}

.tour-description-body h2 { font-size: 24px; }
.tour-description-body h3 { font-size: 20px; }
.tour-description-body h4 { font-size: 18px; }

.tour-description-body strong,
.tour-description-body b {
    color: var(--aw-dark);
    font-weight: 700;
}

.tour-description-body ul,
.tour-description-body ol {
    margin: 0 0 22px;
    padding-left: 24px;
}

.tour-description-body li {
    margin-bottom: 9px;
    padding-left: 4px;
}

.tour-description-body a {
    color: var(--aw-orange);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tour-description-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
    border-radius: 16px;
}

.tour-description-body blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-left: 4px solid var(--aw-orange);
    border-radius: 0 12px 12px 0;
    background: #f3f7f1;
    color: var(--aw-muted);
}

/* =========================================================
   DESTINASI YANG DIKUNJUNGI
========================================================= */

.tour-destinations-detail {
    margin-top: 48px;
    margin-bottom: 48px;
}

.tour-destinations-detail .tour-section-heading {
    margin-bottom: 24px;
}

.tour-destinations-detail .tour-section-heading h2 {
    margin: 8px 0 8px;
}

.tour-destinations-detail .tour-section-heading p {
    margin: 0;
    color: var(--aw-muted);
    font-size: 14px;
    line-height: 1.7;
}

.tour-destinations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 0;
}

.tour-destination-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 58px;
    padding: 10px 0;
    border-bottom: 1px solid var(--aw-border);
}

.tour-destination-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 101, 0, 0.10);
}

.tour-destination-icon span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--aw-orange);
}

.tour-destination-name {
    min-width: 0;
    color: var(--aw-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* =========================================================
   CONTENT TABLE
========================================================= */

.tour-description-body table {
    width: min(100%, 900px);
    margin: 30px 0;
    border-collapse: collapse;
    border: 1px solid #dfe5df;
    background: #ffffff;
    color: var(--aw-text);
    font-size: 14px;
    line-height: 1.6;
}

.tour-description-body table th,
.tour-description-body table td {
    padding: 12px 16px;
    border: 1px solid #dfe5df;
    text-align: left;
    vertical-align: middle;
    background: #ffffff;
}

.tour-description-body table th {
    background: #f5f8f4;
    color: var(--aw-dark);
    font-weight: 700;
}

.tour-description-body table td:first-child,
.tour-description-body table th:first-child {
    width: 28%;
}

.tour-description-body table td:last-child,
.tour-description-body table th:last-child {
    width: 72%;
}

/* =========================================================
   EDITOR TABLE WRAPPER
========================================================= */

.tour-description-body figure.table {
    width: min(100%, 900px);
    margin: 30px 0;
}

.tour-description-body figure.table table {
    width: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    margin: 0;
    box-sizing: border-box;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tour-destinations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .tour-destinations-detail {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .tour-destinations-grid {
        grid-template-columns: 1fr;
    }

    .tour-destination-item {
        min-height: 54px;
    }
    
    .tour-description-body table {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 24px 0;
        table-layout: fixed;
        box-sizing: border-box;
    }

    .tour-description-body table th,
    .tour-description-body table td {
        box-sizing: border-box;
        padding: 10px 11px;
    }

    .tour-description-body table th:first-child,
    .tour-description-body table td:first-child {
        width: 30% !important;
    }

    .tour-description-body table th:last-child,
    .tour-description-body table td:last-child {
        width: 70% !important;
    }
    
     .tour-description-body figure.table {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        margin: 24px 0;
    }

    .tour-description-body figure.table table {
        display: table;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        table-layout: fixed;
    }

}


/* =========================================================
   ITINERARY
========================================================= */

.tour-itinerary-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tour-itinerary-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
    padding: 28px;
    border: 1px solid var(--aw-border);
    border-radius: 20px;
    background: var(--aw-white);
    box-shadow: 0 8px 30px rgba(23, 32, 24, 0.04);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.tour-itinerary-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 101, 0, 0.20);
    box-shadow: 0 14px 36px rgba(23, 32, 24, 0.07);
}

.tour-itinerary-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 76px;
    min-height: 86px;
    border-radius: 16px;
    background: #f5f8f4;
    text-align: center;
}

.tour-itinerary-day span {
    margin-bottom: 4px;
    color: var(--aw-muted);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tour-itinerary-day strong {
    color: var(--aw-orange);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.tour-itinerary-content {
    min-width: 0;
    padding-top: 3px;
}

.tour-itinerary-content h3 {
    margin: 0 0 11px;
    color: var(--aw-dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.tour-itinerary-description {
    color: var(--aw-text);
    font-size: 14px;
    line-height: 1.8;
}

.tour-itinerary-description p {
    margin: 0 0 14px;
}

.tour-itinerary-description p:last-child {
    margin-bottom: 0;
}

.tour-itinerary-description ul,
.tour-itinerary-description ol {
    margin: 0 0 16px;
    padding-left: 21px;
}

.tour-itinerary-description li {
    margin-bottom: 7px;
}

.tour-itinerary-description strong,
.tour-itinerary-description b {
    color: var(--aw-dark);
}

.tour-itinerary-image {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    background: #f2f5f1;
}

.tour-itinerary-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tour-itinerary-item:hover .tour-itinerary-image img {
    transform: scale(1.03);
}


/* =========================================================
   FACILITIES
========================================================= */

.tour-package-items-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.tour-package-item-group {
    padding: 28px;
    border: 1px solid var(--aw-border);
    border-radius: 20px;
    background: var(--aw-white);
    box-shadow: 0 8px 30px rgba(23, 32, 24, 0.04);
}

.tour-package-item-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.tour-package-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    font-size: 19px;
    font-weight: 700;
}

.tour-package-included .tour-package-item-icon {
    background: rgba(1, 255, 0, 0.12);
    color: #149414;
}

.tour-package-excluded .tour-package-item-icon {
    background: rgba(255, 101, 0, 0.10);
    color: var(--aw-orange);
}

.tour-package-item-label {
    display: block;
    margin-bottom: 3px;
    color: var(--aw-orange);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

.tour-package-item-heading h3 {
    margin: 0;
    color: var(--aw-dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.tour-package-item-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tour-package-item-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 9px 0;
    border-top: 1px solid var(--aw-border);
    color: var(--aw-text);
    font-size: 14px;
    line-height: 1.5;
}

.tour-package-item-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.tour-package-item-list li:last-child {
    padding-bottom: 0;
}


.tour-package-check,
.tour-package-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 1px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.tour-package-check {
    background: rgba(1, 255, 0, 0.12);
    color: #149414;
}

.tour-package-cross {
    background: rgba(255, 101, 0, 0.10);
    color: var(--aw-orange);
}


/* =========================================================
   GALLERY
========================================================= */

.tour-gallery .tour-section-heading {
    margin-bottom: 28px;
}

.tour-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 190px;
    gap: 14px;
}

.tour-gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #f2f5f1;
}

.tour-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.tour-gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.tour-gallery-item:hover img {
    transform: scale(1.04);
}


/* =========================================================
   CATEGORY + TAG — AFTER GALLERY
========================================================= */

.tour-taxonomy-bottom {
    padding: 24px 0 4px;
    border-top: 1px solid var(--aw-border);
}

.tour-taxonomy-bottom-heading {
    margin: 0 0 12px;
}

.tour-taxonomy-bottom-heading span {
    color: var(--aw-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.tour-taxonomy-bottom-group {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 13px 0;
}

.tour-taxonomy-bottom-group:first-child {
    padding-top: 0;
}

.tour-taxonomy-bottom-group:last-child {
    padding-bottom: 0;
}

.tour-taxonomy-bottom-label {
    padding-top: 6px;
    color: var(--aw-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tour-taxonomy-bottom-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
}

.tour-taxonomy-bottom .tour-detail-destination,
.tour-taxonomy-bottom .tour-category-badge,
.tour-taxonomy-bottom .tour-tag-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    box-sizing: border-box;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.2;
    text-decoration: none;
}

.tour-taxonomy-bottom .tour-detail-destination {
    border: 1px solid var(--aw-border);
    background: #f7f9f6;
    color: var(--aw-text);
}

.tour-taxonomy-bottom .tour-category-badge {
    border: 1px solid rgba(1, 255, 0, 0.28);
    background: #f3fff1;
    color: var(--aw-dark);
    font-weight: 600;
}

.tour-taxonomy-bottom .tour-tag-badge {
    border: 1px solid var(--aw-border);
    background: #ffffff;
    color: var(--aw-muted);
    font-weight: 500;
}

.tour-taxonomy-bottom a:hover {
    border-color: rgba(255, 101, 0, 0.25);
    color: var(--aw-orange);
}


/* =========================================================
   FAQ
========================================================= */

.tour-faq .tour-section-heading {
    margin-bottom: 28px;
}

.tour-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tour-faq-item {
    overflow: hidden;
    border: 1px solid var(--aw-border);
    border-radius: 16px;
    background: var(--aw-white);
    box-shadow: 0 5px 20px rgba(23, 32, 24, 0.025);
}

.tour-faq-item h3 {
    position: relative;
    margin: 0;
    padding: 20px 58px 20px 22px;
    color: var(--aw-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}

.tour-faq-item h3::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f5f8f4;
    color: var(--aw-orange);
    font-size: 17px;
    font-weight: 500;
    transform: translateY(-50%);
    transition: transform 0.2s ease, background 0.2s ease;
}

.tour-faq-item.is-open h3::after {
    content: "−";
    background: #fff4ec;
}

.tour-faq-answer {
    display: none;
    padding: 0 22px 22px;
    color: var(--aw-text);
    font-size: 14px;
    line-height: 1.8;
}

.tour-faq-item.is-open .tour-faq-answer {
    display: block;
}

.tour-faq-answer p {
    margin: 0 0 14px;
}

.tour-faq-answer p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MOBILE STICKY CTA
========================================================= */

.tour-mobile-sticky-cta {
    display: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .tour-detail-header {
        grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    }

    .tour-detail-info {
        padding: 40px 36px;
    }

    .tour-itinerary-item {
        grid-template-columns: 68px minmax(0, 1fr) 250px;
        gap: 22px;
        padding: 24px;
    }

    .tour-itinerary-day {
        width: 68px;
        min-height: 78px;
    }

    .tour-gallery-grid {
        grid-auto-rows: 170px;
        gap: 12px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 850px) {

    .tour-detail-page {
        padding: 88px 0 90px;
    }

    .tour-detail-container {
        width: min(100% - 28px, var(--aw-container));
    }

    .tour-detail-page .breadcrumb {
        margin-bottom: 20px;
    }

    .tour-detail-header {
        display: flex;
        flex-direction: column;
        border-radius: 22px;
    }

    .tour-detail-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 0;
    }

    .tour-detail-image img {
        min-height: 0;
        height: 100%;
    }

    .tour-detail-info {
        padding: 28px 22px 24px;
    }

    .tour-detail-title-wrap h1 {
        margin-bottom: 14px;
        font-size: clamp(29px, 8vw, 38px);
        line-height: 1.12;
    }

    .tour-detail-short-description {
        font-size: 14px;
        line-height: 1.75;
    }

    .tour-booking-card {
        margin-top: 22px;
        padding: 17px;
        border-radius: 17px;
    }

    .tour-booking-info {
        grid-template-columns: 1fr 1fr;
    }

    .tour-booking-duration,
    .tour-booking-price {
        padding: 3px 12px 15px;
    }

    .tour-booking-duration strong {
        font-size: 16px;
    }

    .tour-booking-price strong {
        font-size: 22px;
    }

    .tour-detail-whatsapp {
        min-height: 50px;
        border-radius: 14px;
        font-size: 13px;
    }

    .tour-detail-content,
    .tour-itinerary,
    .tour-package-items,
    .tour-gallery,
    .tour-faq {
        margin-top: 48px;
    }

    .tour-taxonomy-bottom {
        margin-top: 26px;
        padding-top: 20px;
    }

    .tour-section-heading {
        margin-bottom: 22px;
    }

    .tour-section-eyebrow {
        margin-bottom: 7px;
        font-size: 10px;
    }

    .tour-section-heading h2 {
        font-size: 25px;
    }

    .tour-description-body {
        max-width: none;
        font-size: 14px;
        line-height: 1.8;
    }

    .tour-description-body p {
        margin-bottom: 18px;
    }

    .tour-description-body h2 {
        font-size: 21px;
    }

    .tour-description-body h3 {
        font-size: 19px;
    }

    .tour-description-body h4 {
        font-size: 17px;
    }

    .tour-description-body img {
        margin: 22px auto;
        border-radius: 12px;
    }

    .tour-itinerary-destinations {
        display: block;
        margin-bottom: 20px;
        padding: 14px 15px;
    }

    .tour-itinerary-destinations-label {
        display: block;
        margin-bottom: 9px;
    }

    .tour-itinerary-destinations-list {
        gap: 6px;
    }

    .tour-itinerary-destination {
        min-height: 29px;
        padding: 5px 10px;
    }

    .tour-itinerary-list {
        gap: 15px;
    }

    .tour-itinerary-item {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 15px;
        padding: 17px;
        border-radius: 17px;
    }

    .tour-itinerary-day {
        width: 56px;
        min-height: 66px;
        border-radius: 13px;
    }

    .tour-itinerary-day span {
        font-size: 9px;
    }

    .tour-itinerary-day strong {
        font-size: 24px;
    }

    .tour-itinerary-content {
        padding-top: 1px;
    }

    .tour-itinerary-content h3 {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.45;
    }

    .tour-itinerary-description {
        font-size: 14px;
        line-height: 1.75;
    }

    .tour-itinerary-image {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 10;
        margin-top: 1px;
        border-radius: 13px;
    }

    .tour-package-items-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .tour-package-item-group {
        padding: 21px;
        border-radius: 17px;
    }

    .tour-package-item-heading {
        gap: 12px;
        margin-bottom: 20px;
    }

    .tour-package-item-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 11px;
        font-size: 17px;
    }

    .tour-package-item-heading h3 {
        font-size: 17px;
    }

    .tour-package-item-list li {
        padding: 12px 0;
        font-size: 14px;
    }

    .tour-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 130px;
        gap: 9px;
    }

    .tour-gallery-item {
        border-radius: 13px;
    }

    .tour-gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }

    .tour-taxonomy-bottom-group {
        display: block;
        padding: 11px 0;
    }

    .tour-taxonomy-bottom-label {
        display: block;
        padding-top: 0;
        margin-bottom: 8px;
    }

    .tour-taxonomy-bottom-list {
        gap: 6px;
    }

    .tour-taxonomy-bottom .tour-detail-destination,
    .tour-taxonomy-bottom .tour-category-badge,
    .tour-taxonomy-bottom .tour-tag-badge {
        min-height: 29px;
        padding: 5px 10px;
        font-size: 10px;
    }

    .tour-faq-list {
        gap: 8px;
    }

    .tour-faq-item {
        border-radius: 14px;
    }

    .tour-faq-item h3 {
        padding: 17px 50px 17px 17px;
        font-size: 13px;
    }

    .tour-faq-item h3::after {
        right: 15px;
        width: 25px;
        height: 25px;
    }

    .tour-faq-answer {
        padding: 0 17px 18px;
        font-size: 13px;
        line-height: 1.75;
    }

    .tour-mobile-sticky-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        display: block;
        padding: 9px 12px;
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--aw-border);
        box-shadow: 0 -8px 28px rgba(23, 32, 24, 0.10);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .tour-mobile-sticky-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: min(100%, var(--aw-container));
        margin: 0 auto;
    }

    .tour-mobile-sticky-text {
        min-width: 0;
    }

    .tour-mobile-sticky-text span,
    .tour-mobile-sticky-text strong {
        display: block;
    }

    .tour-mobile-sticky-text span {
        color: var(--aw-muted);
        font-size: 9px;
        line-height: 1.3;
    }

    .tour-mobile-sticky-text strong {
        margin-top: 2px;
        color: var(--aw-dark);
        font-size: 12px;
        line-height: 1.3;
    }

    .tour-mobile-sticky-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 42px;
        flex: 0 0 auto;
        padding: 0 15px;
        border-radius: 12px;
        background: var(--aw-green);
        color: #071007;
        font-size: 11px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 7px 18px rgba(1, 255, 0, 0.15);
    }

    .tour-mobile-sticky-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #071007;
        color: #ffffff;
        font-size: 8px;
        font-weight: 800;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .tour-detail-container {
        width: calc(100% - 24px);
    }

    .tour-detail-info {
        padding: 25px 18px 21px;
    }

    .tour-booking-card {
        padding: 14px;
    }

    .tour-booking-duration,
    .tour-booking-price {
        padding-left: 9px;
        padding-right: 9px;
    }

    .tour-booking-duration strong {
        font-size: 15px;
    }

    .tour-booking-price strong {
        font-size: 20px;
    }

    .tour-itinerary-item {
        padding: 14px;
    }

    .tour-mobile-sticky-inner {
        gap: 8px;
    }

    .tour-mobile-sticky-button {
        padding: 0 12px;
    }
}

/* =========================================================
   GALLERY LIGHTBOX
========================================================= */

.tour-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(8, 14, 10, 0.92);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.tour-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tour-lightbox-image-wrap {
    position: relative;

    width: min(1100px, 90vw);
    height: min(760px, 86vh);

    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-lightbox-image {
    display: block;

    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 12px;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.45);

    transform: scale(0.96);

    transition:
        transform 0.3s ease;
}

.tour-lightbox.is-open .tour-lightbox-image {
    transform: scale(1);
}


/* CLOSE */

.tour-lightbox-close {
    position: fixed;

    top: 24px;
    right: 28px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;

    background: rgba(255,255,255,0.10);

    color: #ffffff;

    font-size: 28px;
    font-weight: 300;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.tour-lightbox-close:hover {
    background: rgba(255,255,255,0.18);
    transform: rotate(90deg);
}


/* NAVIGATION */

.tour-lightbox-prev,
.tour-lightbox-next {
    position: fixed;

    top: 50%;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;

    background: rgba(255,255,255,0.10);

    color: #ffffff;

    font-size: 24px;

    cursor: pointer;

    transform: translateY(-50%);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.tour-lightbox-prev {
    left: 24px;
}

.tour-lightbox-next {
    right: 24px;
}

.tour-lightbox-prev:hover {
    background: rgba(255,255,255,0.18);
    transform: translateY(-50%) translateX(-2px);
}

.tour-lightbox-next:hover {
    background: rgba(255,255,255,0.18);
    transform: translateY(-50%) translateX(2px);
}


/* GALLERY CURSOR */

.tour-gallery-item {
    cursor: zoom-in;
}


/* MOBILE */

@media (max-width: 850px) {

    .tour-lightbox {
        padding: 18px;
    }

    .tour-lightbox-image-wrap {
        width: 94vw;
        height: 78vh;
    }

    .tour-lightbox-image {
        border-radius: 9px;
    }

    .tour-lightbox-close {
        top: 14px;
        right: 14px;

        width: 40px;
        height: 40px;

        font-size: 24px;
    }

    .tour-lightbox-prev,
    .tour-lightbox-next {
        width: 40px;
        height: 40px;

        font-size: 20px;
    }

    .tour-lightbox-prev {
        left: 10px;
    }

    .tour-lightbox-next {
        right: 10px;
    }
}

/* =========================================================
   ITINERARY — FINAL MOBILE REFINEMENT
   IMPORTANT:
   Desktop layout remains exactly as the base CSS above.
========================================================= */

/* ---------------------------------------------------------
   ITINERARY LIST STYLE
   Custom UL / OL without changing the layout
--------------------------------------------------------- */

.tour-itinerary-description ul,
.tour-itinerary-description ol {
    margin: 16px 0 20px;
    padding: 0;
}

.tour-itinerary-description ul {
    list-style: none;
}

.tour-itinerary-description ul li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 24px;
    line-height: 1.75;
}

.tour-itinerary-description ul li::before {
    content: "";
    position: absolute;
    top: 0.78em;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--aw-orange);
    transform: translateY(-50%);
}

.tour-itinerary-description ol {
    list-style: none;
    counter-reset: itinerary-item;
}

.tour-itinerary-description ol li {
    counter-increment: itinerary-item;
    position: relative;
    margin: 0 0 11px;
    padding: 0 0 0 38px;
    min-height: 28px;
    line-height: 1.75;
}

.tour-itinerary-description ol li::before {
    content: counter(itinerary-item, decimal-leading-zero);
    position: absolute;
    top: 1px;
    left: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;
    box-sizing: border-box;

    border: 1px solid rgba(255, 101, 0, 0.22);
    border-radius: 8px;

    background: #fff7f0;
    color: var(--aw-orange);

    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.tour-itinerary-description li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MOBILE ONLY
   Day + Title on first row.
   Description + Image use full card width.
========================================================= */

@media (max-width: 850px) {

    .tour-itinerary-item {
        grid-template-columns: 56px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 15px;
    }

    /*
     * The HTML structure is:
     *
     * .tour-itinerary-item
     * ├── .tour-itinerary-day
     * ├── .tour-itinerary-content
     * │   ├── h3
     * │   └── .tour-itinerary-description
     * └── .tour-itinerary-image
     *
     * On mobile, contents makes the wrapper transparent
     * to the grid without changing the HTML.
     */
    .tour-itinerary-content {
        display: contents;
    }

    .tour-itinerary-day {
        grid-column: 1;
        grid-row: 1;

        width: 56px;
        min-height: 66px;
    }

    .tour-itinerary-content h3 {
        grid-column: 2;
        grid-row: 1;

        align-self: center;

        margin: 0;
        padding: 0;

        min-width: 0;

        font-size: 17px;
        line-height: 1.45;
    }

    .tour-itinerary-description {
        grid-column: 1 / -1;
        grid-row: 2;

        width: 100%;
        min-width: 0;

        margin: 0;
        padding: 0;

        font-size: 14px;
        line-height: 1.78;
    }

    .tour-itinerary-description p {
        margin: 0 0 14px;
    }

    .tour-itinerary-description p:last-child {
        margin-bottom: 0;
    }

    .tour-itinerary-image {
        grid-column: 1 / -1;
        grid-row: 3;

        width: 100%;
        margin-top: 0;

        aspect-ratio: 16 / 10;
    }

    /* Slightly tighter mobile lists */
    .tour-itinerary-description ul,
    .tour-itinerary-description ol {
        margin-top: 15px;
        margin-bottom: 18px;
    }

    .tour-itinerary-description ul li {
        padding-left: 23px;
        margin-bottom: 9px;
    }

    .tour-itinerary-description ol li {
        padding-left: 38px;
        margin-bottom: 10px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .tour-itinerary-item {
        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 13px;
    }

    .tour-itinerary-day {
        width: 52px;
        min-height: 62px;
    }

    .tour-itinerary-content h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    .tour-itinerary-description {
        font-size: 13.5px;
        line-height: 1.75;
    }

    .tour-itinerary-description ul li {
        padding-left: 22px;
    }

    .tour-itinerary-description ol li {
        padding-left: 37px;
    }
}

.tour-detail-content ul,
.tour-detail-content ol {
    margin: 16px 0 22px;
    padding: 0;
    list-style: none;
}

.tour-detail-content ul li,
.tour-detail-content ol li {
    position: relative;
    margin: 0;
    padding: 4px 0 4px 30px;
    color: var(--aw-text);
    font-size: 15px;
    line-height: 1.65;
}

.tour-detail-content ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--aw-orange);
    box-shadow: 0 0 0 4px rgba(255, 101, 0, 0.10);
}

.tour-detail-content ol {
    counter-reset: tour-list;
}

.tour-detail-content ol li {
    counter-increment: tour-list;
}

.tour-detail-content ol li::before {
    content: counter(tour-list);
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: rgba(255, 101, 0, 0.10);
    color: var(--aw-orange);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}