.page-content h3{font-family:var(--font-d);font-size:14px;font-weight:600;color:var(--gold);letter-spacing:.5px;text-transform:uppercase;margin:40px 0 16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.page-content .subtitle{font-size:15px;color:var(--text-3);margin-bottom:48px}.faq-item{border:1px solid hsla(0,0%,100%,.5);border-radius:14px;margin-bottom:10px;background:linear-gradient(145deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.45));overflow:hidden;transition:all .3s}.faq-item:hover{border-color:rgba(179,121,53,.15)}.faq-q{padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-q span{font-size:15px;font-weight:600;color:var(--text-1);line-height:1.5}.faq-arrow{width:20px;height:20px;flex-shrink:0;transition:transform .3s;color:var(--text-3)}.faq-item.open .faq-arrow{transform:rotate(180deg);color:var(--gold)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}.faq-item.open .faq-a{max-height:300px;padding:0 24px 20px}.faq-a p{font-size:14px;line-height:1.8;color:var(--text-2);margin:0}