/* ═══ Componentes Caribe — sliders, reserva, restaurante ═══ */

/* Video bote en vivo */
.media-frame--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  filter: saturate(1.12) contrast(1.06);
}

.media-frame--video {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
}

/* Video experiencia — layout lado a lado */
.experience-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .experience-split {
    grid-template-columns: 1fr 1.15fr;
    gap: 3rem;
  }
}

.experience-split__copy .sec__desc {
  max-width: none;
  margin-bottom: 1.25rem;
}

.experience-split__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .65rem;
}

.experience-split__list li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: rgba(255, 255, 255, .78);
}

.experience-split__list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--premium-turquoise);
  flex-shrink: 0;
}

.experience-single {
  max-width: none;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(7, 19, 29, .5);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .32);
}

.experience-single--compact {
  max-width: none;
}

.experience-single video {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: none;
  object-fit: cover;
  display: block;
}

.experience-single__label {
  padding: .65rem 1rem;
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .8);
  text-align: center;
}

.experience-single__hint {
  font-weight: 500;
  color: rgba(255, 255, 255, .45);
  font-size: .7rem;
}

/* ── Sección Vive la experiencia — premium ── */
.sec--experience-video {
  position: relative;
  overflow: hidden;
}

.sec--experience-video::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 12% 50%, rgba(69, 216, 247, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 45% at 88% 30%, rgba(244, 161, 47, 0.1), transparent 52%);
  pointer-events: none;
  z-index: 0;
}

.experience-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.experience-deco__waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(56px, 9vw, 96px);
  color: rgba(69, 216, 247, 0.12);
}

.sec--experience-video .shell {
  position: relative;
  z-index: 1;
}

.experience-split--premium {
  gap: clamp(2rem, 4vw, 3.5rem);
}

@media (min-width: 900px) {
  .experience-split--premium {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
  }
}

.sec__tag--video {
  color: var(--premium-orange);
  border-color: rgba(244, 161, 47, 0.35);
  background: rgba(244, 161, 47, 0.1);
}

.experience-split__title .hl {
  background: linear-gradient(135deg, var(--premium-sky), var(--premium-turquoise));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.experience-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.65rem;
}

.experience-perk {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.82);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.experience-perk:hover {
  border-color: rgba(69, 216, 247, 0.28);
  background: rgba(69, 216, 247, 0.06);
  transform: translateX(4px);
}

