/* --- FUENTES AIRBNB CEREAL --- */
@font-face {
  font-family: 'Airbnb Cereal';
  src: url('/fonts/AirbnbCereal_W_Lt.woff2') format('woff2'),
       url('/fonts/AirbnbCereal_W_Lt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url('/fonts/AirbnbCereal_W_Bk.woff2') format('woff2'),
       url('/fonts/AirbnbCereal_W_Bk.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url('/fonts/AirbnbCereal_W_Md.woff2') format('woff2'),
       url('/fonts/AirbnbCereal_W_Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url('/fonts/AirbnbCereal_W_Bd.woff2') format('woff2'),
       url('/fonts/AirbnbCereal_W_Bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url('/fonts/AirbnbCereal_W_XBd.woff2') format('woff2'),
       url('/fonts/AirbnbCereal_W_XBd.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal';
  src: url('/fonts/AirbnbCereal_W_Blk.woff2') format('woff2'),
       url('/fonts/AirbnbCereal_W_Blk.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* --- FONDO GLOBAL DE LA WEB --- */
body {
  /* background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat fixed; */
  background-attachment: fixed;
  background:white;
  position: relative;
  min-height: 100vh;
}




/* PALETA DE COLORES AIRBNB */
:root {

    --verde-principal: #3d3d3d; /* Color principal Airbnb - Rojo rosado vibrante */
    --verde-oscuro: #666666; /* Versión más oscura del color principal */
    --verde-claro: #b1b1b1; /* Rausch - Color signature original */
    --verde-pastel: #FFE5E8; /* Versión pastel del color principal */
    --amarillo-sol: #ffe066;
    --marron-tierra: #a67c52;
    --gris-hoja: #F7F7F7; /* Gris claro estilo Airbnb */
    --azul-cielo: #b3e5fc;
    --blanco: #FFFFFF;
    --negro: #222222; /* Negro para énfasis y legibilidad */
    --gris-oscuro: #484848; /* Gris oscuro para elementos de interfaz */
    --sombra-suave: 0 4px 24px 0 rgba(255, 56, 92, 0.08);
}

.bg_main{
  background: var(--verde-principal);
}

.bg_oscuro{
  background: var(--verde-oscuro);
}

.bg_claro{
  background: var(--verde-claro);
}

.color-description{
  color: #424242;
}

.bg_main_2{
  background: rgba(73, 73, 73, 0.1) !important; /* #FF385C con 10% de opacidad */
}

.text-wrap-balance{
  text-wrap: balance;
}

.color_main{
  color: var(--verde-principal);
}

.color_oscuro{
  color: var(--verde-oscuro);
}

.color_claro{
  color: var(--verde-claro);
}


.bg-naturaleza {
  background: linear-gradient(135deg, var(--verde-principal) 0%, var(--verde-claro) 100%);
}
.bg-hoja {
  /* background: var(--gris-hoja); */
  border:1px solid #00000030;
}
.text-verde {
  color: var(--verde-principal) !important;
}
.text-marron {
  color: var(--marron-tierra) !important;
}
.text-amarillo {
  color: var(--amarillo-sol) !important;
}
.shadow-naturaleza {
  box-shadow: var(--sombra) !important;
}

/* Tarjetas de selección visual */
.card-select {
  border: 2px solid transparent;
  border-radius: 1.5rem;
  transition: border 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(255, 56, 92, 0.06);
  background: var(--blanco);
  position: relative;
  overflow: hidden;
}
.card-select.selected {
  border: 2px solid var(--verde-principal);
  box-shadow: 0 6px 24px 0 rgba(255, 56, 92, 0.15);
  transform: scale(1.03);
}
.card-select .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 56, 92, 0.08) 0%, rgba(255,255,255,0.0) 100%);
  pointer-events: none;
}

/* Chips de selección */
.chip-select {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem;
  border-radius: 2rem;
  background: var(--verde-pastel);
  color: var(--verde-oscuro);
  font-weight: 500;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.2s, border 0.2s, color 0.2s;
  margin: 0.25rem 0.25rem 0 0;
  user-select: none;
}
.chip-select.selected, .chip-select:active {
  background: var(--verde-principal);
  color: var(--blanco);
  border: 2px solid var(--verde-principal);
}
.chip-select i {
  font-size: 1.2em;
}

/* Stepper personas */
.stepper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.stepper-btn {
  background: var(--verde-principal);
  color: var(--blanco);
  border: none;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: background 0.2s;
}
.stepper-btn:active {
  background: var(--verde-oscuro);
}

/* Slider presupuesto */
.slider-naturaleza {
  width: 100%;
  accent-color: var(--verde-principal);
  margin-top: 0.5rem;
}

/* Switch mascotas */
.switch-mascota {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 500;
}
.switch-mascota input[type="checkbox"] {
  accent-color: var(--verde-principal);
  width: 1.5em;
  height: 1.5em;
}
.switch-mascota i {
  font-size: 1.5em;
  color: var(--verde-principal);
}

/* Área de preferencias */
.textarea-preferencias {
  background: var(--verde-pastel);
  border-radius: 1rem;
  border: 1.5px solid var(--verde-claro);
  min-height: 60px;
  resize: vertical;
  padding: 1rem;
  font-size: 1.05em;
}

/* Animaciones suaves */
@media (hover: hover) {
  .card-select:hover, .chip-select:hover {
    box-shadow: 0 8px 32px 0 rgba(255, 56, 92, 0.18);
    border-color: var(--verde-claro);
    transform: translateY(-2px) scale(1.04);
  }
}

/* Fondo de naturaleza para la landing */
.bg-landing-naturaleza {
  background: linear-gradient(120deg, var(--verde-principal) 0%, var(--azul-cielo) 100%);
  min-height: 100vh;
  background-attachment: fixed;
  position: relative;
}
.bg-landing-naturaleza::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/leaf.png') repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* Botón principal */
.btn-naturaleza {
  background: var(--verde-principal);
  color: var(--blanco);
  border: none;
  border-radius: 1.5rem;
  font-weight: 700;
  padding: 0.8rem 2.2rem;
  font-size: 1.2em;
  box-shadow: 0 2px 12px 0 rgba(255, 56, 92, 0.10);
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-naturaleza:hover, .btn-naturaleza:focus {
  background: var(--verde-oscuro);
  color: var(--blanco);
  box-shadow: 0 6px 24px 0 rgba(15, 174, 52, 0.18);
}

/* --- GLASSMORPHISM Y OVERLAYS --- */
.glass-card {
  background: rgba(255,255,255,0.18);
  border-radius: 2rem;
  box-shadow: 0 8px 32px 0 rgba(255, 56, 92, 0.18);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 56, 92, 0.18);
  position: relative;
  overflow: hidden;
}
.glass-card-glow {
  box-shadow: 0 0 0 4px rgba(255, 56, 92, 0.08), 0 8px 32px 0 rgba(255, 56, 92, 0.18);
  border: 2.5px solid var(--verde-principal);
}

/* --- TEXTURAS Y DECORATIVOS SVG --- */
.bg-textura-hojas {
  background: linear-gradient(120deg, var(--verde-principal) 0%, var(--azul-cielo) 100%), url('https://www.transparenttextures.com/patterns/leaf.png') repeat;
  background-size: cover;
  position: relative;
}
.bg-textura-ondas {
  background: linear-gradient(120deg, var(--verde-principal) 0%, var(--azul-cielo) 100%);
  position: relative;
}
.bg-textura-ondas::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 120px;
  background: url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" viewBox="0 0 1440 320" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%230fae34" fill-opacity="0.18" d="M0,160L60,170.7C120,181,240,203,360,197.3C480,192,600,160,720,133.3C840,107,960,85,1080,101.3C1200,117,1320,171,1380,197.3L1440,224L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>');
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

/* --- EFECTOS GLOW Y LUZ --- */
.glow {
  box-shadow: 0 0 16px 2px var(--verde-principal), 0 2px 12px 0 rgba(255, 56, 92, 0.10);
}
.btn-naturaleza-glow {
  background: var(--verde-principal);
  color: var(--blanco);
  border: none;
  border-radius: 1.5rem;
  font-weight: 700;
  padding: 0.8rem 2.2rem;
  font-size: 1.2em;
  box-shadow: 0 0 16px 2px var(--verde-principal), 0 2px 12px 0 rgba(255, 56, 92, 0.10);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.btn-naturaleza-glow:hover, .btn-naturaleza-glow:focus {
  background: var(--verde-oscuro);
  color: var(--blanco);
  box-shadow: 0 0 32px 4px var(--verde-principal), 0 6px 24px 0 rgba(255, 56, 92, 0.18);
  transform: scale(1.04);
}

/* --- ANIMACIONES Y MICROINTERACCIONES --- */
@keyframes ripple {
  0% { transform: scale(0); opacity: 0.7; }
  100% { transform: scale(2.5); opacity: 0; }
}
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 56, 92, 0.18);
  pointer-events: none;
  animation: ripple 0.6s linear;
  z-index: 2;
}
.card-select, .chip-select, .btn-naturaleza-glow {
  transition: box-shadow 0.2s, border 0.2s, transform 0.2s, background 0.2s;
}
.card-select.selected, .chip-select.selected {
  box-shadow: 0 0 0 4px rgba(255, 56, 92, 0.12), 0 8px 32px 0 rgba(255, 56, 92, 0.18);
  border-color: var(--verde-principal);
  transform: scale(1.05);
}

/* --- MENÚ SUPERIOR GLASS Y MODERNO --- */
.navbar-glass {
  background: rgb(255, 255, 255) !important;

  box-shadow: 0 4px 24px 0 rgba(255, 56, 92, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background 0.3s, box-shadow 0.3s;
}

.navbar {

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
}

.navbar-home {
  background: linear-gradient(180deg, #ffffff 39.9%, #f8f8f8 100%);
}

.navbar-not-home {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-brand-glow {
  font-size: 1.7rem;
  color: var(--verde-principal) !important;
  text-shadow: 0 0 8px var(--verde-claro), 0 2px 8px rgba(255, 56, 92, 0.12);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar-nav .nav-link {
  border-radius: 2rem;
  padding: 0.5rem 1.2rem;
  margin: 0 0.2rem;
  font-weight: 500;
  color: var(--verde-oscuro) !important;
  position: relative;
  transition: background 0.2s, color 0.2s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  background: var(--verde-pastel);
  color: var(--verde-principal) !important;
  box-shadow: 0 2px 8px 0 rgba(255, 56, 92, 0.10);
}
.navbar-nav .nav-link::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 2.5px;
  background: var(--verde-principal);
  border-radius: 2px;
  transition: width 0.3s;
}
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
  width: 60%;
}

/* Separador sutil entre links */
.navbar-nav .nav-item:not(:last-child) {
  border-right: 1px solid rgba(255, 56, 92, 0.08);
}

/* Contenedor principal del navbar */
.navbar-container {
  padding: 0 48px;
}

/* Iconos de destinos en el navbar */
.nav-link-destino {
  text-decoration: none;
  padding: 8px 12px;
  padding-bottom: 11px;
  font-size: 1rem;
  color: #6A6A6A;
  font-weight: 500;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
}

.nav-link-destino.active {
  color: #222222;
  font-weight: 600;
  border-bottom: 3px solid #000000;
  padding-bottom: 11px;
}

.nav-link-destino.active span {
  color: #222222;
  font-weight: 600;
}

.nav-link-destino img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

/* Botón de menú hamburger en el navbar */
.navbar-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background: white;
  color: #222222;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.navbar-menu-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-menu-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Dropdown del navbar */
.navbar-dropdown {
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 200px;
}

.navbar-dropdown .dropdown-item {
  padding: 10px 16px;
  font-size: 0.875rem;
  color: #222222;
  transition: background-color 0.2s ease;
}

.navbar-dropdown .dropdown-item:hover {
  background-color: #f8f8f8;
}

.navbar-dropdown .dropdown-divider {
  margin: 8px 0;
  border-color: rgba(0, 0, 0, 0.1);
}

/* Botón toggler para móviles */
.navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  background: white;
  color: #222222;
  transition: all 0.2s ease;
}

.navbar-toggler:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
}

/* Dropdown para móviles - posicionado debajo del botón */
.navbar-dropdown-mobile {
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 280px;
  max-width: 320px;
  max-height: 70vh;
  overflow-y: auto;
}

.navbar-dropdown-mobile .dropdown-item {
  padding: 12px 16px;
  font-size: 0.875rem;
  color: #222222;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-dropdown-mobile .dropdown-item:last-child {
  border-bottom: none;
}

.navbar-dropdown-mobile .dropdown-item:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}

.navbar-dropdown-mobile .dropdown-item.active {
  background-color: #f0f0f0;
  border-left: 3px solid #000000;
}

.navbar-dropdown-mobile .dropdown-item.active span {
  color: #000000;
  font-weight: 600;
}

.nav-link-mobile {
  text-decoration: none;
}

/* Responsive: ocultar iconos centrales en móviles (se muestran en el menú colapsable) */
@media (max-width: 991px) {
  .navbar-nav.mx-auto {
    display: none !important;
  }
  
  .navbar-container {
    padding: 0 16px;
  }
}

/* Mostrar iconos centrales en tablets y desktop */
@media (min-width: 992px) {
  .navbar-nav.mx-auto {
    display: flex !important;
  }
  
  /* Ocultar menú colapsable en desktop */
  .navbar-collapse {
    display: none !important;
  }
}

/* --- DECORATIVOS SVG EN LANDING --- */
.decorativo-hoja {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0.13;
}
.decorativo-hoja.top-left {
  top: -40px; left: -40px; width: 120px;
}
.decorativo-hoja.bottom-right {
  bottom: -40px; right: -40px; width: 140px;
}

/* --- MEJORAS RESPONSIVE Y ESPACIADOS --- */
@media (max-width: 991px) {
  .glass-card, .glass-card-glow { border-radius: 1.2rem; }
  .decorativo-hoja { display: none; }
  .presupuesto-cards, .destino-cards, .actividades-grid, .comida-cards {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.8rem;
  }
}

/* --- SELECTOR DE PRESUPUESTO DINÁMICO --- */
.presupuesto-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.presupuesto-card {
  background: rgba(255,255,255,0.15);
  border: 2px solid transparent;
  border-radius: 1.2rem;
  padding: 1rem 0.8rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.presupuesto-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.presupuesto-card:hover::before {
  left: 100%;
}

.presupuesto-card.selected {
  border-color: var(--verde-principal);
  background: rgba(255, 56, 92, 0.2);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 56, 92, 0.3);
}

.presupuesto-card.selected .presupuesto-icon {
  color: var(--verde-principal);
  transform: scale(1.2);
}

.presupuesto-card.selected .presupuesto-cantidad {
  color: var(--verde-principal);
  font-weight: 700;
}

.presupuesto-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  display: block;
}

.presupuesto-cantidad {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  transition: color 0.3s ease;
}

.presupuesto-descripcion {
  font-size: 0.8rem;
  opacity: 0.8;
  margin: 0;
}

/* Colores específicos para cada rango de presupuesto */
.presupuesto-card[data-rango="bajo"] {
  border-left: 4px solid #28a745;
}
.presupuesto-card[data-rango="bajo"]:hover,
.presupuesto-card[data-rango="bajo"].selected {
  border-color: #28a745;
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.presupuesto-card[data-rango="medio"] {
  border-left: 4px solid #ffc107;
}
.presupuesto-card[data-rango="medio"]:hover,
.presupuesto-card[data-rango="medio"].selected {
  border-color: #ffc107;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
}

.presupuesto-card[data-rango="alto"] {
  border-left: 4px solid #dc3545;
}
.presupuesto-card[data-rango="alto"]:hover,
.presupuesto-card[data-rango="alto"].selected {
  border-color: #dc3545;
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.presupuesto-card[data-rango="premium"] {
  border-left: 4px solid #6f42c1;
}
.presupuesto-card[data-rango="premium"]:hover,
.presupuesto-card[data-rango="premium"].selected {
  border-color: #6f42c1;
  box-shadow: 0 8px 25px rgba(111, 66, 193, 0.3);
}

/* Animación de entrada para las tarjetas */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.presupuesto-card {
  animation: slideInUp 0.5s ease forwards;
}

.presupuesto-card:nth-child(1) { animation-delay: 0.1s; }
.presupuesto-card:nth-child(2) { animation-delay: 0.2s; }
.presupuesto-card:nth-child(3) { animation-delay: 0.3s; }
.presupuesto-card:nth-child(4) { animation-delay: 0.4s; }
.presupuesto-card:nth-child(5) { animation-delay: 0.5s; }

/* --- SELECTOR DE DESTINO MEJORADO --- */
.destino-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.destino-card {
  background: rgba(255,255,255,0.15);
  border: 2px solid transparent;
  border-radius: 1.5rem;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.destino-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.destino-card:hover::before {
  left: 100%;
}

.destino-card.selected {
  /* border-color: var(--verde-principal); */
  /* background: rgba(15, 161, 174, 0.2); */
  /* transform: translateY(-6px) scale(1.08); */
  /* box-shadow: 0 12px 35px rgba(15, 161, 174, 0.4); */
}

.destino-card.no-selected {
  filter: grayscale(70%) brightness(0.5);
}

.destino-card.selected .destino-imagen {
  transform: scale(1.3);
}

.destino-card.selected .destino-nombre {
  color: var(--verde-principal);
  font-weight: 700;
}

.destino-imagen {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 0.8rem;
  transition: transform 0.8s ease;
}

.destino-nombre {
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
  margin: 0;
}

/* --- SELECTOR DE FECHAS MEJORADO --- */
.fecha-selector {
  background: rgba(255,255,255,0.15);
  border: 2px solid transparent;
  border-radius: 1.5rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.fecha-selector:hover {
  border-color: var(--verde-claro);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 56, 92, 0.2);
}

.fecha-selector::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--verde-principal), var(--verde-claro));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fecha-selector:hover::before {
  opacity: 1;
}

.fecha-input {
  background: rgba(255,255,255,0.8) !important;
  border: 2px solid transparent !important;
  border-radius: 1rem !important;
  padding: 0.8rem 1rem !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

.fecha-input:focus {
  border-color: var(--verde-principal) !important;
  box-shadow: 0 0 0 3px rgba(255, 56, 92, 0.1) !important;
  transform: scale(1.02);
}

/* --- ACTIVIDADES MEJORADAS --- */
.actividades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.actividad-card {
  background: rgba(255,255,255,0.15);
  border: 2px solid transparent;
  border-radius: 1.2rem;
  padding: 1.2rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
  /* min-height: 37px; */
  display: flex;
  /* flex-direction: column; */
  gap:0.5rem;
  align-items: center;
  justify-content: center;
}

/* .actividad-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
} */

.actividad-card:hover::before {
  left: 100%;
}

.actividad-card.selected {
  border-color: var(--verde-principal);
  background: rgba(255, 56, 92, 0.2);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 56, 92, 0.3);
}

.actividad-card.selected .actividad-icon {
  color: var(--verde-principal);
  transform: scale(1.3);
}

.actividad-card.selected .actividad-nombre {
  color: var(--verde-principal);
  font-weight: 700;
}

.actividad-icon {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
  display: block;
}

.actividad-nombre {
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  margin: 0;
}

/* --- STEPPER DE PERSONAS MEJORADO --- */
.personas-stepper {
  background: rgba(255,255,255,0.15);
  border: 2px solid transparent;
  border-radius: 1.5rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  text-align: center;
}

.personas-stepper:hover {
  border-color: var(--verde-claro);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 56, 92, 0.2);
}

.stepper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.stepper-btn-modern {
  background: var(--verde-principal);
  color: var(--blanco);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 56, 92, 0.3);
}

