:root {
  --page-bg: #ffffff;
  --text: #101010;
  --muted: #5b6470;
  --blue: #1349c7;
  --border: #d7dde7;
  --header-bg: #030303;
  --yellow: #ffcd1d;
  --green: #18a558;
  --card-radius: 13px;
}

* {
  box-sizing: border-box;
}

body.trek-page {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Source Sans 3", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-shell {
  min-height: 100vh;
}

.old-topbar {
  background: var(--header-bg);
  color: #fff;
  display: grid;
  grid-template-columns: 230px 1fr auto 290px;
  align-items: center;
  gap: 20px;
  padding: 15px 40px 14px;
}

.old-brand-block {
  line-height: 1;
}

.old-brand-mark {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.ace-word {
  font-size: 70px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -2px;
  position: relative;
}

.tm {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.old-brand-sub {
  margin-top: -8px;
  padding-left: 2px;
  font-size: 20px;
  font-weight: 500;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 16px;
  font-weight: 700;
}

.main-nav a span {
  font-size: 10px;
  margin-left: 2px;
}

.top-treks {
  justify-self: center;
  border: 2px solid rgba(255, 255, 255, 0.85);
  padding: 13px 20px;
  min-width: 174px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
}

.sun-icon {
  color: var(--yellow);
  font-size: 20px;
}

.contact-box {
  justify-self: end;
  text-align: right;
}

.location-line {
  font-size: 14px;
  font-weight: 700;
}

.flag {
  margin-left: 6px;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 6px;
}

.caret {
  font-size: 10px;
  margin-left: 2px;
}

.phone-line {
  margin-top: 4px;
  font-size: 19px;
  font-weight: 800;
}

.wa {
  color: #34c759;
  margin-right: 8px;
  font-size: 16px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -3px;
  border-radius: 50%;
  background: #34c759;
  position: relative;
}

.wa::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.content {
  max-width: 1130px;
  margin: 16px auto 0;
  padding: 0 14px 60px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2.05fr 1.02fr 1.02fr;
  grid-template-rows: 204px 204px;
  gap: 4px;
}

.card {
  overflow: hidden;
  position: relative;
  border-radius: var(--card-radius);
  background: #dce3f0;
}

.large {
  grid-row: 1 / 3;
}

.medium {
  grid-column: 2;
  grid-row: 1;
}

.gallery-grid .small:nth-of-type(3) {
  grid-column: 3;
  grid-row: 1;
}

.gallery-grid .small:nth-of-type(4) {
  grid-column: 2;
  grid-row: 2;
}

.gallery-grid .small:nth-of-type(5) {
  grid-column: 3;
  grid-row: 2;
}

.tripadvisor-sticker {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 78px;
  height: 78px;
  background: #ffc700;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  display: grid;
  place-items: center;
}

.sticker-inner {
  width: 64px;
  height: 64px;
  border: 1.5px solid #2f2c0d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #2f2c0d;
}

.sticker-top,
.sticker-bottom {
  font-size: 7px;
  font-weight: 700;
  line-height: 1.05;
}

.sticker-logo {
  font-size: 18px;
  letter-spacing: -2px;
  line-height: 1;
  margin: 2px 0;
  font-weight: 800;
}

.photos-pill {
  position: absolute;
  top: 10px;
  right: 12px;
  background: rgba(42, 44, 50, 0.88);
  color: #fff;
  border-radius: 6px;
  padding: 10px 13px;
  font-size: 15px;
  font-weight: 600;
}

.info-strip {
  margin-top: 14px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2353c4;
  font-size: 16px;
}

.breadcrumbs .active {
  font-weight: 600;
}

.details-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: start;
}

.main-column {
  min-width: 0;
}

.title-block {
  position: relative;
}

.travellife-badge {
  position: absolute;
  left: -117px;
  top: -6px;
  width: 112px;
  height: 60px;
  border: 1px solid #cdd5ca;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  display: flex;
}

.leaf {
  width: 42px;
  background:
    radial-gradient(circle at 14px 18px, #fdd250 0 12px, transparent 13px),
    radial-gradient(circle at 26px 31px, #7abf43 0 14px, transparent 15px),
    linear-gradient(135deg, #f5f5f5 0%, #dbead7 100%);
}

.travellife-text {
  padding: 6px 6px 4px;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.travellife-text strong {
  font-size: 12px;
  color: #757575;
}

.travellife-text span {
  font-size: 14px;
  font-weight: 800;
  color: #d1ac32;
  letter-spacing: 0.08em;
}

.travellife-text small {
  margin-top: 3px;
  font-size: 8px;
  color: #929292;
}

h1 {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.review-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  flex-wrap: wrap;
}

.review-line a {
  color: #2e2f33;
}

.trip-intro {
  margin: 18px 0 22px;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.42;
  color: #121212;
}

.dots {
  display: flex;
  gap: 3px;
}

.dots span {
  width: 12px;
  height: 12px;
  background: #16b364;
  border-radius: 50%;
}

.heart {
  color: #ff5b6b;
  font-size: 18px;
  margin-left: 8px;
}

.price-card {
  border: 1px solid #e7dcc8;
  border-radius: 14px;
  padding: 18px;
  text-align: left;
  background: linear-gradient(180deg, #fffdf8 0%, #f8f2e8 100%);
  box-shadow: 0 14px 30px rgba(78, 58, 30, 0.1);
  overflow: hidden;
}

.price-card.expanded {
  padding: 18px;
}

.price {
  font-size: 20px;
  font-weight: 800;
  color: #24344f;
  letter-spacing: -0.02em;
  font-family: Georgia, "Times New Roman", serif;
}

.price span {
  font-size: 14px;
  font-weight: 500;
  color: #7a6b55;
  font-family: "Source Sans 3", sans-serif;
}

.price-card a {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #9b6b2f;
  letter-spacing: 0.04em;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.discount-link {
  margin-top: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.discount-link span {
  margin-left: 4px;
  font-size: 13px;
}

.pricing-table {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  padding: 14px 14px 8px;
  border: 1px solid #eadfcf;
}

.pricing-head,
.pricing-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 8px;
}

.pricing-head {
  color: #9b6b2f;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-head span:last-child {
  grid-column: 3;
}

.pricing-row {
  font-size: 15px;
  color: #4a5568;
  padding: 8px 0;
}

.pricing-row i {
  height: 0;
  border-bottom: 1px dashed #d8c5a7;
}

.pricing-row strong {
  font-weight: 700;
  color: #24344f;
}

.cta {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 13px 14px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cta.primary {
  background: linear-gradient(135deg, #203a67 0%, #2f63d8 100%);
  color: #fff;
  box-shadow: 0 10px 18px rgba(32, 58, 103, 0.14);
}

.cta.secondary {
  background: #fffdf8;
  color: #8a622f;
  border: 1px solid #e4d3b8;
}

.facts-panel {
  background: #dfe8f9;
  border-radius: 4px;
  padding: 28px 28px 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 26px;
}

.fact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.fact-item strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: #2d3035;
}

.fact-item strong small {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6b6e76;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}

.fact-label {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: #575d67;
}

.fact-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  position: relative;
  color: #575757;
}

.fact-icon::before,
.fact-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.globe::before {
  inset: 2px;
  border: 3px solid #646464;
  border-radius: 50%;
}

.globe::after {
  left: 12px;
  top: 3px;
  width: 3px;
  height: 22px;
  background: #646464;
  box-shadow: -8px 7px 0 -1px #646464, 8px 7px 0 -1px #646464;
}

.calendar::before {
  inset: 4px 2px 2px;
  border: 3px solid #646464;
  border-radius: 3px;
}

.calendar::after {
  left: 6px;
  top: 0;
  width: 16px;
  height: 8px;
  border-top: 3px solid #646464;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  box-shadow: -5px 4px 0 -1px #646464, 5px 4px 0 -1px #646464;
}

.gauge::before {
  left: 2px;
  right: 2px;
  bottom: 3px;
  height: 16px;
  border: 3px solid #f17f1d;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.gauge::after {
  width: 12px;
  height: 3px;
  background: #6aac2b;
  top: 12px;
  left: 12px;
  transform: rotate(-52deg);
  transform-origin: left center;
}

.hiking::before {
  left: 12px;
  top: 1px;
  width: 6px;
  height: 6px;
  background: #616161;
  border-radius: 50%;
  box-shadow: -2px 10px 0 1px #616161;
}

.hiking::after {
  left: 9px;
  top: 12px;
  width: 14px;
  height: 14px;
  border-left: 3px solid #616161;
  border-bottom: 3px solid #616161;
  transform: skew(-10deg) rotate(15deg);
  box-shadow: -7px 8px 0 -5px #616161, 6px 6px 0 -5px #616161;
}

.altitude::before {
  left: 3px;
  bottom: 3px;
  width: 22px;
  height: 16px;
  border-left: 3px solid #616161;
  border-bottom: 3px solid #616161;
  transform: skewX(-30deg);
}

.altitude::after {
  left: 9px;
  top: 4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #616161;
  box-shadow: -9px 8px 0 -4px #616161;
}

.season::before {
  left: 6px;
  top: 9px;
  width: 16px;
  height: 12px;
  border: 3px solid #616161;
  border-radius: 12px;
}

.season::after {
  left: 11px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #616161;
  box-shadow: -10px 10px 0 -4px #616161, 10px 10px 0 -4px #616161, -4px 24px 0 -4px #616161, 4px 24px 0 -4px #616161;
}

.bed::before {
  left: 0;
  bottom: 6px;
  width: 28px;
  height: 10px;
  border: 3px solid #616161;
  border-radius: 2px;
}

.bed::after {
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border: 3px solid #616161;
  border-radius: 50%;
  box-shadow: 20px 7px 0 -7px #616161, 0 15px 0 -10px #616161;
}

.meal::before {
  left: 4px;
  top: 2px;
  width: 8px;
  height: 24px;
  border-left: 3px solid #616161;
  border-right: 3px solid #616161;
  border-bottom: 3px solid transparent;
}

.meal::after {
  right: 2px;
  top: 2px;
  width: 14px;
  height: 24px;
  border: 3px solid #616161;
  border-radius: 0 0 10px 10px;
}

.pin::before {
  left: 7px;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 3px solid #616161;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin::after {
  right: 0;
  top: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #616161;
  border-radius: 50%;
  box-shadow: -14px 19px 0 -3px #616161;
}

.highlights {
  margin-top: 40px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.14);
}

.highlights h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 800;
}

.highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlights li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.45;
  color: #333;
}

.highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #6288ec;
  border-radius: 50%;
}

.highlights li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #6288ec;
  border-bottom: 2px solid #6288ec;
  transform: rotate(45deg);
}

.highlights-redesign {
  margin-top: 42px;
  padding: 28px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #d9e5f7;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.05);
}

.highlights-redesign h2 {
  margin-top: 16px;
}

.highlights-redesign ul {
  margin-top: 18px;
}

.experts-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  padding: 8px 14px 18px;
  text-align: center;
}

.experts-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  color: #1b1b1d;
}

