.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--white,#ffffff);border-radius:var(--radius,12px);margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,4%);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:0 0;border:none;font-size:1.05rem;font-weight:700;color:var(--navy,#1a1a2e);cursor:pointer;text-align:right;transition:var(--transition,all .3s ease)}.faq-question:hover{color:var(--blue,#4a90d9)}.faq-question .toggle{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--blue,#4a90d9);transition:var(--transition,all .3s ease)}.faq-item.open .faq-question .toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer-inner{padding:0 24px 20px;font-size:.95rem;line-height:1.9;color:var(--text-light,#6b7280)}