.experience-perk__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(69, 216, 247, 0.18), rgba(244, 161, 47, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.experience-split__cta {
  margin-top: 0.25rem;
}

.experience-media {
  position: relative;
  overflow: hidden;
}

.experience-media__glow {
  position: absolute;
  inset: -8% -6%;
  background: radial-gradient(ellipse at 50% 50%, rgba(69, 216, 247, 0.22), transparent 68%);
  /* Sin filter:blur — en móvil provoca lag y el overflow se “sale” del card */
  pointer-events: none;
  z-index: 0;
}

.experience-media__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #fff;
  background: rgba(7, 19, 29, 0.65);
  border: 1px solid rgba(69, 216, 247, 0.45);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.sec--experience-video .experience-single {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(69, 216, 247, 0.08);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
}

.sec--experience-video .experience-single:hover {
  transform: translateY(-4px);
  box-shadow:
    0 36px 84px rgba(0, 0, 0, 0.48),
    0 0 48px rgba(69, 216, 247, 0.12);
}

.sec--experience-video .experience-single video {
  aspect-ratio: 16 / 10;
  filter: saturate(1.08) contrast(1.04);
}

.sec--experience-video .experience-single__label {
  position: relative;
  z-index: 1;
  margin-top: 0.85rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  width: fit-content;
  margin-inline: auto;
  background: rgba(7, 19, 29, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

@media (prefers-reduced-motion: reduce) {
  .experience-perk:hover,
  .sec--experience-video .experience-single:hover {
    transform: none;
  }
}

/* ── FAQ caribeño ── */
.sec--faq-caribe {
  position: relative;
  overflow: hidden;
}

.sec--faq-caribe::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(69, 216, 247, 0.16), transparent 55%),
    radial-gradient(ellipse 70% 55% at 88% 75%, rgba(244, 161, 47, 0.12), transparent 52%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(69, 216, 247, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.faq-caribe-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.faq-caribe-deco__palm {
  position: absolute;
  bottom: 0;
  width: clamp(80px, 12vw, 150px);
  color: rgba(8, 145, 178, 0.1);
}

.faq-caribe-deco__palm--left {
  left: clamp(0rem, 3vw, 3rem);
  transform: translateY(22%);
}

.faq-caribe-deco__palm--right {
  right: clamp(0rem, 2vw, 2.5rem);
  transform: translateY(15%) scaleX(-1);
  color: rgba(244, 161, 47, 0.09);
  width: clamp(90px, 13vw, 160px);
}

.faq-caribe-deco__shell {
  position: absolute;
  color: rgba(244, 161, 47, 0.14);
}

.faq-caribe-deco__shell--1 {
  top: 14%;
  right: 8%;
  width: clamp(56px, 7vw, 88px);
  transform: rotate(18deg);
}

.faq-caribe-deco__shell--2 {
  bottom: 28%;
  right: 18%;
  width: clamp(40px, 5vw, 58px);
  color: rgba(69, 216, 247, 0.12);
  transform: rotate(-12deg);
}

.faq-caribe-deco__shell--3 {
  top: 42%;
  right: 6%;
  width: clamp(48px, 6vw, 72px);
  color: rgba(244, 161, 47, 0.1);
  transform: rotate(8deg);
}

.faq-caribe-deco__waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(60px, 9vw, 100px);
  color: rgba(69, 216, 247, 0.16);
}

.sec--faq-caribe .shell {
  position: relative;
  z-index: 1;
}

.faq-layout {
  display: block;
  max-width: 760px;
  margin-inline: auto;
}

@media (min-width: 980px) {
  .faq-layout {
    max-width: 820px;
  }
}

.faq-layout__lead {
  max-width: 520px;
  margin-inline: auto;
  margin-bottom: 0;
}

.sec__tag--faq {
  color: #c2410c;
  background: rgba(244, 161, 47, 0.12);
  border-color: rgba(244, 161, 47, 0.28);
}

.sec--faq-caribe .sec__title .hl {
  background: linear-gradient(135deg, var(--premium-sky), var(--premium-turquoise));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq--caribe {
  max-width: none;
  gap: 0.65rem;
}

body.has-premium-hero .sec--faq-caribe .faq details {
  background: rgba(7, 19, 29, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

body.has-premium-hero .sec--faq-caribe .faq details[open] {
  border-color: rgba(69, 216, 247, 0.32);
  background: rgba(7, 19, 29, 0.58);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(69, 216, 247, 0.08);
}

body.has-premium-hero .sec--faq-caribe .faq summary {
  padding: 1.05rem 1.25rem;
  padding-right: 2.75rem;
  position: relative;
}

body.has-premium-hero .sec--faq-caribe .faq p {
  padding: 0 1.25rem 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

.faq-layout__visual {
  display: none;
}

@media (min-width: 980px) {
  .faq-layout__visual {
    display: block;
  }
}

.faq-visual-card {
  padding: 1.75rem 1.5rem;
  border-radius: 28px;
  text-align: center;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.07) 0%, rgba(7, 19, 29, 0.55) 100%);
  border: 1px solid rgba(69, 216, 247, 0.22);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: hidden;
}

.faq-visual-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(69, 216, 247, 0.15), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(244, 161, 47, 0.12), transparent 40%);
  pointer-events: none;
}

.faq-visual-card__emoji {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.85rem;
  position: relative;
}

.faq-visual-card p {
  position: relative;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 979px) {
  .faq-caribe-deco__shell--1 { right: 4%; top: 8%; }
  .faq-caribe-deco__shell--2 { right: 12%; bottom: 18%; }
  .faq-caribe-deco__palm--left { opacity: 0.6; }
}

/* Restaurante — carta única */
.restaurant-card {
  display: grid;
  gap: 2rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(7, 19, 29, .75), rgba(15, 34, 51, .55));
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .3);
  overflow: hidden;
}

@media (min-width: 900px) {
  .restaurant-card {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }
}

.restaurant-card__visual {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(255, 255, 255, .08);
}

.restaurant-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-card__body h3 {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: .75rem;
}

.restaurant-card__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.25rem 0;
}

