/* Extracted from theme templates — keep selector names stable */
/* LCP: poster tĩnh — không auto-init vidbg (tránh div.vidbg-container làm LCP) */
        #home-banner {
            position: relative;
        }

        .carousel-subhead_2 {
            position: relative;
            overflow: hidden;
            background: #04245d var(--louis-hero-poster) center/cover no-repeat;
            height: 82vh;
            min-height: 420px;
        }

        .home-hero-poster {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            z-index: 2;
        }

        .carousel-subhead_2 .vidbg-container {
            position: absolute;
            inset: 0;
            z-index: 3;
        }

        .carousel-subhead_2.louis-hero-video-active .home-hero-poster {
            opacity: 0;
        }

        /* Tour cover cards (homepage) — do not reuse .slideshow-section-homepage (fixed 800px) */
        .tour-cover-section {
            width: 100%;
            max-width: none;
            margin-top: var(--louis-section-gap, 32px);
            margin-bottom: 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: var(--louis-section-y, 40px) 0;
            box-sizing: border-box;
        }

        .tour-cover-item {
            display: block;
            width: 100%;
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
            transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
        }

        .tour-cover-item .tour-cover-img {
            display: block;
            position: relative;
            line-height: 0;
        }

        .tour-cover-item__image,
        .tour-cover-item .tour-cover-img img {
            display: block;
            width: 100%;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: none;
        }

        .tour-cover-item .tour-cover-btn {
            display: block;
            margin: 0;
            padding: 12px 20px;
            background: #c9a227;
            color: #fff;
            text-align: center;
            font-size: 15px;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            transition: background 0.25s ease;
        }

        .tour-cover-item .tour-cover-btn:hover {
            background: #a88620;
            color: #fff;
        }

        .tour-cover-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
        }

        .tour-cover-section__more,
        #tour-du-xuan-slideshow #read-more-btn {
            margin-top: 8px;
            margin-bottom: 0;
            text-align: center;
            clear: both;
        }

        #tour-du-xuan-slideshow #read-more-btn a {
            display: inline-block;
            padding: 12px 26px;
            border-radius: 8px;
            background: #04245d;
            color: #fff;
            font-weight: 700;
            text-decoration: none;
            box-shadow: 0 10px 24px rgba(4, 36, 93, 0.18);
            transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
        }

        #tour-du-xuan-slideshow #read-more-btn a:hover {
            background: #053589;
            transform: translateY(-1px);
            box-shadow: 0 14px 30px rgba(4, 36, 93, 0.24);
            color: #fff;
        }

        /* Top services strip — equal grid, no float / AOS opacity traps */
        #home-banner__top-services-featured {
            padding: 18px 0;
        }

        #home-banner__top-services-featured .home-services-wrapper {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 0;
            align-items: stretch;
        }

        #home-banner__top-services-featured .top-services-featured__item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            float: none !important;
            width: auto !important;
            min-width: 0;
            margin: 0;
            padding: 10px 14px;
            text-decoration: none;
            color: #04245d;
            border-right: 1px solid rgba(4, 36, 93, 0.22);
            box-sizing: border-box;
        }

        #home-banner__top-services-featured .top-services-featured__item:last-child {
            border-right: 0;
        }

        #home-banner__top-services-featured .top-services-featured__item::after {
            display: none !important;
            content: none !important;
        }

        #home-banner__top-services-featured .top-services-featured__item img {
            float: none !important;
            flex: 0 0 48px;
            width: 48px !important;
            height: 48px !important;
            margin: 0 !important;
            object-fit: contain;
        }

        #home-banner__top-services-featured .top-services-featured__info {
            float: none !important;
            width: auto !important;
            max-width: none !important;
            padding: 0 !important;
            flex: 1 1 auto;
            min-width: 0;
            position: static;
            top: auto;
        }

        #home-banner__top-services-featured .top-services-featured__title {
            margin: 0 0 4px;
            font-family: "UTM Avo Bold", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.25;
            color: #04245d;
            opacity: 1 !important;
            transform: none !important;
        }

        #home-banner__top-services-featured .top-services-featured__desc {
            display: block;
            font-size: 13px;
            line-height: 1.35;
            color: #04245d;
            opacity: 0.9;
        }

        #home-banner__top-services-featured .top-services-featured__item:hover .top-services-featured__title,
        #home-banner__top-services-featured .top-services-featured__item:focus-visible .top-services-featured__title {
            color: #021a45;
            text-decoration: underline;
        }

        @media (max-width: 1199px) {
            #home-banner__top-services-featured .home-services-wrapper {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                row-gap: 12px;
            }

            #home-banner__top-services-featured .top-services-featured__item {
                border-right: 0;
                border-bottom: 1px solid rgba(4, 36, 93, 0.18);
                padding: 12px 10px;
            }

            #home-banner__top-services-featured .top-services-featured__item:nth-child(3n) {
                border-right: 0;
            }

            #home-banner__top-services-featured .top-services-featured__item:nth-child(1),
            #home-banner__top-services-featured .top-services-featured__item:nth-child(2) {
                border-right: 1px solid rgba(4, 36, 93, 0.18);
            }

            #home-banner__top-services-featured .top-services-featured__item:nth-child(4) {
                border-right: 1px solid rgba(4, 36, 93, 0.18);
            }

            #home-banner__top-services-featured .top-services-featured__item:nth-child(n + 4) {
                border-bottom: 0;
            }
        }

        @media (max-width: 768px) {
            .tour-cover-section {
                padding: var(--louis-section-y, 28px) 0;
            }

            #tour-du-xuan-slideshow #read-more-btn a {
                width: 100%;
                max-width: 340px;
            }

            #home-banner__top-services-featured {
                padding: 14px 0;
            }

            #home-banner__top-services-featured .home-services-wrapper {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0;
                row-gap: 0;
            }

            #home-banner__top-services-featured .top-services-featured__item {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                padding: 12px 10px;
                border: 0;
                border-right: 1px solid rgba(4, 36, 93, 0.16);
                border-bottom: 1px solid rgba(4, 36, 93, 0.16);
            }

            #home-banner__top-services-featured .top-services-featured__item:nth-child(2n) {
                border-right: 0;
            }

            #home-banner__top-services-featured .top-services-featured__item:nth-child(n + 4) {
                border-bottom: 0;
            }

            #home-banner__top-services-featured .top-services-featured__item:last-child {
                grid-column: 1 / -1;
                flex-direction: row;
                align-items: center;
                border-right: 0;
                border-top: 1px solid rgba(4, 36, 93, 0.16);
                border-bottom: 0;
                padding-top: 14px;
            }

            #home-banner__top-services-featured .top-services-featured__item img {
                width: 40px !important;
                height: 40px !important;
                flex-basis: 40px;
            }

            #home-banner__top-services-featured .top-services-featured__title {
                font-size: 15px;
            }

            #home-banner__top-services-featured .top-services-featured__desc {
                font-size: 12px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
        }

        .tet_left img,
        .tet_right img {
            width: 50%;
        }

        .tet_right {
            right: -100px;
        }

        #tour-foreign-carousel img {
            width: 270px;
            height: 280px;
            object-fit: cover;
            object-position: center;
        }

        /*
         * Khoảng trống dưới #tour-du-lich-he đến từ:
         * 1) .tour-foreign-carousel__info { position:relative; bottom:50px } (app.min.css)
         *    → kéo box lên nhưng vẫn chiếm chỗ layout, tạo “hố” dưới card
         * 2) Owl lấy height theo slide cao nhất (~900px+) khi không autoHeight
         * 3) .tour-foreign__description { height:100px } cố định
         */
        .tour-header-list .tour-foreign__description {
            height: auto;
            min-height: 0;
            margin-bottom: var(--louis-element-gap, 24px);
        }

        #tour-foreign-carousel .tour-foreign-carousel__info,
        .tour-foreign-carousel .tour-foreign-carousel__info {
            position: relative;
            bottom: auto;
            margin-top: -50px;
            margin-bottom: 0;
        }

        #tour-du-lich-he #tour-foreign-carousel.owl-carousel .owl-stage-outer,
        #tour-foreign-carousel.owl-carousel .owl-stage-outer {
            height: auto !important;
        }

        #tour-foreign-carousel .flex-container a {
            width: 270px;
            margin: 0 15px
        }

        #tour-foreign-carousel .flex-container {
            display: flex;
            flex-wrap: nowrap;
            margin: 0 -15px
        }

        h3.tour-foreign-carousel__title {
            position: absolute;
            z-index: 100;
            bottom: 100px;
            color: #fff;
            width: 94%;
            font-size: 14px;
            text-align: center;
            bottom: 168px;
            left: 50%;
            transform: translate(-50%, 0)
        }

        .tour-foreign-carousel__item::before {
            content: "";
            width: 100%;
            height: 40px;
            background: linear-gradient(90deg, rgb(253 211 0 / .6) 0, rgb(175 147 9 / .6) 51%, rgb(1 32 6 / .6) 100%);
            bottom: 165px;
            position: absolute
        }

        .site-content__tour-foreign-readmore {
            position: absolute;
            right: 0;
            bottom: 5px;
            border: 1px solid #fdd300;
            color: #fdd300;
            font-family: "UTM Avo Bold";
            padding: 8px 15px;
            border-radius: 15px;
            cursor: pointer;
            margin: 0 auto;
            display: block;
            width: 110px;
            text-align: center;
        }

        .tour-foreign-carousel__info::after {
            width: 69%;
            left: 0;
            top: 0;
            border-top: 3px solid #053589;
            -webkit-transition: all .4s ease-out 0s;
            -moz-transition: all .4s ease-out 0s;
            -ms-transition: all .4s ease-out 0s;
            -o-transition: all .4s ease-out 0s;
            transition: all .4s ease-out 0s
        }

        h3.tour-foreign-carousel__title {
            position: absolute;
            z-index: 100;
            bottom: 100px;
            color: #fff;
            width: 94%;
            font-size: 14px;
            text-align: center;
            bottom: 168px;
            left: 50%;
            transform: translate(-50%, 0)
        }

        .tour-foreign-carousel__info span {
            display: block;
            text-decoration: none;
            color: #04245d
        }

        .tour-foreign-carousel__price {
            font-family: "UTM Avo Bold";
            text-align: right;
            font-weight: 700;
            font-size: 18px;
            color: #04245d;
            padding-top: 10px
        }

        #home-banner__search-form .form-group {
            width: 100%;
            padding: 20px;

        }

        @media only screen and (max-width:768px) {
            #tour-foreign-carousel .flex-container {
                display: block;
                flex-wrap: nowrap;
                margin: 0
            }

            #tour-foreign-carousel .flex-container a {
                width: 100%;
                margin: 0;
            }

            #tour-foreign-carousel img {
                width: 100%;
                height: 240px;
                object-fit: cover;
                object-position: center;
            }
        }

        #home-banner__search-form .form-group {
            width: 100%;
            padding: 20px;

        }

        #tour-chaumy-carousel img {
            width: 270px;
            height: 280px;
            object-fit: cover;
            object-position: center;
        }

        #tour-chaumy-carousel .flex-container a {
            width: 270px;
            margin: 0 15px
        }

        #tour-chaumy-carousel .flex-container {
            display: flex;
            flex-wrap: nowrap;
            margin: 0 -15px
        }

        h3.tour-chaumy-carousel__title {
            position: absolute;
            z-index: 100;
            bottom: 100px;
            color: #fff;
            width: 94%;
            font-size: 14px;
            text-align: center;
            bottom: 168px;
            left: 50%;
            transform: translate(-50%, 0)
        }

        .tour-chaumy-carousel__item::before {
            content: "";
            width: 100%;
            height: 40px;
            background: linear-gradient(90deg, rgb(253 211 0 / .6) 0, rgb(175 147 9 / .6) 51%, rgb(1 32 6 / .6) 100%);
            bottom: 165px;
            position: absolute
        }

        .tour-chaumy-carousel__info::after {
            width: 69%;
            left: 0;
            top: 0;
            border-top: 3px solid #053589;
            -webkit-transition: all .4s ease-out 0s;
            -moz-transition: all .4s ease-out 0s;
            -ms-transition: all .4s ease-out 0s;
            -o-transition: all .4s ease-out 0s;
            transition: all .4s ease-out 0s
        }

        h3.tour-chaumy-carousel__title {
            position: absolute;
            z-index: 100;
            bottom: 100px;
            color: #fff;
            width: 94%;
            font-size: 14px;
            text-align: center;
            bottom: 168px;
            left: 50%;
            transform: translate(-50%, 0)
        }

        .item-tours img {
            height: 280px;
            max-width: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

        .item-tours a::before {
            content: "";
            width: 90%;
            height: 40px;
            background: linear-gradient(90deg, rgb(253 211 0 / .6) 0, rgb(175 147 9 / .6) 51%, rgb(1 32 6 / .6) 100%);
            position: absolute;
            z-index: 99;
            top: 160px
        }

        .item-tours a:hover {
            text-decoration: none
        }

        .item-tours h3 {
            position: absolute;
            z-index: 100;
            top: 150px;
            color: #fff;
            width: 94%;
            font-size: 14px;
            text-align: center;
            left: 50%;
            transform: translate(-50%, 0)
        }

        .item-tours p {
            position: relative;
            bottom: 50px;
            z-index: 100;
            width: 80%;
            left: 50%;
            transform: translate(-50%, 0);
            height: fit-content;
            background-color: #fff;
            padding: 10px;
            border: none;
            text-decoration: none;
            box-shadow: 0 10px 60px 0 rgb(205 205 205 / 40%)
        }

        .item-tours p::before {
            height: 70px;
            left: 0;
            top: 0;
            border-left: 3px solid #053589;
            transition: all .4s ease-out 0s;
            position: absolute;
            content: ""
        }

        .item-tours p::after {
            width: 69%;
            left: 0;
            top: 0;
            border-top: 3px solid #053589;
            transition: all .4s ease-out 0s;
            position: absolute;
            content: ""
        }

        .item-tours p:hover::before {
            height: 100%
        }

        .item-tours p:hover::after {
            width: 100%
        }

        .item-tours span {
            display: block;
            text-decoration: none;
            color: #04245d
        }

        .item-tours span:nth-child(2) {
            height: 60px;
            overflow: hidden
        }

        .item-tours span.item-price {
            font-family: "UTM Avo Bold";
            text-align: right;
            font-weight: 700;
            font-size: 18px;
            color: #04245d;
            padding-top: 10px
        }

        .tour-header-list {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .tour-chaumy-carousel__info span {
            display: block;
            text-decoration: none;
            color: #04245d
        }

        .tour-chaumy-carousel__price {
            font-family: "UTM Avo Bold";
            text-align: right;
            font-weight: 700;
            font-size: 18px;
            color: #04245d;
            padding-top: 10px
        }

        .checkbox_start_wrapper:first-child .start-checkbox+label::before {
            content: var(--louis-label-all) !important
        }

        .checkbox_start_wrapper:nth-child(2) .start-checkbox+label::before {
            content: var(--louis-label-hn) !important
        }

        .checkbox_start_wrapper:last-child .start-checkbox+label::before {
            content: var(--louis-label-hcm) !important
        }

        @media only screen and (max-width:768px) {
            #tour-chaumy-carousel .flex-container {
                display: block;
                flex-wrap: nowrap;
                margin: 0
            }

            #tour-chaumy-carousel .flex-container a {
                width: 100%;
                margin: 0
            }

            #tour-chaumy-carousel img {
                width: 100%;
                height: 240px;
                object-fit: cover;
                object-position: center;
            }
        }

        .tournuocngoai {
            width: 100%;
        }

        /* EN homepage — Vietnam Travel Experience */
        .tour-exp-section {
            margin-top: var(--louis-section-gap, 32px);
            margin-bottom: 0;
        }

        .tour-exp-section__header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 24px;
            width: 100%;
        }

        .tour-exp-section__intro {
            min-width: 0;
        }

        .tour-exp-section__eyebrow {
            margin: 0 0 6px;
            color: #c9a227;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.04em;
        }

        .tour-exp-section__title {
            margin: 0 0 6px;
            color: #04245d;
            font-size: 28px;
            font-weight: 800;
            line-height: 1.25;
        }

        .tour-exp-section__desc {
            margin: 0;
            color: #5a6b82;
            font-size: 15px;
            line-height: 1.45;
        }

        .tour-exp-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
            width: 100%;
        }

        .tour-exp-card {
            display: flex;
            flex-direction: column;
            min-width: 0;
            overflow: hidden;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(4, 36, 93, 0.08);
            color: inherit;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .tour-exp-card:hover,
        .tour-exp-card:focus {
            color: inherit;
            text-decoration: none;
            transform: translateY(-3px);
            box-shadow: 0 12px 28px rgba(4, 36, 93, 0.14);
        }

        .tour-exp-card__media {
            position: relative;
            aspect-ratio: 3 / 2;
            overflow: hidden;
            background: #e8eef5;
        }

        .tour-exp-card__image {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.35s ease;
        }

        .tour-exp-card:hover .tour-exp-card__image {
            transform: scale(1.04);
        }

        .tour-exp-card__body {
            padding: 12px 14px 14px;
            background: #04245d;
        }

        .tour-exp-card__title {
            margin: 0;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            overflow: hidden;
        }

        @media (max-width: 991px) {
            .tour-exp-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .tour-exp-section__title {
                font-size: 24px;
            }
        }

        @media (max-width: 575px) {
            .tour-exp-grid {
                grid-template-columns: 1fr;
            }
        }

        .home-popup__background {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: relative;
            background-color: rgb(0 0 0 / .4);
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            place-content: center;
            -webkit-box-pack: center;
            z-index: 9000
        }

        .home-popup__content {
            -webkit-box-flex: 0;
            flex: 0 1 auto;
            position: relative;
            width: 80%;
            max-width: 438px;
            max-height: 100%
        }

        .home-popup__close-area {
            position: absolute;
            display: block;
            top: 0;
            right: 0;
            width: 15%;
            height: 19%;
            cursor: pointer
        }

        .with-placeholder {
            background-position: center center;
            background-size: 60px 60px;
            background-repeat: no-repeat
        }

        .simple-banner {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative
        }

        .banner-image {
            display: block;
            width: 100%;
            overflow: hidden
        }

        .home-popup__close-btn {
            cursor: pointer;
            user-select: none;
            line-height: 40px;
            height: 30px;
            width: 30px;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            position: absolute;
            box-sizing: border-box;
            background: #efefef;
            top: -10px;
            right: -10px;
            border-radius: 20px;
            border: 3px solid #efefef
        }

        .home-popup__close-button {
            height: 16px;
            width: 16px;
            stroke: rgb(0 0 0 / .5);
            stroke-width: 2px
        }

        .testimonials__title {
            font-family: "UTM Avo Bold";
            text-align: center;
            color: #fff;
            margin-top: 2%;
            font-size: 30px
        }

        .testimonials__description {
            text-align: center;
            text-transform: uppercase;
            font-size: 18px;
            color: #fff;
            margin-bottom: 50px
        }

        /* Legacy testimonials item rules superseded by .review-card below */
        .testimonials-carousel__item {
            border: 0;
            min-height: 0;
            padding-top: 0;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 15px !important;
            height: 15px !important;
            margin: 5px 7px;
            background: 0 0 !important;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 0.2s ease;
            border-radius: 30px;
            border: 2px solid #fff
        }

        .owl-theme .owl-dots .owl-dot.active span {
            border-color: #fdd300
        }

        .owl-nav {
            visible: hidden
        }

        .youtube-container {
            overflow: hidden;
            width: 100%;
            aspect-ratio: 16/9;
            pointer-events: none
        }

        .search-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        iframe {
            width: 100%;
            height: 100%;
            margin-left: 0
        }

        #home-banner__search-form span {
            font-size: 24px;
        }

        .tour-hot-carousel__info p {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

        /* Popup khuyến mãi tour — trang chủ */
        .tour-promo-popup {
            position: fixed;
            inset: 0;
            z-index: 10050;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            box-sizing: border-box;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.28s ease, visibility 0.28s ease;
        }

        .tour-promo-popup.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .tour-promo-popup__backdrop {
            position: absolute;
            inset: 0;
            background: rgba(3, 20, 48, 0.62);
            cursor: pointer;
        }

        .tour-promo-popup__dialog {
            position: relative;
            z-index: 1;
            width: min(920px, 100%);
            max-height: calc(100vh - 40px);
            max-height: calc(100dvh - 40px);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 28px 64px rgba(3, 20, 48, 0.28);
            transform: translateY(14px) scale(0.98);
            transition: transform 0.3s ease;
        }

        .tour-promo-popup.is-open .tour-promo-popup__dialog {
            transform: translateY(0) scale(1);
        }

        .tour-promo-popup__layout {
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
            align-items: stretch;
            min-height: 0;
            flex: 1 1 auto;
            overflow: hidden;
        }

        .tour-promo-popup__media {
            position: relative;
            min-height: 100%;
            overflow: hidden;
            background: #04245d;
        }

        .tour-promo-popup__media img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .tour-promo-popup__media-shade {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(4, 36, 93, 0.15) 0%, rgba(4, 36, 93, 0.72) 100%);
            pointer-events: none;
        }

        .tour-promo-popup__brand {
            position: absolute;
            left: 20px;
            bottom: 20px;
            z-index: 1;
            margin: 0;
            color: #fdd300;
            font-family: "UTM Avo Bold", sans-serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .tour-promo-popup__panel {
            padding: 36px 32px 28px;
            display: flex;
            flex-direction: column;
            background: #fff;
            min-height: 0;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

        .tour-promo-popup__eyebrow {
            margin: 0 0 10px;
            color: #c9a000;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .tour-promo-popup__title {
            margin: 0 0 10px;
            color: #04245d;
            font-family: "UTM Avo Bold", sans-serif;
            font-size: clamp(20px, 2.2vw, 26px);
            font-weight: 700;
            line-height: 1.3;
        }

        .tour-promo-popup__lead {
            margin: 0 0 22px;
            color: #5b6b82;
            font-size: 14px;
            line-height: 1.55;
        }

        .tour-promo-popup__close {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 20;
            width: 42px;
            height: 42px;
            border: none;
            border-radius: 50%;
            background: #fff;
            color: #04245d;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 16px rgba(4, 36, 93, 0.22);
            transition: background 0.2s ease, transform 0.2s ease;
        }

        .tour-promo-popup__close:hover {
            background: #fdd300;
            transform: scale(1.04);
        }

        .tour-promo-popup__form {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .tour-promo-popup__row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .tour-promo-popup__field {
            margin-bottom: 12px;
        }

        .tour-promo-popup__field label {
            display: block;
            margin-bottom: 6px;
            color: #04245d;
            font-size: 13px;
            font-weight: 700;
        }

        .tour-promo-popup__field .req {
            color: #d4a000;
            margin-left: 2px;
        }

        .tour-promo-popup__field .optional {
            margin-left: 4px;
            color: #8a97ab;
            font-size: 12px;
            font-weight: 500;
        }

        .tour-promo-popup__field input,
        .tour-promo-popup__field textarea {
            width: 100%;
            box-sizing: border-box;
            padding: 11px 13px;
            border: 1px solid #d7dee8;
            border-radius: 10px;
            background: #f7f9fc;
            color: #04245d;
            font-size: 14px;
            font-family: inherit;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }

        .tour-promo-popup__field textarea {
            min-height: 78px;
            resize: vertical;
        }

        .tour-promo-popup__field input:focus,
        .tour-promo-popup__field textarea:focus {
            outline: none;
            border-color: #04245d;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(4, 36, 93, 0.12);
        }

        .tour-promo-popup__submit {
            width: 100%;
            margin-top: 4px;
            padding: 13px 18px;
            border: none;
            border-radius: 999px;
            background: #fdd300;
            color: #04245d;
            font-size: 15px;
            font-weight: 800;
            letter-spacing: 0.01em;
            cursor: pointer;
            transition: background 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
        }

        .tour-promo-popup__submit:hover:not(:disabled) {
            background: #ffe14a;
            transform: translateY(-1px);
        }

        .tour-promo-popup__submit:disabled,
        .tour-promo-popup__submit.is-loading {
            opacity: 0.65;
            cursor: not-allowed;
            transform: none;
        }

        .tour-promo-popup__hint {
            margin: 12px 0 0;
            color: #8a97ab;
            font-size: 12px;
            line-height: 1.45;
            text-align: center;
        }

        .tour-promo-popup__msg {
            margin: 10px 0 0;
            font-size: 13px;
            line-height: 1.4;
            display: none;
            text-align: center;
        }

        .tour-promo-popup__msg.is-error {
            display: block;
            color: #c0392b;
        }

        .tour-promo-popup__msg.is-success {
            display: block;
            color: #1e8449;
        }

        body.tour-promo-popup--open {
            overflow: hidden;
        }

        @media (max-width: 767px) {
            .tour-promo-popup {
                padding: 10px 10px max(10px, env(safe-area-inset-bottom));
                align-items: center;
            }

            .tour-promo-popup__dialog {
                width: 100%;
                max-height: min(82vh, 640px);
                max-height: min(82dvh, 640px);
                border-radius: 16px;
            }

            .tour-promo-popup__close {
                top: 8px;
                right: 8px;
                width: 44px;
                height: 44px;
                background: #fff;
                border: 1px solid rgba(4, 36, 93, 0.12);
                box-shadow: 0 6px 18px rgba(4, 36, 93, 0.28);
            }

            .tour-promo-popup__layout {
                grid-template-columns: 1fr;
                min-height: 0;
            }

            .tour-promo-popup__media {
                display: none;
            }

            .tour-promo-popup__panel {
                padding: 52px 16px 18px;
                overflow-y: auto;
                max-height: min(82vh, 640px);
                max-height: min(82dvh, 640px);
            }

            .tour-promo-popup__row {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .tour-promo-popup__title {
                font-size: 18px;
            }

            .tour-promo-popup__lead {
                margin-bottom: 14px;
                font-size: 13px;
            }

            .tour-promo-popup__field {
                margin-bottom: 10px;
            }

            .tour-promo-popup__field textarea {
                min-height: 64px;
            }

            .tour-promo-popup__hint {
                font-size: 11px;
            }
        }

        /* overflow-x removed: it forced overflow-y:auto (nested page scroll) */

/* --------------------------------------------------------------------------
   Tour mới nhất — featured + 2 horizontal side cards
   -------------------------------------------------------------------------- */
.tour-hot-block {
  width: 100%;
}

.tour-hot-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 28px;
}

.tour-hot-header__intro {
  flex: 1 1 280px;
  min-width: 0;
}

.tour-hot-header__title {
  margin: 0 0 8px;
  color: #04245d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.tour-hot-header__desc {
  margin: 0;
  color: #6b7a90;
  font-size: 15px;
  line-height: 1.5;
}

.tour-hot-header__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 20px;
  flex: 0 0 auto;
}

.tour-hot-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.tour-hot-header__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #04245d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.tour-hot-header__all:hover {
  color: #f0af09;
  text-decoration: none;
}

/* 58–60% / 40–42% layout, shared baseline */
.tour-hot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.tour-hot-layout__featured,
.tour-hot-layout__side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 440px;
}

