.checklist-section {
  background-color: #fff;
  padding: 80px 20px;
  font-family: 'Playfair Display', serif;
}

.checklist-container {
  max-width: 960px;
  margin: 0 auto;
  color: #1f2937;
}

.checklist-title {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 40px;
}

.checklist-title .highlight {
  color: #f59e0b;
  font-style: italic;
}

.checklist-step {
  background: #fff;
  border-left: 6px solid #f59e0b;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.checklist-step h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #f59e0b; 
}

.checklist-step ul {
  font-size: 1.2rem;
  list-style: disc;
  padding-left: 20px;
  line-height: 1.7;
  color: #444;
}

.checklist-contact {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 40px;
  color: #333;
}

.checklist-contact a {
  color: #f59e0b;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .checklist-title {
    font-size: 2rem;
  }

  .checklist-step {
    padding: 18px;
  }
}