.faq-page{min-height:100vh;padding-bottom:4rem;background-color:#fff}.faq-page .faq-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:flex;gap:3rem;align-items:flex-start}.faq-page .faq-sidebar{flex:0 0 280px;position:sticky;top:100px}.faq-page .faq-sidebar .faq-categories{display:flex;flex-direction:column;gap:.5rem;background:#f9fafb;padding:1rem;border-radius:12px;border:1px solid #e5e7eb}.faq-page .faq-sidebar .category-btn{width:100%;padding:1rem 1.25rem;text-align:left;background:#fff;border:1px solid rgba(0,0,0,0);border-radius:8px;font-size:1rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease}.faq-page .faq-sidebar .category-btn:hover{background:#f8f9fa;border-color:#e5e7eb}.faq-page .faq-sidebar .category-btn.active{background:#000;color:#fff;border-color:#000;font-weight:600}.faq-page .faq-content{flex:1;min-width:0}.faq-page .faq-category h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;display:flex;align-items:center;gap:.75rem}.faq-page .faq-category h2:before{content:"";display:block;width:4px;height:24px;background:#000;border-radius:2px}.faq-page .faq-list{display:flex;flex-direction:column;gap:1rem}.faq-page .faq-item{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden;transition:all .3s ease}.faq-page .faq-item summary{list-style:none}.faq-page .faq-item summary::-webkit-details-marker{display:none}.faq-page .faq-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.faq-page .faq-item summary{padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;color:#1a1a1a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:background-color .2s}.faq-page .faq-item summary:hover{background-color:#f9fafb}.faq-page .faq-item summary:after{content:"+";font-size:1.5rem;font-weight:400;color:#666;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s;line-height:1;margin-left:1rem}.faq-page .faq-item[open]{box-shadow:0 4px 12px rgba(0,0,0,.05)}.faq-page .faq-item[open] summary{border-bottom:1px solid #e5e7eb;background-color:#fff;color:#000}.faq-page .faq-item[open] summary:after{content:"−";transform:rotate(180deg);color:#000}.faq-page .faq-item p{padding:1.5rem;margin:0;font-size:1rem;line-height:1.7;color:#4b5563;background-color:#fafafa;animation:fadeIn .3s ease-in-out}.faq-page .faq-contact{text-align:center;padding:4rem 2rem;margin-top:6rem;background:#f1f5f9;border-radius:16px;max-width:800px;margin-left:auto;margin-right:auto}.faq-page .faq-contact h3{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.faq-page .faq-contact p{font-size:1.05rem;color:#666;margin-bottom:2rem}.faq-page .faq-contact .contact-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2.5rem;background-color:#000;color:#fff;font-weight:600;text-decoration:none;border-radius:50px;transition:all .2s ease;font-size:1rem}.faq-page .faq-contact .contact-btn:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.15)}.faq-page .faq-contact .contact-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.faq-page .faq-container{flex-direction:column;gap:2rem;padding:2rem 1.5rem}.faq-page .faq-sidebar{position:static;flex:1 1 auto;width:100%}.faq-page .faq-sidebar .faq-categories{flex-direction:row;flex-wrap:wrap;gap:.75rem}.faq-page .faq-sidebar .category-btn{flex:1 1 auto;min-width:fit-content;padding:.75rem 1rem;font-size:.9rem}.faq-page .faq-category h2{font-size:1.25rem}.faq-page .faq-item summary{padding:1rem 1.25rem;font-size:1rem}.faq-page .faq-item p{padding:1.25rem;font-size:.95rem}.faq-page .faq-contact{margin-top:4rem;padding:3rem 1.5rem;border-radius:12px;margin-left:1.5rem;margin-right:1.5rem}}@media(max-width:768px){.faq-page .faq-sidebar .faq-categories{flex-direction:column}.faq-page .faq-sidebar .category-btn{width:100%}}