.qizuna-faq{background:var(--background-light)}.qizuna-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.qizuna-faq-item{background:#ffffff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.qizuna-faq-item--open{border-color:rgba(37,189,173,.3);box-shadow:0 4px 20px rgba(37,189,173,.08)}.qizuna-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.qizuna-faq-question h3{font-size:1.05rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4}.qizuna-faq-chevron{flex-shrink:0;color:#6b7280;transition:transform .3s ease}.qizuna-faq-chevron--open{transform:rotate(180deg);color:#25bdad}.qizuna-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 2rem}.qizuna-faq-answer--open{max-height:300px;padding:0 2rem 1.5rem}.qizuna-faq-answer p{color:#6b7280;line-height:1.7;font-size:.95rem}@media (max-width:640px){.qizuna-faq-question{padding:1.25rem}.qizuna-faq-question h3{font-size:.95rem}.qizuna-faq-answer{padding:0 1.25rem}.qizuna-faq-answer--open{padding:0 1.25rem 1.25rem}}