:root {
  --ink: #12201d;
  --muted: #61706d;
  --line: #dbe5df;
  --paper: #fbfbf7;
  --soft: #eef5f1;
  --white: #ffffff;
  --forest: rgb(15, 28, 56);
  --teal: rgb(15, 28, 56);
  --gold: #F5A623;
  --coral: #df705a;
  --shadow: 0 24px 70px rgba(18, 32, 29, 0.14);
  --radius: 8px;
}

/* Mobile hotel search final theme: keep the compact mobile layout, use the site palette. */
@media (max-width: 640px) {
  body[data-page="hotel-search"],
  body[data-page="hotel-search"] main,
  .hotel-search-page {
    color: #0f172a;
    background: #f4f7fb;
    overflow-x: hidden;
  }

  .hotel-search-mobile-top {
    color: #0f172a;
    background: #ffffff;
    border-color: #f5a623;
    box-shadow: 0 10px 26px rgba(15, 28, 56, 0.13);
  }

  .hotel-search-mobile-back {
    color: #0f172a;
  }

  .hotel-search-mobile-top span {
    color: #64748b;
  }

  .hotel-search-mobile-actions {
    gap: 8px;
    margin: 0 10px 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe3ef;
  }

  .hotel-search-mobile-actions button,
  .hotel-search-mobile-sort-form {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(15, 28, 56, 0.08);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
  }

  .hotel-search-mobile-sort-form select {
    max-width: 120px;
    color: #0f172a;
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
    font-weight: 800;
  }

  .hotel-search-mobile-count {
    color: #475569;
  }

  .hotel-search-card,
  .hotel-search-card:first-of-type {
    margin: 0 8px 10px;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 28, 56, 0.08);
  }

  .hotel-search-media button {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.92);
  }

  .hotel-search-title-row h3,
  .hotel-search-title-row h3 a {
    color: #006ce4;
    font-size: 0.84rem;
  }

  .hotel-search-location,
  .hotel-search-location a,
  .hotel-search-room,
  .hotel-search-room strong {
    color: #0f172a;
  }

  .hotel-search-badge {
    color: #ffffff;
    background: #008234;
    border-color: #008234;
  }

  .hotel-search-room-size {
    color: #475569;
  }

  .hotel-search-room span:last-child {
    color: #008234;
  }

  .hotel-search-price span,
  .hotel-search-price small {
    color: #64748b;
  }

  .hotel-search-price strong {
    color: #0f172a;
  }

  .hotel-search-filter-panel {
    color: #0f172a;
    background: #ffffff;
  }

  .hotel-search-filter-mobile-head {
    color: #0f172a;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
  }

  .hotel-search-filter-mobile-head button {
    color: #0f172a;
  }

  .hotel-search-filter-mobile-head a {
    color: #006ce4;
  }

  .hotel-search-filter-panel section {
    border-top-color: #e5e7eb;
  }

  .hotel-search-filter-panel h3,
  .hotel-search-filter-panel h4,
  .hotel-search-filter-panel p,
  .hotel-search-filter-panel label,
  .hotel-search-range-value {
    color: #0f172a;
  }

  .hotel-search-filter-panel p,
  .hotel-search-filter-panel label span {
    color: #64748b;
  }

  .hotel-search-dual-range::before {
    background: #1f2937;
  }

  .hotel-search-budget-chip {
    color: #17345c;
    background: #ffffff;
    border-color: #edf2f7;
  }

  .hotel-search-budget-chip.active,
  .hotel-search-budget-chip:hover {
    color: #ffffff;
    background: #006ce4;
    border-color: #006ce4;
  }

  .hotel-search-filter-actions {
    background: #ffffff;
    border-top-color: #dbe3ef;
    box-shadow: 0 -10px 24px rgba(15, 28, 56, 0.08);
  }

  .hotel-search-filter-actions .btn {
    background: #006ce4;
  }

  .hotel-search-filter-actions a {
    color: #006ce4;
  }

  .empty-state {
    color: #0f172a;
    background: #ffffff;
    border-color: #d8dee8;
  }

  .empty-state p {
    color: #64748b;
  }
}

/* True final mobile card normalization for non-home listing pages. */
@media (max-width: 820px) {
  body[data-page="packages"] .card,
  body[data-page="tours"] .card,
  body[data-page="hotels"] .travel-listing-card,
  body[data-page="tickets"] .ticket-listing-card,
  body[data-page="services"] .card,
  body[data-page="transportation"] .travel-listing-card,
  body[data-page="education"] .card {
    display: grid !important;
    grid-template-rows: 351px auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    color: var(--ink) !important;
    background: var(--white) !important;
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.1) !important;
  }

  body[data-page="packages"] .card-media,
  body[data-page="tours"] .card-media,
  body[data-page="hotels"] .travel-listing-media,
  body[data-page="tickets"] .ticket-listing-card .card-media,
  body[data-page="services"] .card-media,
  body[data-page="transportation"] .travel-listing-media,
  body[data-page="education"] .card-media {
    height: 351px !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  body[data-page="packages"] .package-image-track,
  body[data-page="tours"] .package-image-track,
  body[data-page="hotels"] .travel-listing-media .package-image-track,
  body[data-page="transportation"] .travel-listing-media .package-image-track {
    height: 100% !important;
  }

  body[data-page="packages"] .card-media img,
  body[data-page="tours"] .card-media img,
  body[data-page="hotels"] .travel-listing-media img,
  body[data-page="tickets"] .ticket-listing-card .card-media img,
  body[data-page="services"] .card-media img,
  body[data-page="transportation"] .travel-listing-media img,
  body[data-page="education"] .card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1.01);
  }

  body[data-page="packages"] .card-body,
  body[data-page="tours"] .card-body,
  body[data-page="hotels"] .travel-listing-body,
  body[data-page="tickets"] .ticket-listing-body,
  body[data-page="services"] .card-body,
  body[data-page="transportation"] .travel-listing-body,
  body[data-page="education"] .card-body {
    display: grid !important;
    gap: 7px !important;
    padding: 12px 12px 14px !important;
  }

  body[data-page="packages"] .card h3,
  body[data-page="tours"] .card h3,
  body[data-page="hotels"] .card h3,
  body[data-page="tickets"] .card h3,
  body[data-page="services"] .card h3,
  body[data-page="transportation"] .card h3,
  body[data-page="education"] .card h3 {
    margin: 0 !important;
    color: var(--forest) !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
    line-height: 1.22 !important;
  }

  body[data-page="packages"] .card p,
  body[data-page="tours"] .card p,
  body[data-page="hotels"] .card p,
  body[data-page="tickets"] .card p,
  body[data-page="services"] .card p,
  body[data-page="transportation"] .card p,
  body[data-page="education"] .card p {
    margin: 0 !important;
    color: var(--muted) !important;
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
  }

  body[data-page="packages"] .card-actions,
  body[data-page="tours"] .card-actions,
  body[data-page="hotels"] .travel-listing-actions,
  body[data-page="tickets"] .travel-listing-actions,
  body[data-page="services"] .card-actions,
  body[data-page="transportation"] .travel-listing-actions,
  body[data-page="education"] .card-actions {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-top: 4px !important;
  }

  body[data-page="packages"] .card-actions,
  body[data-page="tours"] .card-actions,
  body[data-page="services"] .card-actions,
  body[data-page="education"] .card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="packages"] .card-actions .btn,
  body[data-page="tours"] .card-actions .btn,
  body[data-page="services"] .card-actions .btn,
  body[data-page="education"] .card-actions .btn {
    min-height: 42px !important;
    border-radius: 7px !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
  }

  body[data-page="hotel-search"] .empty-state {
    box-sizing: border-box !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin: 12px !important;
    padding: 20px !important;
    overflow: hidden !important;
  }

  body[data-page="hotel-search"] .empty-state h3,
  body[data-page="hotel-search"] .empty-state p {
    display: block !important;
    width: auto !important;
    max-width: calc(100vw - 64px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body[data-page="hotel-search"] .empty-state h3 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  body[data-page="hotel-search"] .empty-state p {
    max-width: calc(100vw - 92px) !important;
  }

  body[data-page="hotel-search"],
  body[data-page="hotel-search"] main,
  body[data-page="hotel-search"] .hotel-search-page,
  body[data-page="hotel-search"] .hotel-search-shell,
  body[data-page="hotel-search"] .hotel-search-results {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body[data-page="hotel-search"] .hotel-search-page *,
  body[data-page="hotel-search"] .hotel-search-page *::before,
  body[data-page="hotel-search"] .hotel-search-page *::after {
    box-sizing: border-box !important;
  }

  body[data-page="hotel-search"] .hotel-search-mobile-top,
  body[data-page="hotel-search"] .hotel-search-mobile-actions {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}

/* Final mobile listing cards: match the home-page mobile card style across pages. */
@media (max-width: 820px) {
  body[data-page="packages"] .grid.three,
  body[data-page="tours"] .grid.three,
  body[data-page="hotels"] .grid.three,
  body[data-page="tickets"] .grid.three,
  body[data-page="services"] .grid.three,
  body[data-page="transportation"] .grid.three,
  body[data-page="education"] .grid.three {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 8px;
  }

  body[data-page="packages"] .travel-listing-card,
  body[data-page="packages"] .card,
  body[data-page="tours"] .travel-listing-card,
  body[data-page="tours"] .card,
  body[data-page="hotels"] .travel-listing-card,
  body[data-page="tickets"] .ticket-listing-card,
  body[data-page="services"] .card,
  body[data-page="transportation"] .travel-listing-card,
  body[data-page="education"] .card {
    display: grid;
    grid-template-rows: 351px auto;
    min-height: 0;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.1);
  }

  body[data-page="packages"] .travel-listing-media,
  body[data-page="packages"] .card-media,
  body[data-page="tours"] .travel-listing-media,
  body[data-page="tours"] .card-media,
  body[data-page="hotels"] .travel-listing-media,
  body[data-page="tickets"] .ticket-listing-card .card-media,
  body[data-page="services"] .card-media,
  body[data-page="transportation"] .travel-listing-media,
  body[data-page="education"] .card-media {
    position: relative;
    height: 351px;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden;
  }

  body[data-page="packages"] .travel-listing-media .package-image-track,
  body[data-page="tours"] .travel-listing-media .package-image-track,
  body[data-page="hotels"] .travel-listing-media .package-image-track,
  body[data-page="transportation"] .travel-listing-media .package-image-track {
    height: 100%;
  }

  body[data-page="packages"] .travel-listing-media img,
  body[data-page="packages"] .card-media img,
  body[data-page="tours"] .travel-listing-media img,
  body[data-page="tours"] .card-media img,
  body[data-page="hotels"] .travel-listing-media img,
  body[data-page="tickets"] .ticket-listing-card .card-media img,
  body[data-page="services"] .card-media img,
  body[data-page="transportation"] .travel-listing-media img,
  body[data-page="education"] .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
  }

  body[data-page="packages"] .travel-listing-body,
  body[data-page="packages"] .card-body,
  body[data-page="tours"] .travel-listing-body,
  body[data-page="tours"] .card-body,
  body[data-page="hotels"] .travel-listing-body,
  body[data-page="tickets"] .ticket-listing-body,
  body[data-page="services"] .card-body,
  body[data-page="transportation"] .travel-listing-body,
  body[data-page="education"] .card-body {
    display: grid;
    gap: 7px;
    padding: 12px 12px 14px;
  }

  body[data-page="packages"] .travel-listing-link,
  body[data-page="tours"] .travel-listing-link,
  body[data-page="hotels"] .travel-listing-link,
  body[data-page="tickets"] .ticket-listing-link,
  body[data-page="transportation"] .travel-listing-link {
    display: grid;
    gap: 7px;
    color: inherit;
  }

  body[data-page="packages"] .travel-listing-meta,
  body[data-page="tours"] .travel-listing-meta,
  body[data-page="hotels"] .travel-listing-meta,
  body[data-page="tickets"] .travel-listing-meta,
  body[data-page="transportation"] .travel-listing-meta,
  body[data-page="packages"] .meta-row,
  body[data-page="tours"] .meta-row,
  body[data-page="hotels"] .meta-row,
  body[data-page="services"] .meta-row,
  body[data-page="education"] .meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--muted);
    font-size: 0.76rem;
  }

  body[data-page="packages"] .travel-listing-meta strong,
  body[data-page="tours"] .travel-listing-meta strong,
  body[data-page="hotels"] .travel-listing-meta strong,
  body[data-page="tickets"] .travel-listing-meta strong,
  body[data-page="transportation"] .travel-listing-meta strong {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0f9f6e;
    font-size: 0.76rem;
    font-weight: 900;
  }

  body[data-page="packages"] .travel-listing-meta svg,
  body[data-page="tours"] .travel-listing-meta svg,
  body[data-page="hotels"] .travel-listing-meta svg,
  body[data-page="tickets"] .travel-listing-meta svg,
  body[data-page="transportation"] .travel-listing-meta svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
  }

  body[data-page="packages"] .card h3,
  body[data-page="tours"] .card h3,
  body[data-page="hotels"] .card h3,
  body[data-page="tickets"] .card h3,
  body[data-page="services"] .card h3,
  body[data-page="transportation"] .card h3,
  body[data-page="education"] .card h3 {
    display: block;
    margin: 0;
    color: var(--forest);
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.22;
  }

  body[data-page="packages"] .card p,
  body[data-page="tours"] .card p,
  body[data-page="hotels"] .card p,
  body[data-page="tickets"] .card p,
  body[data-page="services"] .card p,
  body[data-page="transportation"] .card p,
  body[data-page="education"] .card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.35;
  }

  body[data-page="packages"] .travel-listing-route,
  body[data-page="tours"] .travel-listing-route,
  body[data-page="hotels"] .travel-listing-route,
  body[data-page="tickets"] .travel-listing-route,
  body[data-page="transportation"] .travel-listing-route,
  body[data-page="packages"] .ticket-options,
  body[data-page="tickets"] .ticket-options {
    display: flex;
    gap: 4px;
    overflow: hidden;
    color: #2c3441;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
  }

  body[data-page="packages"] .travel-listing-route span + span::before,
  body[data-page="tours"] .travel-listing-route span + span::before,
  body[data-page="hotels"] .travel-listing-route span + span::before,
  body[data-page="tickets"] .travel-listing-route span + span::before,
  body[data-page="transportation"] .travel-listing-route span + span::before {
    color: var(--gold);
    content: "\2022 ";
  }

  body[data-page="packages"] .travel-listing-note,
  body[data-page="tours"] .travel-listing-note,
  body[data-page="hotels"] .travel-listing-note,
  body[data-page="tickets"] .travel-listing-note,
  body[data-page="transportation"] .travel-listing-note {
    width: fit-content;
    max-width: 100%;
    padding: 4px 7px;
    overflow: hidden;
    color: #24633b;
    background: #e6f7ec;
    border-radius: 4px;
    font-size: 0.66rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-page="packages"] .travel-listing-actions,
  body[data-page="packages"] .card-actions,
  body[data-page="tours"] .travel-listing-actions,
  body[data-page="tours"] .card-actions,
  body[data-page="hotels"] .travel-listing-actions,
  body[data-page="tickets"] .travel-listing-actions,
  body[data-page="transportation"] .travel-listing-actions,
  body[data-page="services"] .card-actions,
  body[data-page="education"] .card-actions {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    margin-top: 4px;
  }

  body[data-page="packages"] .travel-listing-call,
  body[data-page="packages"] .travel-listing-quote,
  body[data-page="packages"] .card-actions .btn,
  body[data-page="tours"] .travel-listing-call,
  body[data-page="tours"] .travel-listing-quote,
  body[data-page="tours"] .card-actions .btn,
  body[data-page="hotels"] .travel-listing-call,
  body[data-page="hotels"] .travel-listing-quote,
  body[data-page="tickets"] .travel-listing-call,
  body[data-page="tickets"] .travel-listing-quote,
  body[data-page="transportation"] .travel-listing-call,
  body[data-page="transportation"] .travel-listing-quote,
  body[data-page="services"] .card-actions .btn,
  body[data-page="education"] .card-actions .btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 0.78rem;
    font-weight: 900;
  }

  body[data-page="packages"] .travel-listing-call,
  body[data-page="tours"] .travel-listing-call,
  body[data-page="hotels"] .travel-listing-call,
  body[data-page="tickets"] .travel-listing-call,
  body[data-page="transportation"] .travel-listing-call {
    color: var(--forest);
    background: #edf4ff;
  }

  body[data-page="packages"] .travel-listing-quote,
  body[data-page="tours"] .travel-listing-quote,
  body[data-page="hotels"] .travel-listing-quote,
  body[data-page="tickets"] .travel-listing-quote,
  body[data-page="transportation"] .travel-listing-quote {
    color: #101520;
    background: var(--gold);
  }

  body[data-page="packages"] .package-image-nav,
  body[data-page="tours"] .package-image-nav,
  body[data-page="hotels"] .package-image-nav,
  body[data-page="transportation"] .package-image-nav {
    display: none;
  }
}

@font-face {
  font-family: "TripGeom";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://ak-s-cw.tripcdn.com/modules/ibu/online-assets/TripGeom-Regular.ba9c64b894f5e19551d23b37a07ba0a4.woff2") format("woff2");
}

@font-face {
  font-family: "TripGeom";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://ak-s-cw.tripcdn.com/modules/ibu/online-assets/TripGeom-Medium.c01bb95e18e1b0d0137ff80b79b97a38.woff2") format("woff2");
}

