/* =========================================================
   VIAJES XIMBAL-BIN — CSS UNIFICADO Y MEJORADO
   ========================================================= */

/* =========================================================
   00. VARIABLES GENERALES (fusionadas)
   ========================================================= */
:root {
  /* Fondos */
  --ximbal-bg: #f7f0e7;
  --ximbal-soft: #fffaf4;
  --ximbal-paper: rgba(255, 252, 246, .88);

  /* Texto / marca */
  --ximbal-brown: #3b281b;
  --ximbal-brown-2: #4a3325;
  --ximbal-brown-soft: #6f5946;
  --ximbal-muted: #8d7a68;
  --ximbal-ink: #291d0d;

  /* Líneas */
  --ximbal-line: rgba(88, 61, 39, .16);
  --ximbal-line-soft: rgba(103, 68, 39, .10);

  /* Acentos */
  --ximbal-accent: #c85f3f;
  --ximbal-accent-dark: #a9472e;
  --ximbal-gold: #bd8a42;
  --ximbal-gold-soft: #c28b3d;
  --ximbal-green: #3f7d55;
  --ximbal-facebook: #1877f2;

  /* Superficies oscuras (bandas de contraste) */
  --ximbal-dark-1: #2b1607;
  --ximbal-dark-2: #4b280d;
  --ximbal-dark-3: #1f1006;
  --ximbal-dark-cream: #fff2dc;
  --ximbal-dark-muted: #ead7bd;

  /* Flechas / controles */
  --ximbal-arrow-bg: #f7f1ea;
  --ximbal-arrow-bg-hover: #eadfd3;
  --ximbal-arrow-border: #d8c7b5;
  --ximbal-arrow-color: #5c4433;

  /* Radios */
  --ximbal-radius-sm: 10px;
  --ximbal-radius-md: 16px;
  --ximbal-radius-lg: 22px;
  --ximbal-radius-xl: 28px;

  /* Sombras con más profundidad (difusa + contacto) */
  --ximbal-shadow: 0 22px 70px rgba(67, 42, 23, .16), 0 4px 10px rgba(67, 42, 23, .06);
  --ximbal-shadow-soft: 0 14px 34px rgba(67, 42, 23, .12), 0 2px 6px rgba(67, 42, 23, .05);
  --ximbal-shadow-card: 0 12px 28px rgba(65, 45, 29, .10), 0 2px 5px rgba(65, 45, 29, .05);
  --ximbal-shadow-hover: 0 26px 54px rgba(65, 40, 24, .20), 0 6px 14px rgba(65, 40, 24, .08);
  --ximbal-shadow-btn: 0 14px 28px rgba(189, 82, 50, .28);

  /* Tipografía */
  --ximbal-font-title: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ximbal-font-body: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ximbal-size-eyebrow: 12px;
  --ximbal-size-title-xl: clamp(34px, 4vw, 54px);
  --ximbal-size-title-lg: clamp(30px, 3.2vw, 46px);
  --ximbal-size-title-md: 26px;
  --ximbal-size-card-title: 22px;
  --ximbal-size-text: 15px;
  --ximbal-size-text-sm: 14px;
  --ximbal-size-mini: 12px;

  --ximbal-lh-title: 1.02;
  --ximbal-lh-text: 1.62;
  --ximbal-lh-card: 1.28;
}

/* =========================================================
   01. BASE GENERAL
   ========================================================= */
.travel-home-shell,
.travel-home-shell * {
  box-sizing: border-box;
}

.travel-home-shell {
  font-family: var(--ximbal-font-body);
  color: var(--ximbal-brown);
  overflow: hidden;
}

.travel-home-shell img {
  max-width: 100%;
  display: block;
}

.travel-home-shell p,
.travel-home-shell span,
.travel-home-shell a,
.travel-home-shell li,
.travel-home-shell button,
.travel-home-shell input,
.travel-home-shell select,
.travel-home-shell textarea {
  font-family: var(--ximbal-font-body);
}

.travel-section.is-soft {
  border-top: 1px solid var(--ximbal-line-soft);
  border-bottom: 1px solid var(--ximbal-line-soft);
}

.travel-section-title {
  margin-bottom: 30px;
}

.travel-section-title.center {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.travel-section-title .section-subtitle,
.travel-eyebrow,
.ximbal-featured-label,
.ximbal-community-heading span,
.ximbal-fb-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ximbal-font-body);
  font-size: var(--ximbal-size-eyebrow);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ximbal-gold);
  margin-bottom: 10px;
}

.travel-section-title h2,
.travel-title,
.travel-about-card h2,
.travel-cta-title,
.ximbal-destinations-header h2,
.ximbal-community-heading h2,
.ximbal-featured-header h2,
.ximbal-fb-reviews-heading h2 {
  font-family: var(--ximbal-font-title);
  color: var(--ximbal-brown);
  font-weight: 800;
  line-height: var(--ximbal-lh-title);
  letter-spacing: -.035em;
}