.restaurant-card__tag {
  padding: .4rem .85rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 600;
  background: rgba(69, 216, 247, .12);
  border: 1px solid rgba(69, 216, 247, .25);
  color: var(--premium-sky);
}

.restaurant-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1rem 0 1.5rem;
  font-size: .88rem;
  color: rgba(255, 255, 255, .65);
}

.restaurant-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

/* Carrusel automático — inicio */
.restaurant-card__carousel {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
}

.restaurant-card__carousel-track {
  position: relative;
  aspect-ratio: 4 / 3;
}

.restaurant-card__carousel .rest-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.restaurant-card__carousel .rest-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.restaurant-card__carousel .rest-slide__img {
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}

.restaurant-card__carousel .rest-slide__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 2rem .85rem .75rem;
  text-align: center;
  font-size: .78rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(7, 19, 29, .75));
}

.restaurant-card__carousel-dots {
  position: absolute;
  bottom: .65rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .4rem;
  z-index: 2;
}

.restaurant-card__carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  transition: transform .3s, background .3s;
}

.restaurant-card__carousel-dots button.active {
  background: var(--premium-orange, #F4A52F);
  transform: scale(1.25);
}

/* Slider manual — página restaurante */
.rest-slide {
  flex: 0 0 min(100%, 520px);
  scroll-snap-align: start;
}

.rest-slide__img {
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  background: #e8f4f8;
}

.rest-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rest-slide__caption {
  margin-top: .65rem;
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .65);
  text-align: center;
}

/* Página restaurante — slider en layout claro */
.site-chrome-page .rest-slider-wrap {
  min-width: 0;
}

.site-chrome-page .rest-slider .rest-slide {
  flex: 0 0 100%;
}

.site-chrome-page .rest-slider .rest-slide__img {
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(14, 116, 144, .12);
}

.site-chrome-page .rest-slider .rest-slide__caption {
  color: #64748b;
}

.site-chrome-page .rest-slider .h-slider__nav button {
  background: #fff;
  color: #0c4a6e;
  border: 1px solid rgba(14, 116, 144, .15);
  box-shadow: 0 4px 16px rgba(14, 116, 144, .1);
}

.site-chrome-page .rest-slider .h-slider__nav button:hover {
  background: #0891b2;
  color: #fff;
}

/* Cruise slider — transición lenta */
.cruise-slider {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.cruise-slider--compact {
  max-height: 220px;
}

.cruise-slider__track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: cruiseScroll var(--cruise-duration, 70s) linear infinite;
  will-change: transform;
}

.cruise-slider:hover .cruise-slider__track {
  animation-play-state: paused;
}

@keyframes cruiseScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.cruise-slider__item {
  flex: 0 0 auto;
  width: clamp(260px, 28vw, 340px);
}

.cruise-slider--blog .blog-card {
  background: rgba(7, 19, 29, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  overflow: hidden;
}

.cruise-slider--blog .blog-card__body {
  padding: 1rem 1.15rem 1.25rem;
}

.cruise-slider--gallery {
  --gallery-col-h: clamp(340px, 42vw, 480px);
  --gallery-col-w: clamp(200px, 22vw, 280px);
}

.cruise-slider--gallery .gallery-col {
  flex: 0 0 auto;
  width: var(--gallery-col-w);
  height: var(--gallery-col-h);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cruise-slider--gallery .gallery-col--loading {
  width: var(--gallery-col-w);
  height: var(--gallery-col-h);
  border-radius: 20px;
  background: rgba(255, 255, 255, .06);
  animation: galleryPulse 1.2s ease-in-out infinite;
}

@keyframes galleryPulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.85; }
}

