/* ============================================================
   Estilos: Nuevos Instrumentos de Financiación del Sector Social
   MGIS — Universidad EAFIT
   Colores: #003865 (azul EAFIT) | #C8963E (dorado EAFIT)
   ============================================================ */

/* === VARIABLES === */
:root {
  --eafit-blue: #003865;
  --eafit-gold: #C8963E;
  --eafit-light: #f5f7fa;
  --text-primary: #1a1a2e;
  --text-muted: #6c757d;
}

/* === HERO SECTION === */
.hero-section {
  background: linear-gradient(135deg, var(--eafit-blue) 0%, #005a9e 100%);
  color: white;
  padding: 4rem 2rem;
  margin: -1.5rem -1.5rem 2rem -1.5rem;
  border-radius: 0 0 12px 12px;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white !important;
  border: none !important;
}

.hero-subtitle {
  font-size: 1.15rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--eafit-gold);
  line-height: 1;
}

.stat-label {
  font-size: 0.85rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--eafit-gold);
  color: white;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-primary:hover {
  background: #b07d2e;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.7);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  color: white;
  text-decoration: none;
}

/* === GENERAL === */
h1, h2, h3 {
  color: var(--eafit-blue);
}

h2 {
  border-bottom: 2px solid var(--eafit-gold);
  padding-bottom: 0.4rem;
  margin-top: 2rem;
}

/* Callout / blockquote principal */
blockquote {
  border-left: 4px solid var(--eafit-gold);
  background: var(--eafit-light);
  padding: 1rem 1.5rem;
  border-radius: 0 6px 6px 0;
  font-style: normal;
  font-size: 1.05rem;
}

/* Tablas */
table {
  font-size: 0.92rem;
}

thead {
  background-color: var(--eafit-blue);
  color: white;
}

/* Navbar overrides */
.navbar {
  font-weight: 500;
}

/* Footer */
.nav-footer {
  font-size: 0.85rem;
}