.travel-section-title h2,
.ximbal-community-heading h2,
.ximbal-fb-reviews-heading h2 {
  font-size: var(--ximbal-size-title-lg);
}

.travel-about-card h2,
.travel-cta-title,
.ximbal-destinations-header h2,
.ximbal-featured-header h2 {
  font-size: var(--ximbal-size-title-xl);
}

.travel-section-title p,
.travel-copy,
.travel-about-card p,
.travel-cta-copy,
.ximbal-destinations-header p,
.ximbal-community-intro p,
.ximbal-featured-header p,
.ximbal-featured-description,
.ximbal-fb-rating-line {
  font-family: var(--ximbal-font-body);
  font-size: var(--ximbal-size-text);
  line-height: var(--ximbal-lh-text);
  color: var(--ximbal-muted);
}

.travel-glass-card {
  background: var(--ximbal-paper);
  border: 1px solid var(--ximbal-line);
  box-shadow: var(--ximbal-shadow-soft);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.travel-video-frame {
  border-radius: var(--ximbal-radius-xl);
  overflow: hidden;
  box-shadow: var(--ximbal-shadow);
  border: 1px solid var(--ximbal-line);
  background: var(--ximbal-soft);
}

/* Utilidad compartida: reemplaza el hover repetido en 6+ tarjetas */
.ximbal-hover-lift {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ximbal-hover-lift:hover {
  transform: translateY(-6px);
  box-shadow: var(--ximbal-shadow-hover);
}

/* =========================================================
   02. SECCIÓN: EXPERIENCIAS AUTÉNTICAS
   ========================================================= */
.travel-about-card {
  border-radius: 34px;
  padding: clamp(24px, 4vw, 46px);
}

.travel-about-card p {
  color: var(--ximbal-brown-soft);
  font-size: 16px;
  line-height: 1.78;
}

.travel-about-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.travel-about-gallery img,
.travel-about-fallback {
  width: 100%;
  min-height: 170px;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--ximbal-shadow-card);
}

.travel-about-gallery img:nth-child(3),
.travel-about-gallery .wide {
  grid-column: 1 / -1;
  min-height: 210px;
}

.travel-about-fallback {
  display: grid;
  place-items: center;
  color: var(--ximbal-muted);
  background:
    linear-gradient(135deg, rgba(210, 165, 107, .22), rgba(255,255,255,.42)),
    #f3e3cf;
  font-weight: 800;
}

/* =========================================================
   03. SECCIÓN: SERVICIOS QUE OFRECEMOS
   ========================================================= */
.travel-service-card {
  height: 100%;
  border-radius: 24px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.travel-service-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(200, 95, 63, .09);
}

.travel-service-icon,
.travel-benefit-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(195, 145, 82, .16);
  color: #8f673e;
  border: 1px solid rgba(132, 87, 46, .14);
  font-size: 28px;
  margin-bottom: 18px;
}

.travel-service-card h3,
.travel-benefit-card h3,
.travel-tour-body h3,
.travel-cta-slide-body h5,
.ximbal-destination-info h3,
.ximbal-featured-body h3,
.ximbal-fb-user-info h3 {
  font-family: var(--ximbal-font-title);
  font-size: var(--ximbal-size-card-title);
  font-weight: 800;
  line-height: var(--ximbal-lh-card);
  letter-spacing: -.02em;
  color: var(--ximbal-brown);
  margin-bottom: 10px;
}

.travel-service-card p,
.travel-benefit-card p,
.travel-tour-body p,
.travel-cta-slide-body p,
.ximbal-destination-info span,
.ximbal-featured-body p,
.ximbal-fb-review-card p,
.ximbal-fb-user-info span {
  font-family: var(--ximbal-font-body);
  font-size: var(--ximbal-size-text-sm);
  line-height: 1.55;
  color: var(--ximbal-muted);
  margin-bottom: 18px;
}

.travel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ximbal-accent-dark);
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s ease, gap .2s ease;
}

.travel-link:hover {
  color: var(--ximbal-accent);
  gap: 11px;
}

.travel-tour-card {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.travel-tour-media {
  height: 210px;
  background: #f2e1cf;
  overflow: hidden;
}

.travel-tour-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.travel-tour-card:hover .travel-tour-media img {
  transform: scale(1.06);
}

.travel-tour-fallback {
  height: 100%;
  display: grid;
  place-items: center;
  color: #8f6b4f;
  font-size: 38px;
}

.travel-tour-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}