@font-face {
  font-family: "TripGeom";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://ak-s-cw.tripcdn.com/modules/ibu/online-assets/TripGeom-Bold.9e9e0eb59209311df954413ff4957cbb.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "ST Pro Text", "SF Pro Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

body:not(.app-ready) {
  overflow: hidden;
}

body:not(.app-ready)::before {
  position: fixed;
  inset: 0;
  z-index: 99998;
  content: "";
  background: #f4f7fb;
}

body:not(.app-ready)::after {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 58px;
  height: 58px;
  content: "";
  background: transparent;
  border: 5px solid rgba(15, 28, 56, 0.12);
  border-top-color: var(--gold);
  border-right-color: rgb(15, 28, 56);
  border-radius: 999px;
  box-shadow: none;
  transform: translate(-50%, -50%);
  animation: dalil-loader-spin 0.8s linear infinite;
}

@keyframes dalil-loader-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px clamp(16px, 3vw, 42px);
  background: var(--forest);
  border-bottom: 1px solid rgba(245, 166, 35, 0.24);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--white);
  font-family: "Poppins", "ST Pro Text", "SF Pro Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand strong em {
  color: var(--gold);
  font-style: normal;
}

.brand small {
  color: var(--muted);
  font-size: 0.73rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  width: 100%;
  font-size: 0.82rem;
  font-weight: 700;
}

.main-nav > a,
.nav-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 38px;
  padding: 8px 7px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.nav-signup {
  color: var(--ink) !important;
  background: var(--gold) !important;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown svg {
  width: 14px;
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  min-width: 230px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 180ms ease;
}

.dropdown-panel a {
  padding: 10px;
  border-radius: 6px;
}

.dropdown-panel a.customize-package-link {
  margin-top: 6px;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  background: var(--forest);
  border: 1px solid rgba(245, 166, 35, 0.55);
  box-shadow: 0 10px 22px rgba(15, 28, 56, 0.16);
}

.dropdown-panel a.customize-package-link:hover,
.dropdown-panel a.customize-package-link:focus-visible {
  color: var(--white);
  background: #1b2f5c;
  border-color: var(--gold);
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.mobile-header-search,
.mobile-home-search-panel,
.desktop-traveloka-services {
  display: none;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 74px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(15, 28, 56, 0.72);
}

.hero-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0 40px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
}

.hero-actions,
.section-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--forest);
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 28, 56, 0.24);
}

.btn.secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.btn.gold {
  color: #1c1507;
  background: var(--gold);
}

.btn.ghost {
  color: var(--forest);
  background: rgba(15, 28, 56, 0.08);
}

.search-box {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  gap: 12px;
  margin-top: 46px;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 5px;
}

.field label,
.field span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea,
.field output {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline-color: var(--teal);
}

.field output.package-duration-output {
  display: flex;
  align-items: center;
  color: var(--muted);
  font-weight: 700;
}

section,
.page-wrap {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 4vw, 56px);
}

.section-inner,
.page-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2,
.content h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.section-head p,
.content p {
  max-width: 670px;
  margin: 10px 0 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(18, 32, 29, 0.07);
}

.card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft);
}

.white-image-placeholder {
  display: block;
  background: #ffffff !important;
  border: 1px solid #e5eaf2;
}

.white-image-placeholder img,
img.white-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  background: #ffffff;
}

body[data-page="education"] .card-media {
  display: grid;
  place-items: center;
  padding: 28px;
  background: #fff;
}

body[data-page="education"] .card-media img {
  width: min(68%, 150px);
  height: min(68%, 150px);
  object-fit: contain;
}

.package-media {
  position: relative;
}

.package-image-track {
  height: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.package-image-track::-webkit-scrollbar {
  display: none;
}

.package-image-track img {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.package-image-nav {
  position: absolute;
  top: 50%;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(219, 229, 223, 0.9);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(15, 28, 56, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.package-image-nav:hover {
  background: var(--white);
  transform: translateY(-50%) scale(1.04);
}

.package-image-nav svg {
  width: 18px;
  height: 18px;
}

.package-image-nav.prev {
  left: 10px;
}

.package-image-nav.next {
  right: 10px;
}

.card-body {
  padding: 20px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.attractions-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 360px;
  gap: 18px;
}

.attraction-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(15, 28, 56, 0.16);
  isolation: isolate;
}

.attraction-card.featured {
  grid-column: span 2;
}

.attraction-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.attraction-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(15, 28, 56, 0.72);
}

.attraction-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 22px;
  color: var(--white);
}

.attraction-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.attraction-meta span,
.ticket-badge,
.promotion-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 7px 10px;
  color: #1c1507;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
}

.attraction-meta span + span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
}

.attraction-card h3,
.promotion-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.6rem);
  line-height: 1.03;
}

.attraction-card p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.ticket-activity {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.ticket-activity:first-of-type {
  margin-top: 0;
}

.ticket-activity-head {
  position: sticky;
  top: 104px;
  align-self: start;
}

.ticket-activity-head h2 {
  margin: 8px 0 0;
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ticket-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(18, 32, 29, 0.08);
}

.ticket-card-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.ticket-card-media img {
  position: absolute;
  inset: 0;
}

.ticket-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
}

.ticket-card-body {
  padding: 18px;
}

.ticket-card-body h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.15;
}

.ticket-card-body p {
  margin: 9px 0 0;
  color: var(--muted);
}

.ticket-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ticket-options span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 10px;
  color: #263633;
  background: var(--soft);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

.ticket-options svg {
  width: 15px;
  height: 15px;
  color: var(--forest);
}

.ticket-listing-grid {
  align-items: start;
}

.ticket-listing-card {
  min-height: 0;
}

.ticket-listing-card .ticket-listing-body {
  min-height: 0;
}

.ticket-listing-link {
  color: inherit;
}

.ticket-listing-card .ticket-options {
  margin-top: 4px;
}

.ticket-listing-card .ticket-options span {
  background: #f3f7fb;
}

body[data-page="home"] .ticket-listing-card .travel-listing-actions,
body[data-page="tickets"] .ticket-listing-card .travel-listing-actions {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  margin-top: 6px;
}

body[data-page="home"] .ticket-listing-card .travel-listing-call,
body[data-page="home"] .ticket-listing-card .travel-listing-quote,
body[data-page="tickets"] .ticket-listing-card .travel-listing-call,
body[data-page="tickets"] .ticket-listing-card .travel-listing-quote {
  min-height: 29px;
  border-radius: 6px;
  font-size: 0.78rem;
}

body[data-page="home"] .ticket-listing-card .travel-listing-call svg,
body[data-page="tickets"] .ticket-listing-card .travel-listing-call svg {
  width: 16px;
  height: 16px;
}

body[data-page="home"] .ticket-listing-card,
body[data-page="tickets"] .ticket-listing-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dce7f3;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(32, 74, 125, 0.09);
}

body[data-page="home"] .ticket-listing-card::before,
body[data-page="tickets"] .ticket-listing-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: #ff681c;
}

body[data-page="home"] .ticket-listing-card .ticket-listing-body,
body[data-page="tickets"] .ticket-listing-card .ticket-listing-body {
  display: grid;
  gap: 12px;
  padding: 22px 20px 18px;
}

body[data-page="home"] .ticket-listing-card .ticket-listing-link,
body[data-page="tickets"] .ticket-listing-card .ticket-listing-link {
  display: grid;
  gap: 10px;
}

body[data-page="home"] .ticket-listing-card .travel-listing-meta,
body[data-page="tickets"] .ticket-listing-card .travel-listing-meta {
  color: #587196;
  font-size: 0.88rem;
}

body[data-page="home"] .ticket-listing-card .travel-listing-meta strong,
body[data-page="tickets"] .ticket-listing-card .travel-listing-meta strong {
  padding: 6px 9px;
  color: #007f62;
  background: #e8f8f0;
  border-radius: 999px;
  font-size: 0.82rem;
}

body[data-page="home"] .ticket-listing-card .travel-listing-meta svg,
body[data-page="tickets"] .ticket-listing-card .travel-listing-meta svg {
  width: 18px;
  height: 18px;
}

body[data-page="home"] .ticket-listing-card h3,
body[data-page="tickets"] .ticket-listing-card h3 {
  color: #071b42;
  font-size: 1.28rem;
  line-height: 1.18;
}

body[data-page="home"] .ticket-listing-card p,
body[data-page="tickets"] .ticket-listing-card p {
  color: #617393;
  font-size: 0.92rem;
}

body[data-page="home"] .ticket-listing-card .travel-listing-route,
body[data-page="tickets"] .ticket-listing-card .travel-listing-route {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  white-space: normal;
}

body[data-page="home"] .ticket-listing-card .travel-listing-route span,
body[data-page="tickets"] .ticket-listing-card .travel-listing-route span {
  padding: 5px 7px;
  color: #28364f;
  background: #f2f6fb;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
}

body[data-page="home"] .ticket-listing-card .travel-listing-route span + span::before,
body[data-page="tickets"] .ticket-listing-card .travel-listing-route span + span::before {
  content: "";
}

body[data-page="home"] .ticket-listing-card .travel-listing-note,
body[data-page="tickets"] .ticket-listing-card .travel-listing-note {
  width: 100%;
  padding: 8px 10px;
  color: #08703f;
  background: #e7f7ec;
  border: 1px solid #ccefd9;
  border-radius: 8px;
  font-size: 0.78rem;
  white-space: normal;
}

body[data-page="home"] .ticket-listing-card .travel-listing-quote,
body[data-page="tickets"] .ticket-listing-card .travel-listing-quote {
  background: #ff681c;
  box-shadow: 0 8px 18px rgba(255, 104, 28, 0.22);
}

body[data-page="home"] .ticket-listing-card .travel-listing-call,
body[data-page="tickets"] .ticket-listing-card .travel-listing-call {
  background: #fff8f3;
}

body[data-page="transportation"] .ticket-listing-card {
  position: relative;
  align-self: flex-start;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dce7f3;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(32, 74, 125, 0.09);
}

body[data-page="transportation"] .ticket-listing-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: #ff681c;
}

body[data-page="transportation"] .ticket-listing-card .ticket-listing-body,
body[data-page="transportation"] .ticket-listing-card .ticket-listing-link {
  display: grid;
  gap: 10px;
}

body[data-page="transportation"] .ticket-listing-card .ticket-listing-body {
  height: auto;
  min-height: 0;
  padding: 22px 20px 18px;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-meta {
  color: #587196;
  font-size: 0.88rem;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-meta strong {
  padding: 6px 9px;
  color: #007f62;
  background: #e8f8f0;
  border-radius: 999px;
  font-size: 0.82rem;
}

body[data-page="transportation"] .ticket-listing-card h3 {
  color: #071b42;
  font-size: 1.28rem;
  line-height: 1.18;
}

body[data-page="transportation"] .ticket-listing-card p {
  color: #617393;
  font-size: 0.92rem;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-route {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  white-space: normal;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-route span {
  padding: 5px 7px;
  color: #28364f;
  background: #f2f6fb;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-route span + span::before {
  content: "";
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-note {
  width: 100%;
  padding: 8px 10px;
  color: #08703f;
  background: #e7f7ec;
  border: 1px solid #ccefd9;
  border-radius: 8px;
  font-size: 0.78rem;
  white-space: normal;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-actions {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  margin-top: 6px;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-call,
body[data-page="transportation"] .ticket-listing-card .travel-listing-quote {
  height: 29px;
  min-height: 29px;
  max-height: 29px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.78rem;
  line-height: 1;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-call {
  padding: 0;
  background: #fff8f3;
}

body[data-page="transportation"] .ticket-listing-card .travel-listing-quote {
  background: #ff681c;
  box-shadow: 0 8px 18px rgba(255, 104, 28, 0.22);
}

.destination-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.destination-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(18, 32, 29, 0.08);
}

.destination-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.destination-media img {
  position: absolute;
  inset: 0;
}

.destination-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(15, 28, 56, 0.66);
}

.destination-media span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 8px 10px;
  color: #1c1507;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.destination-body {
  padding: clamp(26px, 4vw, 44px);
}

.destination-body h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.05;
}

.destination-body p {
  margin: 12px 0 0;
  color: var(--muted);
}

.destination-detail-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.destination-detail-block strong {
  color: var(--forest);
}

.destination-detail-block p {
  margin-top: 6px;
}

.destination-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.destination-tags span {
  padding: 8px 10px;
  color: var(--forest);
  background: var(--soft);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
}

.attraction-detail-points svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
}

.attraction-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.attraction-detail-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(15, 28, 56, 0.18);
}

.attraction-detail-image img {
  position: absolute;
  inset: 0;
}

.attraction-detail-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(15, 28, 56, 0.66);
}

.attraction-detail-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 9px 12px;
  color: #1c1507;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.mobile-bottom-nav {
  display: none;
}

.mobile-image-discovery,
.mobile-home-section {
  display: none;
}

.mobile-rail-arrow.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.home-ticket-section {
  display: none;
}

.home-search {
  display: none;
}

.mobile-search-intro {
  display: none;
}

.mobile-date-inputs {
  display: grid;
  gap: 10px;
}

.mobile-date-inputs label {
  display: grid;
  gap: 6px;
  color: #475569;
  font-size: 0.86rem;
  font-weight: 800;
}

.mobile-date-inputs input {
  min-height: 44px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  padding: 10px;
}

.mobile-search-group .stay-date-range-button {
  min-height: 46px;
  border-color: #dbe5df;
}

.mobile-search-group .stay-date-popover {
  width: min(360px, calc(100vw - 48px));
}

.mobile-search-note {
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
}

.promotions-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.promotion-card {
  display: grid;
  overflow: hidden;
  color: var(--white);
  background: var(--forest);
  border: 1px solid rgba(245, 166, 35, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(15, 28, 56, 0.2);
}

.promotion-card.featured {
  grid-row: span 2;
}

.promotion-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.promotion-card.featured .promotion-media {
  min-height: 360px;
}

.promotion-media img {
  position: absolute;
  inset: 0;
}

.promotion-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(15, 28, 56, 0.66);
}

.promotion-ribbon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  box-shadow: 0 12px 28px rgba(15, 28, 56, 0.24);
}

.promotion-body {
  padding: 24px;
}

.promotion-body .eyebrow {
  color: var(--gold);
}

.promotion-body p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.promotion-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.promotion-perks span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.promotion-perks svg,
.attraction-meta svg {
  width: 14px;
  height: 14px;
}

.meta-row,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: var(--forest);
  background: var(--soft);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.feature-card {
  padding: 24px;
}

.testimonial-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  gap: 12px;
}

.testimonial-card h3 {
  text-align: center;
}

.testimonial-card p[dir="rtl"] {
  text-align: right;
}

.feature-card svg {
  width: 32px;
  height: 32px;
  color: var(--gold);
}

.portal-more-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  border-style: dashed;
  background: var(--white);
}

.portal-more-card .card-actions {
  margin-top: 20px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.image-stack {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
  min-height: 520px;
}

.image-stack .tall,
.image-stack .short {
  overflow: hidden;
  border-radius: var(--radius);
}

.image-stack .tall {
  margin-top: 46px;
}

.image-stack .short {
  margin-bottom: 46px;
}

.band {
  color: var(--white);
  background: var(--forest);
}

.band .section-head p,
.band .content p {
  color: rgba(255, 255, 255, 0.78);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  max-width: 720px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.stat {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.08);
}

.stat strong {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 2.05rem);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
}

.related-packages {
  background: var(--soft);
}

.related-packages .section-head {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 28, 56, 0.12);
}

.related-packages .card {
  box-shadow: 0 18px 46px rgba(15, 28, 56, 0.1);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 220px;
  gap: 12px;
}

.gallery-grid img {
  border-radius: var(--radius);
}

.gallery-grid .large {
  grid-row: span 2;
}

.hotel-room-detail-page .gallery-grid.single-image {
  display: block;
  max-width: 980px;
  margin-inline: auto;
}

.hotel-room-detail-page .gallery-grid.single-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 620px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(15, 28, 56, 0.12);
}

.page-hero {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 110px clamp(18px, 4vw, 56px) 46px;
  color: var(--white);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: #0f1c38;
}

.page-hero.no-media::before {
  background: #0f1c38;
}

.hotel-white-placeholder {
  display: block;
  background: #ffffff !important;
  border: 1px solid #e5eaf2;
}

.hotel-search-media.white-image-placeholder,
.hotel-room-offer-media.white-image-placeholder,
.gallery-grid.white-image-placeholder {
  min-height: 218px;
}

.hotel-listing-media.white-image-placeholder,
.travel-listing-media.white-image-placeholder {
  min-height: 300px;
}

.mobile-hotel-card-image.white-image-placeholder,
.mobile-offer-image.white-image-placeholder {
  min-height: 220px;
}

.hotel-search-media.hotel-white-placeholder,
.hotel-room-offer-media.hotel-white-placeholder,
.gallery-grid.hotel-white-placeholder {
  min-height: 218px;
}

.hotel-listing-media.hotel-white-placeholder {
  min-height: 300px;
}

.mobile-hotel-card-image.hotel-white-placeholder,
.mobile-offer-image.hotel-white-placeholder {
  min-height: 220px;
}

