/**
 * Trip Platter — Tour package detail: full visual system
 * /packages/{slug} — attractive, symmetric, user-friendly
 */

.tp-tour-page {
  --tp-ocean: var(--tp-brand-dark, #1f1f1f);
  --tp-sky: var(--tp-brand-red, #e53935);
  --tp-sky-bright: #ef5350;
  --tp-sand: var(--tp-brand-light, #f5f5f5);
  --tp-ink: var(--tp-brand-dark, #1f1f1f);
  --tp-muted: var(--tp-brand-mid, #6b6b6b);
  --tp-line: rgba(107, 107, 107, 0.2);
  --tp-card: var(--tp-brand-white, #ffffff);
  --tp-success: #059669;
  --tp-danger: var(--tp-brand-red, #e53935);
  --tp-radius: 18px;
  --tp-radius-sm: 12px;
  --tp-max: 1180px;
  /* Fixed hero row (gallery + book card) — same height on every package page */
  --tp-hero-row-h: 380px;
  position: relative;
  color: var(--tp-ink);
  overflow-x: clip;
}
@media (min-width: 1200px) {
  .tp-tour-page {
    --tp-hero-row-h: 440px;
  }
}
/* One band behind breadcrumb + hero; padding clears absolutely positioned site header */
.tp-tour-page .tp-tour-hero-band {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding-top: clamp(80px, 11vw, 118px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-tour-page .tp-tour-hero-band .tp-tour-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: auto;
  min-height: 100%;
  background: linear-gradient(165deg, #2a2a2a 0%, var(--tp-brand-dark, #1f1f1f) 45%, #0d0d0d 100%);
  pointer-events: none;
}
.tp-tour-page[style*="--tp-hero-img"] .tp-tour-hero-band .tp-tour-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tp-hero-img);
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  mix-blend-mode: overlay;
}

/* —— Top breadcrumb —— */
.tp-tour-page .tp-tour-topbar {
  position: relative;
  z-index: 2;
  padding: 14px 0 10px;
}
.tp-tour-page .tp-tour-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 10px 16px;
}
.tp-tour-page .tp-tour-crumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.tp-tour-page .tp-tour-crumb a:hover {
  text-decoration: underline;
  color: var(--tp-sand);
}
.tp-tour-page .tp-tour-crumb__sep {
  color: rgba(255, 255, 255, 0.45);
  user-select: none;
}
.tp-tour-page .tp-tour-crumb__current {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  max-width: 100%;
}

/* Listing-style crumb (PageBreadcrumb) inside dark tour topbar */
.tp-tour-page .tp-tour-topbar .tp-page-bc-toolbar {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
}
.tp-tour-page .tp-tour-topbar .tp-listing-breadcrumb-item,
.tp-tour-page .tp-tour-topbar .tp-listing-breadcrumb-item a {
  color: rgba(255, 255, 255, 0.88);
}
.tp-tour-page .tp-tour-topbar .tp-listing-breadcrumb-item a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.tp-tour-page .tp-tour-topbar .tp-listing-breadcrumb-item + .tp-listing-breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}
.tp-tour-page .tp-tour-topbar .tp-listing-breadcrumb-current span {
  color: #fff;
}

.tp-tour-maincol{
  margin-top: 25px;
}
/* —— Hero zone —— */
.tp-tour-page .tp-tour-hero-zone {
  position: relative;
  z-index: 1;
  padding-bottom: 28px;
}
.tp-tour-page .tp-tour-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}
@media (min-width: 992px) {
  .tp-tour-page .tp-tour-hero-grid {
    grid-template-columns: 1fr min(360px, 34%);
    gap: 28px;
    height: var(--tp-hero-row-h);
    min-height: var(--tp-hero-row-h);
    max-height: var(--tp-hero-row-h);
    align-items: stretch;
  }
}

.tp-tour-page .tp-tour-hero-media {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.tp-tour-page .tp-tour-gallery-shell {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  background: var(--tp-card);
  border-radius: var(--tp-radius);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}
@media (max-width: 991.98px) {
  .tp-tour-page .tp-tour-gallery-shell {
    min-height: 280px;
  }
}
.tp-tour-page .tp-tour-gallery-inner {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.tp-tour-page .tp-tour-gallery-inner.tour_head_sngl:after {
  display: none;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid {
  gap: 6px !important;
  padding: 6px !important;
}
/* Override global GeoTrip grid — explicit 1 big + 2×2 small, no stray blank cells */
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-auto-rows: auto !important;
  flex: 1 1 auto;
  min-height: 0;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > * {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  align-self: stretch;
  border-radius: 10px;
  overflow: hidden;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
  align-self: stretch;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:only-child {
  grid-column: 1 / -1;
  grid-row: 1 / span 2;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
/* Fewer than 5 photos: collapse empty slots */
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(2):nth-last-child(1) {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
}
/* Exactly 3 photos: one wide strip on top, one wide on bottom */
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(2):nth-last-child(2) {
  grid-column: 2 / span 2;
  grid-row: 1;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(3):nth-last-child(1) {
  grid-column: 2 / span 2;
  grid-row: 2;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > *:nth-child(4):nth-last-child(1) {
  grid-column: 3;
  grid-row: 2;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 > * {
  display: flex;
  flex-direction: column;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 .galleryGrid__item > a,
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 .galleryGrid__item2 > a {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  display: flex;
}
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 .galleryGrid__item img,
.tp-tour-page .tp-tour-gallery-inner .galleryGrid.typeGrid_2 .galleryGrid__item2 img {
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: 1 1 auto;
  object-fit: cover;
  display: block;
}
/* Single fallback image — fills fixed hero gallery area */
.tp-tour-page .tp-tour-gallery-inner > .galleryGrid__item2 {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.tp-tour-page .tp-tour-gallery-inner > .galleryGrid__item2 > a {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  display: flex;
}
.tp-tour-page .tp-tour-hero-single-img {
  width: 100%;
  height: 100% !important;
  min-height: 0;
  flex: 1 1 auto;
  object-fit: cover;
  display: block;
}
.tp-tour-page .tp-tour-gallery-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.tp-tour-page .tp-tour-gallery-inner a:hover img {
  transform: scale(1.03);
}

.tp-tour-page .tp-tour-gallery-actions {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: linear-gradient(90deg, #f8fafc, #fff);
  border-top: 1px solid var(--tp-line);
}
.tp-tour-page .tp-tour-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  font-weight: 600;
  font-size: 0.9rem;
}
.tp-tour-page .tp-tour-rating-pill--muted {
  background: #f1f5f9;
  border-color: var(--tp-line);
  color: var(--tp-muted);
}
.tp-tour-page .tp-tour-rating-num {
  font-size: 1.1rem;
  color: var(--tp-ocean);
}
.tp-tour-page .tp-tour-stars {
  color: #f59e0b;
  letter-spacing: 1px;
}
.tp-tour-page .tp-tour-rating-count {
  font-size: 0.8rem;
  color: var(--tp-muted);
  font-weight: 500;
}
.tp-tour-page .tp-tour-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 2px solid var(--tp-sky);
  color: var(--tp-ocean);
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  background: #fff;
  transition: all 0.2s ease;
}
.tp-tour-page .tp-tour-btn-ghost:hover {
  background: var(--tp-sky);
  border-color: var(--tp-sky);
  color: #fff;
}

.tp-tour-page .tp-tour-hero-aside {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
/* Floating book card (desktop) — match gallery column height */
.tp-tour-page .tp-tour-book-card {
  position: sticky;
  top: 100px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 26px 22px 24px;
  border-radius: var(--tp-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, #f8fafc 100%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18), 0 0 0 1px var(--tp-line);
  text-align: center;
}
.tp-tour-page .tp-tour-book-card__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-sky);
  margin: 0 0 8px;
}
.tp-tour-page .tp-tour-book-card__title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px;
  color: var(--tp-ink);
}
.tp-tour-page .tp-tour-book-card__loc {
  font-size: 0.82rem;
  color: var(--tp-muted);
  margin: 0 0 18px;
}
.tp-tour-page .tp-tour-book-card__loc i {
  color: var(--tp-sky);
  margin-right: 4px;
}
.tp-tour-page .tp-tour-book-card__price {
  margin-bottom: 18px;
}
.tp-tour-page .tp-tour-book-card__from {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tp-muted);
  margin-bottom: 4px;
}
.tp-tour-page .tp-tour-book-card__inr {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 900;
  color: var(--tp-success);
  letter-spacing: -0.02em;
}
.tp-tour-page .tp-tour-book-card__unit {
  display: block;
  font-size: 0.85rem;
  color: var(--tp-muted);
  margin-top: 4px;
}
.tp-tour-page .tp-tour-book-card__price--por {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--tp-ocean);
}
.tp-tour-page .tp-tour-btn-primary {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-radius: 14px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    color: #fff !important;
    background: #cf4744;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
.tp-tour-page .tp-tour-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff !important;
}
.tp-tour-page .tp-tour-btn-primary--sm {
  padding: 12px 14px;
  font-size: 0.9rem;
}
.tp-tour-page .tp-tour-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--tp-ocean) !important;
  background: #fff;
  border: 2px solid var(--tp-line);
  transition: border-color 0.2s, background 0.2s;
}
.tp-tour-page .tp-tour-btn-secondary:hover {
  border-color: var(--tp-sky);
  background: #f0f9ff;
  color: var(--tp-ocean) !important;
}
.tp-tour-page .tp-tour-trust {
  list-style: none;
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px dashed var(--tp-line);
  text-align: left;
}
.tp-tour-page .tp-tour-trust li {
  font-size: 0.8rem;
  color: var(--tp-muted);
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.tp-tour-page .tp-tour-trust li:last-child {
  margin-bottom: 0;
}
.tp-tour-page .tp-tour-trust i {
  color: var(--tp-success);
  margin-top: 2px;
}

/* —— Stats strip (symmetric) —— */
.tp-tour-page .tp-tour-stats-wrap {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  margin-bottom: -50px;
}
.tp-tour-page .tp-tour-stats-wrap .container {
  max-width: var(--tp-max);
}
.tp-tour-page .tp-tour-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .tp-tour-page .tp-tour-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.tp-tour-page .tp-tour-stat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 100%;
  padding: 0;
  border-radius: var(--tp-radius-sm);
  background: var(--tp-card);
  border: 1px solid var(--tp-line);
  box-shadow: none;
}
.tp-tour-page .tp-tour-stat__icon {
  width: 44px;
  height: 44px;
  margin: 10px 0 10px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #e0f2fe, #bae6fd);
  color: var(--tp-ocean);
  font-size: 1.1rem;
}
.tp-tour-page .tp-tour-stat__text {
  padding: 10px 12px 10px 0;
  min-width: 0;
}
.tp-tour-page .tp-tour-stat__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-muted);
  margin-bottom: 4px;
}
.tp-tour-page .tp-tour-stat__value {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tp-ink);
}
.tp-tour-rail{
  padding-top: 25px;
}
/* —— Body two-column —— */
.tp-tour-page .tp-tour-body {
  position: relative;
  z-index: 1;
  padding-bottom: 60px!important;
  padding-top: 30px !important;
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 12%, #fff 35%);
}
@media (min-width: 992px) {
  .tp-tour-page .tp-tour-body {
    padding-bottom: 56px!important;
    padding-top: 30px !important;
  }
}
.tp-tour-page .tp-tour-body > .container {
  max-width: var(--tp-max);
}
.tp-tour-page .tp-tour-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
  padding-top: 32px;
}
@media (min-width: 992px) {
  .tp-tour-page .tp-tour-split {
    grid-template-columns: 1fr min(380px, 34%);
    gap: 40px;
  }
}

.tp-tour-page .tp-tour-pagehead {
  margin-bottom: 22px;
}
.tp-tour-page .tp-tour-h1 {
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--tp-ink);
}
.tp-tour-page .tp-tour-tagline {
  font-size: 0.9rem;
  color: var(--tp-muted);
  margin: 0;
  max-width: 52ch;
}
.tp-tour-page .tp-tour-mob-rating {
  margin-top: 12px !important;
}
.tp-tour-page .tp-tour-mob-price {
  margin-top: 16px;
}
.tp-tour-page .tp-tour-mob-price__inner {
  padding: 16px;
  border-radius: var(--tp-radius-sm);
  background: linear-gradient(135deg, #ecfdf5, #fff);
  border: 1px solid #a7f3d0;
  text-align: center;
}
.tp-tour-page .tp-tour-mob-price__lbl {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tp-muted);
}
.tp-tour-page .tp-tour-mob-price__inr {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--tp-success);
}
.tp-tour-page .tp-tour-mob-pills {
  margin-top: 14px !important;
}
.tp-tour-page .tp-tour-mob-pills .dtl_bx {
  background: #fff !important;
  border: 1px solid var(--tp-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

/* Jump nav */
.tp-tour-page .tp-tour-jump {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 12px;
  background: var(--tp-card);
  border: 1px solid var(--tp-line);
  box-shadow: none;
}
.tp-tour-page .tp-tour-jump ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.tp-tour-page .tp-tour-jump li {
  flex: 0 0 auto;
}
.tp-tour-page .tp-tour-jump li a {
  display: block;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-muted);
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.tp-tour-page .tp-tour-jump li a:hover {
  color: var(--tp-ocean);
  background: #f0f9ff;
}
.tp-tour-page .tp-tour-jump li a.active {
  color: #fff !important;
  background: linear-gradient(135deg, var(--tp-sky), var(--tp-brand-red-hover, #c62828));
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.4);
}

.tp-tour-page #t_detail_tabs.fixed.tp-tour-jump {
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: min(720px, 100vw - 24px);
  z-index: 100;
  animation: tpTourNavIn 0.25s ease;
}
@keyframes tpTourNavIn {
  from {
    opacity: 0.85;
    transform: translateX(-50%) translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media (min-width: 992px) {
  .tp-tour-page #t_detail_tabs.fixed.tp-tour-jump {
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
  }
}

/* Panels — no inner padding (tight sections) */
.tp-tour-page .tp-panel {
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--tp-card);
  border: 1px solid var(--tp-line);
  box-shadow: none;
  overflow: hidden;
}
.tp-tour-page .tp-panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: #f8fafc;
  border-bottom: 1px solid var(--tp-line);
}
.tp-tour-page .tp-panel__ico {
  width: 40px;
  height: 40px;
  margin: 6px 0 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--tp-sky), var(--tp-brand-red-hover, #c62828));
  color: #fff;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.tp-tour-page .tp-panel__title {
  margin: 0;
  padding: 6px 10px 6px 0;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: var(--tp-ink);
}
.tp-tour-page .tp-panel__body {
  padding: 20px 22px 22px;
}
.tp-tour-page .tp-tour-overview {
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
}
.tp-tour-page .tp-tour-overview img {
  max-width: 100%;
  height: auto;
  border-radius: var(--tp-radius-sm);
}

.tp-tour-page .tp-list--highlights {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-tour-page .tp-list--highlights li {
  position: relative;
  padding-left: 18px;
  font-size: 0.92rem;
  line-height: 1.45;
}
.tp-tour-page .tp-list--highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tp-sky), var(--tp-ocean));
}

.tp-tour-page .tp-grid-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .tp-tour-page .tp-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tp-tour-page .tp-grid-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  line-height: 1.45;
  padding: 8px 10px;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--tp-line);
}
.tp-tour-page .tp-grid-list li:last-child {
  border-bottom: none;
}
.tp-tour-page .tp-grid-list li i {
  margin-top: 3px;
  color: var(--tp-success);
  flex-shrink: 0;
}
.tp-tour-page .tp-grid-list--incl li i {
  color: var(--tp-success);
}
.tp-tour-page .tp-grid-list--excl li i {
  color: var(--tp-danger);
}
.tp-tour-page .tp-panel--incl {
  background: #ecfdf5;
  border-color: #bbf7d0;
}
.tp-tour-page .tp-panel--incl .tp-panel__head {
  background: #d1fae5;
  border-bottom-color: #bbf7d0;
}
.tp-tour-page .tp-panel--incl .tp-panel__body {
  background: transparent;
}
.tp-tour-page .tp-panel--incl .tp-grid-list li {
  border-bottom-color: #bbf7d0;
}
.tp-tour-page .tp-panel--excl {
  background: #fef2f2;
  border-color: #fecaca;
}
.tp-tour-page .tp-panel--excl .tp-panel__head {
  background: #fee2e2;
  border-bottom-color: #fecaca;
}
.tp-tour-page .tp-panel--excl .tp-panel__body {
  background: transparent;
}
.tp-tour-page .tp-panel--excl .tp-grid-list li {
  border-bottom-color: #fecaca;
}
.tp-tour-page .tp-panel--itin .tp-panel__head {
  background: #fffbeb;
}