.experts-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  padding: 0 2px;
}

.experts-row img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  margin-left: -8px;
  box-shadow: 0 0 0 1px #d2d8e2;
}

.experts-row img:first-child {
  margin-left: 0;
}

.experts-row .featured-expert {
  width: 82px;
  height: 82px;
  position: relative;
  z-index: 1;
}

.experts-card.detailed {
  padding-bottom: 14px;
}

.expert-meta {
  margin-top: 12px;
  text-align: center;
  color: #4a4e57;
}

.expert-meta strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.expert-meta span {
  display: block;
  margin-top: 2px;
  font-size: 17px;
}

.expert-meta span em {
  font-style: normal;
  font-size: 12px;
}

.expert-phone {
  margin-top: 8px;
  font-size: 18px;
}

.expert-phone b {
  font-size: 18px;
  color: #202227;
}

.dossier-btn {
  display: block;
  border: 1px solid #3b3d42;
  border-radius: 7px;
  text-align: center;
  padding: 12px 10px;
  font-size: 17px;
  color: #55585f;
}

.tabbed-content {
  margin-top: 34px;
}

.section-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-top: 1px solid #ebedf1;
  border-bottom: 1px solid #ebedf1;
  overflow-x: auto;
  scrollbar-width: none;
  background: #fff;
}

