.faq-page{min-height:100vh;padding-top:6rem;padding-bottom:4rem;background-color:#0f172a;background-image:none;color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif}.faq-container{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq-header{text-align:center;margin-bottom:3rem;animation:fadeIn .6s ease-out}.faq-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.faq-subtitle{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto 2rem;line-height:1.6}.faq-categories{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:3rem}.faq-cat-btn{background:transparent;border:1px solid rgba(255,255,255,.1);color:#94a3b8;padding:.5rem 1.25rem;border-radius:2rem;cursor:pointer;font-size:.95rem;transition:all .2s}.faq-cat-btn:hover{background:#ffffff0d;color:#fff}.faq-cat-btn.active{background:#6366f1;border-color:#6366f1;color:#fff;box-shadow:0 4px 12px #6366f14d}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#1e293b4d;border:1px solid rgba(255,255,255,.05);border-radius:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{background:#1e293b99;border-color:#ffffff1a}.faq-item.expanded{background:#1e293bcc;border-color:#6366f14d;box-shadow:0 10px 30px -10px #00000080}.faq-question{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h3{margin:0;font-size:1.1rem;font-weight:500;padding-right:1.5rem;color:#e2e8f0}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);background:#0003}.faq-item.expanded .faq-answer{max-height:500px;border-top:1px solid rgba(255,255,255,.05)}.faq-answer p{padding:1.25rem 1.5rem;margin:0;color:#94a3b8;line-height:1.6}.faq-empty{text-align:center;padding:4rem 0;color:#64748b}.faq-empty-icon{margin-bottom:1rem;opacity:.5}.faq-contact{margin-top:5rem;text-align:center;padding:3rem;background:linear-gradient(135deg,#6366f11a,#a855f71a);border-radius:1.5rem;border:1px solid rgba(99,102,241,.2)}.faq-contact h2{font-size:1.75rem;margin-bottom:.75rem;color:#eceff4}.faq-contact p{color:#94a3b8;margin-bottom:2rem}.faq-contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.faq-contact-buttons .btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .2s}.faq-contact-buttons .btn-primary{background:#6366f1;color:#fff}.faq-contact-buttons .btn-primary:hover{background:#4f46e5;box-shadow:0 4px 15px #6366f166}.faq-contact-buttons .btn-outline{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff}.faq-contact-buttons .btn-outline:hover{background:#ffffff0d;border-color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.faq-title{font-size:2rem}.faq-categories{gap:.5rem}.faq-item.expanded .faq-answer{max-height:800px}}
