.spr,
.spr *,
.spr *::before,
.spr *::after {
  box-sizing: border-box;
  font-family: "DM Sans", "Open Sans", sans-serif;
}
.spr-page {
  background: #faf9f6;
  min-height: 60vh;
  padding-bottom: 72px;
}
.spr-bc-bar {
  background: #222;
  padding: 14px 0;
}
.spr-bc {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
}
.spr-bc a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.spr-bc a:hover {
  color: #ffb400;
}
.spr-bc-sep {
  opacity: 0.35;
}
.spr-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
  padding-top: 36px;
}
.spr-gallery {
}
.spr-main-img {
  border-radius: 14px;
  overflow: hidden;
  background: #e8e8e8;
  line-height: 0;
}
.spr-main-img img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  display: block;
  transition: opacity 0.25s;
  background: #f0f0f0;
}
.spr-main-img img.switching {
  opacity: 0.5;
}
.spr-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.spr-thumb {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.spr-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.spr-thumb.active,
.spr-thumb:hover {
  border-color: #ff5a5f;
}
.spr-desc {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  margin-top: 24px;
}
.spr-desc-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 14px;
}
.spr-desc p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 12px;
}
.spr-desc p:last-child {
  margin: 0;
}
.spr-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 20px;
}
.spr-tab {
  background: none;
  border: none;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.spr-tab.active {
  color: #ff5a5f;
  border-bottom-color: #ff5a5f;
}
.spr-tab-panel {
  display: none;
}
.spr-tab-panel.active {
  display: block;
}
.spr-desc .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e8e8e8;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.spr-desc .woocommerce-tabs ul.tabs li {
  margin: 0;
}
.spr-desc .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.spr-desc .woocommerce-tabs ul.tabs li.active a {
  color: #ff5a5f;
  border-bottom-color: #ff5a5f;
}
.spr-desc .woocommerce-tabs ul.tabs li::before,
.spr-desc .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.spr-desc .woocommerce-tabs .panel {
  padding: 0;
}
.spr-desc .woocommerce-tabs {
  background: none;
  padding: 0;
  margin: 0;
}
.spr-sidebar {
  position: sticky;
  top: 90px;
}
.spr-title-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 16px;
}
.spr-room-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 14px;
}
.spr-price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 6px;
}
.spr-price {
  font-size: 28px;
  font-weight: 700;
  color: #ff5a5f;
  line-height: 1;
}
.spr-price-note {
  font-size: 13px;
  color: #888;
  padding-bottom: 2px;
}
.spr-direct-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff5f0;
  color: #c0392b;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.4px;
  margin-top: 6px;
}
.spr-direct-badge i {
  font-size: 10px;
}
.spr-wa-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 16px;
}
.spr-wa-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 5px;
}
.spr-wa-card-sub {
  font-size: 13px;
  color: #666;
  margin: 0 0 16px;
  line-height: 1.5;
}
.spr-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #25d366;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
  min-height: 54px;
  cursor: pointer;
}
.spr-wa-btn:hover {
  background: #1fba58;
  color: #fff;
  text-decoration: none;
}
.spr-wa-perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}
.spr-wa-perk {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
}
.spr-wa-perk i {
  color: #22a06b;
}
.spr-features-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.spr-features-title {
  font-size: 14px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 14px;
}
.spr-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.spr-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #333;
}
.spr-feat i {
  color: #ff5a5f;
  width: 16px;
  text-align: center;
}
.spr-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #ff5a5f;
  text-decoration: none;
  margin-bottom: 14px;
}
.spr-back:hover {
  color: #d94a4f;
  text-decoration: none;
}
.spr-related {
  padding: 48px 0 0;
}
.spr-related-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
}
.spr-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.spr-rel-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  text-decoration: none;
  display: block;
}
.spr-rel-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(255, 90, 95, 0.12);
  text-decoration: none;
}
.spr-rel-img {
  height: 160px;
  overflow: hidden;
}
.spr-rel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.spr-rel-card:hover .spr-rel-img img {
  transform: scale(1.04);
}
.spr-rel-body {
  padding: 14px 16px;
}
.spr-rel-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.3;
}
.spr-rel-price {
  font-size: 13px;
  color: #ff5a5f;
  font-weight: 600;
}
.spr-amenities {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  margin-top: 24px;
}
.spr-amenities-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.spr-amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.spr-amenity {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  padding: 10px 12px;
  background: #faf9f6;
  border-radius: 8px;
  border: 1px solid #f0ede8;
}
.spr-amenity i {
  color: #ff5a5f;
  font-size: 15px;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}
