.faq-wrapper{justify-content:center;align-items:flex-start;gap:0 1rem;width:100%;margin-top:2.5rem;display:flex}.faq-wrapper .faq-content{width:100%;max-width:1200px}.faq-content,.faq-wrapper .faq-content{display:flex;flex-direction:column;gap:1rem}.faq-question{font-weight:500;font-size:15px;color:#111;cursor:pointer;margin:0}.faq-item{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;background:transparent;text-align:start;width:100%;cursor:pointer;font-family:inherit;border:none;outline:none;margin:0}.faq-item:hover{background:#ebebeb;box-shadow:0 2px 8px rgba(0,0,0,.05)}.faq-icon{display:flex;align-items:center;transition:transform .3s ease;color:var(--primary-color)}.faq-icon svg{font-size:1.2rem}.faq-icon.active{transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-wrapper.active{max-height:500px;border-top:1px solid #e0ebff}.faq-answer{color:#555;font-size:14px;line-height:1.6;padding:18px 24px;margin:0}.faq-grid{display:grid;grid-template-columns:minmax(300px,1fr) 2fr;gap:3rem}@media(max-width:991px){.faq-grid{grid-template-columns:1fr;gap:2rem}}