  .faq-section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    font-family: sans-serif;
  }

  .faq-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  details {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    background: #f9f9f9;
  }

  summary {
    font-weight: bold;
    cursor: pointer;
    list-style: none;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  details[open] {
    background: #fff;
  }

  details p {
    margin-top: 0.75rem;
    color: #555;
  }