.spr-why {
  background: linear-gradient(135deg, #fff8f0 0%, #fff5f5 100%);
  border-radius: 14px;
  padding: 28px;
  margin-top: 24px;
  border: 1px solid #ffe0d0;
}
.spr-why-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
}
.spr-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.spr-why-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}
.spr-why-item i {
  color: #ff5a5f;
  margin-top: 1px;
  flex-shrink: 0;
}
.spr-why-item strong {
  display: block;
  color: #1a1a1a;
  margin-bottom: 2px;
  font-size: 13px;
}
.spr-policy-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 16px;
}
.spr-policy-title {
  font-size: 13px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 12px;
}
.spr-policy-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}
.spr-policy-row:last-child {
  border: none;
  padding-bottom: 0;
}
.spr-policy-row i {
  color: #ff5a5f;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}
.spr-urgency {
  background: #fff8e7;
  border: 1px solid #ffb400;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #7a5a00;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.spr-urgency i {
  color: #ffb400;
  flex-shrink: 0;
}
.spr-faq {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  margin-top: 24px;
}
.spr-faq-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.spr-faq-item {
  border-bottom: 1px solid #f0f0f0;
}
.spr-faq-item:last-child {
  border-bottom: none;
}
.spr-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 14px 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}
.spr-faq-q i {
  color: #ff5a5f;
  transition: transform 0.25s;
  flex-shrink: 0;
}
.spr-faq-q[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.spr-faq-a {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  padding: 0 0 14px;
  display: none;
}
.spr-faq-a.open {
  display: block;
}
.datepick,
.datepick-popup,
.datepick-cover,
.mphb-datepick,
.mphb-datepicker,
.mphb-datepick-input,
.mphb-booking-form,
.mphb-checkout-form,
.mphb-reservation-form,
.mphb-sc-checkout,
.mphb-sc-search,
.mphb-calendar,
[class*="datepick"],
[class*="mphb-booking"],
[class*="mphb-checkout"],
[class*="mphb-reserve"],
.single-product .cart,
form.cart,
.single_add_to_cart_button,
.woocommerce-grouped-product-list,
.woocommerce-product-rating,
.woocommerce-breadcrumb,
.woocommerce-tabs {
  display: none !important;
}
/* ── Trek teaser (sidebar) ───────────────────────────────────────────── */
.spr-trek-teaser {
  background: linear-gradient(135deg, #f0fdf4, #e6f7f0);
  border: 1px solid #b7e8cf;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.spr-trek-teaser-icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}
.spr-trek-teaser-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.spr-trek-teaser-sub {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 12px;
}
.spr-trek-teaser-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  transition: background 0.2s;
}
.spr-trek-teaser-btn:hover {
  background: #1fba58;
  color: #fff;
  text-decoration: none;
}

/* ── Section dividers ────────────────────────────────────────────────── */
.spr-section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 52px 0 28px;
}
.spr-section-divider::before,
.spr-section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}
.spr-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  white-space: nowrap;
}
.spr-section-label i {
  font-size: 11px;
}
.spr-section-label-reviews {
  background: #fffbeb;
  color: #d97706;
}
.spr-section-label-trek {
  background: #f0fdf4;
  color: #22a06b;
}

/* ── Reviews section ─────────────────────────────────────────────────── */
.spr-reviews {
  margin-bottom: 48px;
}
.spr-reviews-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.spr-reviews-title h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.spr-reviews-title p {
  font-size: 14px;
  color: #888;
  margin: 0;
}
.spr-google-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}
.spr-google-g {
  font-size: 22px;
  font-weight: 900;
  color: #4285f4;
  line-height: 1;
}
.spr-google-rating {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.spr-google-stars {
  color: #ffb400;
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  margin-top: 2px;
}
.spr-google-label {
  font-size: 11px;
  color: #888;
  margin-top: 1px;
}
.spr-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.spr-review-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}
.spr-review-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.spr-review-stars {
  color: #ffb400;
  font-size: 15px;
  letter-spacing: 1px;
}
.spr-review-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.spr-review-tag-stay {
  background: #fff0f0;
  color: #ff5a5f;
}
.spr-review-tag-trek {
  background: #f0fdf4;
  color: #22a06b;
}
.spr-review-text {
  font-size: 13px;
  color: #444;
  line-height: 1.75;
  margin: 0 0 14px;
  flex: 1;
  font-style: italic;
}
.spr-review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spr-review-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}
.spr-review-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2px;
}
.spr-review-meta {
  font-size: 11px;
  color: #aaa;
}

