.faq-section{align-items:center;display:flex;min-height:70vh}.faq-container{background-color:#fff;border:1px solid #000;border-radius:28px;display:flex;flex-direction:row;gap:3rem 5rem;padding:66px 80px;position:relative}.faq-header{flex:1;position:sticky;text-align:left;top:0}.title{font-weight:700;line-height:1.2;margin-bottom:1rem;margin-top:0}.subtitle{line-height:1.6;margin:0 auto 2rem}.cta-link{display:inline-block;margin-top:1rem}.faq-box{display:flex;flex:1 210px;justify-content:center}.faq-accordion{border-radius:12px;margin:0 auto;max-width:900px;overflow:hidden;width:100%}.faq-item{border-bottom:1px solid #a5a5a5;transition:all .3s ease}.faq-item:last-child{border-bottom:none}.faq-item:hover{background-color:#f8f9fa}.faq-button{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:2rem 2.5rem;position:relative;text-align:left;transition:all .3s ease;width:100%}.faq-button.active,.faq-button:hover{background-color:#f8f9fa}.faq-button:focus{outline:none}.faq-question{color:#1a1a1a;flex:1;font-size:1.2rem;font-weight:600;line-height:1.4;margin-right:2rem}.faq-button.active .faq-question{color:#0c5fa0}.faq-icon{align-items:center;background-color:#f8f9fa;border-radius:50%;color:#6c757d;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.faq-icon.active{background-color:#0c5fa0;color:#fff;transform:rotate(180deg)}.faq-content{background-color:#fff;max-height:0;overflow:hidden;transition:all .4s ease}.faq-content.active{border-top:1px solid #e9ecef;max-height:500px}.faq-answer{color:#6c757d;font-size:1rem;line-height:1.7;padding:2rem 2.5rem}.faq-answer p{margin-bottom:1rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer ol,.faq-answer ul{margin:1rem 0;padding-left:1.5rem}.faq-answer li{margin-bottom:.5rem}.faq-answer strong{color:#1a1a1a;font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-content.active .faq-answer{animation:fadeIn .3s ease-in-out}@media (max-width:1000px){.faq-container{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.faq-header{position:relative}.faq-button{padding:1.5rem}.faq-question{font-size:1.1rem;margin-right:1rem}.faq-answer{font-size:.95rem;padding:1.5rem}.faq-icon{height:35px;width:35px}}@media (prefers-reduced-motion:reduce){.faq-button,.faq-content,.faq-icon{transition:none}.faq-answer{animation:none}}