.fixypoints-page {
  --fp-blue: #008fc3;
  --fp-blue-deep: #06587c;
  --fp-sky: #66d7dd;
  --fp-yellow: #fbbe37;
  --fp-ink: #102f3a;
  --fp-muted: #607681;
  --fp-paper: #f4f7f7;
  --fp-line: rgba(0, 143, 195, .16);
  --f-blue: var(--fp-blue);
  --f-navy: var(--fp-ink);
  --f-text-soft: var(--fp-muted);
  --f-paper: var(--fp-paper);
  --f-white: #fff;
  --f-transition: .18s ease;
}

.fixypoints-page .fp-main { overflow: clip; }
.fixypoints-page .fp-section { position: relative; padding: 72px 0; }
.fixypoints-page .fp-intro { max-width: 720px; }
.fixypoints-page .fp-intro-wide { max-width: 830px; }
.fixypoints-page .fp-intro h2 {
  margin: 14px 0 0;
  color: var(--fp-ink);
  font-size: clamp(2rem, 8.7vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.fixypoints-page .fp-intro > p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--fp-muted);
  font-size: 1rem;
  line-height: 1.72;
}
.fixypoints-page .fp-routine-side { display: flex; flex-direction: column; gap: 28px; }
.fixypoints-page .fp-routine-side p {
  max-width: 680px;
  margin: 0;
  color: var(--fp-muted);
  font-size: 1rem;
  line-height: 1.72;
}

/* Coincidencia: una raíz y dos desenlaces, sin tarjetas enfrentadas. */
.fixypoints-page .fp-coincidence { background: var(--fp-paper); }
.fixypoints-page .fp-journeys {
  position: relative;
  display: grid;
  gap: 24px;
  margin-top: 44px;
  padding-left: 28px;
}
.fixypoints-page .fp-journeys::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(var(--fp-yellow) 0 15%, var(--fp-line) 15% 54%, var(--fp-blue) 54%);
}
.fixypoints-page .fp-origin span,
.fixypoints-page .fp-route-label {
  color: var(--fp-ink);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.fixypoints-page .fp-origin { position: relative; }
.fixypoints-page .fp-origin::before,
.fixypoints-page .fp-branch::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--fp-yellow);
  box-shadow: 0 0 0 1px var(--fp-line);
}
.fixypoints-page .fp-branch { position: relative; min-width: 0; }
.fixypoints-page .fp-branch::before { background: #c8d4d8; }
.fixypoints-page .fp-branch-pickup::before { background: var(--fp-blue); }
.fixypoints-page .fp-route-label { margin: 0 0 14px; color: var(--fp-muted); }
.fixypoints-page .fp-branch-pickup .fp-route-label { color: var(--fp-blue); }
.fixypoints-page .fp-branch ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixypoints-page .fp-branch li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid rgba(16, 47, 58, .1);
  color: var(--fp-ink);
  font-weight: 700;
  line-height: 1.3;
}
.fixypoints-page .fp-branch li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #91a1a8;
}
.fixypoints-page .fp-branch-pickup li::before { color: var(--fp-blue); }

/* El recorrido cotidiano funciona como una agenda vertical en teléfonos. */
.fixypoints-page .fp-routine { background: #fff; }
.fixypoints-page .fp-routine-grid { display: grid; gap: 44px; }
.fixypoints-page .fp-daily-route {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 0 34px;
  list-style: none;
}
.fixypoints-page .fp-daily-route::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: var(--fp-line);
}
.fixypoints-page .fp-daily-route li {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid rgba(16, 47, 58, .08);
}
.fixypoints-page .fp-daily-route li::before {
  content: "";
  position: absolute;
  left: -32px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #b9c7cc;
  box-shadow: 0 0 0 1px var(--fp-line);
}
.fixypoints-page .fp-daily-route span { color: var(--fp-muted); font-size: .72rem; font-weight: 750; }
.fixypoints-page .fp-daily-route strong { color: var(--fp-ink); font-size: 1rem; }
.fixypoints-page .fp-daily-route small { grid-column: 2; margin-top: -17px; color: var(--fp-blue-deep); }
.fixypoints-page .fp-daily-route .is-point::before { width: 18px; height: 18px; left: -35px; background: var(--fp-yellow); }
.fixypoints-page .fp-daily-route .is-point strong { color: var(--fp-blue); font-size: 1.2rem; }

