/* ==================================================================
   City page redesign — Claude Design handoff (scoped: .ct1-*)
   Complementa a country.css (hero, reviews, intro/USPs, FAQ, more-links
   y cierre son compartidos .cv1-*). Aquí solo lo específico de ciudad.
   Tokens: los mismos del handoff de país.
   ================================================================== */

/* ---------- Cabecera sección excursiones ---------- */
.ct1-exc { background: #fff; padding: 8px 80px 72px; max-width: 1400px; margin: 0 auto; }
.ct1-exc-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.ct1-exc-head h2 { margin: 0 0 6px; font-size: 48px; font-weight: 700; letter-spacing: -1px; }
.ct1-exc-count { font-size: 14px; font-weight: 600; color: #8a8579; white-space: nowrap; }
.ct1-exc-sub { margin: 0 0 18px; font-size: 16px; font-weight: 500; color: #5a564e; }

/* ---------- Ordenar por ---------- */
.ct1-sort { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8a8579; margin-bottom: 22px; }
.ct1-sort a { color: #8a8579; font-weight: 600; letter-spacing: 0; text-transform: none; font-size: 14px; margin-left: 12px; cursor: pointer; }
.ct1-sort a.is-active { color: #1c1c1c; font-weight: 700; box-shadow: inset 0 -2px 0 #ffd520; }
.ct1-sort a:hover { color: #1c1c1c; }

/* ---------- Destacadas: filas fluidas auto-fit ---------- */
.ct1-feat-big, .ct1-feat-small { display: grid; gap: 16px; margin-bottom: 16px; }
.ct1-feat-big { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.ct1-feat-small { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.ct1-card { background: #fff; border: 1px solid #eeebe4; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s; position: relative; }
.ct1-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.ct1-card-img { height: 200px; background-size: cover; background-position: center; background-color: #cfcabc; position: relative; }
.ct1-feat-small .ct1-card-img { height: 110px; }
.ct1-card-num { position: absolute; top: 10px; left: 10px; background: rgba(28,28,28,.75); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 7px; border-radius: 5px; letter-spacing: .06em; }
.ct1-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.ct1-card-name { font-size: 17.5px; font-weight: 700; color: #1c1c1c; line-height: 1.3; margin: 0 0 12px; }
.ct1-feat-small .ct1-card-name { font-size: 14.5px; }
.ct1-card-meta { margin-top: auto; display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; font-weight: 500; color: #5a564e; }
.ct1-card-meta b { color: #1e7a46; font-weight: 700; }

/* Móvil: UNA sola fila horizontal con las 6 destacadas (el wrapper .ct1-feat
   es el scroller; las dos filas del desktop se disuelven con display:contents). */
@media (max-width: 767px) {
    .ct1-feat { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; margin: 0 -22px 12px; padding: 4px 22px; }
    .ct1-feat::-webkit-scrollbar { display: none; }
    .ct1-feat-big, .ct1-feat-small { display: contents; }
    .ct1-card { flex: 0 0 220px; }
    .ct1-card-img, .ct1-feat-small .ct1-card-img { height: 110px; }
    .ct1-card-name, .ct1-feat-small .ct1-card-name { font-size: 14px; }
}

/* ---------- Ver más / tabla plegada ---------- */
.ct1-morewrap { text-align: center; margin-top: 26px; }
.ct1-morebtn {
    display: inline-flex; align-items: center; gap: 10px; background: #1c1c1c; color: #fff;
    border: 0; border-radius: 999px; padding: 15px 28px; font-family: inherit;
    font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s;
}
.ct1-morebtn:hover { background: #000; }
.ct1-all { margin-top: 34px; }
.ct1-all-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.ct1-all-head h3 { margin: 0; font-size: 22px; font-weight: 700; letter-spacing: -.3px; }
.ct1-all-count { font-size: 13px; font-weight: 600; color: #8a8579; }
.ct1-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.ct1-col { border-top: 2px solid #1c1c1c; }
.ct1-row { display: flex; align-items: baseline; gap: 12px; padding: 12px 6px; border-bottom: 1px solid #eeebe4; text-decoration: none; }
.ct1-row:hover { background: #faf9f6; }
.ct1-row-num { flex: none; width: 26px; font-size: 12px; font-weight: 700; color: #c9c4b8; }
.ct1-row-name { flex: 1; font-size: 14.5px; font-weight: 700; color: #1c1c1c; line-height: 1.35; margin: 0; }
.ct1-row-dur { flex: none; font-size: 12px; font-weight: 500; color: #8a8579; }
.ct1-row-price { flex: none; width: 86px; text-align: right; font-size: 13px; font-weight: 700; color: #1e7a46; }
.ct1-less { display: block; text-align: center; margin-top: 22px; font-size: 14px; font-weight: 700; color: #1c1c1c; cursor: pointer; box-shadow: inset 0 -2px 0 #ffd520; width: fit-content; margin-left: auto; margin-right: auto; }
.ct1-less:hover { box-shadow: inset 0 -6px 0 #ffd520; color: #1c1c1c; }
@media (max-width: 767px) {
    .ct1-table { grid-template-columns: 1fr; gap: 0; }
    .ct1-col + .ct1-col { border-top: 0; }
    /* Fila móvil (diseño): nº | nombre + duración debajo | precio centrado dcha. */
    .ct1-row { display: grid; grid-template-columns: 26px 1fr 92px; column-gap: 12px; align-items: center; padding: 13px 2px; }
    .ct1-row-num { grid-column: 1; grid-row: 1 / span 2; width: auto; }
    .ct1-row-name { grid-column: 2; grid-row: 1; font-size: 13.5px; }
    .ct1-row-dur { grid-column: 2; grid-row: 2; font-size: 11.5px; margin-top: 2px; }
    .ct1-row-price { grid-column: 3; grid-row: 1 / span 2; width: auto; }
}

/* ---------- Solo transporte + Tour especial ---------- */
.ct1-promos { display: flex; gap: 16px; max-width: 1400px; margin: 0 auto; padding: 0 80px 72px; background: #fff; }
.ct1-transport {
    flex: 2; min-height: 340px; border-radius: 10px; overflow: hidden; position: relative;
    background-size: cover; background-position: center; background-color: #2a2f26;
    display: flex; flex-direction: column; justify-content: center; padding: 34px 38px;
}
.ct1-transport::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(15,20,12,.82) 0%, rgba(15,20,12,.55) 45%, rgba(15,20,12,.15) 75%);
}
.ct1-transport > * { position: relative; z-index: 2; max-width: 520px; }
.ct1-kicker-y { font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #ffd520; margin-bottom: 8px; }
.ct1-transport h3 { color: #fff; font-size: 28px; font-weight: 700; letter-spacing: -.4px; margin: 0 0 16px; }
.ct1-transport h3 .cv1-underline { box-shadow: inset 0 -5px 0 rgba(255,213,32,.85); }
.ct1-tlist { list-style: none; margin: 0 0 20px; padding: 0; }
.ct1-tlist li { border-bottom: 1px solid rgba(255,255,255,.18); }
.ct1-tlist a { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 9px 0; color: #fff; font-size: 14px; font-weight: 600; }
.ct1-tlist a:hover { color: #ffd520; }
.ct1-tlist a:hover .ct1-goto { transform: translateX(3px); }
.ct1-tlist .ct1-goto { transition: transform .2s; }
.ct1-tlist .ct1-en { display: inline-block; font-size: 10px; font-weight: 700; background: rgba(255,255,255,.22); color: #fff; border-radius: 4px; padding: 1px 6px; margin-left: 8px; vertical-align: 1px; }
.ct1-tlist span.ct1-goto { color: #ffd520; font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.ct1-cta-w { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #1c1c1c; border-radius: 999px; padding: 13px 24px; font-size: 14.5px; font-weight: 700; width: fit-content; }
.ct1-cta-w:hover { background: #ffd520; color: #1c1c1c; }
.ct1-cta-y { display: inline-flex; align-items: center; gap: 8px; background: #ffd520; color: #1c1c1c; border-radius: 999px; padding: 13px 24px; font-size: 14.5px; font-weight: 700; width: fit-content; }
.ct1-cta-y:hover { background: #f4c400; color: #1c1c1c; }
@media (max-width: 991px) {
    .ct1-exc { padding: 8px 22px 48px; }
    .ct1-exc-head h2 { font-size: 27px; }
    .ct1-promos { flex-direction: column; padding: 0 22px 48px; }
    .ct1-transport { padding: 24px 22px; min-height: 300px; }
}

/* ---------- Lo necesitarás + #ciudad ---------- */
.ct1-extra { background: #f7f5f1; padding: 72px max(80px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.ct1-extra h2 { margin: 0 0 4px; font-size: 26px; font-weight: 700; letter-spacing: -.4px; }
.ct1-extra-sub { margin: 0 0 22px; font-size: 14.5px; font-weight: 500; color: #8a8579; }
.ct1-needs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; }
.ct1-need { display: flex; gap: 12px; align-items: center; }
.ct1-need-thumb { width: 44px; height: 44px; flex: none; border-radius: 8px; background-size: cover; background-position: center; background-color: #cfcabc; }
.ct1-need-kicker { display: block; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #8a8579; }
.ct1-need-name { font-size: 15px; font-weight: 700; color: #1c1c1c; box-shadow: inset 0 -2px 0 #ffd520; }
.ct1-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ct1-shot { border-radius: 8px; height: 110px; background-size: cover; background-position: center; background-color: #cfcabc; cursor: pointer; }
.ct1-shot:hover { filter: brightness(1.1); }
@media (max-width: 991px) {
    .ct1-extra { display: block; padding: 44px 22px; }
    .ct1-extra > div + div { margin-top: 40px; }
    .ct1-gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Otras ciudades ---------- */
.ct1-cities { background: #fff; padding: 72px 80px; max-width: 1400px; margin: 0 auto; }
.ct1-cities h2 { margin: 0 0 6px; font-size: 40px; font-weight: 700; letter-spacing: -.8px; }
.ct1-cities-sub { margin: 0 0 28px; font-size: 15px; font-weight: 500; color: #5a564e; }
.ct1-citygrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin-bottom: 24px; }
.ct1-citycard { position: relative; height: 150px; border-radius: 10px; overflow: hidden; display: flex; align-items: flex-end; padding: 14px; background-size: cover; background-position: center; background-color: #b9b4a6; transition: transform .2s; }
.ct1-citycard:hover { transform: translateY(-3px); }
.ct1-citycard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,.05) 60%); }
.ct1-citycard span { position: relative; z-index: 2; color: #fff; }
.ct1-cityname { display: block; font-size: 17px; font-weight: 700; text-shadow: 0 1px 8px rgba(0,0,0,.5); margin: 0; color: #fff; }
.ct1-citycount { display: block; font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.88); }
@media (max-width: 991px) {
    .ct1-cities { padding: 44px 22px; }
    .ct1-cities h2 { font-size: 26px; }
    .ct1-citygrid { grid-template-columns: repeat(2, 1fr); }
    .ct1-citycard:nth-child(n+5) { display: none; }
}