.stepper-btn-modern:hover {
  background: var(--verde-oscuro);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 56, 92, 0.4);
}

.stepper-btn-modern:active {
  transform: scale(0.95);
}

.personas-valor {
  font-size: 2rem;
  font-weight: 700;
  color: var(--verde-principal);
  min-width: 3rem;
  text-align: center;
}

.personas-icon {
  font-size: 2rem;
  color: var(--verde-principal);
  margin-bottom: 0.5rem;
}

/* --- SELECTOR DE COMIDA MEJORADO --- */
.comida-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.comida-card {
  background: rgba(255,255,255,0.15);
  border: 2px solid transparent;
  border-radius: 1.2rem;
  padding: 1rem 0.8rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.comida-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.comida-card:hover::before {
  left: 100%;
}

.comida-card.selected {
  border-color: var(--verde-principal);
  background: rgba(255, 56, 92, 0.2);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 56, 92, 0.3);
}

.comida-card.selected .comida-icon {
  color: var(--verde-principal);
  transform: scale(1.2);
}

.comida-card.selected .comida-nombre {
  color: var(--verde-principal);
  font-weight: 700;
}

.comida-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  display: block;
}

.comida-nombre {
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  margin: 0;
}

/* --- SWITCH DE MASCOTAS MEJORADO --- */
.mascotas-switch {
  background: rgba(255,255,255,0.15);
  border: 2px solid transparent;
  border-radius: 1.5rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  text-align: center;
}

