:root{--hb-gold:#c7a24b;--hb-gold-soft:rgba(199,162,75,.15);--hb-text:hsla(0,0%,100%,.95);--hb-soft:hsla(0,0%,100%,.6);--hb-border:hsla(0,0%,100%,.08)}.hb-faq{min-height:100vh;background:#000;color:var(--hb-text);padding:120px 0 100px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hb-faq-wrap{width:min(1000px,calc(100% - 40px));margin:0 auto}.hb-faq-title{font-size:60px;margin-bottom:10px}.hb-faq-subtitle{color:var(--hb-soft);margin-bottom:40px}.hb-faq-search input{width:100%;padding:18px 22px;border-radius:18px;border:1px solid var(--hb-border);background:#0a0a0a;color:#fff;font-size:15px;margin-bottom:30px}.hb-faq-search input:focus{outline:none;border-color:var(--hb-gold)}.hb-faq-categories{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:20px}.hb-faq-tab{padding:10px 20px;border-radius:999px;border:1px solid var(--hb-border);background:#0a0a0a;color:var(--hb-soft);cursor:pointer;font-size:14px}.hb-faq-tab.active{border-color:var(--hb-gold);color:#fff}.hb-faq-count{margin-bottom:30px;color:var(--hb-soft);font-size:14px}.hb-faq-list{display:grid;grid-gap:20px;gap:20px}.hb-faq-item{border:1px solid var(--hb-border);border-radius:24px;background:#0a0a0a;overflow:hidden;transition:all .25s ease}.hb-faq-item.open{border-color:var(--hb-gold);box-shadow:0 0 0 1px var(--hb-gold-soft)}.hb-faq-question{width:100%;padding:24px 26px;background:none;border:none;color:#fff;text-align:left;font-size:16px;cursor:pointer}.hb-faq-answer{padding:0 26px 26px;color:var(--hb-soft);line-height:1.7;font-size:14px}.hb-faq-empty{padding:40px 0;color:var(--hb-soft)}.hb-faq-question{display:flex;align-items:center;justify-content:space-between;gap:14px}.hb-faq-tag{flex:0 0 auto;font-size:12px;color:hsla(0,0%,100%,.65);border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);padding:6px 10px;border-radius:999px}.hb-faq-count-note{color:hsla(0,0%,100%,.45)}