/* ── Nosotros + marquesina ────────────────────────── */

.nosotros {
  position: relative;
  overflow: hidden;
  background: #111820;
  color: rgba(255, 255, 255, 0.55);
}

.nosotros::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(900px, 100%);
  height: 320px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center top,
    rgba(var(--brand-rgb), 0.09) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.nosotros-inner {
  position: relative;
  z-index: 1;
  padding: 4.5rem 1.5rem 3.5rem;
}

.nosotros-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

.nosotros-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
}

.nosotros-title {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.62);
  max-width: 16ch;
}

.nosotros-title-accent {
  color: var(--brand);
  background: none;
}

.nosotros-live-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 0 rgba(var(--brand-rgb), 0.45);
  animation: hero-pulse 2.4s ease-in-out infinite;
}

.nosotros-body {
  margin-top: 1.25rem;
  max-width: 34rem;
}

.nosotros-body p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.48);
}

.nosotros-body p + p {
  margin-top: 0.875rem;
}

.nosotros-stats {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.65rem 0.85rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nosotros-stat {
  flex: 1 1 0;
  min-width: 0;
}

.nosotros-stat-value {
  display: block;
  font-size: clamp(1.05rem, 3.6vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--brand);
  line-height: 1;
  white-space: nowrap;
}

.nosotros-stat-label {
  display: block;
  margin-top: 0.3rem;
  font-size: clamp(0.62rem, 2.2vw, 0.72rem);
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.4);
}

.nosotros-cta {
  display: inline-block;
  margin-top: 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand);
  text-decoration: none;
  transition: color 0.2s ease;
}

.nosotros-cta:hover {
  color: var(--brand-hover);
}

.nosotros-quote {
  margin: 0;
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}

.nosotros-quote::before {
  content: "";
  display: block;
  width: 2rem;
  height: 3px;
  margin-bottom: 1.25rem;
  border-radius: 2px;
  background: var(--brand);
}

.nosotros-quote-text {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.52);
}

.nosotros-quote-author {
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand);
}

.nosotros-quote-footer {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nosotros-quote-role {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

/* Marquesina de marcas */
.nosotros-marquee {
  position: relative;
  z-index: 1;
  padding: 1.75rem 0 2.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 40%),
    rgba(0, 0, 0, 0.28);
}

.nosotros-marquee-header {
  max-width: 72rem;
  margin: 0 auto 1.35rem;
  padding: 0 1.5rem;
  text-align: center;
}

.nosotros-marquee-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.nosotros-marquee-viewport {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.nosotros-marquee-viewport:hover .nosotros-marquee-track {
  animation-play-state: paused;
}

.nosotros-marquee-track {
  display: flex;
  width: max-content;
  animation: nosotros-marquee 55s linear infinite;
  will-change: transform;
}

.nosotros-marquee-group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0 0.425rem;
}

.nosotros-marquee-item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 6.25rem;
  height: 3.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 247, 250, 0.94) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.nosotros-marquee-item--wide {
  width: 8.75rem;
  padding: 0.45rem 0.7rem;
}

.nosotros-marquee-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 2.05rem;
  object-fit: contain;
  object-position: center;
  filter: none;
  opacity: 0.92;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nosotros-marquee-item--wide img {
  max-height: 1.85rem;
}

.nosotros-marquee-item:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--brand-rgb), 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 14px 32px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(var(--brand-rgb), 0.12);
}

.nosotros-marquee-item:hover img {
  opacity: 1;
  transform: scale(1.03);
}

@keyframes nosotros-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .nosotros-inner {
    padding: 5.5rem 1.5rem 4rem;
  }

  .nosotros-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: center;
  }

  .nosotros-stats {
    gap: 1.25rem 1.75rem;
  }

  .nosotros-stat-value {
    font-size: 1.5rem;
  }

  .nosotros-stat-label {
    font-size: 0.75rem;
  }

  .nosotros-quote {
    padding: 2rem 1.75rem;
  }

  .nosotros-marquee {
    padding: 2rem 0 3.25rem;
  }

  .nosotros-marquee-group {
    gap: 1rem;
    padding: 0 0.5rem;
  }

  .nosotros-marquee-item {
    width: 6.75rem;
    height: 3.65rem;
  }

  .nosotros-marquee-item--wide {
    width: 9.5rem;
  }

  .nosotros-marquee-item img {
    max-height: 2.15rem;
  }

  .nosotros-marquee-item--wide img {
    max-height: 1.95rem;
  }

  .nosotros-marquee-track {
    animation-duration: 65s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nosotros-marquee-track {
    animation: none;
  }

  .nosotros-marquee-viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    -webkit-overflow-scrolling: touch;
  }

  .nosotros-marquee-group {
    padding: 0 1.5rem;
  }

  .nosotros-live-dot {
    animation: none;
  }
}