.section-tabs::-webkit-scrollbar {
  display: none;
}

.section-tabs a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  white-space: nowrap;
}

.section-tabs a.active {
  background: #161616;
  color: #fff;
  font-weight: 700;
}

.tab-icon {
  width: 19px;
  height: 19px;
  position: relative;
  flex: 0 0 19px;
}

.tab-icon::before,
.tab-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.eye::before {
  inset: 4px 1px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 10px 10px / 10px 10px 8px 8px;
}

.eye::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  left: 7px;
  top: 7px;
}

.circle::before {
  inset: 1px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.circle::after {
  width: 7px;
  height: 3px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  left: 5px;
  top: 6px;
}

.cube::before {
  inset: 3px;
  border: 2px solid currentColor;
  transform: rotate(-30deg) skewY(20deg);
}

.cube::after {
  left: 8px;
  top: 4px;
  width: 2px;
  height: 11px;
  background: currentColor;
  box-shadow: -5px 3px 0 0 currentColor, 5px 3px 0 0 currentColor;
}

.list::before {
  left: 2px;
  top: 3px;
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 5px 0 0 currentColor, 0 10px 0 0 currentColor;
}

.list::after {
  right: 1px;
  top: 4px;
  width: 11px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 0 currentColor, 0 10px 0 0 currentColor;
}

.gear::before {
  inset: 2px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.gear::after {
  left: 1px;
  top: 1px;
  width: 17px;
  height: 17px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 50%;
  transform: rotate(45deg);
}

.map::before {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map::after {
  left: 8px;
  bottom: 1px;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: skewX(-30deg);
}

.video::before {
  inset: 2px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.video::after {
  left: 8px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
}

.faq::before {
  inset: 1px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.faq::after {
  content: "?";
  left: 6px;
  top: 1px;
  font-size: 14px;
  font-weight: 800;
}

.star::before {
  left: 2px;
  top: 1px;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.overview-copy,
.itinerary-section {
  padding-top: 34px;
}

.overview-copy h2,
.itinerary-section h2 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.overview-copy p {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.55;
  color: #2a2d34;
}

.overview-copy a {
  color: #3a73ef;
  text-decoration: underline;
}

.overview-redesign {
  margin-top: 12px;
}

.overview-frame {
  margin-top: 16px;
  padding: 30px 32px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff7e9 100%);
  border: 1px solid #dce6f5;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.05);
}

.overview-lead {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.6;
  color: #1f2937;
  max-width: 760px;
}

.itinerary-list {
  border-top: 1px solid #e5e8ee;
}

.itinerary-section > .section-kicker {
  margin-bottom: 16px;
}

.itinerary-list-redesign {
  padding: 10px 24px 6px;
  border-top: 0;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fbf6 0%, #eef8f0 100%);
  border: 1px solid #d6e7d8;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.05);
}

.itinerary-list-redesign .itinerary-row {
  grid-template-columns: 96px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid #d8e7db;
}

.itinerary-list-redesign .itinerary-row:last-child {
  border-bottom: 0;
}

.itinerary-list-redesign .day-label {
  color: #166534;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.itinerary-list-redesign .day-copy {
  font-size: 17px;
  line-height: 1.6;
  color: #24312a;
}

.itinerary-row {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 0;
  padding: 14px 0 14px;
  border-bottom: 1px solid #e5e8ee;
}

.day-label {
  font-size: 16px;
  font-weight: 700;
  color: #2d2f35;
}

.day-copy {
  padding-left: 2px;
  font-size: 18px;
  line-height: 1.45;
  color: #40434b;
}

.availability-section {
  padding-top: 34px;
}

.availability-section h2 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.departure-switch {
  display: inline-flex;
  margin-bottom: 16px;
}

.departure-switch a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #ececef;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.departure-switch a.active {
  background: #060606;
  color: #fff;
}

.switch-icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
}

.switch-icon::before,
.switch-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  background: currentColor;
}

.group::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 1px;
  top: 1px;
  box-shadow: 8px 2px 0 0 currentColor;
}

.group::after {
  left: 0;
  bottom: 1px;
  width: 16px;
  height: 7px;
  border-radius: 8px 8px 2px 2px;
}

.person::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 5px;
  top: 0;
}

