.help-header {
  background-color: #57252D;
  color: white;
}

.help-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.help-header p {
  font-size: 18px;
  margin: 0;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
}

.faq-question {
  background-color: #f8f9fa;
  color: #57252D;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
}

.faq-answer {
  font-size: 15px;
  color: #444;
}

.contact-btn {
  background-color: #57252D;
  color: white;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
}

.contact-btn:hover {
  background-color: #3e1b22;
  color: #ffd700;
}
