/* Palas Tour Builder — frontend styles (namespaced under .pgtb-tour-wrap/.custom-klook-wrap) */

html, body { overflow-x: hidden !important; width: 100%; position: relative; }

.custom-klook-wrap * { box-sizing: border-box; margin: 0; padding: 0; }

.custom-klook-wrap {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  max-width: 1200px; width: 100%; margin: 0 auto; color: #333; position: relative;
  background: #fff; overflow-x: clip; text-align: left !important;
}

.hero-slider-wrapper { position: relative; margin-bottom: 20px; max-width: 100vw; }
.hero-slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: 12px; }
.hero-slider::-webkit-scrollbar { display: none; }
.hero-slide { flex: 0 0 100%; scroll-snap-align: center; }
.hero-slide img { width: 100%; height: 350px; object-fit: cover; display: block; }
.swipe-hint { position: absolute; bottom: 15px; right: 15px; background: rgba(0,0,0,0.6); color: #fff; padding: 4px 10px; border-radius: 20px; font-size: 12px; pointer-events: none; z-index: 10; }

.hero-desktop-gallery { display: none; }

.top-info { padding: 0 15px; text-align: left !important; }
.product-title { font-size: 26px; font-weight: 700; margin-bottom: 12px; line-height: 1.3; text-align: left !important; }
.reviews-badge { font-size: 14px; color: #666; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; text-align: left !important; }
.rating-score { background: #f4f9f1; color: #739d45; padding: 4px 8px; border-radius: 4px; font-weight: bold; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; text-align: left !important; }
.tag { background: #f5f5f5; color: #555; padding: 6px 12px; border-radius: 6px; font-size: 13px; }

.page-nav-wrapper { position: sticky; top: 0; background: #fff; z-index: 50; border-bottom: 1px solid #e2e8f0; margin-bottom: 30px; padding: 0 15px; width: 100%; text-align: left !important; }
.page-nav-tabs { display: flex; gap: 24px; overflow-x: auto; scrollbar-width: none; max-width: 100%; }
.page-nav-tabs::-webkit-scrollbar { display: none; }
.nav-tab-link { padding: 16px 0 12px 0; font-weight: 700; font-size: 16px; color: #666666 !important; text-decoration: none !important; white-space: nowrap; border-bottom: 3px solid transparent !important; cursor: pointer; transition: color 0.2s ease, border-bottom-color 0.2s ease; box-shadow: none !important; }
.nav-tab-link:hover { color: #333333 !important; }
.nav-tab-link.active { color: #333333 !important; border-bottom: 3px solid #739d45 !important; }

.content-grid { display: flex; flex-direction: column; padding: 0 15px; width: 100%; text-align: left !important; }
.grid-tabs { order: 1; margin-bottom: 20px; max-width: 100%; text-align: left !important; }
.grid-cal { order: 2; display: none; max-width: 100%; }
.grid-cal.active { display: block; animation: fadeIn 0.3s ease-in-out; }
.grid-inc { order: 3; display: none; margin-bottom: 30px; max-width: 100%; text-align: left !important; }
.grid-inc.active { display: block; animation: fadeIn 0.3s ease-in-out; }
.grid-wte { order: 4; text-align: left !important; }
.grid-byg { order: 5; text-align: left !important; }
.grid-faq { order: 6; text-align: left !important; }
.grid-rev  { order: 7; text-align: left !important; }
.grid-map  { order: 8; text-align: left !important; }  /* sits after reviews on mobile, matching desktop */

.section-title { font-size: 22px; font-weight: 700; margin-bottom: 20px; border-left: 4px solid #739d45; padding-left: 12px; text-align: left !important; display: block; width: 100%; }

.package-tabs { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; max-width: 100%; text-align: left !important; }
.package-tabs::-webkit-scrollbar { display: none; }
.pkg-tab { flex: 0 0 auto; width: 170px; border: 1px solid #e0e0e0; background: #fff; border-radius: 8px; padding: 16px; text-align: left !important; cursor: pointer; transition: all 0.2s ease; }
.pkg-tab.active { border: 2px solid #739d45; background: #f4f9f1; }
.pkg-name { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; line-height: 1.3; text-align: left !important; }
.pkg-price { display: block; font-weight: 700; font-size: 16px; text-align: left !important; }
.pkg-note { font-size: 11px; color: #666; margin-top: 4px; display: block; text-align: left !important; }

.calendar-box { background: transparent; padding: 0; text-align: left !important; margin-bottom: 20px; width: 100%; max-width: 100vw; overflow-x: auto !important; -webkit-overflow-scrolling: touch; }
.calendar-box > * { max-width: 100% !important; }

.desktop-book-card { display: none; }

.list-title { font-weight: 700; margin-bottom: 15px; font-size: 16px; text-align: left !important; }
.included-list, .excluded-list, .info-list { list-style: none; margin-bottom: 25px; padding-left: 0; text-align: left !important; }
.included-list li, .excluded-list li, .info-list li { position: relative; padding-left: 30px; margin-bottom: 12px; font-size: 15px; color: #444; line-height: 1.4; text-align: left !important; }
.included-list li::before { content: '✓'; position: absolute; left: 0; top: -2px; color: #739d45; font-weight: 900; font-size: 16px; background: #f4f9f1; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.excluded-list li::before { content: '✕'; position: absolute; left: 0; top: 0; color: #999; font-weight: 900; font-size: 14px; }
.info-list li::before { content: '•'; position: absolute; left: 8px; top: 0; color: #739d45; font-weight: 900; font-size: 18px; }

.content-section { margin-bottom: 40px; padding-top: 20px; width: 100%; text-align: left !important; }
.text-paragraph { color: #555; line-height: 1.6; margin-bottom: 20px; font-size: 15px; text-align: left !important; }
.expect-item { margin-bottom: 30px; text-align: left !important; }
.expect-title { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: #333; text-align: left !important; }
.gallery-img { width: 100%; height: auto; max-height: 400px; object-fit: contain; border-radius: 12px; margin-top: 10px; background: #f9f9f9; padding: 10px; }

.faq-item { margin-bottom: 20px; text-align: left !important; }
.faq-q { font-weight: 700; font-size: 15px; margin-bottom: 5px; color: #333; text-align: left !important; }
.faq-a { color: #555; font-size: 14px; line-height: 1.5; text-align: left !important; }

.review-summary-box { display: flex; align-items: center; justify-content: flex-start; gap: 15px; margin-bottom: 20px; text-align: left !important; }
.review-score-big { font-size: 42px; font-weight: 700; color: #739d45; }
.review-word { font-weight: 700; color: #739d45; font-size: 16px; text-align: left !important; }
.customer-reviews-list { display: flex; flex-direction: column; gap: 15px; text-align: left !important; }
.review-card { background: #fcfcfc; padding: 16px; border-radius: 8px; border: 1px solid #eee; text-align: left !important; }
.reviewer-name { font-weight: 700; font-size: 14px; margin-bottom: 4px; display: flex; justify-content: space-between; align-items: center; text-align: left !important; }
.review-date { font-weight: 400; color: #888; font-size: 12px; }
.review-stars { font-size: 12px; margin-bottom: 8px; color: #f5a623; letter-spacing: 2px; text-align: left !important; }
.review-text { font-size: 14px; color: #444; line-height: 1.5; margin: 0; text-align: left !important; }

.btn-book { border: none; padding: 14px 35px; border-radius: 8px; font-weight: 600; font-size: 15px; cursor: pointer; background: #739d45; color: #fff; width: 100%; max-width: 200px; transition: opacity 0.2s; }
.btn-book:hover { opacity: 0.9; }

/* Template: Style 2 */
.pgtb-template-style2 {
  --tz-blue: var(--pgtb-brand, #0194f3);
  --tz-blue-dark: var(--pgtb-brand-dark, #007ce0);
  --tz-blue-soft: var(--pgtb-brand-soft, #eaf7ff);
  --tz-cta: var(--pgtb-accent, #ff5e1f);
  --tz-ink: #1f2d3d;
  --tz-body: #35405a;
  --tz-muted: #68758a;
  --tz-line: #dfe7f1;
  --tz-card: #ffffff;
  --tz-shadow: 0 14px 36px rgba(28, 44, 64, .09);
  --tz-radius: 16px;
  display: block;
  max-width: 100%;
  background: #fff;
  color: var(--tz-ink);
  overflow: visible;
  text-align: left !important;
}
.pgtb-template-style2 .tz-page { width: 100%; padding: 22px 0 92px; background: linear-gradient(180deg, #f6f9fc 0, #fff 190px); }
.pgtb-template-style2 .tz-wrap { width: min(1120px, calc(100vw - 40px)); max-width: 1120px; margin: 0 auto; }
.pgtb-template-style2 .tz-hero-band {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  padding: 24px 40px 26px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--tz-blue);
  background:
    radial-gradient(circle at -4% 78%, rgba(255,255,255,.92) 0 82px, transparent 83px),
    linear-gradient(120deg, var(--tz-blue-dark) 0%, var(--tz-blue) 58%, color-mix(in srgb, var(--tz-blue) 54%, #fff) 100%);
}
.pgtb-template-style2 .tz-hero-band::before,
.pgtb-template-style2 .tz-hero-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.pgtb-template-style2 .tz-hero-band::before { width: 360px; height: 360px; right: -120px; top: -210px; }
.pgtb-template-style2 .tz-hero-band::after { width: 240px; height: 240px; left: -128px; top: -40px; }
.pgtb-template-style2 .tz-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: min(1024px, 100%);
  margin: 0 auto 16px;
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 750;
}
.pgtb-template-style2 .tz-breadcrumb span { color: rgba(255,255,255,.72); }
.pgtb-template-style2 .tz-breadcrumb strong { color: #fff; font-weight: 900; }
.pgtb-template-style2 .tz-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, .425fr));
  grid-template-rows: repeat(2, 156px);
  gap: 4px;
  width: min(1024px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--tz-radius);
  background: var(--tz-line);
}
.pgtb-template-style2 .tz-photo { position: relative; width: 100%; height: 100%; overflow: hidden; background: var(--tz-line); border: 0; cursor: pointer; }
.pgtb-template-style2 .tz-photo-main { grid-row: span 2; }
.pgtb-template-style2 .tz-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .24s ease, transform .34s ease; }
.pgtb-template-style2 .tz-photo:hover img,
.pgtb-template-style2 .tz-photo:focus img { transform: scale(1.025); }
.pgtb-template-style2 .tz-photo.is-active::after { content: ""; position: absolute; inset: 0; border: 4px solid var(--tz-blue); pointer-events: none; }
.pgtb-template-style2 .tz-photo.is-switching img { opacity: .38; }
.pgtb-template-style2 .tz-gallery-button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(18, 28, 40, .82);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.pgtb-template-style2 .tz-layout { display: grid; grid-template-columns: minmax(0, 1fr) 328px; align-items: start; gap: 24px; }
.pgtb-template-style2 .tz-content,
.pgtb-template-style2 .tz-sidebar { min-width: 0; }
.pgtb-template-style2 .tz-sidebar { position: sticky; top: 18px; z-index: 2; }
.pgtb-template-style2 .tz-title-card,
.pgtb-template-style2 .tz-card,
.pgtb-template-style2 .tz-price-card,
.pgtb-template-style2 .tz-package-card,
.pgtb-template-style2 .tz-review-card {
  width: 100%;
  margin: 0;
  padding: 30px;
  background: var(--tz-card);
  border: 1px solid var(--tz-line);
  border-radius: var(--tz-radius);
  box-shadow: var(--tz-shadow);
}
.pgtb-template-style2 .tz-section { margin: 28px 0 0; padding: 30px; }
.pgtb-template-style2 h1,
.pgtb-template-style2 h2,
.pgtb-template-style2 h3,
.pgtb-template-style2 p { margin: 0; padding: 0; text-align: left !important; }
.pgtb-template-style2 h1 { color: var(--tz-ink); font-size: 30px; font-weight: 850; line-height: 1.18; }
.pgtb-template-style2 h2 { color: var(--tz-ink); font-size: 22px; font-weight: 850; line-height: 1.22; margin-bottom: 16px; }
.pgtb-template-style2 h3 { color: var(--tz-ink); font-size: 17px; font-weight: 850; line-height: 1.32; }
.pgtb-template-style2 p,
.pgtb-template-style2 li { color: var(--tz-body); font-size: 15px; font-weight: 500; line-height: 1.62; }
.pgtb-template-style2 .tz-meta-list { display: grid; gap: 12px; margin: 16px 0 0; }
.pgtb-template-style2 .tz-meta { display: flex; align-items: flex-start; gap: 10px; color: var(--tz-body); font-size: 14px; font-weight: 600; line-height: 1.45; }
.pgtb-template-style2 .tz-meta svg,
.pgtb-template-style2 .tz-bullet svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--tz-blue); }
.pgtb-template-style2 .tz-link { display: inline-flex; color: var(--tz-blue); font-size: 14px; font-weight: 800; }
.pgtb-template-style2 .tz-price-card { padding: 20px; }
.pgtb-template-style2 .tz-price-label { color: var(--tz-muted); font-size: 13px; font-weight: 750; line-height: 1; }
.pgtb-template-style2 .tz-price { display: block; margin: 8px 0 16px; color: var(--tz-cta); font-size: 28px; font-weight: 900; line-height: 1; }
.pgtb-template-style2 .tz-primary,
.pgtb-template-style2 .tz-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  background: var(--tz-cta);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}
.pgtb-template-style2 .tz-primary { width: 100%; min-height: 48px; }
.pgtb-template-style2 .tz-nav { display: flex; align-items: center; justify-content: flex-start; gap: 8px; width: fit-content; max-width: 100%; margin: 24px auto 0; padding: 8px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none; background: #fff; border: 1px solid var(--tz-line); border-radius: 18px; box-shadow: var(--tz-shadow); scroll-snap-type: x proximity; }
.pgtb-template-style2 .tz-nav::-webkit-scrollbar { display: none; }
.pgtb-template-style2 .tz-nav a { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-height: 36px; max-width: 220px; padding: 8px 14px; border-radius: 12px; color: var(--tz-muted); font-size: 13px; font-weight: 850; line-height: 1; text-align: center; white-space: nowrap; scroll-snap-align: center; }
.pgtb-template-style2 .tz-nav a:first-child { background: var(--tz-blue-soft); color: var(--tz-blue-dark); }
.pgtb-template-style2 .tz-bullets { display: grid; gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; }
.pgtb-template-style2 .tz-bullet { display: flex; align-items: flex-start; gap: 11px; margin: 0; padding: 0; }
.pgtb-template-style2 .tz-expect-intro { margin-bottom: 18px; }
.pgtb-template-style2 .tz-expect-list { display: grid; gap: 16px; margin-top: 18px; }
.pgtb-template-style2 .tz-expect-card,
.pgtb-template-style2 .tz-experience-card { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 16px; align-items: center; padding: 12px; border: 1px solid var(--tz-line); border-radius: 14px; background: #fff; }
.pgtb-template-style2 .tz-expect-card img,
.pgtb-template-style2 .tz-experience-card img { width: 132px; height: 92px; border-radius: 12px; object-fit: cover; }
.pgtb-template-style2 .tz-expect-card--text { grid-template-columns: 1fr; padding: 18px; }
.pgtb-template-style2 .tz-chip { display: inline-flex; width: fit-content; margin: 0 0 6px; padding: 4px 8px; border-radius: 999px; background: var(--tz-blue-soft); color: var(--tz-blue-dark); font-size: 12px; font-weight: 850; line-height: 1; }
.pgtb-template-style2 .tz-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pgtb-template-style2 .tz-review-card { padding: 16px; box-shadow: none; }
.pgtb-template-style2 .tz-review-head { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; align-items: center; margin-bottom: 10px; }
.pgtb-template-style2 .tz-avatar { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--tz-blue-soft); color: var(--tz-blue-dark); font-size: 13px; font-weight: 900; }
.pgtb-template-style2 .tz-review-score { color: var(--tz-blue-dark); font-size: 15px; font-weight: 900; white-space: nowrap; }
.pgtb-template-style2 .tz-small,
.pgtb-template-style2 .tz-ticket-meta { display: block; color: var(--tz-muted); font-size: 13px; font-weight: 650; line-height: 1.45; }
.pgtb-template-style2 .tz-package-list { display: grid; gap: 16px; margin: 16px 0 0; }
.pgtb-template-style2 .tz-package-item { display: grid; gap: 10px; width: 100%; min-width: 0; }
.pgtb-template-style2 .tz-package-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 24px; box-shadow: none; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.pgtb-template-style2 .tz-package-card:hover,
.pgtb-template-style2 .tz-package-card:focus { outline: none; border-color: var(--tz-blue); background: #fbfdff; transform: translateY(-1px); }
.pgtb-template-style2 .tz-package-card.is-active { border-color: var(--tz-blue); background: var(--tz-blue-soft); }
.pgtb-template-style2 .tz-tag { display: inline-flex; width: fit-content; margin: 9px 0 0; padding: 4px 8px; border-radius: 7px; background: #fff7dd; color: #a96600; font-size: 12px; font-weight: 900; line-height: 1; }
.pgtb-template-style2 .tz-ticket-price { display: grid; justify-items: end; gap: 8px; min-width: 150px; }
.pgtb-template-style2 .tz-ticket-price strong { color: var(--tz-cta); font-size: 20px; font-weight: 900; }
.pgtb-template-style2 .tz-select { min-height: 38px; padding: 0 16px; font-size: 13px; }
.pgtb-template-style2 .tz-calendar-panel { display: none; padding: 24px; border: 1px dashed var(--tz-blue); border-radius: 14px; background: #f4fbff; }
.pgtb-template-style2 .tz-calendar-panel.is-active { display: block; }
.pgtb-template-style2 .tz-calendar-panel h3 { margin-bottom: 8px; }
.pgtb-template-style2 .tz-calendar-panel h4 { margin: 0 0 8px; color: var(--tz-ink); font-size: 14px; font-weight: 900; }
.pgtb-template-style2 .tz-calendar-intro { margin: 18px 0 10px; padding-top: 14px; border-top: 1px solid var(--tz-line); color: var(--tz-ink); }
.pgtb-template-style2 .tz-calendar-intro strong { font-weight: 900; }
.pgtb-template-style2 .tz-shortcode-box { display: block; width: 100%; margin: 12px 0 0; padding: 14px; overflow-wrap: anywhere; border: 1px solid #cdeaff; border-radius: 10px; background: #fff; color: var(--tz-blue-dark); font-size: 13px; font-weight: 700; line-height: 1.5; }
.pgtb-template-style2 .tz-package-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 14px 0 16px; padding: 16px; border-radius: 12px; background: #fff; border: 1px solid var(--tz-line); }
.pgtb-template-style2 .tz-detail-list { margin: 0; padding: 0; list-style: none; }
.pgtb-template-style2 .tz-detail-list li { position: relative; margin: 0 0 8px; padding-left: 22px; font-size: 13px; line-height: 1.45; }
.pgtb-template-style2 .tz-detail-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #16a34a; font-weight: 900; }
.pgtb-template-style2 .tz-detail-list-muted li::before { content: "✕"; color: #dc2626; }
.pgtb-template-style2 .tz-copy { display: grid; gap: 16px; margin-top: 4px; }
.pgtb-template-style2 .tz-about-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 22px; align-items: start; }
.pgtb-template-style2 .tz-about-image { width: 100%; aspect-ratio: 4 / 3; border-radius: 14px; object-fit: cover; border: 1px solid var(--tz-line); }
.pgtb-template-style2 .tz-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.pgtb-template-style2 .tz-info { padding: 24px; border: 1px solid var(--tz-line); border-radius: 14px; background: #fbfdff; }
.pgtb-template-style2 .tz-info h3 { margin-bottom: 12px; }
.pgtb-template-style2 .tz-map { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, .55fr); gap: 16px; align-items: stretch; margin-top: 16px; }
.pgtb-template-style2 .tz-map.has-real-map { grid-template-columns: 1fr; }
.pgtb-template-style2 .tz-real-map { min-width: 0; width: 100%; }
.pgtb-template-style2 .tz-map-visual { position: relative; min-height: 146px; border-radius: 14px; overflow: hidden; background: linear-gradient(90deg, transparent 0 47%, color-mix(in srgb, var(--tz-blue) 18%, transparent) 47% 51%, transparent 51%), linear-gradient(0deg, transparent 0 42%, color-mix(in srgb, var(--tz-blue) 18%, transparent) 42% 46%, transparent 46%), #eaf4ec; border: 1px solid var(--tz-line); }
.pgtb-template-style2 .tz-map-visual::before,
.pgtb-template-style2 .tz-map-visual::after { content: ""; position: absolute; background: rgba(0,170,91,.15); border-radius: 999px; }
.pgtb-template-style2 .tz-map-visual::before { width: 150px; height: 92px; left: 18px; top: 18px; }
.pgtb-template-style2 .tz-map-visual::after { width: 120px; height: 120px; right: 24px; bottom: -36px; }
.pgtb-template-style2 .tz-pin { position: absolute; left: 54%; top: 44%; transform: translate(-50%, -100%) rotate(-45deg); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50% 50% 50% 0; background: var(--tz-cta); }
.pgtb-template-style2 .tz-pin span { display: block; width: 12px; height: 12px; border-radius: 50%; background: #fff; }
.pgtb-template-style2 .tz-sticky-mobile { display: none; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 800px) {
  .hero-slider-wrapper { display: none; }
  .hero-desktop-gallery { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; height: 420px; border-radius: 12px; overflow: hidden; margin-bottom: 30px; }
  .hd-main { grid-row: 1 / 3; }
  .hd-main img, .hd-sub img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
  .hd-main:hover img, .hd-sub:hover img { transform: scale(1.02); }
  .hd-main, .hd-sub { overflow: hidden; }

  .content-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 40px; align-items: start; padding: 0; }

  .grid-tabs { grid-column: 1; grid-row: 1; }
  .grid-cal  { grid-column: 1; grid-row: 2; margin-bottom: 40px; }
  .grid-wte  { grid-column: 1; grid-row: 3; }
  .grid-byg  { grid-column: 1; grid-row: 4; }
  .grid-faq  { grid-column: 1; grid-row: 5; }
  .grid-rev  { grid-column: 1; grid-row: 6; }
  .grid-map  { grid-column: 1; grid-row: 7; }  /* sits after reviews; matches mobile order */

  .grid-inc { grid-column: 2; grid-row: 1 / 7; position: sticky; top: 100px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; box-shadow: 0 8px 25px rgba(0,0,0,0.04); margin-bottom: 0; text-align: left !important; }

  .package-tabs { flex-wrap: wrap; gap: 15px; }
  .pkg-tab { width: calc(33.333% - 10px); flex: none; }

  .desktop-book-card { display: block; background: #f4f9f1; padding: 20px; border-radius: 8px; margin-bottom: 25px; text-align: center !important; border: 1px solid #dbead2; }
  .desktop-book-card h2 { font-size: 26px; color: #333; margin-bottom: 5px; text-align: center !important; }
  .desktop-book-card .pkg-label { font-size: 13px; color: #666; margin-bottom: 15px; text-align: center !important; }
  .desktop-book-card .btn-book { max-width: 100%; padding: 16px; font-size: 16px; }

  .calendar-box { padding: 20px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden !important; text-align: left !important; }

}

@media (max-width: 1024px) {
  .pgtb-template-style2 .tz-page { padding-top: 18px; }
  .pgtb-template-style2 .tz-wrap { width: min(100% - 28px, 820px); }
  .pgtb-template-style2 .tz-hero-band { padding: 20px 14px 22px; border-radius: 26px; }
  .pgtb-template-style2 .tz-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 138px 138px; }
  .pgtb-template-style2 .tz-photo-main { grid-column: span 2; grid-row: auto; }
  .pgtb-template-style2 .tz-layout { grid-template-columns: 1fr; }
  .pgtb-template-style2 .tz-sidebar { position: static; order: -1; }
  .pgtb-template-style2 .tz-price-card { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 16px; align-items: center; }
  .pgtb-template-style2 .tz-price { margin-bottom: 0; }
}

@media (max-width: 767px) {
  .pgtb-template-style2 .tz-page { padding: 12px 0 96px; background: #f6f9fc; }
  .pgtb-template-style2 .tz-wrap { width: calc(100% - 24px); }
  .pgtb-template-style2 .tz-hero-band { margin-bottom: 12px; padding: 14px 12px 18px; border-radius: 22px; }
  .pgtb-template-style2 .tz-breadcrumb { display: none; }
  .pgtb-template-style2 .tz-gallery { display: block; height: auto; margin-bottom: 12px; border-radius: 14px; }
  .pgtb-template-style2 .tz-photo { display: none; }
  .pgtb-template-style2 .tz-photo-main { display: block; height: 228px; }
  .pgtb-template-style2 .tz-gallery-button { right: 12px; bottom: 12px; }
  .pgtb-template-style2 .tz-title-card,
  .pgtb-template-style2 .tz-card,
  .pgtb-template-style2 .tz-price-card,
  .pgtb-template-style2 .tz-package-card { padding: 22px; border-radius: 14px; box-shadow: none; }
  .pgtb-template-style2 .tz-section { margin-top: 20px; padding: 22px; }
  .pgtb-template-style2 h1 { font-size: 24px; line-height: 1.2; }
  .pgtb-template-style2 h2 { font-size: 19px; }
  .pgtb-template-style2 p,
  .pgtb-template-style2 li { font-size: 14px; line-height: 1.56; }
  .pgtb-template-style2 .tz-price-card { display: none; }
  .pgtb-template-style2 .tz-nav { margin-top: 16px; border-radius: 16px; }
  .pgtb-template-style2 .tz-nav a { min-height: 34px; padding: 7px 12px; font-size: 12px; }
  .pgtb-template-style2 .tz-experience-card,
  .pgtb-template-style2 .tz-expect-card,
  .pgtb-template-style2 .tz-package-card,
  .pgtb-template-style2 .tz-package-details,
  .pgtb-template-style2 .tz-about-grid,
  .pgtb-template-style2 .tz-map { grid-template-columns: 1fr; }
  .pgtb-template-style2 .tz-expect-card img,
  .pgtb-template-style2 .tz-experience-card img { width: 100%; height: 154px; }
  .pgtb-template-style2 .tz-review-grid,
  .pgtb-template-style2 .tz-info-grid { grid-template-columns: 1fr; }
  .pgtb-template-style2 .tz-ticket-price { justify-items: stretch; min-width: 0; }
  .pgtb-template-style2 .tz-ticket-price strong,
  .pgtb-template-style2 .tz-ticket-meta { justify-self: start; width: fit-content; max-width: max-content; }
  .pgtb-template-style2 .tz-select { width: 100%; }
  .pgtb-template-style2 .tz-sticky-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 146px;
    gap: 12px;
    align-items: center;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.98);
    border-top: 1px solid var(--tz-line);
    box-shadow: 0 -10px 24px rgba(28, 44, 64, .12);
  }
  .pgtb-template-style2 .tz-sticky-mobile .tz-price { margin: 5px 0 0; font-size: 19px; }
  .pgtb-template-style2 .tz-sticky-mobile .tz-primary { min-height: 44px; }
}
