/* 
 * systemsofpoverty.info - Site-specific CSS
 * Customizations allowed by the GoFind.help design system
 */

/* Indigo-forward hero gradient emphasis */
.hero {
  background: linear-gradient(135deg, 
    rgba(79, 70, 229, 0.25) 0%, /* Increased opacity for indigo */
    rgba(16, 185, 129, 0.1) 100%); /* Decreased opacity for green */
}

.page-header {
  background: linear-gradient(135deg, 
    rgba(79, 70, 229, 0.25) 0%, /* Increased opacity for indigo */
    rgba(16, 185, 129, 0.1) 100%); /* Decreased opacity for green */
}

/* Site-specific accent colors */
.system-card-title,
.content-section-title,
.stat-number,
.impact-title,
.connection-title {
  color: var(--color-primary); /* Emphasize indigo for headings */
}

/* Footer customization */
.footer-program-note {
  font-style: italic;
  margin-top: var(--spacing-4);
  text-align: center;
}

/* Logo sizing */
.site-logo img {
  height: 2.5rem;
}

.footer-logo img {
  height: 2rem;
}