.tp-tour-page .tp-acc-item {
  border: 1px solid var(--tp-line) !important;
  border-radius: 12px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}
.tp-tour-page .tp-acc-item .accordion-button {
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: none !important;
  padding: 10px 12px;
}
.tp-tour-page .tp-acc-item .accordion-body {
  padding: 0 12px 12px;
  visibility: visible;
  font-size: 14px;
}

.tp-tour-page .tp-acc-item__title {
  text-align: left;
  flex: 1;
  background: transpare
}
.tp-tour-page .tp-day-badge {
  flex-shrink: 0;
  min-width: 56px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #4b4b4b;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

/* Enquiry rail — CTA only (unlock itinerary) */
.tp-tour-page .tp-tour-enquiry {
  border-radius: var(--tp-radius);
  overflow: hidden;
  border: 1px solid var(--tp-line);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  background: var(--tp-card);
}
.tp-tour-page .tp-tour-enquiry--cta-only {
 border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 56px rgba(12, 74, 110, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}
.tp-tour-page .tp-tour-enquiry__cta-inner {
  padding: 22px 18px 20px;
  text-align: center;
  color: #fff;
}
.tp-tour-page .tp-tour-enquiry__eyebrow {
  margin: 0 0 8px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.88;
}
.tp-tour-page .tp-tour-enquiry__cta-title {
  margin: 0 0 10px;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.tp-tour-page .tp-tour-enquiry__cta-desc {
  margin: 0 0 18px;
  font-size: 0.84rem;
  line-height: 1.5;
  opacity: 0.92;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.tp-tour-page .tp-tour-form__lbl {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tp-muted);
  margin: 12px 0 6px;
}
.tp-tour-page .tp-tour-form__lbl:first-of-type {
  margin-top: 0;
}
.tp-tour-page .tp-tour-form .form-control {
  border-radius: 12px;
  border: 1px solid var(--tp-line);
  padding: 11px 14px;
  font-size: 0.92rem;
}
.tp-tour-page .tp-tour-form .form-control:focus {
  border-color: var(--tp-sky);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
}
.tp-tour-page .tp-tour-cap {
  background: #e2e8f0 !important;
  color: var(--tp-ink) !important;
  min-height: 46px;
}

.tp-tour-page .tp-related {
  margin-top: 16px;
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--tp-line);
  box-shadow: none;
}
.tp-tour-page .tp-related__title {
  font-size: 0.95rem;
  font-weight: 900;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tp-ocean);
}
.tp-tour-page .tp-related__title i {
  color: var(--tp-sky);
}
.tp-tour-page .tp-related__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 10px;
  margin: 0 -6px;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.2s;
}
.tp-tour-page .tp-related__row:hover {
  background: #f8fafc;
}
.tp-tour-page .tp-related__row + .tp-related__row {
  border-top: 1px solid #f1f5f9;
}
.tp-tour-page .tp-related__img {
  width: 72px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.tp-tour-page .tp-related__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-tour-page .tp-related__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.tp-tour-page .tp-related__name {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--tp-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tp-tour-page .tp-related__price {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--tp-success);
}

/* Gallery strip */
.tp-tour-page .tp-gallery-strip {
  margin-top: 28px;
  padding: 0;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--tp-line);
  box-shadow: none;
}
.tp-tour-page .tp-gallery-strip__head {
  padding: 10px 12px 0;
  border-bottom: 1px solid var(--tp-line);
}
.tp-tour-page .tp-tour-section-head {
  border-bottom: 1px solid var(--tp-line);
}
.tp-tour-page .tp-tour-section-head .tp-panel__ico {
  margin: 6px 0 6px 8px;
}
.tp-tour-page .tp-tour-section-head .tp-panel__title {
  padding: 6px 10px 6px 0;
}
.tp-tour-page .tp-gallery-strip__head h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tp-ocean);
}
.tp-tour-page .tp-gallery-strip__head p {
  margin: 0 0 10px;
  font-size: 0.82rem;
  color: var(--tp-muted);
}
.tp-tour-page .tp-gallery-owl {
  padding: 8px 0 10px;
}
.tp-tour-page .tp-gallery-strip__link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.tp-tour-page .tp-gallery-strip__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.tp-tour-page .tp-gallery-strip__link:hover img {
  transform: scale(1.05);
}

