/* ============================================================
   NEOWEEK — páginas internas (listado + detalle de paquete)
   Depende de neoweek.css (tokens + componentes base)
   ============================================================ */

/* ---------- Page hero (interna) ---------- */
.nw-phero { position: relative; overflow: hidden; background: var(--nw-ink); color: #fff; }
.nw-phero__bg { position: absolute; inset: 0; }
.nw-phero__bg.nw-slide__bg--photo { background-size: cover; background-position: center; }
.nw-phero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,12,20,0.55) 0%, rgba(8,12,20,0.35) 40%, rgba(8,12,20,0.78) 100%); }
.nw-phero__inner { position: relative; z-index: 2; padding-block: clamp(96px, 14vw, 168px) clamp(48px, 7vw, 80px); }
.nw-phero--sm .nw-phero__inner { padding-block: clamp(92px, 12vw, 128px) clamp(36px, 5vw, 56px); }
.nw-phero__title { font-family: var(--nw-serif); font-weight: 400; font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1.03; letter-spacing: -0.015em; text-wrap: balance; }
.nw-phero__title em { font-style: italic; }
.nw-phero__sub { margin-top: var(--nw-space-5, 20px); font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: rgba(255,255,255,0.92); max-width: 56ch; text-wrap: pretty; }
.nw-phero .nw-eyebrow { margin-bottom: var(--nw-space-5, 20px); }

/* ---------- Breadcrumb ---------- */
.nw-crumb { display: flex; align-items: center; gap: 8px; font-size: var(--nw-text-sm); font-weight: 700; }
.nw-crumb--light a, .nw-crumb--light span { color: rgba(255,255,255,0.78); }
.nw-crumb--light a:hover { color: #fff; }
.nw-crumb a { color: var(--nw-muted); transition: color var(--nw-dur-hover) var(--nw-ease); }
.nw-crumb a:hover { color: var(--nw-brand); }
.nw-crumb svg { width: 14px; height: 14px; opacity: 0.6; }
.nw-crumb b { color: inherit; font-weight: 800; }

/* ---------- Filtros (listado) ---------- */
.nw-filterbar { position: sticky; top: var(--nw-header-h); z-index: 500; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--nw-line-soft); }
.nw-filterbar__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--nw-space-4); padding-block: var(--nw-space-4); flex-wrap: wrap; }
.nw-chips { display: flex; gap: var(--nw-space-2); flex-wrap: wrap; }
.nw-chip { padding: 9px 18px; border-radius: var(--nw-radius-full); border: 1.5px solid var(--nw-line); background: #fff; font-weight: 700; font-size: var(--nw-text-sm); color: var(--nw-ink-soft); transition: all var(--nw-dur-hover) var(--nw-ease); }
.nw-chip:hover { border-color: var(--nw-brand); color: var(--nw-brand); }
.nw-chip.is-active { background: var(--nw-brand); border-color: var(--nw-brand); color: #fff; box-shadow: var(--nw-shadow-cta); }
.nw-filter-count { font-size: var(--nw-text-sm); color: var(--nw-muted); font-weight: 700; }
.nw-filter-count b { color: var(--nw-ink); }

/* listado: filtrado anim */
.nw-pkg[hidden] { display: none; }
.nw-pkg.is-filtering { opacity: 0; transform: scale(0.97); }

/* ============================================================
   DETALLE DE PAQUETE
   ============================================================ */

/* Galería */
.nw-gallery { display: grid; grid-template-columns: 1.7fr 1fr; grid-template-rows: 1fr 1fr; gap: var(--nw-space-3); height: clamp(360px, 46vw, 560px); }
.nw-gallery__cell { position: relative; border-radius: var(--nw-radius-lg); overflow: hidden; }
.nw-gallery__cell:first-child { grid-row: 1 / 3; }
.nw-gallery__cell > div { position: absolute; inset: 0; transition: transform 600ms var(--nw-ease); }
.nw-gallery__cell:hover > div { transform: scale(1.05); }
.nw-gallery__more { position: absolute; right: 14px; bottom: 14px; background: rgba(15,15,15,0.7); color: #fff; padding: 9px 16px; border-radius: var(--nw-radius-full); font-size: var(--nw-text-sm); font-weight: 700; backdrop-filter: blur(6px); display: inline-flex; gap: 8px; align-items: center; }
.nw-gallery__more svg { width: 16px; height: 16px; }

/* Layout 2 col */
.nw-detail { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: clamp(40px, 5vw, 72px); align-items: start; }
.nw-detail__main { min-width: 0; }

/* title block */
.nw-detail__badges { display: flex; gap: var(--nw-space-2); flex-wrap: wrap; margin-bottom: var(--nw-space-4); }
.nw-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: var(--nw-radius-full); background: var(--nw-brand-tint); color: var(--nw-brand); font-weight: 800; font-size: var(--nw-text-xs); letter-spacing: 0.03em; text-transform: uppercase; }
.nw-pill svg { width: 14px; height: 14px; }
.nw-pill--ink { background: var(--nw-cream); color: var(--nw-ink-soft); }
.nw-detail__title { font-family: var(--nw-serif); font-weight: 400; font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.05; letter-spacing: -0.015em; }
.nw-detail__lead { font-size: var(--nw-text-lg); color: var(--nw-ink-soft); margin-top: var(--nw-space-5, 20px); line-height: 1.6; text-wrap: pretty; }

/* quick facts row */
.nw-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--nw-space-4); margin-top: var(--nw-space-8); padding-block: var(--nw-space-8); border-block: 1px solid var(--nw-line); }
.nw-fact__k { display: flex; align-items: center; gap: 7px; color: var(--nw-muted); font-size: var(--nw-text-xs); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.nw-fact__k svg { width: 15px; height: 15px; color: var(--nw-brand); }
.nw-fact__v { margin-top: 6px; font-weight: 800; font-size: var(--nw-text-base); }

/* content blocks */
.nw-block { margin-top: clamp(40px, 5vw, 64px); }
.nw-block__title { font-family: var(--nw-serif); font-weight: 400; font-size: clamp(1.6rem, 2.6vw, 2.1rem); letter-spacing: -0.01em; margin-bottom: var(--nw-space-6); }
.nw-prose p { color: var(--nw-ink-soft); line-height: 1.7; margin-bottom: var(--nw-space-4); }

/* itinerary timeline */
.nw-itin { display: flex; flex-direction: column; }
.nw-itin__day { position: relative; padding-left: 52px; padding-bottom: var(--nw-space-8); }
.nw-itin__day::before { content: ""; position: absolute; left: 17px; top: 6px; bottom: -6px; width: 2px; background: var(--nw-line); }
.nw-itin__day:last-child { padding-bottom: 0; }
.nw-itin__day:last-child::before { display: none; }
.nw-itin__num { position: absolute; left: 0; top: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--nw-brand); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: var(--nw-text-sm); z-index: 1; }
.nw-itin__t { font-weight: 800; font-size: var(--nw-text-lg); }
.nw-itin__d { color: var(--nw-ink-soft); margin-top: 6px; line-height: 1.6; }

