.FAQComponent_faqContainer__xGv67{margin:3rem 0;padding:2rem;background:var(--faq-bg,#f9fafb);border-radius:1rem;border:1px solid var(--faq-border,#e5e7eb);text-align:left}.FAQComponent_faqTitle__wIIhP{font-size:1.5rem;font-weight:700;color:var(--faq-title,#111827);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.FAQComponent_faqList__uzoBj{display:flex;flex-direction:column;gap:1rem}.FAQComponent_faqItem__7E7lb{background:#fff;border-radius:.75rem;border:1px solid #f3f4f6;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px rgba(0,0,0,.05)}.FAQComponent_faqItem__7E7lb:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.FAQComponent_faqItemActive__EpLrE{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.1)}.FAQComponent_faqHeader__5sX2L{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;text-align:left;outline:none}.FAQComponent_question__WsIqV{font-size:1.125rem;font-weight:600;color:#374151;transition:color .3s ease}.FAQComponent_faqItemActive__EpLrE .FAQComponent_question__WsIqV{color:#2563eb}.FAQComponent_icon__kZiDg{width:1.25rem;height:1.25rem;color:#9ca3af;transition:transform .3s ease,color .3s ease}.FAQComponent_faqItemActive__EpLrE .FAQComponent_icon__kZiDg{transform:rotate(180deg);color:#3b82f6}.FAQComponent_answerWrapper__oey7I{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0}.FAQComponent_faqItemActive__EpLrE .FAQComponent_answerWrapper__oey7I{max-height:1000px;opacity:1}.FAQComponent_answerContent__GIHgC{padding:0 1.5rem 1.5rem;color:#4b5563;line-height:1.625;font-size:1rem}.dark .FAQComponent_faqContainer__xGv67{background:#1f2937;border-color:#374151}.dark .FAQComponent_faqTitle__wIIhP{color:#f9fafb}.dark .FAQComponent_faqItem__7E7lb{background:#111827;border-color:#374151}.dark .FAQComponent_faqItemActive__EpLrE{border-color:#3b82f6}.dark .FAQComponent_question__WsIqV{color:#e5e7eb}.dark .FAQComponent_faqItemActive__EpLrE .FAQComponent_question__WsIqV{color:#60a5fa}.dark .FAQComponent_answerContent__GIHgC{color:#9ca3af}