/* ====== CONTENEDOR / SELECCIÓN ====== */
.s2-glass .select2-selection--single {
  position: relative;
  background: rgba(255,255,255,.06) !important;     /* más transparente */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(26, 26, 26, 0.22) !important;
  border-radius: 18px !important;
  height: 48px !important;
  padding: 8px 44px 8px 14px !important;
  box-shadow:
    0 8px 22px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.18);           /* brillo interior */
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

/* brillo diagonal “gel” */
.s2-glass .select2-selection--single::before {
  content:"";
  position:absolute; inset:0; border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255,255,255,.22), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen; opacity:.9;
}

/* Hover / abierto: halo y leve lift */
.s2-glass .select2-selection--single:hover,
.select2-container--open.s2-glass .select2-selection--single {
  border-color: rgba(255,255,255,.34) !important;
  box-shadow:
    0 10px 30px rgba(0,0,0,.25),
    0 0 0 3px rgba(0,194,255,.18);                  /* usa --color-secondary */
  transform: translateY(-1px);
}

/* Texto seleccionado y placeholder */
.s2-glass .select2-selection__rendered { color:#000000 !important; font-weight:600; line-height:32px !important; letter-spacing:.2px; }
.s2-glass .select2-selection__placeholder { color: rgba(0, 0, 0, 0.72) !important; }

/* Flecha */
.s2-glass .select2-selection__arrow { height:100% !important; width:36px !important; right:6px !important; }
.s2-glass .select2-selection__arrow b { border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent !important; }

/* ====== DROPDOWN ====== */
.s2-glass-dd.select2-dropdown {
  background: rgba(253, 253, 253, 0.55) !important;       /* más transparente */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow:
    0 20px 50px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.1);
  padding-top: 6px;
}

/* línea de brillo superior */
.s2-glass-dd.select2-dropdown::before {
  content:""; position:absolute; left:0; right:0; top:0; height:1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,.35), transparent);
}

/* Campo de búsqueda dentro del dropdown */
.s2-glass-dd .select2-search__field {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  color:#000000; border-radius: 12px; outline: none; padding: 10px 12px;
}
.s2-glass-dd .select2-search__field::placeholder { color: rgba(0, 0, 0, 0.6); }

/* ====== OPCIONES ====== */
.s2-glass-dd .select2-results__options {
  max-height: 320px; padding: 6px; scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.35) transparent;
}
.s2-glass-dd .select2-results__option {
  color:#000000;
  border-radius: 12px; margin: 4px 2px; padding: 10px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: background .15s ease, transform .15s ease, border-color .15s ease;
}
.s2-glass-dd .select2-results__option--highlighted[aria-selected] {
  background: linear-gradient(145deg, rgba(0,194,255,.35), rgba(138,43,226,.28)) !important; /* secondary→tertiary */
  border-color: rgba(255,255,255,.28);
  transform: translateY(-1px);
}
.s2-glass-dd .select2-results__option[aria-selected=true] {
  background: rgba(39, 39, 39, 0.22) !important;
  border-color: rgba(17, 17, 17, 0.38);
}

/* ====== BADGE DE TIPO ====== */
.badge-type {
  display:inline-block; font-size:.72rem; line-height:1;
  padding:4px 8px; margin-left:8px; color:#000000;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
  opacity:.95;
}

/* ====== SCROLLBAR (WebKit) ====== */
.s2-glass-dd .select2-results__options::-webkit-scrollbar { width: 8px; }
.s2-glass-dd .select2-results__options::-webkit-scrollbar-thumb { background: rgba(255,255,255,.28); border-radius: 8px; }
.s2-glass-dd .select2-results__options::-webkit-scrollbar-track { background: transparent; }


/* Asegura que Select2 ocupe el ancho del contenedor */
.select2-container { width: 100% !important; }

/* Evita parpadeo/blanco mientras inicializa */
#destination { visibility: hidden; }
#destination + .select2-container { visibility: visible; }


/* Z-index alto por si el dropdown queda por detrás de Swiper/Nav */
.s2-glass-dd.select2-dropdown { z-index: 3000 !important; }

/* (opcional) si ves sangría rara en el texto seleccionado */
.s2-glass .select2-selection__rendered { padding-left: 2px !important; }


/* ====== CONTENEDOR / SELECCIÓN ====== */
.s2-glass .select2-selection--single,
.select2-selection--single.s2-glass {
  position: relative;
  background: rgba(255,255,255,.06) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(39, 39, 39, 0.22) !important;
  border-radius: 18px !important;
  height: 48px !important;
  padding: 8px 44px 8px 14px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.18);
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

/* brillo diagonal “gel” */
.s2-glass .select2-selection--single::before,
.select2-selection--single.s2-glass::before{
  content:"";
  position:absolute; inset:0; border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255,255,255,.22), rgba(255,255,255,0) 55%);
  pointer-events:none; mix-blend-mode: screen; opacity:.9;
}

/* Hover / abierto */
.s2-glass .select2-selection--single:hover,
.select2-container--open.s2-glass .select2-selection--single,
.select2-selection--single.s2-glass:hover {
  border-color: rgba(255,255,255,.34) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.25), 0 0 0 1px rgba(221, 221, 221, 0.18);
  transform: translateY(-1px);
}

/* Texto y placeholder */
.s2-glass .select2-selection__rendered,
.select2-selection--single.s2-glass .select2-selection__rendered { 
  color:#000000 !important; font-weight:500; line-height:32px !important; letter-spacing:.2px;
}
.s2-glass .select2-selection__placeholder,
.select2-selection--single.s2-glass .select2-selection__placeholder { 
  color: rgba(0, 0, 0, 0.72) !important;
}

/* Flecha */
.s2-glass .select2-selection__arrow,
.select2-selection--single.s2-glass .select2-selection__arrow { 
  height:100% !important; width:36px !important; right:6px !important; 
}
.s2-glass .select2-selection__arrow b,
.select2-selection--single.s2-glass .select2-selection__arrow b { 
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent !important;
}
