.faq-main { border-top: 1px solid #1f1f1b; }
.faq-hero { min-height: 530px; padding: 105px 20px 75px; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(255,213,31,.1), transparent 34%); }
.faq-hero > span, .faq-group-title span, .faq-cta > span, .faq-layout aside > div:first-child > span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: 2px; }
.faq-hero h1 { margin: 13px 0; font: 700 clamp(43px, 6vw, 70px)/1.02 "Space Grotesk"; letter-spacing: -2.8px; }
.faq-hero h1 em { color: var(--yellow); font-style: normal; }
.faq-hero > p { max-width: 650px; margin: auto; color: var(--muted); font-size: 13px; line-height: 1.65; }
.faq-search { width: min(590px, 100%); margin: 30px auto 16px; padding: 5px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid #454124; border-radius: 13px; background: #10100f; }
.faq-search span { color: var(--yellow); font-size: 22px; }
.faq-search input { width: 100%; border: 0; outline: 0; padding: 12px 0; color: var(--text); background: transparent; font: inherit; font-size: 11px; }
.faq-categories { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; }
.faq-categories button { border: 1px solid #343229; border-radius: 99px; padding: 7px 11px; background: #0c0c0c; color: #8f8b7d; font-size: 8px; }
.faq-categories button.active { border-color: var(--yellow); color: #111; background: var(--yellow); font-weight: 800; }
.faq-layout { width: min(1100px, calc(100% - 40px)); margin: 0 auto 110px; display: grid; grid-template-columns: 280px 1fr; gap: 45px; align-items: start; }
.faq-layout aside { display: grid; gap: 12px; position: sticky; top: 25px; }
.faq-layout aside > div { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #111; }
.faq-layout aside h2 { margin: 8px 0; font-size: 20px; }
.faq-layout aside p { color: var(--muted); font-size: 9px; line-height: 1.6; }
.faq-layout aside a { color: var(--yellow); font-size: 9px; font-weight: 800; }
.faq-layout aside .faq-free { border-color: #4b431d; background: #201d08; }
.faq-free b { color: var(--yellow); font: 700 20px "Space Grotesk"; }
.faq-group-title { margin-bottom: 23px; }
.faq-group-title h2 { margin: 6px 0; font-size: 28px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item.hidden { display: none; }
.faq-item > button { width: 100%; min-height: 72px; padding: 18px 5px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; color: var(--text); background: transparent; text-align: left; font-size: 12px; font-weight: 700; }
.faq-item > button b { flex: 0 0 29px; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #45412b; border-radius: 50%; color: var(--yellow); font-size: 17px; transition: transform .2s; }
.faq-item.open > button b { transform: rotate(45deg); background: var(--yellow); color: #111; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.faq-item > div > p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div > p { padding: 0 45px 22px 5px; }
.faq-empty { padding: 35px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; font-size: 10px; }
.faq-cta { width: min(1100px, calc(100% - 40px)); margin: 0 auto 110px; padding: 65px 30px; border: 1px solid #4e461e; border-radius: 25px; background: linear-gradient(120deg, #272207, #101010); text-align: center; }
.faq-cta h2 { margin: 9px 0; font: 700 38px "Space Grotesk"; }
.faq-cta p { color: var(--muted); font-size: 11px; }
.faq-cta a { display: inline-block; margin-top: 15px; padding: 13px 18px; border-radius: 10px; background: var(--yellow); color: #111; font-size: 10px; font-weight: 900; }
@media (max-width: 780px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-layout aside { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .faq-hero { min-height: 500px; padding: 75px 15px 55px; }
  .faq-hero h1 { font-size: 39px; letter-spacing: -1.8px; }
  .faq-layout { width: calc(100% - 30px); gap: 35px; }
  .faq-layout aside { grid-template-columns: 1fr; }
  .faq-item > button { font-size: 11px; }
  .faq-cta { width: calc(100% - 30px); padding: 45px 20px; }
  .faq-cta h2 { font-size: 29px; }
}
