/* AEO / FAQ section — lightweight, accessible */
.aeo-faq-section {
  padding: 48px 0 56px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.aeo-faq-section h2 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: #1a1a2e;
}

.aeo-faq-list {
  max-width: 900px;
}

.aeo-faq-item {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 0.75rem;
  padding: 0;
}

.aeo-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 1rem 1.25rem;
  list-style: none;
  color: #2c3e50;
}

.aeo-faq-item summary::-webkit-details-marker {
  display: none;
}

.aeo-faq-item summary::before {
  content: "+ ";
  color: #c0392b;
  font-weight: 700;
  margin-right: 0.35rem;
}

.aeo-faq-item[open] summary::before {
  content: "− ";
}

.aeo-faq-item p {
  margin: 0;
  padding: 0 1.25rem 1rem;
  line-height: 1.65;
  color: #495057;
}
