
    * { box-sizing: border-box; }
    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 0; background: #fff; color: #222; -webkit-font-smoothing: antialiased; }

    /* ===== HERO CAROUSEL ===== */
    .hero-carousel { position: relative; width: 100%; overflow: hidden; background: #f7f7f7; }
    .hero-carousel .slides { display: flex; transition: transform 0.35s ease; }
    .hero-carousel .slide { min-width: 100%; }
    .hero-carousel .slide img { width: 100%; height: 56vw; max-height: 420px; object-fit: cover; display: block; }
    .hero-carousel .counter { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,0.6); color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 8px; }
    .hero-nav { position: absolute; top: 0; left: 0; right: 0; padding: 12px 16px; display: flex; justify-content: space-between; z-index: 10; }
    .hero-nav button { width: 36px; height: 36px; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; background: rgba(255,255,255,0.85); backdrop-filter: blur(4px); color: #222; box-shadow: 0 1px 4px rgba(0,0,0,0.08); transition: background 0.15s; }
    .hero-nav button:hover { background: #fff; }
    .hero-nav .right { display: flex; gap: 8px; }

    /* Desktop: 5-grid gallery */
    @media (min-width: 1024px) {
      .hero-carousel { display: none; }
      .desktop-gallery { display: grid !important; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; border-radius: 16px; overflow: hidden; max-height: 420px; cursor: pointer; position: relative; }
      .desktop-gallery img { width: 100%; height: 100%; object-fit: cover; }
      .desktop-gallery img:first-child { grid-row: 1 / 3; }
      .desktop-gallery img:hover { filter: brightness(0.92); transition: filter 0.2s; }
      .desktop-gallery .show-all-btn { position: absolute; bottom: 16px; right: 16px; background: #fff; border: 1px solid #222; border-radius: 8px; padding: 7px 16px; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 6px; }
    }
    @media (max-width: 1023px) { .desktop-gallery { display: none !important; } }

    /* ===== CONTENT ===== */
    .page-content { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
    @media (min-width: 1024px) { .page-content { padding: 32px 24px 80px; } }
    .section-divider { border: none; border-top: 1px solid #ebebeb; margin: 32px 0; }

    /* ===== TITLE AREA ===== */
    .title-area { padding: 24px 0 0; }
    .title-area h1 { font-size: 26px; font-weight: 600; line-height: 1.2; margin: 0 0 4px; color: #222; }
    .title-area .subtitle { font-size: 14px; color: #717171; }
    .title-area .rating-row { display: flex; align-items: center; gap: 4px; margin-top: 8px; font-size: 14px; }
    .title-area .rating-row .star { color: #222; }
    .title-area .rating-row .score { font-weight: 600; color: #222; }
    .title-area .rating-row .count { color: #717171; text-decoration: underline; cursor: pointer; }

    /* ===== HOST MINI CARD ===== */
    .host-mini { display: flex; align-items: center; gap: 16px; padding: 24px 0; }
    .host-mini img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
    .host-mini .info { font-size: 14px; }
    .host-mini .info .name { font-weight: 600; color: #222; }
    .host-mini .info .exp { color: #717171; }

    /* ===== HIGHLIGHTS ===== */
    .highlight-item { display: flex; gap: 16px; padding: 16px 0; }
    .highlight-item .icon { font-size: 24px; flex-shrink: 0; width: 32px; text-align: center; padding-top: 2px; }
    .highlight-item .text .hl-title { font-weight: 600; font-size: 16px; color: #222; }
    .highlight-item .text .hl-desc { font-size: 14px; color: #717171; margin-top: 2px; }

    /* ===== DESCRIPTION ===== */
    .desc-section .desc-text { font-size: 16px; line-height: 1.6; color: #222; }
    .desc-section .desc-text.clamped { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
    .show-more-btn { display: inline-flex; align-items: center; gap: 4px; font-size: 16px; font-weight: 600; color: #222; text-decoration: underline; background: none; border: none; cursor: pointer; padding: 8px 0; }

    /* ===== BED LAYOUT ===== */
    .bed-card { display: inline-block; border: 1px solid #ebebeb; border-radius: 12px; padding: 24px; min-width: 200px; }
    .bed-card .bed-icon { font-size: 28px; margin-bottom: 12px; }
    .bed-card .bed-title { font-weight: 600; font-size: 16px; color: #222; }
    .bed-card .bed-type { font-size: 14px; color: #717171; margin-top: 4px; }

    /* ===== AMENITIES ===== */
    .amenity-item { display: flex; align-items: center; gap: 16px; padding: 12px 0; font-size: 16px; color: #222; }
    .amenity-item .am-icon { font-size: 24px; width: 32px; text-align: center; flex-shrink: 0; }
    .amenity-item .am-icon .icon { width: 24px; height: 24px; }
    .icon { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
    .icon-wrap { display: inline-flex; align-items: center; justify-content: center; }
    .highlight-item .icon { width: 28px; height: 28px; }
    .bed-icon .icon { width: 32px; height: 32px; }
    .od-icon .icon { width: 20px; height: 20px; }
    .show-all-amenities { display: block; width: 100%; padding: 14px; border: 1px solid #222; border-radius: 8px; background: #fff; font-size: 16px; font-weight: 600; color: #222; cursor: pointer; text-align: center; margin-top: 16px; }
    .show-all-amenities:hover { background: #f7f7f7; }

    /* ===== MAP ===== */
    .map-section img { width: 100%; border-radius: 12px; }
    .map-section .map-address { font-size: 14px; color: #222; margin-top: 12px; font-weight: 500; }

    /* ===== CALENDAR ===== */
    .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; text-align: center; }
    .cal-header { padding: 8px 0; font-size: 12px; font-weight: 600; color: #b0b0b0; }
    .cal-day {
      padding: 0; font-size: 14px; cursor: pointer; position: relative; transition: background 0.15s, color 0.15s;
      border-radius: 50%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
      margin: 2px; box-sizing: border-box;
    }
    @media (min-width: 1024px) {
      .cal-day { aspect-ratio: unset; width: 48px; height: 48px; margin: 2px auto; font-size: 14px; }
      .cal-header { font-size: 12px; padding: 4px 0; }
    }
    /* Available date hover: outline border (Airbnb-style) */
    .cal-day:hover:not(.unavailable):not(.empty):not(.selected-start):not(.selected-end):not(.in-range):not(.blocked) {
      box-shadow: inset 0 0 0 2px #222;
    }
    .cal-day.today { font-weight: 700; }
    .cal-day.today::after { content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; border-radius: 50%; background: #222; }
    .cal-day.unavailable { opacity: 0.35; text-decoration: line-through; cursor: not-allowed; pointer-events: none; }
    .cal-day.blocked { opacity: 0.35; text-decoration: line-through; cursor: not-allowed; pointer-events: none; }
    .cal-day.empty { pointer-events: none; }
    /* Selected start/end: black circle, fixed size */
    .cal-day.selected-start, .cal-day.selected-end { background: #222; color: #fff; font-weight: 700; border-radius: 50%; }
    /* In-range: light bg strip, remove border-radius for seamless band */
    .cal-day.in-range { background: #f0f0f0; border-radius: 0; }
    .cal-day.selected-start.has-range { border-radius: 50%; }
    .cal-day.selected-end.has-range { border-radius: 50%; }
    .cal-day.selected-start.selected-end { border-radius: 50%; }
    /* Range background band behind start/end circles */
    .cal-day.range-start-bg { background: linear-gradient(to right, transparent 50%, #f0f0f0 50%); border-radius: 50%; }
    .cal-day.range-end-bg { background: linear-gradient(to left, transparent 50%, #f0f0f0 50%); border-radius: 50%; }
    .cal-day.range-start-bg > span, .cal-day.range-end-bg > span {
      display: flex; align-items: center; justify-content: center;
      width: 100%; height: 100%; background: #222; color: #fff; font-weight: 700; border-radius: 50%;
    }
    /* Tooltip for selected dates on hover */
    .cal-day.selected-start:hover::before, .cal-day.selected-end:hover::before {
      content: attr(data-tooltip); position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%);
      background: #fff; color: #222; font-size: 12px; font-weight: 500; padding: 6px 12px;
      border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,0.15); white-space: nowrap; z-index: 10;
      border: 1px solid #e5e5e5;
    }
    .cal-day.selected-start:hover::after, .cal-day.selected-end:hover::after {
      content: ''; position: absolute; bottom: calc(100% + 2px); left: 50%; transform: translateX(-50%);
      border: 5px solid transparent; border-top-color: #fff; z-index: 10;
    }
    .cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
    .cal-nav button { background: none; border: none; font-size: 20px; cursor: pointer; padding: 8px; color: #222; border-radius: 50%; }
    .cal-nav button:hover { background: #f7f7f7; }
    .cal-nav span { font-size: 16px; font-weight: 600; color: #222; }

    /* ===== REVIEWS ===== */
    .review-header { display: flex; justify-content: center; padding: 24px 0; }
    .editorial-rating-card {
      border: 1.5px solid #e0e0e0; border-radius: 16px; padding: 24px 48px;
      text-align: center; position: relative;
    }
    .erc-ribbon {
      position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
      background: #fff; padding: 0 16px;
    }
    .erc-ribbon span {
      font-size: 10px; font-weight: 600; text-transform: uppercase;
      letter-spacing: 2px; color: #b08d57;
    }
    .erc-content {
      display: flex; align-items: center; gap: 16px; margin-top: 4px;
    }
    .erc-score {
      font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; line-height: 1;
    }
    .erc-divider { width: 1px; height: 40px; background: #e0e0e0; }
    .erc-details { text-align: left; }
    .erc-stars { display: flex; gap: 2px; margin-bottom: 4px; }
    .erc-count { font-size: 12px; color: #717171; }
    .review-categories { display: flex; gap: 8px; overflow-x: auto; padding: 16px 0; -webkit-overflow-scrolling: touch; }
    .review-categories::-webkit-scrollbar { display: none; }
    .review-cat { flex-shrink: 0; border: 1px solid #ebebeb; border-radius: 24px; padding: 10px 16px; font-size: 13px; font-weight: 500; color: #222; white-space: nowrap; }
    .review-cards { display: flex; gap: 16px; overflow-x: auto; padding: 16px 0; -webkit-overflow-scrolling: touch; }
    .review-cards::-webkit-scrollbar { display: none; }
    @media (min-width: 1024px) {
      .review-cards { display: grid; grid-template-columns: 1fr 1fr; overflow-x: visible; gap: 24px; }
    }
    .review-card { flex-shrink: 0; width: 300px; border: 1px solid #ebebeb; border-radius: 12px; padding: 24px; }
    @media (min-width: 1024px) { .review-card { width: auto; border: none; border-radius: 0; padding: 0; } }
    .review-card .rc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
    .review-card .rc-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
    .review-card .rc-name { font-weight: 600; font-size: 14px; color: #222; }
    .review-card .rc-meta { font-size: 12px; color: #717171; }
    .review-card .rc-stars { font-size: 12px; color: #222; margin-bottom: 8px; }
    .review-card .rc-text { font-size: 14px; line-height: 1.5; color: #222; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
    .show-all-reviews { display: block; width: 100%; padding: 14px; border: 1px solid #222; border-radius: 8px; background: #fff; font-size: 16px; font-weight: 600; color: #222; cursor: pointer; text-align: center; margin-top: 8px; }

    /* ===== OWNER SECTION ===== */
    .owner-card { background: #f7f7f7; border-radius: 16px; padding: 32px; text-align: center; }
    .owner-card .oc-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; }
    .owner-card .oc-name { font-size: 22px; font-weight: 700; color: #222; }
    .owner-card .oc-role { font-size: 14px; color: #717171; margin-top: 2px; }
    .owner-stats { display: flex; justify-content: center; gap: 24px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #ebebeb; }
    .owner-stats .stat { text-align: center; }
    .owner-stats .stat .val { font-size: 20px; font-weight: 700; color: #222; }
    .owner-stats .stat .lbl { font-size: 12px; color: #717171; }
    .owner-details { text-align: left; margin-top: 24px; }
    .owner-details .od-item { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 14px; color: #222; }
    .owner-details .od-icon { font-size: 18px; width: 24px; text-align: center; }
    .owner-message-btn { display: block; width: 100%; padding: 14px; border: 1px solid #222; border-radius: 8px; background: #fff; font-size: 16px; font-weight: 600; color: #222; cursor: pointer; text-align: center; margin-top: 24px; }

    /* ===== OTHER ROOMS ===== */
    .other-rooms-scroll { display: flex; gap: 16px; overflow-x: auto; padding: 16px 0; -webkit-overflow-scrolling: touch; }
    .other-rooms-scroll::-webkit-scrollbar { display: none; }
    .other-room-card { flex-shrink: 0; width: 260px; cursor: pointer; }
    .other-room-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; }
    .other-room-card .orc-name { font-weight: 600; font-size: 14px; color: #222; margin-top: 8px; }
    .other-room-card .orc-price { font-size: 14px; color: #717171; margin-top: 2px; }
    .other-room-card .orc-price span { font-size: 14px; color: #717171; }
    .other-room-card .orc-rating { font-size: 13px; color: #222; margin-top: 2px; }

    /* ===== RULES ===== */
    .rules-section h2 { font-size: 22px; font-weight: 600; color: #222; margin-bottom: 24px; }
    .rule-row { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid #ebebeb; cursor: pointer; align-items: flex-start; }
    .rule-row:last-child { border-bottom: none; }
    .rule-row .rule-icon { font-size: 24px; flex-shrink: 0; width: 32px; text-align: center; padding-top: 2px; }
    .rule-row .rule-content { flex: 1; }
    .rule-row .rule-title { font-weight: 600; font-size: 16px; color: #222; }
    .rule-row .rule-desc { font-size: 14px; color: #717171; margin-top: 4px; line-height: 1.5; }
    .rule-row .chevron { font-size: 18px; color: #717171; flex-shrink: 0; padding-top: 4px; }

    /* ===== STICKY BOTTOM BAR ===== */
    .bottom-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; background: #fff; border-top: 1px solid #ebebeb; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
    .bottom-bar .bb-left .bb-price { font-size: 16px; font-weight: 700; color: #222; text-decoration: underline; }
    .bottom-bar .bb-left .bb-dates { font-size: 12px; color: #717171; margin-top: 2px; }
    .bottom-bar .bb-btn { padding: 14px 24px; border-radius: 8px; border: none; font-size: 16px; font-weight: 600; color: #fff; cursor: pointer; background: linear-gradient(to right, #e61e4d, #e31c5f, #d70466); }
    .bottom-bar .bb-btn:hover { filter: brightness(1.05); }
    @media (min-width: 1024px) { .bottom-bar { display: none; } }

    /* ===== DESKTOP 2-COL ===== */
    .desktop-layout { display: block; }
    @media (min-width: 1024px) {
      .desktop-layout { display: grid; grid-template-columns: 1fr 370px; gap: 80px; }
      .left-col { min-width: 0; }
      .mobile-only { display: none !important; }
      /* Amenities 2-column grid */
      #amenities-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
    }
    @media (max-width: 1023px) {
      .desktop-only { display: none !important; }
    }

    /* Desktop sticky booking card */
    .booking-card { position: sticky; top: 88px; border: 1px solid #ebebeb; border-radius: 12px; padding: 24px; box-shadow: 0 6px 16px rgba(0,0,0,0.12); background: #fff; }
    .booking-card .bc-price { font-size: 22px; font-weight: 600; color: #222; }
    .booking-card .bc-price span { font-weight: 400; font-size: 16px; color: #717171; }
    .booking-card .bc-total-price { font-size: 18px; font-weight: 600; color: #222; text-decoration: underline; cursor: pointer; }
    .booking-card .bc-total-price span { font-weight: 400; font-size: 14px; color: #717171; text-decoration: none; }
    .booking-card .bc-rating { font-size: 14px; margin-top: 4px; }
    .booking-card .bc-fields { margin-top: 16px; border: 1px solid #b0b0b0; border-radius: 8px; overflow: visible; position: relative; }
    .booking-card .bc-row { display: grid; grid-template-columns: 1fr 1fr; }
    .booking-card .bc-field { padding: 10px 12px; border-bottom: 1px solid #b0b0b0; cursor: pointer; transition: background 0.15s; }
    .booking-card .bc-field:hover { background: #f7f7f7; }
    .booking-card .bc-field:nth-child(1) { border-right: 1px solid #b0b0b0; }
    .booking-card .bc-field .bc-label { font-size: 10px; font-weight: 700; text-transform: uppercase; color: #222; letter-spacing: 0.05em; }
    .booking-card .bc-field .bc-value { font-size: 14px; color: #222; margin-top: 2px; }
    .booking-card .bc-guest { padding: 10px 12px; font-size: 14px; color: #222; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: background 0.15s; }
    .booking-card .bc-guest:hover { background: #f7f7f7; }
    .booking-card .bc-book-btn { display: block; width: 100%; padding: 14px; border-radius: 8px; border: none; font-size: 16px; font-weight: 600; color: #fff; cursor: pointer; background: linear-gradient(to right, #e61e4d, #e31c5f, #d70466); margin-top: 16px; }
    .booking-card .bc-book-btn:hover { filter: brightness(1.05); }
    .booking-card .bc-note { text-align: center; font-size: 14px; color: #717171; margin-top: 12px; }

    /* ===== BOOKING CARD: Calendar Dropdown ===== */
    .bc-cal-dropdown {
      display: none; position: absolute; top: 100%; right: 0;
      background: #fff; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,0.18);
      padding: 24px 32px; z-index: 30; margin-top: 8px;
      min-width: 660px; width: 660px;
    }
    .bc-cal-dropdown.open { display: block; }
    .bc-cal-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
    .bc-cal-header h3 { font-size: 22px; font-weight: 600; color: #222; margin: 0; }
    .bc-cal-header .bc-cal-range { font-size: 14px; color: #717171; }
    .bc-cal-months { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 16px; }
    .bc-cal-month-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
    .bc-cal-month-header h4 { font-size: 16px; font-weight: 600; color: #222; margin: 0; }
    .bc-cal-month-header button { background: none; border: none; font-size: 18px; cursor: pointer; color: #222; padding: 4px 8px; border-radius: 50%; }
    .bc-cal-month-header button:hover { background: #f7f7f7; }
    .bc-cal-month-header button:disabled { color: #ddd; cursor: default; }
    .bc-cal-month-header button:disabled:hover { background: none; }
    .bc-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; text-align: center; }
    .bc-cal-grid .day-label { font-size: 12px; font-weight: 600; color: #717171; padding: 8px 4px; }
    .bc-cal-grid .day { font-size: 14px; padding: 10px 4px; cursor: pointer; border-radius: 50%; transition: background 0.1s; position: relative; }
    .bc-cal-grid .day:hover:not(.disabled):not(.selected):not(.in-range) { background: #f7f7f7; }
    .bc-cal-grid .day.disabled { color: #ddd; cursor: default; }
    .bc-cal-grid .day.selected { background: #222; color: #fff; font-weight: 600; }
    .bc-cal-grid .day.in-range { background: #f7f7f7; border-radius: 0; }
    .bc-cal-grid .day.range-start { border-radius: 50% 0 0 50%; }
    .bc-cal-grid .day.range-end { border-radius: 0 50% 50% 0; }
    .bc-cal-grid .day.today { font-weight: 700; }
    .bc-cal-footer { display: flex; justify-content: flex-end; gap: 16px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #ebebeb; }
    .bc-cal-footer button { padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; }
    .bc-cal-footer .cal-clear { background: none; border: none; text-decoration: underline; color: #222; }
    .bc-cal-footer .cal-close { background: #222; color: #fff; border: none; }

    /* ===== BOOKING CARD: Guest Dropdown ===== */
    .bc-guest-dropdown {
      display: none; position: absolute; top: 100%; left: -1px; right: -1px;
      background: #fff; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,0.18);
      padding: 24px; z-index: 30; margin-top: 8px;
    }
    .bc-guest-dropdown.open { display: block; }
    .bc-guest-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid #ebebeb; }
    .bc-guest-row:last-of-type { border-bottom: none; }
    .bc-guest-row .gr-info h4 { font-size: 16px; font-weight: 600; color: #222; margin: 0; }
    .bc-guest-row .gr-info p { font-size: 14px; color: #717171; margin: 2px 0 0; }
    .bc-guest-row .gr-controls { display: flex; align-items: center; gap: 16px; }
    .bc-guest-row .gr-controls button {
      width: 32px; height: 32px; border-radius: 50%; border: 1px solid #b0b0b0;
      background: #fff; font-size: 18px; cursor: pointer; display: flex;
      align-items: center; justify-content: center; color: #717171; transition: all 0.15s;
    }
    .bc-guest-row .gr-controls button:hover:not(:disabled) { border-color: #222; color: #222; }
    .bc-guest-row .gr-controls button:disabled { opacity: 0.3; cursor: default; }
    .bc-guest-row .gr-controls .gr-count { font-size: 16px; font-weight: 500; min-width: 20px; text-align: center; }
    .bc-guest-note { font-size: 13px; color: #717171; margin-top: 12px; line-height: 1.4; }
    .bc-guest-footer { display: flex; justify-content: flex-end; margin-top: 16px; }
    .bc-guest-footer button { background: none; border: none; font-size: 14px; font-weight: 600; text-decoration: underline; cursor: pointer; color: #222; }

    /* ===== BOOKING CARD: Price Detail Popover ===== */
    .bc-price-popover {
      display: none; position: absolute; bottom: 100%; left: -1px; right: -1px;
      background: #fff; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,0.18);
      padding: 20px 24px; z-index: 30; margin-bottom: 8px;
    }
    .bc-price-popover.open { display: block; }
    .bc-price-popover .pp-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
    .bc-price-popover .pp-header h4 { font-size: 18px; font-weight: 600; margin: 0; }
    .bc-price-popover .pp-header button { background: none; border: none; font-size: 18px; cursor: pointer; color: #717171; }
    .bc-price-popover .pp-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 16px; color: #222; }
    .bc-price-popover .pp-row .pp-label { text-decoration: underline; }
    .bc-price-popover .pp-total { display: flex; justify-content: space-between; padding: 16px 0 0; margin-top: 12px; border-top: 1px solid #ebebeb; font-size: 16px; font-weight: 600; }

    /* ============================
       PHOTO GALLERY MODAL
    ============================ */
    .photo-modal-overlay {
      display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
      background: #fff; z-index: 9999; overflow-y: auto; flex-direction: column;
    }
    .photo-modal-overlay.open { display: flex; }
    .photo-modal-header {
      position: sticky; top: 0; z-index: 10; background: #fff;
      display: flex; align-items: center; justify-content: space-between;
      padding: 16px 24px; border-bottom: 1px solid #ebebeb;
    }
    .pm-back {
      background: none; border: none; font-size: 20px; cursor: pointer;
      padding: 8px 12px; border-radius: 50%; color: #222;
    }
    .pm-back:hover { background: #f7f7f7; }
    .pm-title { font-size: 16px; font-weight: 600; color: #222; }
    .pm-actions { display: flex; gap: 8px; }
    .pm-actions button {
      background: none; border: none; font-size: 14px; cursor: pointer;
      text-decoration: underline; color: #222; font-weight: 600; padding: 4px 8px;
    }
    .pm-actions button:hover { background: #f7f7f7; border-radius: 8px; }

    /* Carousel Nav */
    .pm-carousel {
      display: flex; gap: 16px; padding: 20px 40px;
      overflow-x: auto; overflow-y: visible; scrollbar-width: none; background: #fff;
      min-height: 120px; align-items: flex-start;
    }
    .pm-carousel::-webkit-scrollbar { display: none; }
    .pm-carousel-item {
      flex: 0 0 auto; cursor: pointer; text-align: center; width: 120px;
      transition: opacity 0.2s;
    }
    .pm-carousel-item:hover { opacity: 0.8; }
    .pm-carousel-item img {
      width: 120px; height: 80px; object-fit: cover; border-radius: 12px;
      border: 2px solid transparent; transition: border-color 0.2s;
    }
    .pm-carousel-item.active img { border-color: #222; }
    .pm-carousel-item span {
      display: block; font-size: 12px; color: #222; margin-top: 6px;
      font-weight: 500; white-space: nowrap;
    }

    /* Modal Body */
    .photo-modal-body { padding: 0 40px 40px; max-width: 1120px; margin: 0 auto; width: 100%; }

    /* Section = 2-column layout */
    .pm-section { display: grid; grid-template-columns: 240px 1fr; gap: 32px; padding: 40px 0; border-bottom: 1px solid #ebebeb; }
    .pm-section:last-child { border-bottom: none; }
    .pm-section-text { position: sticky; top: 80px; align-self: start; }
    .pm-section-text h3 { font-size: 22px; font-weight: 600; color: #222; margin: 0 0 8px; }
    .pm-section-text p { font-size: 14px; color: #717171; line-height: 1.5; margin: 0; }

    /* Photo grid within section */
    .pm-section-photos { display: flex; flex-direction: column; gap: 8px; }
    .pm-photo-row { display: grid; gap: 8px; }
    .pm-photo-row.full { grid-template-columns: 1fr; }
    .pm-photo-row.pair { grid-template-columns: 1fr 1fr; }
    .pm-section-photos img {
      width: 100%; border-radius: 12px; cursor: pointer;
      transition: opacity 0.2s; object-fit: cover; aspect-ratio: 4/3;
    }
    .pm-section-photos img.full-img { aspect-ratio: 16/10; }
    .pm-section-photos img:hover { opacity: 0.9; }

    /* Mobile: stack to 1 column */
    @media (max-width: 768px) {
      .pm-section { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
      .pm-section-text { position: static; }
      .photo-modal-body { padding: 0 16px 24px; }
      .pm-carousel { padding: 16px; }
      .pm-carousel-item { width: 100px; }
      .pm-carousel-item img { width: 100px; height: 68px; }
    }

    /* ============================
       PHOTO LIGHTBOX
    ============================ */
    .photo-lightbox {
      display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(0,0,0,0.92); z-index: 10000;
      align-items: center; justify-content: center; flex-direction: column;
    }
    .photo-lightbox.open { display: flex; }
    .photo-lightbox img { max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: 8px; }
    .lb-close {
      position: absolute; top: 16px; right: 16px;
      background: none; border: none; color: #fff; font-size: 28px; cursor: pointer;
      width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
      border-radius: 50%; transition: background 0.2s;
    }
    .lb-close:hover { background: rgba(255,255,255,0.15); }
    .lb-nav {
      position: absolute; top: 50%; transform: translateY(-50%);
      background: #fff; border: none; font-size: 24px; cursor: pointer;
      width: 48px; height: 48px; border-radius: 50%; display: flex;
      align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      color: #222; transition: transform 0.2s;
    }
    .lb-nav:hover { transform: translateY(-50%) scale(1.05); }
    .lb-prev { left: 24px; }
    .lb-next { right: 24px; }
    .lb-counter {
      position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
      color: #fff; font-size: 14px; background: rgba(0,0,0,0.5);
      padding: 6px 16px; border-radius: 20px;
    }

    /* Footer padding for bottom bar */
    @media (max-width: 1023px) { body { padding-bottom: 80px; } }

    /* Fade in animation */
    .fade-in { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
    .fade-in.is-visible { opacity: 1; transform: translateY(0); }

    /* ===== STICKY SECTION NAV — Dynamic Island Style ===== */
    .sticky-section-nav {
      position: fixed; bottom: 24px; left: 50%; z-index: 60;
      transform: translateX(-50%) translateY(120%);
      transition: transform 0.4s cubic-bezier(.4,0,.2,1);
      display: none;
    }
    .sticky-section-nav.visible { transform: translateX(-50%) translateY(0); }
    @media (min-width: 1024px) { .sticky-section-nav { display: block; } }
    .ssn-inner {
      background: rgba(28,28,30,0.92);
      backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
      border-radius: 999px; padding: 0 8px 0 28px;
      display: flex; align-items: center; justify-content: space-between;
      height: 56px; gap: 8px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.08) inset;
    }
    .ssn-links { display: flex; gap: 20px; }
    .ssn-links a {
      font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; font-weight: 500;
      padding: 4px 0; border-bottom: none; transition: all 0.2s; white-space: nowrap;
    }
    .ssn-links a:hover { color: rgba(255,255,255,0.85); }
    .ssn-links a.active {
      color: #fff; background: rgba(255,255,255,0.12);
      padding: 6px 14px; border-radius: 999px;
    }
    .ssn-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.15); margin: 0 8px; flex-shrink: 0; }
    .ssn-right { display: flex; align-items: center; gap: 12px; }
    .ssn-price { font-size: 15px; font-weight: 600; color: #fff; white-space: nowrap; }
    .ssn-price span { font-weight: 400; font-size: 13px; color: rgba(255,255,255,0.5); }
    .ssn-rating { font-size: 12px; color: rgba(255,255,255,0.5); }
    .ssn-book-btn {
      padding: 10px 24px; border-radius: 999px; border: none; font-size: 14px; font-weight: 600;
      color: #fff; cursor: pointer; background: linear-gradient(to right, #e61e4d, #e31c5f, #d70466);
      white-space: nowrap;
    }
    .ssn-book-btn:hover { filter: brightness(1.1); }

    /* ===== REVIEWS MODAL ===== */
    .reviews-modal-overlay {
      position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,0.5);
      display: none; align-items: center; justify-content: center;
    }
    .reviews-modal-overlay.open { display: flex; }
    .reviews-modal {
      background: #fff; border-radius: 16px; width: 90%; max-width: 760px;
      max-height: 85vh; overflow-y: auto; padding: 32px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    }
    .reviews-modal .rm-close {
      position: sticky; top: 0; background: #fff; border: none; font-size: 20px;
      cursor: pointer; padding: 8px; border-radius: 50%; z-index: 5; float: right;
    }
    .reviews-modal .rm-close:hover { background: #f7f7f7; }
    .reviews-modal h2 { font-size: 24px; font-weight: 600; margin: 0 0 24px; color: #222; }
    .rm-review-item { padding: 24px 0; border-bottom: 1px solid #ebebeb; }
    .rm-review-item:last-child { border-bottom: none; }
    .rm-review-item .rc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
    .rm-review-item .rc-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
    .rm-review-item .rc-name { font-weight: 600; font-size: 16px; color: #222; }
    .rm-review-item .rc-meta { font-size: 14px; color: #717171; }
    .rm-review-item .rc-stars { font-size: 14px; color: #222; margin-bottom: 8px; }
    .rm-review-item .rc-text { font-size: 16px; line-height: 1.6; color: #222; }

    /* ===== 2-MONTH CALENDAR DESKTOP ===== */
    .cal-two-month { display: none; }
    @media (min-width: 1024px) {
      .cal-two-month { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
      .cal-single-month { display: none; }
    }
    @media (max-width: 1023px) {
      .cal-single-month { display: block; }
    }
    .cal-month-panel { }
    .cal-month-panel .cal-nav { display: flex; align-items: center; justify-content: center; margin-bottom: 16px; gap: 8px; }
    .cal-month-panel .cal-nav span { font-size: 16px; font-weight: 600; color: #222; }
    .cal-two-month > .cal-month-panel:first-child .cal-nav { justify-content: flex-start; }
    .cal-two-month > .cal-month-panel:last-child .cal-nav { justify-content: flex-end; }

    /* ===== STICKY NAV DATE CHIP ===== */
    .ssn-dates-chip {
      display: inline-flex; align-items: center; gap: 5px;
      background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3);
      padding: 5px 12px; border-radius: 999px; margin-left: 8px;
      font-size: 12px; font-weight: 500; color: #fff; white-space: nowrap;
      animation: ssnDateFadeIn 0.3s ease;
    }
    .ssn-dates-chip svg { width: 13px; height: 13px; opacity: 0.7; }
    @keyframes ssnDateFadeIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }

    /* Hide rating when date chip is visible */
    .ssn-right:has(.ssn-dates-chip) .ssn-rating { display: none; }

    /* ===== DATE TOAST NOTIFICATION ===== */
    .date-toast {
      position: fixed; bottom: 96px; left: 50%; transform: translateX(-50%) translateY(20px);
      z-index: 200; opacity: 0; transition: all 0.35s cubic-bezier(.4,0,.2,1);
      pointer-events: none;
    }
    .date-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
    .date-toast-inner {
      display: flex; align-items: center; gap: 12px;
      background: rgba(28,28,30,0.94);
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      padding: 14px 20px; border-radius: 16px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3);
      white-space: nowrap;
    }
    .date-toast-icon { font-size: 20px; flex-shrink: 0; }
    .date-toast-msg { font-size: 14px; font-weight: 500; color: #fff; }
    .date-toast-close {
      background: rgba(255,255,255,0.15); border: none; color: #fff;
      width: 28px; height: 28px; border-radius: 50%; font-size: 14px;
      cursor: pointer; display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; transition: background 0.2s;
    }
    .date-toast-close:hover { background: rgba(255,255,255,0.25); }

    /* ===== CTA PROMO CARD (before footer) — OTA / Booking.com style ===== */
    .cta-split-card {
      max-width: 1120px; margin: 0 auto; padding: 0 16px;
    }
    .cta-sc-inner {
      background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
      border-radius: 16px; padding: 32px 36px;
      display: flex; align-items: center; justify-content: space-between; gap: 24px;
      position: relative; overflow: hidden;
    }
    .cta-sc-inner::before {
      content: ''; position: absolute; top: -40px; right: -40px;
      width: 160px; height: 160px; border-radius: 50%;
      background: rgba(255,255,255,0.04);
    }
    .cta-sc-inner::after {
      content: ''; position: absolute; bottom: -60px; left: 30%;
      width: 200px; height: 200px; border-radius: 50%;
      background: rgba(255,255,255,0.02);
    }
    .cta-sc-left { position: relative; z-index: 1; flex: 1; }
    .cta-sc-label {
      display: inline-block; font-size: 10px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 1.5px; color: #fff; background: rgba(255,255,255,0.15);
      padding: 4px 10px; border-radius: 4px; margin-bottom: 14px;
    }
    .cta-sc-info { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
    .cta-sc-price { font-size: 28px; font-weight: 800; color: #fff; }
    .cta-sc-price span { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.5); }
    .cta-sc-sep { width: 1px; height: 36px; background: rgba(255,255,255,0.15); }
    .cta-sc-sub { font-size: 11px; color: rgba(255,255,255,0.45); margin-bottom: 3px; }
    .cta-sc-val { font-size: 15px; font-weight: 600; color: #fff; }
    .cta-sc-val span { font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.5); }
    .cta-sc-btn {
      position: relative; z-index: 1;
      display: inline-flex; align-items: center; justify-content: center;
      padding: 16px 36px; border-radius: 12px; border: none;
      font-size: 16px; font-weight: 700; color: #fff; cursor: pointer;
      white-space: nowrap; transition: all 0.2s;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }
    .cta-sc-btn:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,0.3); }
    @media (max-width: 640px) {
      .cta-sc-inner { flex-direction: column; text-align: center; padding: 28px 24px; }
      .cta-sc-info { justify-content: center; }
      .cta-sc-btn { width: 100%; justify-content: center; }
    }
