.fastaeo-faq-section{margin:30px 0;padding:20px;border:1px solid #e5e5e5;border-radius:8px;background:#fafafa}
.fastaeo-faq-title{font-size:1.25rem;font-weight:700;margin:0 0 15px;padding-bottom:10px;border-bottom:2px solid #00e5a0}
.fastaeo-faq-list{display:flex;flex-direction:column;gap:8px}
.fastaeo-faq-item{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;background:#fff;transition:border-color .2s}
.fastaeo-faq-item:hover{border-color:#00e5a0}
.fastaeo-faq-question{display:flex;align-items:center;gap:10px;padding:12px 15px;cursor:pointer;user-select:none}
.fastaeo-faq-q-icon{background:#00e5a0;color:#000;font-weight:800;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}
.fastaeo-faq-q-text{flex:1;font-weight:600;font-size:.95rem;color:#222}
.fastaeo-faq-arrow{font-size:1rem;color:#999;transition:transform .2s}
.fastaeo-faq-item.open .fastaeo-faq-arrow{transform:rotate(90deg);color:#00e5a0}
.fastaeo-faq-answer{display:none;padding:0 15px 15px 15px;align-items:flex-start;gap:10px}
.fastaeo-faq-item.open .fastaeo-faq-answer{display:flex}
.fastaeo-faq-a-icon{background:#5b9cf6;color:#fff;font-weight:800;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}
.fastaeo-faq-a-text{flex:1;font-size:.92rem;line-height:1.6;color:#444}