.mascotas-switch:hover {
  border-color: var(--verde-claro);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 56, 92, 0.2);
}

.mascotas-switch.selected {
  border-color: var(--verde-principal);
  background: rgba(255, 56, 92, 0.2);
  box-shadow: 0 8px 25px rgba(255, 56, 92, 0.3);
}

.switch-toggle {
  position: relative;
  width: 4rem;
  height: 2rem;
  background: rgba(255,255,255,0.3);
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 1rem auto;
  border: 2px solid transparent;
}

.switch-toggle.active {
  background: var(--verde-principal);
  border-color: var(--verde-principal);
}

.switch-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--blanco);
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.switch-toggle.active .switch-slider {
  transform: translateX(2rem);
}

.mascotas-icon {
  font-size: 2.5rem;
  color: var(--verde-principal);
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.mascotas-switch.selected .mascotas-icon {
  transform: scale(1.2);
}

.mascotas-texto {
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.mascotas-switch.selected .mascotas-texto {
  color: var(--verde-principal);
}

/* --- ANIMACIONES DE ENTRADA --- */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.destino-card, .actividad-card, .comida-card, .presupuesto-card {
  animation: slideInUp 0.5s ease forwards;
}

.fecha-selector, .personas-stepper, .mascotas-switch {
  animation: fadeInScale 0.5s ease forwards;
}

/* Delays escalonados */
.destino-card:nth-child(1) { animation-delay: 0.1s; }
.destino-card:nth-child(2) { animation-delay: 0.2s; }
.destino-card:nth-child(3) { animation-delay: 0.3s; }
.destino-card:nth-child(4) { animation-delay: 0.4s; }

.actividad-card:nth-child(1) { animation-delay: 0.1s; }
.actividad-card:nth-child(2) { animation-delay: 0.2s; }
.actividad-card:nth-child(3) { animation-delay: 0.3s; }
.actividad-card:nth-child(4) { animation-delay: 0.4s; }
.actividad-card:nth-child(5) { animation-delay: 0.5s; }
.actividad-card:nth-child(6) { animation-delay: 0.6s; }

.comida-card:nth-child(1) { animation-delay: 0.1s; }
.comida-card:nth-child(2) { animation-delay: 0.2s; }
.comida-card:nth-child(3) { animation-delay: 0.3s; }
.comida-card:nth-child(4) { animation-delay: 0.4s; }
.comida-card:nth-child(5) { animation-delay: 0.5s; }

/* --- HERO SECTION --- */
.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: end;
  position: relative;
  /* overflow: hidden; */
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--blanco) 0%, var(--verde-claro) 100%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  background-clip: text;
  animation: fadeInUp 1s ease-out;
}