.tour-hot-layout__side {
  height: 100%;
}

/* Featured fills the grid cell; side stack flexes above nav */
.tour-hot-layout__featured .tour-hot-featured {
  flex: 1;
  height: 100%;
}

/* Featured card */
.tour-hot-featured {
  position: relative;
  flex: 1;
  min-height: 540px;
  border-radius: 12px;
  overflow: hidden;
}

.tour-hot-featured__link {
  display: block;
  position: relative;
  height: 100%;
  min-height: 540px;
  color: inherit;
  text-decoration: none !important;
}

.tour-hot-featured__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.tour-hot-featured__image,
.tour-hot-featured__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.tour-hot-featured__link:hover .tour-hot-featured__image,
.tour-hot-featured__link:hover .tour-hot-featured__media img {
  transform: scale(1.03);
}

.tour-hot-featured__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 4px;
  background: #fdd300;
  color: #04245d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.tour-hot-featured__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 20px 20px;
  background: linear-gradient(
    to top,
    rgba(4, 36, 93, 0.94) 0%,
    rgba(4, 36, 93, 0.72) 55%,
    rgba(4, 36, 93, 0) 100%
  );
}

.tour-hot-featured__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.tour-hot-featured__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.4;
}

.tour-hot-featured__meta-sep {
  color: rgba(255, 255, 255, 0.45);
}

