.faq-wrapper{padding:100px 30px 60px;max-width:900px;margin:0 auto;color:gold;font-family:Times New Roman,serif}.faq-title{font-size:36px;text-align:center;margin-bottom:40px;text-shadow:0 0 15px rgba(255,215,0,.5)}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background-color:hsla(0,0%,100%,.05);border:1px solid rgba(255,215,0,.3);padding:20px;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 0 10px rgba(255,215,0,.2)}.faq-item.open{background-color:hsla(0,0%,100%,.1);border-color:gold}.faq-question{display:flex;justify-content:space-between;align-items:center}.faq-letter{font-weight:700;color:orange;font-size:20px;margin-right:10px}.faq-text{flex:1 1;font-size:18px;line-height:1.5;color:gold}.faq-answer{margin-top:15px;max-height:0;overflow:hidden;transition:max-height .5s ease,opacity .3s ease;opacity:0}.faq-item.open .faq-answer{max-height:300px;opacity:1}.arrow{transform:rotate(45deg);transition:transform .3s ease}.faq-item.open .arrow{transform:rotate(225deg)}