.faq-section-module{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;width:100%}.faq-section{margin:0 auto;max-width:900px;padding:80px 20px}.faq-title{color:#111827;font-size:48px;font-weight:700;margin-bottom:60px;text-align:center}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);overflow:hidden;transition:all .2s}.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:24px 28px;user-select:none}.faq-question h3{color:#111827;flex:1;font-size:18px;font-weight:600;margin:0}.faq-icon{color:#6b7280;flex-shrink:0;height:24px;transition:transform .3s;width:24px}.faq-item.active .faq-icon{color:#f60;transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer-content{color:#6b7280;font-size:16px;line-height:1.7;padding:0 28px 24px}.faq-answer-content p{color:#6b7280;margin:0 0 12px}.faq-answer-content p:last-child{margin-bottom:0}.faq-item.active .faq-answer{max-height:500px}@media (max-width:768px){.faq-section{padding:60px 20px}.faq-title{font-size:36px;margin-bottom:40px}.faq-question{padding:20px}.faq-question h3{font-size:16px}.faq-answer-content{font-size:15px;padding:0 20px 20px}}