/* incluye / no incluye */
.nw-incols { display: grid; grid-template-columns: 1fr 1fr; gap: var(--nw-space-10); }
.nw-inlist { display: flex; flex-direction: column; gap: var(--nw-space-3); }
.nw-inlist li { display: flex; gap: var(--nw-space-3); align-items: flex-start; color: var(--nw-ink-soft); line-height: 1.5; }
.nw-inlist svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.nw-inlist--yes svg { color: #1F8A5B; }
.nw-inlist--no svg { color: var(--nw-muted); }
.nw-inlist__h { font-weight: 800; font-size: var(--nw-text-lg); margin-bottom: var(--nw-space-2); color: var(--nw-ink); }

/* FAQ accordion */
.nw-faq { border-top: 1px solid var(--nw-line); }
.nw-faq__item { border-bottom: 1px solid var(--nw-line); }
.nw-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--nw-space-4); text-align: left; padding: var(--nw-space-6) 0; font-weight: 800; font-size: var(--nw-text-lg); color: var(--nw-ink); }
.nw-faq__q svg { width: 22px; height: 22px; flex: none; color: var(--nw-brand); transition: transform var(--nw-dur-hover) var(--nw-ease); }
.nw-faq__item.is-open .nw-faq__q svg { transform: rotate(45deg); }
.nw-faq__a { overflow: hidden; max-height: 0; transition: max-height 320ms var(--nw-ease); }
.nw-faq__a p { color: var(--nw-ink-soft); line-height: 1.7; padding-bottom: var(--nw-space-6); }

/* ---------- Sidebar sticky ---------- */
.nw-sidebar { position: sticky; top: calc(var(--nw-header-h) + 24px); display: flex; flex-direction: column; gap: var(--nw-space-4); }
.nw-pricecard { background: #fff; border: 1px solid var(--nw-line); border-radius: var(--nw-radius-lg); padding: var(--nw-space-8); box-shadow: var(--nw-shadow); }
.nw-pricecard__from { font-size: var(--nw-text-sm); color: var(--nw-muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.nw-pricecard__price { font-family: var(--nw-serif); font-weight: 600; font-size: 2.6rem; line-height: 1; color: var(--nw-ink); margin-top: 6px; }
.nw-pricecard__unit { font-size: var(--nw-text-sm); color: var(--nw-muted); margin-top: 8px; }
.nw-pricecard__cta { display: flex; flex-direction: column; gap: var(--nw-space-3); margin-top: var(--nw-space-6); }
.nw-pricecard__cta .nw-btn { width: 100%; }
.nw-pricecard__note { display: flex; gap: 8px; align-items: flex-start; margin-top: var(--nw-space-5, 20px); padding-top: var(--nw-space-5, 20px); border-top: 1px solid var(--nw-line-soft); font-size: var(--nw-text-xs); color: var(--nw-muted); line-height: 1.5; }
.nw-pricecard__note svg { width: 16px; height: 16px; color: var(--nw-brand); flex: none; margin-top: 1px; }

/* asesor card */
.nw-advisor { background: var(--nw-cream); border-radius: var(--nw-radius-lg); padding: var(--nw-space-6); }
.nw-advisor__head { display: flex; align-items: center; gap: var(--nw-space-3); }
.nw-advisor__av { width: 52px; height: 52px; border-radius: 50%; flex: none; background: linear-gradient(150deg, var(--nw-brand), var(--nw-brand-dark)); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.2rem; }
.nw-advisor__role { font-size: var(--nw-text-xs); color: var(--nw-muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.nw-advisor__name { font-weight: 800; font-size: var(--nw-text-base); }
.nw-advisor__txt { margin-top: var(--nw-space-4); font-size: var(--nw-text-sm); color: var(--nw-ink-soft); line-height: 1.6; }

/* mobile sticky CTA bar */
.nw-mobilebar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100; background: #fff; border-top: 1px solid var(--nw-line); padding: var(--nw-space-3) var(--nw-space-4); box-shadow: 0 -4px 16px rgba(0,0,0,0.06); align-items: center; justify-content: space-between; gap: var(--nw-space-4); }
.nw-mobilebar__price b { font-family: var(--nw-serif); font-weight: 600; font-size: 1.4rem; }
.nw-mobilebar__price small { display: block; font-size: 0.7rem; color: var(--nw-muted); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }

/* related */
.nw-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--nw-space-8); }

/* ============================================================
   RESPONSIVE — internas
   ============================================================ */
@media (max-width: 1023px) {
  .nw-detail { grid-template-columns: 1fr; }
  .nw-sidebar { position: static; }
  .nw-pricecard { display: none; }      /* reemplazado por barra mobile */
  .nw-mobilebar { display: flex; }
  .nw-related { grid-template-columns: repeat(2, 1fr); }
  body.nw-detail-page { padding-bottom: 76px; }

  /* Galería: en mobile mostrar solo la foto principal a buena altura.
     El resto de las fotos se ven en el lightbox con el botón "Ver fotos". */
  .nw-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: clamp(240px, 56vw, 380px);
  }
  .nw-gallery__cell:not(:first-child) { display: none; }
  .nw-gallery__cell:first-child { grid-row: 1 / 2; }
  .nw-gallery__more { right: 12px; bottom: 12px; }

  /* En el detalle del paquete ocultamos el WhatsApp flotante:
     ya existe la barra fija de "Reservá / Consultar" abajo. */
  body.single-paquete .nw-wa-float { display: none; }
}
/* ============================================================
   BLOG — listado + artículo editorial
   ============================================================ */

/* meta line (categoría · fecha · lectura) */
.nw-postmeta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: var(--nw-text-xs); font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--nw-muted); }
.nw-postmeta__cat { color: var(--nw-brand); }
.nw-postmeta__dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.5; }

