.faq-section{padding:2rem 0}.faq-container{max-width:800px;margin:0 auto;padding:0 1rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0;background:linear-gradient(135deg,#d4af37,#b8941f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-accordion{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.faq-item{border-bottom:1px solid #e5e7eb;transition:all .3s ease}.faq-item:last-child{border-bottom:none}.faq-item.active{background-color:#fefcf3}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;background:#fff}.faq-question:hover{background-color:#fafafa}.faq-item.active .faq-question{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff}.faq-question-text{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0;flex:1;padding-right:1rem;line-height:1.5}.faq-item.active .faq-question-text{color:#fff}.faq-toggle-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:#1a1a1a;min-width:40px;min-height:40px}.faq-toggle-btn:hover{background-color:#333;transform:scale(1.1)}.faq-item.active .faq-toggle-btn{background-color:#fff;transform:rotate(45deg)}.faq-icon{width:20px;height:20px;color:#fff;transition:all .3s ease}.faq-item.active .faq-icon{color:#d4af37}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#fefcf3}.faq-answer.open{max-height:500px}.faq-answer-content{padding:0 2rem 1.5rem}.faq-answer-content p{font-family:Montserrat;color:#000;padding-top:1rem;line-height:1.7;margin:0;font-size:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item.active{animation:fadeIn .3s ease}@media (max-width: 768px){.faq-section{padding:2rem 0}.faq-container{padding:0 .5rem}.faq-title{font-size:2rem}.faq-question{padding:1rem 1.5rem}.faq-question-text{font-size:1rem;padding-right:.5rem}.faq-answer-content{padding:0 1.5rem 1rem}.faq-toggle-btn{min-width:36px;min-height:36px}.faq-icon{width:18px;height:18px}}@media (max-width: 480px){.faq-accordion{border-radius:8px}.faq-question{padding:.875rem 1rem}.faq-answer-content{padding:0 1rem .875rem}.faq-question-text,.faq-answer-content p{font-size:.9rem}}
