.av-faq-page{max-width:900px;margin:40px auto;font-family:Manrope,Arial,sans-serif;color:#10202a}
.av-faq-page *{box-sizing:border-box}
.av-faq-hero{text-align:center;margin-bottom:32px}
.av-faq-hero span{display:inline-block;color:#e97800;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.08em}
.av-faq-hero h2{font-size:42px;line-height:1.1;margin:10px 0;color:#10202a}
.av-faq-hero p{max-width:640px;margin:0 auto;color:#5d6870;font-size:17px}
.av-faq-hero a{color:#e97800;font-weight:800;text-decoration:none}

.av-faq-empty{text-align:center;color:#69757c;padding:40px 0}

.av-faq-controls{background:#fdfaf6;padding:16px 0 18px;margin-bottom:8px;border-bottom:1px solid #eadfd2}
.av-faq-search{width:100%;border:1.5px solid #dccfc0;border-radius:999px;padding:12px 20px;font-family:inherit;font-size:16px;background:#fff;color:#10202a}
.av-faq-search:focus{outline:none;border-color:#e97800}
.av-faq-cats{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.av-faq-cat-chip{border:1.5px solid #e2d4c5;background:#fff;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:700;color:#24333b;cursor:pointer;transition:.15s}
.av-faq-cat-chip span{color:#9aa3a8;font-weight:700;margin-left:2px}
.av-faq-cat-chip:hover{border-color:#e97800;color:#e97800}
.av-faq-cat-chip.is-active{background:#e97800;border-color:#e97800;color:#fff}
.av-faq-cat-chip.is-active span{color:rgba(255,255,255,.75)}
.av-faq-count{margin:12px 0 0;font-size:13px;color:#9aa3a8}

.av-faq-no-results{text-align:center;color:#69757c;padding:40px 20px;background:#fff8ef;border:1px solid #eadfd2;border-radius:14px}
.av-faq-no-results a{color:#e97800;font-weight:800;text-decoration:none}

.av-faq-category{margin-bottom:32px}
.av-faq-category h3{font-size:22px;margin:0 0 14px;padding-bottom:8px;border-bottom:2px solid #eadfd2;color:#10202a}
.av-faq-list{display:grid;gap:10px}
.av-faq-item{border:1px solid #eadfd2;border-radius:14px;padding:14px 18px;background:#fff}
.av-faq-item summary{font-weight:800;cursor:pointer;color:#24333b}
.av-faq-item summary::marker{color:#e97800}
.av-faq-item p{margin:10px 0 0;color:#4b5961;line-height:1.6}
.av-faq-item ul,.av-faq-item ol{margin:10px 0 0;padding-left:20px;color:#4b5961;line-height:1.6}
.av-faq-item a{color:#e97800}

@media (max-width:640px){
  .av-faq-hero h2{font-size:30px}
  .av-faq-category h3{font-size:19px}
}
