body { background: #f5f5f2; }

/* ======= PAGE WRAPPER ======= */
.tp-page {
  padding: 90px 60px 80px;
  max-width: 1320px;
  margin: 0 auto;
}

/* ======= HERO ======= */
/* Совпадает по ширине с хедером: calc(100% - 120px), max-width 1200px */
.tp-hero {
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 40px;
}
.tp-hero img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: opacity 0.5s ease;
}
.tp-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(10,20,40,0.25) 0%,
    rgba(10,20,40,0.05) 35%,
    rgba(10,20,40,0.75) 100%);
  z-index: 1;
}
/* Тег сверху слева */
.tp-hero-tag {
  display: inline-block;
  background: #4e75a6;
  color: #fff; font-size: 12px; font-weight: 400;
  padding: 5px 14px; border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
/* Кнопка галерея снизу справа */
.tp-hero-gallery-btn {
  position: absolute; bottom: 48px; right: 28px; z-index: 2;
  background: #4e75a6;
  color: #fff; font-size: 12px; font-weight: 400;
  padding: 7px 18px; border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  border: none;
  cursor: pointer; transition: background 0.2s;
}
.tp-hero-gallery-btn:hover { background: #3a5d8a; }
/* Заголовок + рейтинг снизу слева */
.tp-hero-bottom {
  position: absolute; bottom: 48px; left: 48px; z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tp-hero-title {
  font-size: 38px; font-weight: 700; color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 8px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.tp-hero-rating {
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap; flex-wrap: nowrap;
}
.tp-hero-stars { color: #FFD600; font-size: 16px; letter-spacing: 1px; }
.tp-hero-rating-text {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.9);
  font-family: "Montserrat", sans-serif;
}

/* ======= INNER CONTENT (иконки, layout) ======= */
.tp-content { padding: 0 40px; }

/* ======= ИКОНКИ ПОД HERO ======= */
.tp-icons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  max-width: 700px;
}
.tp-icons-row > *:nth-child(odd)  { clear: left; }

.tp-icon-item {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: 100px;
  height: 30px;
  padding: 0 32px;
  box-sizing: border-box;
  width: fit-content;
}
.tp-icon-item img {
  width: 20px; height: 20px; object-fit: contain;
  flex-shrink: 0;
}
.tp-icon-item span {
  font-size: 13px; font-weight: 700; color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.tp-icon-item--green  { background: #EFF7DF; }
.tp-icon-item--orange { background: #FFF1E8; }
.tp-icon-item--blue   { background: #E6EFFE; }
/* до 20 человек длиннее */
.tp-icon-item--people { padding: 0 48px; }

/* ======= ОСНОВНОЙ LAYOUT ======= */
.tp-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  align-items: start;
}

/* ======= ЛЕВАЯ КОЛОНКА ======= */
.tp-main { min-width: 0; }

.tp-desc {
  font-size: 14px; line-height: 1.8; color: #333;
  margin-bottom: 36px; font-family: "Montserrat", sans-serif;
}

/* --- ЧТО ВАС ОЖИДАЕТ --- */
.tp-section-title {
  font-size: 22px; font-weight: 700; color: #1a1a1a;
  margin-bottom: 16px; font-family: "Montserrat", sans-serif;
  letter-spacing: -0.3px;
  margin-top: 0;
}
.tp-expect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 620px;
  gap: 24px;
  margin-bottom: 36px;
  align-items: start;
}
.tp-expect-card {
  border-radius: 0px;
  padding: 10px 16px;
  font-size: 14px; font-weight: 700; color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  min-height: 80px;
  display: flex;
  align-items: center;
}

/* --- ТАЙМИНГ --- */
.tp-timeline {
  display: flex; flex-direction: column; gap: 0;
  margin-bottom: 36px;
  position: relative;
}
.tp-timeline::before {
  content: "";
  position: absolute; left: 7px; top: 0; bottom: 0;
  width: 2px; background: #1a1a1a;
}
.tp-timeline-item {
  display: flex; align-items: center; gap: 20px;
  padding: 10px 0; position: relative;
}
.tp-timeline-dot {
  width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0;
  background: #4e75a6; border: none; z-index: 1;
}
.tp-timeline-time {
  font-size: 13px; font-weight: 700; color: #4e75a6;
  font-family: "Montserrat", sans-serif; min-width: 42px;
}
.tp-timeline-desc {
  font-size: 14px; color: #1a1a1a; line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

/* --- ОРГАНИЗАЦИОННЫЕ ДЕТАЛИ --- */
.tp-text {
  font-size: 14px; line-height: 1.75; color: #333;
  margin-bottom: 14px; font-family: "Montserrat", sans-serif;
}
.tp-btn-outline-sm {
  display: inline-block;
  background: #fff; color: #1a1a1a;
  border: 2px solid #1a1a1a; padding: 11px 28px;
  border-radius: 100px; font-size: 14px; font-weight: 600;
  cursor: pointer; font-family: "Montserrat", sans-serif;
  transition: background 0.2s; margin-top: 8px;
  text-decoration: none;
}
.tp-btn-outline-sm:hover { background: rgba(0,0,0,0.05); }

/* ======= ПРАВАЯ ПЛАШКА ======= */
.tp-aside { position: sticky; top: 90px; }
.tp-aside-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.tp-price-row {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 4px;
}
.tp-price {
  font-size: 46px; font-weight: 700; color: #1a1a1a;
  font-family: "Montserrat", sans-serif; line-height: 1;
}
.tp-price-currency {
  font-size: 20px; font-weight: 600; color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
}
.tp-price-label {
  font-size: 13px; color: #999; margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.tp-btn-primary {
  display: block; width: 100%;
  background: #1a1a1a; color: #fff; border: none;
  padding: 14px; border-radius: 100px;
  font-size: 15px; font-weight: 600;
  cursor: pointer; margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  transition: background 0.2s;
}
.tp-btn-primary:hover { background: #333; }
.tp-btn-outline {
  display: block; width: 100%;
  background: #fff; color: #1a1a1a;
  border: 2px solid #1a1a1a; padding: 12px;
  border-radius: 100px; font-size: 15px; font-weight: 600;
  cursor: pointer; margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  transition: background 0.2s;
}
.tp-btn-outline:hover { background: rgba(0,0,0,0.04); }
.tp-btn-whatsapp {
  display: flex; align-items: center; justify-content: center;
  width: 100%;
  background: #EFF7DF; color: #1a1a1a; border: 2px solid #1a1a1a;
  padding: 12px; border-radius: 100px;
  font-size: 15px; font-weight: 600;
  cursor: pointer; margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  transition: background 0.2s;
  text-decoration: none;
}
.tp-btn-whatsapp:hover { background: #dff0c8; }

/* Галочки в плашке */
.tp-aside-checks {
  display: flex; flex-direction: column; gap: 8px;
  border-top: 1px solid rgba(0,0,0,0.07); padding-top: 16px;
}
.tp-aside-check {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: #555; font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
.tp-aside-check-icon {
  width: 18px; height: 18px; border-radius: 50%;
  background: #eef5e8; color: #4caf50;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}


/* ---- КАРТА ---- */
.tp-map-block { margin-bottom: 8px; }

/* ---- ОТЗЫВЫ ---- */
.tp-reviews-avg-row {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 20px;
}
.tp-reviews-big-num {
  font-size: 52px; font-weight: 700; color: #1a1a1a;
  font-family: "Montserrat", sans-serif; line-height: 1;
}
.tp-reviews-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-bottom: 8px;
}
.tp-review-card {
  background: #f5f5f3; border-radius: 14px; padding: 16px;
}
.tp-review-top {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.tp-review-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  color: #1a1a1a; display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; font-family: "Montserrat", sans-serif; flex-shrink: 0;
}
.tp-review-name {
  font-size: 13px; font-weight: 700; color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
}
.tp-review-stars-row {
  font-size: 12px; color: #888; font-family: "Montserrat", sans-serif;
  display: flex; align-items: center; gap: 4px; margin-top: 2px;
}
.tp-review-text {
  font-size: 13px; line-height: 1.6; color: #444;
  font-family: "Montserrat", sans-serif;
}

/* ---- ПОХОЖИЕ ТУРЫ ---- */
.tp-similar-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.tp-similar-card {
  border-radius: 14px; overflow: hidden;
  text-decoration: none; display: block;
  position: relative; height: 160px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.14);
  transition: transform 0.3s ease;
}
.tp-similar-card:hover { transform: scale(1.03); }
.tp-similar-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.tp-similar-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 55%);
}
.tp-similar-info {
  position: absolute; bottom: 10px; left: 12px; z-index: 2;
}
.tp-similar-name {
  font-size: 13px; font-weight: 700; color: #fff;
  font-family: "Montserrat", sans-serif;
}
.tp-similar-type {
  font-size: 11px; color: rgba(255,255,255,0.75);
  font-family: "Montserrat", sans-serif;
}

/* ======= HEADER ======= */
.header.visible {
  background: #e6effe;
}
.header.visible .nav a,
.header.visible .nav-item--tours > a {
  color: #1a1a1a;
}
.tp-review-avatar-img {
  width: 42px; height: 42px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}