.tour-hot-featured__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tour-hot-featured__price {
  font-family: "UTM Avo Bold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #fdd300;
}

.tour-hot-featured__price a {
  color: #fdd300 !important;
  text-decoration: none !important;
}

.tour-hot-featured__cta {
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 6px;
  background: #fdd300;
  color: #04245d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tour-hot-featured__link:hover .tour-hot-featured__cta {
  background: #ffdf33;
}

/* Side stack: 2 horizontal cards, equal height */
.tour-hot-side-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.tour-hot-side-stack > .tour-hot-side-card {
  display: none;
  flex: 1 1 0;
  min-height: 0;
}

.tour-hot-side-stack > .tour-hot-side-card.is-visible {
  display: flex;
}

.tour-hot-side-card {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tour-hot-side-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(4, 36, 93, 0.12);
}

.tour-hot-side-card__link {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  width: 100%;
  height: 100%;
  min-height: 200px;
  color: inherit;
  text-decoration: none !important;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #eee;
}

.tour-hot-side-card__media {
  position: relative;
  overflow: hidden;
  background: #e8eef5;
  min-height: 200px;
}

.tour-hot-side-card__image,
.tour-hot-side-card__media > img.tour-hot-side-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.tour-hot-side-card__link:hover .tour-hot-side-card__image {
  transform: scale(1.03);
}

