.pq-help-page{background:#080808;color:#f5f5f5;min-height:calc(100vh - 80px);padding:52px 16px 110px}
.pq-help-wrap{width:min(1180px,100%);margin:0 auto}
.pq-help-hero{text-align:center;max-width:850px;margin:0 auto 52px}
.pq-help-kicker,.pq-help-section-title>span,.pq-help-results-head>span{display:inline-block;color:#ffd000;font-size:10px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.pq-help-hero h1{font-size:clamp(34px,4.2vw,52px);line-height:1.04;margin:11px 0 15px;font-weight:900}
.pq-help-hero p,.pq-help-section-title p,.pq-help-results-head p{color:#858585;line-height:1.7;font-size:13px;margin:0}
.pq-help-search{max-width:850px;margin:27px auto 0;position:relative;display:grid;grid-template-columns:42px 1fr 105px;align-items:center;background:#151515;border:1px solid #333;border-radius:16px;padding:5px;box-shadow:0 0 0 1px rgba(255,208,0,.1)}
.pq-help-search:focus-within{border-color:#ffd000}
.pq-help-search>i{color:#ffd000;font-size:19px;text-align:center}
.pq-help-search input{min-width:0;border:0;outline:0;background:transparent;color:#fff;padding:15px 7px;font:inherit;font-size:13px}
.pq-help-search input::placeholder{color:#777}
.pq-help-search button{border:0;background:#ffd000;color:#111;border-radius:12px;padding:14px;font-weight:900;cursor:pointer}
.pq-help-suggestions{position:absolute;z-index:50;top:65px;left:0;right:0;background:#171717;border:1px solid #333;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #000;text-align:left}
.pq-help-suggestions a{display:flex;gap:10px;padding:13px 15px;color:#ddd;text-decoration:none;border-bottom:1px solid #292929;font-size:12px}
.pq-help-suggestions a:hover{background:#222;color:#fff}
.suggest-icon{color:#ffd000;font-size:18px}
.pq-help-no-suggest{padding:15px;color:#777;font-size:12px}

.pq-help-section-title{margin-bottom:17px}
.pq-help-section-title h2,.pq-help-results-head h2{font-size:28px;margin:7px 0 4px;font-weight:900}

/* Same 20-category structure as Shops: 10 desktop / 5 mobile. */
.pq-help-category-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:7px}
.pq-help-category{appearance:none;min-width:0;min-height:92px;background:#111;border:1px solid #242424;border-radius:10px;color:#fff;padding:7px 3px 6px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;transition:.18s ease;box-shadow:inset 0 -16px 28px rgba(255,212,0,.018)}
.pq-help-category:hover,.pq-help-category.active{transform:translateY(-2px);border-color:#ffd000;box-shadow:0 0 0 1px rgba(255,208,0,.18),inset 0 -20px 30px rgba(255,208,0,.06)}
.pq-help-category-icon{width:38px;height:38px;border-radius:50%;background:var(--pq-cat-color,#ffd000)!important;display:grid;place-items:center;margin-bottom:6px;box-shadow:0 7px 18px rgba(0,0,0,.25);flex:0 0 auto;overflow:hidden}
.pq-help-category-icon img{width:22px;height:22px;object-fit:contain;display:block;filter:none!important;opacity:1!important}
.pq-help-icon-fallback{font-size:22px;font-weight:900;color:#111}
.pq-help-category>span:last-child{color:#ffd000;font-size:8px;font-weight:900;line-height:1.15}
.pq-help-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:18px 0 72px}
.pq-help-actions button{min-height:42px;border-radius:11px;padding:11px 18px;font-size:11px;font-weight:900;cursor:pointer}
.pq-help-action-primary{border:0;background:#ffd000;color:#111}
.pq-help-action-secondary{background:#151515;color:#ffd000;border:1px solid #4b430e}

.pq-help-results-section{scroll-margin-top:25px}
.pq-help-results-head{margin-bottom:15px}
.pq-help-results-head h2{font-size:28px}
.pq-help-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pq-help-result-card{display:block;background:#151515;border:1px solid #2c2c2c;border-radius:14px;padding:17px;text-decoration:none;color:#fff;transition:.16s ease}
.pq-help-result-card:hover{border-color:#ffd000;transform:translateY(-1px)}
.pq-help-result-cat{color:#ffd000;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.7px}
.pq-help-result-card h3{font-size:16px;line-height:1.35;margin:8px 0}
.pq-help-result-card p{color:#898989;font-size:11px;line-height:1.65;margin:0 0 12px}
.pq-help-result-card>span{color:#ffd000;font-size:10px;font-weight:900}
.pq-help-empty{grid-column:1/-1;padding:30px;text-align:center;color:#777;background:#131313;border:1px dashed #303030;border-radius:12px;font-size:12px}
.pq-help-loading-dot:after{content:' ';display:inline-block;width:7px;height:7px;border-radius:50%;background:#ffd000;margin-right:7px;animation:pqHelpPulse 1s infinite}
@keyframes pqHelpPulse{0%,100%{opacity:.25}50%{opacity:1}}

.pq-help-pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin:22px 0 0;flex-wrap:wrap}
.pq-help-page-btn{min-width:34px;height:34px;padding:0 9px;border:1px solid #2d2d2d;background:#151515;color:#aaa;border-radius:8px;font-size:10px;font-weight:900;cursor:pointer}
.pq-help-page-btn:hover{border-color:#ffd000;color:#fff}
.pq-help-page-btn.active{background:#ffd000;color:#111;border-color:#ffd000}
.pq-help-page-btn:disabled{opacity:.35;cursor:not-allowed}

.pq-help-question-page{max-width:100%}
.pq-help-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:#777;font-size:10px;margin-bottom:25px}
.pq-help-breadcrumbs a{color:#ffd000;text-decoration:none}
.pq-help-answer-card{max-width:900px;margin:0 auto;background:#151515;border:1px solid #2d2d2d;border-radius:18px;padding:26px}
.pq-help-answer-card h1{font-size:clamp(28px,4vw,42px);line-height:1.12;margin:10px 0 22px}
.pq-help-answer-text{color:#d0d0d0;font-size:15px;line-height:1.9;border-top:1px solid #282828;padding-top:20px;white-space:normal}
.pq-help-related{max-width:900px;margin:55px auto 0}
.pq-help-back{text-align:center;margin-top:30px}
.pq-help-primary-link{display:inline-block;background:#ffd000;color:#111;text-decoration:none;border-radius:10px;padding:12px 18px;font-size:11px;font-weight:900}
.pq-help-error-page{text-align:center;padding:100px 10px}
.pq-help-error-page h1{font-size:34px;margin:12px 0}
.pq-help-error-page p{color:#888;margin-bottom:20px}

@media(max-width:1050px){
  .pq-help-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:700px){
  .pq-help-page{padding:44px 16px 105px}
  .pq-help-hero{margin-bottom:44px}
  .pq-help-hero h1{font-size:35px}
  .pq-help-search{grid-template-columns:34px 1fr 86px}
  .pq-help-search input{font-size:12px;padding-left:3px}
  .pq-help-search button{padding:13px 8px}
  .pq-help-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
  .pq-help-category{min-height:108px;padding:9px 3px;border-radius:10px}
  .pq-help-category-icon{width:42px;height:42px}
  .pq-help-category-icon img{width:24px;height:24px}
  .pq-help-category>span:last-child{font-size:8px}
  .pq-help-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-bottom:60px}
  .pq-help-actions button{width:100%;min-height:50px;font-size:12px}
  .pq-help-results{grid-template-columns:1fr}
  .pq-help-result-card h3{font-size:17px}
  .pq-help-pagination{margin-bottom:8px}
  .pq-help-answer-card{padding:20px}
  .pq-help-answer-text{font-size:14px}
}
@media(max-width:430px){
  .pq-help-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .pq-help-category{min-height:100px}
  .pq-help-category-icon{width:38px;height:38px}
  .pq-help-category-icon img{width:21px;height:21px}
  .pq-help-category>span:last-child{font-size:7px}
  .pq-help-section-title h2,.pq-help-results-head h2{font-size:25px}
}
