.faq-list{display:flex;flex-direction:column;gap:8px}.faq-item{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:border-color .3s ease}.faq-item:hover{border-color:rgba(255,255,255,.14)}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:0 0;border:0;color:#e5e7eb;font-size:1rem;font-weight:500;text-align:left;cursor:pointer;transition:color .2s ease}.faq-trigger:hover{color:#fff}.faq-icon{width:20px;height:20px;flex-shrink:0;color:#78716c;transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-icon{transform:rotate(180deg);color:#22c55e}.faq-content{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s ease}.faq-content p{padding:0 24px 20px;color:#a8a29e;font-size:.9rem;line-height:1.6}.faq-item.open .faq-content{max-height:200px}