/* ============================================================
   ACATHI — pantalla: Team ACATHI / iniciativas (patterns/initiatives.php)
   ============================================================ */

.ac-initiatives-hero { padding: var(--stack-lg) 0; text-align: center; }
.ac-initiatives-hero__inner { max-width: 880px; }
.ac-initiatives-hero__title { color: #fff; margin: 16px 0 24px; }
.ac-initiatives-hero__lead { color: rgba(255,255,255,0.82); margin: 0 auto 32px; max-width: 620px; }

.ac-initiatives-head { text-align: center; margin-bottom: 40px; }
.ac-initiatives-head h2 { margin: 0 0 8px; }
.ac-initiatives-head p { margin: 0; }

.ac-initiatives-grid { gap: 20px; }
.ac-initiatives-card {
  --tone: var(--primary);
  display: flex; align-items: center; gap: 18px;
  background: var(--surface-container-lowest); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); padding: 24px;
}
.ac-initiatives-card--secondary { --tone: var(--secondary); }
.ac-initiatives-card--blue { --tone: var(--rainbow-blue); }
.ac-initiatives-card--amber { --tone: var(--on-tertiary-container); }
.ac-initiatives-card--green { --tone: var(--rainbow-green); }
.ac-initiatives-card--red { --tone: var(--rainbow-red); }
.ac-initiatives-card__icon {
  width: 56px; height: 56px; flex: none; border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--tone) 12%, white); color: var(--tone);
  display: flex; align-items: center; justify-content: center;
}
.ac-initiatives-card__icon .material-symbols-outlined { font-size: 30px; }
.ac-initiatives-card h3 {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 18px; color: var(--on-surface); margin: 0 0 4px;
}
.ac-initiatives-card__range {
  font-family: var(--font-display); font-weight: var(--weight-bold);
  font-size: 15px; color: var(--tone);
}

.ac-initiatives-how { background: var(--surface-container-low); padding: var(--stack-lg) 0; }
.ac-initiatives-how__title {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 28px; color: var(--primary); text-align: center; margin: 0 0 40px;
}
.ac-initiatives-step { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ac-initiatives-step__icon {
  position: relative; width: 64px; height: 64px; border-radius: var(--radius-full);
  background: var(--primary-fixed); display: flex; align-items: center; justify-content: center;
}
.ac-initiatives-step__icon > .material-symbols-outlined { font-size: 30px; color: var(--primary); }
.ac-initiatives-step__num {
  position: absolute; top: -6px; right: -6px; width: 26px; height: 26px;
  border-radius: var(--radius-full); background: var(--secondary); color: #fff;
  font-family: var(--font-display); font-weight: var(--weight-bold); font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.ac-initiatives-step h3 {
  font-family: var(--font-display); font-weight: var(--weight-semibold);
  font-size: 19px; color: var(--on-surface); margin: 0;
}
.ac-initiatives-step p { font-size: 14px; line-height: 20px; color: var(--on-surface-variant); margin: 0; max-width: 260px; }

.ac-initiatives-cta {
  background: var(--primary); border-radius: var(--radius-3xl);
  padding: 56px var(--gutter); text-align: center; overflow: hidden;
  scroll-margin-top: 160px;
}
.ac-initiatives-cta::before { height: 5px; }
.ac-initiatives-cta h2 {
  font-family: var(--font-display); font-weight: var(--weight-bold);
  font-size: 32px; color: #fff; margin: 0 0 14px;
}
.ac-initiatives-cta p { font-size: 17px; line-height: 26px; color: rgba(255,255,255,0.85); margin: 0 auto 28px; max-width: 520px; }
.ac-initiatives-cta__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ac-initiatives-cta .ac-btn--outline {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.5);
}
.ac-initiatives-cta .ac-btn--outline:hover { color: #fff; }

/* ═══ Rediseño editorial (añadido) — hero a sangre ═══ */
.ac-initiatives-hero {
  position: relative; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(120% 130% at 75% 0%, #4a148c 0%, transparent 58%),
    linear-gradient(160deg, #1a1228 0%, #310065 65%, #4a148c 100%);
}
.ac-initiatives-hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--rainbow-gradient); z-index: 4; }
.ac-initiatives-hero > * { position: relative; z-index: 2; }
.ac-initiatives-hero__title { font-weight: var(--weight-extra); font-size: clamp(2.2rem, 1.5rem + 2.4vw, 3.6rem); line-height: 1.05; letter-spacing: -0.025em; }