.page-hero > div {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.filters {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.filters .field {
  gap: 3px;
}

.filters .field span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.filters .field input,
.filters .field select {
  min-height: 38px;
  padding: 8px 10px;
}

.filters .btn {
  min-height: 38px;
  padding: 8px 14px;
}

.searchable-select {
  position: relative;
  z-index: 35;
  width: 100%;
}

.searchable-select.open {
  z-index: 5000;
}

.searchable-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.searchable-select-input {
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.searchable-select-input:focus {
  border-color: #0b66d8;
  box-shadow: 0 0 0 3px rgba(11, 102, 216, 0.1);
}

.searchable-select-list {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 5001;
  display: none;
  max-height: 240px;
  overflow-y: auto;
  background: var(--white);
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(15, 28, 56, 0.16);
  padding: 6px;
}

.searchable-select.open .searchable-select-list {
  display: grid;
  gap: 2px;
}

.searchable-select-list button {
  width: 100%;
  border: 0;
  border-radius: 6px;
  color: #0f172a;
  background: transparent;
  cursor: pointer;
  padding: 9px 10px;
  text-align: left;
}

.searchable-select-list button:hover {
  background: #eff6ff;
  color: #0057c2;
}

.searchable-select-empty {
  padding: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.package-filters {
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.hotel-search-page {
  min-height: 100vh;
  padding: 18px clamp(14px, 3vw, 34px) 56px;
  background: #ffffff;
}

.hotel-search-shell {
  display: grid;
  grid-template-columns: 262px minmax(0, 1fr);
  gap: 20px;
  width: min(1368px, 100%);
  margin: 0 auto;
}

.hotel-search-filter-panel {
  position: sticky;
  top: 82px;
  align-self: start;
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
}

.hotel-search-filter-panel::-webkit-scrollbar {
  width: 8px;
}

.hotel-search-filter-panel::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.hotel-search-filter-panel section {
  border-top: 1px solid #e5e7eb;
  padding: 13px;
}

.hotel-search-filter-panel h3,
.hotel-search-filter-panel h4 {
  margin: 0 0 10px;
  color: #0f172a;
}

.hotel-search-filter-panel p {
  margin: 4px 0;
  color: #475569;
}

.hotel-search-filter-panel label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  color: #0f172a;
  font-size: 0.92rem;
}

.hotel-search-filter-panel label span {
  margin-left: auto;
  color: #64748b;
  font-size: 0.9rem;
}

.hotel-search-filter-panel .hotel-search-filter-extra {
  display: none;
}

.hotel-search-filter-panel section.hotel-search-filter-expanded .hotel-search-filter-extra {
  display: flex;
}

.hotel-search-filter-more {
  display: inline-flex;
  margin-top: 6px;
  padding: 0;
  color: #0f172a;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
}

.hotel-search-range-value {
  font-weight: 800;
  color: #0f172a;
}

.hotel-search-range {
  width: 100%;
  height: 28px;
  accent-color: #006ce4;
}

.hotel-search-dual-range {
  position: relative;
  height: 30px;
  margin: 14px 0 12px;
  border-radius: 999px;
}

.hotel-search-dual-range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  height: 4px;
  background: #1f2937;
  border-radius: 999px;
}

.hotel-search-dual-range .hotel-search-range {
  position: absolute;
  inset: 0;
  margin: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
}

.hotel-search-dual-range .hotel-search-range::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.hotel-search-dual-range .hotel-search-range::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 2px solid #1f2937;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
}

.hotel-search-dual-range .hotel-search-range::-moz-range-track {
  height: 4px;
  background: transparent;
}

.hotel-search-dual-range .hotel-search-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #1f2937;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}

.hotel-search-budget-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.hotel-search-budget-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px;
  color: #17345c;
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.hotel-search-budget-chip.active,
.hotel-search-budget-chip:hover {
  color: #ffffff;
  background: #006ce4;
  border-color: #006ce4;
}

.hotel-search-filter-actions {
  display: grid;
  gap: 10px;
}

.hotel-search-filter-actions .btn {
  justify-content: center;
  background: #006ce4;
  color: #ffffff;
}

.hotel-search-filter-actions a {
  color: #006ce4;
  font-weight: 800;
  text-align: center;
}

.hotel-search-results {
  min-width: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.hotel-search-box {
  grid-template-columns: repeat(6, minmax(140px, 1fr));
  align-items: start;
  margin-bottom: 14px;
  padding: 0;
  border-color: transparent;
  background: transparent;
  border-radius: 0;
}

.hotel-search-box .field span {
  color: #172554;
}

.hotel-search-box .field .sr-only {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  visibility: hidden;
}

.hotel-search-box input,
.hotel-search-box select,
.hotel-search-box .searchable-select-input {
  min-height: 64px;
  padding-inline: 20px;
  background: #ffffff;
  border-color: #d7dee8;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.hotel-search-box .btn {
  grid-column: auto;
  width: min(224px, 100%);
  min-height: 30px;
  padding: 4px 18px;
  background: #f5a91f;
  color: #050b18;
  border-radius: 10px;
  font-size: 1.02rem;
  font-weight: 800;
}

.stay-date-range {
  position: relative;
  width: 100%;
  min-width: 0;
}

.stay-date-range input[type="hidden"] {
  display: none;
}

.stay-date-range-button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  gap: 10px;
  padding: 0 20px;
  color: #050b18;
  background: #ffffff;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  font: inherit;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.stay-date-range-button svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #006ce4;
}

.stay-date-range-button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stay-date-range-button:focus {
  border-color: #006ce4;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 108, 228, 0.16);
}

.stay-date-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 6500;
  display: none;
  width: min(360px, calc(100vw - 24px));
  padding: 14px;
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(15, 28, 56, 0.22);
}

.stay-date-range.is-open .stay-date-popover {
  display: block;
}

.stay-date-calendar {
  display: grid;
  gap: 12px;
}

.stay-date-calendar-head,
.stay-date-calendar-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.stay-date-calendar-head strong {
  color: #172554;
  font-size: 0.98rem;
  font-weight: 500;
}

.stay-date-calendar-head button,
.stay-date-calendar-foot button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  color: #172554;
  background: #f4f7fb;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
}

.stay-date-calendar-head button svg {
  width: 17px;
  height: 17px;
}

.stay-date-weekdays,
.stay-date-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.stay-date-weekdays span {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.stay-date-days button {
  aspect-ratio: 1;
  min-width: 0;
  color: #172554;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.stay-date-days button:hover:not(:disabled),
.stay-date-days button:focus:not(:disabled) {
  background: #e8f2ff;
  outline: 0;
}

.stay-date-days button.is-outside {
  color: #a8b1c0;
}

.stay-date-days button.is-disabled {
  color: #cbd5e1;
  cursor: not-allowed;
}

.stay-date-days button.is-in-range {
  color: #0759bb;
  background: #e8f2ff;
  border-radius: 4px;
}

.stay-date-days button.is-start,
.stay-date-days button.is-end {
  color: #ffffff;
  background: #006ce4;
}

.stay-date-calendar-foot {
  padding-top: 4px;
  border-top: 1px solid #edf2f7;
}

.stay-date-calendar-foot button {
  padding: 0 10px;
  color: #006ce4;
  font-weight: 500;
}

.stay-date-calendar-foot [data-stay-done] {
  color: #ffffff;
  background: #006ce4;
  border-color: #006ce4;
}

.stay-date-calendar-foot span {
  min-width: 0;
  overflow: hidden;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-search-toolbar {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.hotel-search-toolbar h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.hotel-search-toolbar p {
  margin: 6px 0 0;
  color: #475569;
}

.hotel-search-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border: 1px solid #9ca3af;
  border-radius: 999px;
  background: #ffffff;
}

.hotel-search-sort select {
  color: #0f172a;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 400;
}

.hotel-search-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 210px;
  gap: 22px;
  margin-bottom: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d6dce8;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 28, 56, 0.06);
}

.hotel-search-card.no-media {
  grid-template-columns: minmax(0, 1fr) 210px;
}

.hotel-search-card:first-of-type {
  border-color: #6bb6ff;
  background: #eef6ff;
  box-shadow: 0 8px 28px rgba(0, 108, 228, 0.18);
}

.hotel-search-media {
  position: relative;
  min-height: 218px;
  overflow: hidden;
  border-radius: 8px;
}

.hotel-search-media button {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
}

.hotel-search-title-row {
  display: grid;
  gap: 6px;
}

.hotel-search-title-row h3 {
  margin: 0;
  color: #006ce4;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.2;
}

.hotel-search-stars {
  color: #f5a623;
  font-weight: 900;
}

.hotel-search-location,
.hotel-search-distance {
  margin: 6px 0;
  color: #334155;
}

.hotel-search-location a {
  color: #006ce4;
  font-weight: 700;
  text-decoration: underline;
}

.hotel-search-badge {
  display: inline-flex;
  width: fit-content;
  margin: 8px 0 12px;
  padding: 5px 9px;
  color: #ffffff;
  background: #008234;
  border-radius: 5px;
  font-size: 0.83rem;
  font-weight: 800;
}

.hotel-search-room {
  display: grid;
  gap: 5px;
  color: #0f172a;
}

.hotel-search-room-size {
  color: #475569;
  font-weight: 700;
}

.hotel-search-room span:last-child {
  color: #008234;
  font-weight: 800;
}

.hotel-search-side {
  display: grid;
  align-content: end;
  justify-items: end;
  gap: 16px;
  text-align: right;
}

.hotel-search-price {
  display: grid;
  gap: 5px;
  max-width: 205px;
}

.hotel-search-price span,
.hotel-search-price small {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.35;
}

.hotel-search-price strong {
  color: #0f172a;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.22;
  letter-spacing: 0;
}

.price-lock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.25;
}

.price-lock-blur {
  display: inline-block;
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
  color: #0f172a;
  opacity: 0.65;
}

.price-lock a {
  color: #0f1c38;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.price-lock-pill,
.price-lock-route,
.ticket-price-lock {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.hotel-search-availability {
  min-width: 158px;
  justify-content: center;
  padding-inline: 18px;
  background: #006ce4;
  color: #ffffff;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.empty-state h3,
.empty-state p {
  margin: 0;
}

.empty-state p {
  margin-top: 6px;
  color: var(--muted);
}

.empty-actions {
  margin-top: 16px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
}

.booking-panel,
.form-panel {
  position: sticky;
  top: 94px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.timeline,
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.content + .faq-list {
  margin-top: 34px;
}

.detail-content > .content {
  margin-top: 46px;
}

.detail-content > .gallery-grid + .content {
  margin-top: 34px;
}

.detail-content > .timeline,
.detail-content > .grid {
  margin-bottom: 46px;
}

.detail-content > .grid + .content {
  margin-top: 56px;
}

.hotel-detail-heading + .rooms-heading {
  margin-top: 52px;
  margin-bottom: 26px;
}

.timeline-item,
.faq-item,
.review,
.room-row {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline-item strong,
.faq-item strong {
  display: block;
  margin-bottom: 6px;
}

.hotel-data-section {
  margin-top: 52px;
}

.hotel-data-grid,
.hotel-contract-grid,
.hotel-data-panels {
  display: grid;
  gap: 14px;
}

.hotel-data-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hotel-contract-grid {
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-top: 28px;
  margin-bottom: 32px;
}

.hotel-room-offer {
  display: grid;
  grid-template-columns: minmax(300px, 1.15fr) minmax(230px, 0.9fr) minmax(220px, 0.78fr);
  grid-template-rows: 72px minmax(0, 1fr);
  height: 430px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 28, 56, 0.07);
}

.hotel-room-offer + .hotel-room-offer {
  margin-top: 18px;
}

.hotel-room-offer-title {
  grid-column: 1 / -1;
  display: -webkit-box;
  height: 72px;
  margin: 0;
  padding: 20px 24px 16px;
  overflow: hidden;
  color: #0f172a;
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  line-height: 1.2;
  font-weight: 750;
  border-bottom: 1px solid #e5e7eb;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hotel-room-offer-title a {
  color: inherit;
  text-decoration: none;
}

.hotel-room-offer-title a:hover,
.hotel-room-offer-title a:focus {
  color: #006ce4;
}

.hotel-room-offer-media {
  position: relative;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  background: #eef2f7;
}

.hotel-room-offer-media-link {
  display: block;
  height: 100%;
  color: inherit;
}

.hotel-room-offer-media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.hotel-room-offer-media .package-image-track {
  height: 100%;
  min-height: 0;
}

.hotel-room-offer-media .package-image-track img {
  min-width: 100%;
  min-height: 0;
}

.hotel-room-offer-media span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.72);
  border-radius: 8px;
  font-weight: 900;
}

.hotel-room-offer-choice,
.hotel-room-offer-price {
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 100%;
  padding: 20px;
  border-left: 1px solid #e5e7eb;
}

.hotel-room-offer-choice strong,
.hotel-room-offer-price strong {
  margin: -20px -20px 8px;
  padding: 13px 20px;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
}

.hotel-room-offer-choice {
  grid-template-rows: auto 1fr;
}

.hotel-room-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  max-height: 170px;
  overflow: auto;
  padding-right: 4px;
}

.hotel-room-offer-choice span,
.hotel-room-feature-grid span,
.hotel-room-offer-price small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1f2937;
  line-height: 1.4;
  font-size: 0.95rem;
  font-weight: 400;
}

.hotel-room-offer-choice strong,
.hotel-room-offer-price strong {
  color: #334155;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hotel-room-offer-price {
  grid-template-rows: auto auto auto 1fr;
  justify-items: end;
  text-align: right;
}

.hotel-room-offer-price strong {
  justify-self: stretch;
  text-align: center;
}

.hotel-room-offer-price span {
  color: #0f172a;
  font-size: clamp(1.35rem, 1.8vw, 1.68rem);
  line-height: 1;
  font-weight: 700;
}

.hotel-room-offer-price small {
  color: #475569;
  line-height: 1.35;
}

.hotel-room-offer-price .btn {
  align-self: end;
  width: 100%;
  justify-content: center;
  background: #3264ff;
  color: #ffffff;
}

.hotel-room-detail-list {
  display: grid;
  gap: 12px;
}

.hotel-room-detail-list div {
  display: grid;
  gap: 3px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eef2f7;
}

.hotel-room-detail-list span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hotel-room-detail-list strong {
  color: #0f172a;
  font-weight: 600;
}

.hotel-data-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hotel-data-field,
.hotel-contract-card,
.hotel-data-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(15, 28, 56, 0.08);
}

.hotel-data-field {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.hotel-data-field span,
.hotel-data-panel h3 {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.hotel-data-field strong {
  color: var(--forest);
  font-size: 1rem;
  line-height: 1.25;
}

.hotel-contract-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.hotel-contract-card .hotel-data-field {
  align-content: start;
  min-height: 82px;
  padding: 13px;
  box-shadow: none;
  border-radius: 10px;
  background: #f8fafc;
}

.hotel-contract-card .hotel-data-field strong {
  color: #0f172a;
  font-size: 0.96rem;
}

.hotel-data-panel {
  padding: 18px;
}

.hotel-data-panel h3 {
  margin: 0 0 10px;
}

.hotel-data-panel p {
  margin: 0;
  color: var(--ink);
}

.hotel-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hotel-chip-list span {
  padding: 7px 10px;
  color: #0b662e;
  background: #e6f7ec;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.hotel-media-panel {
  grid-column: 1 / -1;
}

.hotel-media-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 4px;
}

.hotel-media-thumbs img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.hotel-media-thumbs::-webkit-scrollbar {
  width: 8px;
}

.hotel-media-thumbs::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

@media (max-width: 980px) {
  .hotel-search-shell {
    grid-template-columns: 1fr;
  }

  .hotel-search-filter-panel {
    position: static;
    max-height: 420px;
    margin-bottom: 16px;
    overflow-y: auto;
  }

  .hotel-search-box {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-search-box .btn {
    grid-column: 1 / -1;
  }

  .hotel-search-card {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .hotel-search-side {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: start;
    align-content: center;
    text-align: left;
  }

  .hotel-search-price {
    max-width: none;
  }

  .hotel-data-grid,
  .hotel-contract-grid,
  .hotel-data-panels {
    grid-template-columns: 1fr;
  }

  .hotel-room-offer {
    grid-template-columns: 1fr 1fr;
    height: auto;
    min-height: 0;
  }

  .hotel-room-offer-title {
    grid-column: 1 / -1;
  }

  .hotel-room-offer-choice,
  .hotel-room-offer-price {
    min-height: 180px;
  }

  .hotel-room-offer-media {
    height: 260px;
    min-height: 260px;
  }

  .hotel-contract-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-media-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 460px;
  }
}

@media (max-width: 560px) {
  .hotel-search-page {
    padding: 10px;
    background: #f4f6fa;
  }

  .hotel-search-shell {
    display: block;
    width: 100%;
  }

  .hotel-search-box {
    grid-template-columns: 1fr;
  }

  .hotel-search-box {
    position: relative;
    z-index: 180;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px;
    border-width: 0;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 28, 56, 0.12);
  }

  .hotel-search-box .field span {
    font-size: 0.74rem;
  }

  .hotel-search-box input,
  .hotel-search-box select,
  .hotel-search-box .searchable-select-input {
    min-height: 44px;
    border-radius: 10px;
  }

  .hotel-search-filter-panel {
    position: relative;
    z-index: 90;
    max-height: 50vh;
    margin-bottom: 14px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 28, 56, 0.08);
  }

  .hotel-search-filter-panel section {
    padding: 12px;
  }

  .hotel-search-budget-chips {
    display: none;
  }

  .hotel-search-toolbar {
    display: grid;
    gap: 8px;
    margin: 8px 0 12px;
  }

  .hotel-search-toolbar h1 {
    font-size: 1.28rem;
  }

  .hotel-search-sort {
    display: none;
  }

  .hotel-search-card {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 14px;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.12);
  }

  .hotel-room-offer {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hotel-room-offer-title {
    padding: 15px 16px 12px;
  }

  .hotel-room-offer-choice,
  .hotel-room-offer-price {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid #e5e7eb;
  }

  .hotel-room-feature-grid {
    grid-template-columns: 1fr;
  }

  .hotel-room-offer-price {
    justify-items: stretch;
    text-align: left;
  }

  .hotel-search-media {
    min-height: 0;
    height: clamp(220px, 62vw, 310px);
    border-radius: 0;
  }

  .hotel-search-media button {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .hotel-search-main {
    padding: 15px 14px 8px;
  }

  .hotel-search-title-row {
    display: grid;
    gap: 4px;
  }

  .hotel-search-title-row h3 {
    font-size: 1.34rem;
  }

  .hotel-search-location,
  .hotel-search-distance {
    margin: 5px 0;
    font-size: 0.92rem;
  }

  .hotel-search-badge {
    margin: 8px 0;
  }

  .hotel-search-room {
    gap: 6px;
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .hotel-search-room strong {
    font-size: 0.98rem;
  }

  .hotel-search-room span {
    line-height: 1.35;
  }

  .hotel-search-room span:last-child {
    width: fit-content;
    padding: 4px 7px;
    background: #e6f7ec;
    border-radius: 5px;
  }

  .hotel-search-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: stretch;
    padding: 8px 14px 14px;
    text-align: left;
  }

  .hotel-search-price {
    max-width: none;
    padding-top: 8px;
    border-top: 1px solid #e5eaf2;
  }

  .hotel-search-price strong {
    font-size: 1.2rem;
  }

  .hotel-search-availability {
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border-radius: 10px;
  }

  .hotel-contract-card {
    grid-template-columns: 1fr;
  }

  .hotel-media-thumbs {
    grid-template-columns: 1fr;
    max-height: 420px;
  }
}

@media (max-width: 820px) {
  a[href="transportation.html"],
  form[action="transportation.html"],
  [data-mobile-service="transportation"] {
    display: none !important;
  }

  body.mobile-service-page-hidden .site-header,
  body.mobile-service-page-hidden #app,
  body.mobile-service-page-hidden .site-footer {
    display: none !important;
  }

  body[data-page="hotel-search"] .hotel-search-budget-chips {
    display: none !important;
  }

  .ticket-desktop-filter {
    display: none !important;
  }

  .mobile-service-search-page,
  .mobile-hotel-search-page,
  .mobile-hotel-top,
  .mobile-hotel-search-card,
  .mobile-hotel-filter-row,
  .mobile-hotel-filter-row .searchable-select {
    overflow: visible !important;
  }

  .mobile-service-search-page,
  .mobile-hotel-search-page {
    position: relative;
    z-index: 12000;
  }

  .mobile-hotel-search-card {
    position: relative;
    z-index: 12001;
  }

  .searchable-select.open {
    z-index: 13000 !important;
  }

  .searchable-select.open .searchable-select-list,
  .filters .searchable-select-list,
  .mobile-hotel-filter-row .searchable-select-list {
    max-height: min(520px, 72vh) !important;
    z-index: 20000 !important;
  }

  .mobile-hotel-filter-row .searchable-select-list button,
  .searchable-select-list button {
    min-height: 44px !important;
  }
}

.auth-wrap {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
}

.auth-media {
  min-height: 680px;
}

.auth-panel {
  display: grid;
  align-content: center;
  width: min(520px, 100%);
  margin: 0 auto;
  padding: 42px 24px;
}

.auth-panel h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.legal {
  max-width: 860px;
  color: #263b36;
}

.legal-full {
  max-width: 1040px;
}

.legal-document {
  position: relative;
  padding: clamp(28px, 5vw, 64px);
  color: #1b2d29;
  background: #ffffff;
  border: 1px solid rgba(15, 28, 56, 0.12);
  border-top: 6px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(15, 28, 56, 0.12);
}

.legal-document-pdf-like {
  max-width: 794px;
  min-height: 1123px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 74px) clamp(30px, 7vw, 72px);
  color: #111111;
  background: #ffffff; border-left: 8px solid #f5a623;
  border: 1px solid #d1d5db;
  border-radius: 0;
  box-shadow: 0 22px 58px rgba(15, 28, 56, 0.16);
}