.text-shadow{
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: rgba(255,255,255,0.9);
  margin-bottom: 2rem;
  font-weight: 400;
  animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--blanco);
  font-weight: 500;
  font-size: 1.1rem;
}

.hero-feature i {
  color: var(--verde-claro);
  font-size: 1.3rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease-out 0.6s both;
}

.btn-hero-primary {
  background: var(--verde-principal);
  color: var(--blanco);
  border: none;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(255, 56, 92, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-hero-primary:hover {
  background: var(--verde-oscuro);
  color: var(--blanco);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(255, 56, 92, 0.4);
}

.btn-hero-secondary {
  background: rgba(255,255,255,0.15);
  color: var(--blanco);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover {
  background: rgba(255,255,255,0.25);
  border-color: var(--verde-claro);
  color: var(--blanco);
  transform: translateY(-3px);
}

/* Elementos flotantes del hero */
.hero-floating {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.hero-floating.shape-1 {
  top: 10%;
  right: 10%;
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, var(--verde-principal), var(--verde-claro));
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.hero-floating.shape-2 {
  top: 60%;
  left: 5%;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, var(--amarillo-sol), var(--verde-claro));
  border-radius: 20px;
  opacity: 0.08;
  animation: float 8s ease-in-out infinite reverse;
}

.hero-floating.shape-3 {
  bottom: 20%;
  right: 20%;
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, var(--azul-cielo), var(--verde-claro));
  border-radius: 30px;
  opacity: 0.06;
  animation: float 7s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: bounce 2s infinite;
}

.scroll-indicator i {
  color: var(--blanco);
  font-size: 2rem;
  opacity: 0.7;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-features {
    flex-direction: column;
    gap: 1rem;
  }
  
  .hero-cta {
    flex-direction: column;
    gap: 1rem;
  }
  
  .btn-hero-primary, .btn-hero-secondary {
    width: 100%;
  }
}

/* Estilos para la transición suave de imagen de fondo del hero */
.hero-section {
  position: relative;
  /* overflow: hidden; */
}

.hero-background-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 10%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Efecto blur para el hero-background-layer */
.hero-background-layer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: cover;
  background-position: 50% 10%;
  filter: blur(3px);
  transform: scale(1.1);
  z-index: -1;
}

/* Efecto adicional de overlay para mejorar la legibilidad */
.hero-background-layer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
  z-index: 0;
}