/* La red real es la principal demostración de la página. */
.fixypoints-page .fp-network { background: linear-gradient(180deg, #eef7fa, #f8fbfc); }
.fixypoints-page .fp-map-shell { display: grid; gap: 22px; margin-top: 38px; }
.fixypoints-page .fp-map-tools { min-width: 0; }
.fixypoints-page .pu-map-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px;
  padding: 7px;
  border: 1px solid var(--fp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 47, 58, .08);
}
.fixypoints-page .pu-map-search:focus-within { border-color: var(--fp-blue); box-shadow: 0 14px 30px rgba(0, 143, 195, .14); }
.fixypoints-page .fp-search-mark { align-self: center; padding-left: 8px; color: var(--fp-blue); font-size: 1.15rem; }
.fixypoints-page .pu-map-search input {
  min-width: 0;
  width: 100%;
  min-height: 48px;
  padding: 10px 8px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--fp-ink);
  font: inherit;
}
.fixypoints-page .pu-map-search-btn {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--fp-blue);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.fixypoints-page .pu-map-search-btn:disabled { opacity: .62; cursor: wait; }
.fixypoints-page .pu-map-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.fixypoints-page .pu-map-filter {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--fp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--fp-ink);
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}
.fixypoints-page .pu-map-filter.is-active { border-color: var(--fp-blue-deep); background: var(--fp-blue-deep); color: #fff; }
.fixypoints-page .fp-map-help { margin: 18px 0 0; color: var(--fp-muted); font-size: .84rem; line-height: 1.55; }
.fixypoints-page .pu-map-count { margin: 10px 0 0; color: var(--fp-blue-deep); font-size: .78rem; font-weight: 750; }
.fixypoints-page .pu-map-canvas-wrap {
  position: relative;
  isolation: isolate; /* Leaflet mete z-index:1000 en sus controles; sin esto
    se escapaba de este contenedor y tapaba el navbar sticky (z-index:60). */
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 46px rgba(16, 47, 58, .12);
}
.fixypoints-page .pu-leaflet-map { width: 100%; height: 480px; min-height: 420px; background: var(--fp-paper); }
.fixypoints-page .pu-map-legend {
  position: absolute;
  z-index: 500;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding: 9px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  color: var(--fp-muted);
  font-size: .65rem;
  backdrop-filter: blur(8px);
}
.fixypoints-page .pu-map-legend span { display: inline-flex; align-items: center; gap: 5px; }
.fixypoints-page .pu-map-legend i { width: 8px; height: 8px; border-radius: 50%; }

.fixypoints-page .pu-search-results {
  display: none;
  max-height: 320px;
  margin-top: 10px;
  overflow-y: auto;
  border: 1px solid var(--fp-line);
  border-radius: 14px;
  background: #fff;
}
.fixypoints-page .pu-search-results.is-open { display: block; }
.fixypoints-page .pu-search-results-title,
.fixypoints-page .pu-search-empty { margin: 0; padding: 12px 14px; color: var(--fp-muted); font-size: .78rem; }
.fixypoints-page .pu-search-results-title { color: var(--fp-blue); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.fixypoints-page .pu-search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 10px 14px;
  border: 0;
  border-top: 1px solid rgba(0, 143, 195, .08);
  background: #fff;
  color: var(--fp-ink);
  text-align: left;
  cursor: pointer;
}
.fixypoints-page .pu-search-result-main { display: grid; gap: 3px; }
.fixypoints-page .pu-search-result-main small { color: var(--fp-muted); }
.fixypoints-page .pu-search-result-dist { flex: 0 0 auto; color: var(--fp-blue); font-size: .72rem; font-weight: 800; }

/* Leaflet mantiene su lógica original; sólo se integra visualmente. */
.fixypoints-page .pu-leaflet-pin { display: block; filter: drop-shadow(0 3px 6px rgba(16, 47, 58, .35)); }
.fixypoints-page .pu-leaflet-pin span { display: block; width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px rgba(16, 47, 58, .08); }
.fixypoints-page .pu-leaflet-pin-you span { background: var(--fp-ink); box-shadow: 0 0 0 7px rgba(0, 143, 195, .18); }
.fixypoints-page .leaflet-popup-content-wrapper { border-radius: 16px; box-shadow: 0 18px 38px rgba(16, 47, 58, .22); }
.fixypoints-page .leaflet-popup-content { margin: 14px 16px; }
.fixypoints-page .pu-leaflet-popup { min-width: 210px; }
.fixypoints-page .pu-leaflet-popup-zone { display: inline-flex; margin-bottom: 6px; padding: 3px 9px; border-radius: 999px; background: rgba(0, 143, 195, .1); color: var(--fp-blue); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.fixypoints-page .pu-leaflet-popup h4 { margin: 0 0 6px; color: var(--fp-ink); font-size: 1rem; }
.fixypoints-page .pu-leaflet-popup p { margin: 0 0 8px; color: var(--fp-muted); font-size: .78rem; line-height: 1.45; }
.fixypoints-page .pu-leaflet-popup-hours { color: var(--fp-ink) !important; }
.fixypoints-page .pu-leaflet-popup-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.fixypoints-page .pu-leaflet-popup-tags span { padding: 3px 8px; border-radius: 999px; background: rgba(0, 143, 195, .1); color: var(--fp-blue); font-size: .68rem; font-weight: 800; }
.fixypoints-page .pu-leaflet-popup-note { margin-top: 8px !important; padding: 8px 9px; border-radius: 9px; background: rgba(251, 190, 55, .14); color: #715509 !important; font-size: .68rem !important; }
.fixypoints-page .marker-cluster-small,
.fixypoints-page .marker-cluster-medium,
.fixypoints-page .marker-cluster-large { background-color: rgba(0, 143, 195, .16); }
.fixypoints-page .marker-cluster-small div,
.fixypoints-page .marker-cluster-medium div,
.fixypoints-page .marker-cluster-large div { border-radius: 50%; background: linear-gradient(135deg, var(--fp-blue), var(--fp-blue-deep)); color: #fff; font-weight: 800; box-shadow: 0 5px 14px rgba(16, 47, 58, .25), 0 0 0 4px rgba(255, 255, 255, .9); }

/* Recorridos continuos: cinco momentos y una capacidad secundaria. */
.fixypoints-page .fp-how { background: #fff; }
.fixypoints-page .fp-flow,
.fixypoints-page .fp-dropoff-flow {
  position: relative;
  display: grid;
  gap: 0;
  margin: 40px 0 0;
  padding: 0 0 0 34px;
  list-style: none;
}
.fixypoints-page .fp-flow::before,
.fixypoints-page .fp-dropoff-flow::before { content: ""; position: absolute; left: 11px; top: 17px; bottom: 17px; width: 2px; background: var(--fp-line); }
.fixypoints-page .fp-flow li { position: relative; min-height: 128px; padding: 0 0 26px; }
.fixypoints-page .fp-flow li > span {
  position: absolute;
  left: -34px;
  top: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fp-blue);
  color: #fff;
  font-size: .64rem;
  font-weight: 850;
}
.fixypoints-page .fp-flow h3 { margin: 0 0 8px; color: var(--fp-ink); font-size: 1.16rem; }
.fixypoints-page .fp-flow p { max-width: 440px; margin: 0; color: var(--fp-muted); line-height: 1.55; }
.fixypoints-page .fp-dropoff { background: var(--fp-blue); color: #fff; }
.fixypoints-page .fp-dropoff-grid { display: grid; gap: 38px; }
.fixypoints-page .fp-dropoff .eyebrow,
.fixypoints-page .fp-dropoff h2 { color: #fff; }
.fixypoints-page .fp-dropoff .fp-intro > p { color: #d4e0e4; }
.fixypoints-page .fp-validation { padding-left: 14px; border-left: 3px solid var(--fp-yellow); font-size: .82rem !important; }
.fixypoints-page .fp-dropoff-flow { margin-top: 0; }
.fixypoints-page .fp-dropoff-flow::before { background: rgba(255, 255, 255, .22); }
.fixypoints-page .fp-dropoff-flow li { position: relative; min-height: 64px; display: flex; align-items: flex-start; color: #fff; font-weight: 800; }
.fixypoints-page .fp-dropoff-flow li::before { content: ""; position: absolute; left: -29px; top: 4px; width: 12px; height: 12px; border: 3px solid var(--fp-blue); border-radius: 50%; background: var(--fp-yellow); box-shadow: 0 0 0 1px rgba(255, 255, 255, .3); }

/* Encaje y FAQ permanecen abiertos, sin convertir todo en cards. */
.fixypoints-page .fp-fit { background: var(--fp-paper); }
.fixypoints-page .fp-fit-grid { display: grid; gap: 32px; margin-top: 38px; }
.fixypoints-page .fp-fit-grid > div { padding-top: 18px; border-top: 3px solid var(--fp-blue); }
.fixypoints-page .fp-fit-grid > div:last-child { border-color: var(--fp-yellow); }
.fixypoints-page .fp-fit-grid h3 { margin: 0 0 18px; color: var(--fp-ink); font-size: 1.18rem; }
.fixypoints-page .fp-fit-grid ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.fixypoints-page .fp-fit-grid li { position: relative; padding-left: 22px; color: var(--fp-muted); line-height: 1.48; }
.fixypoints-page .fp-fit-grid li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--fp-blue); }
.fixypoints-page .fp-fit-grid > div:last-child li::before { background: var(--fp-yellow); }
.fixypoints-page .fp-conditions { max-width: 920px; margin: 34px 0 0; padding-top: 20px; border-top: 1px solid rgba(16, 47, 58, .12); color: var(--fp-muted); font-size: .84rem; line-height: 1.6; }
.fixypoints-page .fp-contact { position: relative; }
.fixypoints-page .fp-faq { background: #fff; padding-bottom: 120px; }
.fixypoints-page .fp-faq-list { max-width: 850px; margin-top: 34px; }
.fixypoints-page .fp-faq-list details { border-bottom: 1px solid rgba(16, 47, 58, .14); }
.fixypoints-page .fp-faq-list summary { min-height: 56px; display: flex; align-items: center; padding: 14px 36px 14px 0; color: var(--fp-ink); font-weight: 800; cursor: pointer; }
.fixypoints-page .fp-faq-list details p { margin: 0; padding: 0 28px 20px 0; color: var(--fp-muted); line-height: 1.6; }

@media (max-width: 900px) {
  .fixypoints-page #contenido .hero-grid > div:last-child,
  .fixypoints-page .pu-map-filters,
  .fixypoints-page .pu-map-count {
    display: none;
  }

  .fixypoints-page #contenido .hero-grid {
    gap: 0;
  }

  .fixypoints-page #contenido .cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  .fixypoints-page #contenido .cta-row .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    height: 100%;
    padding: 10px 8px;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    font-size: clamp(.7rem, 3.2vw, .82rem);
    line-height: 1.2;
  }

  .fixypoints-page .fp-dropoff {
    background: #008fc3;
  }
  .fixypoints-page .fp-dropoff .fp-intro > p {
    color: rgba(255, 255, 255, .9);
  }
  .fixypoints-page .fp-dropoff-flow li::before {
    border-color: #008fc3;
  }

  .fixypoints-page .fp-contact .agenda-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    margin-bottom: 12px;
    padding: 11px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    font-family: inherit;
    font-size: .88rem;
    line-height: 1.35;
  }
  .fixypoints-page .fp-contact .agenda-strip .btn {
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border-radius: 9px;
    font-size: .78rem;
    line-height: 1.2;
  }

  .fixypoints-page .fp-faq-list {
    margin-top: 26px;
  }
  .fixypoints-page .fp-faq-list details {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(16, 47, 58, .13);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .fixypoints-page .fp-faq-list details:first-of-type {
    border-top: 1px solid rgba(16, 47, 58, .13);
  }
  .fixypoints-page .fp-faq-list summary {
    min-height: 52px;
    padding: 12px 30px 12px 0;
    font-family: inherit;
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
  }
  .fixypoints-page .fp-faq-list summary::after {
    right: 3px;
    width: 8px;
    height: 8px;
    border-width: 0 1.5px 1.5px 0;
  }
  .fixypoints-page .fp-faq-list details p {
    margin: 0;
    padding: 0 26px 15px 0;
    color: var(--fp-muted);
    font-family: inherit;
    font-size: .92rem;
    font-weight: 400;
    line-height: 1.72;
  }
}

@media (min-width: 390px) and (max-width: 900px) {
  .fixypoints-page .fp-contact .agenda-strip {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
  .fixypoints-page .fp-contact .agenda-strip .btn {
    width: auto;
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .fixypoints-page .pu-leaflet-map { height: 440px; min-height: 440px; }
  .fixypoints-page .pu-leaflet-map,
  .fixypoints-page .pu-leaflet-map .leaflet-map-pane { touch-action: pan-y !important; }
  .fixypoints-page .leaflet-control-zoom a { min-width: 40px; min-height: 40px; line-height: 40px; }
  .fixypoints-page .pu-map-legend { display: none; }
}

@media (min-width: 701px) {
  .fixypoints-page .fp-section { padding: 94px 0; }
  .fixypoints-page .fp-intro h2 { font-size: clamp(2.6rem, 4.4vw, 4.35rem); }
  .fixypoints-page .pu-map-search { grid-template-columns: auto minmax(0, 1fr) auto; border-radius: 999px; }
  .fixypoints-page .pu-map-search-btn { grid-column: auto; padding: 0 20px; border-radius: 999px; }
  .fixypoints-page .fp-fit-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
}

@media (min-width: 980px) {
  .fixypoints-page .fp-journeys {
    grid-template-columns: 128px 1fr 1fr;
    gap: 30px;
    padding: 0;
  }
  .fixypoints-page .fp-journeys::before { left: 86px; right: 0; top: 16px; bottom: auto; width: auto; height: 2px; background: linear-gradient(90deg, var(--fp-yellow) 0 11%, #c8d4d8 11% 55%, var(--fp-blue) 55%); }
  .fixypoints-page .fp-origin::before,
  .fixypoints-page .fp-branch::before { left: 0; top: 10px; }
  .fixypoints-page .fp-origin span,
  .fixypoints-page .fp-route-label {
    position: relative;
    z-index: 1;
    display: block;
    width: max-content;
    min-height: 34px;
    padding: 8px 12px 0 28px;
    background: var(--fp-paper);
  }
  .fixypoints-page .fp-branch ol { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; position: relative; padding-top: 26px; }
  .fixypoints-page .fp-branch-pickup ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  /* Recorrido de pasos en escritorio: ícono-insignia arriba, línea punteada de fondo, texto centrado debajo. */
  .fixypoints-page .fp-branch ol::before {
    content: "";
    position: absolute;
    left: 22px; right: 22px; top: 48px;
    border-top: 2px dotted #cbd7db;
    z-index: 0;
  }
  .fixypoints-page .fp-branch-pickup ol::before { border-top-color: #a9d4e6; }
  .fixypoints-page .fp-branch li {
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: auto;
    padding: 0 6px;
    border: 0;
    text-align: center;
    font-size: .82rem;
  }
  .fixypoints-page .fp-branch li::before {
    content: "";
    position: static;
    width: 44px; height: 44px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    border: 1.5px solid #e1e8ea;
    box-shadow: 0 4px 10px rgba(16, 47, 58, .06);
  }
  .fixypoints-page .fp-branch-home li:nth-child(1)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b7078' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 10 9-7 9 7v10a1 1 0 0 1-1 1h-5v-7H9v7H4a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E"); }
  .fixypoints-page .fp-branch-home li:nth-child(2)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b7078' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.2'/%3E%3Cpath d='M5 20c0-3.9 3.1-7 7-7s7 3.1 7 7'/%3E%3C/svg%3E"); }
  .fixypoints-page .fp-branch-home li:nth-child(3)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b7078' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.7 9a2.5 2.5 0 1 1 4.6 1.4c-.7 1-2.3 1.2-2.3 3M12 17h.01'/%3E%3C/svg%3E"); }
  .fixypoints-page .fp-branch-home li:nth-child(4)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b7078' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12a8 8 0 1 1-3-6.2'/%3E%3Cpath d='M20 3v5h-5'/%3E%3C/svg%3E"); }
  .fixypoints-page .fp-branch-pickup li:nth-child(1)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23008fc3' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); }
  .fixypoints-page .fp-branch-pickup li:nth-child(2)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23008fc3' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8a6 6 0 0 1 12 0c0 4 1.5 6 2 7H4c.5-1 2-3 2-7Z'/%3E%3Cpath d='M10 19a2 2 0 0 0 4 0'/%3E%3C/svg%3E"); }
  .fixypoints-page .fp-branch-pickup li:nth-child(3)::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23008fc3' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3.5 2'/%3E%3C/svg%3E"); }
  .fixypoints-page .fp-routine-grid { grid-template-columns: .78fr 1.22fr; align-items: center; gap: 80px; }
  .fixypoints-page .fp-daily-route { grid-template-columns: repeat(5, 1fr); align-items: start; padding: 0; }
  /* Recorrido del día escalonado: cada parada a una altura distinta, unidas por una línea punteada en zigzag. */
  .fixypoints-page .fp-daily-route::before {
    left: 0; right: 0; top: 0; bottom: auto; width: auto; height: 56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 56' preserveAspectRatio='none'%3E%3Cpolyline points='0,6 100,32 200,14 300,48 400,20' fill='none' stroke='%23bdd0d6' stroke-width='2' stroke-linecap='round' stroke-dasharray='1 8' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .fixypoints-page .fp-daily-route li:nth-child(1) { margin-top: 0; }
  .fixypoints-page .fp-daily-route li:nth-child(2) { margin-top: 26px; }
  .fixypoints-page .fp-daily-route li:nth-child(3) { margin-top: 8px; }
  .fixypoints-page .fp-daily-route li:nth-child(4) { margin-top: 42px; }
  .fixypoints-page .fp-daily-route li:nth-child(5) { margin-top: 14px; }
  .fixypoints-page .fp-daily-route li { grid-template-columns: 1fr; align-content: start; min-height: 132px; padding: 34px 14px 0; border-bottom: 0; border-left: 1px solid rgba(16, 47, 58, .08); }
  .fixypoints-page .fp-daily-route li::before { left: 7px; top: 7px; }
  .fixypoints-page .fp-daily-route .is-point::before { left: 4px; top: 4px; }
  .fixypoints-page .fp-daily-route small { grid-column: auto; margin-top: 8px; }
  .fixypoints-page .fp-map-shell { grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); align-items: start; gap: 34px; }
  .fixypoints-page .pu-leaflet-map { height: 560px; }
  .fixypoints-page .fp-flow { grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 0; }
  .fixypoints-page .fp-flow::before { left: 13px; right: 13px; top: 12px; bottom: auto; width: auto; height: 2px; }
  .fixypoints-page .fp-flow li { min-height: 250px; padding: 50px 10px 0 0; }
  .fixypoints-page .fp-flow li > span { left: 0; }
  .fixypoints-page .fp-flow h3 { font-size: 1rem; }
  .fixypoints-page .fp-flow p { font-size: .88rem; }
  .fixypoints-page .fp-dropoff-grid { grid-template-columns: 1.12fr .88fr; align-items: center; gap: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  .fixypoints-page *,
  .fixypoints-page *::before,
  .fixypoints-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