.legal-policy-pages {
  display: grid;
  gap: clamp(24px, 5vw, 52px);
  padding: clamp(10px, 2vw, 18px) 0;
}

.legal-policy-page {
  overflow: hidden;
  min-height: 1123px;
}

.legal-policy-page:first-child {
  border-top: 1px solid #d1d5db;
}

.legal-policy-title {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 auto 24px;
  color: #0b1c3d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.24rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
}

.legal-document::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(15, 28, 56, 0.06);
  border-radius: 6px;
}

.legal-document-pdf-like::before {
  display: none;
}

.legal-policy-pack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  max-width: 650px;
  margin: 0 auto;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.76rem, 1vw, 0.86rem);
  line-height: 1.38;
  letter-spacing: 0;
}

.legal-policy-line {
  min-height: 1.38em;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.legal-policy-meta {
  color: #222222;
  font-weight: 600;
}

.legal-policy-subtitle {
  margin-top: 10px;
  color: #0b1c3d;
  font-weight: 700;
}

.legal-policy-bullet {
  padding-left: 18px;
  text-indent: -18px;
}

.legal-policy-space {
  height: 0.92em;
}

.legal-policy-cover {
  display: grid;
  align-content: center;
  text-align: center;
  background: #ffffff; border-left: 8px solid #f5a623;
}

.legal-policy-cover .legal-policy-title {
  margin-bottom: 26px;
  color: #0b1c3d;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0;
}

.legal-cover-brand {
  color: #0b1c3d;
  font-size: clamp(1rem, 2.2vw, 1.32rem);
  font-weight: 700;
}

.legal-cover-links {
  color: #2d4f7b;
  font-size: clamp(0.82rem, 1.5vw, 0.98rem);
  line-height: 1.5;
}

.legal-cover-date {
  margin-top: 18px;
  color: #111111;
  font-size: clamp(0.82rem, 1.5vw, 0.98rem);
  font-weight: 700;
}

.legal-cover-note {
  max-width: 520px;
  margin: 10px auto 0;
  color: #26374f;
  font-size: clamp(0.84rem, 1.5vw, 1rem);
  line-height: 1.55;
}

.legal-policy-table {
  width: 100%;
  margin: 10px 0 14px;
  border-collapse: collapse;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.7rem, 0.9vw, 0.82rem);
  line-height: 1.28;
  table-layout: fixed;
}

.legal-policy-table th,
.legal-policy-table td {
  padding: 7px 8px;
  vertical-align: top;
  border: 1px solid #6b7280;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.legal-policy-table th {
  color: #ffffff;
  background: #0b1c3d;
  font-weight: 700;
  text-align: left;
}

.legal-policy-table tbody tr:nth-child(even) td {
  background: #f7f9fc;
}

.legal-policy-page .legal-policy-pack {
  padding: 0;
}