/* Mejora de la transición para dispositivos móviles */
@media (max-width: 768px) {
  .hero-background-layer {
    transition: opacity 0.6s ease-in-out;
  }
  
  .hero-background-layer::before {
    filter: blur(4px);
    transform: scale(1.05);
  }
}

/* Optimización para pantallas de alta resolución */
@media (min-width: 1920px) {
  .hero-background-layer {
    background-position: 50% 20%;
  }
  
  .hero-background-layer::before {
    background-position: 50% 20%;
    filter: blur(3px);
    transform: scale(1.15);
  }
}



.form-check-input:checked{
  background-color:#FF385C !important;
}

.btn:hover{
  background-color: var(--verde-oscuro) !important;
  border-color: var(--verde-principal) !important;
}

.actividad-card:hover{
  background: rgba(255, 56, 92, 0.1) !important;
}

/* Estilos para animaciones de actualización de contenido */
.contenido-actualizable {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.contenido-actualizable.actualizando {
  opacity: 0;
  transform: translateY(10px);
}

.contenido-actualizable.actualizado {
  opacity: 1;
  transform: translateY(0);
}

/* Animación para las tarjetas de destino al seleccionar */
.destino-card {
  transition: all 0.3s ease;
}

.destino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 56, 92, 0.2);
}

