/* FAQ Page */
.faq-item {
  background: linear-gradient(135deg, #fff5eb 0%, #f0f9f8 100%);
  padding: 18px;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.faq-item:last-of-type {
  margin-bottom: 25px;
}

.faq-item h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #5ebdb8;
}

.faq-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #4a7b78;
  margin: 0;
}