
    .faq-section { max-width: 800px; margin: 20px auto; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; }
    .faq-title { text-align: center; margin-bottom: 30px; font-size: 2em; color: #1a1a1a; }
    .faq-item { border-bottom: 1px solid #eee; padding: 15px 0; }
    .faq-question { font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 17px; color: #222; }
    .faq-question:hover { color: #d4af37; }
    .faq-answer { display: none; padding: 15px 10px 5px; line-height: 1.6; color: #666; font-size: 15px; }
    .faq-question::after { content: '+'; font-size: 20px; transition: 0.3s; }
    .faq-item.active .faq-answer { display: block; }
    .faq-item.active .faq-question::after { content: '-'; transform: rotate(180deg); }
    .gold-text { color: #d4af37; font-weight: bold; }