/* Reviews */
.tp-tour-page .tp-reviews-desk {
  margin-top: 28px;
  padding: 0;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--tp-line);
  box-shadow: none;
}
.tp-tour-page .tp-reviews-desk__head {
  padding: 10px 12px 0;
  border-bottom: 1px solid var(--tp-line);
}
.tp-tour-page .tp-reviews-desk__head h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--tp-ink);
}
.tp-tour-page .tp-reviews-desk__head p {
  margin: 0 0 10px;
  color: var(--tp-muted);
  font-size: 0.82rem;
}
.tp-tour-page .tp-reviews-desk .tourReviewsSlider {
  padding: 8px 0 10px;
}
.tp-tour-page .tp-review-card {
  border-radius: var(--tp-radius-sm);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--tp-line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  padding: 16px;
}
.tp-tour-page .tp-review-card__body {
  flex: 1 1 auto;
}
.tp-tour-page .tp-review-card__desc {
  margin: 0;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.65;
}
.tp-tour-page .tp-review-readmore {
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: var(--tp-sky);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0;
  cursor: pointer;
}
.tp-tour-page .tp-review-card__foot {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--tp-line);
}
.tp-tour-page .tp-review-card__foot img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
}
.tp-tour-page .tp-review-card__foot h4 {
  margin: 8px 0 0;
}
.tp-tour-page .tp-review-card__foot .t_rw_rating {
  margin-top: 8px;
}

