.faq-page{background:var(--bg-dark)}.faq-hero{text-align:center;border-bottom:1px solid var(--border-color);background:radial-gradient(circle,#d4af371f 0%,#0000 60%);padding:8rem 2rem 5rem;position:relative}.faq-hero h1{text-transform:uppercase;margin-top:.5rem;margin-bottom:1.5rem;font-size:3.5rem}.faq-hero .lead{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:1.25rem}.max-width-800{max-width:800px;margin:0 auto}.faq-accordion-container{flex-direction:column;gap:1.25rem;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:var(--transition-smooth);padding:1.5rem}.faq-item:hover{border-color:var(--gold-primary);box-shadow:0 5px 15px #d4af3708}.faq-question{text-align:left;width:100%;color:var(--text-main);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:0;font-size:1.1rem;font-weight:600;display:flex}.question-text-wrap{align-items:center;gap:.75rem;display:flex}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.faq-item.active .faq-chevron{color:var(--gold-primary);transform:rotate(180deg)}.faq-item.active .faq-question{color:var(--gold-primary)}.faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.active .faq-answer{border-top:1px solid #ffffff0d;max-height:200px;margin-top:1rem;padding-top:1rem}.faq-answer p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}@media (max-width:768px){.faq-hero h1{font-size:2.5rem}.faq-question{font-size:1rem}}