.destino-card.selected {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 56, 92, 0.3);
}

/* Animación para el contenido del bloque de información */
.bloque_info .w-100,
.bloque_info .content-destino,
.bloque_info .experiencias-cantabria,
.bloque_info .cantabria-faq {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Efecto de carga para las imágenes */
.img-destino {
  transition: opacity 0.3s ease;
}

.img-destino.cargando {
  opacity: 0.5;
}

/* Animación para los highlights */
.highlights-destino div {
  transition: all 0.3s ease;
  animation: fadeInUp 0.5s ease forwards;
}

.highlights-destino div:nth-child(1) { animation-delay: 0.1s; }
.highlights-destino div:nth-child(2) { animation-delay: 0.2s; }
.highlights-destino div:nth-child(3) { animation-delay: 0.3s; }
.highlights-destino div:nth-child(4) { animation-delay: 0.4s; }
.highlights-destino div:nth-child(5) { animation-delay: 0.5s; }

/* Animación para las experiencias */
.experiencia-container {
  transition: all 0.3s ease;
  animation: fadeInScale 0.5s ease forwards;
}

.experiencia-container:nth-child(1) { animation-delay: 0.1s; }
.experiencia-container:nth-child(2) { animation-delay: 0.2s; }
.experiencia-container:nth-child(3) { animation-delay: 0.3s; }
.experiencia-container:nth-child(4) { animation-delay: 0.4s; }

/* Efecto de hover para las experiencias */
.experiencia-container:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Animación para el FAQ */
.faq-question {
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  transform: translateX(5px);
}

/* Indicador de carga */
.cargando-contenido {
  position: relative;
  overflow: hidden;
}

.cargando-contenido::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Mejoras para dispositivos móviles */
@media (max-width: 768px) {
  .destino-card.selected {
    transform: translateY(-5px) scale(1.03);
  }
  
  .experiencia-container:hover {
    transform: translateY(-3px) scale(1.01);
  }
  
  .faq-question:hover {
    transform: translateX(3px);
  }
}

/* Estilos para el mensaje de confirmación del formulario */
.alert-success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.15);
  animation: slideInRight 0.5s ease;
}