body.tp-review-modal-open {
  overflow: hidden;
}
.tp-tour-page .tp-review-modal {
  position: fixed;
  inset: 0;
  z-index: 6500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.tp-tour-page .tp-review-modal[hidden] {
  display: none !important;
}
.tp-tour-page .tp-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}
.tp-tour-page .tp-review-modal__dialog {
  position: relative;
  width: min(680px, calc(100vw - 24px));
  max-height: min(82vh, 700px);
  overflow-y: auto;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--tp-line);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}
.tp-tour-page .tp-review-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px 10px;
  border-bottom: 1px solid var(--tp-line);
}
.tp-tour-page .tp-review-modal__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 900;
}
.tp-tour-page .tp-review-modal__close {
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f1f5f9;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.tp-tour-page .tp-review-modal__meta {
  padding: 10px 16px 0;
  color: var(--tp-muted);
  font-size: 0.86rem;
  font-weight: 700;
}
.tp-tour-page .tp-review-modal__body {
  padding: 8px 16px 18px;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.7;
}
.tp-tour-page .tp-reviews-mob__h {
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  padding: 0 !important;
  margin-bottom: 12px !important;
}
.tp-tour-page .tp-reviews-mob__h span {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--tp-muted);
  margin-top: 4px;
}

/* Mobile slider */
.tp-tour-page .tp-tour-mob-slider .mobile_gallery,
.tp-tour-page .tp-tour-mob-slider {
  margin-bottom: 8px;
}
.tp-tour-page .tp-tour-mob-fallback {
  border-radius: var(--tp-radius);
  overflow: hidden;
  margin: 0 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.15);
}
.tp-tour-page .tp-tour-mob-fallback img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Bottom bar */
.tp-tour-page .tp-tour-mob-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  padding: 0;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.06));
}
.tp-tour-page .tp-tour-mob-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--tp-line);
  backdrop-filter: blur(12px);
  box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.12);
}
.tp-tour-page .tp-tour-mob-bar__price {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.tp-tour-page .tp-tour-mob-bar__lbl {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tp-muted);
}
.tp-tour-page .tp-tour-mob-bar__inr {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--tp-success);
}
.tp-tour-page .tp-tour-mob-bar__por {
  font-weight: 800;
  color: var(--tp-ocean);
}
.tp-tour-page .tp-tour-mob-bar__cta {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 120px;
  padding: 12px 22px !important;
}

