@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Inter:wght@400;500&display=swap");.faq-clean-container{display:flex;flex-direction:column;gap:15px;margin:0 auto;max-width:800px}.faq-clean-item{background:#fff!important;border:1.5px solid #e5e7eb!important;border-radius:12px;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.faq-clean-item.active{border-color:#fd4401!important;box-shadow:0 10px 30px rgba(253,68,1,.05)}.faq-clean-btn{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:24px 30px;text-align:left;width:100%}.faq-clean-q{color:#1a1a1a!important;font-family:Montserrat,sans-serif!important;font-size:17px;font-weight:700}.faq-clean-item.active .faq-clean-q{color:#fd4401!important}.faq-icon-box{color:#1a1a1a;transition:transform .5s ease,color .5s ease}.faq-clean-item.active .faq-clean-box{color:#fd4401;transform:rotate(180deg)}.faq-clean-content{max-height:0;opacity:0;transition:max-height .6s ease,opacity .5s ease}.faq-clean-item.active .faq-clean-content{opacity:1}.faq-clean-inner{color:#4b5563!important;font-family:Inter,sans-serif!important;font-size:15px;line-height:1.7;padding:0 30px 30px}