.faq-section{padding:5rem 2rem;background:#f9fafb;position:relative}.container{max-width:800px;margin:0 auto}.section-title{font-size:2.2rem;text-align:center;color:#0B0937;margin-bottom:1rem;font-weight:700}.section-subtitle{text-align:center;color:#637381;font-size:1.1rem}.faq-container,.section-subtitle{margin-bottom:3rem}.faq-item{background:white;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;border:1px solid #e5e7eb}.faq-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1.1rem;color:#111827;margin:0;flex:1 1}.faq-icon{transition:transform .3s ease;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#4b5563;line-height:1.6;margin:0}.faq-cta{text-align:center;margin-top:2rem}.faq-cta p{color:#6b7280;margin-bottom:1rem}.cta-button{display:inline-block;background:#0B0937;color:white;padding:.8rem 1.8rem;border-radius:50px;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 4px 6px rgba(4,106,56,.1)}.cta-button:hover{background:#c79b59;transform:translateY(-2px);box-shadow:0 6px 12px rgba(4,106,56,.15)}@media (max-width:768px){.faq-section{padding:3rem 1rem}.section-title{font-size:1.8rem}.faq-question h3{font-size:1rem}}