/* ═══ V2GO — Servicios ═════════════════════════════════════════
   Bandas alternas con foto real en marco redondo y formas de marca
   entrando por detrás. Igual que las piezas del feed. */
.v2-svc { background-color: var(--hueso); padding-block: var(--sec-py); position: relative; overflow: hidden; }

.v2-svc__intro { margin-bottom: clamp(var(--s-8), 4vw, var(--s-14)); }
.v2-svc__intro > * { max-width: 46rem; }
.v2-svc__intro .v2-tag { margin-bottom: var(--s-5); }
.v2-svc__intro .v2-lead { margin-top: var(--s-6); max-width: 48ch; }

.v2-svc__band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(var(--s-8), 5vw, var(--s-16));
  align-items: stretch;
  padding-block: clamp(var(--s-8), 3.5vw, var(--s-12));
  max-width: var(--wrap-ancho);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.v2-svc__band--flip > .v2-svc__art  { order: 2; }
.v2-svc__band--flip > .v2-svc__body { order: 1; }

/* ─── Foto en marco redondo + formas ─────────────────────────── */
.v2-svc__art { position: relative; }
.v2-svc__foto {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 420px;
  border-radius: var(--r-xl);
  box-shadow: var(--sh-media);
}
.v2-svc__blob {
  position: absolute;
  border-radius: var(--r-pill);
  z-index: 1;
  pointer-events: none;
}
.v2-svc__blob--a { width: 54%; aspect-ratio: 1; background-color: var(--ambar-velo); top: -9%; left: -9%; }
.v2-svc__blob--b { width: 34%; aspect-ratio: 1; background-color: var(--navy); bottom: -8%; right: -6%; }
.v2-svc__band--flip .v2-svc__blob--a { left: auto; right: -9%; }
.v2-svc__band--flip .v2-svc__blob--b { right: auto; left: -6%; background-color: var(--ambar); }

/* Numeral en píldora blanca flotante */
.v2-svc__num {
  position: absolute;
  z-index: 3;
  top: var(--s-6); left: var(--s-6);
  display: flex; align-items: center; justify-content: center;
  width: 62px; height: 62px;
  border-radius: var(--r-pill);
  background-color: #fff;
  color: var(--navy);
  font-size: var(--t-lg);
  font-weight: var(--p-bold);
  box-shadow: var(--sh-suave);
}

/* ─── Cuerpo ─────────────────────────────────────────────────── */
.v2-svc__body { display: flex; flex-direction: column; align-items: flex-start; gap: var(--s-5); }
.v2-svc__body > * { max-width: 100%; }

.v2-svc__title {
  font-size: clamp(1.875rem, 3.6vw, var(--t-3xl));
  font-weight: var(--p-light);
  line-height: 1.06;
  letter-spacing: var(--ls-mega);
  color: var(--navy);
}
.v2-svc__title .v2-neg { font-weight: var(--p-bold); }

.v2-svc__desc {
  font-size: var(--t-md);
  line-height: var(--lh-relaxed);
  color: var(--navy-70);
  max-width: 48ch;
}

/* Lista en píldoras suaves */
.v2-svc__list { display: flex; flex-wrap: wrap; gap: var(--s-3); max-width: 52ch; }
.v2-svc__list li {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  padding: 0.7rem 1.15rem;
  border-radius: var(--r-pill);
  background-color: #fff;
  box-shadow: var(--sh-suave);
  font-size: var(--t-base);
  color: var(--navy);
}
.v2-svc__list li::before {
  content: '';
  width: 9px; height: 9px; flex: none;
  border-radius: var(--r-pill);
  background-color: var(--ambar);
}

/* ─── Figura ─────────────────────────────────────────────────── */
.v2-svc__fig {
  width: 100%;
  max-width: 540px;
  margin-top: var(--s-4);
  padding: var(--s-6) var(--s-6) var(--s-5);
  background-color: var(--hueso-2);
  border-radius: var(--r-lg);
}
.v2-svc__fig figcaption { margin-bottom: var(--s-4); }

.v2-svc__spokes path { stroke: var(--navy-22); stroke-width: 1.8; stroke-linecap: round; }
.v2-svc__origin { fill: none; stroke: var(--ambar); stroke-width: 2.5; }

.v2-svc__rack-fr { fill: none; stroke: var(--navy-22); stroke-width: 2; rx: 10; ry: 10; }
.v2-svc__rack-fr--on { stroke: var(--ambar); stroke-width: 2.6; }
.v2-svc__rack-sh { stroke: var(--navy-12); stroke-width: 1.6; }
.v2-svc__flag { stroke: var(--ambar); stroke-width: 1.6; stroke-dasharray: 3 4; }
.v2-svc__rack rect[class*="v2-fig__"], g[class*="v2-svc__rack"] rect[class*="v2-fig__"] { rx: 6; ry: 6; }