/* featured post */
.nw-feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; border: 1px solid var(--nw-line); border-radius: var(--nw-radius-lg); overflow: hidden; background: #fff; transition: box-shadow var(--nw-dur-hover) var(--nw-ease); }
.nw-feature:hover { box-shadow: var(--nw-shadow-lg); }
.nw-feature__media { position: relative; min-height: 340px; overflow: hidden; }
.nw-feature__media > div { position: absolute; inset: 0; transition: transform 700ms var(--nw-ease); }
.nw-feature:hover .nw-feature__media > div { transform: scale(1.04); }
.nw-feature__body { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.nw-feature__title { font-family: var(--nw-serif); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.08; letter-spacing: -0.01em; margin: var(--nw-space-4) 0 var(--nw-space-3); text-wrap: balance; }
.nw-feature__title a { color: var(--nw-ink); transition: color var(--nw-dur-hover) var(--nw-ease); }
.nw-feature__title a:hover { color: var(--nw-brand); }
.nw-feature__excerpt { color: var(--nw-ink-soft); line-height: 1.65; max-width: 52ch; }
.nw-feature__link { display: inline-flex; align-items: center; gap: 8px; margin-top: var(--nw-space-6); font-weight: 800; color: var(--nw-brand); }
.nw-feature__link svg { width: 18px; height: 18px; transition: transform var(--nw-dur-hover) var(--nw-ease); }
.nw-feature:hover .nw-feature__link svg { transform: translateX(4px); }

/* blog category chips reuse .nw-chip / .nw-filterbar */

/* post grid */
.nw-postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--nw-space-8) var(--nw-space-6); }
.nw-postcard { display: flex; flex-direction: column; }
.nw-postcard__media { position: relative; aspect-ratio: 16/10; border-radius: var(--nw-radius); overflow: hidden; margin-bottom: var(--nw-space-5, 20px); }
.nw-postcard__media > div { position: absolute; inset: 0; transition: transform 600ms var(--nw-ease); }
.nw-postcard:hover .nw-postcard__media > div { transform: scale(1.05); }
.nw-postcard__title { font-family: var(--nw-serif); font-weight: 500; font-size: 1.35rem; line-height: 1.15; letter-spacing: -0.01em; margin: var(--nw-space-3) 0; text-wrap: balance; }
.nw-postcard__title a { color: var(--nw-ink); transition: color var(--nw-dur-hover) var(--nw-ease); }
.nw-postcard__title a:hover { color: var(--nw-brand); }
.nw-postcard__excerpt { color: var(--nw-ink-soft); font-size: var(--nw-text-sm); line-height: 1.6; }

