/**
 * Glamping Experiences Page Styles
 * Theme: Salkantay Treks Peru
 * Version: 2.0.0
 */

.stp-glamping-page {
  background-color: #f8fafc;
  color: #334155;
}

/* --------------------------------------------------------------------------
   Glamping Concept & Comparison (Tents vs Domes)
   -------------------------------------------------------------------------- */
.stp-glamping-concept-section {
  padding: 5rem 0;
  background: #ffffff;
}

.stp-glamping-compare-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.stp-compare-col {
  padding: 2.5rem;
}

.stp-compare-col.is-standard {
  background: #ffffff;
  border-right: 1px solid #e2e8f0;
}

.stp-compare-col.is-glamping {
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
  position: relative;
}

.stp-compare-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.stp-compare-title {
  font-size: 1.35rem;
  font-weight: 850;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.stp-compare-tagline {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  margin: 0;
}

.stp-compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stp-compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.5;
}

.stp-compare-list li i.fa-circle-xmark {
  color: #dc2626;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.stp-compare-list li i.fa-circle-check {
  color: #16a34a;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Shortcode Glamping Rooms Container
   -------------------------------------------------------------------------- */
.stp-glamping-rooms-section {
  padding: 4.5rem 0;
  background: #f8fafc;
}

.stp-shortcode-wrapper {
  margin-top: 2rem;
}

.stp-shortcode-code-badge-wrap {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.stp-shortcode-code-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 50px;
  padding: 0.45rem 1.25rem;
  font-size: 0.9rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #1e293b;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.stp-shortcode-code-pill code {
  color: #2d6a4f;
  font-weight: 700;
  font-size: 0.92rem;
  background: #f0fdf4;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  border: 1px solid #bbf7d0;
}

/* Upgraded styles for the horizontal glamping room card inside the shortcode */
.stp-shortcode-wrapper .horizontal-card {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.stp-shortcode-wrapper .glamping-slider {
  flex: 1 1 50%;
  min-width: 320px;
  background: #0f172a;
}

.stp-shortcode-wrapper .detalles_adicionales {
  flex: 1 1 50%;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stp-shortcode-wrapper .detalles_adicionales h3 a {
  color: #0f172a;
  font-weight: 850;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.stp-shortcode-wrapper .detalles_adicionales h3 a:hover {
  color: #2d6a4f;
}

.stp-shortcode-wrapper .table-details {
  margin-top: 1.25rem;
  font-size: 0.95rem;
}

.stp-shortcode-wrapper .table-details th {
  color: #64748b;
  font-weight: 600;
  border-bottom: 1px solid #f1f5f9;
  padding: 0.65rem 0.5rem;
}

.stp-shortcode-wrapper .table-details td {
  font-weight: 750;
  color: #0f172a;
  border-bottom: 1px solid #f1f5f9;
  padding: 0.65rem 0.5rem;
}

/* --------------------------------------------------------------------------
   Luxury Amenities Grid
   -------------------------------------------------------------------------- */
.stp-glamping-amenities-section {
  padding: 5rem 0;
  background: #ffffff;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
}

.stp-amenity-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stp-amenity-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  border-color: #52b788;
  box-shadow: 0 16px 36px rgba(45, 106, 79, 0.08);
}

.stp-amenity-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #d8f3dc;
  color: #2d6a4f;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.stp-amenity-card:hover .stp-amenity-icon {
  transform: scale(1.1);
  background: #2d6a4f;
  color: #ffffff;
}

.stp-amenity-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.stp-amenity-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Glamping Campsites Along the Trail
   -------------------------------------------------------------------------- */
.stp-campsites-section {
  padding: 5rem 0;
  background: #f8fafc;
}

.stp-camp-spot-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stp-camp-spot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.stp-camp-spot-media {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.stp-camp-spot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.stp-camp-spot-card:hover .stp-camp-spot-img {
  transform: scale(1.05);
}

.stp-camp-altitude-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffc300;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.stp-camp-spot-body {
  padding: 1.75rem;
}

.stp-camp-spot-title {
  font-size: 1.35rem;
  font-weight: 850;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.stp-camp-spot-location {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 1rem;
}

.stp-camp-spot-desc {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.stp-camp-features-row {
  display: flex;
  gap: 12px;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.82rem;
  color: #2d6a4f;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   Photo Gallery Grid
   -------------------------------------------------------------------------- */
.stp-glamping-gallery-section {
  padding: 5rem 0;
  background: #ffffff;
}

.stp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 2rem;
}

.stp-gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 220px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.stp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.stp-gallery-item:hover img {
  transform: scale(1.08);
}

.stp-gallery-item .overlay-zoom {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.stp-gallery-item:hover .overlay-zoom {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .stp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .stp-gallery-grid {
    grid-template-columns: 1fr;
  }
}