/* ── Trekking section ────────────────────────────────────────────────── */
.spr-treks {
  margin-bottom: 48px;
}
.spr-treks-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.spr-treks-head h2 {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.spr-treks-head p {
  font-size: 14px;
  color: #888;
  margin: 0;
}
.spr-treks-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #ff5a5f;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 0;
  flex-shrink: 0;
}
.spr-treks-all:hover {
  color: #d94a4f;
  text-decoration: none;
}
.spr-trek-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 380px));
  gap: 20px;
  justify-content: center;
}
.spr-trek-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0ede8;
}
.spr-trek-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
}
.spr-trek-img {
  height: 190px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d1f10, #1a3025);
}
.spr-trek-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.08) 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.spr-trek-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}
.spr-trek-card:hover .spr-trek-img img {
  transform: scale(1.07);
}
.spr-trek-emoji {
  font-size: 64px;
  line-height: 1;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
}
.spr-trek-type {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 90, 95, 0.9);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  z-index: 3;
  backdrop-filter: blur(6px);
}
.spr-trek-type-tour {
  background: rgba(90, 103, 216, 0.9);
}
.spr-trek-diff {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 3;
  backdrop-filter: blur(6px);
}
.spr-trek-diff-easy {
  background: rgba(34, 160, 107, 0.9);
  color: #fff;
}
.spr-trek-diff-mod {
  background: rgba(255, 180, 0, 0.92);
  color: #222;
}
.spr-trek-diff-hard {
  background: rgba(255, 90, 95, 0.9);
  color: #fff;
}
.spr-trek-badge-pill {
  background: rgba(255, 180, 0, 0.95);
  color: #222;
  font-weight: 800;
  letter-spacing: 0.7px;
}
.spr-trek-dur {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 20px;
  z-index: 3;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  gap: 4px;
}
.spr-trek-body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.spr-trek-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 7px;
  line-height: 1.3;
}
.spr-trek-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
  margin: 0 0 12px;
  flex: 1;
}
.spr-trek-price-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #f5f0eb;
  border-bottom: 1px solid #f5f0eb;
  margin-bottom: 14px;
}
.spr-trek-price-lbl {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 1px;
}
.spr-trek-price-val {
  font-size: 18px;
  font-weight: 700;
  color: #ff5a5f;
  line-height: 1;
}
.spr-trek-price-per {
  font-size: 11px;
  color: #bbb;
}
.spr-trek-from {
  font-size: 12px;
  color: #888;
  margin: 0 0 12px;
}
.spr-trek-from strong {
  font-size: 16px;
  color: #ff5a5f;
  font-weight: 700;
}
.spr-trek-footer {
  display: flex;
  gap: 7px;
}
.spr-trek-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  transition: background 0.2s;
  flex: 1;
}
.spr-trek-wa:hover {
  background: #1fba58;
  color: #fff;
  text-decoration: none;
}
.spr-trek-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff5a5f;
  text-decoration: none;
  padding: 10px 12px;
  border: 1.5px solid #ff5a5f;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s;
  white-space: nowrap;
}
.spr-trek-btn:hover {
  background: #ff5a5f;
  color: #fff;
  text-decoration: none;
}

/* ── Trek card share row ─────────────────────────────────────────────── */
.spr-trek-share {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 10px;
  margin-top: 12px;
  border-top: 1px solid #f5f0eb;
}
.spr-trek-share-lbl {
  font-size: 11px;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex: 1;
}
.spr-trek-share-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  transition:
    opacity 0.2s,
    background 0.2s;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.spr-trek-share-btn:hover {
  opacity: 0.82;
  text-decoration: none;
}
.spr-trek-share-fb {
  background: #1877f2;
  color: #fff;
}
.spr-trek-share-tw {
  background: #000;
  color: #fff;
}
.spr-trek-share-wa {
  background: #25d366;
  color: #fff;
}
.spr-trek-share-copy {
  background: #f0f0f0;
  color: #666;
}
.spr-trek-share-copy.copied {
  background: #22a06b;
  color: #fff;
}

/* ── Trek + Stay combo strip ─────────────────────────────────────────── */
.spr-combo-strip {
  background: linear-gradient(135deg, #0f2010 0%, #1a1a2d 100%);
  border-radius: 16px;
  padding: 32px 36px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.spr-combo-strip-visual {
  font-size: 56px;
  line-height: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.5));
}
.spr-combo-strip-content {
  flex: 1;
  min-width: 220px;
}
.spr-combo-strip-badge {
  display: inline-flex;
  align-items: center;
  background: #ffb400;
  color: #222;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.spr-combo-strip h3 {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.3;
}
.spr-combo-strip p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}
.spr-combo-strip-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}
.spr-combo-strip-btn:hover {
  background: #1fba58;
  color: #fff;
  text-decoration: none;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .spr-layout {
    grid-template-columns: 1fr;
  }
  .spr-sidebar {
    position: static;
  }
  .spr-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spr-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spr-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spr-trek-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spr-treks-head {
    flex-direction: column;
    gap: 8px;
  }
  .spr-combo-strip {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .spr-related-grid {
    grid-template-columns: 1fr;
  }
  .spr-wa-perks {
    grid-template-columns: 1fr;
  }
  .spr-features-grid {
    grid-template-columns: 1fr;
  }
  .spr-amenities-grid {
    grid-template-columns: 1fr;
  }
  .spr-why-grid {
    grid-template-columns: 1fr;
  }
  .spr-thumbs {
    gap: 6px;
  }
  .spr-thumb {
    width: 64px;
    height: 48px;
  }
  .spr-reviews-grid {
    grid-template-columns: 1fr;
  }
  .spr-trek-grid {
    grid-template-columns: 1fr;
  }
  .spr-combo-strip {
    flex-direction: column;
    padding: 24px 20px;
  }
  .spr-combo-strip-visual {
    display: none;
  }
  .spr-reviews-head {
    flex-direction: column;
  }
}
