:root {
  --green: #063f3c;
  --green-dark: #032f2e;
  --green-black: #022826;
  --gold: #e7bd72;
  --gold-dark: #c9903f;
  --cream: #f5ede3;
  --sand: #ead8c4;
  --ink: #163837;
  --white: #fff;
  --shadow: 0 18px 45px rgba(10, 42, 40, .14);
}

* { box-sizing: border-box; }

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Nunito Sans", Arial, sans-serif;
}

html.loading,
body.loading { height: 100%; overflow: hidden !important; overscroll-behavior: none; }
body.loading { position: fixed; inset: 0; width: 100%; }
a { text-decoration: none; }
small,
.form-text,
.btn-sm { font-size: 1rem; }
h1, h2, h3, p { margin-top: 0; }
.section { padding: 100px 0; }

.eyebrow {
  display: block;
  color: #b4803e;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow.light { color: #f3d194; }

.section-heading h2,
.soft-title {
  color: var(--gold-dark);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: .95;
}

.script-title {
  display: block;
  color: var(--gold);
  font: 700 clamp(1.7rem, 4vw, 3.1rem)/1 "Kalam", "Comic Sans MS", cursive;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: .8rem 1.4rem;
  transition: transform .25s, background .25s, color .25s;
}

.btn-gold {
  border: 0;
  background: linear-gradient(135deg, #f3d494, #d9a957);
  box-shadow: 0 10px 24px rgba(222, 175, 94, .2);
  color: #254440;
}

.btn-gold:hover {
  transform: translateY(-2px);
  background: #fff0c7;
  color: var(--green-dark);
}

.btn-outline-brand { border-color: #b7894d; color: #8a632f; }
.btn-outline-brand:hover { border-color: var(--green); background: var(--green); color: #fff; }
.text-link { padding: .55rem 0; color: var(--green); font-size: 1rem; font-weight: 700; }

/* Loader */
.page-loader {
  position: fixed !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  min-height: 100lvh;
  align-content: center;
  justify-items: center;
  padding: 1.5rem;
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: none;
  background: var(--green-dark);
  color: #f3d194;
  transition: opacity .6s ease, visibility .6s;
}

.page-loader.hidden { visibility: hidden; opacity: 0; }
.loader-mark { width: 205px; margin-inline: auto; animation: pulse 6s ease-in-out infinite; }
.loader-mark img { display: block; width: 100%; height: auto; }

.loader-line {
  width: 170px;
  height: 2px;
  margin: 25px auto 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, .15);
}

.loader-line span {
  display: block;
  width: 40%;
  height: 100%;
  background: var(--gold);
  animation: loading 1.2s ease-in-out infinite;
}

.page-loader small { display: block; width: 100%; max-width: 30rem; margin-inline: auto; font-size: 1rem; letter-spacing: .14em; line-height: 1.4; text-align: center; text-transform: uppercase; }

/* Navegación */
.site-header { transition: background .35s, box-shadow .35s; }
.site-header.scrolled { background: rgba(3, 47, 46, .96); box-shadow: 0 8px 25px rgba(0, 0, 0, .18); backdrop-filter: blur(12px); }
.navbar { padding: 16px 0; }
.navbar-brand { display: flex; align-items: center; color: #f1d092 !important; }
.brand-logo { display: block; width: 188px; height: auto; }
.navbar .nav-link { margin: 0 .35rem; padding: .6rem .8rem !important; border-radius: 999px; color: rgba(255, 255, 255, .9); font-size: 1rem; font-weight: 400; }
.navbar .nav-link:hover,
.navbar .nav-link.active { background: transparent; color: var(--gold); }
.navbar .nav-cta { border: 0; }

/* Banner */
.hero {
  position: relative;
  min-height: 720px;
  padding-bottom: clamp(4rem, 9vh, 7rem);
  overflow: hidden;
  background: url('../images/banner_superior.png') center bottom/cover no-repeat;
  color: #fff;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 100px;
  background: linear-gradient(transparent, rgba(3, 47, 46, .28));
  content: "";
}

.hero .container { z-index: 2; display: flex; align-self: stretch; align-items: flex-end; }
.hero .row { width: 100%; margin-right: 0; margin-left: 0; align-items: flex-end !important; }
.hero-copy { padding-top: clamp(5rem, 12vh, 8rem); }
.hero-capsule { display: inline-flex; align-items: center; padding: 7px 18px 6px; border: 1px solid rgba(231, 189, 114, .9); border-radius: 999px; color: #f0cc8e; font-size: 1rem; font-weight: 600; letter-spacing: .03em; line-height: 1; background: rgba(231, 189, 114, .2); }
.hero h1 { display: flex; flex-direction: column; align-items: flex-start; margin: 16px 0 20px; line-height: .93; }
.hero-script-line { color: #fff; font: 700 clamp(3rem, 5.7vw, 5.4rem)/.94 "Kalam", "Comic Sans MS", cursive; letter-spacing: -.055em; white-space: nowrap; text-shadow: 0 2px 2px rgba(0, 0, 0, .14); }
.hero-main-line { margin: 3px 0 5px; color: var(--gold); font: 700 clamp(2.7rem, 5vw, 4.7rem)/.94 "League Spartan", Arial, sans-serif; letter-spacing: .005em; white-space: nowrap; }
.hero-origin { font-size: clamp(2.65rem, 5vw, 4.75rem); }
.hero p { max-width: 610px; margin-bottom: 22px; color: rgba(255, 255, 255, .8); font-size: 1.05rem; line-height: 1.55; }
.hero-button { min-width: 268px; }
.btn-ghost { border: 1px solid rgba(255, 255, 255, .35); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .1); color: #fff; }
.hero-orbit { display: none; }

.social-card {
  --card-auto-x: 0rem;
  --card-drag-x: 0px;
  --card-drag-y: 0px;
  width: 356px;
  margin-left: auto;
  overflow: hidden;
  margin-top: clamp(5rem, 12vh, 8rem);
  transform: translate(calc(var(--card-auto-x) + var(--card-drag-x)), var(--card-drag-y));
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .25);
  color: #273b39;
  cursor: grab;
  touch-action: none;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1), box-shadow .25s ease;
  user-select: none;
  will-change: transform;
}
.social-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.social-card.is-dragging { cursor: grabbing; box-shadow: 0 34px 75px rgba(0, 0, 0, .35); transition: box-shadow .25s ease; }
.social-card img { -webkit-user-drag: none; }

.social-head { display: flex; height: 68px; align-items: center; gap: 10px; padding: 10px 14px; background: rgba(255, 255, 255, .96); }
.mini-avatar { display: grid; width: 40px; height: 40px; padding: 2px; flex: 0 0 40px; place-items: center; overflow: hidden; border: 0; border-radius: 50%; background: conic-gradient(from 210deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75); }
.mini-avatar img { display: block; width: 100%; height: 100%; border: 2px solid #fff; border-radius: 50%; background: var(--green-dark); object-fit: contain; }
.social-user { color: #8a8a8a; font-size: 1rem; font-weight: 500; }
.social-menu { color: #e0e0e0; font-size: 1rem; }
.social-photo { height: 405px; border-right: 1.5px solid rgba(255, 255, 255, .95); border-left: 1.5px solid rgba(255, 255, 255, .95); background: rgba(3, 63, 60, .015); }
.social-footer { min-height: 104px; overflow: hidden; border-radius: 0 0 20px 20px; background: rgba(255, 255, 255, .97); }
.social-actions { position: relative; display: flex; height: 56px; align-items: center; gap: 16px; padding: 10px 15px 5px; font-size: 1.45rem; }
.social-like { color: #f12632; }
.social-comment, .social-send { color: #68706f; }
.social-save { color: #568af0; }
.social-dots { position: absolute; left: 50%; display: flex; gap: 4px; transform: translateX(-50%); }
.social-dots b { width: 5px; height: 5px; border-radius: 50%; background: #ccd2d7; }
.social-dots b:first-child { background: #5790ef; }
.hero .social-caption { min-height: 48px; margin: 0; padding: 2px 16px 16px; background: rgba(255, 255, 255, .97); color: #6f7473; font-size: 1rem; line-height: 1.35; }

/* Barra de servicios */
.service-strip { position: relative; z-index: 3; background: #fffaf3; box-shadow: 0 8px 30px rgba(72, 55, 34, .08); }
.service-strip .container { max-width: none; padding-right: clamp(2rem, 4vw, 5rem); padding-left: clamp(2rem, 4vw, 5rem); }
.services-scroll { display: flex; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.services-scroll::-webkit-scrollbar { display: none; }
.service-pill { display: flex; min-width: max-content; align-items: center; padding: 2.75rem 1rem; border: 0; background: transparent; color: #7a766e; font-family: inherit; font-size: 1rem; transition: .25s; }
.amenity-icon { width: 2.3125rem; height: 2.25rem; margin-right: .75rem; object-fit: contain; transition: filter .25s; }
.service-pill:hover,
.service-pill.active { background: var(--gold); color: var(--green-dark); }
.service-pill:hover .amenity-icon,
.service-pill.active .amenity-icon { filter: brightness(0) invert(1); }

/* Próximas salidas */
.departures-flow {
  background: #f7efe6 url('../images/fondo_salidas.jpg') center -12px/cover no-repeat;
}

.trips-section {
  background: transparent;
}

.trips-section .eyebrow { color: var(--green); font-weight: 300; }

.trip-card {
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}

.trip-card:hover { transform: translateY(-8px); box-shadow: 0 25px 55px rgba(10, 42, 40, .2); }
.trip-image { position: relative; height: 220px; background-image: linear-gradient(180deg, rgba(2, 45, 43, .02), rgba(2, 45, 43, .28)), var(--trip-image), linear-gradient(135deg, #78b8bf, #e1bc78); background-position: center; background-size: cover; }
.trip-badges { position: absolute; top: 16px; right: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.trip-badges span { padding: 6px 16px; border-radius: 999px; background: var(--gold); color: var(--green-dark); font-size: 1rem; font-weight: 500; line-height: 1; text-transform: uppercase; }
.trip-badges .trip-promo { border: 1px solid rgba(255, 255, 255, .95); background: rgba(255, 255, 255, .12); color: #fff; backdrop-filter: blur(3px); }
.trip-body { padding: 22px; }
.trip-summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.trip-body h3 { margin: 0; color: var(--green-black); font-family: "League Spartan", Arial, sans-serif; font-size: 1.55rem; font-weight: 600; text-transform: uppercase; }
.trip-hotel { margin: 2px 0 0; color: #d1a75f; font-size: 1rem; font-weight: 300; }
.trip-price { text-align: right; }
.trip-price small { display: block; color: #878b88; font-size: 1rem; font-weight: 300; }
.trip-price strong { display: block; color: var(--green-black); font-size: 1.45rem; font-weight: 600; line-height: 1; }
.trip-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 18px 0; color: #777e7b; font-size: 1rem; font-weight: 300; }
.trip-meta i { color: #d8b775; }
.btn-trip { padding: .45rem 1rem; border: 1px solid #66817e; background: #dfe4e1; color: #506865; font-size: 1rem; font-weight: 300; text-transform: uppercase; }
.btn-trip:hover { background: var(--green); color: #fff; }

/* Pasos */
.steps-section {
  background: transparent;
}
.steps-section .script-title { color: var(--gold); font-family: "League Spartan", Arial, sans-serif; font-size: clamp(2.6rem, 5vw, 4.6rem); font-style: normal; font-weight: 400; letter-spacing: -.025em; }
.steps-section .soft-title { margin-top: -.4rem; color: var(--green); font-family: "Kalam", "Comic Sans MS", cursive; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 700; }
.steps-line-art { display: none; width: 100%; max-width: 66.625rem; height: auto; margin: 3rem auto 1rem; }
.steps-row { position: relative; }
.steps-row::before { position: absolute; top: 44px; right: 12%; left: 12%; height: 1px; background: #e7cfa8; content: ""; }
.step-icon { position: relative; display: grid; width: 90px; height: 90px; margin: 0 auto 18px; place-items: center; border: 2px solid #e4c28c; border-radius: 50%; background: #fffaf3; color: #d09a4e; font-size: 2rem; }
.step-icon b { position: absolute; top: -10px; right: 3px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 1rem; }
.steps-section h3 { font-size: 1rem; }
.steps-section p { max-width: 230px; margin: auto; color: #7a7770; font-size: 1rem; }

/* Beneficios */
.benefits-section { position: relative; background-color: #0e3837; background-image: none; }
.benefits-section h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.benefits-section h2 span { color: var(--gold); }
.benefit { position: relative; display: flex; height: 100%; gap: 18px; padding: 24px; overflow: hidden; border: 0; border-radius: 0; }
.benefit::before { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(6, 63, 60, 0) 0%, rgba(2, 44, 42, .92) 100%); content: ""; opacity: 0; transition: opacity 1.2s ease-in-out; }
.benefit > * { position: relative; z-index: 1; }
.benefit:hover { transform: none; }
.benefit:hover::before { opacity: 1; }
.benefit-icon { width: 5.3125rem; height: 4.875rem; flex: 0 0 5.3125rem; object-fit: contain; transition: filter 1.2s ease-in-out; }
.benefit:hover .benefit-icon { filter: brightness(1.12); }
.benefit h3 { margin-bottom: 6px; color: #fff; font-size: 1rem; }
.benefit p { margin: 0; color: rgba(255, 255, 255, .6); font-size: 1rem; transition: color 1.2s ease-in-out; }
.benefit:hover p { color: rgba(255, 255, 255, .9); }

/* Destinos */
.destinations-flow { background: #0e3837 url('../images/fondo_destinos_favoritos_mejores_recuerdos.jpg') center top/100% 100% no-repeat; }
.destinations-section { background: transparent; color: #fff; }
.destinations-section .eyebrow { color: #fff; }
.destination-grid { display: grid; grid-template-rows: 15.75rem 15.75rem; grid-template-columns: 2.6fr 2.6fr 1fr; gap: 1rem; }
.destination-card { position: relative; min-height: 0; overflow: hidden; border-radius: 1.5rem; background-position: center; background-size: cover; box-shadow: 0 1rem 2rem rgba(1, 32, 31, .32); transition: transform .6s ease, box-shadow .6s ease; }
.destination-card:hover { transform: translateY(-.45rem); box-shadow: 0 1.65rem 3rem rgba(1, 24, 23, .55); }
.destination-card::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1, 35, 34, .82), transparent 62%); content: ""; transition: background .6s ease; }
.destination-card:hover::before { background: linear-gradient(0deg, rgba(1, 35, 34, .94), rgba(231, 189, 114, .08)); }
.destination-content { position: absolute; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; z-index: 2; color: #fff; }
.destination-card h3 { margin: 0 0 .35rem; font: 600 clamp(2rem, 3vw, 3.15rem)/1 "League Spartan", Arial, sans-serif; }
.destination-meta { display: flex; align-items: center; gap: 1rem; }
.destination-meta > span:not(.destination-button) { font-size: 1rem; font-weight: 600; }
.destination-button { display: inline-flex; min-width: 7.8rem; align-items: center; justify-content: center; padding: .45rem 1.2rem; border: 1px solid rgba(255, 255, 255, .9); border-radius: 999px; color: #fff; font-size: 1rem; line-height: 1; }
.destination-card.compact .destination-content { text-align: center; }
.destination-card.compact h3 { font-size: clamp(1.5rem, 2vw, 2rem); }
.destination-card.compact .destination-button { min-width: auto; padding: .35rem 1rem; }
.destination-card.tall { grid-row: span 2; }
.pv { background-image: url('../images/destinos_puerto_Vallarta.png'); }
.nv { background-image: url('../images/destinos_nuevo_vallarta.png'); }
.mz { background-image: url('../images/destinos_mazatlan.png'); }
.tq { background-image: url('../images/destinos_tequila.png'); }
.bl { background-image: url('../images/destinos_balnearios.png'); }

/* Experiencia, testimonios y galería */
.experience-section { display: flex; min-height: 520px; align-items: center; background: transparent; }
.experience-title { margin-bottom: .75rem; line-height: .92; }
.experience-title > span,
.experience-title > strong { display: block; }
.experience-title strong { color: var(--gold); font-family: "League Spartan", Arial, sans-serif; font-size: clamp(2.3rem, 4.2vw, 4rem); font-weight: 600; letter-spacing: -.025em; }
.experience-title em { color: #fff; font-family: "Kalam", "Comic Sans MS", cursive; font-size: clamp(2.2rem, 4vw, 3.9rem); font-style: normal; font-weight: 700; }
.experience-section p { max-width: 660px; margin: 0 auto 2.3rem; color: #fff; font-size: 1rem; font-weight: 300; line-height: 1.25; }
.experience-section .btn-gold { min-width: 13.5rem; padding: .7rem 1.5rem; background: var(--gold); box-shadow: none; font-weight: 400; }
.testimonials-section { position: relative; z-index: 1; padding-top: 14rem; padding-bottom: 0; background: transparent; }
.testimonials-title { margin-bottom: 3.5rem; line-height: 1; transform: translateY(2rem); }
.testimonials-title strong { color: var(--gold); font-family: "League Spartan", Arial, sans-serif; font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 500; letter-spacing: -.025em; }
.testimonials-title em { color: var(--green); font-family: "Kalam", "Comic Sans MS", cursive; font-size: clamp(2.3rem, 3.8vw, 3.7rem); font-style: normal; font-weight: 700; }
.testimonials-row { align-items: stretch; transform: translateY(2rem); }
.testimonial { display: flex; height: 100%; min-height: 21.5rem; padding: 2rem 3.5rem; flex-direction: column; border-radius: 1.5rem; background: #fff; box-shadow: none; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; }
.testimonial:hover { transform: translateY(-.25rem); box-shadow: 0 1rem 2rem rgba(85, 62, 35, .1); }
.testimonial:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.review-head { display: flex; align-items: center; gap: .75rem; color: #252525; }
.review-head strong,
.review-head small { display: block; }
.review-head small { color: #666; font-weight: 300; }
.avatar { width: 2.875rem; height: 2.875rem; flex: 0 0 2.875rem; border-radius: 50%; object-fit: cover; }
.review-rating { display: flex; align-items: center; gap: .6rem; margin-top: .7rem; }
.stars { color: #e9b45f; font-size: 1rem; letter-spacing: .08em; }
.review-rating small { color: #656565; font-weight: 300; }
.testimonial p { margin: .75rem 0; color: #4f4f4f; font-size: 1rem; line-height: 1.35; }
.review-photos { display: block; width: 15.3125rem; max-width: 100%; height: 7.5rem; margin-bottom: 1rem; border-radius: .65rem; object-fit: cover; }
.review-actions { display: flex; align-items: center; gap: .75rem; margin-top: auto; color: #575757; font-size: 1rem; }
.review-actions i { font-size: 1.3rem; }
.review-like,
.review-share { display: inline-grid; padding: .25rem; border: 0; background: transparent; color: #575757; cursor: pointer; place-items: center; transition: color .25s ease, transform .25s ease; }
.review-like:hover,
.review-share:hover { color: var(--green); transform: translateY(-.15rem); }
.review-like.is-liked { color: #e34b52; }
.review-like.is-liked i { animation: review-like-pop .35s ease; }
.review-like-label { transition: color .25s ease; }
.review-like.is-liked + .review-like-label { color: #e34b52; }
.share-options { display: grid; gap: .75rem; }
.share-options a,
.share-options button { display: flex; width: 100%; align-items: center; gap: .75rem; padding: .8rem 1rem; border: 1px solid #ded2c7; border-radius: .75rem; background: #fff; color: var(--green); font-size: 1rem; text-align: left; }
.gallery-section { position: relative; z-index: 0; padding-top: 7rem; background: #f3eae3; }
.gallery-label { margin-bottom: 2rem; color: var(--green); font-family: "Nunito Sans", Arial, sans-serif; font-size: 1rem; font-weight: 400; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.gallery-grid { display: grid; aspect-ratio: 1.6 / 1; grid-template-rows: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.gallery-item { border: 0; border-radius: 1.25rem; background-position: center; background-size: cover; cursor: pointer; transition: transform .6s ease, filter .6s ease, box-shadow .6s ease; }
.gallery-item:hover { transform: translateY(-.35rem); box-shadow: 0 1rem 2rem rgba(45, 63, 58, .22); filter: brightness(.9); }
.g1 { grid-area: 1 / 1 / 2 / 2; background-image: url('../images/galeria_1.png'); }
.g2 { grid-area: 2 / 1 / 3 / 2; background-image: url('../images/galeria_2.png'); }
.g3 { grid-area: 3 / 1 / 4 / 3; background-image: url('../images/galeria_3.png'); }
.g4 { grid-area: 1 / 2 / 3 / 3; background-image: url('../images/galeria_4.png'); }
.g5 { grid-area: 1 / 3 / 4 / 4; background-image: url('../images/galeria_5.png'); }

/* FAQ y cierre */
.faq-section { padding-top: 7rem; padding-bottom: 7rem; background: #f3eae3; }
.faq-section .section-heading { margin-bottom: 0 !important; }
.faq-section .eyebrow { color: var(--green); font-weight: 400; letter-spacing: .04em; }
.faq-section .section-heading h2 { margin-top: .65rem; color: var(--gold); font-family: "League Spartan", Arial, sans-serif; font-size: clamp(2.8rem, 5vw, 4.6rem); font-weight: 400; letter-spacing: .01em; }
.faq-section .accordion { width: 90%; margin: 4.25rem auto 0; }
.accordion-item { border-color: rgba(201, 144, 63, .55); background: transparent; }
.faq-section .accordion-item:last-child { border-bottom: 1px solid rgba(201, 144, 63, .55); }
.accordion-button { padding: 1.15rem 1rem; background: transparent !important; box-shadow: none !important; color: var(--green) !important; font-size: 1.15rem; font-weight: 600; }
.accordion-button:not(.collapsed) { color: var(--green) !important; }
.accordion-button::after { filter: sepia(1) saturate(.7) hue-rotate(115deg) brightness(.55); }
.accordion-body { padding: .25rem 1rem 1.15rem; color: #777570; font-size: 1rem; font-weight: 300; line-height: 1.4; }
.closing-flow { display: flex; width: 100%; min-height: min(77vw, 66rem); flex-direction: column; background: #063f3c url('../images/fondo_cta_footer.jpg') center top/100% 100% no-repeat; }
.final-cta { display: flex; min-height: 47rem; padding: clamp(11rem, 19vw, 18rem) 0 3.5rem; flex: 1 0 auto; align-items: center; background: transparent; color: #fff; scroll-margin-top: 4.5rem; }
.contact-layout { display: grid; align-items: center; grid-template-columns: minmax(0, .95fr) minmax(28rem, 1.05fr); gap: clamp(3rem, 7vw, 8rem); }
.contact-copy { align-self: center; }
.final-cta h2 { margin: 1.5rem 0 1rem; line-height: .95; }
.final-cta h2 em,
.final-cta h2 strong { display: block; }
.final-cta h2 em { color: #fff; font-family: "Kalam", "Comic Sans MS", cursive; font-size: clamp(2.6rem, 4.5vw, 4.4rem); font-style: normal; font-weight: 700; }
.final-cta h2 strong { color: var(--gold); font-family: "League Spartan", Arial, sans-serif; font-size: clamp(2.8rem, 4.5vw, 4.5rem); font-weight: 600; letter-spacing: .015em; }
.final-cta p { margin-bottom: 2.5rem; color: rgba(255, 255, 255, .7); font-size: 1rem; font-weight: 300; line-height: 1.35; }
.final-cta .btn-gold { min-width: 17rem; padding: .7rem 1.5rem; background: var(--gold); box-shadow: none; font-weight: 400; }
.contact-form { display: grid; width: 100%; gap: .8rem; }
.contact-field { position: relative; }
.contact-field input,
.contact-field textarea { display: block; width: 100%; border: 1px solid rgba(224, 182, 111, .46); border-radius: 1.5rem; outline: 0; background: rgba(248, 243, 236, .91); box-shadow: 0 .3rem 1rem rgba(0, 30, 29, .08); color: var(--green); font-family: "Nunito Sans", Arial, sans-serif; font-size: 1.08rem; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-field input { height: 2.8rem; padding: .3rem 1.25rem; }
.contact-field textarea { min-height: 10rem; padding: .75rem 1.25rem; border-radius: 1.25rem; line-height: 1.35; resize: vertical; }
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: rgba(28, 65, 62, .58); opacity: 1; }
.contact-field input:focus,
.contact-field textarea:focus { border-color: var(--gold); background: rgba(255, 252, 247, .98); box-shadow: 0 0 0 .22rem rgba(231, 189, 114, .22); }
.contact-field input.is-invalid,
.contact-field textarea.is-invalid { border-color: #b83b3b; background: rgba(255, 246, 244, .94); }
.contact-field .invalid-feedback { margin: .3rem 1rem 0; color: #ffd6cf; font-size: .78rem; }
.contact-submit-wrap { display: flex; min-height: 4.2rem; align-items: flex-start; flex-direction: column; }
.final-cta .contact-submit { min-width: 14.5rem; margin: .65rem auto 0; }
.contact-submit:disabled { cursor: not-allowed; opacity: .7; }
.contact-status { min-height: 1.2rem; margin: .45rem auto 0 !important; color: rgba(255, 255, 255, .88) !important; font-size: .82rem !important; text-align: center; }
.contact-status.is-success { color: #ccebd9 !important; }

/* Footer y elementos flotantes */
.site-footer { padding: 1rem 0 2.5rem; flex: 1; background: transparent; color: rgba(255, 255, 255, .62); font-size: 1rem; }
.footer-layout { display: grid; height: 100%; grid-template-columns: .9fr 1.4fr; gap: 4rem; }
.site-footer .navbar-brand { flex-shrink: 0; }
.site-footer .brand-logo { width: 13rem; }
.footer-brand p { margin: 1.5rem 0 0; font-weight: 300; line-height: 1.35; }
.footer-contact { display: grid; justify-items: end; gap: .55rem; margin: auto 0 0; font-style: normal; text-align: right; }
.footer-contact a { display: flex; align-items: flex-start; gap: .65rem; color: rgba(255, 255, 255, .72); line-height: 1.35; transition: color .25s ease; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact i { margin-top: .12rem; color: var(--gold); }
.footer-right { display: flex; min-height: 10rem; align-items: flex-end; flex-direction: column; justify-content: space-between; }
.footer-nav { display: flex; width: 100%; align-items: center; justify-content: flex-end; gap: clamp(1.5rem, 3vw, 3.5rem); }
.footer-nav a { color: #fff; font-size: 1rem; transition: color .25s ease; }
.footer-nav a:hover { color: var(--gold); }
.social-links { display: flex; gap: 14px; }
.social-links a { color: #fff; font-size: 1.75rem; }
.floating-whatsapp,
.back-to-top { position: fixed; right: 22px; z-index: 20; border: 0; }
.floating-whatsapp { bottom: 22px; display: flex; align-items: center; color: var(--green); transition: transform .25s ease; }
.floating-whatsapp:hover { color: var(--green); transform: translateY(-.2rem); }
.floating-whatsapp-label { position: relative; z-index: 0; display: flex; height: 2.8rem; margin-right: -1.25rem; padding: 0 2.35rem 0 1.4rem; align-items: center; gap: .65rem; border-radius: 999px; background: var(--gold); box-shadow: 0 .35rem .75rem rgba(39, 48, 45, .24); font-size: 1rem; font-weight: 500; }
.floating-whatsapp-label i { font-size: 1.35rem; }
.floating-whatsapp-icon { position: relative; z-index: 1; display: grid; width: 4.1rem; height: 4.1rem; border-radius: 50%; background: #25d366; box-shadow: 0 .4rem .8rem rgba(39, 48, 45, .3); color: #fff; font-size: 2.25rem; place-items: center; }
.back-to-top { bottom: 92px; display: grid; width: 50px; height: 50px; visibility: hidden; border-radius: 50%; background: var(--gold); box-shadow: 0 10px 30px rgba(0, 0, 0, .25); color: var(--green); opacity: 0; transition: .25s; place-items: center; }
.back-to-top.show { visibility: visible; opacity: 1; }

/* Modal */
.modal-content { border: 0; border-radius: 20px; }
.modal-header, .modal-footer { border-color: #eee1d2; }
.form-control { padding: .75rem; border-radius: 10px; }
.form-control:focus { border-color: #c99c5d; box-shadow: 0 0 0 .2rem rgba(201, 156, 93, .18); }

@keyframes loading {
  from { transform: translateX(-100%); }
  to { transform: translateX(350%); }
}

@keyframes pulse {
  50% { transform: scale(1.035); filter: drop-shadow(0 0 10px rgba(231, 189, 114, .16)); }
}

@keyframes review-like-pop {
  50% { transform: scale(1.35); }
}

@media (min-width: 992px) {
  .steps-line-art { display: block; }
  .steps-row::before,
  .steps-row .step-icon { display: none; }
}

@media (min-width: 1441px) {
  .social-card { --card-auto-x: clamp(0rem, calc(50vw - 45rem), 19rem); }
}

@media (max-width: 991px) {
  .site-header { background: rgba(3, 47, 46, .96); }
  .navbar-collapse { padding: 15px 0; }
  .navbar .nav-link { margin: 3px 0; }
  .hero { min-height: 690px; }
  .steps-row::before { display: none; }
  .destination-grid { grid-template-rows: auto; grid-template-columns: 1fr 1fr; }
  .destination-card.tall { grid-row: span 2; }
  .destination-card { min-height: 210px; }
  .contact-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 2rem; }
  .footer-layout { gap: 2rem; grid-template-columns: .8fr 1.2fr; }
  .footer-nav { flex-wrap: wrap; gap: 1rem 1.5rem; }
}

@media (max-width: 767px) {
  .site-header { width: 100vw; max-width: 100%; overflow-x: clip; }
  .navbar > .container { width: 100%; max-width: 100%; margin-inline: 0; }
  .loader-mark { width: min(12.8rem, 68vw); }
  .loader-line { width: min(10.625rem, 56vw); }
  .page-loader small { max-width: 22rem; font-size: .78rem; letter-spacing: .1em; }
  .section { padding: 72px 0; }
  .brand-logo { width: 158px; }
  .hero { min-height: 760px; background: linear-gradient(rgba(2, 45, 43, .46), rgba(2, 45, 43, .58)), url('../images/banner_superior.png') 35% center/cover no-repeat; text-align: center; }
  .hero-copy { min-width: 0; max-width: 100%; padding-top: clamp(6rem, 14vh, 8rem); overflow: hidden; }
  .hero-capsule { max-width: 100%; justify-content: center; line-height: 1.15; white-space: normal; }
  .hero h1 { align-items: center; }
  .hero h1 span { max-width: 100%; }
  .hero-script-line { font-size: clamp(2.8rem, 13vw, 4.2rem); white-space: normal; }
  .hero-main-line { font-size: clamp(2.45rem, 11.5vw, 3.8rem); white-space: normal; }
  .hero-origin { font-size: clamp(2.45rem, 11.5vw, 3.8rem); }
  .hero .d-flex { justify-content: center; }
  .service-strip .container { padding: 0; }
  .services-scroll {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }
  .service-pill {
    width: 100%;
    min-width: 100%;
    min-height: 7.5rem;
    justify-content: center;
    padding: 2rem 1.5rem;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    text-align: center;
    white-space: normal;
  }
  .service-pill:not(.is-current) { opacity: .58; }
  .service-pill.is-current { opacity: 1; }
  .section-heading h2 { font-size: 2.25rem; }
  .departures-flow { background-position: center -12px; background-size: auto 100%; }
  .steps-section { background: #f3eae3; }
  .trip-image { height: 200px; }
  .destination-grid { grid-template-columns: 1fr; gap: 1.15rem; }
  .destination-card,
  .destination-card.tall { grid-row: auto; min-height: 230px; }
  .destination-card:first-child { grid-column: auto; }
  .destination-card h3,
  .destination-card.compact h3 { font-size: 1.65rem; }
  .destination-card.compact .destination-content { text-align: left; }
  .destination-meta { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .destination-meta > span:not(.destination-button) { max-width: 100%; line-height: 1.35; }
  .destinations-flow { background: #f3eae3; }
  .destinations-section { background: #0e3837; }
  .experience-section { position: relative; min-height: 34rem; padding: 5rem 0; overflow: hidden; background: url('../images/fondo_destinos_favoritos_mejores_recuerdos.jpg') center 48%/cover no-repeat; }
  .experience-section::before { position: absolute; inset: 0; background: linear-gradient(180deg, #0e3837 0%, rgba(14, 56, 55, .9) 8%, rgba(14, 56, 55, 0) 27%, rgba(243, 234, 227, 0) 70%, #f3eae3 100%), linear-gradient(180deg, rgba(2, 44, 42, .28), rgba(2, 44, 42, .58)); content: ""; }
  .experience-section .container { position: relative; z-index: 1; }
  .experience-title { line-height: 1.02; text-shadow: 0 2px 14px rgba(0, 28, 27, .75); }
  .experience-title strong,
  .experience-title em { font-size: clamp(2rem, 9vw, 2.75rem); }
  .experience-section p { text-shadow: 0 1px 8px rgba(0, 24, 23, .9); }
  .testimonials-section { padding-top: 5rem; background: #f3eae3; }
  .testimonial { min-height: 0; padding: 1.5rem; }
  .testimonials-title,
  .testimonials-row { transform: none; }
  .review-actions span { line-height: 1.2; }
  .gallery-grid { aspect-ratio: auto; grid-template-rows: repeat(4, 10rem); grid-template-columns: 1fr 1fr; }
  .g1 { grid-area: 1 / 1 / 2 / 2; }
  .g2 { grid-area: 1 / 2 / 2 / 3; }
  .g3 { grid-area: 4 / 1 / 5 / 3; }
  .g4 { grid-area: 2 / 1 / 4 / 2; }
  .g5 { grid-area: 2 / 2 / 4 / 3; }
  .closing-flow { min-height: 98rem; aspect-ratio: auto; background-position: 27% top; background-size: auto 100%; }
  .final-cta { min-height: 76rem; padding: 20rem 0 4rem; flex: none; align-items: flex-end; background: linear-gradient(to bottom, transparent 0, rgba(3, 52, 50, .22) 26%, rgba(3, 52, 50, .78) 56%, rgba(3, 52, 50, .96) 100%); text-align: center; }
  .contact-layout { display: flex; align-items: center; flex-direction: column; gap: 3.5rem; }
  .contact-copy { display: flex; align-items: center; flex-direction: column; }
  .contact-form { max-width: 35rem; text-align: left; }
  .contact-field input { height: 3rem; }
  .contact-field textarea { min-height: 9rem; }
  .footer-layout { display: flex; align-items: center; flex-direction: column; gap: 2.5rem; }
  .site-footer { padding: 2.5rem 0 4rem; text-align: center; }
  .footer-brand p { margin-top: 1.5rem; }
  .footer-right { min-height: 9rem; align-items: center; }
  .footer-nav { justify-content: center; }
  .footer-contact { justify-items: center; margin-top: 1.5rem; text-align: center; }
  .social-links { margin-top: 2rem; }
  .floating-whatsapp,
  .back-to-top { right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
