/* Tajawal */
.alfya-faq, .alfya-faq *{font-family:"Tajawal",system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif !important;}
.alfya-faq{padding:36px 16px;}
.alfya-faq__inner{max-width:1200px;margin:0 auto;}
.alfya-faq__head{margin-bottom:14px;}
.alfya-faq__title{margin:0;font-size:30px;line-height:1.2;font-weight:900;color:#0f172a;}
.alfya-faq__desc{margin:8px 0 0;color:#475569;line-height:1.8;}
.alfya-faq__list{display:flex;flex-direction:column;gap:12px;margin-top:14px;}
.alfya-faq__item{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:16px;box-shadow:0 14px 34px rgba(15,23,42,.06);overflow:hidden;}
.alfya-faq__q{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;font-weight:900;color:#0f172a;}
.alfya-faq__q::-webkit-details-marker{display:none;}
.alfya-faq__q:after{content:'+';font-size:22px;line-height:1;color:#1d4ed8;}
.alfya-faq__item[open] .alfya-faq__q:after{content:'–';}
.alfya-faq__a{padding:0 16px 16px;color:#334155;line-height:1.9;}
.alfya-faq__empty{background:#fff;border:1px dashed rgba(15,23,42,.18);border-radius:16px;padding:18px;color:#64748b;text-align:center;}