/* ============================================================
   PÃ¡gina Nosotros â€” CECyTEC
   Fuente: Plus Jakarta Sans (cargada condicionalmente vÃ­a functions.php)
   ============================================================ */

/* ---------- Variables ---------- */
.nosotros-page {
  --green:    #1f7a3d;
  --red:      #ef4a23;
  --dark:     #17181a;
  --bg:       #faf6ec;
  --warm:     #fdfaf1;
  --text:     #3d3d3a;
  --border:   #e7e0cf;
  --ph-a:     #eee7d6;
  --ph-b:     #e5ddc8;
  --ph-text:  #8b8368;
  --ph-border:#c9bfa2;

  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg);
  width: 100%;
  overflow-x: hidden;
}

/* ---------- Placeholder (cajas con rayas diagonales) ---------- */
.nosotros-ph {
  background: repeating-linear-gradient(
    135deg,
    var(--ph-a),
    var(--ph-a) 12px,
    var(--ph-b) 12px,
    var(--ph-b) 24px
  );
  border: 2px dashed var(--ph-border);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ph-text);
}
.nosotros-ph__icon { font-size: 28px; }
.nosotros-ph__label { font-weight: 700; font-size: 12px; }

/* ---------- HERO ---------- */
.nosotros-hero {
  position: relative;
  background-image: radial-gradient(#e3ddcc 1.4px, transparent 1.4px);
  background-size: 22px 22px;
  background-color: var(--bg);
  padding: 80px 48px 100px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nosotros-hero__title {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 22px;
  color: var(--dark);
}
.nosotros-hero__title em {
  color: var(--red);
  font-style: italic;
  font-weight: 800;
}

.nosotros-hero__text {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  max-width: 560px;
  margin: 0 0 14px;
}
.nosotros-hero__text--last { margin-bottom: 32px; }

.nosotros-hero__cta {
  display: flex;
  gap: 14px;
}
.nosotros-hero__btn {
  border-radius: 999px;
  padding: 15px 26px;
  font-weight: 700;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.nosotros-hero__btn--dark {
  background: var(--dark);
  color: #fff;
  border: none;
}
.nosotros-hero__btn--outline {
  border: 1.5px solid var(--dark);
  color: var(--dark);
  background: transparent;
}

.nosotros-hero__media {
  position: relative;
  display: flex;
  justify-content: center;
}
.nosotros-hero__photo {
  background: var(--warm);
  border-radius: 22px;
  padding: 16px 16px 60px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.25);
  transform: rotate(3deg);
  width: 100%;
  max-width: 420px;
}
.nosotros-hero__photo-inner {
  border-radius: 14px;
  height: 300px;
  font-size: 34px;
  overflow:hidden;
}
.nosotros-hero__photo-inner img{
  width: 100%;
  height: 100%;
  object-fit:cover
}
.nosotros-hero__year {
  position: absolute;
  bottom: -18px;
  right: 6px;
  background: var(--green);
  color: #fff;
  border-radius: 16px;
  padding: 20px 26px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.35);
  transform: rotate(-2deg);
}
.nosotros-hero__year-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  opacity: 0.85;
}
.nosotros-hero__year-value {
  font-size: 30px;
  font-weight: 800;
}

/* ---------- TICKER ---------- */
.nosotros-ticker {
  background: var(--green);
  overflow: hidden;
  padding: 18px 0;
  white-space: nowrap;
}
.nosotros-ticker__track {
  display: inline-flex;
  gap: 40px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  padding-left: 40px;
}
.nosotros-ticker__sep { color: var(--red); }

/* ---------- HISTORIA / COBERTURA ---------- */
.nosotros-history {
  padding: 60px 48px;
  /* display: grid; */
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  background: var(--bg);
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
}
.nosotros-history__img {
  border-radius: 20px;
  height: 420px;
  font-size: 40px;
}
.nosotros-history__img .nosotros-ph__label { font-size: 14px; }