/* pagination */
.nw-pager { display: flex; justify-content: center; gap: var(--nw-space-2); margin-top: clamp(48px, 6vw, 72px); }
.nw-pager a, .nw-pager span { min-width: 44px; height: 44px; padding: 0 14px; border-radius: var(--nw-radius-sm); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: var(--nw-text-sm); border: 1.5px solid var(--nw-line); color: var(--nw-ink-soft); transition: all var(--nw-dur-hover) var(--nw-ease); }
.nw-pager a:hover { border-color: var(--nw-brand); color: var(--nw-brand); }
.nw-pager .is-current { background: var(--nw-brand); border-color: var(--nw-brand); color: #fff; }

/* ---------- Artículo ---------- */
.nw-article { max-width: 740px; margin-inline: auto; }
.nw-article__head { text-align: center; max-width: 760px; margin: 0 auto clamp(36px, 5vw, 56px); }
.nw-article__title { font-family: var(--nw-serif); font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; letter-spacing: -0.015em; margin: var(--nw-space-5, 20px) 0; text-wrap: balance; }
.nw-article__meta { display: flex; align-items: center; justify-content: center; gap: var(--nw-space-3); flex-wrap: wrap; color: var(--nw-muted); font-size: var(--nw-text-sm); }
.nw-article__author { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; color: var(--nw-ink); }
.nw-article__avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(150deg, var(--nw-brand), var(--nw-brand-dark)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: var(--nw-text-sm); }
.nw-article__cover { height: clamp(280px, 42vw, 520px); border-radius: var(--nw-radius-lg); overflow: hidden; position: relative; margin-bottom: clamp(40px, 5vw, 64px); }
.nw-article__cover > div { position: absolute; inset: 0; }

/* prose for long-form */
.nw-longform { font-size: 1.15rem; line-height: 1.75; color: var(--nw-ink-soft); }
.nw-longform > * + * { margin-top: var(--nw-space-6); }
.nw-longform h2 { font-family: var(--nw-serif); font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.15; letter-spacing: -0.01em; color: var(--nw-ink); margin-top: var(--nw-space-12); }
.nw-longform h3 { font-weight: 800; font-size: 1.3rem; color: var(--nw-ink); margin-top: var(--nw-space-10); }
.nw-longform p { text-wrap: pretty; }
.nw-longform a { color: var(--nw-brand); text-decoration: underline; text-underline-offset: 3px; }
.nw-longform ul { padding-left: 1.3em; list-style: disc; }
.nw-longform li { margin-top: var(--nw-space-2); }
.nw-longform strong { color: var(--nw-ink); font-weight: 800; }
.nw-longform figure { margin-top: var(--nw-space-8); }
.nw-longform figure .nw-imgph { height: clamp(220px, 34vw, 400px); border-radius: var(--nw-radius); overflow: hidden; position: relative; }
.nw-longform figure .nw-imgph > div { position: absolute; inset: 0; }
.nw-longform figcaption { margin-top: var(--nw-space-3); font-size: var(--nw-text-sm); color: var(--nw-muted); text-align: center; }
.nw-pullquote { border-left: 3px solid var(--nw-brand); padding-left: var(--nw-space-6); margin: var(--nw-space-10) 0; font-family: var(--nw-serif); font-style: italic; font-size: clamp(1.4rem, 2.4vw, 1.8rem); line-height: 1.35; color: var(--nw-ink); }

/* share + tags */
.nw-article__foot { max-width: 740px; margin: clamp(48px, 6vw, 72px) auto 0; padding-top: var(--nw-space-8); border-top: 1px solid var(--nw-line); display: flex; align-items: center; justify-content: space-between; gap: var(--nw-space-4); flex-wrap: wrap; }
.nw-tags { display: flex; gap: var(--nw-space-2); flex-wrap: wrap; }
.nw-tag { padding: 7px 14px; border-radius: var(--nw-radius-full); background: var(--nw-cream); color: var(--nw-ink-soft); font-weight: 700; font-size: var(--nw-text-xs); }
.nw-share { display: flex; gap: var(--nw-space-2); align-items: center; }
.nw-share span { font-size: var(--nw-text-sm); font-weight: 700; color: var(--nw-muted); }
.nw-share a { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--nw-line); display: grid; place-items: center; color: var(--nw-ink-soft); transition: all var(--nw-dur-hover) var(--nw-ease); }
.nw-share a:hover { border-color: var(--nw-brand); color: var(--nw-brand); }
.nw-share svg { width: 18px; height: 18px; }

