/* Home Page Styles */

.home-feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.home-step-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

/* Enhanced card content on homepage */
.card h3 {
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.card h4 {
  color: #111827;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.card p {
  color: #374151;
  font-weight: 500;
  line-height: 1.6;
}