.person::after {
  width: 12px;
  height: 8px;
  left: 3px;
  bottom: 1px;
  border-radius: 8px 8px 2px 2px;
}

.award-note {
  border: 1px solid #f0b429;
  background: #fff9e8;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #151515;
}

.calendar-card {
  border: 1px solid #dfe2e9;
  border-radius: 6px;
  background: #fff;
  padding: 24px 22px 16px;
  max-width: 592px;
}

.calendar-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 600;
  color: #374250;
}

.calendar-card p {
  margin: 0 0 16px;
  font-size: 15px;
  color: #768192;
}

.calendar-card p span {
  color: #5978c4;
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: 20px 128px 82px 40px 128px 82px 20px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.calendar-nav {
  color: #26b5da;
  font-size: 18px;
  text-align: center;
}

.month-select,
.year-select {
  border: 1px solid #d9dde6;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 17px;
  color: #45515f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.month-select span,
.year-select span {
  color: #26b5da;
}

.calendar-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.weekdays,
.days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.weekdays {
  margin-bottom: 12px;
}

.weekdays span {
  font-size: 15px;
  color: #6b7481;
  text-align: center;
}

.days-grid {
  gap: 0;
}

.days-grid span {
  height: 35px;
  border: 1px solid #dfe3ea;
  border-right: 0;
  border-bottom: 0;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: #3c4f67;
}

.days-grid span:nth-child(7n) {
  border-right: 1px solid #dfe3ea;
}

.days-grid span:nth-last-child(-n + 7) {
  border-bottom: 1px solid #dfe3ea;
}

.days-grid .muted {
  color: #c4cad3;
}

.days-grid .sold {
  background: #e2e5ea;
  color: #7d8794;
}

.calendar-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 12px;
  margin-top: 14px;
}

.soldout-key {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #7c8694;
}

.soldout-key span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d7d9dd;
}

.powered-by {
  align-self: end;
  font-size: 14px;
  color: #9299a3;
}

.powered-by strong {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  color: #b6b8bc;
}

.calendar-book {
  padding: 12px 30px;
  background: #366fe9;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}

.help-strip {
  margin-top: 30px;
  max-width: 768px;
  border: 1px solid #dcdfe6;
  border-radius: 10px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #171717;
}

.help-strip a {
  color: #2b63da;
}

.play-ring {
  width: 24px;
  height: 24px;
  border: 2px solid #2c2c2c;
  border-radius: 50%;
  position: relative;
  flex: 0 0 24px;
}

.play-ring::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #2c2c2c;
}

.includes-section {
  margin-top: 34px;
  padding-top: 34px;
  padding: 34px 28px 24px;
  border-radius: 28px;
  background: #f6faf7;
  border: 1px solid #d9e7df;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.includes-section h2 {
  margin: 0 0 24px;
  font-size: 27px;
  font-weight: 800;
  color: #0f3d2e;
}

.include-group {
  margin-bottom: 12px;
}

.include-group h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  color: #14532d;
}

.check-list,
.exclude-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li,
.exclude-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.45;
  color: #4a4c52;
}

.check-list li::before,
.exclude-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.check-list li::before {
  border: 2px solid #0f766e;
  background: rgba(15, 118, 110, 0.08);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 9px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #0f766e;
  border-bottom: 2px solid #0f766e;
  transform: rotate(45deg);
}