/* Botones — sombra de color en vez de negro puro + feedback :active */
.travel-button,
.travel-button-outline,
.travel-link,
.ximbal-more-btn,
.ximbal-card-link,
.ximbal-featured-btn,
.ximbal-fb-review-btn {
  font-family: var(--ximbal-font-body);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.travel-button,
.travel-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 11px 18px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.travel-button {
  border: 0;
  color: #fff9f3;
  background: linear-gradient(135deg, #d36a49, #b94f34);
  box-shadow: var(--ximbal-shadow-btn);
}

.travel-button-outline {
  color: var(--ximbal-accent-dark);
  border: 1px solid rgba(190, 104, 76, .42);
  background: rgba(255, 248, 237, .68);
}

.travel-button:hover,
.travel-button-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(189, 82, 50, .24);
}

.travel-button:active,
.travel-button-outline:active {
  transform: translateY(0);
}

.travel-community-intro,
.ximbal-community-intro {
  max-width: 820px;
  margin: 0 auto 26px;
  text-align: center;
}

.travel-benefit-card {
  height: 100%;
  border-radius: 22px;
  padding: 22px;
}

.travel-benefit-card h3,
.ximbal-community-card h3 {
  font-family: var(--ximbal-font-body);
  font-size: var(--ximbal-size-text-sm);
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}

.travel-benefit-icon {
  width: 48px;
  height: 48px;
  font-size: 22px;
  margin-bottom: 14px;
  background: rgba(63, 125, 85, .12);
  color: var(--ximbal-green);
}

.travel-testimonial-card {
  height: 100%;
  border-radius: 24px;
  padding: 24px;
}

.travel-testimonial-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--ximbal-accent-dark);
  background: rgba(202, 95, 63, .10);
  border: 1px solid rgba(202, 95, 63, .18);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.travel-stars,
.ximbal-fb-stars,
.ximbal-fb-review-stars {
  color: var(--ximbal-gold-soft);
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.travel-quote {
  color: var(--ximbal-brown-soft);
  font-size: 16px;
  line-height: 1.65;
  font-style: italic;
}

.travel-rating {
  color: var(--ximbal-brown);
  font-weight: 800;
  margin-bottom: 10px;
}

/* =========================================================
   04. SECCIÓN CTA
   ========================================================= */
.travel-cta-section {
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(255, 241, 218, .95) 0%, rgba(255, 241, 218, .78) 42%, rgba(255, 241, 218, .12) 80%),
    radial-gradient(circle at 12% 8%, rgba(219, 172, 106, .14), transparent 28%);
  border-top: 1px solid var(--ximbal-line-soft);
}

.travel-cta-panel {
  border-radius: 34px;
  padding: clamp(24px, 4vw, 42px);
}

.travel-cta-copy {
  color: var(--ximbal-brown-soft);
  line-height: 1.7;
  margin-bottom: 20px;
}

.travel-quick-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.travel-cta-slide-card {
  overflow: hidden;
  border-radius: 28px;
}

.travel-cta-slide-image,
.travel-cta-slide-image-fallback {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.travel-cta-slide-image-fallback {
  display: grid;
  place-items: center;
  background: #f2e1cf;
  color: #8f6b4f;
  font-weight: 800;
}

.travel-cta-slide-body {
  padding: 22px;
  background: rgba(255, 252, 246, .93);
}

/* Carrusel general */
.travel-carousel .carousel-indicators {
  margin-bottom: -34px;
}

.travel-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--ximbal-accent-dark);
}

.travel-carousel .carousel-control-prev,
.travel-carousel .carousel-control-next {
  width: 46px;
  height: 46px;
  top: 45%;
  border-radius: 50%;
  background: rgba(255, 250, 242, .74);
  border: 1px solid var(--ximbal-line);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.travel-carousel .carousel-control-prev { left: 14px; }
.travel-carousel .carousel-control-next { right: 14px; }

.travel-toast {
  position: fixed;
  right: 24px;
  bottom: 26px;
  z-index: 1000;
  max-width: min(360px, calc(100vw - 34px));
  padding: 14px 18px;
  border-radius: 18px;
  color: #fff9f2;
  background: linear-gradient(135deg, var(--ximbal-brown), #7b4f32);
  box-shadow: 0 22px 48px rgba(59, 40, 27, .28);
  font-size: 14px;
  font-weight: 800;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
}

.travel-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.travel-reveal {
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition: opacity .68s ease, transform .68s ease;
}

.travel-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* =========================================================
   05. SECCIÓN: ARMA TU PLAN IDEAL (destinos)
   ========================================================= */
.ximbal-destinations-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--ximbal-line-soft);
  border-bottom: 1px solid var(--ximbal-line);
}

.ximbal-destinations-section::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(103, 68, 39, .07);
  border-radius: 26px;
  pointer-events: none;
}

.ximbal-destinations-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  padding: 0 100px;
}

