body{
  margin:0;
  background:linear-gradient(135deg,#fffaf0,#f7efe0);
  color:#0f172a;
  font-family:Georgia,"Times New Roman",serif;
}
.help-wrap{width:min(1180px,94vw);margin:30px auto 50px}
.help-hero{
  background:linear-gradient(135deg,#0d1626,#17324a);
  color:#fff;border-radius:26px;padding:30px;
  box-shadow:0 20px 50px rgba(15,23,42,.18);
  margin-bottom:22px;
}
.eyebrow{color:#f7d36d;font-weight:900;margin-bottom:8px}
.help-hero h1{margin:0;font-size:42px}
.help-hero p{color:#dbeafe;font-size:17px;margin:10px 0 0}
.help-controls{
  background:rgba(255,255,255,.92);
  border:1px solid #ead7ad;
  border-radius:22px;
  padding:18px;
  margin-bottom:18px;
  box-shadow:0 12px 35px rgba(15,23,42,.07);
  display:grid;
  grid-template-columns:320px 1fr;
  gap:18px;
  align-items:start;
}
.help-controls label{
  display:block;
  font-weight:900;
  color:#0f172a;
  margin-bottom:8px;
}
.search-box input{
  width:100%;
  min-height:48px;
  border:1px solid #d9b86b;
  border-radius:14px;
  padding:10px 14px;
  font-size:16px;
  outline:none;
  box-sizing:border-box;
}
.search-box input:focus{
  border-color:#d9a93a;
  box-shadow:0 0 0 4px rgba(217,169,58,.15);
}
.category-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.cat-btn{
  border:0;
  border-radius:999px;
  padding:10px 14px;
  background:#182437;
  color:#fff;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
}
.cat-btn.active,.cat-btn:hover{
  background:#d9a93a;
  color:#0f172a;
}
.faq-card{
  background:rgba(255,255,255,.92);
  border:1px solid #ead7ad;
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.faq-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.faq-card h2{margin:0;font-size:32px;color:#0f172a}
#faqCount{
  background:#fff3bf;
  border:1px solid #ead7ad;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  color:#92400e;
}
.faq-item{
  border:1px solid #f1dca4;
  border-radius:16px;
  background:#fff7cf;
  overflow:hidden;
  margin-bottom:12px;
}
.faq-question{
  width:100%;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:15px;
  border:0;background:transparent;cursor:pointer;padding:14px 20px;color:#0f172a;
  font-family:inherit;font-size:18px;font-weight:900;text-align:right;
}
.faq-question:hover{background:#ffeaa3}
.q-text{display:flex;align-items:center;gap:10px}
.q-mark{color:#e11d48;font-size:24px;font-weight:900}
.faq-plus{
  width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#0d1626;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:23px;line-height:1;transition:.2s ease;
}
.faq-item.open .faq-plus{transform:rotate(45deg);background:#d9a93a;color:#0f172a}
.faq-answer{display:none;background:#fffdf4;border-top:1px solid #f1dca4}
.faq-item.open .faq-answer{display:block}
.answer-inner{padding:18px 22px;color:#1f2937;font-size:17px;line-height:2}
.answer-category{
  display:inline-flex;
  background:#eef2ff;
  color:#3730a3;
  border-radius:999px;
  padding:4px 10px;
  font-weight:900;
  margin-bottom:10px;
}
.answer-inner p{margin:0 0 10px}
.faq-media{max-width:100%;border-radius:14px;border:1px solid #ead7ad;margin-top:12px}
.answer-inner a{color:#0f766e;font-weight:900}
.no-results{
  text-align:center;
  padding:30px;
  color:#64748b;
  font-weight:900;
}
@media(max-width:800px){
  .help-controls{grid-template-columns:1fr}
}
@media(max-width:700px){
  .help-wrap{width:94vw;margin-top:18px}
  .help-hero{padding:22px}
  .help-hero h1{font-size:30px}
  .faq-card{padding:16px}
  .faq-question{font-size:16px;padding:12px 14px}
  .faq-head{display:block}
  #faqCount{display:inline-flex;margin-top:10px}
}
