.faq-container{max-width:800px;margin:0 auto;padding:0 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.faq-header{text-align:center;margin-bottom:60px}.faq-subtitle{color:#666;font-size:16px;margin:0 0 16px;font-weight:400}.faq-title{color:#000;font-size:36px;font-weight:600;margin:0;line-height:1.2}.faq-list{display:flex;flex-direction:column;gap:0;min-height:400px}.faq-item{border-bottom:1px solid #e5e5e5;padding:24px 0}.faq-item:first-child{border-top:1px solid #e5e5e5}.faq-question-row{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:20px}.faq-question{color:#000;font-size:20px;font-weight:600;margin:0;flex:1 1;line-height:1.3}.faq-toggle-btn{background:#000;color:white;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.faq-toggle-btn:hover{background:#333}.faq-answer{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .4s ease;margin-top:0;padding-right:60px}.faq-answer.open{max-height:500px;opacity:1;margin-top:20px}.faq-answer p{color:#333;font-size:16px;line-height:1.6;margin:0}.faq-container.black{background-color:#000;color:#fff}.faq-container.black .faq-answer p,.faq-container.black .faq-question,.faq-container.black .faq-subtitle,.faq-container.black .faq-title{color:#fff}.faq-container.black .faq-item{border-color:#333}.faq-container.black .faq-toggle-btn{background:#fff;color:#000}.faq-container.black .faq-toggle-btn:hover{background:#ddd}@media (max-width:768px){.faq-container{padding:20px 16px}.faq-title{font-size:28px}.faq-question{font-size:18px}.faq-answer{padding-right:0}.faq-question-row{gap:16px}}