/* ═══════════════════════════════════════════════
   SPONSOREALO — css/nosotros.css
   Estilos exclusivos de la página /nosotros
   Hereda: fonts/fonts.css + css/styles.css
   (tokens, nav, footer, carousel, chips, btns)
   Versión: 2026
═══════════════════════════════════════════════ */


/* ─────────────────────────────────────────
   HERO — foto de equipo de fondo + overlay
───────────────────────────────────────── */
#hero-nos {
  min-height: 88svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10rem 5vw 5rem;
  position: relative;
  overflow: hidden;
}

.nos-hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.nos-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(.42) saturate(.7);
}
.nos-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8,8,16,.6)  0%,
    rgba(8,8,16,.25) 45%,
    rgba(8,8,16,.92) 100%
  );
}

.nos-hero-grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(1,229,254,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1,229,254,.045) 1px, transparent 1px);
  background-size: 64px 64px;
}

.nos-blob {
  position: absolute; border-radius: 50%;
  filter: blur(120px); pointer-events: none; z-index: 1;
}
.nos-blob-1 { width:520px; height:520px; background:var(--cyan); opacity:.08; top:-120px; right:-60px; }
.nos-blob-2 { width:400px; height:400px; background:var(--pink); opacity:.10; bottom:-80px; left:-80px; }

/* Breadcrumb */
.nos-breadcrumb {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: .5rem;
  font-family: var(--fh); font-size: .6rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-bottom: 2rem;
}
.nos-breadcrumb a         { color: rgba(255,255,255,.35); transition: color .2s; }
.nos-breadcrumb a:hover   { color: var(--cyan); }
.nos-breadcrumb .bc-sep   { width:14px; height:1px; background:rgba(255,255,255,.2); }
.nos-breadcrumb .bc-cur   {
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* Eyebrow */
.nos-eyebrow {
  position: relative; z-index: 2;
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--fh); font-size: .63rem; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase;
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 1.6rem;
}
.nos-eyebrow::before {
  content: ''; width: 24px; height: 1px;
  background: var(--grad); flex-shrink: 0;
}

/* H1 página */
.nos-h1 {
  position: relative; z-index: 2;
  font-family: var(--fh); font-weight: 800;
  font-size: clamp(3rem, 7.5vw, 9rem);
  line-height: .93; letter-spacing: -.036em;
  max-width: 960px; margin-bottom: 2rem;
}
.nos-h1 .line-solid   { color: var(--white); display: block; }
.nos-h1 .line-grad    {
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  display: block;
}
.nos-h1 .line-outline {
  -webkit-text-stroke: 2px rgba(255,255,255,.16);
  color: transparent; display: block;
}

.nos-sub {
  position: relative; z-index: 2;
  font-size: 1.05rem; color: var(--dim);
  line-height: 1.8; max-width: 540px; margin-bottom: 3rem;
}

.nos-hero-ctas {
  position: relative; z-index: 2;
  display: flex; gap: 1rem; flex-wrap: wrap;
}


/* ─────────────────────────────────────────
   QUIÉNES SOMOS — 2 columnas
───────────────────────────────────────── */
#quienes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw; align-items: center;
  padding: 8rem 5vw;
  border-top: 1px solid var(--border);
}

.quienes-copy p {
  font-size: .97rem; color: var(--dim);
  line-height: 1.85; margin-bottom: 1.4rem;
}
.quienes-copy p strong { color: var(--white); font-weight: 600; }

.quienes-tags {
  display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.8rem;
}
.q-tag {
  border: 1px solid var(--border2); color: var(--dim);
  font-family: var(--fh); font-size: .6rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .36rem .95rem; border-radius: var(--r-pill);
  transition: border-color .2s, color .2s, background .2s;
}
.q-tag:hover { border-color: var(--cyan); color: var(--cyan); background: rgba(1,229,254,.05); }

/* Visual panel: galería 2×2 con badge */
.quienes-visual {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; position: relative;
}
.q-img {
  overflow: hidden; border-radius: var(--r-lg);
  background: var(--card); aspect-ratio: 1;
}
.q-img:first-child { grid-column: span 2; aspect-ratio: 16/7; }
.q-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.68) saturate(.85);
  transition: transform .65s var(--ease), filter .5s;
}
.q-img:hover img { transform: scale(1.05); filter: brightness(.88) saturate(1.05); }

.q-badge {
  position: absolute; bottom: -14px; right: -14px;
  background: var(--grad); color: #000;
  padding: 1.1rem 1.6rem; border-radius: var(--r-lg);
  text-align: center;
  box-shadow: 0 12px 40px rgba(1,229,254,.22);
}
.q-badge strong { display: block; font-family: var(--fh); font-size: 2rem; font-weight: 800; line-height: 1; }
.q-badge span   { font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }


/* ─────────────────────────────────────────
   STATS — 4 tarjetas animadas
───────────────────────────────────────── */
#stats-nos {
  padding: 6rem 5vw 8rem;
  border-top: 1px solid var(--border);
}

.stats-intro {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4vw; align-items: end; margin-bottom: 3.5rem;
}
.stats-intro p { font-size: .95rem; color: var(--dim); line-height: 1.82; }

.nos-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}

.nos-stat-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 2rem 1.8rem;
  position: relative; overflow: hidden;
  transition: border-color .3s, transform .3s, background .3s;
}
.nos-stat-card::after {
  content: ''; position: absolute;
  left: 0; bottom: 0; right: 0; height: 2px;
  background: var(--grad);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.nos-stat-card:hover {
  border-color: rgba(1,229,254,.2);
  transform: translateY(-4px); background: var(--card-hi);
}
.nos-stat-card:hover::after { transform: scaleX(1); }

.nos-stat-val {
  font-family: var(--fh); font-weight: 800;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: .4rem;
}
.nos-stat-lbl  { font-size: .82rem; color: var(--white); font-weight: 600; line-height: 1.3; }
.nos-stat-desc { font-size: .72rem; color: var(--dim2); line-height: 1.5; margin-top: .3rem; }


/* ─────────────────────────────────────────
   VALORES — 6 cards
───────────────────────────────────────── */
#valores {
  padding: 8rem 5vw;
  border-top: 1px solid var(--border);
  background: rgba(0,0,0,.22);
}

