/* HERO DEL TOUR */
.tour-hero {
  position: relative;
  padding: 110px 0 90px;
  background: url('palo-verde/hero-bg.jpg') center center / cover no-repeat;
  color: #fff;
}

.tour-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 34, 26, 0.85), rgba(9, 99, 77, 0.8));
}

.tour-hero .container {
  position: relative;
  z-index: 2;
}

.tour-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-bottom: 12px;
}

.tour-hero-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .tour-hero-title {
    font-size: 30px;
  }
}

.tour-hero-subtitle {
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 18px;
}

.tour-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  font-size: 15px;
}

.tour-hero-bullets li {
  margin-bottom: 6px;
}

.tour-hero-cta .btn-tour-primary,
.tour-hero-cta .btn-tour-ghost {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Botones */
.btn-tour-primary {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: #ff8a2f;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  box-shadow: 0 10px 25px rgba(255, 138, 47, 0.4);
  transition: all 0.25s ease;
}

.btn-tour-primary:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 138, 47, 0.55);
}

.btn-tour-ghost {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.25s ease;
}

.btn-tour-ghost:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-full {
  width: 100%;
  text-align: center;
}

/* Card de imagen en hero */
.tour-hero-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 10px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.tour-hero-card img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* CONTENIDO DEL TOUR */
.tour-detail-section {
  background: #f0faf6;
  padding: 70px 0 80px;
}

.tour-block {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 26px;
  margin-bottom: 25px;
  box-shadow: 0 16px 40px rgba(10, 48, 35, 0.08);
}

.tour-block-title {
  font-size: 22px;
  font-weight: 600;
  color: #064c39;
  margin-bottom: 12px;
}

.tour-block p {
  color: #4b5b63;
  font-size: 15px;
}

.tour-block-note {
  font-size: 14px;
  color: #6c7b82;
}

/* Galería */
.tour-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.tour-gallery-grid a {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  display: block;
}

.tour-gallery-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.tour-gallery-grid a:hover img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

/* Itinerario */
.tour-itinerary {
  padding-left: 20px;
  color: #4b5b63;
}

.tour-itinerary li {
  margin-bottom: 10px;
}

/* Listas Incluye / No incluye */
.tour-block-two-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.tour-list-check,
.tour-list-x {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #4b5b63;
  font-size: 15px;
}

.tour-list-check li::before {
  content: "✔";
  color: #1a9c6a;
  font-weight: 700;
  margin-right: 8px;
}

.tour-list-x li::before {
  content: "✖";
  color: #d9534f;
  font-weight: 700;
  margin-right: 8px;
}

/* SIDEBAR */
.tour-sidebar {
  position: relative;
}

.tour-summary-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 24px 22px;
  box-shadow: 0 18px 45px rgba(10, 48, 35, 0.12);
  margin-bottom: 20px;
}

.tour-chip {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e7f5f0;
  color: #0e6b4b;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.tour-summary-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #053729;
}

.tour-price-line {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 14px;
}

.tour-price-label {
  font-size: 14px;
  color: #7a8a90;
}

.tour-price-amount {
  font-size: 26px;
  font-weight: 700;
  color: #ff8a2f;
}

.tour-price-note {
  font-size: 13px;
  color: #7a8a90;
}

.tour-quick-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 14px;
  color: #4b5b63;
}

.tour-quick-facts li {
  margin-bottom: 4px;
}

.tour-small-note {
  font-size: 13px;
  color: #7a8a90;
  margin-top: 8px;
}

.tour-side-info {
  background: #e7f5f0;
  border-radius: 22px;
  padding: 18px 18px 14px;
  font-size: 14px;
  color: #23463a;
}

.tour-side-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.header.menu_fixed {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

#menu ul li a:hover {
  color: #f78f21 !important; /* Naranja cálido */
}

.btn_1 {
  background: linear-gradient(45deg, #FFA12A, #FF7D00);
  color: #fff !important;
  font-weight: 600;
  border-radius: 30px;
}