.cruise-slider--gallery .gallery-col--single .cruise-slider__item {
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.cruise-slider--gallery .gallery-col--stack .cruise-slider__item {
  flex: 1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
}

.cruise-slider--gallery .gallery-col--stack-odd .cruise-slider__item {
  flex: 1;
}

.cruise-slider--gallery .gallery-col .cruise-slider__item {
  width: 100%;
}

.cruise-slider--gallery .cruise-slider__item img,
.cruise-slider--gallery .cruise-slider__item--video video {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  display: block;
}

.cruise-slider--gallery .cruise-slider__item--video {
  position: relative;
  border-radius: 20px;
}

.cruise-slider--gallery .cruise-slider__item {
  width: auto;
}

.cruise-slider--gallery .cruise-slider__item img {
  aspect-ratio: unset;
}

/* Reseñas — acuarela blanco turquesa */
.sec--reviews-aqua {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 15% 20%, rgba(69, 216, 247, .42), transparent 58%),
    radial-gradient(ellipse 80% 60% at 85% 75%, rgba(56, 189, 212, .35), transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 45%, rgba(255, 255, 255, .95), transparent 70%),
    linear-gradient(165deg, #ffffff 0%, #f0fbff 35%, #e3f6fa 65%, #d4eff5 100%);
}

.sec--reviews-aqua::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 60%, rgba(69, 216, 247, .18) 0%, transparent 45%),
    radial-gradient(circle at 70% 30%, rgba(125, 211, 232, .22) 0%, transparent 40%);
  pointer-events: none;
  mix-blend-mode: multiply;
}

.sec--reviews-aqua .shell {
  position: relative;
  z-index: 1;
}

.sec--reviews-aqua .sec__tag {
  color: #0e7490;
  background: rgba(69, 216, 247, .15);
}

.sec--reviews-aqua .sec__title {
  color: #0c4a6e;
}

/* Reseñas compactas */
.reviews-compact {
  position: relative;
  max-width: 680px;
  margin-inline: auto;
  min-height: 140px;
}

.reviews-compact__track {
  position: relative;
}

.review-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  pointer-events: none;
  padding: 1.25rem 1.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(69, 216, 247, .25);
  box-shadow: 0 12px 40px rgba(14, 116, 144, .12);
  text-align: center;
  backdrop-filter: blur(8px);
}

.review-slide.active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative;
}

.review-slide__stars {
  color: #f59e0b;
  font-size: .9rem;
  letter-spacing: .12em;
  margin-bottom: .65rem;
}

.review-slide p {
  font-size: .92rem;
  line-height: 1.6;
  color: #164e63;
  font-style: italic;
  margin-bottom: .75rem;
}

.review-slide footer {
  font-size: .78rem;
  color: #64748b;
}

.review-slide footer strong {
  color: #0e7490;
  display: block;
  margin-bottom: .15rem;
}

.reviews-compact__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(14, 116, 144, .2);
  cursor: pointer;
  padding: 0;
  transition: background .3s, transform .3s;
}

.reviews-compact__dots button.active {
  background: #06b6d4;
  transform: scale(1.2);
}

/* Reserva Caribe premium */
.booking-caribe {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(4, 30, 40, .92) 0%, rgba(7, 19, 29, .88) 50%, rgba(20, 50, 60, .85) 100%);
  border: 1px solid rgba(69, 216, 247, .2);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

.booking-caribe::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(244, 161, 47, .15), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(69, 216, 247, .12), transparent 50%);
  pointer-events: none;
}

.booking-caribe::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #45D8F7, #F4A52F, #45D8F7);
  opacity: .7;
}

.booking-caribe__inner {
  position: relative;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.booking-caribe__palms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--premium-orange);
}

.booking-caribe__palms svg {
  width: 18px;
  height: 18px;
  color: var(--premium-sky);
}

.booking-caribe__perks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  margin: 1rem 0 1.25rem;
}

.booking-caribe__perk {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .72rem;
  color: rgba(255, 255, 255, .7);
}

.booking-caribe__perk svg {
  width: 14px;
  height: 14px;
  color: var(--premium-sky);
  flex-shrink: 0;
}

.booking-section--caribe {
  background: transparent;
}