.legal-document-content {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.legal-document-content h2 {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: var(--forest);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.legal-document-content h2:first-child {
  margin-top: 0;
}

.legal-document-content p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #314642;
  font-size: 1.02rem;
  line-height: 1.75;
}

.legal h2 {
  margin-top: 34px;
}

.legal-pdf-section {
  max-width: 1180px;
}

.legal-pdf-frame {
  overflow: hidden;
  background: #eef2f7;
  border: 1px solid rgba(15, 28, 56, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 28, 56, 0.14);
}

.legal-pdf-frame iframe {
  display: block;
  width: 100%;
  height: min(82vh, 980px);
  min-height: 720px;
  border: 0;
  background: #ffffff;
}

.legal-pdf-fallback {
  display: none;
  padding: 18px;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.blog-article {
  display: grid;
  gap: 24px;
}

.article-lede {
  max-width: 860px;
}

.article-lede h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

.article-lede p {
  color: var(--muted);
  font-size: 1.05rem;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-panel {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(18, 32, 29, 0.06);
}

.article-panel h3 {
  margin: 0 0 10px;
  color: var(--forest);
}

.article-panel p {
  margin: 0;
  color: var(--muted);
}

.article-panel p + p {
  margin-top: 12px;
}

.whatsapp-float,
.quote-float {
  position: fixed;
  z-index: 60;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}

.whatsapp-float {
  bottom: 84px;
  width: 56px;
  height: 56px;
  color: var(--white);
  background: #22c55e;
  border-radius: 999px;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
}

.quote-float {
  bottom: 18px;
  min-height: 46px;
  padding: 11px 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  font-weight: 950;
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: var(--forest);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 32px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0;
}

.footer-grid h3 {
  margin: 0 0 14px;
  color: var(--white);
}

.footer-grid a {
  display: block;
  margin: 9px 0;
}

.footer-brand {
  color: var(--white);
}

.footer-brand strong {
  font-family: "Poppins", "ST Pro Text", "SF Pro Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.footer-brand strong span {
  color: var(--white);
}

.footer-brand strong em {
  color: var(--gold);
}

.footer-brand small,
.site-footer p {
  color: rgba(255, 255, 255, 0.68);
}

.socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.socials a:hover {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.socials svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a:nth-child(2) svg,
.socials a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .menu-toggle {
    display: grid;
  }

  .main-nav {
    position: fixed;
    inset: 73px 14px auto 14px;
    z-index: 10050;
    display: none;
    max-height: calc(100vh - 96px);
    overflow: auto;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
    justify-content: stretch;
  }

  .main-nav > a,
  .nav-dropdown > a {
    justify-content: space-between;
    width: 100%;
    color: var(--ink);
  }

  .main-nav a:hover,
  .main-nav a.active {
    color: var(--forest);
    background: rgba(15, 28, 56, 0.08);
  }

  .dropdown-panel {
    position: static;
    display: none;
    margin: 0 0 8px 14px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown:hover .dropdown-panel,
  .nav-dropdown:focus-within .dropdown-panel {
    display: none;
  }

  .nav-dropdown.open .dropdown-panel {
    display: grid;
  }

  .grid.four,
  .grid.three,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .attractions-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticket-activity {
    grid-template-columns: 1fr;
  }

  .ticket-activity-head {
    position: static;
  }
}

@media (min-width: 821px) {
  body[data-page="home"].has-mobile-home-search .hero,
  body[data-page="home"] .home-services,
  body[data-page="home"] .home-image-rail-section {
    display: none;
  }

  body[data-page="home"] {
    background: var(--white);
  }

  body[data-page="home"] .site-header {
    gap: 10px;
  }

  body[data-page="home"].has-mobile-home-search .main-nav {
    order: 2;
  }

  body[data-page="home"].has-mobile-home-search .mobile-header-search {
    order: 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
  }

  body[data-page="home"].has-mobile-home-search .mobile-header-search svg {
    width: 24px;
    height: 24px;
  }

  .mobile-home-search-panel {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
  }

  body.mobile-home-search-open .mobile-home-search-panel {
    display: block;
  }

  body.mobile-home-search-open {
    overflow: hidden;
  }

  .mobile-home-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 28, 56, 0.18);
    border: 0;
  }

  .mobile-home-search-sheet {
    position: absolute;
    top: 92px;
    left: 50%;
    display: grid;
    width: min(720px, calc(100% - 36px));
    gap: 18px;
    padding: 20px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(15, 28, 56, 0.22);
    transform: translateX(-50%);
  }

  .mobile-home-search-top {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .mobile-home-search-top > button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--ink);
    background: var(--soft);
    border: 0;
    border-radius: 999px;
  }

  .mobile-home-search-top label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .mobile-home-search-top input {
    width: 100%;
    min-height: 48px;
    padding: 0;
    border: 0;
    outline: 0;
  }

  .mobile-search-group {
    display: grid;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-search-chips {
    display: flex;
    gap: 10px;
  }

  .mobile-search-chips input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-search-chips span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    color: #5f6673;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
  }

  .mobile-search-chips input:checked + span {
    color: #1c1507;
    background: rgba(245, 166, 35, 0.16);
    border-color: var(--gold);
  }

  .mobile-price-range {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 0.78rem;
  }

  .mobile-price-range input {
    accent-color: var(--gold);
  }

  .mobile-price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-price-inputs label {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 0.82rem;
  }

  .mobile-price-inputs b {
    color: var(--ink);
  }

  .mobile-home-search-sheet > .btn {
    justify-self: end;
    min-width: 170px;
    border-radius: 8px;
  }

  body[data-page="home"] section:not(.hero) {
    padding: 42px 18px;
  }

  body[data-page="home"] .section-inner {
    width: min(760px, 100%);
  }

  body[data-page="home"] .mobile-home-section {
    display: block;
  }

  body[data-page="home"] .mobile-coupons-section {
    padding-top: 42px;
    background: #f3f7fb;
  }

  .mobile-home-personalized {
    margin: 0 0 44px;
    padding: 0;
    text-align: center;
  }

  .mobile-home-personalized h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 950;
    line-height: 1.12;
  }

  .mobile-home-personalized h2 span {
    color: var(--gold);
  }

  .mobile-home-personalized p {
    max-width: 520px;
    margin: 18px auto 0;
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.5;
  }

  body[data-page="home"] .section-head {
    margin-bottom: 18px;
  }

  body[data-page="home"] .section-head .eyebrow,
  body[data-page="home"] .section-head p,
  body[data-page="home"] .section-head .btn {
    display: none;
  }

  body[data-page="home"] .section-head h2 {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
  }

  .mobile-rail-wrap {
    position: relative;
  }

  .mobile-coupon-rail,
  .mobile-card-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 10px;
    margin: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-coupon-rail::-webkit-scrollbar,
  .mobile-card-rail::-webkit-scrollbar {
    display: none;
  }

  .mobile-coupon-card,
  .mobile-offer-tile,
  .mobile-destination-tile {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .mobile-coupon-card {
    display: grid;
    gap: 8px;
    min-height: 142px;
    padding: 14px;
    color: var(--white);
    background: #1488f5;
    border-radius: 10px;
    box-shadow: 0 14px 32px rgba(15, 28, 56, 0.14);
  }

  .coupon-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
  }

  .coupon-label {
    display: inline-flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    color: #075089;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    font-weight: 950;
  }

  .coupon-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.62);
    border-radius: 8px;
  }

  .coupon-code-row button {
    min-height: 34px;
    padding: 7px 12px;
    color: #075089;
    background: var(--white);
    border: 0;
    border-radius: 8px;
    font-weight: 950;
  }

  .mobile-coupon-card ol {
    margin: 0;
    padding-left: 20px;
    font-size: 0.76rem;
    font-weight: 700;
  }

  .mobile-rail-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--forest);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 28, 56, 0.12);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.22);
    cursor: pointer;
  }

  .mobile-rail-arrow.prev {
    left: 10px;
  }

  .mobile-rail-arrow.next {
    right: 10px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow {
    width: 34px;
    height: 34px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow.prev {
    left: -8px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow.next {
    right: -8px;
  }

  .mobile-offer-tile {
    display: grid;
    grid-template-rows: 420px auto;
    min-height: 590px;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(15, 28, 56, 0.12);
  }

  .mobile-offer-image {
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .mobile-offer-image img {
    position: absolute;
    inset: 0;
    transform: scale(1.01);
  }

  .mobile-offer-image span {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 14px;
    padding: 8px 11px;
    color: #1c1507;
    background: var(--gold);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
  }

  .mobile-offer-info,
  .mobile-offer-detail-link {
    display: grid;
    gap: 8px;
  }

  .mobile-offer-info {
    padding: 16px;
  }

  .mobile-offer-detail-link {
    color: inherit;
  }

  .mobile-offer-info strong {
    color: var(--forest);
    font-size: 1.18rem;
    font-weight: 950;
    line-height: 1.2;
  }

  .mobile-offer-info p {
    margin: 0;
    color: var(--muted);
  }

  .mobile-offer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-size: 0.82rem;
  }

  .mobile-offer-meta span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0f9f6e;
    font-weight: 900;
  }

  .mobile-offer-route {
    display: flex;
    gap: 4px;
    overflow: hidden;
    color: #2c3441;
    font-size: 0.76rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-offer-route span + span::before {
    color: var(--gold);
    content: "\2022 ";
  }

  .mobile-offer-save {
    width: fit-content;
    padding: 5px 8px;
    color: #24633b;
    background: #e6f7ec;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 900;
  }

  .mobile-offer-actions {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    margin-top: 4px;
  }

  .mobile-call-btn,
  .mobile-quote-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 950;
  }

  .mobile-call-btn {
    color: #f47a20;
    background: var(--white);
    border: 1px solid #f47a20;
  }

  .mobile-quote-btn {
    color: var(--white);
    background: #f47a20;
    border: 1px solid #f47a20;
  }

  .mobile-destination-tile {
    position: relative;
    height: 380px;
    overflow: hidden;
    color: var(--white);
    background: var(--forest);
    border-radius: 10px;
  }

  .mobile-destination-tile img {
    position: absolute;
    inset: 0;
  }

  .mobile-destination-tile::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(15, 28, 56, 0.66);
  }

  .mobile-destination-tile span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 1;
    color: var(--white);
    font-size: 1.45rem;
    font-weight: 950;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 0;
    background: var(--white);
  }

  .site-header {
    position: sticky;
    z-index: 10000;
    padding-block: 10px;
    box-shadow: 0 10px 24px rgba(15, 28, 56, 0.12);
  }

  .mobile-header-search {
    display: none;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-left: auto;
    color: var(--white);
    background: transparent;
    border: 0;
    border-radius: 999px;
  }

  .mobile-header-search svg {
    width: 25px;
    height: 25px;
    stroke-width: 2.3;
  }

  body[data-page="home"].has-mobile-home-search .mobile-header-search {
    display: grid;
  }

  body[data-page="home"].has-mobile-home-search .brand {
    min-width: 0;
  }

  body[data-page="home"].has-mobile-home-search .brand strong {
    font-size: 1.28rem;
  }

  body[data-page="home"].has-mobile-home-search .site-header {
    gap: 8px;
  }

  .mobile-home-search-panel {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
  }

  body.mobile-home-search-open .mobile-home-search-panel {
    display: block;
  }

  body.mobile-home-search-open {
    overflow: hidden;
  }

  .mobile-home-search-backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
    border: 0;
  }

  .mobile-home-search-sheet {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: grid;
    gap: 18px;
    max-height: calc(100vh - 78px);
    padding: 14px 10px 22px;
    overflow: auto;
    color: var(--ink);
    background: var(--white);
    border-radius: 8px 8px 0 0;
    box-shadow: none;
  }

  .mobile-home-search-top {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
  }

  .mobile-home-search-top > button {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--ink);
    background: transparent;
    border: 0;
  }

  .mobile-home-search-top label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 12px;
    background: var(--white);
    border: 1px solid rgba(15, 28, 56, 0.12);
    border-radius: 6px;
    box-shadow: none;
  }

  .mobile-home-search-top label svg {
    width: 18px;
    height: 18px;
    color: var(--muted);
  }

  .mobile-home-search-top input {
    width: 100%;
    min-height: 44px;
    padding: 0;
    border: 0;
    outline: 0;
  }

  .mobile-search-group {
    display: grid;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-search-group strong {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 700;
  }

  .mobile-search-chips {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mobile-search-chips.wrap {
    flex-wrap: wrap;
  }

  .mobile-search-chips::-webkit-scrollbar {
    display: none;
  }

  .mobile-search-chips input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-search-chips span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    color: #5f6673;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
  }

  .mobile-search-chips input:checked + span {
    color: #1c1507;
    background: rgba(245, 166, 35, 0.16);
    border-color: var(--gold);
  }

  .mobile-price-range {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 0.74rem;
  }

  .mobile-price-range input {
    accent-color: var(--gold);
  }

  .mobile-price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mobile-price-inputs label {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 6px;
    padding: 9px 10px;
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 0.78rem;
  }

  .mobile-price-inputs b {
    color: var(--ink);
  }

  .mobile-flight-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 0.8rem;
  }

  .mobile-home-search-sheet > .btn {
    justify-self: end;
    min-width: 152px;
    min-height: 48px;
    border-radius: 8px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
    align-items: end;
    color: var(--ink);
    background: var(--white);
    border-radius: 0;
  }

  .hero-media,
  .hero::before {
    display: none;
  }

  .hero-inner {
    width: 100%;
    padding: 4px 18px 14px;
    background: var(--white);
  }

  .hero .eyebrow,
  .hero h1 {
    display: none;
  }

  .hero p {
    display: none;
  }

  .hero-actions {
    display: none;
  }

  .mobile-search-intro {
    display: grid;
    place-items: center;
    gap: 0;
    margin-bottom: 6px;
    text-align: center;
  }

  .mobile-search-intro span {
    display: none;
  }

  .mobile-search-intro h2,
  .mobile-search-intro h3 {
    max-width: 360px;
    margin: 0;
    color: var(--forest);
    font-size: 1.42rem;
    line-height: 1.08;
  }

  .mobile-search-intro p {
    display: none;
  }

  .home-search {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    margin-top: 0;
    padding: 6px;
    background: var(--white);
    border: 1px solid rgba(15, 28, 56, 0.12);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(15, 28, 56, 0.14);
  }

  .home-search .field {
    gap: 0;
  }

  .home-search .field span {
    display: none;
  }

  .home-search input {
    min-height: 42px;
    padding: 0 12px 0 16px;
    font-size: 0.92rem;
    background: transparent;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
  }

  .home-search .btn {
    width: auto;
    min-width: 88px;
    min-height: 42px;
    padding-inline: 16px;
    border-radius: 999px;
    font-size: 0.9rem;
  }

  .home-search .btn svg {
    width: 20px;
    height: 20px;
  }

  .home-search .field:nth-of-type(2),
  .home-search .field:nth-of-type(3) {
    display: none;
  }

  body[data-page="home"].has-mobile-home-search .mobile-search-intro,
  body[data-page="home"].has-mobile-home-search .home-search {
    display: none;
  }

  body[data-page="home"].has-mobile-home-search .hero {
    display: none;
  }

  body[data-page="home"] section:not(.hero) {
    padding: 30px 18px;
  }

  .mobile-coupons-section {
    padding-top: 18px !important;
    background: #f3f7fb;
  }

  .mobile-home-personalized {
    margin: 0 0 34px;
    padding: 0;
    text-align: center;
  }

  .mobile-home-personalized h2 {
    margin: 0;
    color: var(--ink);
    font-size: 2rem;
    font-weight: 950;
    line-height: 1.18;
  }

  .mobile-home-personalized h2 span {
    color: var(--gold);
  }

  .mobile-home-personalized p {
    max-width: 310px;
    margin: 14px auto 0;
    color: var(--ink);
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .mobile-rail-wrap {
    position: relative;
  }

  .mobile-coupon-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 8px;
    margin: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-coupon-rail::-webkit-scrollbar {
    display: none;
  }

  .mobile-ticket-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 8px;
    margin: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-ticket-rail::-webkit-scrollbar {
    display: none;
  }

  .mobile-ticket-rail .ticket-listing-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .mobile-coupon-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    display: grid;
    gap: 6px;
    min-height: 112px;
    padding: 10px;
    color: var(--white);
    background:
      #1488f5;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 28, 56, 0.14);
  }

  .mobile-coupon-card h3 {
    margin: 0 0 2px;
    font-size: 0.92rem;
    line-height: 1.12;
  }

  .mobile-coupon-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.7rem;
  }

  .coupon-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 8px;
  }

  .coupon-label {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #075089;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .coupon-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.62);
    border-radius: 8px;
  }

  .coupon-code-row strong {
    padding-left: 6px;
    letter-spacing: 0;
  }

  .coupon-code-row button {
    min-height: 30px;
    padding: 6px 9px;
    color: #075089;
    background: var(--white);
    border: 0;
    border-radius: 8px;
    font-weight: 950;
  }

  .mobile-coupon-card ol {
    display: grid;
    gap: 2px;
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.66rem;
    font-weight: 700;
  }

  body[data-page="home"] .home-services {
    display: none;
  }

  body[data-page="home"] .home-image-rail-section {
    display: none;
  }

  .mobile-home-section {
    display: block;
    padding-top: 24px !important;
  }

  body[data-page="home"] .section-head {
    margin-bottom: 14px;
  }

  body[data-page="home"] .section-head .eyebrow {
    display: none;
  }

  body[data-page="home"] .section-head h2 {
    font-size: 1.55rem;
    line-height: 1.12;
  }

  body[data-page="home"] .section-head p {
    display: none;
  }

  body[data-page="home"] .section-head .btn {
    display: none;
  }

  .mobile-card-rail,
  body[data-page="home"] .home-image-rail-section .grid.three,
  body[data-page="home"] .home-image-rail-section .grid.four {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 10px;
    margin: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-card-rail::-webkit-scrollbar,
  body[data-page="home"] .home-image-rail-section .grid.three::-webkit-scrollbar,
  body[data-page="home"] .home-image-rail-section .grid.four::-webkit-scrollbar {
    display: none;
  }

  .mobile-offer-tile,
  .mobile-destination-tile,
  body[data-page="home"] .home-image-rail-section .grid.three > *,
  body[data-page="home"] .home-image-rail-section .grid.four > * {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .mobile-rail-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--forest);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 28, 56, 0.12);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.22);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
  }

  .mobile-rail-arrow.prev {
    left: 10px;
  }

  .mobile-rail-arrow.next {
    right: 10px;
  }

  .mobile-rail-arrow svg {
    width: 22px;
    height: 22px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow {
    width: 32px;
    height: 32px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow.prev,
  .mobile-coupon-rail ~ .mobile-rail-arrow.next {
    top: 56%;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow.prev {
    left: -6px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow.next {
    right: -6px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow svg {
    width: 17px;
    height: 17px;
  }

  .mobile-offer-tile,
  body[data-page="home"] .home-image-rail-section .card {
    display: grid;
    grid-template-rows: 351px auto;
    min-height: 512px;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.1);
  }

  .mobile-destination-tile,
  body[data-page="home"] .home-image-rail-section .card {
    position: relative;
  }

  .mobile-offer-image,
  body[data-page="home"] .home-image-rail-section .card-media {
    position: relative;
    aspect-ratio: auto;
    height: 100%;
    overflow: hidden;
  }

  .mobile-offer-image-track {
    height: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-offer-image-track::-webkit-scrollbar {
    display: none;
  }

  .mobile-offer-image-track img {
    flex: 0 0 100%;
    scroll-snap-align: start;
    transform: scale(1.01);
  }

  .mobile-destination-tile img,
  body[data-page="home"] .home-image-rail-section .card-media img {
    position: absolute;
    inset: 0;
    transform: scale(1.01);
  }

  .mobile-destination-tile::after,
  body[data-page="home"] .home-image-rail-section .card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(15, 28, 56, 0.66);
  }

  .mobile-destination-tile span,
  body[data-page="home"] .home-image-rail-section .card-body {
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }

  .mobile-offer-image span {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    color: #1c1507;
    background: var(--gold);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
  }

  .mobile-offer-info {
    display: grid;
    gap: 7px;
    padding: 12px 12px 14px;
  }

  .mobile-offer-detail-link {
    display: grid;
    gap: 7px;
    color: inherit;
  }

  .mobile-offer-info small {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 900;
  }

  .mobile-offer-info strong,
  .mobile-destination-tile span,
  body[data-page="home"] .home-image-rail-section .card h3 {
    display: block;
    margin: 0;
    color: var(--forest);
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.22;
  }

  .mobile-offer-info p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .mobile-offer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--muted);
    font-size: 0.76rem;
  }

  .mobile-offer-meta span:last-child {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0f9f6e;
    font-weight: 900;
  }

  .mobile-offer-meta svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
  }

  .mobile-offer-route {
    display: flex;
    gap: 4px;
    overflow: hidden;
    color: #2c3441;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-offer-route span + span::before {
    color: var(--gold);
    content: "\2022 ";
  }

  .mobile-offer-save {
    width: fit-content;
    padding: 4px 7px;
    color: #24633b;
    background: #e6f7ec;
    border-radius: 4px;
    font-size: 0.66rem;
    font-weight: 900;
  }

  .mobile-offer-actions {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    margin-top: 4px;
  }

  .mobile-call-btn,
  .mobile-quote-btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 0.82rem;
    font-weight: 950;
  }

  .mobile-call-btn {
    color: #f47a20;
    background: var(--white);
    border: 1px solid #f47a20;
  }

  .mobile-call-btn svg {
    width: 18px;
    height: 18px;
  }

  .mobile-quote-btn {
    color: var(--white);
    background: #f47a20;
    border: 1px solid #f47a20;
  }

  .mobile-destination-tile {
    flex: 0 0 100%;
    height: 320px;
    overflow: hidden;
    color: var(--white);
    background: var(--forest);
    border: 0;
    border-radius: 8px;
    box-shadow: none;
  }

  .mobile-card-rail.compact {
    padding: 0 0 10px;
  }

  .mobile-destination-tile span {
    right: 14px;
    bottom: 14px;
    left: 14px;
    color: var(--white);
  }

  body[data-page="home"] .home-image-rail-section .card p,
  body[data-page="home"] .home-image-rail-section .meta-row,
  body[data-page="home"] .home-image-rail-section .pill,
  body[data-page="home"] .home-image-rail-section .card-actions {
    display: none;
  }

  body[data-page="home"] .home-image-rail-section .package-image-nav {
    display: none;
  }

  .search-box,
  .filters,
  .detail-layout,
  .split,
  .auth-wrap {
    grid-template-columns: 1fr;
  }

  .search-box .btn,
  .filters .btn {
    width: 100%;
  }

  .home-search .btn {
    width: auto;
  }

  .filters {
    position: relative;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: none;
    margin: 0;
    padding: 18px 18px calc(20px + env(safe-area-inset-bottom));
    overflow: visible;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 28, 56, 0.08);
    transform: none;
    transition: none;
  }

  .filters .searchable-select,
  .filters .searchable-select.open {
    z-index: 6000;
  }

  .filters .searchable-select-list {
    z-index: 6001;
    max-height: 280px;
  }

  .filters .field {
    gap: 7px;
  }

  .filters .field select,
  .filters .field input {
    min-height: 48px;
    padding: 11px 12px;
    border-radius: 10px;
  }

  .filters .btn {
    width: 100%;
    min-height: 48px;
    border-radius: 10px;
  }

  .grid.two,
  .article-grid,
  .grid.three,
  .grid.four,
  .stat-grid,
  .footer-grid,
  .form-grid,
  .ticket-grid,
  .destination-layout,
  .attraction-detail-layout,
  .promotions-layout {
    grid-template-columns: 1fr;
  }

  .attractions-showcase {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .attraction-card,
  .attraction-card.featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 430px;
    border-radius: 14px;
  }

  .ticket-card {
    grid-template-columns: 1fr;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 28, 56, 0.12);
  }

  .destination-card {
    grid-template-columns: 1fr;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 28, 56, 0.12);
  }

  .destination-media {
    min-height: 360px;
  }

  .attraction-detail-image {
    min-height: 340px;
  }

  body[data-page="packages"] .grid.three,
  body[data-page="tours"] .grid.three,
  body[data-page="hotels"] .grid.three,
  body[data-page="tickets"] .grid.three {
    gap: 24px;
  }

  body[data-page="packages"] .card,
  body[data-page="tours"] .card,
  body[data-page="hotels"] .card,
  body[data-page="tickets"] .card {
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 28, 56, 0.12);
  }

  body[data-page="packages"] .card-media,
  body[data-page="tours"] .card-media,
  body[data-page="hotels"] .card-media {
    min-height: 286px;
    aspect-ratio: 1.18 / 1;
  }

  body[data-page="packages"] .card-body,
  body[data-page="tours"] .card-body,
  body[data-page="hotels"] .card-body,
  body[data-page="tickets"] .card-body {
    padding: 18px;
  }

  body[data-page="packages"] .card h3,
  body[data-page="tours"] .card h3,
  body[data-page="hotels"] .card h3,
  body[data-page="tickets"] .card h3 {
    font-size: 1.32rem;
    line-height: 1.12;
  }

  body[data-page="packages"] .card-actions,
  body[data-page="tours"] .card-actions,
  body[data-page="hotels"] .card-actions,
  body[data-page="tickets"] .card-actions {
    margin-top: 16px;
  }

  .mobile-bottom-nav {
    display: none;
  }

  .quote-float {
    display: none;
  }

  .whatsapp-float {
    bottom: 28px;
  }

  .ticket-card-media,
  .promotion-card.featured .promotion-media {
    min-height: 250px;
  }

  .promotion-card.featured {
    grid-row: auto;
  }

  .section-head,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .gallery-grid .large {
    grid-row: span 1;
  }

  .image-stack,
  .auth-media {
    min-height: 340px;
  }

  .booking-panel {
    position: static;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand small {
    display: none;
  }

  .hero-inner {
    width: 100%;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  .hero-actions,
  .section-actions,
  .card-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .quote-float {
    left: 18px;
    right: 88px;
  }
}

@media (min-width: 821px) {
  body[data-page="home"] {
    background: #f5f7fb;
  }

  body[data-page="home"] .site-header {
    position: sticky;
    padding-block: 12px;
    color: var(--white);
    background: var(--forest);
    border-bottom: 1px solid rgba(245, 166, 35, 0.24);
    box-shadow: none;
  }

  body[data-page="home"] .brand strong span {
    color: var(--white);
  }

  body[data-page="home"] .brand strong em {
    color: var(--gold);
  }

  body[data-page="home"] .main-nav > a,
  body[data-page="home"] .nav-dropdown > a {
    color: rgba(255, 255, 255, 0.84);
  }

  body[data-page="home"] .main-nav a:hover,
  body[data-page="home"] .main-nav a.active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
  }

  body[data-page="home"].has-mobile-home-search .mobile-header-search {
    display: none;
  }

  body[data-page="home"].has-mobile-home-search .hero {
    display: grid;
  }

  body[data-page="home"] .hero {
    min-height: 520px;
    align-items: start;
    padding: 72px 18px 86px;
    color: var(--ink);
    background: #f8fbff;
  }

  body[data-page="home"] .hero-media,
  body[data-page="home"] .hero::before {
    display: none;
  }

  body[data-page="home"] .hero-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: transparent;
  }

  body[data-page="home"] .hero .eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #1677d2;
    background: #e7f2ff;
  }

  body[data-page="home"] .hero h1 {
    display: block;
    max-width: 820px;
    margin: 0 auto;
    color: #16233f;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.02;
  }

  body[data-page="home"] .hero p {
    display: block;
    max-width: 760px;
    margin: 18px auto 0;
    color: #526173;
    font-size: 1.05rem;
  }

  body[data-page="home"] .hero-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }

  body[data-page="home"] .hero-actions .btn {
    min-height: 42px;
    padding: 9px 18px;
    border-radius: 999px;
    box-shadow: none;
  }

  body[data-page="home"] .mobile-search-intro {
    display: none;
  }

  body[data-page="home"] .home-search {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr auto;
    align-items: end;
    gap: 12px;
    width: min(980px, 100%);
    margin: 34px auto 0;
    padding: 18px;
    text-align: left;
    background: var(--white);
    border: 1px solid #e2eaf3;
    border-radius: 18px;
    box-shadow: 0 22px 54px rgba(32, 74, 125, 0.15);
  }

  body[data-page="home"] .home-search .field {
    display: grid;
    gap: 6px;
  }

  body[data-page="home"] .home-search .field span {
    display: block;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  body[data-page="home"] .home-search input,
  body[data-page="home"] .home-search select {
    min-height: 48px;
    padding: 11px 12px;
    background: #f8fafc;
    border: 1px solid #dce6f1;
    border-radius: 12px;
  }

  body[data-page="home"] .home-search .btn {
    min-height: 48px;
    padding-inline: 24px;
    color: var(--white);
    background: #ff6d1a;
    border-radius: 12px;
  }

  body[data-page="home"] .desktop-traveloka-services {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    width: min(980px, 100%);
    margin: 18px auto 0;
  }

  body[data-page="home"] .desktop-traveloka-services a {
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    min-height: 92px;
    align-items: center;
    justify-items: center;
    gap: 8px;
    color: #22324a;
    background: var(--white);
    border: 1px solid #e2eaf3;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(32, 74, 125, 0.1);
    font-size: 0.88rem;
    font-weight: 900;
  }

  body[data-page="home"] .desktop-traveloka-services svg {
    grid-row: 1 / 3;
    align-self: end;
    width: 26px;
    height: 26px;
    color: #ff6d1a;
  }

  body[data-page="home"] .desktop-traveloka-services span {
    grid-row: 3;
    align-self: start;
    text-align: center;
  }

  body[data-page="home"] section:not(.hero) {
    padding: 42px 18px;
  }

  body[data-page="home"] .section-inner {
    width: min(1180px, 100%);
  }

  body[data-page="home"] .mobile-home-section {
    display: block;
  }

  body[data-page="home"] .home-services,
  body[data-page="home"] .home-image-rail-section {
    display: none;
  }

  body[data-page="home"] .mobile-coupons-section {
    margin-top: -54px;
    padding-top: 0;
    background: transparent;
  }

  body[data-page="home"] .mobile-home-personalized {
    display: none;
  }

  body[data-page="home"] .section-head {
    align-items: center;
    margin-bottom: 18px;
  }

  body[data-page="home"] .section-head .eyebrow {
    display: none;
  }

  body[data-page="home"] .section-head h2 {
    color: #16233f;
    font-size: 1.65rem;
    line-height: 1.15;
  }

  body[data-page="home"] .section-head p {
    display: block;
    max-width: 520px;
    margin-top: 6px;
    color: #64748b;
  }

  body[data-page="home"] .section-head .btn {
    display: none;
  }

  body[data-page="home"] .mobile-rail-wrap {
    position: relative;
  }

  body[data-page="home"] .mobile-coupon-rail,
  body[data-page="home"] .mobile-card-rail,
  body[data-page="home"] .mobile-ticket-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 2px 2px 14px;
    margin: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] .mobile-coupon-rail::-webkit-scrollbar,
  body[data-page="home"] .mobile-card-rail::-webkit-scrollbar,
  body[data-page="home"] .mobile-ticket-rail::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .mobile-ticket-rail .ticket-listing-card {
    flex: 0 0 calc((100% - 36px) / 3);
    align-self: flex-start;
    min-height: 0;
    scroll-snap-align: start;
  }

  body[data-page="home"] .mobile-coupon-card {
    flex: 0 0 calc((100% - 36px) / 3);
    scroll-snap-align: start;
    min-height: 77px;
    padding: 8px 10px;
    color: var(--white);
    background: #1488f5;
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 28, 56, 0.13);
  }

  body[data-page="home"] .mobile-coupon-card h3 {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.08;
  }

  body[data-page="home"] .mobile-coupon-card p {
    margin: 0;
    font-size: 0.64rem;
    line-height: 1.15;
  }

  body[data-page="home"] .coupon-card-head {
    gap: 7px;
  }

  body[data-page="home"] .coupon-label {
    min-width: 34px;
    min-height: 34px;
    font-size: 0.72rem;
  }

  body[data-page="home"] .coupon-code-row {
    gap: 6px;
    padding: 4px;
  }

  body[data-page="home"] .coupon-code-row button {
    min-height: 26px;
    padding: 5px 9px;
    font-size: 0.72rem;
  }

  body[data-page="home"] .mobile-coupon-card ol {
    padding-left: 16px;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  body[data-page="home"] .mobile-offer-tile {
    flex: 0 0 calc((100% - 36px) / 3);
    display: grid;
    grid-template-rows: 322px auto;
    min-height: 540px;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid #e2eaf3;
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 28, 56, 0.1);
    scroll-snap-align: start;
  }

  body[data-page="home"] .mobile-destination-tile {
    flex: 0 0 calc((100% - 54px) / 4);
    position: relative;
    height: 240px;
    overflow: hidden;
    color: var(--white);
    background: var(--forest);
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 28, 56, 0.12);
    scroll-snap-align: start;
  }

  body[data-page="home"] .mobile-offer-image,
  body[data-page="home"] .mobile-destination-tile {
    position: relative;
  }

  body[data-page="home"] .mobile-offer-image-track {
    height: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] .mobile-offer-image-track::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .mobile-offer-image-track img {
    flex: 0 0 100%;
    scroll-snap-align: start;
    transform: scale(1.01);
  }

  body[data-page="home"] .mobile-destination-tile img {
    position: absolute;
    inset: 0;
    transform: scale(1.01);
  }

  body[data-page="home"] .mobile-offer-image span {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    color: #1c1507;
    background: var(--gold);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
  }

  body[data-page="home"] .mobile-offer-info,
  body[data-page="home"] .mobile-offer-detail-link {
    display: grid;
    gap: 7px;
  }

  body[data-page="home"] .mobile-offer-info {
    padding: 14px;
  }

  body[data-page="home"] .mobile-offer-detail-link {
    color: inherit;
  }

  body[data-page="home"] .mobile-offer-info strong {
    color: #16233f;
    font-size: 1.05rem;
    line-height: 1.22;
  }

  body[data-page="home"] .mobile-offer-info p,
  body[data-page="home"] .mobile-offer-meta {
    color: #64748b;
    font-size: 0.82rem;
  }

  body[data-page="home"] .mobile-offer-meta {
    display: flex;
    justify-content: space-between;
  }

  body[data-page="home"] .mobile-offer-meta span:last-child {
    color: #0f9f6e;
    font-weight: 900;
  }

  body[data-page="home"] .mobile-offer-route {
    display: flex;
    gap: 4px;
    overflow: hidden;
    color: #2c3441;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
  }

  body[data-page="home"] .mobile-offer-route span + span::before {
    color: var(--gold);
    content: "\2022 ";
  }

  body[data-page="home"] .mobile-offer-save {
    width: fit-content;
    padding: 4px 7px;
    color: #24633b;
    background: #e6f7ec;
    border-radius: 4px;
    font-size: 0.66rem;
    font-weight: 900;
  }

  body[data-page="home"] .mobile-offer-actions {
    display: grid;
    grid-template-columns: 48px minmax(160px, 1fr);
    gap: 10px;
    margin-top: 8px;
  }

  body[data-page="home"] .mobile-call-btn,
  body[data-page="home"] .mobile-quote-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border-radius: 9px;
    font-size: 0.86rem;
    font-weight: 950;
    white-space: nowrap;
  }

  body[data-page="home"] .mobile-call-btn {
    color: #ff6d1a;
    background: var(--white);
    border: 1px solid #ff6d1a;
  }

  body[data-page="home"] .mobile-quote-btn {
    color: var(--white);
    background: #ff6d1a;
    border: 1px solid #ff6d1a;
  }

  body[data-page="home"] .mobile-destination-tile::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(15, 28, 56, 0.66);
  }

  body[data-page="home"] .mobile-destination-tile span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 1;
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 950;
  }

  body[data-page="home"] .mobile-rail-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #16233f;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2eaf3;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.18);
  }

  body[data-page="home"] .mobile-rail-arrow.prev {
    left: -14px;
  }

  body[data-page="home"] .mobile-rail-arrow.next {
    right: -14px;
  }

  body[data-page="home"] .mobile-coupon-rail ~ .mobile-rail-arrow {
    width: 34px;
    height: 34px;
  }

  .whatsapp-float {
    bottom: 96px;
  }
}