.tour-hot-side-card__from {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.tour-hot-side-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  padding: 12px 14px 12px 16px;
}

.tour-hot-side-card__title {
  margin: 0 0 6px;
  color: #04245d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.tour-hot-side-card__journey,
.tour-hot-side-card__transport,
.tour-hot-side-card__start {
  margin: 0 0 6px;
  color: #5a6b82;
  font-size: 13px;
  line-height: 1.4;
}

.tour-hot-side-card__journey {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.tour-hot-side-card__duration {
  display: inline-flex;
  align-items: stretch;
  margin: 8px 0 10px;
  max-width: 100%;
}

.tour-hot-side-card__duration-key,
.tour-hot-side-card__duration-value {
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.tour-hot-side-card__duration-key {
  background: #fbeb83;
  color: #04245d;
}

.tour-hot-side-card__duration-value {
  background: #f9d409;
  color: #04245d;
  font-family: "UTM Avo Bold", sans-serif;
  font-weight: 700;
}

.tour-hot-side-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 8px;
}

.tour-hot-side-card__price {
  font-family: "UTM Avo Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
  color: #04245d;
  text-decoration: none !important;
}

.tour-hot-side-card__price a {
  color: #04245d !important;
  text-decoration: none !important;
}

.tour-hot-side-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin: 0;
}

.tour-hot-side-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fdd300;
  color: #04245d;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.tour-hot-side-nav__icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.tour-hot-side-nav__btn:hover:not(:disabled) {
  background: #ffdf33;
}

