:root {
            --tv-primary: #0a58ca;
            --tv-ink: #1f2a44;
            --tv-muted: #6b7280;
            --tv-line: #e5e7eb;
            --tv-soft: #f6f8fc;
            --tv-green: #157347;
        }
        body {
            background: var(--tv-soft);
            color: var(--tv-ink);
            font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;
        }
        .hero {
            position: relative;
            min-height: 430px;
            color: #fff;
            background: #19345f center/cover no-repeat;
            display: flex;
            align-items: flex-end;
        }
        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(4, 17, 38, .22), rgba(4, 17, 38, .82));
        }
        .hero-inner {
            position: relative;
            z-index: 1;
            padding: 92px 0 34px;
        }
        .stars {
            color: #ffc107;
            letter-spacing: 1px;
        }
        .card-clean {
            border: 1px solid var(--tv-line);
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(15, 23, 42, .05);
        }

        .gallery-strip {
            display: grid;
            grid-auto-flow: column;
            grid-auto-columns: 230px;
            gap: 12px;
            overflow-x: auto;
            scrollbar-width: thin;
            padding-bottom: 4px;
        }
        .gallery-item {
            height: 145px;
            border: 0;
            border-radius: 8px;
            overflow: hidden;
            padding: 0;
            background: #dbe3f0;
            cursor: pointer;
        }
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .feature-list {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        .feature-list li {
            display: flex;
            gap: 10px;
            margin-bottom: 9px;
        }
        .feature-list i {
            color: var(--tv-green);
            margin-top: 4px;
        }
        .info-chip-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }
        .info-chip,
        .info-card,
        .location-box,
        .flight-segment {
            border: 1px solid var(--tv-line);
            border-radius: 8px;
            background: #fff;
        }
        .info-chip {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            padding: 10px 12px;
            font-size: .9rem;
        }
        .info-chip i {
            color: var(--tv-green);
            flex: 0 0 18px;
            margin-top: 3px;
            text-align: center;
        }
        .info-card,
        .location-box,
        .flight-segment {
            padding: 14px;
        }
        .flight-segment + .flight-segment {
            margin-top: 12px;
        }
        .flight-leg {
            border: 1px dashed #cbd5e1;
            border-radius: 8px;
            padding: 14px;
            background: #fbfdff;
            height: 100%;
        }
        .airline-logo {
            width: 30px;
            height: 30px;
            object-fit: contain;
        }
        img.room-img {
            width: 100%;
            min-height: 180px;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
            background: #dbe3f0;
        }
        .price {
            color: #123c69;
            font-size: 1.75rem;
            font-weight: 700;
            line-height: 1.1;
        }
        .badge-soft {
            display: inline-flex;
            gap: 6px;
            align-items: center;
            border: 1px solid #d8e7ff;
            background: #eef6ff;
            color: #0b5ed7;
            border-radius: 999px;
            padding: 5px 10px;
            font-size: .8rem;
            font-weight: 600;
        }
        .option-card {
            border: 1px solid var(--tv-line);
            border-radius: 8px;
            padding: 14px;
            background: #fff;
            height: 100%;
        }
        .option-card .option-price {
            color: #123c69;
            font-weight: 700;
            font-size: 1.15rem;
        }
        .rooms-list {
            display: grid;
            gap: 16px;
        }
        .room-meal-filter-bar {
            align-items: center;
            background: #fff;
            border: 1px solid var(--tv-line);
            border-radius: 8px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 12px 14px;
        }
        .room-meal-filter-title {
            color: #344054;
            font-size: .88rem;
            font-weight: 700;
            margin-right: 4px;
        }
        .room-meal-filter-pill {
            background: #fff;
            border: 1px solid #cfd7e6;
            border-radius: 999px;
            color: #344054;
            font-size: .84rem;
            font-weight: 600;
            line-height: 1;
            padding: 9px 13px;
        }
        .room-meal-filter-pill:hover,
        .room-meal-filter-pill.active {
            background: #eef6ff;
            border-color: var(--tv-primary);
            color: var(--tv-primary);
        }
        .card-room-card {
            background: #fff;
            border: 1px solid var(--tv-line);
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(15, 23, 42, .05);
            overflow: hidden;
        }
        .card-room-card.is-selected {
            border-color: var(--tv-primary);
            box-shadow: 0 0 0 2px rgba(10, 88, 202, .12);
        }
        .card-room-card .room-card {
            min-height: 238px;
        }
        .card-room-card .room-img {
            background: #fff;
        }
        .room-image-container {
            min-height: 168px;
        }
        .room-single-image {
            position: relative;
        }
        .room-card-img {
            background: #dbe3f0;
            display: block;
            height: 168px;
            object-fit: cover;
            width: 100%;
        }
        .room-description-title {
            color: var(--tv-ink);
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.25;
            margin: 0 0 12px;
        }
        .room-description-features,
        .room-mealplan-price-title,
        .room-price-title {
            color: #475467;
            font-size: .82rem;
            font-weight: 700;
        }
        .room-description ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .room-description li {
            align-items: flex-start;
            color: #344054;
            display: flex;
            gap: 9px;
            margin-bottom: 8px;
            font-size: .9rem;
        }
        .room-description li i {
            color: var(--tv-green);
            margin-top: 3px;
            width: 16px;
        }
        .room-detail-link {
            color: var(--tv-primary);
            font-size: .9rem;
            font-weight: 700;
            text-decoration: none;
        }
        .room-detail-link:hover {
            color: #084298;
            text-decoration: underline;
        }
        .dividing-border {
            border-left: 1px solid var(--tv-line);
            border-right: 1px solid var(--tv-line);
        }
        .room-mealplan-option {
            background: #fff;
            border: 1px solid var(--tv-line);
            border-radius: 8px;
            cursor: pointer;
            font-size: .88rem;
            padding: 10px 12px;
            transition: border-color .15s ease, background .15s ease;
        }
        .room-mealplan-option:hover,
        .room-mealplan-option.active {
            background: #f3f8ff;
            border-color: var(--tv-primary);
        }
        .room-promotion {
            color: var(--tv-green);
            font-size: .82rem;
            font-weight: 700;
            margin-top: 2px;
        }
        .DiscountTag {
            background: #e9f8ef;
            border-radius: 4px;
            color: var(--tv-green);
            display: inline-flex;
            font-size: .8rem;
            font-weight: 800;
            padding: 3px 7px;
        }
        .room-price-person {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .room-price-person .fw-bold {
            color: #123c69;
            font-size: 1.5rem;
            line-height: 1.05;
        }
        .room-price-total {
            color: #667085;
            font-size: .82rem;
            margin: 7px 0;
        }
        .room-selected-label {
            align-items: center;
            color: var(--tv-green);
            display: inline-flex;
            font-size: .9rem;
            font-weight: 700;
            gap: 7px;
            margin-top: 10px;
        }
        .room-choice-card {
            border: 1px solid var(--tv-line);
            border-radius: 10px;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
        }
        .room-choice-card.is-selected {
            border-color: var(--tv-primary);
            box-shadow: 0 0 0 2px rgba(10, 88, 202, .12);
        }
        .room-choice-img-wrap {
            position: relative;
            height: 100%;
            min-height: 190px;
            background: #dbe3f0;
        }
        .room-choice-img {
            width: 100%;
            height: 100%;
            min-height: 190px;
            object-fit: cover;
            display: block;
        }
        .room-image-counter {
            position: absolute;
            right: 10px;
            bottom: 10px;
            border-radius: 999px;
            background: rgba(0, 0, 0, .64);
            color: #fff;
            padding: 4px 9px;
            font-size: .78rem;
            font-weight: 700;
        }
        .room-rate-option {
            border: 1px solid var(--tv-line);
            border-radius: 8px;
            padding: 10px 12px;
            cursor: pointer;
            transition: border-color .15s ease, background .15s ease;
        }
        .room-rate-option:hover,
        .room-rate-option.active {
            border-color: var(--tv-primary);
            background: #f3f8ff;
        }
        .room-rate-option .form-check-input {
            margin-top: .18rem;
        }
        .room-card-price {
            color: #123c69;
            font-size: 1.45rem;
            line-height: 1;
            font-weight: 700;
        }
        .review-card {
            border-left: 3px solid var(--tv-primary);
            padding-left: 14px;
        }
        .payment-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: 1px solid var(--tv-line);
            border-radius: 999px;
            padding: 6px 10px;
            margin: 0 6px 8px 0;
            font-size: .82rem;
            background: #fff;
        }
        .section-title {
            font-weight: 700;
            letter-spacing: 0;
        }
        .modal-gallery-image {
            max-width: 96vw;
            max-height: 88vh;
            object-fit: contain;
        }
        .modal-fullscreen .modal-content {
            background: #000;
        }
        #imageModal .modal-body {
            position: relative;
            z-index: 1;
        }
        #imageModal .btn-close {
            z-index: 3;
            pointer-events: auto;
        }
        .room-facts {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
            margin-bottom: 16px;
        }
        .room-fact,
        .room-amenity-item {
            display: flex;
            gap: 10px;
            align-items: flex-start;
            border: 1px solid var(--tv-line);
            background: #fff;
            border-radius: 8px;
            padding: 10px;
            color: #344054;
            font-size: .88rem;
        }
        .room-fact {
            background: #f8fafc;
        }
        .room-fact i,
        .room-amenity-item i {
            color: var(--tv-primary);
            width: 18px;
            line-height: 1.35;
            text-align: center;
            flex: 0 0 18px;
        }
        .room-amenities-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px;
            margin-bottom: 16px;
        }
        .room-modal-slider {
            position: relative;
        }
        .room-modal-img {
            width: 100%;
            height: 340px;
            object-fit: cover;
            border-radius: 8px;
            background: #dbe3f0;
        }
        .room-photo-count {
            position: absolute;
            left: 14px;
            bottom: 12px;
            z-index: 2;
            background: rgba(0, 0, 0, .62);
            color: #fff;
            border-radius: 999px;
            padding: 4px 10px;
            font-size: .82rem;
            font-weight: 700;
        }
        .room-modal-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: 0;
            background: rgba(0, 0, 0, .42);
            color: #fff;
            display: grid;
            place-items: center;
        }
        .room-modal-prev { left: 12px; }
        .room-modal-next { right: 12px; }
        .room-modal-gallery {
            display: flex;
            gap: 8px;
            overflow-x: auto;
            padding-bottom: 4px;
        }
        .room-modal-thumb {
            width: 92px;
            height: 68px;
            object-fit: cover;
            border-radius: 8px;
            border: 2px solid transparent;
            background: #dbe3f0;
            cursor: pointer;
        }
        .room-modal-thumb.active {
            border-color: var(--tv-primary);
        }
        .important-info {
            background: #fff8e6;
            border: 1px solid #ffe3a3;
            border-radius: 8px;
            padding: 14px;
            color: #5f4200;
        }
        .meal-plan-info-btn {
            color: var(--tv-primary);
            line-height: 1;
            vertical-align: .08em;
        }
        .meal-plan-info-btn:hover,
        .meal-plan-info-btn:focus {
            color: #084298;
        }
        .meal-plan-info-list {
            display: grid;
            gap: 10px;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .meal-plan-info-list li {
            align-items: flex-start;
            display: flex;
            gap: 10px;
        }
        .meal-plan-info-list i {
            color: var(--tv-green);
            margin-top: 3px;
        }
        @media (max-width: 991px) {
            .hero { min-height: 360px; }

            .room-facts,
            .room-amenities-grid,
            .info-chip-grid {
                grid-template-columns: 1fr;
            }
            .room-meal-filter-bar {
                align-items: flex-start;
                flex-direction: column;
            }
            .dividing-border {
                border-left: 0;
                border-right: 0;
                border-top: 1px solid var(--tv-line);
            }
            .card-room-card .room-card {
                min-height: 0;
            }
            .card-room-card .room-img {
                min-height: 190px;
            }
            .room-card-img {
                height: 190px;
            }
            .room-price {
                border-top: 1px solid var(--tv-line);
            }
            .room-choice-img-wrap,
            .room-choice-img {
                height: 210px;
            }
        }