/* author box */
.nw-authorbox { max-width: 740px; margin: clamp(40px,5vw,56px) auto 0; background: var(--nw-cream); border-radius: var(--nw-radius-lg); padding: var(--nw-space-8); display: flex; gap: var(--nw-space-5, 20px); align-items: flex-start; }
.nw-authorbox__av { width: 60px; height: 60px; border-radius: 50%; flex: none; background: linear-gradient(150deg, var(--nw-brand), var(--nw-brand-dark)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.4rem; }
.nw-authorbox__name { font-weight: 800; font-size: var(--nw-text-lg); }
.nw-authorbox__role { font-size: var(--nw-text-sm); color: var(--nw-muted); }
.nw-authorbox__txt { margin-top: var(--nw-space-3); font-size: var(--nw-text-sm); color: var(--nw-ink-soft); line-height: 1.6; }

@media (max-width: 1023px) {
  .nw-feature { grid-template-columns: 1fr; }
  .nw-feature__media { min-height: 260px; }
  .nw-postgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nw-postgrid { grid-template-columns: 1fr; }
  .nw-authorbox { flex-direction: column; gap: var(--nw-space-4); }
  .nw-article__foot { flex-direction: column; align-items: flex-start; }

  /* Facts del paquete: 4 columnas no entran en mobile → pasar a 2 */
  .nw-facts { grid-template-columns: repeat(2, 1fr); gap: var(--nw-space-5, 20px); }
  /* Incluye/no incluye en una columna */
  .nw-incols { grid-template-columns: 1fr; }
  /* Relacionados en una columna */
  .nw-related { grid-template-columns: 1fr !important; }
  /* Itinerario: que el texto no desborde */
  .nw-itin__d, .nw-fact__v { word-break: break-word; }
}

/* ============================================================
   CONTACTO
   ============================================================ */
.nw-contact { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(40px, 5vw, 72px); align-items: start; }

/* form */
.nw-form { display: flex; flex-direction: column; gap: var(--nw-space-5, 20px); }
.nw-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--nw-space-4); }
.nw-field { display: flex; flex-direction: column; gap: 7px; }
.nw-field label { font-weight: 800; font-size: var(--nw-text-sm); color: var(--nw-ink); }
.nw-field label .req { color: var(--nw-brand); }
.nw-field input, .nw-field select, .nw-field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--nw-line);
  border-radius: var(--nw-radius); background: #fff; color: var(--nw-ink);
  font-size: var(--nw-text-base); font-family: inherit;
  transition: border-color var(--nw-dur-hover) var(--nw-ease), box-shadow var(--nw-dur-hover) var(--nw-ease);
}
.nw-field textarea { resize: vertical; min-height: 110px; }
.nw-field input::placeholder, .nw-field textarea::placeholder { color: #A8A8A8; }
.nw-field input:focus, .nw-field select:focus, .nw-field textarea:focus { outline: none; border-color: var(--nw-brand); box-shadow: 0 0 0 3px var(--nw-brand-tint); }
.nw-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236B6B6B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px; }
.nw-field.is-invalid input, .nw-field.is-invalid select, .nw-field.is-invalid textarea { border-color: var(--nw-brand); }
.nw-field__err { font-size: var(--nw-text-xs); color: var(--nw-brand); font-weight: 700; display: none; }
.nw-field.is-invalid .nw-field__err { display: block; }
.nw-form__submit { display: flex; align-items: center; gap: var(--nw-space-4); flex-wrap: wrap; margin-top: var(--nw-space-2); }
.nw-form__hint { font-size: var(--nw-text-xs); color: var(--nw-muted); display: flex; gap: 7px; align-items: center; }
.nw-form__hint svg { width: 15px; height: 15px; color: var(--nw-brand); flex: none; }

/* success state */
.nw-form__ok { display: none; text-align: center; padding: clamp(32px, 5vw, 56px) var(--nw-space-6); background: var(--nw-cream); border-radius: var(--nw-radius-lg); }
.nw-form__ok.is-on { display: block; animation: heroUp 500ms var(--nw-ease); }
.nw-form.is-sent { display: none; }
.nw-form__ok-ico { width: 64px; height: 64px; border-radius: 50%; background: #1F8A5B; color: #fff; display: grid; place-items: center; margin: 0 auto var(--nw-space-5, 20px); }
.nw-form__ok-ico svg { width: 32px; height: 32px; }
.nw-form__ok h3 { font-family: var(--nw-serif); font-weight: 500; font-size: 1.6rem; margin-bottom: var(--nw-space-3); }
.nw-form__ok p { color: var(--nw-ink-soft); max-width: 42ch; margin: 0 auto var(--nw-space-6); line-height: 1.6; }

/* contact info side */
.nw-cinfo { display: flex; flex-direction: column; gap: var(--nw-space-4); }
.nw-cmethod { display: flex; gap: var(--nw-space-4); align-items: flex-start; padding: var(--nw-space-6); border: 1px solid var(--nw-line); border-radius: var(--nw-radius-lg); background: #fff; transition: border-color var(--nw-dur-hover) var(--nw-ease), box-shadow var(--nw-dur-hover) var(--nw-ease), transform var(--nw-dur-hover) var(--nw-ease); }
a.nw-cmethod:hover { border-color: var(--nw-brand); box-shadow: var(--nw-shadow); transform: translateY(-2px); }
.nw-cmethod__ico { width: 48px; height: 48px; border-radius: 12px; flex: none; display: grid; place-items: center; }
.nw-cmethod__ico svg { width: 24px; height: 24px; }
.nw-cmethod__ico--wa { background: rgba(37,211,102,0.12); color: var(--nw-whatsapp-dark); }
.nw-cmethod__ico--tel { background: var(--nw-brand-tint); color: var(--nw-brand); }
.nw-cmethod__ico--mail { background: var(--nw-cream); color: var(--nw-ink); }
.nw-cmethod__k { font-size: var(--nw-text-xs); font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--nw-muted); }
.nw-cmethod__v { font-weight: 800; font-size: var(--nw-text-lg); color: var(--nw-ink); margin-top: 3px; }
.nw-cmethod__d { font-size: var(--nw-text-sm); color: var(--nw-ink-soft); margin-top: 4px; }
.nw-cnote { display: flex; gap: 10px; align-items: flex-start; padding: var(--nw-space-5, 20px); background: var(--nw-cream); border-radius: var(--nw-radius); font-size: var(--nw-text-sm); color: var(--nw-ink-soft); line-height: 1.55; }
.nw-cnote svg { width: 18px; height: 18px; color: var(--nw-brand); flex: none; margin-top: 2px; }

@media (max-width: 920px) {
  .nw-contact { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nw-form__row { grid-template-columns: 1fr; }
}


/* ---- Bloque de financiación en la pricecard ---- */
.nw-financiacion {
  margin-top: var(--nw-space-5, 20px);
  padding: var(--nw-space-5, 20px);
  background: var(--nw-brand-tint, #FBEBEB);
  border-radius: var(--nw-radius, 12px);
}
.nw-financiacion__title {
  display: flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: var(--nw-text-sm);
  color: var(--nw-brand);
  margin-bottom: var(--nw-space-3, 12px);
}
.nw-financiacion__row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0;
  font-size: var(--nw-text-sm);
  color: var(--nw-ink-soft);
}
.nw-financiacion__row strong { color: var(--nw-ink); font-size: var(--nw-text-base); }
.nw-financiacion__note {
  margin: var(--nw-space-3, 12px) 0 0;
  font-size: var(--nw-text-xs);
  color: var(--nw-muted);
  line-height: 1.5;
}
.nw-financiacion__total {
  margin-top: 6px;
  padding-top: var(--nw-space-3, 12px);
  border-top: 1px solid rgba(0,0,0,0.08);
}
.nw-financiacion__total span { color: var(--nw-muted); }
.nw-financiacion__total strong { font-size: var(--nw-text-sm); color: var(--nw-ink-soft); }

/* ---- Galería: celdas clickeables ---- */
.nw-gallery__cell[role="button"] { cursor: pointer; }
.nw-gallery__cell[role="button"]:hover img { transform: scale(1.03); }
.nw-gallery__cell img { transition: transform .4s cubic-bezier(.16,1,.3,1); }

/* ---- Lightbox ---- */
.nw-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(15,15,15,.94);
  display: none; align-items: center; justify-content: center;
  padding: 40px;
}
.nw-lightbox.is-open { display: flex; }
.nw-lightbox__img {
  max-width: 90vw; max-height: 85vh;
  object-fit: contain; border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  animation: nwLbIn .3s cubic-bezier(.16,1,.3,1);
}
@keyframes nwLbIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }
.nw-lightbox__close {
  position: absolute; top: 20px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff; border: 0;
  font-size: 22px; cursor: pointer; line-height: 1;
  transition: background .2s;
}
.nw-lightbox__close:hover { background: rgba(255,255,255,.25); }
.nw-lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.12); color: #fff; border: 0;
  cursor: pointer; display: grid; place-items: center;
  transition: background .2s;
}
.nw-lightbox__nav:hover { background: rgba(255,255,255,.25); }
.nw-lightbox__nav svg { width: 26px; height: 26px; }
.nw-lightbox__prev { left: 24px; }
.nw-lightbox__next { right: 24px; }
.nw-lightbox__counter {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.8); font-size: 14px; font-weight: 600;
}
@media (max-width: 600px) {
  .nw-lightbox { padding: 16px; }
  .nw-lightbox__nav { width: 42px; height: 42px; }
  .nw-lightbox__prev { left: 8px; }
  .nw-lightbox__next { right: 8px; }
}

