.faqs-hero{background:linear-gradient(135deg,var(--background-light)0%,#6dbf2c0d 100%);text-align:center;padding:6rem 0 4rem}.faqs-hero-content h1{color:#1a1a1a;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.faqs-hero-content p{color:#666;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.faqs-content{background:#fff;padding:5rem 0}.faqs-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:1rem;transition:all .3s;overflow:hidden}.faq-item:hover{box-shadow:0 5px 15px #00000014}.faq-question{text-align:left;cursor:pointer;color:#1a1a1a;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{color:var(--primary-color)}.faq-question svg{color:var(--primary-color);transition:transform .3s}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{color:#666;margin:0;padding:0 2rem 1.5rem;line-height:1.7}.faqs-cta{color:#fff;text-align:center;background:#1a1a1a;padding:5rem 0}.cta-content h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-content p{color:#ccc;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary,.btn-secondary{border:2px solid;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{color:#fff;background:0 0;border-color:#fff}.btn-secondary:hover{color:#1a1a1a;background:#fff;transform:translateY(-2px)}@media (max-width:768px){.faqs-hero-content h1{font-size:2.5rem}.faq-question{padding:1rem 1.5rem;font-size:1rem}.faq-answer p{padding:0 1.5rem 1rem}.cta-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{justify-content:center;width:100%;max-width:300px}}