.exclude-box {
  background:
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.16), transparent 28%),
    linear-gradient(180deg, #fff4f4 0%, #ffe5e5 100%);
  padding: 28px 26px 24px;
  margin-top: 34px;
  border: 1px solid #f3b9b9;
  border-radius: 28px;
  box-shadow: 0 20px 38px rgba(127, 29, 29, 0.08);
  position: relative;
  overflow: hidden;
}

.exclude-box h2 {
  margin-bottom: 20px;
  color: #7f1d1d;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.exclude-box::before {
  content: "EXCLUDES";
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(185, 28, 28, 0.72);
}

.exclude-box .exclude-list li {
  color: #5f2c2c;
}

.exclude-list li::before {
  border: 2px solid #dc2626;
  background: rgba(220, 38, 38, 0.08);
}

.exclude-list li::after {
  content: "×";
  position: absolute;
  left: 19px;
  top: 2px;
  font-size: 16px;
  color: #dc2626;
}

.next-heading {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 26px 28px 18px;
  border: 1px solid #eadcc2;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at top left, rgba(214, 175, 101, 0.16), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #f8efd9 100%);
}

.next-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2d2416;
}

.next-heading a,
.next-heading button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #8a5a16;
  font-family: inherit;
  padding: 0;
}

.next-heading button:hover {
  color: #5d3b0d;
}

.itinerary-accordion {
  margin-top: 0;
  position: relative;
  padding: 8px 28px 20px;
  border: 1px solid #eadcc2;
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.98) 0%, rgba(246, 236, 212, 0.96) 100%);
  box-shadow: 0 18px 36px rgba(120, 95, 42, 0.08);
}

.itinerary-accordion::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  bottom: 8px;
  border-left: 2px dashed #e3c998;
}

.itinerary-item {
  position: relative;
  padding-left: 18px;
}

.timeline-dot {
  position: absolute;
  left: -6px;
  top: 17px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e0c084;
  z-index: 1;
}

.itinerary-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  border-bottom: 1px solid #eadcc2;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.015em;
  color: #2d2416;
  background: transparent;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  font-family: inherit;
}

.itinerary-summary span {
  max-width: 92%;
}

.itinerary-summary strong {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.itinerary-summary i {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
  color: #9b6c2e;
  transition: transform 0.2s ease;
}

.itinerary-item.open .itinerary-summary {
  border-bottom: 0;
}

.itinerary-item.open .itinerary-summary i {
  transform: rotate(180deg);
}

.itinerary-body.trek-page {
  border-bottom: 1px solid #eadcc2;
  padding: 10px 0 26px;
}

.itinerary-item:not(.open) .itinerary-body.trek-page {
  display: none;
}

.equipment-section {
  padding-top: 34px;
}

.equipment-section h2 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.equipment-section > p {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.5;
  color: #2e3138;
}

.gear-block {
  margin-top: 30px;
}

.gear-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.gear-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eceae6;
  color: #7c7a75;
  display: grid;
  place-items: center;
  font-size: 22px;
  flex: 0 0 48px;
}

.gear-heading h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #111723;
}

.gear-note {
  margin: 6px 0 18px 14px;
  font-size: 17px;
  line-height: 1.5;
  color: #1c1f24;
}

.gear-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
}

.gear-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.45;
  color: #23262d;
}

.gear-list li em {
  font-style: italic;
  font-weight: 700;
}

.gear-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  border: 1.8px solid #246dff;
  border-radius: 50%;
}

.gear-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-right: 1.8px solid #246dff;
  border-bottom: 1.8px solid #246dff;
  transform: rotate(-45deg);
}

.gear-bottom-box {
  margin-top: 34px;
  background: #dbe4f7;
  padding: 18px 18px 8px;
}

.gear-bottom-box .gear-list {
  padding-left: 0;
}

.gear-bottom-box .gear-list li {
  font-size: 17px;
}

.section-tabs a.active-alt,
.section-tabs a.active-video {
  background: #161616;
  color: #fff;
  font-weight: 700;
}

.section-tabs a.active-faq {
  background: #161616;
  color: #fff;
  font-weight: 700;
}

.section-tabs a.active-review {
  background: #161616;
  color: #fff;
  font-weight: 700;
}

.map-section,
.video-section {
  padding-top: 34px;
}

.section-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.section-headline h2,
.video-section h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.section-headline a {
  color: #1d63e8;
  font-size: 16px;
  font-weight: 700;
}

.section-headline a i {
  margin-right: 6px;
}

.section-headline.lower {
  margin: 30px 0 12px;
  padding-top: 18px;
  border-top: 1px solid #e8ebf0;
}

.map-card,
.elevation-card {
  border: 1px solid #e2e6ed;
  background: #fff;
}

.map-card {
  padding: 16px;
}

.map-image,
.elevation-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #f1f3f6;
  background: #fff;
}

.elevation-card {
  padding: 16px;
}

.video-card {
  position: relative;
  overflow: hidden;
  background: #000;
}