.alert-success .btn-close {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(120deg);
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Mejora para el formulario cuando se selecciona un destino */
.bloque_form {
  transition: all 0.3s ease;
}

.bloque_form.destino-seleccionado {
  box-shadow: 0 10px 30px rgba(255, 56, 92, 0.1);
  border-color: var(--verde-principal) !important;
}


/* ISKA ESTILOS */
/* Aplicar fuente Airbnb Cereal a todo el sitio */
body {
  font-family: 'Airbnb Cereal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-airbnb {
  background-color: #F7F7F7;
}

.footer-title {
  font-weight: 500;
  letter-spacing: -0.01em;
}

.footer-tab {
  font-weight: 400 !important;
  transition: color 0.2s ease, border-bottom 0.2s ease;
  position: relative;
}

.footer-tab:hover {
  color: #222222 !important;
}

.footer-tab.active {
  color: #222222 !important;
  font-weight: 400 !important;
  border-bottom: 2px solid #222222 !important;
}

.footer-destination {
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.footer-destination:hover {
  opacity: 0.7;
}

.footer-section-title {
  font-weight: 500;
  letter-spacing: -0.01em;
}

.footer-links a {
  transition: text-decoration 0.2s ease;
}

.footer-links a:hover {
  text-decoration: underline !important;
}

/* Grid de imágenes del destino - Responsive y reutilizable */
.destiny-images-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
    height: 600px;
}

.destiny-image-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
    background: #f7f7f7;
}

.destiny-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.destiny-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.3s ease;
}

.destiny-image-item:hover .destiny-image-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.destiny-image-1 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.destiny-image-2 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
}

.destiny-image-3 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    border-top-right-radius: 12px;
}

.destiny-image-4 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 3;
}

.destiny-image-5 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3;
    border-bottom-right-radius: 12px;
}

/* Clases reutilizables para sección de destino */
.destiny-header-section {
    padding: 48px 0;
    background: white;
}

.destiny-title {
    font-size: 28px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 16px;
}

.destiny-images-container {
    margin-bottom: 3rem;
}

/* Responsive para grid de imágenes */
@media (max-width: 992px) {
    .destiny-images-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        height: 500px;
    }

    .destiny-image-1 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }

    .destiny-image-2 {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
        grid-column-start: 1;
        grid-row-start: 3;
        border-bottom-left-radius: 12px;
    }

    .destiny-image-3 {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
        grid-column-start: 2;
        grid-row-start: 3;
        border-top-right-radius: 0;
        border-bottom-right-radius: 12px;
    }

    .destiny-image-4 {
        display: none;
    }

    .destiny-image-5 {
        display: none;
    }
}

@media (max-width: 768px) {
    .destiny-header-section {
        padding: 32px 0;
    }

    .destiny-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .destiny-images-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px);
        height: auto;
        gap: 8px;
    }

    .destiny-image-1,
    .destiny-image-2,
    .destiny-image-3,
    .destiny-image-4,
    .destiny-image-5 {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
        grid-column-start: 1;
        border-radius: 12px;
    }

    .destiny-image-1 {
        grid-row-start: 1;
    }

    .destiny-image-2 {
        grid-row-start: 2;
    }

    .destiny-image-3 {
        grid-row-start: 3;
    }

    .destiny-image-4 {
        display: block;
        grid-row-start: 4;
    }

    .destiny-image-5 {
        display: block;
        grid-row-start: 5;
    }
}

@media (max-width: 576px) {
    .destiny-title {
        font-size: 20px;
    }

    .destiny-images-grid {
        grid-template-rows: repeat(5, 180px);
        gap: 6px;
    }
}

/* Estilos para sección de valoraciones y categorías - Responsive */
.reviews-ratings-container {
    display: flex;
    margin-bottom: 3rem;
    gap: 8px;
    flex-wrap: nowrap;
}

.reviews-rating-column {
    flex: 1;
    border-right: 1px solid #DDDDDD;
    padding-right: 8px;
}

.reviews-rating-column:last-child {
    border-right: none;
    padding-left: 15px;
}

.reviews-rating-column:not(:first-child):not(:last-child) {
    padding-left: 15px;
}

.reviews-rating-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #222222;
    margin-bottom: 1rem;
}

.reviews-rating-bars {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.reviews-rating-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1px;
}

.reviews-rating-bar-item:last-child {
    margin-bottom: 0;
}

.reviews-rating-number {
    font-size: 0.75rem;
    color: #222222;
    font-weight: 400;
    min-width: 12px;
}

/* Tamaño específico para números en las barras de valoración */
.reviews-rating-bar-item .reviews-rating-number {
    font-size: 0.625rem; /* 10px */
    color: #222222;
    font-weight: 400;
    min-width: 12px;
}

.reviews-rating-bar-container {
    flex: 1;
    height: 4px;
    background: #F7F7F7;
    border-radius: 4px;
    overflow: hidden;
}

.reviews-rating-bar-fill {
    height: 100%;
    background: #222222;
    border-radius: 4px;
    min-width: 1px;
}

.reviews-category-column {
    flex: 1;
    border-right: 1px solid #DDDDDD;
    padding-left: 15px;
}

.reviews-category-column:last-child {
    border-right: none;
    padding-left: 15px;
}

.reviews-category-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    min-height: 100%;
}

.reviews-category-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews-category-label {
    font-size: 0.875rem;
    color: #222222;
    font-weight: 500;
}

.reviews-category-value {
    font-size: 1.125rem;
    color: #222222;
    font-weight: 500;
}

