:root{
  --bg:#201C1D; --panel:#282324; --line:#3A3435;
  --red:#9A1920; --red-bright:#C22630;
  --blue:#4B708C; --blue-light:#7FA1BC;
  --text:#EDEAE7; --gray:#9C9694;
}
*{box-sizing:border-box;}
body{
  background:var(--bg); color:var(--text); margin:0;
  font-family:'Inter', 'Segoe UI', Arial, sans-serif;
}
.wrap-c{max-width:1080px; margin:0 auto; padding:0 24px;}
.site-header{border-bottom:1px solid var(--line); padding:18px 0; margin-bottom:40px;}
.site-header .wrap-c{display:flex; justify-content:space-between; align-items:center;}
.logo-c{font-family:'Oswald', sans-serif; font-weight:700; font-size:19px; color:var(--blue-light); text-decoration:none; letter-spacing:0.02em;}
.logo-c span{color:var(--red);}
.volver-c{color:var(--gray); text-decoration:none; font-size:13.5px;}

.titulo-seccion{margin-bottom:36px;}
.eyebrow-c{color:var(--red); font-size:12px; letter-spacing:0.1em; text-transform:uppercase; margin-bottom:8px; font-weight:700;}
.titulo-seccion h1{font-family:'Oswald', sans-serif; font-size:clamp(26px,4vw,38px); margin:0 0 10px; color:var(--text);}
.titulo-seccion p{color:var(--gray); max-width:520px;}
.vacio-c{color:var(--gray); padding:30px 0;}

.tabs-c{display:flex; gap:2px; flex-wrap:wrap; margin-bottom:0; border-bottom:1px solid var(--line);}
.tab-c{
  background:transparent; border:none; color:var(--gray); padding:12px 18px;
  font-size:13.5px; font-weight:600; cursor:pointer; position:relative;
  border-bottom:2px solid transparent;
}
.tab-c.activo{color:var(--blue-light); border-bottom:2px solid var(--red);}
.dot-atraso{
  display:inline-block; width:7px; height:7px; background:var(--red-bright);
  border-radius:50%; margin-left:6px; box-shadow:0 0 6px rgba(194,38,48,.7);
}

.panel-c{display:none; padding:32px 0 60px;}
.panel-c.activo{display:block;}

.aviso-atraso{
  background:rgba(154,25,32,0.14); border:1px solid var(--red);
  color:#F0C9CB; padding:14px 18px; border-radius:4px; margin-bottom:24px; font-size:14px;
}
.aviso-atraso strong{color:#fff;}

.mapa-box{
  background:var(--panel); border:1px solid var(--line); border-radius:6px;
  padding:10px; margin-bottom:22px;
}
.mapa-mundi{width:100%; height:auto; display:block;}
.oceano{fill:#1B2C36;}
.continentes path{fill:#3C4A54; stroke:none;}
.ruta{fill:none; stroke:var(--blue-light); stroke-width:2.5; stroke-dasharray:2 7; stroke-linecap:round; opacity:0.9;}
.punto-origen, .punto-destino{fill:var(--red-bright); stroke:#fff; stroke-width:2;}
.etiqueta-mapa{fill:#EDEAE7; font-size:15px; font-weight:700; font-family:'Inter',sans-serif; letter-spacing:0.02em; paint-order:stroke; stroke:#1B2C36; stroke-width:3;}
.barco text{fill:#fff;}

.datos-viaje{display:flex; gap:34px; flex-wrap:wrap; margin-bottom:10px;}
.datos-viaje .lbl-c{display:block; font-size:11.5px; color:var(--gray); text-transform:uppercase; letter-spacing:0.04em; margin-bottom:4px;}
.datos-viaje strong{font-size:16px; color:var(--text);}

.barra-progreso{height:6px; background:var(--line); border-radius:4px; overflow:hidden; margin-bottom:30px;}
.barra-fill{height:100%; background:linear-gradient(90deg, var(--blue), var(--red)); transition:width .4s;}

.contenido-tit{font-size:15px; color:var(--blue-light); margin-bottom:14px;}
.items-grid{display:grid; grid-template-columns:repeat(auto-fill, minmax(220px,1fr)); gap:12px;}
.item-c{
  background:var(--panel); border:1px solid var(--line); border-radius:4px;
  padding:12px; display:flex; gap:12px; align-items:center;
}
.item-c img{width:52px; height:52px; object-fit:cover; border-radius:3px;}
.item-c strong{display:block; font-size:14px; margin-bottom:4px;}
.linea-tag{font-size:11px; color:var(--blue-light); border:1px solid var(--blue); padding:1px 6px; border-radius:3px; margin-right:6px;}
.cant-tag{font-size:11px; color:var(--gray);}

@media (max-width:600px){
  .datos-viaje{gap:20px;}
}

.mar-interior{fill:#1B2C36; stroke:#4E5D68; stroke-width:0.6;}
.sr-heading{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;}
.cta-c{color:var(--gray); font-size:14px; margin-top:10px;}
.cta-c a{color:var(--blue-light);}
.btn-compartir-c{
  background:none; border:1px solid var(--line); color:var(--gray); font-size:12.5px;
  padding:8px 14px; border-radius:3px; cursor:pointer; margin-top:14px;
}
.btn-compartir-c:hover{border-color:var(--blue-light); color:var(--text);}
.item-link{text-decoration:none;}
.item-link strong{color:var(--text); transition:color .15s;}
.item-link:hover strong{color:var(--blue-light);}
.wa-float-c{
  position:fixed; bottom:24px; right:24px; z-index:80; width:56px; height:56px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center; border:none;
  cursor:pointer; box-shadow:0 4px 16px rgba(0,0,0,0.4); font-size:26px; text-decoration:none;
}
.wa-float-c:hover{transform:scale(1.06);}