.tour-hot-side-nav__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

@media (max-width: 991px) {
  .tour-hot-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tour-hot-featured,
  .tour-hot-featured__link {
    min-height: 380px;
  }

  .tour-hot-header__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .tour-hot-header__title {
    font-size: 22px;
  }

  .tour-hot-header {
    align-items: flex-start;
  }

  .tour-hot-header__toolbar {
    width: 100%;
    justify-content: flex-start;
  }

  .tour-hot-featured,
  .tour-hot-featured__link {
    min-height: 340px;
  }

  .tour-hot-featured__title {
    font-size: 18px;
  }

  .tour-hot-featured__price {
    font-size: 18px;
  }

  .tour-hot-side-card__link {
    grid-template-columns: 36% minmax(0, 1fr);
    min-height: 180px;
  }

  .tour-hot-side-card__media {
    min-height: 180px;
  }

  .tour-hot-side-card__title {
    font-size: 13px;
  }

  .tour-hot-side-card__journey,
  .tour-hot-side-card__transport,
  .tour-hot-side-card__start {
    font-size: 12px;
  }

  .tour-hot-side-card__duration-key,
  .tour-hot-side-card__duration-value {
    padding: 6px 8px;
    font-size: 12px;
  }

  .tour-hot-side-card__price {
    font-size: 15px;
  }
}

/* --------------------------------------------------------------------------
   Category tour grid (Teambuilding)
   -------------------------------------------------------------------------- */
.tour-cat-section {
  position: relative;
}

.tour-cat-section__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 28px;
}

.tour-cat-section__intro {
  min-width: 0;
  flex: 1 1 280px;
}

.tour-cat-section__title {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding-right: 34px;
  color: #04245d;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.tour-cat-section__desc {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  color: #6b7a90;
  font-size: 15px;
  line-height: 1.5;
}

.tour-cat-section__desc::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #fdd300;
  border-radius: 2px;
}

.tour-cat-section__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 4px;
  padding: 8px 10px 8px 16px;
  border: 1px solid #f0d56a;
  border-radius: 999px;
  color: #04245d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.tour-cat-section__more:hover {
  border-color: #fdd300;
  color: #04245d;
  text-decoration: none;
}

.tour-cat-section__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fdd300;
  color: #fff;
}

.tour-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.tour-grid-card {
  min-width: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(4, 36, 93, 0.08);
  overflow: hidden;
  border-bottom: 3px solid #fdd300;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tour-grid-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(4, 36, 93, 0.12);
}