.reviews-category-icon {
    font-size: 32px;
    color: transparent;
    -webkit-text-stroke: 2px #222222;
}

/* Responsive para valoraciones */
@media (max-width: 1200px) {
    .reviews-ratings-container {
        flex-wrap: wrap;
    }

    .reviews-rating-column,
    .reviews-category-column {
        flex: 0 0 calc(50% - 4px);
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        padding: 16px;
        margin-bottom: 8px;
    }

    .reviews-rating-column:nth-child(2n),
    .reviews-category-column:nth-child(2n) {
        border-right: none;
    }

    .reviews-rating-column:last-child,
    .reviews-category-column:last-child {
        border-right: 1px solid #DDDDDD;
    }
}

@media (max-width: 992px) {
    .reviews-rating-column,
    .reviews-category-column {
        flex: 0 0 calc(33.333% - 6px);
    }

    .reviews-rating-column:nth-child(3n),
    .reviews-category-column:nth-child(3n) {
        border-right: none;
    }

    .reviews-rating-column:last-child,
    .reviews-category-column:last-child {
        border-right: 1px solid #DDDDDD;
    }
}

@media (max-width: 768px) {
    .reviews-ratings-container {
        flex-direction: column;
        gap: 0;
    }

    .reviews-rating-column,
    .reviews-category-column {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #DDDDDD;
        padding: 20px 16px;
        margin-bottom: 0;
    }

    .reviews-rating-column:last-child,
    .reviews-category-column:last-child {
        border-bottom: none;
    }

    .reviews-category-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-height: auto;
    }

    .reviews-category-icon {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .reviews-rating-title {
        font-size: 0.8rem;
        margin-bottom: 0.75rem;
    }

    .reviews-rating-bar-item .reviews-rating-number {
        font-size: 0.625rem; /* 10px */
    }

    .reviews-category-label {
        font-size: 0.8rem;
    }

    .reviews-category-value {
        font-size: 1rem;
    }

    .reviews-category-icon {
        font-size: 24px;
    }
}

/* Reordenar elementos en móvil: formulario después del grid de imágenes */
@media (max-width: 991.98px) {
    #planeador .row {
        display: flex;
        flex-direction: column;
    }

    #planeador .bloque_info {
        order: 2;
    }

    #planeador .bloque_form {
        order: 1;
    }
}

/* Estilos responsive para tarjetas de actividades */
.actividad-card {
    /* min-height: 60px; */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.actividad-card .small {
    font-size: 0.75rem;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
}

.actividad-card i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* Móvil: 1 columna completa */
@media (max-width: 767.98px) {
    .actividad-card {
        padding: 1rem 0.75rem;
        min-height: 65px;
        flex-direction: row;
        gap: 0.75rem;
        justify-content: flex-start;
    }

    .actividad-card i {
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }

    .actividad-card .small {
        font-size: 0.875rem;
        line-height: 1.4;
        text-align: left;
        flex: 1;
    }
}

/* Tablet: 2 columnas */
@media (min-width: 768px) and (max-width: 991.98px) {
    .actividad-card {
        padding: 0.875rem 0.5rem;
        min-height: 70px;
        flex-direction: column;
        gap: 0.5rem;
    }

    .actividad-card i {
        font-size: 1.5rem;
    }

    .actividad-card .small {
        font-size: 0.75rem;
        text-align: center;
    }
}

/* Estilos para tarjetas de destinos estilo Airbnb */
.container {
  max-width: 1120px !important;
}

/* Estilos para header de reseñas con laureles */
.reviews-header-section {
    padding: 0;
}

.reviews-rating-header {
    gap: 1rem;
    align-items: center;
}

.reviews-laurel-container {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.reviews-laurel {
    height: 132px;
    width: auto;
    display: block;
}

/* Tamaño específico para el número grande del header */
.reviews-rating-header .reviews-rating-number {
    font-size: 100px;
    font-weight: 600;
    color: #222222;
    line-height: 1;
    flex-shrink: 0;
}

.reviews-header-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.reviews-header-subtitle {
    font-size: 14px;
    color: #717171;
    line-height: 1.5;
}

/* Responsive para header de reseñas */
@media (max-width: 768px) {
    .reviews-rating-header {
        gap: 0.5rem;
    }

    .reviews-laurel {
        height: 80px;
    }

    .reviews-rating-header .reviews-rating-number {
        font-size: 60px;
    }
    
    .reviews-rating-bar-item .reviews-rating-number {
        font-size: 0.625rem; /* 10px - mantener pequeño en móvil */
    }

    .reviews-header-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .reviews-header-subtitle {
        font-size: 13px;
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    .reviews-rating-header {
        gap: 0.25rem;
    }

    .reviews-laurel {
        height: 60px;
    }

    .reviews-rating-header .reviews-rating-number {
        font-size: 48px;
    }
    
    .reviews-rating-bar-item .reviews-rating-number {
        font-size: 0.625rem; /* 10px - mantener pequeño en móvil */
    }

    .reviews-header-title {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .reviews-header-subtitle {
        font-size: 12px;
        padding: 0 0.5rem;
    }
}