.faq-page{background-color:var(--background);min-height:100vh;padding-bottom:6rem}.faq-hero{text-align:center;background:linear-gradient(#e509141a,#0000);padding:8rem 0 4rem}.faq-title{background:linear-gradient(to right, #fff, var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:900}.faq-subtitle{color:var(--text-secondary);font-size:1.2rem}.faq-content{max-width:800px;margin:0 auto}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--surface-solid);border:1px solid var(--surface-border);border-radius:var(--radius-md);cursor:pointer;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:var(--primary);background:#ffffff0d}.faq-item.active{background:#ffffff08;border-color:#e5091480}.faq-question{justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.faq-question h3{margin:0;font-size:1.2rem;font-weight:600}.faq-icon{color:var(--primary);transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{color:var(--text-secondary);margin:0;padding:0 2rem 2rem;font-size:1.05rem;line-height:1.6}.faq-footer{text-align:center;border-top:1px solid var(--surface-border);margin-top:4rem;padding:4rem 2rem}.faq-footer p{margin-bottom:1.5rem;font-size:1.2rem}@media (max-width:768px){.faq-title{font-size:2.5rem}.faq-question h3{font-size:1.1rem}.faq-hero{padding-top:6rem}}