.tour-grid-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.tour-grid-card__link:hover,
.tour-grid-card__link:focus {
  text-decoration: none !important;
  color: inherit;
}

.tour-grid-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #e8eef5;
}

.tour-grid-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.tour-grid-card:hover .tour-grid-card__image {
  transform: scale(1.04);
}

.tour-grid-card__titlebar {
  min-width: 0;
}

.tour-grid-card__title {
  margin: 0;
  min-width: 0;
  color: #04245d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.tour-grid-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 14px 16px;
  flex: 1;
}

.tour-grid-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.tour-grid-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #04245d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.tour-grid-card__meta-icon {
  flex-shrink: 0;
  color: #2f5f9f;
}

.tour-grid-card__meta-sep {
  flex-shrink: 0;
  width: 1px;
  height: 18px;
  background: #d5dde8;
}

.tour-grid-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.tour-grid-card__price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #04245d;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.tour-grid-card__price small {
  margin-left: 0;
  color: #c9a000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tour-grid-card__go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1.5px solid #04245d;
  border-radius: 50%;
  color: #04245d;
  background: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}

.tour-grid-card:hover .tour-grid-card__go {
  background: #04245d;
  color: #fff;
}

@media (max-width: 1199px) {
  .tour-grid-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .tour-cat-section__title {
    font-size: 24px;
  }

  .tour-grid-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .tour-cat-section__header {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    min-height: 0;
    height: auto;
  }

  .tour-cat-section__intro {
    flex: 0 0 auto;
    width: 100%;
  }

  .tour-cat-section__more {
    margin-top: 0;
  }

  .tour-cat-section__title {
    font-size: 20px;
  }

  .tour-grid-cards {
    grid-template-columns: 1fr;
  }

  .tour-grid-card__price {
    font-size: 20px;
  }
}

/* --------------------------------------------------------------------------
   International tours (Tour nước ngoài)
   -------------------------------------------------------------------------- */
.tour-intl-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.tour-intl-section__intro {
  flex: 1 1 auto;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.tour-intl-section__eyebrow {
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.tour-intl-section__title {
  width: auto;
  margin: 0 0 8px;
  color: #04245d;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.tour-intl-section__desc {
  margin: 0;
  color: #6b7a90;
  font-size: 15px;
  line-height: 1.5;
}

.tour-intl-section__more {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 16px;
  border: 1px solid #f0d56a;
  border-radius: 999px;
  color: #04245d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
}

.tour-intl-section__more:hover {
  border-color: #fdd300;
  color: #04245d;
  text-decoration: none;
}

.tour-intl-section__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fdd300;
  color: #fff;
}

.tour-intl-wrap,
.tour-intl-carousel {
  width: 100%;
  max-width: 100%;
}

.tour-intl-carousel.flex-container {
  display: block;
  float: none;
}

.tour-intl-carousel .slick-list {
  margin: 0 -10px;
}

.tour-intl-carousel .slick-slide {
  padding: 8px 10px 16px;
  height: auto;
}

.tour-intl-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
}

.tour-intl-carousel .slick-slide > div,
.tour-intl-carousel .slick-slide .tour-intl-card {
  height: 100%;
}

.tour-intl-carousel .slick-arrow {
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #04245d;
  color: #fff;
  box-shadow: 0 4px 12px rgba(4, 36, 93, 0.2);
}

.tour-intl-carousel .slick-arrow:before {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  line-height: 1;
}

.tour-intl-carousel .slick-prev {
  left: -8px;
}

.tour-intl-carousel .slick-next {
  right: -8px;
}

.tour-intl-card {
  --intl-accent: #04245d;
  height: 100%;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #eef1f5;
  border-bottom: 3px solid var(--intl-accent);
}

.tour-intl-card--gold {
  --intl-accent: #c9a227;
}

.tour-intl-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tour-intl-card__link:hover,
.tour-intl-card__link:focus {
  color: inherit;
  text-decoration: none;
}

.tour-intl-card__media {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
}


.tour-intl-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 5 / 3 !important;
}

.tour-intl-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  background: #fff;
}

.tour-intl-card__info {
  min-width: 0;
  padding: 16px 16px 0;
}

.tour-intl-card__mid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(96px, 112px);
  gap: 0;
  align-items: stretch;
  margin-top: auto;
  border-top: 1px solid #ececec;
}

.tour-intl-card__title {
  margin: 0 0 6px;
  color: #04245d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-intl-card__subtitle {
  margin: 0 0 12px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.tour-intl-card__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px 10px 12px 12px;
  list-style: none;
  border-top: 0;
  align-content: center;
}

.tour-intl-card__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  color: #5a6575;
}

.tour-intl-card__feature-icon {
  display: block;
  color: #04245d;
  flex-shrink: 0;
}

.tour-intl-card__feature-text {
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-intl-card__stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  margin-top: 3px;
  color: #c9a227;
}

.tour-intl-card__stars svg {
  display: block;
}

.tour-intl-card__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 0;
  padding: 12px 8px;
  background: var(--intl-accent);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  align-self: stretch;
  min-height: 0;
  min-width: 0;
}

.tour-intl-card__price-from {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.95;
}

.tour-intl-card__price-amount {
  font-size: clamp(13px, 1.35vw, 18px);
  font-weight: 800;
  line-height: 1.15;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.tour-intl-card__price-currency {
  font-size: 13px;
  font-weight: 700;
}

.tour-intl-card__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 10px 14px;
  background: #f4f1ea;
  color: #4a5565;
  border-top: 1px solid #ebe6dc;
}

.tour-intl-card__footer-icon {
  flex-shrink: 0;
  color: #6b7280;
}