/* Unlock itinerary — primary CTA */
.tp-tour-page .tp-tour-unlock-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  background: transparent;
  color: var(--tp-ink);
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tp-tour-page .tp-tour-unlock-btn__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #424242;
  /* border: 2px solid rgba(255, 255, 255, 0.95); */
  color: #ffffff;
}
.tp-tour-page .tp-tour-unlock-btn__arrow {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-left: 2px;
}
.tp-tour-page .tp-tour-unlock-btn:hover {
  transform: translateY(-2px);
}
.tp-tour-page .tp-tour-unlock-btn:hover .tp-tour-unlock-btn__inner {
  background: #181818;
}
.tp-tour-page .tp-tour-unlock-btn:active {
  transform: translateY(0);
}

body.tp-unlock--open {
  overflow: hidden;
}

.tp-unlock {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.tp-unlock[hidden] {
  display: none !important;
}
.tp-unlock__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}
.tp-unlock__dialog {
  position: relative;
  width: min(880px, calc(100vw - 24px));
  height: min(596px, calc(100vh - 24px));
  max-height: calc(100vh - 24px);
  border-radius: var(--tp-radius);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
  background: var(--tp-card);
  display: flex;
  flex-direction: column;
}
.tp-unlock__grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(108px, 26%) 1fr;
  height: 100%;
  align-items: stretch;
}
@media (min-width: 768px) {
  .tp-unlock__grid {
    grid-template-columns: minmax(220px, 36%) 1fr;
    grid-template-rows: 1fr;
  }
}
.tp-unlock__visual {
  position: relative;
  min-height: 0;
  height: 100%;
  background: linear-gradient(145deg, var(--tp-brand-dark, #1f1f1f) 0%, #333 45%, var(--tp-sky) 100%);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .tp-unlock__visual {
    min-height: 108px;
    height: auto;
  }
}
.tp-unlock__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.55) 100%);
  pointer-events: none;
}
.tp-unlock__visual-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.tp-unlock__visual-kicker {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
      color: white;
}
.tp-unlock__visual-title {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  color: white;
}
.tp-unlock__panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.tp-unlock__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px 0;
}
.tp-unlock__toolbar-spacer {
  flex: 1;
}
.tp-unlock__iconbtn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--tp-line);
  background: #f8fafc;
  color: var(--tp-ocean);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.tp-unlock__iconbtn:hover {
  background: #e2e8f0;
}
.tp-unlock__iconbtn--close {
  background: #fff;
}
.tp-unlock__progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 10px 14px 12px;
  border-bottom: 1px solid var(--tp-line);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tp-unlock__dot {
  flex: 1;
  min-width: 56px;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tp-muted);
  padding: 6px 4px;
  border-radius: 8px;
  position: relative;
}
.tp-unlock__dot--on {
  color: var(--tp-ocean);
  background: #e0f2fe;
}
.tp-unlock__dot--done {
  color: var(--tp-success);
}
.tp-unlock__body {
  padding: 14px 14px 18px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.tp-unlock__step {
  display: none;
  min-height: 200px;
}
.tp-unlock__step--active {
  display: block;
  animation: tpUnlockFade 0.22s ease;
}
@keyframes tpUnlockFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tp-unlock__h {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--tp-ink);
}
.tp-unlock__sub {
  margin: 0 0 14px;
  font-size: 0.84rem;
  color: var(--tp-muted);
  line-height: 1.45;
}
.tp-unlock__lead {
  margin: 0 0 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tp-ocean);
  line-height: 1.45;
}
.tp-unlock__search {
  border-radius: 12px;
  margin-bottom: 10px;
}
.tp-unlock__countrylist {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: min(240px, 40vh);
  overflow-y: auto;
  border: 1px solid var(--tp-line);
  border-radius: 12px;
}
.tp-unlock__countrylist li + li {
  border-top: 1px solid #f1f5f9;
}
.tp-unlock__country {
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: none;
  background: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s;
}
.tp-unlock__country:hover {
  background: #f8fafc;
}
.tp-unlock__calhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tp-unlock__cal {
  max-width: 360px;
  margin: 0 auto;
}
.tp-unlock__caltitle {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--tp-ink);
}
.tp-unlock__calnav {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--tp-line);
  background: #fff;
  color: var(--tp-ocean);
  cursor: pointer;
}
.tp-unlock__calweek {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--tp-muted);
  text-align: center;
}
.tp-unlock__caldays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.tp-unlock__day {
  aspect-ratio: 1;
  min-height: 32px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #f8fafc;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--tp-ink);
}
.tp-unlock__day--empty {
  visibility: hidden;
  pointer-events: none;
}
.tp-unlock__day--disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.tp-unlock__day--picked {
  background: linear-gradient(135deg, var(--tp-sky), var(--tp-ocean));
  color: #fff;
  border-color: transparent;
}
.tp-unlock__day:hover:not(:disabled):not(.tp-unlock__day--empty) {
  border-color: var(--tp-sky);
}
.tp-unlock__calhint {
  margin-top: 12px;
  text-align: center;
}
.tp-unlock__compgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 480px) {
  .tp-unlock__compgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tp-unlock__comp {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px 8px;
  border-radius: 14px;
  border: 1px solid var(--tp-line);
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
}
.tp-unlock__comp:hover {
  border-color: var(--tp-sky);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.15);
  transform: translateY(-2px);
}
.tp-unlock__comp-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-unlock__comp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-unlock__comp-img--ico {
  font-size: 1.5rem;
  color: var(--tp-sky);
  aspect-ratio: 4/3;
}
.tp-unlock__comp-t {
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--tp-ink);
}
.tp-unlock__langgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tp-unlock__lang {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--tp-line);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--tp-ink);
  transition: background 0.2s, border-color 0.2s;
}
.tp-unlock__lang:hover {
  border-color: var(--tp-sky);
  background: #f0f9ff;
}
.tp-unlock__summary {
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--tp-line);
  padding: 12px;
  margin-bottom: 14px;
  font-size: 0.82rem;
}
.tp-unlock__sumrow {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #e2e8f0;
}
.tp-unlock__sumrow:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tp-unlock__sumrow span {
  color: var(--tp-muted);
  font-weight: 700;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tp-unlock__sumrow strong {
  font-weight: 700;
  color: var(--tp-ink);
  word-break: break-word;
}
.tp-unlock__sumrow a {
  color: var(--tp-sky);
}