/* ============================================================
   COTIZACIONES (vista del cliente)
   ============================================================ */
.nw-cot-hero {
  background: linear-gradient(135deg, var(--nw-brand-dark, #8C0001), var(--nw-brand, #C60204));
  color: #fff;
  padding: clamp(48px, 8vw, 80px) 0;
}
.nw-cot-hero__title {
  font-family: var(--nw-serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  font-weight: 500;
  margin: 16px 0 0;
}
.nw-cot-hero__title em { font-style: italic; opacity: .95; }
.nw-cot-hero__intro {
  margin-top: 20px;
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.6;
  opacity: .95;
}

/* Datos del viaje */
.nw-cot-facts {
  display: flex; flex-wrap: wrap; gap: 32px;
  justify-content: center;
}
.nw-cot-fact { text-align: center; }
.nw-cot-fact span {
  display: block; font-size: .75rem; text-transform: uppercase;
  letter-spacing: .06em; color: var(--nw-muted); font-weight: 700;
  margin-bottom: 4px;
}
.nw-cot-fact strong { font-size: 1.1rem; color: var(--nw-ink); }

/* Grilla de opciones */
.nw-cot-options { display: grid; gap: 24px; }
.nw-cot-options--1 { grid-template-columns: minmax(0, 480px); justify-content: center; }
.nw-cot-options--2 { grid-template-columns: repeat(2, 1fr); }
.nw-cot-options--3 { grid-template-columns: repeat(3, 1fr); }

.nw-cot-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--nw-line);
  border-radius: var(--nw-radius-lg, 16px);
  padding: 28px; box-shadow: var(--nw-shadow);
  position: relative;
}
.nw-cot-card__badge {
  position: absolute; top: -12px; left: 24px;
  background: var(--nw-brand); color: #fff;
  font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; padding: 5px 14px; border-radius: 9999px;
}
.nw-cot-card__title {
  font-family: var(--nw-serif); font-size: 1.5rem; font-weight: 500;
  margin: 8px 0 12px;
}
.nw-cot-card__meta {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;
}
.nw-cot-card__meta span {
  background: var(--nw-brand-tint, #FBEBEB); color: var(--nw-brand-dark, #8C0001);
  font-size: .8rem; font-weight: 600; padding: 4px 12px; border-radius: 9999px;
}
.nw-cot-card__price {
  padding: 16px 0; border-block: 1px solid var(--nw-line-soft, #eee); margin-bottom: 16px;
}
.nw-cot-card__price small {
  display: block; font-size: .75rem; text-transform: uppercase;
  letter-spacing: .05em; color: var(--nw-muted); font-weight: 700;
}
.nw-cot-card__price span {
  font-family: var(--nw-serif); font-size: 2rem; font-weight: 600; color: var(--nw-brand);
}
.nw-cot-card__list { list-style: none; padding: 0; margin: 0 0 20px; }
.nw-cot-card__list li {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 5px 0; font-size: .95rem; color: var(--nw-ink-soft);
}
.nw-cot-card__list svg { flex: none; margin-top: 2px; }
.nw-cot-vigencia {
  text-align: center; margin-top: 28px; font-size: .85rem;
  color: var(--nw-muted); font-style: italic;
}

@media (max-width: 900px) {
  .nw-cot-options--2, .nw-cot-options--3 { grid-template-columns: 1fr; }
  .nw-cot-facts { gap: 20px; }
}

/* Galería unificada de la cotización */
.nw-cot-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; height: clamp(280px, 40vw, 440px); border-radius: 14px; overflow: hidden; }
.nw-cot-gallery .nw-cot-gcell:first-child { grid-row: 1 / 3; }
.nw-cot-gcell { background-size: cover; background-position: center; cursor: pointer; position: relative; transition: opacity .2s; }
.nw-cot-gcell:hover { opacity: .92; }
.nw-cot-gmore { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.5); color: #fff; font-weight: 700; font-size: 1.1rem; }
@media (max-width: 700px) {
  .nw-cot-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; height: 300px; }
  .nw-cot-gallery .nw-cot-gcell:first-child { grid-row: 1 / 2; grid-column: 1 / 3; }
  .nw-cot-gcell:nth-child(4), .nw-cot-gcell:nth-child(5) { display: none; }
}

/* ============================================================
   PÁGINA SOBRE NOSOTROS
   ============================================================ */
/* Intro */
.nw-about-intro__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px,5vw,64px); align-items: center; }
.nw-about-intro__img { aspect-ratio: 4/5; border-radius: var(--nw-radius-lg); background-size: cover; background-position: center; box-shadow: var(--nw-shadow); }
.nw-about-intro__img--ph { display: grid; place-items: center; background: var(--nw-cream); border: 2px dashed var(--nw-line); color: var(--nw-muted); font-size: var(--nw-text-sm); }
.nw-about-badges { display: flex; flex-wrap: wrap; gap: clamp(16px,3vw,32px); margin-top: var(--nw-space-6); }
.nw-about-badge { display: flex; flex-direction: column; }
.nw-about-badge strong { font-family: var(--nw-serif); font-size: clamp(1.3rem,2.5vw,1.7rem); color: var(--nw-brand); font-weight: 600; }
.nw-about-badge span { font-size: var(--nw-text-xs); color: var(--nw-muted); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }

