/* =========================
   FAQ PAGE
========================= */
.page-header {
  padding: 80px 20px 40px;
  text-align: center;
}

.page-header h1 {
  font-size: 36px;
  margin-bottom: 12px;
}

.page-header p {
  color: #64748b;
  font-size: 16px;
}

.faq-section {
  padding: 40px 20px 80px;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.faq-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.faq-item a {
  color: #2563eb;
  text-decoration: none;
}

.faq-item a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .page-header h1 {
    font-size: 28px;
  }
}
