.static-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px 100px;
  font-family: "Inter", sans-serif;
  color: #222;
}

.static-page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 40px;
}

.static-page-body p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

.static-page-body a {
  color: #6a8fe0;
  text-decoration: underline;
}

/* FAQ specific */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.faq-question {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

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