/* Equipo */
.nw-about-team__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px,2vw,20px); margin-top: clamp(32px,5vw,56px); }
.nw-about-team__photo { aspect-ratio: 3/4; border-radius: var(--nw-radius-lg); background-size: cover; background-position: center; box-shadow: var(--nw-shadow); }
.nw-about-team__photo--ph { display: grid; place-items: center; background: #fff; border: 2px dashed var(--nw-line); color: var(--nw-muted); font-size: var(--nw-text-sm); }
@media (max-width: 720px) { .nw-about-team__gallery { grid-template-columns: 1fr 1fr; } }

/* Cómo trabajamos */
.nw-about-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px,2.5vw,28px); margin-top: clamp(32px,5vw,56px); }
.nw-about-step { background: #fff; border: 1px solid var(--nw-line); border-radius: var(--nw-radius-lg); padding: clamp(20px,3vw,28px); position: relative; transition: transform .3s var(--nw-ease), box-shadow .3s var(--nw-ease); }
.nw-about-step:hover { transform: translateY(-4px); box-shadow: var(--nw-shadow-lg, 0 12px 32px rgba(0,0,0,.08)); }
.nw-about-step__num { width: 44px; height: 44px; border-radius: 50%; background: var(--nw-brand); color: #fff; display: grid; place-items: center; font-family: var(--nw-serif); font-size: 1.3rem; font-weight: 600; margin-bottom: var(--nw-space-4); }
.nw-about-step__title { font-family: var(--nw-serif); font-weight: 500; font-size: 1.25rem; margin-bottom: 8px; }
.nw-about-step p { color: var(--nw-ink-soft); font-size: var(--nw-text-sm); line-height: 1.6; }
@media (max-width: 900px) { .nw-about-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .nw-about-steps { grid-template-columns: 1fr; } }

/* FAQ */
.nw-faq__item { border: 1px solid var(--nw-line); border-radius: var(--nw-radius); margin-bottom: 12px; background: #fff; overflow: hidden; }
.nw-faq__q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(16px,2.5vw,22px); font-weight: 700; cursor: pointer; list-style: none; font-size: var(--nw-text-base); color: var(--nw-ink); }
.nw-faq__q::-webkit-details-marker { display: none; }
.nw-faq__icon { flex: none; width: 24px; height: 24px; color: var(--nw-brand); transition: transform .3s var(--nw-ease); }
.nw-faq__item[open] .nw-faq__icon { transform: rotate(180deg); }
details.nw-faq__item .nw-faq__a { max-height: none !important; overflow: visible !important; padding: 0 clamp(16px,2.5vw,22px) clamp(16px,2.5vw,22px); color: var(--nw-ink-soft); line-height: 1.7; }
details.nw-faq__item .nw-faq__a p { margin: 0; padding-bottom: 0; }

@media (max-width: 820px) { .nw-about-intro__grid { grid-template-columns: 1fr; } .nw-about-intro__media { order: -1; } .nw-about-intro__img { max-width: 360px; margin-inline: auto; } }

/* ============================================================
   FILTROS DE PAQUETES (búsqueda + precio)
   ============================================================ */
.nw-filterbar__tools { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 14px; }
.nw-search-box { position: relative; flex: 1; min-width: 200px; max-width: 320px; }
.nw-search-box svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--nw-muted); pointer-events: none; }
.nw-search-box input { width: 100%; padding: 10px 14px 10px 38px; border: 1px solid var(--nw-line); border-radius: 9999px; font-family: inherit; font-size: var(--nw-text-sm); background: #fff; }
.nw-search-box input:focus { outline: none; border-color: var(--nw-brand); }
.nw-price-filter { display: flex; flex-direction: column; gap: 8px; min-width: 240px; flex: 1; max-width: 340px; }
.nw-price-filter__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.nw-price-filter__head label { font-size: var(--nw-text-sm); color: var(--nw-ink-soft); font-weight: 600; white-space: nowrap; }
.nw-price-filter__value { font-size: var(--nw-text-sm); font-weight: 800; color: var(--nw-brand); }
.nw-price-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: 9999px;
  background: var(--nw-line); outline: none; cursor: pointer;
  margin: 4px 0;
}
.nw-price-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: #fff; border: 3px solid var(--nw-brand);
  cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,.2);
  transition: transform .15s var(--nw-ease);
}
.nw-price-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.nw-price-slider::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: #fff; border: 3px solid var(--nw-brand);
  cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.nw-price-slider::-moz-range-track { background: transparent; }
