* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #fff; color: #222; }
header { background: #0d1b2e; padding: 14px 60px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.logo { color: white; font-size: 26px; font-weight: 700; letter-spacing: 1px; text-decoration: none; display: block; }
.logo span { color: #C2A04E; }
.logo-sub { color: #C2A04E; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; margin-top: 3px; font-weight: 400; }
.header-right { display: flex; align-items: center; gap: 24px; }
.phone-wrap { text-align: right; }
.phone-label { color: #C2A04E; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.lang-switch { font-size: 14px; color: #999; }
.lang-switch .active { color: white; font-weight: 700; }
nav a { color: white; text-decoration: none; margin-left: 32px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
nav a:hover { color: #C2A04E; }
.header-phone { color: white; font-size: 16px; font-weight: 700; letter-spacing: 1px; }

.hero { padding: 70px 60px 50px; color: white; background-size: cover; background-position: center; }
.hero-tag { color: #C2A04E; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }
.hero h1 { font-size: 42px; font-weight: 700; line-height: 1.2; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.hero-badge { background: rgba(255,255,255,0.12); border: 1px solid rgba(194,160,78,0.5); color: white; padding: 8px 20px; border-radius: 30px; font-size: 13px; display: flex; align-items: center; gap: 6px; }
.hero-badge strong { color: #C2A04E; }

.breadcrumb { padding: 12px 60px; font-size: 12px; color: #999; background: #f9f9f9; border-bottom: 1px solid #eee; }
.breadcrumb a { color: #C2A04E; text-decoration: none; }

.page-wrap { max-width: 1180px; margin: 0 auto; padding: 48px 60px; display: grid; grid-template-columns: 1fr 320px; gap: 48px; }
.section { margin-bottom: 48px; }
.section-heading { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #C2A04E; margin-bottom: 8px; }
.section-title { font-size: 26px; font-weight: 300; color: #0d1b2e; margin-bottom: 24px; border-bottom: 1px solid #eee; padding-bottom: 14px; }

.resumen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.resumen-item { background: #f9f7f2; border-left: 3px solid #C2A04E; padding: 16px 18px; border-radius: 4px; }
.resumen-label { font-size: 10px; color: #999; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px; }
.resumen-value { font-size: 16px; font-weight: 600; color: #0d1b2e; }

.ruta-wrap { background: #0d1b2e; border-radius: 8px; padding: 18px 24px; margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.ruta-city { color: #C2A04E; font-weight: 600; font-size: 13px; }
.ruta-arrow { color: #444; font-size: 13px; }

.mapa-carrusel { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 16px; align-items: stretch; }
.mapa-img { width: 100%; height: 360px; object-fit: contain; border-radius: 10px; background: #eef3f7; }
.carrusel { position: relative; border-radius: 10px; overflow: hidden; height: 360px; background: #0d1b2e; }
.carrusel img { width: 100%; height: 360px; object-fit: contain; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity .6s; }
.carrusel img.active { opacity: 1; position: relative; }
.car-cap { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); color: #fff; padding: 26px 14px 12px; font-size: 13px; font-weight: 600; z-index: 2; }
.car-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.4); color: #fff; border: none; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 20px; line-height: 1; z-index: 3; }
.car-prev { left: 8px; } .car-next { right: 8px; }
.car-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 3; }
.car-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; }
.car-dots span.on { background: #fff; }
.solo-carrusel { margin-top: 16px; }
.solo-carrusel .carrusel, .solo-carrusel .carrusel img { height: 420px; }
.mapa-solo { margin-top: 16px; }
.mapa-img-full { width: 100%; max-height: 720px; object-fit: contain; border-radius: 10px; background: #eef3f7; display: block; }

.itinerario-lista { list-style: none; }
.itinerario-lista li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; margin-bottom: 2px; }
.dia-burbuja { width: 42px; height: 42px; background: #C2A04E; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; margin-top: 2px; align-self: start; }
.dia-bloque { padding: 0 0 28px; border-left: 2px dashed #e8dfc8; margin-left: -36px; padding-left: 52px; }
.itinerario-lista li:last-child .dia-bloque { border-left-color: transparent; }
.dia-h { font-size: 15px; font-weight: 700; color: #0d1b2e; margin-bottom: 5px; }
.dia-ciudad { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #C2A04E; margin-bottom: 6px; }
.dia-p { font-size: 13px; color: #555; line-height: 1.75; text-align: justify; }
.dia-foto { width: 100%; max-height: 320px; object-fit: cover; border-radius: 10px; margin-top: 14px; display: block; }

.incluye-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.incluye-box { border: 1px solid #eee; border-radius: 8px; padding: 22px; }
.incluye-box h4 { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.incluye-box.si h4 { color: #2a7a3b; }
.incluye-box.no h4 { color: #b22222; }
.incluye-box ul { list-style: none; }
.incluye-box ul li { font-size: 13px; color: #444; padding: 5px 0; display: flex; gap: 10px; align-items: flex-start; border-bottom: 1px solid #f5f5f5; }
.incluye-box ul li:last-child { border-bottom: none; }
.incluye-box.si ul li::before { content: "\2713"; color: #2a7a3b; font-weight: 700; margin-top: 1px; }
.incluye-box.no ul li::before { content: "\2717"; color: #b22222; font-weight: 700; margin-top: 1px; }

.tabla-salidas { width: 100%; border-collapse: collapse; font-size: 13px; table-layout: fixed; }
.tabla-salidas thead tr { background: #0d1b2e; color: white; }
.tabla-salidas th { padding: 14px 18px; text-align: left; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
.tabla-salidas th:nth-child(3), .tabla-salidas th:nth-child(4),
.tabla-salidas td.precio-td { text-align: right; }
.tabla-salidas td { padding: 13px 18px; border-bottom: 1px solid #f0f0f0; vertical-align: middle; }
.tabla-salidas tr:last-child td { border-bottom: none; }
.tabla-salidas tr:nth-child(even) { background: #faf9f7; }

.salidas-mes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.salidas-mes .mes-card { background: #f9f7f2; border: 1px solid #ede5ce; border-radius: 8px; padding: 12px 14px; }
.salidas-mes .mes-nom { font-size: 12px; font-weight: 700; color: #C2A04E; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.salidas-mes .mes-dias { font-size: 13px; color: #444; }

.sidebar-sticky { position: sticky; top: 80px; }
.precio-card { background: white; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,0.10); overflow: hidden; margin-bottom: 20px; }
.precio-card-top { background: #0d1b2e; padding: 24px; text-align: center; }
.precio-card-top .label { color: #C2A04E; font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.precio-num { color: white; font-size: 38px; font-weight: 700; line-height: 1; }
.precio-num small { font-size: 16px; font-weight: 400; }
.precio-sub { color: #aaa; font-size: 11px; margin-top: 4px; }
.precio-card-body { padding: 20px; }
.mini-tabla { width: 100%; border-collapse: collapse; font-size: 12px; margin-bottom: 18px; }
.mini-tabla tr { border-bottom: 1px solid #f0f0f0; }
.mini-tabla tr:last-child { border-bottom: none; }
.mini-tabla td { padding: 8px 6px; }
.mini-tabla .mes { color: #555; }
.mini-tabla .prc { font-weight: 700; color: #0d1b2e; text-align: right; }
.mini-tabla-grupo { font-size: 11px; font-weight: 700; letter-spacing: .3px; color: #0d1b2e; background: #f5f2e8; padding: 9px 8px; border-radius: 5px; margin: 14px 0 4px; text-transform: none; }
.mini-tabla-grupo:first-of-type { margin-top: 0; }
.btn-cot { display: block; width: 100%; text-align: center; background: #C2A04E; color: white; border: none; padding: 15px; border-radius: 7px; font-size: 13px; font-weight: 700; letter-spacing: 1px; cursor: pointer; text-decoration: none; margin-bottom: 10px; transition: background 0.2s; }
.btn-cot:hover { background: #a8883e; }
.btn-wa { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; text-align: center; background: #25D366; color: white; border: none; padding: 13px; border-radius: 7px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: background 0.2s; }
.btn-wa:hover { background: #1da851; }
.btn-wa svg { width: 18px; height: 18px; fill: white; }
.info-card { background: #f9f7f2; border-radius: 10px; padding: 18px 20px; margin-bottom: 20px; border: 1px solid #ede5ce; }
.info-card h4 { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #0d1b2e; margin-bottom: 12px; }
.info-card ul { list-style: none; }
.info-card ul li { font-size: 12px; color: #555; padding: 5px 0; border-bottom: 1px solid #ede5ce; display: flex; align-items: center; gap: 8px; }
.info-card ul li:last-child { border-bottom: none; }
.info-card ul li span { color: #C2A04E; font-weight: 700; }

.wa-float { position: fixed; bottom: 26px; right: 26px; background: #25D366; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 14px rgba(37,211,102,0.45); z-index: 999; transition: transform 0.2s; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

.btn-share, .btn-print { display:flex; align-items:center; justify-content:center; gap:8px; width:100%; padding:12px; border-radius:7px; font-size:13px; font-weight:600; cursor:pointer; margin-top:10px; border:none; text-decoration:none; transition:all .2s; font-family:inherit; }
.btn-share { background:#0d1b2e; color:#fff; }
.btn-share:hover { background:#16294a; }
.btn-print { background:#fff; color:#0d1b2e; border:1.5px solid #0d1b2e; }
.btn-print:hover { background:#f3f3f3; }
.btn-share svg, .btn-print svg { width:16px; height:16px; }
.share-menu { display:none; margin-top:10px; border:1px solid #eee; border-radius:8px; overflow:hidden; }
.share-menu.open { display:block; }
.share-menu a { display:flex; align-items:center; gap:10px; padding:11px 14px; font-size:13px; color:#333; text-decoration:none; border-bottom:1px solid #f2f2f2; }
.share-menu a:last-child { border-bottom:none; }
.share-menu a:hover { background:#f9f7f2; }

@media print {
  header, nav, .wa-float, .btn-cot, .btn-wa, .btn-share, .btn-print, .share-menu, .breadcrumb, .car-btn, .car-dots { display:none !important; }
  .sidebar-sticky { position:static !important; }
  .page-wrap { display:block !important; padding:0 !important; max-width:100% !important; }
  body { font-size:12px; }
  a { color:#222 !important; text-decoration:none !important; }
}
@media (max-width: 900px) {
  .page-wrap { grid-template-columns: 1fr; padding: 28px 20px; gap: 30px; }
  header { padding: 12px 16px; }
  nav { display: none; } .header-right { gap: 12px; } .phone-label { display: none; } .header-phone { font-size: 13px !important; } .lang-switch { display: none; } .logo { font-size: 20px !important; } .logo-sub { font-size: 7px !important; }
  .hero { padding: 50px 20px 36px; }
  .hero h1 { font-size: 28px; }
  .breadcrumb { padding: 10px 20px; }
  .resumen-grid { grid-template-columns: 1fr 1fr; }
  .incluye-cols { grid-template-columns: 1fr; }
  .mapa-carrusel { grid-template-columns: 1fr; }
  .salidas-mes { grid-template-columns: repeat(2, 1fr); }
}