.mobile-trip-launcher {
  display: none;
}

@media (max-width: 820px) {
  body[data-page="home"] .hero {
    display: block;
    min-height: auto;
    padding: 12px 0 8px;
    color: #202532;
    background: #fff;
  }

  body[data-page="home"].has-mobile-home-search .hero {
    display: block;
  }

  body[data-page="home"] .hero-inner {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #fff;
  }

  body[data-page="home"] .hero .eyebrow,
  body[data-page="home"] .hero h1,
  body[data-page="home"] .hero p,
  body[data-page="home"] .hero-actions,
  body[data-page="home"] .mobile-search-intro,
  body[data-page="home"] .home-search {
    display: none;
  }

  body[data-page="home"] .mobile-trip-launcher {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 6px 0 8px;
    background: #fff;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
  }

  body[data-page="home"] .mobile-trip-fixed {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0;
    padding: 9px 12px 0;
  }

  body[data-page="home"] .mobile-trip-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body[data-page="home"] .mobile-trip-track::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .mobile-trip-page {
    display: grid;
    flex: 0 0 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 0;
    padding: 20px 12px 2px;
    scroll-snap-align: start;
  }

  body[data-page="home"] .mobile-trip-secondary-track {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  body[data-page="home"] .mobile-trip-secondary {
    display: grid;
    flex: 0 0 100%;
    width: auto;
    grid-template-columns: none;
    scroll-snap-align: start;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body[data-page="home"] .mobile-trip-item {
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 5px;
    color: #202532;
    text-decoration: none;
  }

  body[data-page="home"] .mobile-trip-item span {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    color: #fff;
    background: #2f68f2;
    border-radius: 999px;
    box-shadow: 0 6px 12px rgba(39, 97, 232, 0.13);
  }

  body[data-page="home"] .mobile-trip-track .mobile-trip-item span {
    width: 39px;
    height: 39px;
    color: #2363e8;
    background: #f5f8ff;
    border: 1px solid #e7eefc;
    box-shadow: 0 5px 12px rgba(39, 97, 232, 0.08);
  }

  body[data-page="home"] .mobile-trip-item svg {
    width: 23px;
    height: 23px;
    stroke-width: 3.4;
  }

  body[data-page="home"] .mobile-trip-track .mobile-trip-item svg {
    width: 20px;
    height: 20px;
    stroke-width: 3.2;
  }

  body[data-page="home"] .mobile-trip-item strong {
    display: block;
    max-width: 78px;
    min-height: 26px;
    color: #252934;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    text-align: center;
  }

  body[data-page="home"] .mobile-trip-track .mobile-trip-item strong {
    max-width: 78px;
    font-size: 0.66rem;
    line-height: 1.22;
  }

  body[data-page="home"] .mobile-trip-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 9px;
    margin-top: 10px;
  }

  body[data-page="home"] .mobile-trip-dots span {
    width: 5px;
    height: 5px;
    background: #d9e3f4;
    border-radius: 999px;
    transition: width 180ms ease, background 180ms ease;
  }

  body[data-page="home"] .mobile-trip-dots span.active {
    width: 18px;
    background: #2f68f2;
    background: #2868f0;
  }

  body[data-page="home"] .mobile-coupons-section {
    margin-top: 0;
    padding-top: 12px;
  }
}

@media (max-width: 820px) {
  .mobile-rail-arrow,
  body[data-page="home"] .mobile-rail-arrow {
    width: 30px;
    height: 30px;
    color: rgba(22, 35, 63, 0.74);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(226, 234, 243, 0.72);
    box-shadow: 0 8px 18px rgba(15, 28, 56, 0.12);
    opacity: 0.72;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .mobile-rail-arrow svg,
  body[data-page="home"] .mobile-rail-arrow svg,
  .mobile-coupon-rail ~ .mobile-rail-arrow svg {
    width: 16px;
    height: 16px;
    color: currentColor;
  }

  .mobile-rail-arrow.prev,
  body[data-page="home"] .mobile-rail-arrow.prev,
  .mobile-coupon-rail ~ .mobile-rail-arrow.prev,
  body[data-page="home"] .mobile-coupon-rail ~ .mobile-rail-arrow.prev {
    left: -18px;
  }

  .mobile-rail-arrow.next,
  body[data-page="home"] .mobile-rail-arrow.next,
  .mobile-coupon-rail ~ .mobile-rail-arrow.next,
  body[data-page="home"] .mobile-coupon-rail ~ .mobile-rail-arrow.next {
    right: -18px;
  }

  .mobile-coupon-rail ~ .mobile-rail-arrow,
  body[data-page="home"] .mobile-coupon-rail ~ .mobile-rail-arrow {
    width: 28px;
    height: 28px;
  }

  .mobile-rail-arrow.is-hidden,
  body[data-page="home"] .mobile-rail-arrow.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 820px) {
  .filters {
    position: static;
    z-index: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-height: none;
    margin: 0 0 18px;
    padding: 14px;
    overflow: visible;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 28, 56, 0.08);
    transform: none;
    transition: none;
  }
}

@media (max-width: 820px) {
  body[data-page="home"] .whatsapp-float,
  body[data-page="home"] .quote-float {
    display: none;
  }

  body[data-page="home"] .mobile-trip-launcher {
    padding: 22px 0 18px;
  }

  body[data-page="home"] .mobile-trip-fixed,
  body[data-page="home"] .mobile-trip-page {
    padding-right: 22px;
    padding-left: 22px;
  }

  body[data-page="home"] .mobile-trip-fixed {
    padding-top: 0;
  }

  body[data-page="home"] .mobile-trip-page {
    padding-top: 28px;
    padding-bottom: 6px;
  }

  body[data-page="home"] .mobile-trip-secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 22px;
  }

  body[data-page="home"] .mobile-trip-item {
    gap: 7px;
  }

  body[data-page="home"] .mobile-trip-item span {
    width: 62px;
    height: 62px;
    box-shadow: 0 10px 22px rgba(39, 97, 232, 0.22);
  }

  body[data-page="home"] .mobile-trip-track .mobile-trip-item span {
    width: 50px;
    height: 50px;
    color: #2868f0;
    background: #f5f8ff;
    border: 1px solid #e2ebff;
    box-shadow: 0 8px 18px rgba(39, 97, 232, 0.1);
  }

  body[data-page="home"] .mobile-trip-item svg {
    width: 29px;
    height: 29px;
    stroke-width: 3;
  }

  body[data-page="home"] .mobile-trip-track .mobile-trip-item svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.8;
  }

  body[data-page="home"] .mobile-trip-item strong,
  body[data-page="home"] .mobile-trip-track .mobile-trip-item strong {
    max-width: 84px;
    color: #252934;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.15;
  }

  body[data-page="home"] .mobile-trip-dots {
    margin-top: 12px;
  }

  body[data-page="home"] .mobile-trip-dots span.active {
    width: 20px;
  }

  body[data-page="home"] .mobile-trip-item span,
  body[data-page="home"] .mobile-trip-track .mobile-trip-item span {
    box-shadow: none !important;
    filter: none !important;
  }
}

.mobile-hotel-search-page,
.mobile-hotel-results {
  display: none;
}