.nw-price-slider__scale { display: flex; justify-content: space-between; font-size: var(--nw-text-xs); color: var(--nw-muted); }
.nw-filter-reset { background: none; border: 0; color: var(--nw-brand); font-weight: 700; font-size: var(--nw-text-sm); cursor: pointer; text-decoration: underline; padding: 8px; align-self: center; }
@media (max-width: 600px) {
  .nw-filterbar__tools { flex-direction: column; align-items: stretch; }
  .nw-search-box { max-width: none; }
  .nw-price-filter { max-width: none; }
}

/* ============================================================
   ITINERARIO INTERACTIVO (acordeón)
   ============================================================ */
.nw-itin--interactive .nw-itin__day { padding-bottom: var(--nw-space-5); }
.nw-itin--interactive .nw-itin__summary {
  display: flex; align-items: center; gap: 16px; cursor: pointer;
  list-style: none; padding: 4px 0; position: relative; padding-left: 52px;
}
.nw-itin--interactive .nw-itin__summary::-webkit-details-marker { display: none; }
.nw-itin--interactive .nw-itin__summary .nw-itin__num { position: absolute; left: 0; top: 0; }
.nw-itin--interactive .nw-itin__t { flex: 1; }
.nw-itin__chevron { flex: none; width: 22px; height: 22px; color: var(--nw-brand); transition: transform .3s var(--nw-ease); }
.nw-itin--interactive .nw-itin__day[open] .nw-itin__chevron { transform: rotate(180deg); }
.nw-itin--interactive .nw-itin__body { padding-left: 52px; padding-top: 6px; animation: nw-itin-open .3s var(--nw-ease); }
@keyframes nw-itin-open { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   AVISO DE BÚSQUEDA (llegada desde el buscador del home)
   ============================================================ */
.nw-search-notice {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  flex-wrap: wrap;
  background: var(--nw-brand-tint, #FBEBEB); border: 1px solid var(--nw-line);
  border-radius: var(--nw-radius-lg); padding: clamp(16px,3vw,24px) clamp(20px,3vw,28px);
}
.nw-search-notice__label { font-size: var(--nw-text-xs); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--nw-brand); }
.nw-search-notice__text p { margin: 4px 0 0; color: var(--nw-ink); font-size: var(--nw-text-base); }
.nw-search-notice .nw-btn { flex: none; }
@media (max-width: 560px) {
  .nw-search-notice { flex-direction: column; align-items: stretch; }
  .nw-search-notice .nw-btn { justify-content: center; }
}

/* ============================================================
   SIN RESULTADOS — propuesta a medida
   ============================================================ */
.nw-noresults {
  text-align: center; max-width: 620px; margin-inline: auto;
  background: #fff; border: 1px solid var(--nw-line); border-radius: var(--nw-radius-lg);
  padding: clamp(32px,5vw,56px) clamp(24px,4vw,40px); box-shadow: var(--nw-shadow);
}
.nw-noresults__icon {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto var(--nw-space-5);
  background: var(--nw-brand-tint, #FBEBEB); color: var(--nw-brand);
  display: grid; place-items: center;
}
.nw-noresults__icon svg { width: 30px; height: 30px; }
.nw-noresults__title { font-family: var(--nw-serif); font-weight: 500; font-size: clamp(1.4rem,3vw,1.9rem); line-height: 1.2; margin-bottom: var(--nw-space-4); }
.nw-noresults__title em { font-style: italic; color: var(--nw-brand); }
.nw-noresults__text { color: var(--nw-ink-soft); line-height: 1.6; margin-bottom: var(--nw-space-6); }
.nw-noresults__sub { margin-top: var(--nw-space-5); font-size: var(--nw-text-sm); color: var(--nw-muted); }
.nw-btn--lg { font-size: var(--nw-text-base); padding: 16px 32px; }