.ximbal-destinations-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.ximbal-destinations-header h2 { color: #3f2a1d; }
.ximbal-destinations-header p { color: #7c6655; max-width: 680px; margin: 12px auto 0; }

.ximbal-header-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.ximbal-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid rgba(139, 94, 52, .22);
  background: rgba(255, 250, 244, .84);
  color: #8a4d2d;
  text-decoration: none;
  transition: background .22s ease, color .22s ease, transform .22s ease, border-color .22s ease;
}

.ximbal-more-btn:hover {
  background: var(--ximbal-gold-soft);
  color: #fffaf4;
  border-color: var(--ximbal-gold-soft);
  transform: translateY(-2px);
}

.ximbal-destinations-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ximbal-destinations-track {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ximbal-destinations-track::-webkit-scrollbar { display: none; }

.ximbal-destination-card {
  position: relative;
  flex: 0 0 310px;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  background: #2d2013;
  isolation: isolate;
  cursor: pointer;
  scroll-snap-align: center;
  border: 1px solid rgba(255, 250, 244, .35);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ximbal-destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .5s ease, filter .5s ease;
}

.ximbal-destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Gradiente más gradual: mejora la legibilidad del texto sin oscurecer tanto la foto */
  background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.08) 30%, rgba(30,17,9,.42) 68%, rgba(30,17,9,.90) 100%);
}

.ximbal-destination-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 248, 239, .2);
  border-radius: 12px;
  pointer-events: none;
}

.ximbal-destination-info {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  text-align: center;
  color: #fff8ef;
}

.ximbal-destination-info h3 {
  max-width: 190px;
  margin: 0 auto;
  color: #fff8ef;
  font-size: 23px;
  line-height: 1.02;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .4);
}

.ximbal-destination-info span {
  display: block;
  max-width: 94%;
  margin: 8px auto 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 248, 239, .92);
}

.ximbal-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 30px;
  padding: 7px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 248, 239, .3);
  background: rgba(255, 248, 239, .22);
  color: #fff8ef;
  font-size: 11px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .25s ease, transform .25s ease, border-color .25s ease;
}

.ximbal-card-link:hover {
  color: #3f2a1d;
  background: #fff8ef;
  border-color: #fff8ef;
  transform: translateY(-2px);
}

.ximbal-destination-card:hover {
  transform: translateY(-7px);
  border-color: rgba(168, 132, 94, .45);
  box-shadow: var(--ximbal-shadow-hover);
}

.ximbal-destination-card:hover img {
  transform: scale(1.09);
  filter: saturate(1.1) contrast(1.05);
}

.ximbal-destination-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: #fff8ef;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(255, 248, 239, .16), transparent 34%),
    linear-gradient(135deg, #5a3a1a, #9b6a3d);
}

.ximbal-destination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.ximbal-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(103, 68, 39, .24);
  cursor: pointer;
  transition: width .25s ease, background .25s ease, transform .25s ease;
}

.ximbal-dot.active { width: 26px; background: var(--ximbal-gold-soft); }
.ximbal-dot:hover { transform: translateY(-1px); background: rgba(139, 94, 60, .72); }

.ximbal-destination-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(139, 94, 52, .25);
  background: rgba(255, 248, 239, .92);
  color: #7b563c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.ximbal-destination-arrow:hover {
  background: var(--ximbal-gold-soft);
  color: #fff;
  transform: translateY(-50%) scale(1.06);
}

.ximbal-destination-prev { left: 8px; }
.ximbal-destination-next { right: 8px; }
.ximbal-destination-arrow i { font-size: 18px; line-height: 1; }

@media (max-width: 991px) {
  .ximbal-destinations-section { padding: 62px 0 66px; }
  .ximbal-destinations-track { justify-content: flex-start; }
  .ximbal-destination-card { flex-basis: 230px; height: 310px; }
}

@media (max-width: 767px) {
  .ximbal-destinations-inner { padding: 0 22px; }
  .ximbal-destinations-header h2 { font-size: clamp(30px, 9vw, 42px); }
  .ximbal-destinations-header p { font-size: 13px; }
  .ximbal-destination-card { flex-basis: 78%; height: 300px; }
  .ximbal-destination-arrow { width: 36px; height: 36px; }
  .ximbal-destination-prev { left: 2px; }
  .ximbal-destination-next { right: 2px; }
}

@media (max-width: 480px) {
  .ximbal-destination-card { flex-basis: 86%; }
  .ximbal-header-buttons { gap: 7px; }
  .ximbal-more-btn { padding: 8px 14px; font-size: 11px; }
}

/* =========================================================
   06. SECCIÓN: TURISMO COMUNITARIO
   ========================================================= */