/* Reserva con fondo palmeras y mar */
.sec--booking-palms {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.sec--booking-palms::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 19, 29, .72) 0%, rgba(7, 19, 29, .55) 40%, rgba(4, 40, 55, .65) 100%),
    url('../assets/images/hd/bg-palms.jpg') center 35% / cover no-repeat;
  z-index: 0;
}

.sec--booking-palms::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(180deg, transparent, rgba(69, 216, 247, .18));
  z-index: 0;
  pointer-events: none;
}

.sec--booking-palms .shell {
  position: relative;
  z-index: 1;
}

.sec--booking-palms .booking-section {
  background: rgba(7, 19, 29, .35);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
  border-radius: 32px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 720px;
  margin-inline: auto;
}

.booking-section--caribe .booking-caribe.booking-glass {
  width: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(7, 19, 29, .45);
}

.booking-section--caribe .booking-caribe__perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.sec--booking-palms .booking-section__info .sec__title,
.sec--booking-palms .booking-section__info .sec__desc {
  text-shadow: 0 2px 24px rgba(0, 0, 0, .4);
}

.reviews-compact__dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1rem;
}

.cruise-slider__item--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.cruise-slider__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5rem .75rem;
  font-size: .75rem;
  background: linear-gradient(transparent, rgba(0,0,0,.55));
  color: #fff;
}

.cruise-slider__item--video {
  position: relative;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .cruise-slider__track {
    animation: none;
  }
  .review-slide {
    transition: none;
  }
}

.nav__ig {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: .35rem .55rem;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 6px;
  opacity: .85;
}

.nav__ig:hover {
  opacity: 1;
  border-color: var(--premium-turquoise, #45D8F7);
  color: var(--premium-turquoise, #45D8F7);
}

.google-reviews-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(69, 216, 247, .2);
}

.google-reviews-cta__score {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  font-size: .9rem;
  color: rgba(255, 255, 255, .75);
}

.google-reviews-cta__rating {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}

.google-reviews-cta__stars {
  color: #F4A52F;
  letter-spacing: .05em;
}

.google-reviews-cta__count {
  font-weight: 600;
  color: var(--premium-sky, #6CEAFF);
}

/* ── Equipo operativo — sección alegre caribeña ── */
.sec--team-caribe {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 85% 65% at 8% 15%, rgba(69, 216, 247, 0.38), transparent 58%),
    radial-gradient(ellipse 75% 55% at 92% 85%, rgba(244, 161, 47, 0.3), transparent 52%),
    radial-gradient(ellipse 55% 45% at 50% 50%, rgba(255, 255, 255, 0.9), transparent 72%),
    linear-gradient(165deg, #fffbf5 0%, #f0fbff 38%, #e5f7fb 68%, #d9f2f8 100%);
}

.sec--team-caribe::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 70%, rgba(69, 216, 247, 0.14) 0%, transparent 42%),
    radial-gradient(circle at 75% 25%, rgba(244, 161, 47, 0.12) 0%, transparent 38%);
  pointer-events: none;
  z-index: 0;
}

/* Decoración caribeña — palmeras y olas */
.team-caribe-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.team-caribe-deco__palm {
  position: absolute;
  bottom: 0;
  width: clamp(72px, 11vw, 130px);
  height: auto;
  color: rgba(8, 145, 178, 0.11);
  opacity: 0.9;
}

.team-caribe-deco__palm--left {
  left: clamp(-0.5rem, 2vw, 2.5rem);
  transform: translateY(18%) scale(0.95);
}

.team-caribe-deco__palm--right {
  right: clamp(-0.25rem, 3vw, 3rem);
  transform: translateY(12%) scaleX(-1) scale(1.05);
  color: rgba(244, 161, 47, 0.1);
}

.team-caribe-deco__waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(64px, 10vw, 110px);
  color: rgba(69, 216, 247, 0.22);
}

.sec--team-caribe .shell {
  position: relative;
  z-index: 1;
}

