/* ==================================================================
   Excursion page v2 redesign — Claude Design handoff (scoped: .xv1-*)
   Mismos tokens que country.css/city.css: yellow #ffd520 · accent
   #f4b400 · text #1c1c1c · sec #5a564e · terciary #8a8579 · faint
   #c9c4b8 · borders #e8e5de/#eeebe4 · alt bg #f7f5f1 · green #1e7a46.
   Montserrat 400/500/700 (el peso 800 del handoff mapea a 700, único
   extrabold cargado por header.php). Loaded by 5excursion_v2.php.
   ================================================================== */

.xv1 { font-family: 'Montserrat', system-ui, sans-serif; color: #1c1c1c; overflow-x: hidden; overflow-x: clip; }
.xv1 * { box-sizing: border-box; }
.xv1 a { text-decoration: none; }

/* ---------- HERO ---------- */
.xv1-hero { position: relative; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; }
.xv1-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: background-image .2s; }
/* Velo superior (legibilidad del nav) + velo inferior corto: la foto debe seguir viéndose */
.xv1-hero::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 120px; background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,0)); z-index: 1; }
.xv1-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 58%; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.72)); z-index: 1; }
.xv1-hero-content { position: relative; z-index: 2; color: #fff; padding: 120px 80px 52px; max-width: 940px; }
.excursion .xv1-hero h1 { margin: 0; font-size: clamp(38px, 4.8vw, 62px); font-weight: 700; line-height: 1.02; letter-spacing: -.03em; color: #fff; max-width: 760px; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
/* Títulos muy largos (>70 caracteres): cuerpo menor para no comerse el hero */
.excursion .xv1-hero--long h1 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; }
.excursion .xv1-hero h1 .xv1-hero-sub { display: block; margin-top: 8px; font-size: 22px; font-weight: 500; letter-spacing: 0; line-height: 1.3; color: rgba(255,255,255,.88); text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.xv1-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; margin-top: 26px; }
/* Specificidad alta: custom.css (posterior) pinta .btn-book de azul */
.excursion .xv1 a.xv1-cta { display: inline-flex; align-items: center; gap: 10px; background-color: #fff; color: #1c1c1c; border-radius: 999px; padding: 16px 28px; font-size: 16px; font-weight: 700; box-shadow: 0 8px 26px rgba(0,0,0,.3); transition: background .2s; }
.excursion .xv1 a.xv1-cta:hover { background-color: #ffd520; color: #1c1c1c; }

/* Miniaturas: cambian la foto del hero; el último tile abre el vídeo.
   Desktop: absolutas sobre el hero (via .xv1-hero-wrap). Móvil: tira bajo el hero. */
.xv1-hero-wrap { position: relative; }
.xv1-thumbs { position: absolute; right: 80px; bottom: 52px; z-index: 2; display: flex; gap: 10px; }
.xv1-thumb { width: 92px; height: 64px; flex: none; border-radius: 4px; background-size: cover; background-position: center; background-color: #3a4652; cursor: pointer; position: relative; border: 2px solid transparent; overflow: hidden; padding: 0; }
.xv1-thumb.active { border-color: #fff; }
/* Sin outline azul del navegador al clicar; teclado mantiene foco visible en blanco */
.xv1-thumb:focus { outline: none; }
.xv1-thumb:focus-visible { outline: 2px solid #fff; outline-offset: 1px; }
.xv1-thumb--video::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.xv1-thumb-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -64%); width: 22px; height: 22px; border-radius: 50%; background: #ffd520; display: flex; align-items: center; justify-content: center; color: #1c1c1c; font-size: 8px; }
.xv1-thumb-label { position: absolute; bottom: 5px; left: 0; right: 0; text-align: center; font-size: 11px; font-weight: 700; color: #fff; }

/* ---------- TRUST BAR (reviews reales de Google) ---------- */
.xv1-trust { background: #fff; border-bottom: 1px solid #eeebe4; text-align: center; padding: 15px 24px; font-size: 14px; font-weight: 500; color: #5a564e; }
.xv1-trust svg { width: 14px; height: 14px; fill: #f4b400; vertical-align: -2px; }
.xv1-trust-stars { white-space: nowrap; }
.xv1-trust b { color: #1c1c1c; }
.xv1-trust a { color: #1e7a46; font-weight: 700; }
.xv1-trust a:hover { color: #14582f; }

/* ---------- INTRO + QUÉ INCLUYE ---------- */
.xv1-intro { background: #fff; padding: 84px 80px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; max-width: 1400px; margin: 0 auto; }
.xv1-intro-left { max-width: 620px; }
.excursion .xv1 h2.xv1-h2 { margin: 0 0 26px; font-size: 44px; font-weight: 700; line-height: 1.1; letter-spacing: -.03em; color: #1c1c1c; }
.xv1-mark { box-shadow: inset 0 -14px 0 #ffd520; }
.xv1-intro-left p { font-size: 18px; font-weight: 400; color: #4a4943; line-height: 1.7; margin: 0 0 18px; }
/* Descripción visible pero recortada a ~6 líneas con desvanecido (sin "…":
   con <br> duros del contenido el ellipsis del line-clamp salta a línea propia) */
.xv1-intro-desc { max-height: calc(1.7em * 6); overflow: hidden; position: relative; }
.xv1-intro-desc::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.1em; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 90%); }
.xv1-intro-desc.open { max-height: none; }
.xv1-intro-desc.open::after { display: none; }
/* "Leer más" como línea siguiente del párrafo: sin hueco entre ambos */
.xv1-intro-left p.xv1-intro-desc { margin-bottom: 0; }
/* display:table = línea propia con subrayado solo del ancho del texto */
.xv1-readmore { display: table; font-size: 16px; font-weight: 700; color: #1c1c1c; cursor: pointer; box-shadow: inset 0 -2px 0 #ffd520; margin: 2px 0 28px; line-height: 1.7; }
.xv1-readmore:hover { color: #1c1c1c; box-shadow: inset 0 -6px 0 #ffd520; }
.xv1-readmore::after { content: "Leer más"; }
.xv1-readmore.open::after { content: "Leer menos"; }
/* Botón pill verde: mismo estilo que .cv1-link de country/location */
.excursion .xv1 a.xv1-green-link { display: inline-flex; align-items: center; gap: 10px; background-color: #1e7a46; color: #fff !important; border-radius: 999px; padding: 15px 26px; font-size: 16px; font-weight: 700; box-shadow: 0 4px 14px rgba(30,122,70,.25); transition: background .2s; text-decoration: none; }
.excursion .xv1 a.xv1-green-link:hover { background-color: #14582f; color: #fff !important; }
.xv1-includes { border-left: 1px solid #e8e5de; padding-left: 56px; }
.xv1-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8a8579; margin-bottom: 24px; }
.xv1-inc { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: baseline; margin-bottom: 24px; }
.xv1-inc-num { font-size: 15px; font-weight: 700; color: #c9c4b8; }
.xv1-inc-txt { font-size: 17px; font-weight: 400; color: #1c1c1c; line-height: 1.5; }
.xv1-inc-txt b { font-weight: 700; box-shadow: inset 0 -6px 0 #ffd520; }

/* ---------- ITINERARIO ---------- */
.xv1-itin { background: #fff; padding: 24px 80px 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; max-width: 1400px; margin: 0 auto; }
.excursion .xv1 h2.xv1-h2m { margin: 10px 0 26px; font-size: 34px; font-weight: 700; letter-spacing: -.025em; color: #1c1c1c; line-height: 1.1; }
/* Layout de tabla: la columna de horas mide lo mismo en todas las filas,
   así los puntos de unión quedan en una vertical perfecta */
.xv1-itin-list { display: table; width: 100%; }
.xv1-itin-row { display: table-row; }
.xv1-itin-time { display: table-cell; vertical-align: top; line-height: 1; white-space: nowrap; width: 1%; padding: 19px 16px 13px 0; border-bottom: 1px solid #e8e5de; font-size: 28px; font-weight: 700; letter-spacing: -.03em; color: #c9c4b8; }
.xv1-itin-body { display: table-cell; vertical-align: top; width: 100%; padding: 13px 0 13px 26px; border-bottom: 1px solid #e8e5de; }
/* Puntos de unión (timeline del legacy): punto por parada + línea discontinua */
.xv1-itin-mark { display: table-cell; width: 14px; position: relative; border-bottom: 1px solid #e8e5de; }
.xv1-itin-mark::before { content: ""; position: absolute; left: 6px; top: 0; bottom: 0; border-left: 2px dashed #e2e0d7; }
.xv1-itin-row:first-child .xv1-itin-mark::before { top: 25px; }
.xv1-itin-row:last-child .xv1-itin-mark::before { bottom: auto; height: 25px; }
.xv1-itin-row:only-child .xv1-itin-mark::before { display: none; }
.xv1-itin-mark::after { content: ""; position: absolute; left: 2px; top: 20px; width: 10px; height: 10px; box-sizing: border-box; border-radius: 50%; background: #fff; border: 2px solid #c9c4b8; }
.xv1-itin-time--long { font-size: 20px; white-space: normal; line-height: 1.2; padding-top: 17px; max-width: 130px; }
/* Filas con hora: el punto centrado verticalmente con la cifra */
.xv1-itin-row--t .xv1-itin-mark::after { top: 28px; }
.xv1-itin-row--t:first-child .xv1-itin-mark::before { top: 33px; }
.xv1-itin-row--t:last-child .xv1-itin-mark::before { height: 33px; }
.xv1-itin-name { font-size: 17px; font-weight: 500; color: #1c1c1c; line-height: 1.45; }
.xv1-itin-desc { font-size: 14px; font-weight: 400; color: #5b5a54; margin-top: 2px; line-height: 1.5; }
.xv1-map { border: 1px solid #e8e5de; border-radius: 8px; overflow: hidden; min-height: 560px; background: #f7f5f1; position: relative; }
.xv1-map .iframe-map, .xv1-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- PRECIOS: TRES OPCIONES ---------- */
.xv1-pricing { background: #f7f5f1; padding: 76px 80px 84px; }
.xv1-pricing-inner { max-width: 1400px; margin: 0 auto; }
.xv1-pricing-head { margin-bottom: 32px; }
.xv1-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; align-items: stretch; }
.xv1-grid--nopriv { grid-template-columns: 1fr; }
.xv1-cards { display: flex; flex-direction: column; gap: 18px; }
.xv1-grid--nopriv .xv1-cards { flex-direction: row; flex-wrap: wrap; }
.xv1-grid--nopriv .xv1-card { flex: 1 1 300px; }

/* Panel Exclusiva (foto flota propia) */
.xv1-priv { position: relative; border-radius: 10px; overflow: hidden; min-height: 360px; display: flex; align-items: center; background-color: #22303a; }
.xv1-priv-bg { position: absolute; inset: 0; background-size: cover; background-position: 62% center; }
.xv1-priv::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,.15) 100%); }
.xv1-priv-content { position: relative; z-index: 2; padding: 30px; color: #fff; width: 100%; }
.xv1-badge { display: inline-block; background: #ffd520; color: #1c1c1c; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; margin-bottom: 12px; }
.xv1-priv-title { font-size: 29px; font-weight: 700; letter-spacing: -.02em; color: #fff; line-height: 1.15; margin: 0 0 10px; }
.xv1-priv-desc { font-size: 15px; font-weight: 400; color: rgba(255,255,255,.78); line-height: 1.5; margin: 0; }
.xv1-priv-specs { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 20px 0 22px; }
.xv1-spec-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 3px; }
.xv1-spec-value { font-size: 14px; font-weight: 600; color: #fff; }
.xv1-priv-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.xv1-cta-yellow { display: inline-flex; align-items: center; gap: 8px; background: #ffd520; color: #1c1c1c; border-radius: 999px; padding: 15px 26px; font-size: 16px; font-weight: 700; transition: background .2s; }
.xv1-cta-yellow:hover { background: #f4b400; color: #1c1c1c; }
.xv1-priv-note { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.5; }

/* Tarjetas de opción */
.xv1-card { border: 1px solid #e8e5de; border-radius: 10px; background: #fff; padding: 24px; display: flex; flex-direction: column; flex: 1; transition: box-shadow .2s, border-color .2s; }
.xv1-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); border-color: #c9c4b8; }
.xv1-card-name { font-size: 21px; font-weight: 700; color: #1c1c1c; margin: 0 0 4px; line-height: 1.25; }
.xv1-card-meta { font-size: 13px; font-weight: 500; color: #8a8579; margin-top: 6px; line-height: 1.5; }
.xv1-card-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: flex-start; gap: 28px; }
.xv1-price { font-size: 26px; font-weight: 700; letter-spacing: -.02em; color: #1c1c1c; line-height: 1; }
.xv1-price small { display: block; font-size: 12px; font-weight: 500; color: #8a8579; letter-spacing: 0; margin-top: 4px; }
.xv1-price--ask { font-size: 20px; color: #1e7a46; }
.excursion .xv1 a.xv1-cta-dark { display: inline-flex; align-items: center; gap: 8px; background: #1c1c1c; color: #fff !important; border-radius: 999px; padding: 12px 20px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .2s; }
.excursion .xv1 a.xv1-cta-dark:hover { background: #000; color: #fff !important; }
/* Pregunta previa al checkout (flujo questionFirst existente) */
.xv1-card .questionAdditional { font-size: 13.5px; color: #5a564e; margin-top: 14px; line-height: 1.5; display: none; }
.xv1-card .questionAdditional textarea { display: block; width: 100%; margin-top: 10px; padding: 10px; border: 1px solid #d9d7cd; border-radius: 6px; font-family: inherit; font-size: 14px; }
.xv1-card-foot2 { padding-top: 14px; text-align: right; }

/* ---------- FAQs / INFORMACIÓN ADICIONAL ---------- */
.xv1-faq { background: #fff; padding: 84px 80px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; max-width: 1400px; margin: 0 auto; }
.xv1-faq-left { max-width: 520px; }
.xv1-faq-left p { font-size: 18px; font-weight: 400; color: #4a4943; line-height: 1.7; margin: 0; }
.xv1-faq-left p a { color: #1e7a46; font-weight: 700; }
.xv1-faq-left p a:hover { color: #14582f; }
.xv1-fq { border-top: 1px solid #e8e5de; }
.xv1-fq:last-of-type, .xv1-fq-end { border-bottom: 0; }
.xv1-acc-end { border-top: 1px solid #e8e5de; }
.xv1-fq summary { display: grid; grid-template-columns: 34px 1fr 24px; gap: 14px; align-items: baseline; padding: 20px 0; cursor: pointer; list-style: none; }
.xv1-fq summary::-webkit-details-marker { display: none; }
.xv1-fq-num { font-size: 15px; font-weight: 700; color: #c9c4b8; }
.xv1-fq-q { font-size: 18px; font-weight: 700; color: #1c1c1c; line-height: 1.4; }
.xv1-fq-plus { font-size: 22px; font-weight: 500; color: #f4b400; text-align: right; line-height: 1; transition: transform .2s; }
.xv1-fq[open] .xv1-fq-plus { transform: rotate(45deg); }
.xv1-fq-a { padding: 0 24px 20px 48px; font-size: 16px; font-weight: 400; color: #5b5a54; line-height: 1.65; }
.xv1-fq-a p { margin: 0 0 10px; }
.xv1-faq-hidden { display: none; }
.xv1-faq-hidden.open { display: block; }
.xv1-btn-outline { display: inline-block; margin-top: 26px; border: 1.5px solid #1c1c1c; border-radius: 999px; background: transparent; color: #1c1c1c; font-family: inherit; font-size: 15px; font-weight: 700; padding: 13px 24px; cursor: pointer; transition: background .2s; }
.xv1-btn-outline:hover { background: #1c1c1c; color: #fff; }

/* ---------- OTRAS EXCURSIONES (scroller) ---------- */
.xv1-rel { background: #f7f5f1; padding: 68px 0 76px; }
.xv1-rel-head { max-width: 1400px; margin: 0 auto 22px; padding: 0 80px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.xv1-rel-link { font-size: 14px; font-weight: 700; color: #1c1c1c; box-shadow: inset 0 -2px 0 #ffd520; white-space: nowrap; }
.xv1-rel-link:hover { color: #1c1c1c; box-shadow: inset 0 -6px 0 #ffd520; }
.xv1-scroller { display: flex; gap: 16px; overflow-x: auto; padding: 4px 80px 12px; scroll-snap-type: x mandatory; scroll-padding-left: 80px; scrollbar-width: thin; max-width: 1400px; margin: 0 auto; }
.xv1-rcard { flex: 0 0 300px; scroll-snap-align: start; }
.xv1-rcard-img { height: 170px; border-radius: 6px; background-size: cover; background-position: center; background-color: #cfcabc; transition: transform .2s; }
.xv1-rcard:hover .xv1-rcard-img { transform: translateY(-3px); }
.xv1-rcard-name { font-size: 16px; font-weight: 700; color: #1c1c1c; margin-top: 10px; line-height: 1.35; }
.xv1-rcard-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 500; color: #5b5a54; margin-top: 4px; }
.xv1-rcard-meta b { color: #1c1c1c; }
.xv1-rcard-ask { font-weight: 700; color: #1e7a46; }

/* ---------- STICKY BAR (solo móvil; JS hide-mobile-layerbook la gobierna) ---------- */
.excursion #layer-book.xv1-sticky { background: #fff; border-top: 1px solid #e8e5de; box-shadow: 0 -8px 24px rgba(0,0,0,.08); padding: 12px 16px 16px; left: 0; right: 0; }
.xv1-sticky-inner { display: flex; align-items: center; gap: 12px; }
.xv1-sticky-price { flex: none; line-height: 1.1; }
.xv1-sticky-price span { display: block; font-size: 11px; font-weight: 500; color: #8a8579; }
.xv1-sticky-price b { font-size: 20px; font-weight: 700; color: #1c1c1c; letter-spacing: -.02em; }
.excursion .xv1-sticky a.xv1-sticky-cta { flex: 1; text-align: center; background-color: #1c1c1c; color: #fff !important; border-radius: 999px; padding: 15px; font-size: 15px; font-weight: 700; text-decoration: none; }
.excursion .xv1-sticky a.xv1-sticky-cta:hover { background-color: #000; }
@media (min-width: 992px) { .excursion #layer-book.xv1-sticky { display: none !important; } }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
    .xv1-hero { min-height: 340px; }
    .xv1-hero::after { height: 62%; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.78)); }
    .xv1-hero-content { padding: 96px 18px 30px; }
    .excursion .xv1-hero h1 { font-size: 32px; line-height: 1.05; }
    .excursion .xv1-hero--long h1 { font-size: 24px; line-height: 1.15; }
    .xv1-itin-time--long { font-size: 16px; max-width: 90px; padding-top: 15px; }
    .excursion .xv1-hero h1 .xv1-hero-sub { font-size: 16px; margin-top: 6px; }
    .xv1-hero-actions { display: none; } /* la sticky bar lleva el CTA */
    /* Tira de miniaturas bajo el hero, sobre fondo blanco */
    .xv1-thumbs { position: static; display: flex; gap: 8px; padding: 12px 18px; background: #fff; }
    .xv1-thumb { width: 64px; height: 44px; }
    .xv1-thumb.active { border-color: #1c1c1c; }
    .xv1-thumb:focus-visible { outline-color: #1c1c1c; }
    .xv1-thumb-play { width: 18px; height: 18px; font-size: 7px; transform: translate(-50%, -58%); }
    .xv1-thumb-label { font-size: 9px; bottom: 3px; }
    .xv1-trust { font-size: 11.5px; padding: 11px 14px; }
    .xv1-intro { display: block; padding: 44px 18px; }
    .excursion .xv1 h2.xv1-h2 { font-size: 30px; margin-bottom: 20px; }
    .xv1-mark { box-shadow: inset 0 -10px 0 #ffd520; }
    .xv1-intro-left p { font-size: 16px; line-height: 1.65; }
    .xv1-intro-desc { max-height: calc(1.65em * 6); }
    .xv1-intro-desc.open { max-height: none; }
    .xv1-includes { border-left: 0; border-top: 1px solid #e8e5de; padding: 22px 0 0; margin-top: 26px; }
    .xv1-eyebrow { font-size: 10px; margin-bottom: 18px; }
    .xv1-inc { grid-template-columns: 30px 1fr; margin-bottom: 18px; }
    .xv1-inc-num { font-size: 13px; }
    .xv1-inc-txt { font-size: 15px; }
    .xv1-itin { display: block; padding: 8px 18px 44px; }
    .excursion .xv1 h2.xv1-h2m { font-size: 24px; letter-spacing: -.02em; }
    .xv1-itin-time { font-size: 22px; padding: 15px 12px 10px 0; }
    .xv1-itin-body { padding: 10px 0 10px 20px; }
    .xv1-itin-mark::after { top: 16px; }
    .xv1-itin-row:first-child .xv1-itin-mark::before { top: 21px; }
    .xv1-itin-row:last-child .xv1-itin-mark::before { height: 21px; }
    .xv1-itin-row--t .xv1-itin-mark::after { top: 21px; }
    .xv1-itin-row--t:first-child .xv1-itin-mark::before { top: 26px; }
    .xv1-itin-row--t:last-child .xv1-itin-mark::before { height: 26px; }
    .xv1-itin-name { font-size: 15px; }
    .xv1-itin-desc { font-size: 13px; }
    .xv1-map { min-height: 340px; margin-top: 26px; }
    .xv1-pricing { padding: 44px 18px 48px; }
    .xv1-grid, .xv1-grid--nopriv .xv1-cards { display: flex; flex-direction: column; gap: 12px; }
    .xv1-priv { min-height: 290px; }
    .xv1-priv-bg { background-position: 82% center; }
    .xv1-priv::after { background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.88)); }
    .xv1-priv-content { padding: 18px; }
    .xv1-priv-title { font-size: 23px; }
    .xv1-priv-cta-row { display: block; }
    .xv1-cta-yellow { display: flex; justify-content: center; width: 100%; padding: 15px; }
    .xv1-priv-note { display: block; text-align: center; margin-top: 10px; color: rgba(255,255,255,.55); font-size: 12px; }
    .xv1-card { padding: 18px; }
    .xv1-card-name { font-size: 19px; }
    .xv1-card-foot { flex-direction: column; align-items: stretch; gap: 12px; }
    .xv1-price { font-size: 22px; }
    .xv1-price small { display: inline; margin-left: 4px; font-size: 11px; }
    /* En móvil el CTA de tarjeta es outline: el negro queda para la sticky bar */
    .excursion .xv1 a.xv1-cta-dark { justify-content: center; background: #fff; color: #1c1c1c !important; border: 1.5px solid #1c1c1c; padding: 13px; }
    .excursion .xv1 a.xv1-cta-dark:hover { background: #1c1c1c; color: #fff !important; }
    .xv1-faq { display: block; padding: 44px 18px; }
    .xv1-faq-left { margin-bottom: 26px; }
    .xv1-faq-left p { font-size: 15px; }
    .xv1-fq summary { grid-template-columns: 28px 1fr 20px; gap: 10px; padding: 16px 0; }
    .xv1-fq-num { font-size: 13px; }
    .xv1-fq-q { font-size: 16px; }
    .xv1-fq-plus { font-size: 20px; }
    .xv1-fq-a { font-size: 15px; padding: 0 20px 16px 38px; }
    .xv1-rel { padding: 40px 0 44px; }
    .xv1-rel-head { padding: 0 18px; margin-bottom: 16px; }
    .xv1-scroller { padding: 4px 18px 12px; scrollbar-width: none; }
    .xv1-scroller::-webkit-scrollbar { display: none; }
    .xv1-rcard { flex-basis: 240px; }
    .xv1-rcard-img { height: 140px; }
    /* Aire para que la sticky bar no tape el cierre global del footer */
    .xv1-bottom-space { height: 84px; }
}
@media (min-width: 992px) { .xv1-bottom-space { display: none; } }
