.blog-faq-section{margin:3rem auto 0;border-radius:16px}.faq-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.faq-header-icon{width:26px;height:26px;color:#2563eb;flex-shrink:0}.faq-header h2{font-size:1.4rem;font-weight:700;margin:0}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .2s,border-color .2s}.faq-item.open{box-shadow:0 4px 14px rgba(0,0,0,.06);border-color:#93c5fd}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;background:transparent;border:none;cursor:pointer;text-align:right;font-size:1rem;font-weight:600;color:#111827}.faq-chevron{width:20px;height:20px;flex-shrink:0;transition:transform .25s ease;color:#6b7280}.faq-item.open .faq-chevron{transform:rotate(180deg);color:#2563eb}.faq-answer-wrapper{animation:faqFadeIn .2s ease}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.faq-answer{padding:0 1.25rem 1rem;color:#4b5563;line-height:1.8}.faq-load-more{display:flex;justify-content:center;margin-top:1.5rem}.faq-load-more-btn{padding:.65rem 2rem;background:#fff;border:2px solid #2563eb;color:#2563eb;border-radius:999px;font-weight:600;cursor:pointer;transition:all .2s}.faq-load-more-btn:hover{background:#2563eb;color:#fff}