.tour-intl-card__footer-text {
  min-width: 0;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tour-intl-card__footer-text strong {
  color: #1f2b3d;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .tour-intl-carousel .slick-prev {
    left: 0;
  }

  .tour-intl-carousel .slick-next {
    right: 0;
  }

  .tour-intl-card__mid {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .tour-intl-card__price {
    padding: 10px 6px;
  }
}

@media (max-width: 991px) {
  .tour-intl-section__header {
    flex-direction: column;
    align-items: center;
  }

  .tour-intl-section__more {
    position: static;
    margin-top: 4px;
  }

  .tour-intl-section__title {
    font-size: 24px;
  }

  .tour-intl-card__title {
    font-size: 13px;
  }

  .tour-intl-card__price-amount {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tour-intl-carousel .slick-list {
    margin: 0 -6px;
  }

  .tour-intl-carousel .slick-slide {
    padding: 6px 6px 20px;
  }

  .tour-intl-card__mid {
    grid-template-columns: 1fr;
  }

  .tour-intl-card__features {
    padding: 12px 14px;
  }

  .tour-intl-card__price {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    padding: 12px 14px;
  }

  .tour-intl-card__price-amount {
    font-size: 18px;
  }

  .tour-intl-card__info {
    padding: 14px 14px 0;
  }

  .tour-intl-card__footer-text {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .tour-intl-section__title {
    font-size: 20px;
  }

  .tour-intl-section__desc {
    font-size: 14px;
  }

  .tour-intl-card__features {
    gap: 6px;
  }

  .tour-intl-card__feature-text {
    font-size: 10px;
  }

  .tour-intl-card__feature-icon {
    width: 18px;
    height: 18px;
  }
}

/* --------------------------------------------------------------------------
   Favorite destinations (asymmetrical grid) + continents
   -------------------------------------------------------------------------- */
.dest-fav-section {
  --dest-blue: #04245d;
  --dest-gold: #c9a227;
}

.dest-fav-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  position: relative;
}

.dest-fav-section__intro {
  flex: 1 1 auto;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.dest-fav-section__eyebrow {
  margin: 0 0 8px;
  color: var(--dest-gold);
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.dest-fav-section__title {
  margin: 0 0 8px;
  color: var(--dest-blue);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.dest-fav-section__desc {
  margin: 0;
  color: #6b7a90;
  font-size: 15px;
  line-height: 1.5;
}

.dest-fav-section__more {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #d7dde6;
  border-radius: 999px;
  color: var(--dest-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
}

.dest-fav-section__more:hover {
  border-color: #fdd300;
  color: var(--dest-blue);
  text-decoration: none;
}

.dest-fav-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  gap: 16px;
  min-height: 460px;
}

.dest-fav-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.dest-fav-card:hover,
.dest-fav-card:focus {
  color: #fff;
  text-decoration: none;
}

.dest-fav-card--hero {
  grid-column: 1;
  grid-row: 1 / 3;
}

.dest-fav-card--sm:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

.dest-fav-card--sm:nth-of-type(3) {
  grid-column: 3;
  grid-row: 1;
}

.dest-fav-card--wide {
  grid-column: 2 / 4;
  grid-row: 2;
}

.dest-fav-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.dest-fav-card:hover .dest-fav-card__image {
  transform: scale(1.04);
}

.dest-fav-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(4, 36, 93, 0.78) 100%);
  pointer-events: none;
}

.dest-fav-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fdd300;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.dest-fav-card__badge svg {
  display: block;
  color: #fff;
}

.dest-fav-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 18px 20px;
}

.dest-fav-card__name {
  margin: 0 0 6px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.dest-fav-card--sm .dest-fav-card__name,
.dest-fav-card--wide .dest-fav-card__name {
  font-size: 18px;
}

.dest-fav-card__meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.35;
}

.dest-fav-card__meta span {
  color: #fdd300;
  font-weight: 700;
}

.dest-fav-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--dest-blue);
  font-size: 13px;
  font-weight: 700;
}

.continent-section {
  margin-top: var(--louis-section-gap, 32px);
}

.continent-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 28px;
  color: #04245d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
}

.continent-section__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fdd300;
  flex-shrink: 0;
}

.continent-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.continent-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #fff;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 22px rgba(4, 36, 93, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.continent-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(4, 36, 93, 0.12);
  color: inherit;
  text-decoration: none;
}

.continent-card__media {
  position: relative;
  height: 140px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.continent-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.continent-card__icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: -28px auto 0;
  border-radius: 50%;
  background: #04245d;
  color: #fff;
  box-shadow: 0 4px 12px rgba(4, 36, 93, 0.25);
}

.continent-card__body {
  padding: 14px 12px 18px;
  text-align: center;
}

.continent-card__name {
  margin: 0 0 6px;
  color: #04245d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.continent-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #5a6575;
  font-size: 13px;
  font-weight: 500;
}

.continent-card__cta svg {
  color: #fdd300;
}

@media (max-width: 991px) {
  .dest-fav-section__header {
    flex-direction: column;
    align-items: center;
  }

  .dest-fav-section__more {
    position: static;
    margin-top: 4px;
  }

  .dest-fav-section__title {
    font-size: 24px;
  }

  .dest-fav-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .dest-fav-card--hero {
    grid-column: 1 / 3;
    grid-row: auto;
    min-height: 320px;
  }

  .dest-fav-card--sm:nth-of-type(2),
  .dest-fav-card--sm:nth-of-type(3) {
    grid-column: auto;
    grid-row: auto;
    min-height: 200px;
  }

  .dest-fav-card--wide {
    grid-column: 1 / 3;
    grid-row: auto;
    min-height: 200px;
  }

  .continent-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .continent-section__title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .dest-fav-section__title {
    font-size: 20px;
  }

  .dest-fav-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dest-fav-card--hero,
  .dest-fav-card--wide,
  .dest-fav-card--sm:nth-of-type(2),
  .dest-fav-card--sm:nth-of-type(3) {
    grid-column: 1;
    min-height: 220px;
  }

  .dest-fav-card--hero {
    min-height: 300px;
  }

  .dest-fav-card__name {
    font-size: 18px;
  }

  .continent-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .continent-card:last-child {
    grid-column: 1 / 3;
  }
}

/* --------------------------------------------------------------------------
   Customer reviews / testimonials
   -------------------------------------------------------------------------- */
#testimonials.review-section {
  position: relative;
  margin-top: var(--louis-section-gap, 32px);
  padding: 56px 0 48px;
  background:
    linear-gradient(160deg, rgba(4, 36, 93, 0.94) 0%, rgba(4, 36, 93, 0.88) 55%, rgba(8, 48, 110, 0.92) 100%),
    url(../../library/images/bg12.jpg) center / cover no-repeat;
  height: auto;
  overflow: hidden;
}

.review-section__header {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.review-section__eyebrow {
  margin: 0 0 8px;
  color: #fdd300;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.review-section__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.review-section__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.review-carousel.owl-carousel .owl-stage-outer {
  padding: 8px 0 4px;
  height: auto !important;
}

.review-carousel.owl-carousel .owl-stage,
.review-carousel.owl-carousel .owl-item {
  height: auto !important;
}

.review-card {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  padding: 22px 22px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease;
}

.review-card:hover {
  transform: translateY(-4px);
}

.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.review-card__mark {
  display: block;
  color: #fdd300;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.7;
  font-family: Georgia, 'Times New Roman', serif;
}

.review-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #fdd300;
}

.review-card__stars svg {
  display: block;
}

.review-card__quote {
  flex: 0 1 auto;
  margin: 0 0 18px;
  padding: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.65;
  border: 0;
}

.review-card__quote p {
  margin: 0 0 0.6em;
}

.review-card__quote p:last-child {
  margin-bottom: 0;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #eef1f5;
}

.review-card__avatar {
  flex-shrink: 0;
  width: 52px !important;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fdd300;
  background: #f3f5f8;
}

.review-card__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-card__name {
  font-style: normal;
  color: #04245d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.review-card__job {
  color: #6b7a90;
  font-size: 13px;
  line-height: 1.3;
}

