/* Pages statiques (CGU, confidentialité, à propos, FAQ, etc.) — mobile-first */
.static-page .back-btn {
  background: none;
  border: none;
  color: #b8b8b8;
  cursor: pointer;
  margin-bottom: 16px;
  padding: 8px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.static-page .back-btn:hover {
  color: #ff4d8d;
}

.static-page .page-content {
  margin-top: 20px;
  background: #17171c;
  border: 1px solid #26262c;
  border-radius: 12px;
  padding: 20px 18px;
}

@media (min-width: 768px) {
  .static-page .page-content {
    margin-top: 24px;
    border-radius: 16px;
    padding: 28px;
  }
}

.static-page .page-content h2 {
  color: #ff4d8d;
  font-size: 1.05rem;
  margin-top: 20px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .static-page .page-content h2 {
    font-size: 1.1rem;
    margin-top: 24px;
  }
}

.static-page .page-content h2:first-child {
  margin-top: 0;
}

.static-page .page-content p,
.static-page .page-content li {
  line-height: 1.65;
  color: #ddd;
  margin-bottom: 10px;
}

.static-page .page-content ul {
  padding-left: 1.4em;
  margin-bottom: 12px;
}

.static-page .page-content .highlight {
  background: #1a1a1f;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #ff4d8d;
  margin: 16px 0;
}

.static-page .static-page-version {
  font-size: 0.9rem;
  color: #b0b0b0;
  margin-top: 4px;
  margin-bottom: 0;
}

.static-page .page-content .faq-item {
  margin-bottom: 20px;
}

.static-page .page-content .faq-item h3 {
  font-size: 1rem;
  color: #f5f5f5;
  margin-bottom: 6px;
}