.video-card iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}

.video-section {
  padding-bottom: 80px;
}

.faq-section {
  padding-top: 34px;
  padding-bottom: 80px;
}

.reviews-section {
  padding-top: 34px;
  padding-bottom: 80px;
}

.reviews-section h2 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.reviews-section > p {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: 18px;
  line-height: 1.5;
  color: #2f333a;
}

.tripadvisor-block {
  text-align: center;
  margin-bottom: 18px;
}

.tripadvisor-logo-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tripadvisor-logo-row img {
  width: 230px;
  height: auto;
  display: block;
}

.tripadvisor-link-row {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ta-dots {
  display: flex;
  gap: 3px;
}

.ta-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #15b26c;
}

.tripadvisor-link-row a {
  font-size: 16px;
  color: #2a2f37;
}

.review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.review-card {
  border: 1px solid #d9dfe8;
  border-radius: 4px;
  background: #fff;
  padding: 20px 20px 14px;
  min-height: 285px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.review-head strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1d2024;
}

.review-stars {
  margin-top: 4px;
  font-size: 20px;
  color: #ffb400;
  letter-spacing: 1px;
}

.review-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: #1b1c1f;
}

.review-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.42;
  color: #50545c;
}

.review-nav {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.review-nav button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #cfd5dd;
  background: #fff;
  color: #70757d;
  font-size: 18px;
  line-height: 1;
}

.google-review-block {
  margin-top: 56px;
}

.google-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.google-logo-row img {
  width: 42px;
  height: 42px;
}

.google-logo-row span {
  font-size: 28px;
  font-weight: 500;
  color: #1f2329;
}

.google-score-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.google-score-row strong {
  font-size: 18px;
  font-weight: 500;
  color: #30343a;
}

.google-stars {
  font-size: 28px;
  color: #ffb400;
  letter-spacing: 2px;
}

.google-stars.green {
  font-size: 21px;
  color: #0db777;
  letter-spacing: 1px;
}

.google-count {
  display: flex;
  align-items: center;
  gap: 6px;
}

.google-count img {
  width: 24px;
  height: 24px;
}

.google-count a {
  color: #6c6f77;
  font-size: 16px;
}

.google-cards {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.google-card {
  border: 1px solid #d9dfe8;
  border-radius: 4px;
  background: #fff;
  padding: 18px 20px 18px;
  min-height: 370px;
}

.google-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.avatar,
.avatar-photo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex: 0 0 38px;
}

.avatar {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.avatar-f {
  background: #506471;
}

.avatar-j {
  background: #3a7c1f;
}

.avatar-photo {
  object-fit: cover;
}

.google-head strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #28303a;
}

.google-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  color: #50555d;
}

.video-reviews-block {
  margin-top: 46px;
}

.video-reviews-block h2 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

.video-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.video-review-card {
  text-align: center;
}

.video-thumb {
  position: relative;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 144px;
  object-fit: cover;
}

.thumb-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 3px solid rgba(84, 87, 94, 0.6);
  display: grid;
  place-items: center;
  color: #3c3f45;
  font-size: 16px;
}

.video-review-card h3 {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #3a3e45;
}

.difference-box {
  margin-top: 38px;
  background: linear-gradient(180deg, #f4fbf6 0%, #edf8f3 100%);
  padding: 28px 24px 22px;
}

.difference-box h2 {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 800;
  color: #09a861;
}

.difference-item {
  display: flex;
  gap: 18px;
}

.difference-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
  color: #3f78ff;
  font-size: 28px;
  flex: 0 0 58px;
}

.difference-item h3 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 700;
  color: #1f2630;
}

.difference-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.difference-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 26px;
  font-size: 17px;
  line-height: 1.45;
  color: #1d2128;
}

.difference-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.8px solid #00b76f;
}

.difference-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-right: 1.8px solid #00b76f;
  border-bottom: 1.8px solid #00b76f;
  transform: rotate(-45deg);
}

.useful-info-box {
  margin-top: 22px;
  background: #dfe8fb;
  padding: 22px 24px 26px;
}

.useful-info-box h2 {
  margin: 0 0 24px;
  font-size: 25px;
  font-weight: 500;
  color: #0f1624;
}

.useful-info-box h3 {
  margin: 24px 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #18202e;
}

.useful-info-box p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.5;
  color: #283042;
}

.useful-info-box a {
  color: #2f73ef;
}

.faq-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.faq-topbar h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #141414;
}

.expand-all-btn {
  border: 1px solid #bfc4cc;
  background: #fff;
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 800;
  color: #4f545d;
  letter-spacing: 0.02em;
}

.faq-panel {
  border: 1px solid #dfe3ea;
  background: #fff;
}

.faq-category {
  padding: 15px 16px 14px;
  background: #f7f7f8;
  border-bottom: 1px solid #e3e7ee;
  font-size: 18px;
  font-weight: 500;
  color: #0852e8;
}