.sec--team-caribe .sec__tag--warm {
  color: #c2410c;
  background: rgba(244, 161, 47, 0.16);
  border: 1px solid rgba(244, 161, 47, 0.28);
  padding: .35rem .85rem;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sec--team-caribe .team-layout__title {
  color: #0c4a6e;
}

.sec--team-caribe .team-layout__title .hl {
  color: #0891b2;
  text-shadow: none;
}

.sec--team-caribe .team-layout__intro p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 420px;
}

.team-layout {
  display: grid;
  gap: 2.25rem;
  align-items: start;
}

@media (min-width: 900px) {
  .team-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3rem;
    align-items: center;
  }
}

.team-grid--ops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 1100px) {
  .team-grid--ops {
    grid-template-columns: repeat(3, 1fr);
  }
}

body.has-premium-hero .sec--team-caribe .team-card--ops {
  background: #fff;
  border: 1px solid rgba(69, 216, 247, 0.22);
  border-radius: 22px;
  padding: 1.4rem 1.1rem 1.35rem;
  text-align: center;
  box-shadow: 0 8px 28px rgba(14, 116, 144, 0.1);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

body.has-premium-hero .sec--team-caribe .team-card--ops:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 44px rgba(14, 116, 144, 0.16);
  border-color: rgba(244, 161, 47, 0.4);
}

body.has-premium-hero .sec--team-caribe .team-card__avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

body.has-premium-hero .sec--team-caribe .team-card__avatar--photo {
  width: 76px;
  height: 76px;
  overflow: hidden;
  padding: 0;
}

body.has-premium-hero .sec--team-caribe .team-card__avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.has-premium-hero .sec--team-caribe .team-card__avatar--gold {
  background: linear-gradient(135deg, #fde68a, #fbbf24);
}

body.has-premium-hero .sec--team-caribe .team-card__avatar--ocean {
  background: linear-gradient(135deg, #7dd3fc, #22d3ee);
}

body.has-premium-hero .sec--team-caribe .team-card__avatar--mint {
  background: linear-gradient(135deg, #6ee7b7, #34d399);
}

body.has-premium-hero .sec--team-caribe .team-card__avatar--coral {
  background: linear-gradient(135deg, #fda4af, #fb7185);
}

body.has-premium-hero .sec--team-caribe .team-card__avatar--sunset {
  background: linear-gradient(135deg, #fdba74, #f97316);
}

body.has-premium-hero .sec--team-caribe .team-card--ops h4 {
  font-family: var(--premium-display, 'Outfit', sans-serif);
  color: #0c4a6e;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

body.has-premium-hero .sec--team-caribe .team-card--ops .team-card__role {
  color: #0891b2;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
  display: block;
}

body.has-premium-hero .sec--team-caribe .team-card--ops p {
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  body.has-premium-hero .sec--team-caribe .team-card--ops:hover {
    transform: none;
  }
}

/* ── Sponsors / aliados ── */
.sponsors-bar {
  position: relative;
  z-index: 1;
  padding: clamp(2.25rem, 5vw, 3.25rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 55%, #f0f9ff 100%);
  border-top: 1px solid rgba(14, 116, 144, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sponsors-bar__label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 1.5rem;
}

.sponsors-bar__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(1rem, 3vw, 1.75rem);
}

.sponsors-bar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.sponsors-bar__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(220px, 36vw, 320px);
  min-height: clamp(120px, 18vw, 160px);
  padding: clamp(1.1rem, 2.5vw, 1.6rem) clamp(1.35rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 20px;
  box-shadow:
    0 4px 18px rgba(14, 116, 144, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.sponsors-bar__logo img {
  width: auto;
  height: clamp(78px, 12vw, 112px);
  max-width: min(280px, 58vw);
  object-fit: contain;
  border-radius: 0;
  filter: none;
  transition: transform 0.3s ease;
}

.sponsors-bar__logo:hover {
  transform: translateY(-3px);
}

.sponsors-bar__logo:hover .sponsors-bar__logo-card {
  border-color: rgba(8, 145, 178, 0.28);
  box-shadow:
    0 12px 32px rgba(14, 116, 144, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.sponsors-bar__logo:hover img {
  transform: scale(1.03);
}

a.sponsors-bar__logo {
  text-decoration: none;
}
