.faqs-module__c9Vxhq__categoryTabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.faqs-module__c9Vxhq__categoryTab{border:2px solid var(--gray-300);background:var(--white);color:var(--text-muted);cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-body);border-radius:30px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s;display:flex}.faqs-module__c9Vxhq__categoryTab:hover{border-color:var(--secondary);color:var(--primary)}.faqs-module__c9Vxhq__categoryTabActive{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);border-color:var(--primary)}.faqs-module__c9Vxhq__categoryTabActive:hover{color:var(--white)}.faqs-module__c9Vxhq__tabIcon{font-size:1.1rem}.faqs-module__c9Vxhq__faqContainer{max-width:850px;margin:0 auto}.faqs-module__c9Vxhq__faqItem{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);margin-bottom:.75rem;transition:all .3s;overflow:hidden}.faqs-module__c9Vxhq__faqItemOpen{box-shadow:var(--shadow-md);border-color:var(--secondary)}.faqs-module__c9Vxhq__faqQuestion{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.faqs-module__c9Vxhq__faqQuestion:hover{background:#004d0005}.faqs-module__c9Vxhq__questionText{color:var(--primary);font-size:1.05rem;font-weight:600;line-height:1.4}.faqs-module__c9Vxhq__toggleIcon{color:var(--secondary);background:#d4af371a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.5rem;font-weight:300;transition:all .3s;display:flex}.faqs-module__c9Vxhq__faqAnswer{padding:0 1.5rem 1.5rem;animation:.3s faqs-module__c9Vxhq__fadeInAnswer}.faqs-module__c9Vxhq__faqAnswer p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.8}@keyframes faqs-module__c9Vxhq__fadeInAnswer{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.faqs-module__c9Vxhq__categoryTabs{gap:.5rem}.faqs-module__c9Vxhq__categoryTab{padding:.6rem 1rem;font-size:.8rem}.faqs-module__c9Vxhq__questionText{font-size:.95rem}}