.faq-row {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  border-bottom: 1px solid #e3e7ee;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: #25282e;
  background: #fff;
  width: 100%;
  text-align: left;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  font-family: inherit;
}

.faq-row i {
  flex: 0 0 auto;
  font-size: 16px;
  color: #80838a;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-row i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 16px 16px;
  border-bottom: 1px solid #e3e7ee;
  background: #fff;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #565b65;
}

.itinerary-body p {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.005em;
  color: #585d66;
}

.day-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 10px 0 28px;
}

.day-gallery img {
  height: 176px;
  border-radius: 4px;
  object-fit: cover;
}

.day-facts-box {
  background: #dfe7f8;
  border-radius: 4px;
  padding: 16px 22px 14px;
}

.fact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #202432;
  margin-bottom: 16px;
}

.fact-line:last-child {
  margin-bottom: 0;
}

.mini-icon {
  width: 22px;
  height: 22px;
  position: relative;
  flex: 0 0 22px;
}

.mini-icon::before,
.mini-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.peak::before {
  left: 2px;
  bottom: 1px;
  width: 18px;
  height: 11px;
  border-left: 3px solid #3563d7;
  border-bottom: 3px solid #3563d7;
  transform: skewX(-30deg);
}

.peak::after {
  left: 9px;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #3563d7;
}

.hotel::before {
  left: 1px;
  bottom: 2px;
  width: 20px;
  height: 12px;
  border: 2px solid #3563d7;
  border-radius: 2px;
}

.hotel::after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 8px;
  background: #3563d7;
  box-shadow: 6px 0 0 0 #3563d7, 12px 0 0 0 #3563d7;
}

.mealmini::before {
  left: 2px;
  top: 2px;
  width: 6px;
  height: 18px;
  border-left: 2px solid #3563d7;
  border-right: 2px solid #3563d7;
}

.mealmini::after {
  right: 2px;
  top: 2px;
  width: 10px;
  height: 18px;
  border: 2px solid #3563d7;
  border-radius: 0 0 8px 8px;
}