.nosotros-history__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--green);
  margin-bottom: 14px;
}
.nosotros-history__title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
  color: var(--dark);
  line-height: 1.12;
}
.nosotros-history__title em {
  color: var(--green);
  font-style: italic;
}
.nosotros-history__text {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  margin: 0 0 20px;
}
.nosotros-history__text--last { margin-bottom: 30px; }

.nosotros-history__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.nosotros-stat {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 20px 14px;
  text-align: center;
}
.nosotros-stat__number {
  font-size: 28px;
  font-weight: 800;
  color: var(--dark);
}
.nosotros-stat__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--ph-text);
  margin-top: 4px;
}

/* ---------- MISIÃ“N / VISIÃ“N ---------- */
.nosotros-mv {
  padding: 20px 48px 100px;
  background: var(--bg);
}
.nosotros-mv__header {
  text-align: center;
  margin-bottom: 50px;
}
.nosotros-mv__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--green);
  margin-bottom: 14px;
}
.nosotros-mv__title {
  font-size: 38px;
  font-weight: 800;
  margin: 0;
  color: var(--dark);
}
.nosotros-mv__title em {
  color: var(--red);
  font-style: italic;
}

.nosotros-mv__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.nosotros-mv__card {
  border-radius: 22px;
  padding: 38px 36px;
}
.nosotros-mv__card--dark {
  background: var(--dark);
  color: #fff;
}
.nosotros-mv__card--green {
  background: var(--green);
  color: #fff;
}
.nosotros-mv__card-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}
.nosotros-mv__card--dark .nosotros-mv__card-tag { color: #9fdcb5; }
.nosotros-mv__card--green .nosotros-mv__card-tag { color: #d7f2c8; }
.nosotros-mv__card-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.nosotros-mv__card--dark .nosotros-mv__card-text { color: #f2f2ef; }
.nosotros-mv__card--green .nosotros-mv__card-text { color: #fff; }

.nosotros-mv__closing {
  max-width: 820px;
  margin: 36px auto 0;
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
}

/* ---------- GALERÃA ---------- */
.nosotros-gallery {
  padding: 10px 48px 100px;
  background: var(--bg);
}
.nosotros-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.nosotros-gallery__item {
  height: 220px;
}

/* ---------- COMUNIDAD CLOSING ---------- */
.nosotros-community {
  background: var(--green);
  padding: 90px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.nosotros-community__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1.4px, transparent 1.4px);
  background-size: 22px 22px;
  pointer-events: none;
}
.nosotros-community__inner {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.nosotros-community__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #d7f2c8;
  margin-bottom: 16px;
}
.nosotros-community__title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}
.nosotros-community__title em {
  font-style: italic;
  color: #ffe8a0;
}
.nosotros-community__text {
  font-size: 17px;
  line-height: 1.65;
  color: #e6f3e0;
  margin: 0 0 32px;
}
.nosotros-community__btn {
  display: inline-flex;
  background: #fff;
  color: var(--dark);
  border-radius: 999px;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  font-family: inherit;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nosotros-hero,
  .nosotros-history {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    gap: 40px;
  }
  .nosotros-hero__title { font-size: 38px; }
  .nosotros-hero__photo { transform: none; max-width: 100%; }
  .nosotros-hero__year { bottom: -10px; }

  .nosotros-mv { padding-left: 24px; padding-right: 24px; }
  .nosotros-mv__cards { grid-template-columns: 1fr; }

  .nosotros-gallery { padding-left: 24px; padding-right: 24px; }
  .nosotros-gallery__grid { grid-template-columns: 1fr; }

  .nosotros-community { padding-left: 24px; padding-right: 24px; }
  .nosotros-community__title { font-size: 26px; }
}

@media (max-width: 600px) {
  .nosotros-hero {padding: 70px 20px 60px;}
  .nosotros-history { padding: 60px 20px; }
  .nosotros-history__stats { grid-template-columns: 1fr; }
  .nosotros-mv { padding: 20px 20px 60px; }
  .nosotros-gallery { padding: 10px 20px 60px; }
  .nosotros-community { padding: 60px 20px; }
}