.valores-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-top: 3.5rem;
}

.valor-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 2.4rem 2rem;
  position: relative; overflow: hidden;
  transition: border-color .3s, transform .3s, background .3s;
}
.valor-card::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--r-lg);
  background: linear-gradient(135deg, rgba(1,229,254,.06) 0%, rgba(255,0,164,.04) 100%);
  opacity: 0; transition: opacity .3s;
}
.valor-card:hover { border-color: rgba(255,0,164,.2); transform: translateY(-5px); background: var(--card-hi); }
.valor-card:hover::before { opacity: 1; }

.valor-num {
  font-family: var(--fh); font-size: 3rem; font-weight: 800;
  line-height: 1; margin-bottom: .8rem;
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  opacity: .28; transition: opacity .3s;
}
.valor-card:hover .valor-num { opacity: 1; }

.valor-ico {
  width: 42px; height: 42px; margin-bottom: 1rem;
  border-radius: var(--r-xs);
  background: rgba(1,229,254,.08); border: 1px solid rgba(1,229,254,.16);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.valor-ico svg { width: 18px; height: 18px; stroke: var(--cyan); fill: none; stroke-width: 1.8; }

.valor-card h3 {
  font-family: var(--fh); font-size: 1rem; font-weight: 700;
  margin-bottom: .65rem; position: relative; z-index: 1;
}
.valor-card p { font-size: .83rem; color: var(--dim); line-height: 1.8; position: relative; z-index: 1; }


/* ─────────────────────────────────────────
   PROCESO OPERATIVO — timeline horizontal
───────────────────────────────────────── */
#proceso-nos {
  padding: 8rem 5vw;
  border-top: 1px solid var(--border);
}

.proceso-timeline {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 3.5rem; position: relative;
}
.proceso-timeline::before {
  content: ''; position: absolute;
  top: 31px; left: calc(12.5%); right: calc(12.5%);
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  opacity: .22; z-index: 0;
}

.paso {
  padding: 0 1.4rem; position: relative; z-index: 1;
}

.paso-dot {
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--card); border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.6rem; position: relative;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.paso:hover .paso-dot {
  border-color: var(--cyan); background: rgba(1,229,254,.07);
  box-shadow: 0 0 24px rgba(1,229,254,.15);
}
.paso-dot img {
  width: 28px; height: 28px; object-fit: contain;
  filter: brightness(2.5) saturate(0); transition: filter .3s;
}
.paso:hover .paso-dot img { filter: brightness(1) saturate(1); }

.paso-num {
  position: absolute; top: -8px; right: -8px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--grad); color: #000;
  font-family: var(--fh); font-size: .58rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

.paso h3 { font-family: var(--fh); font-size: .96rem; font-weight: 700; margin-bottom: .6rem; }
.paso p  { font-size: .83rem; color: var(--dim); line-height: 1.78; }


/* ─────────────────────────────────────────
   POR QUÉ ELEGIRNOS — copy + checklist
───────────────────────────────────────── */
#por-que {
  padding: 8rem 5vw;
  border-top: 1px solid var(--border);
  background: rgba(0,0,0,.18);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6vw; align-items: center;
}

.pq-copy > p { font-size: .97rem; color: var(--dim); line-height: 1.85; margin-bottom: 1.8rem; }

.pq-list { display: flex; flex-direction: column; gap: .7rem; }

.pq-item {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 1.3rem 1.5rem;
  transition: border-color .3s, background .3s, transform .25s;
}
.pq-item:hover {
  border-color: rgba(1,229,254,.22); background: var(--card-hi); transform: translateX(5px);
}
.pq-check {
  width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.pq-check svg { width: 13px; height: 13px; stroke: #000; fill: none; stroke-width: 2.5; }
.pq-text h4  { font-family: var(--fh); font-size: .88rem; font-weight: 700; margin-bottom: .2rem; }
.pq-text p   { font-size: .79rem; color: var(--dim); line-height: 1.65; }


/* ─────────────────────────────────────────
   BRANDS + TESTIMONIOS — padding propio
   (reutilizan clases de styles.css)
───────────────────────────────────────── */
#brands-nos       { padding: 5rem 5vw; border-top: 1px solid var(--border); }
#testimonials-nos { padding: 8rem 5vw; border-top: 1px solid var(--border); }


/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1100px) {
  .nos-stats-grid   { grid-template-columns: repeat(2, 1fr); }
  .valores-grid     { grid-template-columns: 1fr 1fr; }
  .proceso-timeline { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .proceso-timeline::before { display: none; }
  .stats-intro      { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 900px) {
  #quienes   { grid-template-columns: 1fr; }
  #por-que   { grid-template-columns: 1fr; }
  .quienes-visual { display: none; }
}
@media (max-width: 640px) {
  .nos-h1           { font-size: clamp(2.4rem, 13vw, 4rem); }
  .nos-stats-grid   { grid-template-columns: repeat(2, 1fr); gap: .7rem; }
  .valores-grid     { grid-template-columns: 1fr; }
  .proceso-timeline { grid-template-columns: 1fr; gap: 2rem; }
  .paso             { padding: 0; }
  #hero-nos         { min-height: 75svh; padding: 8rem 5vw 4rem; }
}
