section {
  padding: 2.5rem 2rem;
  border-bottom: 1px solid var(--border);
  animation: fadeIn 0.6s both;
}

section:nth-child(2) { animation-delay: 0.4s; }
section:nth-child(3) { animation-delay: 0.6s; }
section:nth-child(4) { animation-delay: 0.8s; }
section:nth-child(5) { animation-delay: 1.0s; }

.section-label {
  font-size: 0.65rem;
  color: var(--accent);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.body-text {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 680px;
}

.body-text + .body-text {
  margin-top: 1rem;
}

.body-text a {
  color: var(--link);
  text-decoration: none;
}

.body-text a:hover {
  text-decoration: underline;
}