.chat-bubble {
  position: fixed;
  right: 22px;
  bottom: 20px;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #4d8cff 0%, #3170eb 100%);
  color: #fff;
  font-size: 34px;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 28px rgba(49, 112, 235, 0.28);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .old-topbar {
    grid-template-columns: 210px 1fr;
    grid-template-areas:
      "brand contact"
      "nav nav"
      "treks treks";
    row-gap: 16px;
  }

  .old-brand-block {
    grid-area: brand;
  }

  .main-nav {
    grid-area: nav;
    justify-content: flex-start;
  }

  .top-treks {
    grid-area: treks;
    justify-self: start;
  }

  .contact-box {
    grid-area: contact;
  }

  .travellife-badge {
    position: static;
    margin-bottom: 12px;
  }
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 180px 180px;
  }

  .large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .medium {
    grid-column: 1;
    grid-row: 2;
  }

  .gallery-grid .small:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .gallery-grid .small:nth-of-type(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .gallery-grid .small:nth-of-type(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .details-row {
    grid-template-columns: 1fr;
  }

  .facts-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-tabs {
    border-left: 1px solid #ebedf1;
    border-right: 1px solid #ebedf1;
  }

  .calendar-card {
    max-width: none;
  }

  .calendar-toolbar {
    grid-template-columns: 20px 1fr 82px 20px 1fr 82px 20px;
  }

  .dossier-btn {
    margin-bottom: 14px;
  }

  .day-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .equipment-section > p {
    max-width: none;
  }

  .video-card iframe {
    height: 360px;
  }

  .faq-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-cards {
    grid-template-columns: 1fr;
  }

  .google-cards {
    grid-template-columns: 1fr;
  }

  .video-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .highlights-redesign,
  .overview-frame {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .itinerary-list-redesign {
    padding: 6px 16px 4px;
    border-radius: 22px;
  }

  .itinerary-list-redesign .itinerary-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .itinerary-list-redesign .day-label {
    font-size: 13px;
  }

  .overview-lead {
    font-size: 16px;
  }

  .old-topbar {
    padding: 18px 18px 16px;
  }

  .ace-word {
    font-size: 54px;
  }

  .old-brand-sub {
    font-size: 17px;
  }

  .main-nav {
    gap: 16px;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .content {
    padding: 0 10px 44px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 280px repeat(4, 180px);
  }

  .large,
  .medium,
  .gallery-grid .small:nth-of-type(3),
  .gallery-grid .small:nth-of-type(4),
  .gallery-grid .small:nth-of-type(5) {
    grid-column: 1;
  }

  .large { grid-row: 1; }
  .medium { grid-row: 2; }
  .gallery-grid .small:nth-of-type(3) { grid-row: 3; }
  .gallery-grid .small:nth-of-type(4) { grid-row: 4; }
  .gallery-grid .small:nth-of-type(5) { grid-row: 5; }

  .breadcrumbs {
    gap: 8px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  h1 {
    font-size: 22px;
  }

  .trip-intro {
    font-size: 17px;
  }

  .facts-panel {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    gap: 20px;
  }

  .highlights h2,
  .experts-card h3 {
    font-size: 24px;
  }

  .highlights li {
    font-size: 17px;
  }

  .section-tabs a {
    padding: 13px 12px;
    font-size: 14px;
  }

  .overview-copy h2,
  .itinerary-section h2 {
    font-size: 22px;
  }

  .overview-copy p,
  .day-copy {
    font-size: 16px;
  }

  .itinerary-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .departure-switch {
    display: flex;
    width: 100%;
  }

  .departure-switch a {
    flex: 1 1 0;
    justify-content: center;
    font-size: 16px;
    padding: 12px;
  }

  .award-note,
  .help-strip {
    font-size: 16px;
  }

  .check-list li,
  .exclude-list li {
    font-size: 16px;
    padding-left: 34px;
  }

  .next-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .itinerary-summary {
    font-size: 16px;
    min-height: 58px;
  }

  .itinerary-body p,
  .fact-line {
    font-size: 16px;
  }

  .day-gallery {
    grid-template-columns: 1fr;
  }

  .gear-heading h3 {
    font-size: 18px;
  }

  .gear-list li,
  .gear-note,
  .equipment-section > p {
    font-size: 16px;
  }

  .section-headline {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .video-card iframe {
    height: 260px;
  }

  .faq-topbar h2 {
    font-size: 22px;
  }

  .faq-category,
  .faq-row {
    font-size: 16px;
  }

  .reviews-section > p,
  .review-card p {
    font-size: 16px;
  }

  .google-card p,
  .google-score-row strong {
    font-size: 16px;
  }

  .google-logo-row span {
    font-size: 24px;
  }

  .difference-item {
    flex-direction: column;
  }

  .useful-info-box p,
  .difference-list li {
    font-size: 16px;
  }

  .tripadvisor-logo-row img {
    width: 200px;
  }

  .calendar-toolbar,
  .calendar-panels,
  .calendar-footer {
    grid-template-columns: 1fr;
  }

  .calendar-nav.right,
  .calendar-nav.left {
    display: none;
  }

  .chat-bubble {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

.old-site-footer {
  margin-top: 72px;
  background:
    radial-gradient(circle at top left, rgba(25, 168, 244, 0.18), transparent 28%),
    linear-gradient(135deg, #081a31 0%, #0d2c4d 42%, #11507c 100%);
  color: #f4f7fb;
  padding: 84px 0 72px;
}

.footer-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1fr;
  gap: 42px;
}

.footer-brand,
.footer-links,
.footer-office {
  min-width: 0;
}

.footer-brand h2 {
  margin: 0 0 18px;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  line-height: 1.04;
  color: #ffffff;
}

.footer-brand p,
.footer-office p {
  margin: 0;
  color: rgba(244, 247, 251, 0.84);
  font-size: 15px;
  line-height: 1.85;
}

.footer-newsletter {
  margin-top: 28px;
}

.footer-newsletter label {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.footer-newsletter-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-newsletter input {
  flex: 1;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.footer-newsletter button {
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffbd59 0%, #f39a1f 100%);
  color: #5d3000;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links h3,
.footer-office h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.footer-links a,
.footer-office a {
  color: rgba(244, 247, 251, 0.86);
  font-size: 15px;
  line-height: 1.7;
  transition: opacity 0.2s ease;
}

.footer-links a:hover,
.footer-office a:hover {
  opacity: 0.82;
}

.footer-office {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-office h3 {
  margin-bottom: 10px;
}

@media (max-width: 1180px) {
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .old-site-footer {
    padding: 68px 0 60px;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px;
    gap: 26px 22px;
  }

  .footer-brand h2 {
    font-size: 26px;
  }

  .footer-links h3,
  .footer-office h3 {
    font-size: 20px;
  }

  .footer-brand p,
  .footer-office p,
  .footer-links a,
  .footer-office a {
    font-size: 15px;
  }

  .footer-newsletter-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 520px) {
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand,
  .footer-office {
    grid-column: span 2;
  }
}

/* Override root gallery-section padding and background on all trek detail pages to remove empty space */
.trek-page .gallery-section {
  padding: 0 !important;
  background: transparent !important;
}

/* ==========================================================================
   Language Switcher Styles
   ========================================================================== */
.lang-switcher-container {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.lang-switcher-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-color, #333);
  padding: 8px 12px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.navbar .lang-switcher-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar .lang-switcher-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}

.lang-switcher-container:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: block;
  padding: 10px 16px;
  color: #333 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
  text-align: left;
}

.lang-option:hover {
  background: #f5f5f5;
}

.lang-arrow {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.lang-switcher-container:hover .lang-arrow {
  transform: rotate(180deg);
}

@media (max-width: 860px) {
  .lang-switcher-container {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .lang-switcher-btn {
    width: 100%;
    justify-content: center;
  }
  .lang-dropdown {
    width: 100%;
    position: static;
    margin-top: 5px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .lang-option {
    color: #fff !important;
    text-align: center;
  }
}