.v2-svc__route { stroke: var(--navy); stroke-width: 2.4; stroke-linecap: round; }
.v2-svc__veh-box { fill: var(--arena); stroke: var(--navy); stroke-width: 2; rx: 6; ry: 6; }
.v2-svc__veh-box--on { fill: var(--ambar-velo); stroke: var(--ambar-hondo); }
.v2-svc__veh-cab { fill: #fff; stroke: var(--navy); stroke-width: 2; stroke-linejoin: round; }
.v2-svc__veh-wh { fill: #fff; stroke: var(--navy); stroke-width: 2; }
.v2-svc__veh-gr { stroke: var(--navy-12); stroke-width: 1.6; stroke-linecap: round; }
.v2-svc__veh { opacity: 0; }
.is-in .v2-svc__veh { animation: v2-fade 800ms var(--ease) forwards; }
.is-in .v2-svc__veh:nth-of-type(2) { animation-delay: 150ms; }
.is-in .v2-svc__veh:nth-of-type(3) { animation-delay: 300ms; }
@media (prefers-reduced-motion: reduce) { .v2-svc__veh { opacity: 1; } }

/* ─── Cierre ─────────────────────────────────────────────────── */
.v2-svc__foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-8); flex-wrap: wrap;
  margin-top: clamp(var(--s-10), 5vw, var(--s-16));
  padding: clamp(var(--s-8), 4vw, var(--s-12));
  background-color: var(--navy);
  border-radius: var(--r-xl);
}
.v2-svc__q {
  font-size: clamp(1.375rem, 2.8vw, var(--t-2xl));
  font-weight: var(--p-light);
  line-height: 1.2;
  letter-spacing: var(--ls-tight);
  color: #fff;
  max-width: 26ch;
}
.v2-svc__q .v2-amb { color: var(--ambar); font-weight: var(--p-bold); }

@media (max-width: 1000px) {
  .v2-svc__band { grid-template-columns: minmax(0, 1fr); }
  .v2-svc__foto { height: auto; aspect-ratio: 16 / 10; min-height: 0; }
  .v2-svc__band--flip > .v2-svc__art,
  .v2-svc__band--flip > .v2-svc__body { order: initial; }
  .v2-svc__art { max-width: 620px; }
}
@media (max-width: 620px) {
  .v2-svc__foot .v2-btn { width: 100%; }
  .v2-svc__q { max-width: none; }
  .v2-svc__blob--a, .v2-svc__blob--b { display: none; }
}

/* ═══ OPCIÓN 2 — la foto llega al borde de la pantalla ════════ */
.v2-svc__band {
  max-width: none;
  padding-inline: 0;
  gap: 0;
  align-items: stretch;
  padding-block: 0;
  border-top: 1px solid var(--navy-12);
}
.v2-svc__blob { display: none; }
.v2-svc__foto {
  height: 100%;
  min-height: clamp(420px, 52vw, 680px);
  border-radius: 0;
  box-shadow: none;
}
.v2-svc__num {
  top: auto; bottom: var(--s-8); left: var(--s-8);
  width: 74px; height: 74px;
  font-size: var(--t-xl);
}
.v2-svc__body {
  padding: clamp(var(--s-10), 5vw, var(--s-20)) clamp(var(--s-5), 5vw, var(--s-16));
  justify-content: center;
}
.v2-svc__band:not(.v2-svc__band--flip) .v2-svc__body { padding-right: clamp(var(--s-5), 6vw, var(--s-24)); }
.v2-svc__band--flip .v2-svc__body { padding-left: clamp(var(--s-5), 6vw, var(--s-24)); }
.v2-svc__title { font-size: clamp(2rem, 4vw, 3.5rem); }
.v2-svc__fig { background-color: var(--hueso-2); }

/* El cierre pasa a franja ámbar a sangre */
.v2-svc__foot {
  margin-top: 0;
  border-radius: 0;
  background-color: var(--ambar);
  max-width: none;
  padding-inline: clamp(1.25rem, 4vw, 3.5rem);
}
.v2-svc__q { color: var(--navy); }
.v2-svc__q .v2-amb { color: var(--navy); font-weight: var(--p-bold); }
.v2-svc__foot .v2-btn--ambar { background-color: var(--navy); color: #fff; border-color: var(--navy); }
.v2-svc__foot .v2-btn--ambar:hover { background-color: #fff; color: var(--navy); border-color: #fff; }

@media (max-width: 1000px) {
  .v2-svc__foto { min-height: 0; aspect-ratio: 16 / 10; }
  .v2-svc__num { bottom: var(--s-5); left: var(--s-5); width: 60px; height: 60px; font-size: var(--t-lg); }
}