.ximbal-community-band {
  width: 100%;
  padding: 44px 0;
  overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='340' height='220' viewBox='0 0 340 220'%3E%3Crect x='0' y='0' width='340' height='220' fill='%23fbf6ee'/%3E%3Cpath d='M20 30h86v46H20zM118 30h96v46h-96zM226 30h90v46h-90zM42 90h120v44H42zM174 90h126v44H174zM18 148h80v44H18zM110 148h98v44h-98zM220 148h95v44h-95z' fill='none' stroke='%23745a3a' stroke-opacity='.075' stroke-width='2'/%3E%3Cpath d='M34 50h26M135 56h42M246 53h30M66 112h50M198 112h58M132 170h36M238 170h42' stroke='%23745a3a' stroke-opacity='.055' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 340px 220px;
  background-repeat: repeat;
  border-top: 1px solid rgba(255, 255, 255, .48);
  border-bottom: 1px solid rgba(239, 236, 233, .33);
}

.ximbal-community-heading {
  text-align: center;
  margin-bottom: 16px;
}

.ximbal-community-heading h2 {
  max-width: 1180px;
  margin: 0 auto;
  color: #3f2a1d;
  letter-spacing: -1.8px;
}

.ximbal-community-intro p {
  margin: 0;
  color: #8f7b6d;
  font-size: 14px;
}

.ximbal-community-note {
  margin-top: 14px !important;
  color: var(--ximbal-brown-2) !important;
  font-size: 15px !important;
  font-weight: 800;
}

.ximbal-community-grid {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  justify-content: center;
}

.ximbal-community-card {
  min-height: 122px;
  padding: 22px 18px 20px;
  text-align: center;
  border-radius: var(--ximbal-radius-md);
  background: rgba(255, 252, 246, .68);
  border: 1px solid var(--ximbal-line-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.ximbal-community-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 252, 246, .9);
  border-color: rgba(168, 132, 94, .26);
}

.ximbal-community-card i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  color: var(--ximbal-gold-soft);
  font-size: 28px;
  line-height: 1;
}

.ximbal-community-card h3 {
  max-width: 230px;
  margin: 0 auto;
  color: var(--ximbal-ink);
}

/* =========================================================
   07. COMPONENTES GLOBALES: FLECHAS Y CARRUSELES
   ========================================================= */
.ximbal-carousel-arrow,
.ximbal-fb-carousel-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--ximbal-arrow-border);
  border-radius: 50%;
  background: var(--ximbal-arrow-bg);
  color: var(--ximbal-arrow-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.ximbal-carousel-arrow:hover,
.ximbal-fb-carousel-arrow:hover {
  background: var(--ximbal-arrow-bg-hover);
  border-color: #c7ad94;
}

.ximbal-carousel-track {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ximbal-carousel-track::-webkit-scrollbar { display: none; }

/* =========================================================
   08. SECCIÓN: OPINIONES REALES / FACEBOOK REVIEWS
   ========================================================= */
.ximbal-fb-reviews-section {
  position: relative;
  padding: 56px 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ximbal-dark-1) 0%, var(--ximbal-dark-2) 55%, var(--ximbal-dark-3) 100%);
  color: #fff7ec;
}

.ximbal-fb-reviews-section .container { position: relative; z-index: 2; }

.ximbal-fb-reviews-header {
  width: min(980px, 100%);
  margin: 0 auto 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.ximbal-fb-reviews-heading { max-width: 560px; }
.ximbal-fb-subtitle { color: #d9b98c; margin-bottom: 8px; letter-spacing: .04em; font-weight: 700; text-transform: uppercase; }
.ximbal-fb-reviews-heading h2 { color: var(--ximbal-dark-cream); font-size: clamp(25px, 2.6vw, 34px); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 12px; }

.ximbal-fb-rating-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--ximbal-dark-muted);
}

.ximbal-fb-badge,
.ximbal-fb-mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ximbal-facebook);
  color: #fff;
  font-weight: 800;
  font-family: var(--ximbal-font-body);
}

.ximbal-fb-badge { width: 26px; height: 26px; border-radius: 50%; font-size: 17px; }
.ximbal-fb-mini-icon { margin-left: auto; width: 18px; height: 18px; border-radius: 50%; font-size: 10px; }

.ximbal-fb-review-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--ximbal-dark-muted);
  color: var(--ximbal-dark-1);
  border: 1px solid rgba(255, 250, 242, .4);
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.ximbal-fb-review-btn:hover {
  transform: translateY(-1px);
  background: #f3e4ce;
}

.ximbal-fb-carousel-wrap { position: relative; width: min(980px, 100%); margin: 0 auto; }

.ximbal-fb-reviews-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 6px;
  scrollbar-width: none;
}

.ximbal-fb-reviews-grid::-webkit-scrollbar { display: none; }

