.product-faq-section{margin:40px 0;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.product-faq-section .section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px;padding-bottom:8px}.product-faq-section .section-subtitle{font-size:14px;color:#666;margin:0 0 24px}.faq-container{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;transition:.3s cubic-bezier(.4, 0, .2, 1);background:#fff}.faq-item:hover{border-color:#08c;box-shadow:0 4px 12px rgba(0,136,204,.1)}.faq-item.active{border-color:#08c;box-shadow:0 4px 16px rgba(0,136,204,.15)}.faq-question{width:100%;padding:18px 20px;background:#f8f9fa;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:16px;font-weight:600;color:#2d3748;transition:.3s;outline:0}.faq-question:hover{background:#e8f4fa;color:#08c}.faq-question:focus{outline:#0088cc solid 2px;outline-offset:-2px}.faq-item.active .faq-question{background:#08c;color:#fff}.question-text{flex:1;line-height:1.5;word-wrap:break-word}.faq-icon{flex-shrink:0;transition:transform .3s cubic-bezier(.4, 0, .2, 1);color:currentColor}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4, 0, .2, 1);background:#fff}.faq-item.active .faq-answer{max-height:800px}.answer-content{padding:20px;border-top:1px solid #e5e5e5}.answer-content p{margin:0;font-size:15px;line-height:1.7;color:#4a5568;white-space:pre-wrap;word-wrap:break-word}.faq-empty-state{text-align:center;padding:60px 20px;color:#999}.faq-empty-state svg{width:80px;height:80px;margin-bottom:16px;opacity:.3}.faq-empty-state p{font-size:16px;margin:0}@media all and (max-width:768px){.product-faq-section{margin:24px 0;padding:16px;border-radius:8px}.product-faq-section .section-title{font-size:20px}.product-faq-section .section-subtitle{font-size:13px;margin-bottom:16px}.faq-question{padding:14px 16px;font-size:15px;gap:12px}.faq-icon{width:20px;height:20px}.answer-content{padding:16px}.answer-content p{font-size:14px;line-height:1.6}.faq-container{gap:10px}}@media all and (max-width:480px){.product-faq-section{padding:12px}.faq-question{padding:12px 14px;font-size:14px}.answer-content{padding:14px}.answer-content p{font-size:13px}}@media print{.faq-item{page-break-inside:avoid}.faq-answer{max-height:none!important}.faq-icon{display:none}}@media (prefers-color-scheme:dark){.product-faq-section{background:#1e1e1e}.faq-item{background:#2d2d2d;border-color:#404040}.faq-question{background:#2d2d2d;color:#e0e0e0}.faq-question:hover{background:#3a3a3a}.faq-item.active .faq-question{background:#08c}.answer-content{border-top-color:#404040}.answer-content p{color:#b0b0b0}}