.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f59e0b;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #b45309;
  border-left: 4px solid #f59e0b;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.custom-list {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.btn-gradient-warning {
  background: linear-gradient(to right, #f59e0b, #facc15);
  border: none;
}

.card-body p,
.card-body li {
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
}
