/* Cluster hub / supporting pages — iTravel Holidays */
body.info-body.cluster-body,
.cluster-body {
  background: #f4f6f8;
}
.cluster-body *,
.cluster-body *::before,
.cluster-body *::after {
  box-sizing: border-box;
}
.cluster-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.25rem 1rem 3rem;
}
.cluster-main .info-breadcrumb {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  color: #5c6c84;
}
.cluster-main .info-breadcrumb a {
  color: #1668e3;
  text-decoration: none;
}
.cluster-main .info-breadcrumb a:hover {
  text-decoration: underline;
}
.cluster-hero {
  position: relative;
  margin: 0 0 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  background: #0a2540;
}
.cluster-hero img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.cluster-hero__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1.35rem 1.25rem 1.1rem;
  background: rgba(10, 37, 64, 0.62);
  color: #fff;
}
.cluster-hero__copy h1 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.cluster-main > h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: #0a2540;
}
.cluster-main .info-lead {
  margin: 0 0 1.25rem;
  color: #5c6c84;
  font-size: 1.05rem;
  max-width: 46rem;
}
.cluster-children,
.cluster-related {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  color: #5c6c84;
}
.cluster-children a,
.cluster-related a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border: 1px solid #d1d9e6;
  border-radius: 999px;
  background: #fff;
  color: #0a2540;
  text-decoration: none;
  font-weight: 600;
}
.cluster-children a:hover,
.cluster-related a:hover {
  border-color: #00a680;
  color: #008f6b;
}
.cluster-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.75rem;
}
.cluster-facts div {
  border: 1px solid #d1d9e6;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  background: #fff;
}
.cluster-facts dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5c6c84;
  font-weight: 700;
}
.cluster-facts dd {
  margin: 0.3rem 0 0;
  font-weight: 600;
  color: #0a2540;
}
.cluster-section {
  margin-bottom: 1.75rem;
  background: #fff;
  border: 1px solid #d1d9e6;
  border-radius: 14px;
  padding: 1.25rem 1.2rem 1.35rem;
}
.cluster-section h2 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  color: #0a2540;
}
.cluster-section p,
.cluster-section li {
  color: #1a2b49;
}
.cluster-section ul {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
}
.cluster-section--products {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cluster-section--products h2 {
  margin: 0 0 0.4rem;
}
.cluster-section--products ul.cluster-products {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cluster-products-note {
  margin: 0 0 1rem;
  color: #5c6c84;
  font-size: 0.92rem;
}
.cluster-products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cluster-products > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Product cards — mobile matches GetYourGuide-style screenshot; desktop is list view */
.cluster-products .tour-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e6ebf2;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(26, 43, 73, 0.08);
  cursor: pointer;
  color: #1a2b49;
}
.cluster-products .tour-card__media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
  background: #dde3ec;
}
.cluster-products .tour-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cluster-products .tour-card__ribbon {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.cluster-products .tour-card__ribbon--best {
  background: #f5c518;
  color: #1a1200;
}
.cluster-products .tour-card__ribbon--rated {
  background: #22c55e;
  color: #052e16;
}
.cluster-products .tour-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.95rem 1rem 1.05rem;
  min-width: 0;
}
.cluster-products .tour-card__main {
  min-width: 0;
}
.cluster-products .tour-card__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a2b49;
}
.cluster-products .tour-card__meta,
.cluster-products .tour-card__rating,
.cluster-products .tour-card__total--desktop {
  display: none;
}
.cluster-products .tour-card__facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.35;
}
.cluster-products .tour-card__fact {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-width: 0;
}
.cluster-products .tour-card__fact + .tour-card__fact::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.85em;
  margin: 0 0.45rem 0 0.2rem;
  background: #cbd5e1;
  flex: 0 0 auto;
}
.cluster-products .tour-card__fact svg {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  color: #94a3b8;
}
.cluster-products .tour-card__fact--rating svg {
  color: #f5a623;
}
.cluster-products .tour-card__fact--rating strong {
  color: #1a2b49;
  font-weight: 700;
}
.cluster-products .tour-card__price-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  width: 100%;
  padding-top: 0.75rem;
  border-top: 1px dashed #d7dee8;
}
.cluster-products .tour-card__price-info {
  display: block;
  min-width: 0;
}
.cluster-products .tour-card__from {
  margin: 0;
  font-size: 0.75rem;
  color: #64748b;
}
.cluster-products .tour-card__total--mobile {
  display: block;
  margin: 0.1rem 0 0.2rem;
  font-size: 1.2rem;
  color: #1a2b49;
}
.cluster-products .tour-card__total--mobile strong {
  color: #1a2b49;
  font-weight: 700;
}
.cluster-products .tour-card__unit {
  font-size: 0.85rem;
  font-weight: 500;
  color: #64748b;
}
.cluster-products .tour-card__tax {
  margin: 0;
  font-size: 0.7rem;
  color: #64748b;
}
.cluster-products .tour-card__actions {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
  width: 100%;
}
.cluster-products .btn-view-details,
.cluster-products .btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  min-height: 2.75rem;
  height: 2.75rem;
  padding: 0.55rem 0.5rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.cluster-products .btn-view-details {
  border: 1.5px solid #1a2b49;
  color: #1a2b49;
  background: #fff;
}
.cluster-products .btn-view-details:hover {
  background: #f5f7fa;
  text-decoration: none;
  color: #1a2b49;
}
.cluster-products .btn-book {
  background: #1a2b49;
  color: #fff;
  border: 1.5px solid #1a2b49;
}
.cluster-products .btn-book:hover {
  background: #12233a;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cluster-products .tour-card {
    flex-direction: row;
    align-items: stretch;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-color: #d1d9e6;
    border-radius: 12px;
  }
  .cluster-products .tour-card__media {
    width: 240px;
    flex: 0 0 240px;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    aspect-ratio: auto;
  }
  .cluster-products .tour-card__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.1rem;
    overflow: hidden;
  }
  .cluster-products .tour-card__title {
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cluster-products .tour-card__facts {
    display: none;
  }
  .cluster-products .tour-card__meta {
    display: block;
    margin: 0.35rem 0 0.25rem;
    font-size: 0.875rem;
    color: #5c6c84;
  }
  .cluster-products .tour-card__rating {
    display: flex;
    align-items: center;
    gap: 0.28rem;
    margin: 0.2rem 0 0;
    font-size: 0.875rem;
    color: #5c6c84;
  }
  .cluster-products .tour-card__rating svg {
    width: 0.95rem;
    height: 0.95rem;
    color: #f5a623;
  }
  .cluster-products .tour-card__rating strong {
    color: #1a2b49;
  }
  .cluster-products .tour-card__price-block {
    flex: 0 0 auto;
    width: auto;
    min-width: 11.5rem;
    padding-top: 0;
    border-top: none;
    text-align: right;
    align-items: flex-end;
  }
  .cluster-products .tour-card__from {
    display: block;
  }
  .cluster-products .tour-card__total--mobile {
    display: none;
  }
  .cluster-products .tour-card__total--desktop {
    display: block;
    margin: 0.1rem 0 0.2rem;
    font-size: 1.25rem;
    color: #1a2b49;
  }
  .cluster-products .tour-card__actions {
    flex-direction: column;
    width: 100%;
  }
  .cluster-products .btn-view-details,
  .cluster-products .btn-book {
    width: 100%;
    flex: 0 0 auto;
    height: 2.4rem;
    min-height: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cluster-products .tour-card {
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }
  .cluster-products .tour-card__media {
    width: 200px;
    flex: 0 0 200px;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }
  .cluster-products .tour-card__price-block {
    min-width: 9.5rem;
  }
}

@media (max-width: 380px) {
  .cluster-products .tour-card__actions {
    flex-direction: column;
  }
  .cluster-products .btn-view-details,
  .cluster-products .btn-book {
    width: 100%;
  }
}
.cluster-btn {
  display: inline-block;
  background: #00a680;
  color: #fff;
  text-decoration: none;
  padding: 0.65rem 1.1rem;
  border-radius: 8px;
  font-weight: 600;
}
.cluster-empty {
  margin: 0;
}
.cluster-faq {
  border: 1px solid #d1d9e6;
  border-radius: 10px;
  padding: 0.75rem 0.95rem;
  margin-bottom: 0.5rem;
  background: #f8faf9;
}
.cluster-faq:last-child {
  margin-bottom: 0;
}
.cluster-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #0a2540;
}
.cluster-faq p {
  margin: 0.55rem 0 0.15rem;
  color: #1a2b49;
}
.tour-breadcrumb {
  font-size: 0.8125rem;
  color: #5c6c84;
  margin: 0 0 0.65rem;
}
.tour-breadcrumb a {
  color: #1668e3;
  text-decoration: none;
}
.tour-breadcrumb a:hover {
  text-decoration: underline;
}
@media (min-width: 720px) {
  .cluster-hero img {
    height: 280px;
  }
}
@media (max-width: 640px) {
  .cluster-hero img {
    height: 180px;
  }
}
.cluster-body .site-header {
  background: #fff !important;
  background-image: none !important;
}
.cluster-body .site-header__inner {
  flex-wrap: nowrap;
}
