.faqs-page{background:#faf9f7;min-height:100vh}.faqs-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#5c4033 0%,#4c352a 100%);padding:4rem 1.5rem}.faqs-hero h1{margin:0 0 1rem;font-family:Adoha,serif;font-size:3rem}.faqs-hero p{opacity:.95;margin:0;font-size:1.1rem}@media (max-width:768px){.faqs-hero{padding:2.5rem 1.5rem}.faqs-hero h1{font-size:2rem}}.faqs-container{max-width:800px;margin:0 auto;padding:3rem 1.5rem}@media (max-width:768px){.faqs-container{padding:2rem 1.5rem}}.faqs-grid{flex-direction:column;gap:.75rem;margin-bottom:3rem;display:flex}.faq-item{background:#fff;border:1px solid #f0f0f0;border-radius:4px;transition:all .3s;overflow:hidden}.faq-item.expanded{border-color:#5c4033;box-shadow:0 4px 12px #5c40331a}.faq-item:hover{border-color:#5c4033}.faq-question{cursor:pointer;color:#1a1a1a;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;font-size:1rem;font-weight:600;transition:background .3s;display:flex}.faq-question:hover{background:#ede9e4}.faq-question span{flex:1;line-height:1.4}.faq-question .faq-icon{color:#5c4033;width:20px;min-width:20px;height:20px;margin-left:1rem;transition:transform .3s}.faq-item.expanded .faq-question .faq-icon{transform:rotate(180deg)}.faq-answer{background:#ede9e4;border-top:1px solid #f0f0f0;padding:1.25rem;animation:.3s slideDown}.faq-answer p{color:#666;margin:0;font-size:.95rem;line-height:1.7}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faqs-cta{text-align:center;background:#fff;border-radius:8px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.faqs-cta h2{color:#1a1a1a;margin:0 0 .75rem;font-family:Adoha,serif;font-size:1.75rem}.faqs-cta p{color:#666;margin:0 0 1.5rem;font-size:1rem}.cta-button{color:#fff;background:#5c4033;border-radius:4px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.cta-button:hover{background:#3b2921}
