/* --- Intro line --- */
.home-intro {
  font-size: 0.95rem;
  color: var(--secondary);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--muted);
}

/* --- Sections --- */
.home-section {
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--muted);
}

.home-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.home-section h3 {
  font-size: 1.05rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.home-section p {
  font-size: 0.95rem;
  line-height: 1.65;
}