@media (max-width: 820px) {
  body:has(.mobile-service-search-page) {
    background: #f4f6fa;
  }

  body:has(.mobile-service-search-page) .mobile-service-search-page + .page-hero,
  body:has(.mobile-service-search-page) .mobile-service-search-page + .mobile-hotel-results + .page-hero {
    display: none;
  }

  body:has(.mobile-service-search-page) .mobile-hotel-search-page,
  body[data-page="hotels"] .mobile-hotel-results {
    display: block;
  }

  body[data-page="hotels"] .page-hero + section {
    display: none;
  }

  body:has(.mobile-service-search-page) .filters {
    display: grid;
  }

  .mobile-hotel-search-page {
    padding: 8px 0 0;
    margin-top: 0;
    color: #fff;
    background: #2f64ff;
  }

  .mobile-hotel-top {
    padding: 0 8px 12px;
  }

  .mobile-hotel-tabs {
    display: flex;
    gap: 22px;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
    color: rgba(255, 255, 255, 0.78);
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .mobile-hotel-tabs::-webkit-scrollbar {
    display: none;
  }

  .mobile-hotel-tabs a {
    position: relative;
    flex: 0 0 auto;
    padding: 7px 0;
    scroll-snap-align: start;
  }

  .mobile-hotel-tabs a.active {
    color: #fff;
  }

  .mobile-hotel-tabs a.active::after {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    height: 2px;
    content: "";
    background: #fff;
    border-radius: 999px;
  }

  .mobile-hotel-top h1 {
    margin: 8px 0 8px;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-hotel-top h1 span {
    color: #ffd33d;
  }

  .mobile-hotel-search-card {
    display: grid;
    gap: 0;
    padding: 0 10px 12px;
    color: #1d2433;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 7px 20px rgba(15, 28, 56, 0.2);
  }

  .mobile-hotel-search-card input[type="hidden"] {
    display: none;
  }

  .mobile-hotel-filter-row {
    position: relative;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 43px;
    gap: 8px;
    border-bottom: 1px solid #edf0f5;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
  }

  .mobile-hotel-filter-row > svg {
    width: 17px;
    height: 17px;
    color: #1f2a3d;
    stroke-width: 2.35;
  }

  .mobile-hotel-filter-row > svg:last-child {
    justify-self: end;
  }

  .mobile-hotel-filter-row > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
  }

  .mobile-hotel-filter-row strong {
    overflow: hidden;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-hotel-filter-row input {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 0;
    overflow: hidden;
    color: #1d2433;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
  }

  .mobile-hotel-filter-row input:focus {
    color: #0f172a;
  }

  .mobile-hotel-date-row > div {
    display: grid;
    gap: 2px;
  }

  .mobile-hotel-filter-row .stay-date-range-button {
    min-height: 38px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
  }

  .mobile-hotel-filter-row .stay-date-range-button svg {
    display: none;
  }

  .mobile-hotel-filter-row .stay-date-popover {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 18px;
    left: 10px;
    width: auto;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
  }

  .mobile-hotel-filter-row small {
    color: #6d7686;
    font-size: 0.64rem;
    font-weight: 500;
    white-space: nowrap;
  }

  .mobile-hotel-filter-row > small {
    justify-self: end;
    padding: 4px 8px;
    background: #f6f8fc;
    border-radius: 999px;
  }

  .mobile-hotel-search-card button {
    min-height: 42px;
    margin-top: 12px;
    color: #fff;
    background: #3264ff;
    border: 0;
    border-radius: 4px;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
    font-size: 0.86rem;
    font-weight: 500;
  }

  .mobile-hotel-results {
    padding: 10px 8px 24px;
  }

  .mobile-hotel-results .section-inner {
    width: 100%;
  }

  .mobile-hotel-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0 10px;
    color: #1d314b;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
  }

  .mobile-hotel-results-head h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .mobile-hotel-results-head span {
    color: #6d7686;
    font-size: 0.72rem;
  }

  .mobile-hotel-list {
    display: grid;
    gap: 16px;
  }

  .mobile-hotel-card {
    overflow: hidden;
    color: #071b42;
    background: #fff;
    border: 1px solid #dce6f4;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 28, 56, 0.12);
  }

  .mobile-hotel-card-image {
    position: relative;
    display: block;
    height: clamp(330px, 77vw, 402px);
    overflow: hidden;
    color: inherit;
    background: #e8eef6;
  }

  .mobile-hotel-card-track {
    height: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-hotel-card-track::-webkit-scrollbar {
    display: none;
  }

  .mobile-hotel-card-track img {
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    scroll-snap-align: start;
  }

  .mobile-hotel-card-image > span {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    padding: 10px 16px;
    color: #100d08;
    background: #ffb21c;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 950;
  }

  .mobile-hotel-card-body {
    display: grid;
    gap: 12px;
    padding: 20px 16px 18px;
  }

  .mobile-hotel-card-link {
    display: grid;
    gap: 8px;
    color: inherit;
  }

  .mobile-hotel-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #587196;
    font-size: 0.94rem;
  }

  .mobile-hotel-card-meta strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #069b71;
    font-size: 0.96rem;
    font-weight: 950;
  }

  .mobile-hotel-card-meta svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke-width: 2;
  }

  .mobile-hotel-card h3 {
    margin: 0;
    color: #071b42;
    font-size: 1.32rem;
    font-weight: 950;
    line-height: 1.16;
  }

  .mobile-hotel-card p {
    margin: 0;
    color: #5f7190;
    font-size: 0.94rem;
  }

  .mobile-hotel-card-route {
    display: flex;
    gap: 4px;
    overflow: hidden;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .mobile-hotel-card-route span + span::before {
    color: #ff8b1a;
    content: "\2022 ";
  }

  .mobile-hotel-card-note {
    width: fit-content;
    max-width: 100%;
    padding: 7px 9px;
    overflow: hidden;
    color: #0b662e;
    background: #e6f7ec;
    border-radius: 5px;
    font-size: 0.82rem;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-hotel-card-actions {
    display: grid;
    grid-template-columns: 61px minmax(0, 1fr);
    gap: 12px;
  }

  .mobile-hotel-call,
  .mobile-hotel-quote {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.96rem;
    font-weight: 950;
  }

  .mobile-hotel-call {
    color: #ff681c;
    background: #fff;
    border: 1px solid #ff681c;
  }

  .mobile-hotel-call svg {
    width: 25px;
    height: 25px;
  }

  .mobile-hotel-quote {
    color: #fff;
    background: #ff681c;
    border: 1px solid #ff681c;
  }
}

body[data-page="packages"] .card,
body[data-page="tours"] .card,
body[data-page="hotels"] .card,
body[data-page="tickets"] .card,
body[data-page="services"] .card,
body[data-page="transportation"] .card,
body[data-page="education"] .card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e2eaf3;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(32, 74, 125, 0.1);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

body[data-page="packages"] .card:hover,
body[data-page="tours"] .card:hover,
body[data-page="hotels"] .card:hover,
body[data-page="tickets"] .card:hover,
body[data-page="services"] .card:hover,
body[data-page="transportation"] .card:hover,
body[data-page="education"] .card:hover {
  border-color: rgba(245, 166, 35, 0.75);
  box-shadow: 0 18px 42px rgba(32, 74, 125, 0.16);
  transform: translateY(-2px);
}

body[data-page="packages"] .card-media,
body[data-page="tours"] .card-media,
body[data-page="hotels"] .card-media,
body[data-page="education"] .card-media {
  min-height: 286px;
  aspect-ratio: 1.18 / 1;
}

@media (min-width: 821px) {
  .travel-listing-card {
    border-color: #dce6f4;
    border-radius: 18px;
  }

  .travel-listing-media {
    min-height: 300px;
  }

  .travel-listing-body,
  .travel-listing-link {
    display: grid;
    gap: 8px;
  }

  .travel-listing-body {
    padding: 20px 16px 18px;
  }

  .travel-listing-link {
    color: inherit;
  }

  .travel-listing-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #587196;
    font-size: 0.94rem;
  }

  .travel-listing-meta strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #069b71;
    font-size: 0.96rem;
    font-weight: 950;
  }

  .travel-listing-meta svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke-width: 2;
  }

  .travel-listing-card h3 {
    color: #071b42;
    font-size: 1.32rem;
    font-weight: 950;
    line-height: 1.16;
  }

  .travel-listing-card p {
    margin: 0;
    color: #5f7190;
    font-size: 0.94rem;
  }

  .travel-listing-route {
    display: flex;
    gap: 4px;
    overflow: hidden;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .travel-listing-route span + span::before {
    color: #ff8b1a;
    content: "\2022 ";
  }

  .travel-listing-note {
    width: fit-content;
    max-width: 100%;
    padding: 7px 9px;
    overflow: hidden;
    color: #0b662e;
    background: #e6f7ec;
    border-radius: 5px;
    font-size: 0.82rem;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .travel-listing-actions {
    display: grid;
    grid-template-columns: 61px minmax(0, 1fr);
    gap: 12px;
    margin-top: 12px;
  }

  .travel-listing-call,
  .travel-listing-quote {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.96rem;
    font-weight: 950;
  }

  .travel-listing-call {
    color: #ff681c;
    background: #fff;
    border: 1px solid #ff681c;
  }

  .travel-listing-call svg {
    width: 25px;
    height: 25px;
  }

  .travel-listing-quote {
    color: #fff;
    background: #ff681c;
    border: 1px solid #ff681c;
  }
}

body[data-page="packages"] .card-body,
body[data-page="tours"] .card-body,
body[data-page="hotels"] .card-body,
body[data-page="tickets"] .card-body,
body[data-page="education"] .card-body {
  padding: 18px;
}

body[data-page="hotels"] .hotel-listing-card {
  border-color: #dce6f4;
  border-radius: 18px;
}

body[data-page="hotels"] .hotel-listing-card.no-media {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="hotels"] .hotel-listing-media {
  min-height: 300px;
}

body[data-page="hotels"] .hotel-listing-body,
body[data-page="hotels"] .hotel-listing-link {
  display: grid;
  gap: 8px;
}

body[data-page="hotels"] .hotel-listing-body {
  padding: 20px 16px 18px;
}

body[data-page="hotels"] .hotel-listing-link {
  color: inherit;
}

body[data-page="hotels"] .hotel-listing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #587196;
  font-size: 0.94rem;
}

body[data-page="hotels"] .hotel-listing-meta strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #069b71;
  font-size: 0.96rem;
  font-weight: 950;
}

body[data-page="hotels"] .hotel-listing-meta svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke-width: 2;
}

body[data-page="hotels"] .hotel-listing-card h3 {
  color: #071b42;
  font-size: 1.32rem;
  font-weight: 950;
  line-height: 1.16;
}

body[data-page="hotels"] .hotel-listing-card p {
  margin: 0;
  color: #5f7190;
  font-size: 0.94rem;
}

body[data-page="hotels"] .hotel-listing-route {
  display: flex;
  gap: 4px;
  overflow: hidden;
  color: #111827;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

body[data-page="hotels"] .hotel-listing-route span + span::before {
  color: #ff8b1a;
  content: "\2022 ";
}

body[data-page="hotels"] .hotel-listing-note {
  width: fit-content;
  max-width: 100%;
  padding: 7px 9px;
  overflow: hidden;
  color: #0b662e;
  background: #e6f7ec;
  border-radius: 5px;
  font-size: 0.82rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="hotels"] .hotel-listing-actions {
  display: grid;
  grid-template-columns: 61px minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
}

body[data-page="hotels"] .hotel-listing-call,
body[data-page="hotels"] .hotel-listing-quote {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 0.96rem;
  font-weight: 950;
}

body[data-page="hotels"] .hotel-listing-call {
  color: #ff681c;
  background: #fff;
  border: 1px solid #ff681c;
}

body[data-page="hotels"] .hotel-listing-call svg {
  width: 25px;
  height: 25px;
}

body[data-page="hotels"] .hotel-listing-quote {
  color: #fff;
  background: #ff681c;
  border: 1px solid #ff681c;
}

.load-more-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  text-align: center;
}

.load-more-wrap span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

body[data-page="packages"] .card h3,
body[data-page="tours"] .card h3,
body[data-page="hotels"] .card h3,
body[data-page="tickets"] .card h3,
body[data-page="services"] .card h3,
body[data-page="transportation"] .card h3,
body[data-page="education"] .card h3 {
  color: #22324a;
  font-size: 1.32rem;
  line-height: 1.12;
}

@media (min-width: 821px) {
  .travel-listing-body {
    padding: 20px 16px 18px;
  }

  .travel-listing-card h3 {
    color: #071b42;
    font-size: 1.32rem;
    font-weight: 950;
    line-height: 1.16;
  }

  .travel-listing-card {
    display: grid;
    grid-template-rows: 322px auto;
    min-height: 540px;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 1px solid #e2eaf3;
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 28, 56, 0.1);
  }

  .travel-listing-media {
    position: relative;
    min-height: 0 !important;
    height: 100%;
    aspect-ratio: auto !important;
  }

  .travel-listing-media .package-image-track {
    height: 100%;
  }

  .travel-listing-media .package-image-track img {
    transform: scale(1.01);
  }

  .travel-listing-media .package-image-nav {
    display: none;
  }

  .travel-listing-body,
  .travel-listing-link {
    gap: 7px;
  }

  .travel-listing-body {
    padding: 14px;
  }

  .travel-listing-card h3 {
    color: #16233f;
    font-size: 1.05rem;
    line-height: 1.22;
  }

  .travel-listing-card p,
  .travel-listing-meta {
    color: #64748b;
    font-size: 0.82rem;
  }

  .travel-listing-route {
    font-size: 0.7rem;
    font-weight: 800;
  }

  .travel-listing-note {
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 0.66rem;
    font-weight: 900;
  }

  .travel-listing-actions {
    grid-template-columns: 48px minmax(160px, 1fr);
    gap: 10px;
    margin-top: 8px;
  }

  .travel-listing-call,
  .travel-listing-quote {
    min-height: 48px;
    border-radius: 9px;
    font-size: 0.86rem;
    white-space: nowrap;
  }
}

/* Ticket cards: keep home and tickets-page cards compact after shared travel-card overrides. */
body[data-page="home"] .mobile-ticket-rail {
  align-items: flex-start;
}

body[data-page="home"] .mobile-ticket-rail .ticket-listing-card,
body[data-page="home"] .ticket-listing-card,
body[data-page="tickets"] .ticket-listing-card {
  align-self: flex-start;
  height: auto;
  min-height: 0;
}

body[data-page="home"] .ticket-listing-card .ticket-listing-body,
body[data-page="tickets"] .ticket-listing-card .ticket-listing-body {
  height: auto;
  min-height: 0;
}

body[data-page="home"] .ticket-listing-card .travel-listing-actions,
body[data-page="tickets"] .ticket-listing-card .travel-listing-actions {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  margin-top: 6px;
}

body[data-page="home"] .ticket-listing-card .travel-listing-call,
body[data-page="home"] .ticket-listing-card .travel-listing-quote,
body[data-page="tickets"] .ticket-listing-card .travel-listing-call,
body[data-page="tickets"] .ticket-listing-card .travel-listing-quote {
  height: 29px;
  min-height: 29px;
  max-height: 29px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.78rem;
  line-height: 1;
}

body[data-page="home"] .ticket-listing-card .travel-listing-call,
body[data-page="tickets"] .ticket-listing-card .travel-listing-call {
  padding: 0;
}

body[data-page="home"] .ticket-listing-card .travel-listing-call svg,
body[data-page="tickets"] .ticket-listing-card .travel-listing-call svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 820px) {
  body[data-page="transportation"] .ticket-listing-card {
    grid-template-rows: auto !important;
  }

  body[data-page="transportation"] .ticket-listing-card .ticket-listing-body {
    height: auto !important;
    min-height: 0 !important;
  }
}

/* iOS mobile: image carousels should not capture vertical page scroll. */
@media (max-width: 820px) {
  .package-media .package-image-track,
  .travel-listing-media .package-image-track,
  .mobile-offer-image-track,
  .mobile-hotel-card-track,
  body[data-page="home"] .mobile-offer-image-track {
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
    scroll-snap-type: none !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: auto;
  }

  .package-media .package-image-track img,
  .travel-listing-media .package-image-track img,
  .mobile-offer-image-track img,
  .mobile-hotel-card-track img,
  body[data-page="home"] .mobile-offer-image-track img {
    -webkit-user-drag: none;
    user-select: none;
  }
}