#testimonials.review-section .owl-theme .owl-dots {
  margin-top: 22px !important;
}

#testimonials.review-section .owl-theme .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: transparent !important;
}

#testimonials.review-section .owl-theme .owl-dots .owl-dot.active span,
#testimonials.review-section .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #fdd300 !important;
  background: #fdd300 !important;
}

#testimonials.review-section .owl-nav {
  display: none;
}

@media (max-width: 991px) {
  #testimonials.review-section {
    padding: 44px 0 36px;
  }

  .review-section__title {
    font-size: 24px;
  }

  .review-card {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .review-section__title {
    font-size: 20px;
  }

  .review-card {
    min-height: 0;
    padding: 18px;
  }

  .review-card__mark {
    font-size: 44px;
  }
}

/* --------------------------------------------------------------------------
   Travel guide / Cẩm nang
   -------------------------------------------------------------------------- */
.guide-section {
  --guide-blue: #04245d;
  --guide-gold: #fdd300;
  margin-top: var(--louis-section-gap, 32px);
}

.guide-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  position: relative;
}

.guide-section__intro {
  flex: 1 1 auto;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.guide-section__eyebrow {
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.guide-section__title {
  margin: 0 0 8px;
  color: var(--guide-blue);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-section__desc {
  margin: 0;
  color: #6b7a90;
  font-size: 15px;
  line-height: 1.5;
}

.guide-section__more {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 16px;
  border: 1px solid #f0d56a;
  border-radius: 999px;
  color: var(--guide-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  white-space: nowrap;
}

.guide-section__more:hover {
  border-color: var(--guide-gold);
  color: var(--guide-blue);
  text-decoration: none;
}

.guide-section__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--guide-gold);
  color: #fff;
}

.guide-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.guide-featured {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eef1f5;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.guide-featured:hover {
  transform: translateY(-3px);
  border-color: #f0d56a;
  color: inherit;
  text-decoration: none;
}

.guide-featured__media {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #e8edf4;
}

.guide-featured__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.guide-featured:hover .guide-featured__image {
  transform: scale(1.04);
}

.guide-featured__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 22px 22px;
}

.guide-featured__label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--guide-gold);
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.guide-featured__title {
  margin: 0 0 10px;
  color: var(--guide-blue);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.guide-featured__excerpt {
  margin: 0 0 16px;
  color: #5a6575;
  font-size: 14px;
  line-height: 1.6;
}

.guide-featured__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #eef1f5;
  color: #6b7a90;
  font-size: 13px;
}

.guide-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--guide-blue);
  font-weight: 700;
}

.guide-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.guide-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.guide-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eef1f5;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.guide-card:hover {
  transform: translateY(-2px);
  border-color: #f0d56a;
  color: inherit;
  text-decoration: none;
}

.guide-card__media {
  position: relative;
  height: 120px;
  overflow: hidden;
  background: #e8edf4;
}

.guide-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.guide-card:hover .guide-card__image {
  transform: scale(1.05);
}

.guide-card__body {
  padding: 12px 12px 14px;
}

.guide-card__title {
  margin: 0 0 6px;
  color: var(--guide-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guide-card__date {
  color: #8a94a6;
  font-size: 12px;
}

.guide-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.guide-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #eef1f5;
  transition: background 0.2s ease;
}

.guide-list__item:last-child {
  border-bottom: 0;
}

.guide-list__item:hover {
  background: #f8fafc;
  color: inherit;
  text-decoration: none;
}

.guide-list__thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: #e8edf4;
}

.guide-list__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-list__content {
  min-width: 0;
}

.guide-list__title {
  margin: 0 0 4px;
  color: var(--guide-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guide-list__date {
  color: #8a94a6;
  font-size: 12px;
}

@media (max-width: 991px) {
  .guide-section__header {
    flex-direction: column;
    align-items: center;
  }

  .guide-section__more {
    position: static;
    margin-top: 4px;
  }

  .guide-section__title {
    font-size: 24px;
  }

  .guide-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .guide-featured__media {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .guide-section__title {
    font-size: 20px;
  }

  .guide-featured__title {
    font-size: 18px;
  }

  .guide-cards {
    grid-template-columns: 1fr;
  }

  .guide-card__media {
    height: 160px;
  }
}

/* --------------------------------------------------------------------------
   Partners
   -------------------------------------------------------------------------- */
#partners.partner-section {
  margin-top: var(--louis-section-gap, 32px);
  margin-bottom: var(--louis-space-5, 48px) !important;
  padding: 40px 0 36px;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
  border-radius: 8px;
}

.partner-section__header {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.partner-section__eyebrow {
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.partner-section__title {
  margin: 0 0 8px;
  color: #04245d;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.partner-section__desc {
  margin: 0;
  color: #6b7a90;
  font-size: 15px;
  line-height: 1.5;
}

#partners-carousel.partner-carousel {
  margin-top: 8px;
}

#partners-carousel.partner-carousel .owl-stage-outer {
  padding: 6px 0;
}

.partner-card {
  height: 100%;
}

.partner-card__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e6ecf4;
  box-shadow: 0 6px 16px rgba(4, 36, 93, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-card:hover .partner-card__inner,
.partner-card__inner:hover {
  transform: translateY(-2px);
  border-color: #f0d56a;
  box-shadow: 0 10px 22px rgba(4, 36, 93, 0.08);
}

#partners-carousel.partner-carousel .partner-card__inner img,
#partners-carousel.partner-carousel .partners-carousel__item img {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: 48px;
  max-height: 52px;
  object-fit: contain;
  margin: 0 auto;
  filter: grayscale(0.15);
  opacity: 0.92;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

#partners-carousel.partner-carousel .partner-card:hover img {
  filter: none;
  opacity: 1;
}

#partners-carousel.partner-carousel .owl-nav {
  position: static;
  margin-top: 10px;
  text-align: center;
}

#partners-carousel.partner-carousel .owl-nav [class*='owl-'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border-radius: 50%;
  background: #fff !important;
  color: #04245d !important;
  border: 1px solid #d7dde6;
  box-shadow: none;
}

#partners-carousel.partner-carousel .owl-nav [class*='owl-']:hover {
  background: #fdd300 !important;
  border-color: #fdd300;
  color: #04245d !important;
}

@media (max-width: 991px) {
  .partner-section__title {
    font-size: 24px;
  }

  .partner-card__inner {
    min-height: 88px;
    padding: 14px 12px;
  }
}

@media (max-width: 575px) {
  #partners.partner-section {
    padding: 32px 0 28px;
  }

  .partner-section__title {
    font-size: 20px;
  }
}



/* --------------------------------------------------------------------------
   Section fade-in from bottom (scroll reveal)
   -------------------------------------------------------------------------- */
#site-content > section.louis-reveal {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

#site-content > section.louis-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  #site-content > section.louis-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
