/* Nosotros — tipografía Outfit */
.nosotros-page {
  --nos-ocean: #0c4a6e;
  --nos-teal: #0e7490;
  --nos-aqua: #2ec4b6;
  --nos-sand: #f0f9ff;
  --nos-text: #334155;
  --nos-muted: #64748b;
  --nos-radius: 20px;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  font-stretch: normal !important;
  letter-spacing: normal !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.nosotros-page h1,
.nosotros-page h2,
.nosotros-page h3,
.nosotros-page h4,
.nosotros-page p,
.nosotros-page li,
.nosotros-page a,
.nosotros-page span,
.nosotros-page .section__title,
.nosotros-page .section__desc,
.nosotros-page .section__eyebrow {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-stretch: normal !important;
}

/* Hero */
.nosotros-page .page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(72px + 3rem) 0 3.5rem;
  background:
    linear-gradient(135deg, rgba(7, 19, 29, 0.92) 0%, rgba(15, 34, 51, 0.88) 50%, rgba(19, 78, 106, 0.85) 100%),
    url('../assets/images/hd/tour-glass.jpg') center 40% / cover no-repeat;
}

.nosotros-page .page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(69, 216, 247, 0.15), transparent 65%);
  pointer-events: none;
}

.nosotros-page .page-hero .container {
  position: relative;
  z-index: 1;
}

.nosotros-page .page-hero h1 {
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: #fff;
}

.nosotros-page .page-hero p {
  margin-top: 0.85rem;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 480px;
  margin-inline: auto;
}

/* Secciones */
.nosotros-page .section {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.nosotros-page .section__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nos-teal);
  background: rgba(46, 196, 182, 0.12);
  border: 1px solid rgba(46, 196, 182, 0.25);
}

.nosotros-page .section__title {
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--nos-ocean);
  margin-bottom: 0.85rem;
}

.nosotros-page .section__desc {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--nos-text);
  max-width: 54ch;
}

/* Historia */
.nosotros-page .section--story {
  background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.nosotros-page .nosotros-story {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(14, 116, 144, 0.08);
  box-shadow: 0 8px 40px rgba(12, 74, 110, 0.08);
}

@media (min-width: 900px) {
  .nosotros-page .nosotros-story {
    grid-template-columns: 1.05fr 1fr;
    gap: 2.75rem;
  }
}

.nosotros-page .nosotros-story__img {
  position: relative;
  border-radius: var(--nos-radius);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(12, 74, 110, 0.15);
}

.nosotros-page .nosotros-story__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.nosotros-page .nosotros-story__copy .section__desc {
  margin-top: 0.5rem;
}

/* Onda divisoria */
.nosotros-page .wave-divider {
  line-height: 0;
  margin-bottom: -1px;
}

.nosotros-page .wave-divider svg {
  display: block;
  width: 100%;
  height: clamp(48px, 8vw, 72px);
}

/* Equipo */
.nosotros-page .section--team {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 85% 65% at 8% 15%, rgba(69, 216, 247, 0.28), transparent 58%),
    radial-gradient(ellipse 75% 55% at 92% 85%, rgba(244, 161, 47, 0.22), transparent 52%),
    linear-gradient(165deg, #fffbf5 0%, #f0fbff 38%, #e5f7fb 68%, #d9f2f8 100%);
}

.nosotros-page .nosotros-team-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2.5rem;
}

.nosotros-page .nosotros-team-head .section__title {
  margin-bottom: 0.35rem;
}

.nosotros-page .nosotros-team-head p {
  color: var(--nos-muted);
  font-size: 0.98rem;
}

.nosotros-page .team-grid--ops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .nosotros-page .team-grid--ops {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .nosotros-page .team-grid--ops {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.nosotros-page .team-card.team-card--ops {
  background: #fff;
  border: 1px solid rgba(69, 216, 247, 0.22);
  border-radius: 22px;
  padding: 1.4rem 1.1rem 1.35rem;
  text-align: center;
  box-shadow: 0 8px 28px rgba(14, 116, 144, 0.1);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.nosotros-page .team-card.team-card--ops:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(14, 116, 144, 0.14);
  border-color: rgba(69, 216, 247, 0.4);
}

.nosotros-page .team-card__avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto 0.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.nosotros-page .team-card__avatar--gold {
  background: linear-gradient(135deg, #fde68a, #fbbf24);
}

.nosotros-page .team-card__avatar--ocean {
  background: linear-gradient(135deg, #7dd3fc, #22d3ee);
}

.nosotros-page .team-card__avatar--mint {
  background: linear-gradient(135deg, #6ee7b7, #34d399);
}

.nosotros-page .team-card__avatar--coral {
  background: linear-gradient(135deg, #fda4af, #fb7185);
}

.nosotros-page .team-card__avatar--photo {
  width: 76px;
  height: 76px;
  overflow: hidden;
  padding: 0;
}

.nosotros-page .team-card__avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nosotros-page .team-card__avatar--sunset {
  background: linear-gradient(135deg, #fdba74, #f97316);
}

.nosotros-page .team-card.team-card--ops h4 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--nos-ocean);
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

.nosotros-page .team-card.team-card--ops .team-card__role {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nos-teal);
  margin-bottom: 0.55rem;
}

.nosotros-page .team-card.team-card--ops p {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--nos-muted);
}

/* CTA */
.nosotros-page .nosotros-cta {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(4rem, 8vw, 5rem);
  background: #f8fbfd;
}

.nosotros-page .nosotros-cta__box {
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: 28px;
  background:
    linear-gradient(135deg, #07131d 0%, #0f2233 50%, #134e6a 100%);
  border: 1px solid rgba(69, 216, 247, 0.2);
  box-shadow: 0 24px 56px rgba(7, 19, 29, 0.2);
}

.nosotros-page .nosotros-cta__box h3 {
  font-weight: 800;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.5rem;
}

.nosotros-page .nosotros-cta__box p {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1.5rem;
  max-width: 420px;
  margin-inline: auto;
}

.nosotros-page .btn--wa {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
