/* V2GO — Footer */

.v2go-footer {
  background-color: var(--v2go-navy-deep);
  color: var(--v2go-white);
}

/* Top bar amber */
.v2go-footer__top-bar {
  background-color: var(--v2go-amber);
  padding-block: var(--space-6);
}

.v2go-footer__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
  flex-wrap: wrap;
}

.v2go-footer__tagline {
  color: var(--v2go-navy);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
}

.v2go-footer__tagline strong {
  font-weight: var(--weight-bold);
  display: block;
}

/* Body */
.v2go-footer__body {
  padding-block: var(--space-16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v2go-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--space-12);
}

/* Botón "Cotizar" con protagonismo en el footer */
.v2go-footer__cta-btn {
  margin-top: var(--space-6);
}

/* Brand column */
.v2go-footer__brand img {
  margin-bottom: var(--space-6);
}

.v2go-footer__brand-desc {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.55);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-6);
  max-width: 30ch;
}

.v2go-footer__contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.v2go-footer__contact-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.60);
  transition: color var(--duration-fast);
}

.v2go-footer__contact-item:hover {
  color: var(--v2go-amber);
}

/* Sello Vigilado SuperTransporte */
.v2go-footer__vigilado {
  margin-top: var(--space-8);
}

.v2go-footer__vigilado img {
  height: 46px;
  width: auto;
  opacity: 0.9;
}

/* Columnas de links */
.v2go-footer__col-title {
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--v2go-amber);
  margin-bottom: var(--space-5);
}

.v2go-footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.v2go-footer__links a {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.55);
  line-height: var(--leading-normal);
  transition: color var(--duration-fast);
}

.v2go-footer__links a:hover {
  color: var(--v2go-white);
}

/* Franja Documentos legales */
.v2go-footer__legal-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: var(--space-5);
}

.v2go-footer__legal-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2) var(--space-5);
}

.v2go-footer__legal-title {
  font-family: var(--font-display);
  font-weight: var(--weight-bold);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--v2go-amber);
}

.v2go-footer__legal-nav a {
  position: relative;
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--duration-fast);
}

.v2go-footer__legal-nav a:not(:last-child)::after {
  content: '';
  position: absolute;
  right: calc(var(--space-5) / -2 - 0.5px);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.18);
}

.v2go-footer__legal-nav a:hover {
  color: var(--v2go-white);
}

/* Bottom bar */
.v2go-footer__bottom {
  padding-block: var(--space-6);
}

.v2go-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.v2go-footer__legal {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.35);
  line-height: var(--leading-normal);
}

.v2go-footer__social {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.v2go-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-full);
  transition:
    color var(--duration-fast),
    border-color var(--duration-fast),
    background-color var(--duration-fast);
}

.v2go-footer__social a:hover {
  color: var(--v2go-navy);
  background-color: var(--v2go-amber);
  border-color: var(--v2go-amber);
}

/* ─── Responsive ───────────────────────────── */
@media (max-width: 1023px) {
  .v2go-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-10);
  }

  .v2go-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .v2go-footer__grid {
    grid-template-columns: 1fr;
  }

  .v2go-footer__brand {
    grid-column: auto;
  }

  .v2go-footer__top-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .v2go-footer__top-inner .v2go-btn {
    width: 100%;
    justify-content: center;
  }

  .v2go-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Documentos legales: apilar y sin separadores en móvil */
  .v2go-footer__legal-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

  .v2go-footer__legal-nav a:not(:last-child)::after {
    display: none;
  }
}
