/* ── Nosotros Section ── */

.nos-section {
  background: #fff;
  padding: 80px 0 72px;
}

.nos-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

/* Header */
.nos-header { text-align: center; max-width: 720px; margin: 0 auto; }
.nos-eyebrow {
  display: inline-block; font-size: .72rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: #0a9396; margin-bottom: 12px;
}
.nos-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; color: #14213d;
  margin: 0 0 18px; line-height: 1.15;
}
.nos-lead {
  font-size: 1.05rem; color: #374151; line-height: 1.75; margin: 0;
}
.nos-lead strong { color: #0a9396; }

/* Historia */
.nos-story {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center;
}
.nos-story-text h3 {
  font-size: 1.25rem; font-weight: 800; color: #14213d; margin: 0 0 16px;
}
.nos-story-text p {
  font-size: .95rem; color: #374151; line-height: 1.8; margin: 0 0 16px;
}
.nos-story-text p:last-child { margin-bottom: 0; }
.nos-story-text strong { color: #0a9396; }

.nos-story-img {
  position: relative;
}
.nos-story-img img {
  width: 100%; border-radius: 18px; object-fit: cover;
  aspect-ratio: 4/3; display: block;
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
}
.nos-story-badge {
  position: absolute;
  bottom: -18px; left: -18px;
  background: #0a9396; color: #fff;
  border-radius: 14px; padding: 16px 22px;
  box-shadow: 0 8px 24px rgba(10,147,150,.35);
  display: flex; flex-direction: column; align-items: center;
  min-width: 110px;
}
.nos-badge-num   { font-size: 1.8rem; font-weight: 900; line-height: 1; }
.nos-badge-label { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; opacity: .9; margin-top: 3px; }

/* Valores */
.nos-valores { }
.nos-valores-title {
  text-align: center; font-size: 1.3rem; font-weight: 800;
  color: #14213d; margin: 0 0 36px;
}
.nos-valores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.nos-valor {
  background: #f8fafc; border: 1px solid #e5e7eb;
  border-radius: 14px; padding: 28px 22px;
  transition: box-shadow .18s, transform .18s;
}
.nos-valor:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); transform: translateY(-3px); }
.nos-valor-icon { font-size: 2rem; margin-bottom: 12px; }
.nos-valor h4 { font-size: .97rem; font-weight: 800; color: #14213d; margin: 0 0 8px; }
.nos-valor p  { font-size: .85rem; color: #6b7280; line-height: 1.65; margin: 0; }

/* Stats */
.nos-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: linear-gradient(135deg, #14213d 0%, #0a9396 100%);
  border-radius: 18px;
  overflow: hidden;
}
.nos-stat {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 36px 24px; gap: 6px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.12);
}
.nos-stat:last-child { border-right: none; }
.nos-stat-num   { font-size: 2.6rem; font-weight: 900; color: #fff; line-height: 1; }
.nos-stat-label { font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .08em; }

/* CTA */
.nos-cta {
  background: #f0fdfc; border: 1px solid #b2dfdb;
  border-radius: 18px; padding: 44px 32px;
  text-align: center;
}
.nos-cta h3 { font-size: 1.4rem; font-weight: 800; color: #14213d; margin: 0 0 24px; }
.nos-cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.nos-cta-primary {
  display: inline-flex; align-items: center;
  background: #0a9396; color: #fff;
  padding: 13px 26px; border-radius: 10px;
  font-weight: 700; font-size: .9rem; text-decoration: none;
  transition: background .15s;
}
.nos-cta-primary:hover { background: #0c7a7d; }
.nos-cta-secondary {
  display: inline-flex; align-items: center;
  background: transparent; color: #14213d;
  padding: 13px 26px; border-radius: 10px;
  font-weight: 700; font-size: .9rem; text-decoration: none;
  border: 2px solid #14213d;
  transition: background .15s, color .15s;
}
.nos-cta-secondary:hover { background: #14213d; color: #fff; }

/* Responsive */
@media (max-width: 900px) {
  .nos-story { grid-template-columns: 1fr; }
  .nos-story-img { order: -1; max-width: 480px; margin: 0 auto; }
  .nos-valores-grid { grid-template-columns: repeat(2, 1fr); }
  .nos-stats { grid-template-columns: repeat(2, 1fr); }
  .nos-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nos-stat:nth-child(odd)  { border-right: 1px solid rgba(255,255,255,.12); }
  .nos-stat:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 540px) {
  .nos-section { padding: 52px 0 48px; }
  .nos-valores-grid { grid-template-columns: 1fr; }
  .nos-stats { grid-template-columns: 1fr 1fr; }
}
