/* ============================================================
   PÃ¡gina Nuestra Causa â€” CECyTEC
   ============================================================ */

.ncausa-page {
  --green:  #1f7a3d;
  --red:    #ef4a23;
  --dark:   #17181a;
  --bg:     #faf6ec;
  --text:   #3d3d3a;
  --border: #e7e0cf;
  --green-light: #e8f5ee;

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

/* ---------- HERO ---------- */
.ncausa-hero {
  background-image: radial-gradient(#e3ddcc 1.4px, #967e7e00 1.4px);
  background-size: 22px 22px;
  background-color: #eaeaea;
  padding: 50px 48px 60px;
  text-align: center;
}
.ncausa-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--dark);
  border: 1.5px solid var(--dark);
  border-radius: 999px;
  padding: 7px 18px;
  margin-bottom: 26px;
}
.ncausa-hero__eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  flex-shrink: 0;
}
.ncausa-hero__title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  color: var(--dark);
  margin: 0 0 26px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.ncausa-hero__title em {
  color: var(--red);
  font-style: italic;
}
.ncausa-hero__lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  max-width: 680px;
  margin: 0 auto;
}

/* ---------- HERO MEDIA ---------- */
.ncausa-hero__media {
  margin-top: 48px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.ncausa-hero__photo {
  background: #fdfaf1;
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.22);
  margin: 0;
  overflow: hidden;
}
.ncausa-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

/* ---------- CUERPO PRINCIPAL ---------- */
.ncausa-body {
  padding: 80px 48px 40px;
  max-width: 860px;
  margin: 0 auto;
}

.ncausa-block {
  margin-bottom: 50px;
}
.ncausa-block__label {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--green);
  margin-bottom: 14px;
  text-align: center;
}
.ncausa-block__text {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
  margin: 0;
}

/* ---------- CALLOUT ---------- */
.ncausa-callout {
  background: var(--c-lime);
  border-radius: 20px;
  padding: 36px 40px;
  margin: 0 auto 50px;
  max-width: 860px;
  /* margin-left: 48px; */
  /* margin-right: 48px; */
}
.ncausa-callout__text {
  font-size: 18px;
  line-height: 1.7;
  color: var(--dark);
  margin: 0;
  font-weight: 500;
}
.ncausa-callout__tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--green);
  margin-bottom: 14px;
}

/* ---------- STATS ---------- */
.ncausa-stats {
  padding: 20px 48px 80px;
  background: var(--bg);
}
.ncausa-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
}
.ncausa-stat {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
}
.ncausa-stat__number {
  font-size: 36px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
}
.ncausa-stat__number span { color: var(--red); }
.ncausa-stat__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #8b8368;
  margin-top: 10px;
}

/* ---------- CTA CLOSING ---------- */
.ncausa-cta {
  background: var(--green);
  padding: 90px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ncausa-cta::before {
  content: '';
  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;
}
.ncausa-cta__inner {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.ncausa-cta__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #d7f2c8;
  margin-bottom: 16px;
}
.ncausa-cta__title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.2;
}
.ncausa-cta__title em {
  font-style: italic;
  color: #ffe8a0;
}
.ncausa-cta__text {
  font-size: 17px;
  line-height: 1.65;
  color: #e6f3e0;
  margin: 0 0 32px;
}
.ncausa-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--dark);
  border-radius: 999px;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  font-family: inherit;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .ncausa-hero { padding: 64px 32px 72px; }
  .ncausa-hero__title { font-size: 38px; }
  .ncausa-hero__media { margin-top: 36px; }
  .ncausa-body { padding: 60px 32px 32px; }
  .ncausa-callout { margin-left: 32px; margin-right: 32px; padding: 28px 28px; }
  .ncausa-stats { padding: 20px 32px 60px; }
  .ncausa-cta { padding: 64px 32px; }
}
@media (max-width: 600px) {
  .ncausa-hero {padding: 70px 20px 56px;}
  .ncausa-hero__title { font-size: 30px; }
  .ncausa-hero__media { margin-top: 28px; }
  .ncausa-hero__photo { padding: 10px; border-radius: 18px; }
  .ncausa-hero__photo img { border-radius: 10px; }
  .ncausa-body { padding: 48px 20px 24px; }
  .ncausa-callout { margin-left: 20px; margin-right: 20px; padding: 22px 22px; }
  .ncausa-stats { padding: 20px 20px 48px; }
  .ncausa-stats__grid { grid-template-columns: 1fr; }
  .ncausa-cta { padding: 56px 20px; }
  .ncausa-cta__title { font-size: 26px; }
}