/* Final mobile filter interaction overrides. Keep the existing design, but make controls tappable. */
@media (max-width: 820px) {
  body:has(.mobile-service-search-page) .filters {
    display: none !important;
  }

  body:has(.mobile-service-search-page) .mobile-service-search-page,
  body:has(.mobile-service-search-page) .mobile-hotel-search-page {
    position: relative;
    z-index: 260;
    display: block !important;
  }

  .filters .searchable-select,
  .filters .searchable-select.open {
    z-index: 6500 !important;
  }

  .filters .searchable-select-list {
    z-index: 6501 !important;
  }

  .searchable-select .searchable-select-list {
    position: fixed !important;
    top: auto;
    right: auto !important;
    bottom: auto;
    left: 8px !important;
    z-index: 10020 !important;
    width: calc(100vw - 16px) !important;
    max-height: min(260px, 42vh) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    box-shadow: 0 16px 34px rgba(15, 28, 56, 0.18) !important;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-hotel-filter-row,
  .mobile-hotel-filter-row input,
  .mobile-hotel-filter-row select {
    cursor: text;
  }

  .mobile-hotel-filter-row input,
  .mobile-hotel-filter-row select {
    width: 100%;
    min-height: 40px;
    padding: 0;
    color: #1d2433;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-hotel-filter-row .searchable-select {
    width: 100%;
    min-width: 0;
  }

  .mobile-hotel-filter-row .searchable-select-input {
    min-height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .mobile-hotel-filter-row .searchable-select-list {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    left: 8px;
    z-index: 7000;
    width: calc(100vw - 16px);
    max-height: 260px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-hotel-filter-row > div {
    align-items: center;
  }
}

.hotel-search-mobile-top,
.hotel-search-mobile-actions,
.hotel-search-mobile-count,
.hotel-search-filter-mobile-head {
  display: none;
}

@media (max-width: 640px) {
  body[data-page="hotel-search"] {
    background: #111111;
  }

  body[data-page="hotel-search"].hotel-filter-open {
    overflow: hidden;
  }

  body[data-page="hotel-search"] .site-header,
  body[data-page="hotel-search"] .site-footer,
  body[data-page="hotel-search"] .whatsapp-float,
  body[data-page="hotel-search"] .quote-float {
    display: none !important;
  }

  body[data-page="hotel-search"] main {
    background: #111111;
  }

  .hotel-search-page {
    min-height: 100vh;
    padding: 8px 0 24px;
    color: #f8fafc;
    background: #111111;
  }

  .hotel-search-mobile-top {
    position: sticky;
    top: 8px;
    z-index: 280;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 10px 10px;
    padding: 9px 11px;
    color: #ffffff;
    background: #242424;
    border: 2px solid #f5a623;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  }

  .hotel-search-mobile-back {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #ffffff;
  }

  .hotel-search-mobile-back svg,
  .hotel-search-mobile-actions svg {
    width: 18px;
    height: 18px;
  }

  .hotel-search-mobile-top div {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .hotel-search-mobile-top strong,
  .hotel-search-mobile-top span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hotel-search-mobile-top strong {
    font-size: 0.84rem;
    font-weight: 800;
  }

  .hotel-search-mobile-top span {
    color: #d1d5db;
    font-size: 0.72rem;
  }

  .hotel-search-mobile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 10px 12px;
    border-bottom: 1px solid #303030;
  }

  .hotel-search-mobile-actions button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #f8fafc;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hotel-search-mobile-count {
    display: block;
    margin: 0 14px 8px;
    color: #d1d5db;
    font-size: 0.82rem;
  }

  .hotel-search-shell {
    display: block;
    width: 100%;
  }

  .hotel-search-box,
  .hotel-search-toolbar,
  .hotel-search-sort {
    display: none !important;
  }

  .hotel-search-results {
    width: 100%;
  }

  .hotel-search-card,
  .hotel-search-card:first-of-type {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 9px;
    margin: 0;
    padding: 10px 12px 12px;
    color: #f8fafc;
    background: #111111;
    border: 0;
    border-bottom: 1px solid #303030;
    border-radius: 0;
    box-shadow: none;
  }

  .hotel-search-media {
    grid-row: 1 / span 2;
    width: 118px;
    height: 238px;
    min-height: 0;
    border-radius: 6px;
  }

  .hotel-search-media img,
  .hotel-search-media .package-image-track,
  .hotel-search-media .package-image-track img {
    height: 100%;
  }

  .hotel-search-media button {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    color: #f8fafc;
    background: rgba(17, 17, 17, 0.64);
  }

  .hotel-search-media button svg {
    width: 17px;
    height: 17px;
  }

  .hotel-search-main {
    min-width: 0;
    padding: 0;
  }

  .hotel-search-title-row {
    display: grid;
    gap: 3px;
  }

  .hotel-search-title-row h3 {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.15;
  }

  .hotel-search-title-row h3 a,
  .hotel-search-location a {
    color: inherit;
    text-decoration: none;
  }

  .hotel-search-stars {
    color: #f5c542;
    font-size: 0.75rem;
    line-height: 1;
  }

  .hotel-search-location,
  .hotel-search-distance {
    margin: 4px 0 0;
    color: #d1d5db;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .hotel-search-distance {
    display: none;
  }

  .hotel-search-badge {
    margin: 5px 0 4px;
    padding: 2px 5px;
    color: #ffffff;
    background: #3f3f46;
    border: 1px solid #6b7280;
    border-radius: 3px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .hotel-search-room {
    display: grid;
    gap: 2px;
    margin-top: 4px;
    color: #e5e7eb;
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .hotel-search-room strong {
    color: #ffffff;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .hotel-search-room-size {
    color: #e5e7eb;
  }

  .hotel-search-room span:last-child {
    width: auto;
    padding: 0;
    color: #22c55e;
    background: transparent;
    border-radius: 0;
    font-size: 0.72rem;
  }

  .hotel-search-room span:last-child svg {
    width: 12px;
    height: 12px;
  }

  .hotel-search-side {
    grid-column: 2;
    display: block;
    padding: 0;
    text-align: right;
  }

  .hotel-search-price {
    display: grid;
    max-width: none;
    gap: 2px;
    padding-top: 4px;
    border: 0;
  }

  .hotel-search-price span,
  .hotel-search-price small {
    color: #b8b8b8;
    font-size: 0.65rem;
    line-height: 1.25;
  }

  .hotel-search-price strong {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .hotel-search-availability {
    display: none;
  }

  .hotel-search-filter-panel {
    position: fixed !important;
    inset: 0;
    z-index: 9000;
    display: none;
    width: 100%;
    max-height: none;
    margin: 0;
    padding: 0 0 96px;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #f8fafc;
    background: #050505;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hotel-search-filter-panel.is-mobile-open {
    display: block;
  }

  .hotel-search-filter-mobile-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 44px 1fr 58px;
    min-height: 56px;
    align-items: center;
    padding: 0 10px;
    color: #ffffff;
    background: #050505;
  }

  .hotel-search-filter-mobile-head button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: #ffffff;
    background: transparent;
    border: 0;
  }

  .hotel-search-filter-mobile-head strong {
    text-align: center;
  }

  .hotel-search-filter-mobile-head a {
    color: #60a5fa;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: right;
  }

  .hotel-search-filter-panel section {
    padding: 15px 14px;
    border-top: 1px solid #2f2f2f;
  }

  .hotel-search-filter-panel h3,
  .hotel-search-filter-panel h4,
  .hotel-search-filter-panel p,
  .hotel-search-filter-panel label {
    color: #f8fafc;
  }

  .hotel-search-filter-panel h4 {
    font-size: 0.9rem;
  }

  .hotel-search-filter-panel p {
    color: #d1d5db;
    font-size: 0.82rem;
  }

  .hotel-search-filter-panel label {
    min-height: 42px;
    margin: 7px 0;
    font-size: 0.86rem;
  }

  .hotel-search-filter-panel label input[type="checkbox"] {
    order: 3;
    width: 18px;
    height: 18px;
    margin-left: auto;
    accent-color: #0071e8;
  }

  .hotel-search-filter-panel label span {
    margin-left: 6px;
    color: #a1a1aa;
  }

  .hotel-search-range-value {
    color: #ffffff;
  }

  .hotel-search-dual-range::before {
    background: #9ca3af;
  }

  .hotel-search-dual-range .hotel-search-range::-webkit-slider-thumb {
    border-color: #0071e8;
    background: #0071e8;
  }

  .hotel-search-dual-range .hotel-search-range::-moz-range-thumb {
    border-color: #0071e8;
    background: #0071e8;
  }

  .hotel-search-budget-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-search-budget-chip {
    min-height: 38px;
    color: #f8fafc;
    background: #151515;
    border-color: #303030;
    font-size: 0.75rem;
  }

  .hotel-search-filter-actions {
    position: sticky;
    bottom: 0;
    z-index: 3;
    display: grid;
    gap: 7px;
    padding: 12px 14px max(18px, env(safe-area-inset-bottom));
    background: #2b2b2b;
    border-top: 1px solid #3f3f46;
  }

  .hotel-search-filter-actions .btn {
    min-height: 44px;
    background: #0071e8;
    border-radius: 4px;
  }

  .hotel-search-filter-actions a {
    color: #d1d5db;
    font-size: 0.78rem;
  }

  .empty-state {
    margin: 12px;
    color: #f8fafc;
    background: #1f1f1f;
    border-color: #303030;
  }

  .empty-state p {
    color: #d1d5db;
  }
}

/* Final mobile hotel-search theme override: keep desktop untouched. */
@media (max-width: 640px) {
  body[data-page="hotel-search"],
  body[data-page="hotel-search"] main,
  .hotel-search-page {
    color: #0f172a;
    background: #f4f7fb;
  }

  .hotel-search-mobile-top {
    color: #0f172a;
    background: #ffffff;
    border-color: #f5a623;
    box-shadow: 0 10px 26px rgba(15, 28, 56, 0.13);
  }

  .hotel-search-mobile-back {
    color: #0f172a;
  }

  .hotel-search-mobile-top span,
  .hotel-search-mobile-count {
    color: #64748b;
  }

  .hotel-search-mobile-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    padding-bottom: 10px;
    border-bottom-color: #dbe3ef;
  }

  .hotel-search-mobile-actions button,
  .hotel-search-mobile-sort-form {
    width: 100%;
    min-width: 0;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(15, 28, 56, 0.08);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
  }

  .hotel-search-mobile-sort-form select {
    width: 100%;
    min-width: 0;
    max-width: 122px;
    color: #0f172a;
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
    font-weight: 800;
  }

  .hotel-search-card,
  .hotel-search-card:first-of-type {
    margin: 0 8px 10px;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(15, 28, 56, 0.08);
  }

  .hotel-search-media button {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.92);
  }

  .hotel-search-title-row h3,
  .hotel-search-title-row h3 a {
    color: #006ce4;
  }

  .hotel-search-location,
  .hotel-search-location a,
  .hotel-search-room,
  .hotel-search-room strong,
  .hotel-search-price strong {
    color: #0f172a;
  }

  .hotel-search-badge {
    color: #ffffff;
    background: #008234;
    border-color: #008234;
  }

  .hotel-search-room-size,
  .hotel-search-price span,
  .hotel-search-price small {
    color: #64748b;
  }

  .hotel-search-room span:last-child {
    color: #008234;
  }

  .hotel-search-filter-panel {
    color: #0f172a;
    background: #ffffff;
  }

  .hotel-search-filter-mobile-head {
    color: #0f172a;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
  }

  .hotel-search-filter-mobile-head button {
    color: #0f172a;
  }

  .hotel-search-filter-mobile-head a,
  .hotel-search-filter-actions a {
    color: #006ce4;
  }

  .hotel-search-filter-panel section {
    border-top-color: #e5e7eb;
  }

  .hotel-search-filter-panel h3,
  .hotel-search-filter-panel h4,
  .hotel-search-filter-panel p,
  .hotel-search-filter-panel label,
  .hotel-search-range-value {
    color: #0f172a;
  }

  .hotel-search-filter-panel p,
  .hotel-search-filter-panel label span {
    color: #64748b;
  }

  .hotel-search-dual-range::before {
    background: #1f2937;
  }

  .hotel-search-budget-chip {
    color: #17345c;
    background: #ffffff;
    border-color: #edf2f7;
  }

  .hotel-search-budget-chip.active,
  .hotel-search-budget-chip:hover {
    color: #ffffff;
    background: #006ce4;
    border-color: #006ce4;
  }

  .hotel-search-filter-actions {
    background: #ffffff;
    border-top-color: #dbe3ef;
    box-shadow: 0 -10px 24px rgba(15, 28, 56, 0.08);
  }

  .hotel-search-filter-actions .btn {
    background: #006ce4;
  }

  .empty-state {
    color: #0f172a;
    background: #ffffff;
    border-color: #d8dee8;
    overflow-wrap: anywhere;
  }

  .empty-state p {
    color: #64748b;
  }
}

/* True final mobile card normalization for non-home listing pages. */
@media (max-width: 820px) {
  body[data-page="packages"] .card,
  body[data-page="tours"] .card,
  body[data-page="hotels"] .travel-listing-card,
  body[data-page="tickets"] .ticket-listing-card,
  body[data-page="services"] .card,
  body[data-page="transportation"] .travel-listing-card,
  body[data-page="education"] .card {
    display: grid !important;
    grid-template-rows: 351px auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    color: var(--ink) !important;
    background: var(--white) !important;
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(15, 28, 56, 0.1) !important;
  }

  body[data-page="packages"] .card-media,
  body[data-page="tours"] .card-media,
  body[data-page="hotels"] .travel-listing-media,
  body[data-page="tickets"] .ticket-listing-card .card-media,
  body[data-page="services"] .card-media,
  body[data-page="transportation"] .travel-listing-media,
  body[data-page="education"] .card-media {
    height: 351px !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  body[data-page="packages"] .package-image-track,
  body[data-page="tours"] .package-image-track,
  body[data-page="hotels"] .travel-listing-media .package-image-track,
  body[data-page="transportation"] .travel-listing-media .package-image-track {
    height: 100% !important;
  }

  body[data-page="packages"] .card-media img,
  body[data-page="tours"] .card-media img,
  body[data-page="hotels"] .travel-listing-media img,
  body[data-page="tickets"] .ticket-listing-card .card-media img,
  body[data-page="services"] .card-media img,
  body[data-page="transportation"] .travel-listing-media img,
  body[data-page="education"] .card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1.01);
  }

  body[data-page="packages"] .card-body,
  body[data-page="tours"] .card-body,
  body[data-page="hotels"] .travel-listing-body,
  body[data-page="tickets"] .ticket-listing-body,
  body[data-page="services"] .card-body,
  body[data-page="transportation"] .travel-listing-body,
  body[data-page="education"] .card-body {
    display: grid !important;
    gap: 7px !important;
    padding: 12px 12px 14px !important;
  }

  body[data-page="packages"] .card h3,
  body[data-page="tours"] .card h3,
  body[data-page="hotels"] .card h3,
  body[data-page="tickets"] .card h3,
  body[data-page="services"] .card h3,
  body[data-page="transportation"] .card h3,
  body[data-page="education"] .card h3 {
    margin: 0 !important;
    color: var(--forest) !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
    line-height: 1.22 !important;
  }

  body[data-page="packages"] .card p,
  body[data-page="tours"] .card p,
  body[data-page="hotels"] .card p,
  body[data-page="tickets"] .card p,
  body[data-page="services"] .card p,
  body[data-page="transportation"] .card p,
  body[data-page="education"] .card p {
    margin: 0 !important;
    color: var(--muted) !important;
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
  }

  body[data-page="packages"] .card-actions,
  body[data-page="tours"] .card-actions,
  body[data-page="hotels"] .travel-listing-actions,
  body[data-page="tickets"] .travel-listing-actions,
  body[data-page="services"] .card-actions,
  body[data-page="transportation"] .travel-listing-actions,
  body[data-page="education"] .card-actions {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-top: 4px !important;
  }

  body[data-page="packages"] .card-actions,
  body[data-page="tours"] .card-actions,
  body[data-page="services"] .card-actions,
  body[data-page="education"] .card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="packages"] .card-actions .btn,
  body[data-page="tours"] .card-actions .btn,
  body[data-page="services"] .card-actions .btn,
  body[data-page="education"] .card-actions .btn {
    min-height: 42px !important;
    border-radius: 7px !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
  }
}

/* Final mobile interaction fixes: aligned hotel controls, drawer footer, searchable dropdowns. */
@media (max-width: 820px) {
  body[data-page="hotel-search"] .hotel-search-mobile-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    box-sizing: border-box !important;
    gap: 6px !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin: 8px 10px 12px !important;
    padding-bottom: 10px !important;
  }

  body[data-page="hotel-search"] .hotel-search-mobile-top {
    border-color: transparent !important;
  }

  body[data-page="hotel-search"] .hotel-search-mobile-actions > *,
  body[data-page="hotel-search"] .hotel-search-mobile-actions button,
  body[data-page="hotel-search"] .hotel-search-mobile-sort-form {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body[data-page="hotel-search"] .hotel-search-mobile-sort-form,
  body[data-page="hotel-search"] .hotel-search-mobile-actions button {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 10px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  body[data-page="hotel-search"] .hotel-search-mobile-actions svg {
    flex: 0 0 17px !important;
    width: 17px !important;
    height: 17px !important;
  }

  body[data-page="hotel-search"] .hotel-search-mobile-sort-form select {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: 96px !important;
    text-align: center !important;
  }

  body[data-page="hotel-search"] .hotel-search-filter-panel {
    padding-bottom: 0 !important;
  }

  body[data-page="hotel-search"] .hotel-search-filter-form {
    display: block !important;
    padding-bottom: 92px !important;
  }

  body[data-page="hotel-search"] .hotel-search-filter-actions {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 20 !important;
    display: grid !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 12px 14px max(14px, env(safe-area-inset-bottom)) !important;
    background: #ffffff !important;
    border-top: 1px solid #dbe3ef !important;
    box-shadow: 0 -10px 24px rgba(15, 28, 56, 0.08) !important;
  }

  body[data-page="hotel-search"] .hotel-search-filter-actions .btn {
    width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
  }

  body[data-page="hotel-search"] .hotel-search-filter-actions a {
    display: block !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }

  .mobile-hotel-filter-row {
    overflow: visible !important;
  }

  .mobile-hotel-filter-row .stay-date-range button,
  .mobile-hotel-filter-row .stay-date-calendar button {
    margin-top: 0 !important;
    color: inherit;
    background: initial;
    border: initial;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-family: "TripGeom", Arial, Helvetica, sans-serif;
    line-height: 1.2 !important;
  }

  .mobile-hotel-filter-row .stay-date-range-button {
    justify-content: flex-start;
    min-height: 40px !important;
    padding: 0 !important;
    color: #1d2433 !important;
    background: transparent !important;
    border: 0 !important;
    text-align: left !important;
  }

  .mobile-hotel-filter-row .stay-date-popover {
    position: fixed !important;
    right: 10px !important;
    bottom: 18px !important;
    left: 10px !important;
    z-index: 9200 !important;
    width: auto !important;
  }

  .mobile-hotel-filter-row .stay-date-calendar-head button,
  .mobile-hotel-filter-row .stay-date-calendar-foot button {
    background: #f4f7fb !important;
    border: 1px solid #e2e8f0 !important;
  }

  .mobile-hotel-filter-row .stay-date-calendar-foot [data-stay-done] {
    color: #ffffff !important;
    background: #006ce4 !important;
    border-color: #006ce4 !important;
  }

  .mobile-hotel-filter-row .stay-date-days button {
    background: #ffffff !important;
  }

  .mobile-hotel-filter-row .stay-date-days button.is-in-range {
    background: #e8f2ff !important;
  }

  .mobile-hotel-filter-row .stay-date-days button.is-start,
  .mobile-hotel-filter-row .stay-date-days button.is-end {
    color: #ffffff !important;
    background: #006ce4 !important;
  }

  .mobile-hotel-filter-row .searchable-select {
    position: static !important;
  }

  .mobile-hotel-filter-row .searchable-select-input {
    width: 100% !important;
    height: 42px !important;
    padding: 0 !important;
    font-size: 16px !important;
  }

  .mobile-hotel-filter-row .searchable-select-list {
    position: fixed !important;
    left: 8px !important;
    right: auto !important;
    top: auto;
    bottom: auto;
    width: calc(100vw - 16px) !important;
    z-index: 9000 !important;
    max-height: min(240px, 38vh) !important;
    margin-top: 6px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 10px !important;
    box-shadow: 0 16px 34px rgba(15, 28, 56, 0.18) !important;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-hotel-filter-row .searchable-select-list button {
    min-height: 42px !important;
    padding: 10px 12px !important;
    background: #ffffff !important;
    color: #12201d !important;
    font-size: 0.82rem !important;
  }

  .mobile-hotel-filter-row .searchable-select-list button:hover,
  .mobile-hotel-filter-row .searchable-select-list button:focus {
    color: #ffffff !important;
    background: #3264ff !important;
  }

  body:has(.mobile-service-search-page),
  body:has(.mobile-service-search-page) main,
  body:has(.mobile-service-search-page) .mobile-service-search-page,
  body:has(.mobile-service-search-page) .mobile-hotel-top,
  body:has(.mobile-service-search-page) .mobile-hotel-search-card,
  body:has(.mobile-service-search-page) .mobile-hotel-results,
  body:has(.mobile-service-search-page) section,
  body[data-page="hotel-search"],
  body[data-page="hotel-search"] main,
  body[data-page="hotel-search"] .hotel-search-page {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body:has(.mobile-service-search-page) .mobile-hotel-search-card,
  body:has(.mobile-service-search-page) .mobile-hotel-filter-row {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-page="hotel-search"] .hotel-search-filter-panel .hotel-search-filter-extra {
    display: none !important;
  }

  body[data-page="hotel-search"] .hotel-search-filter-panel section.hotel-search-filter-expanded .hotel-search-filter-extra {
    display: flex !important;
  }
}

@media (max-width: 820px) {
  body:has(.mobile-service-search-page) .mobile-service-search-page,
  body:has(.mobile-service-search-page) .mobile-hotel-search-page,
  body:has(.mobile-service-search-page) .mobile-hotel-top,
  body:has(.mobile-service-search-page) .mobile-hotel-search-card,
  body:has(.mobile-service-search-page) .mobile-hotel-filter-row,
  body:has(.mobile-service-search-page) .searchable-select {
    overflow: visible !important;
  }

  body:has(.mobile-service-search-page) .mobile-service-search-page,
  body:has(.mobile-service-search-page) .mobile-hotel-search-page {
    position: relative !important;
    z-index: 12000 !important;
  }

  body:has(.mobile-service-search-page) .mobile-hotel-search-card {
    position: relative !important;
    z-index: 12001 !important;
  }

  body:has(.mobile-service-search-page) .searchable-select.open {
    z-index: 13000 !important;
  }

  body:has(.mobile-service-search-page) .mobile-hotel-filter-row .searchable-select-list,
  body[data-page="hotel-search"] .mobile-hotel-filter-row .searchable-select-list,
  body[data-page="hotel-search"] .filters .searchable-select-list {
    z-index: 20000 !important;
    max-height: min(520px, 72vh) !important;
  }
}

@media (max-width: 1280px) {
  .site-header {
    z-index: 30000 !important;
  }

  .menu-toggle {
    position: relative;
    z-index: 30002 !important;
  }

  .main-nav,
  .main-nav.open {
    z-index: 30001 !important;
  }
}

@media (max-width: 820px) {
  body[data-page="home"] .site-header {
    box-shadow: none !important;
  }
}
