.lead {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 0.5rem;
}

.custom-list.numbered {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.custom-list.numbered li {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

.note {
  font-size: 0.9rem;
  font-style: italic;
  color: #666;
  margin-top: 1rem;
}

.quote {
  border-left: 4px solid #3498db;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #2c3e50;
  font-size: 1.2rem;
}

.btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background-color: #2980b9;
}

.btn-primary {
  background-color: #3498db;
}

.btn-lg {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
}

.text-center {
  text-align: center;
}