.ximbal-fb-review-card {
  flex: 0 0 310px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  min-height: 230px;
  padding: 18px;
  border-radius: 10px;
  background: #fffaf3;
  color: #3a2414;
  border: 1px solid rgba(139, 94, 52, .24);
  font-family: var(--ximbal-font-body);
  transition: transform .2s ease, border-color .2s ease;
}

.ximbal-fb-review-card:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 94, 52, .4);
}

.ximbal-fb-review-user { display: flex; align-items: flex-start; gap: 10px; min-height: 44px; margin-bottom: 13px; }

.ximbal-fb-avatar,
.ximbal-fb-avatar-img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
}

.ximbal-fb-avatar {
  background: var(--ximbal-facebook);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ximbal-font-body);
  font-size: 19px;
  font-weight: 900;
  text-transform: lowercase;
}

.ximbal-fb-avatar-img {
  object-fit: cover;
  display: block;
  border: 1px solid rgba(139, 94, 52, .3);
}

.ximbal-fb-user-info { min-width: 0; }
.ximbal-fb-review-card .ximbal-fb-user-info h3 {
  margin: 0;
  color: #2e1b0e;
  font-family: var(--ximbal-font-body);
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}
.ximbal-fb-user-info span { display: block; margin-top: 2px; font-size: 12px; color: #806951; }

.ximbal-fb-review-card > p {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.ximbal-fb-review-footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(139, 94, 52, .2);
}

.ximbal-fb-review-footer span,
.ximbal-fb-review-footer strong {
  font-family: var(--ximbal-font-body);
}

.ximbal-fb-review-footer span { display: block; margin-bottom: 3px; font-size: 10px; font-weight: 800; color: #8d7358; letter-spacing: .06em; }
.ximbal-fb-review-footer strong { color: #7d5a43; font-size: 13px; }
.ximbal-fb-message-card { min-height: auto; }

.ximbal-fb-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ximbal-fb-carousel-arrow:hover { transform: translateY(-50%) scale(1.05); }
.ximbal-fb-carousel-prev { left: -18px; }
.ximbal-fb-carousel-next { right: -18px; }
.ximbal-fb-carousel-arrow i { font-size: 17px; line-height: 1; }

@media (max-width: 991px) {
  .ximbal-fb-reviews-header { align-items: flex-start; flex-direction: column; }
  .ximbal-fb-carousel-prev { left: 4px; }
  .ximbal-fb-carousel-next { right: 4px; }
  .ximbal-fb-carousel-arrow { width: 36px; height: 36px; }
}

@media (max-width: 575px) {
  .ximbal-fb-reviews-section { padding: 44px 0; }
  .ximbal-fb-reviews-heading h2 { font-size: clamp(24px, 8vw, 32px); }
  .ximbal-fb-rating-line { font-size: 12px; }
  .ximbal-fb-review-btn { width: 100%; min-height: 40px; }
  .ximbal-fb-review-card { flex: 0 0 82%; min-height: auto; padding: 17px; }
  .ximbal-fb-carousel-wrap { padding: 0 34px; }
  .ximbal-fb-carousel-prev { left: 0; }
  .ximbal-fb-carousel-next { right: 0; }
}

/* =========================================================
   09. SECCIÓN: TOURS DESTACADOS
   ========================================================= */
.ximbal-featured-carousel-section { padding: 58px 0; color: #3f3026; }

.ximbal-featured-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.ximbal-featured-label { color: #b18455; }
.ximbal-featured-header h2 { color: #ffffff; font-family: var(--ximbal-font-title); }
.ximbal-featured-header p { max-width: 560px; margin: 10px 0 0; color: #ffffff; }

.ximbal-featured-arrows { display: flex; align-items: center; gap: 10px; }
.ximbal-featured-arrows .ximbal-carousel-arrow { width: 40px; height: 40px; }
.ximbal-featured-arrows .ximbal-carousel-arrow:hover { transform: translateY(-1px); }

.ximbal-featured-carousel-wrapper { position: relative; overflow: hidden; }

.ximbal-featured-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 18px;
  scrollbar-width: none;
}

.ximbal-featured-carousel::-webkit-scrollbar { display: none; }

.ximbal-featured-card {
  flex: 0 0 calc(33.333% - 14px);
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #eadfd2;
  border-radius: 18px;
  background: #fffaf5;
  transition: transform .22s ease, box-shadow .22s ease;
}

.ximbal-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ximbal-shadow-card);
}

.ximbal-featured-img { height: 165px; overflow: hidden; background: #eee2d5; }

.ximbal-featured-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.ximbal-featured-card:hover .ximbal-featured-img img { transform: scale(1.04); }

.ximbal-featured-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #9b8065;
  font-size: 32px;
  background: #efe4d8;
}

.ximbal-featured-body { padding: 18px; }
.ximbal-featured-body h3 { font-family: var(--ximbal-font-title); font-size: 23px; margin: 0 0 7px; color: #3c2a1f; }
.ximbal-featured-body p { min-height: 48px; margin: 0; }

.ximbal-featured-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.ximbal-featured-price { display: flex; align-items: baseline; gap: 5px; flex-wrap: wrap; }
.ximbal-featured-price span,
.ximbal-featured-price small { font-family: var(--ximbal-font-body); color: #927b68; font-weight: 700; }
.ximbal-featured-price span { font-size: 12px; }
.ximbal-featured-price small { font-size: 11px; font-weight: 800; }
.ximbal-featured-price strong { font-family: var(--ximbal-font-body); color: #8b5e3c; font-size: 23px; font-weight: 900; line-height: 1; }

.ximbal-featured-btn {
  min-width: 92px;
  height: 38px;
  padding: 0 16px;
  border-radius: 10px;
  background: #8b5e3c;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, transform .2s ease;
}

.ximbal-featured-btn:hover { background: #6f452b; transform: translateY(-1px); }

.ximbal-featured-description {
  max-width: 720px;
  margin: 2px auto 0;
  color: #7b695c;
  text-align: center;
  padding: 20px;
}

.ximbal-featured-empty {
  width: 100%;
  padding: 20px;
  border: 1px solid #eadfd2;
  border-radius: 14px;
  background: #fffaf5;
  color: #7b695c;
  text-align: center;
}

#featured-tours .ximbal-featured-arrows {
  justify-content: flex-end;
  width: 100%;
  max-width: 1180px;
  margin: 22px auto 34px;
  padding-right: 18px;
}

#featured-tours .ximbal-carousel-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e4d6c7;
  background: #fff8ef;
  color: #7b563c;
}

#featured-tours .ximbal-carousel-arrow:hover {
  background: #9a6a45;
  color: #fff;
  border-color: #9a6a45;
}

@media (min-width: 992px) {
  #featured-tours .ximbal-featured-arrows { transform: translateX(170px); }
}

@media (max-width: 991px) {
  #featured-tours .ximbal-featured-arrows {
    justify-content: flex-end;
    margin: 18px 0 24px;
    padding-right: 0;
    transform: none;
  }
  .ximbal-featured-card { flex-basis: calc(50% - 10px); }
  .ximbal-featured-header { align-items: flex-start; }
}

@media (max-width: 767px) {
  .ximbal-featured-carousel-section { padding: 44px 0; }
  .ximbal-featured-header { flex-direction: column; margin-bottom: 18px; }
  .ximbal-featured-header h2 { font-size: 34px; }
  .ximbal-featured-header p { font-size: 14px; }
  .ximbal-featured-arrows { align-self: flex-end; }
  .ximbal-featured-card { flex-basis: 82%; }
  .ximbal-featured-img { height: 155px; }
  .ximbal-featured-body h3 { font-size: 22px; }
  .ximbal-featured-bottom { align-items: flex-start; flex-direction: column; }
  .ximbal-featured-btn { width: 100%; }
}

/* =========================================================
   10. CAMPOS SIMPLES (formulario búsqueda/reserva)
   ========================================================= */
.simple-select-field,
.simple-date-field {
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--ximbal-font-body);
  font-size: var(--ximbal-size-text-sm);
}

.simple-select-field:disabled { opacity: .65; cursor: not-allowed; }

.bi.bi-facebook { font-size: 30px; }

/* =========================================================
   11. RESPONSIVE TIPOGRÁFICO
   ========================================================= */
@media (max-width: 991px) {
  :root {
    --ximbal-size-title-xl: clamp(31px, 6vw, 44px);
    --ximbal-size-title-lg: clamp(28px, 5vw, 38px);
    --ximbal-size-card-title: 21px;
  }
}

/* =========================================================
   12. INICIO MÓVIL — COMPACTO Y NATURAL
   ========================================================= */
@media (max-width: 760px) {
  body.landing-home-page .tourism-hero {
    min-height: 0;
  }

  body.landing-home-page .hero-layout {
    width: calc(100% - 28px);
    min-height: 0;
    gap: 14px;
    padding: 88px 0 14px;
  }

  body.landing-home-page .trip-badge {
    margin-bottom: 12px;
    padding: 7px 10px;
  }

  body.landing-home-page .hero-title {
    max-width: 350px;
    margin: 0 auto 13px;
    font-size: clamp(38px, 11.5vw, 48px) !important;
    line-height: 1;
    letter-spacing: -.035em;
  }

  body.landing-home-page .hero-text {
    max-width: 350px;
    margin: 0 auto 17px;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body.landing-home-page .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.landing-home-page .btn-primary,
  body.landing-home-page .btn-secondary {
    min-height: 46px;
    padding: 0 12px;
    font-size: 12px;
  }

  body.landing-home-page .simple-search-card {
    padding: 16px;
    border-radius: 12px;
    box-shadow: none;
  }

  body.landing-home-page .simple-search-card h3 {
    margin-bottom: 13px;
    font-size: 19px !important;
    line-height: 1.2 !important;
    text-align: left;
  }

  body.landing-home-page .simple-search-form {
    gap: 8px;
  }

  body.landing-home-page .simple-field,
  body.landing-home-page .simple-search-btn {
    min-height: 46px;
    font-size: 13px;
  }

  body.landing-home-page .simple-field {
    padding: 0 12px;
  }

  body.landing-home-page .bottom-destinations {
    position: relative;
    inset: auto;
    width: calc(100% - 28px);
    margin: 0 auto 18px;
    transform: none;
    gap: 6px;
  }

  body.landing-home-page .place-chip {
    min-height: 56px;
    padding: 7px 9px;
    gap: 9px;
    border-radius: 9px;
    box-shadow: none;
  }

  body.landing-home-page .place-chip img {
    width: 44px;
    height: 38px;
    flex-basis: 44px;
    border-radius: 6px;
  }

  body.landing-home-page .place-chip strong {
    margin-bottom: 2px;
    font-size: 12px;
  }

  body.landing-home-page .place-chip span {
    font-size: 10.5px;
  }

  body.landing-home-page .travel-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.landing-home-page #quienes-somos {
    padding: 34px 0;
    background: #f7f0e7;
  }

  body.landing-home-page .travel-about-card {
    padding: 20px;
    border-radius: 14px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.landing-home-page .travel-about-card h2 {
    margin-bottom: 12px !important;
    font-size: 30px;
    line-height: 1.08;
  }

  body.landing-home-page .travel-about-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  body.landing-home-page .travel-about-gallery {
    gap: 8px;
  }

  body.landing-home-page .travel-about-gallery img,
  body.landing-home-page .travel-about-fallback {
    min-height: 108px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 12px;
    text-align: center;
  }

  body.landing-home-page .travel-about-gallery img:nth-child(3),
  body.landing-home-page .travel-about-gallery .wide {
    min-height: 132px;
  }

  body.landing-home-page #services {
    padding: 42px 0;
  }

  body.landing-home-page .travel-section-title {
    margin-bottom: 22px;
  }

  body.landing-home-page .travel-service-card {
    padding: 20px;
    border-radius: 14px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.landing-home-page .travel-service-card::after {
    display: none;
  }

  body.landing-home-page .travel-service-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  body.landing-home-page .travel-service-card h3 {
    margin-bottom: 7px;
  }

  body.landing-home-page .travel-service-card p {
    margin-bottom: 12px;
  }

  body.landing-home-page .ximbal-destinations-section,
  body.landing-home-page .ximbal-featured-carousel-section,
  body.landing-home-page .ximbal-fb-reviews-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body.landing-home-page .ximbal-destinations-inner {
    padding: 0 16px;
  }

  body.landing-home-page .ximbal-destinations-header {
    gap: 12px;
    margin-bottom: 0;
  }

  body.landing-home-page .ximbal-destinations-section::before {
    inset: 12px;
    border-radius: 14px;
  }

  body.landing-home-page .ximbal-featured-card {
    flex-basis: 88%;
    border-radius: 14px;
  }

  body.landing-home-page .ximbal-featured-body {
    padding: 16px;
  }

  body.landing-home-page .ximbal-featured-description {
    padding: 14px 0 0;
  }

  body.landing-home-page .ximbal-fb-reviews-grid {
    align-items: flex-start;
  }

  body.landing-home-page .ximbal-fb-carousel-wrap {
    padding-right: 28px;
    padding-left: 28px;
  }

  body.landing-home-page .ximbal-fb-review-card {
    flex-basis: 90%;
    min-height: 0;
    border-radius: 12px;
  }

  body.landing-home-page .whatsapp-float {
    left: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}

@media (max-width: 340px) {
  body.landing-home-page .hero-actions {
    grid-template-columns: 1fr;
  }

  body.landing-home-page .hero-title {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  :root {
    --ximbal-size-title-xl: 34px;
    --ximbal-size-title-lg: 30px;
    --ximbal-size-title-md: 24px;
    --ximbal-size-card-title: 21px;
    --ximbal-size-text: 14px;
    --ximbal-size-text-sm: 13px;
  }

  .ximbal-featured-header h2,
  .ximbal-destinations-header h2,
  .ximbal-community-heading h2,
  .ximbal-fb-reviews-heading h2 {
    line-height: 1.06;
  }

  .travel-section-title p,
  .travel-copy,
  .travel-about-card p,
  .travel-cta-copy,
  .ximbal-destinations-header p,
  .ximbal-community-intro p,
  .ximbal-featured-header p,
  .ximbal-featured-description {
    line-height: 1.58;
  }
}
