/* PrintQly Help — page-scoped design. Matches the existing Shops visual system. */
.pq-help-page{background:#080808;color:#f5f5f5;padding:12px 0 48px;min-height:calc(100vh - 80px)}
.pq-help-wrap{width:min(1180px,calc(100% - 24px));margin:0 auto}

.pq-help-hero{text-align:center;max-width:680px;margin:0 auto 16px}
.pq-help-kicker{display:inline-block;color:#ffd000;font-size:8px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.pq-help-hero h1{font-size:clamp(24px,3.2vw,36px);line-height:1.1;margin:5px 0 6px;font-weight:900}
.pq-help-hero p{color:#8e8e8e;margin:0;line-height:1.35;font-size:10px}

.pq-help-search{max-width:680px;margin:12px auto 0;position:relative;display:grid;grid-template-columns:38px 1fr 96px;align-items:center;background:#151515;border:1px solid #303030;border-radius:11px;padding:4px;box-shadow:0 0 0 1px rgba(255,208,0,.07)}
.pq-help-search:focus-within{border-color:#ffd000}
.pq-help-search>i{color:#ffd000;font-size:15px;text-align:center}
.pq-help-search input{min-width:0;border:0;outline:0;background:transparent;color:#fff;padding:11px 5px;font:inherit;font-size:10px}
.pq-help-search input::placeholder{color:#777}
.pq-help-search button{border:0;background:#ffd000;color:#111;border-radius:8px;padding:11px 8px;font-size:8px;font-weight:900;cursor:pointer}
.pq-help-suggestions{position:absolute;z-index:50;top:54px;left:0;right:0;background:#171717;border:1px solid #333;border-radius:10px;overflow:hidden;box-shadow:0 20px 50px #000;text-align:left}
.pq-help-suggestions a{display:flex;gap:8px;padding:10px 12px;color:#ddd;text-decoration:none;border-bottom:1px solid #292929;font-size:9px}
.pq-help-suggestions a:hover{background:#222;color:#fff}.suggest-icon{color:#ffd000;font-size:13px}.pq-help-no-suggest{padding:12px;color:#777;font-size:9px}

/* Same page structure as Shops: compact dark panel, 10 desktop / 5 mobile. */
.pq-help-categories{background:#0d0d0d;border:1px solid #202020;border-radius:18px;padding:12px;margin-bottom:10px}
.pq-help-section-title{margin-bottom:6px}
.pq-help-section-title-inner{display:flex;gap:8px;align-items:flex-start}
.pq-help-step{flex:0 0 26px;height:26px;border-radius:7px;background:#ffd000;color:#111;display:grid;place-items:center;font-size:7px;font-weight:900}
.pq-help-section-label{display:inline-block;color:#ffd000;font-size:8px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.pq-help-section-title h2,.pq-help-results-head h2{margin:0;font-size:14px;font-weight:900}
.pq-help-section-title p,.pq-help-results-head p{margin:3px 0 0;color:#777;font-size:11px;line-height:1.255}

.pq-help-category-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:6px}
.pq-help-category{appearance:none;min-width:0;min-height:88px;background:#111;border:1px solid #242424;border-radius:10px;padding:7px 3px 6px;color:#fff;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{transform:translateY(-2px);border-color:#555}
.pq-help-category.active{border-color:#ffd000;box-shadow:0 0 0 1px rgba(255,208,0,.22),inset 0 -22px 30px rgba(255,208,0,.08)}
.pq-help-category-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin-bottom:5px;box-shadow:0 7px 18px rgba(0,0,0,.25);flex:0 0 auto;overflow:hidden}
.pq-help-category-icon img{width:20px;height:20px;object-fit:contain;display:block;filter:brightness(0) saturate(100%)}
.pq-help-category-icon i{font-size:16px;color:#111}.pq-help-icon-fallback{font-size:18px;font-weight:900;color:#111}
/* The Help category records do not store the Shops colour token, so mirror the established catalogue palette by position. */
.pq-help-category:nth-child(1) .pq-help-category-icon{background:#20d47b}
.pq-help-category:nth-child(2) .pq-help-category-icon{background:#48d7a0}
.pq-help-category:nth-child(3) .pq-help-category-icon{background:#24c8ed}
.pq-help-category:nth-child(4) .pq-help-category-icon{background:#a66cff}
.pq-help-category:nth-child(5) .pq-help-category-icon{background:#ff7d68}
.pq-help-category:nth-child(6) .pq-help-category-icon{background:#f064b2}
.pq-help-category:nth-child(7) .pq-help-category-icon{background:#ff9d00}
.pq-help-category:nth-child(8) .pq-help-category-icon{background:#45df83}
.pq-help-category:nth-child(9) .pq-help-category-icon{background:#00c8ed}
.pq-help-category:nth-child(10) .pq-help-category-icon{background:#ffd000}
.pq-help-category:nth-child(11) .pq-help-category-icon{background:#24c8ed}
.pq-help-category:nth-child(12) .pq-help-category-icon{background:#ff668a}
.pq-help-category:nth-child(13) .pq-help-category-icon{background:#ff9d00}
.pq-help-category:nth-child(14) .pq-help-category-icon{background:#b07cff}
.pq-help-category:nth-child(15) .pq-help-category-icon{background:#ff6670}
.pq-help-category:nth-child(16) .pq-help-category-icon{background:#ffd000}
.pq-help-category:nth-child(17) .pq-help-category-icon{background:#4d92ff}
.pq-help-category:nth-child(18) .pq-help-category-icon{background:#20d49a}
.pq-help-category:nth-child(19) .pq-help-category-icon{background:#8da0b8}
.pq-help-category:nth-child(20) .pq-help-category-icon{background:#d86cff}
.pq-help-category>span:last-child{color:#ffd000;font-size:8px;font-weight:900;line-height:1.15}

.pq-help-category-action{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}
.pq-help-category-action button{min-height:38px;border-radius:8px;padding:8px 10px;font-size:8px;font-weight:900;cursor:pointer}
.pq-help-related-btn{border:1px solid #ffd000;background:#ffd000;color:#111}.pq-help-secondary-btn{border:1px solid #4b430e;background:#151515;color:#ffd000}
.pq-help-category-action button:hover{filter:brightness(1.04)}

.pq-help-results-section{margin-top:16px;scroll-margin-top:25px}
.pq-help-results-section.is-hidden{display:none}
.pq-help-results-head{margin-bottom:5px}.pq-help-results-head>div{display:block}
.pq-help-results-head>span,.pq-help-results-head .pq-help-section-label{display:inline-block;color:#ffd000;font-size:8px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.pq-help-results-head h2{font-size:14px;margin-top:2px}
.pq-help-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.pq-help-result-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.pq-help-result-card{display:block;background:#101010;border:1px solid #252525;border-radius:11px;padding:11px;text-decoration:none;color:#fff;transition:.16s ease;min-width:0}
.pq-help-result-card:hover{border-color:#555;transform:translateY(-1px)}
.pq-help-result-cat{color:#ffd000;text-transform:uppercase;font-size:7px;font-weight:900;letter-spacing:.7px}
.pq-help-result-card h3{font-size:10px;line-height:1.3;margin:6px 0 4px}
.pq-help-result-card p{color:#777;font-size:8px;line-height:1.45;margin:0 0 7px}
.pq-help-result-card>span{color:#ffd000;font-size:7px;font-weight:900}
.pq-help-empty{grid-column:1/-1;padding:20px;text-align:center;color:#777;background:#111;border:1px dashed #303030;border-radius:11px;font-size:9px}
.pq-help-loading-dot:after{content:' ';display:inline-block;width:6px;height:6px;border-radius:50%;background:#ffd000;margin-right:6px;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:5px;margin:12px 0 0;flex-wrap:wrap}
.pq-help-page-btn,.pq-page-arrow,.pq-page-number{min-width:28px;height:28px;padding:0 7px;border:1px solid #2d2d2d;background:#151515;color:#aaa;border-radius:7px;font-size:8px;font-weight:900;cursor:pointer}
.pq-help-page-btn:hover,.pq-page-arrow:hover,.pq-page-number:hover{border-color:#ffd000;color:#fff}.pq-help-page-btn.active,.pq-page-number.active{background:#ffd000;color:#111;border-color:#ffd000}.pq-help-page-btn:disabled,.pq-page-arrow:disabled{opacity:.35;cursor:not-allowed}

/* SEO question/detail pages. */
.pq-help-question-page{max-width:100%}.pq-help-breadcrumbs{display:flex;gap:6px;flex-wrap:wrap;color:#6e6e6e;font-size:10px;margin:2px 0 14px}.pq-help-breadcrumbs a{color:#9a9a9a;text-decoration:none}.pq-help-breadcrumbs a:hover{color:#ffd000}
.pq-help-answer-card{max-width:680px;margin:0 auto;background:#151515;border:1px solid #2d2d2d;border-radius:18px;padding:26px}.pq-help-card-top{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.pq-help-card-cat{color:#ffd000;text-transform:uppercase;font-size:8px;font-weight:900;letter-spacing:.7px}.pq-help-card-source{color:#777;font-size:8px}.pq-help-answer-card h1{font-size:clamp(24px,3.2vw,36px);line-height:1.1;margin:8px 0 18px}.pq-help-answer,.pq-help-answer-text{color:#d0d0d0;font-size:14px;line-height:1.75;border-top:1px solid #282828;padding-top:18px;white-space:normal}
.pq-help-related{max-width:900px;margin:38px auto 0}.pq-help-related .pq-help-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pq-help-card{display:block;background:#101010;border:1px solid #252525;border-radius:11px;padding:11px;text-decoration:none;color:#fff;transition:.16s ease}.pq-help-card:hover{border-color:#555;transform:translateY(-1px)}.pq-help-card h3{font-size:11px;line-height:1.35;margin:6px 0}.pq-help-card p{color:#777;font-size:8px;line-height:1.5;margin:0}.pq-help-back{text-align:center;margin-top:18px}.pq-help-primary-link{display:inline-block;background:#ffd000;color:#111;text-decoration:none;border-radius:8px;padding:9px 14px;font-size:8px;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:1000px){
  .pq-help-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
  .pq-help-result-list,.pq-help-results{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .pq-help-page{padding:8px 0 38px}.pq-help-wrap{width:calc(100% - 14px)}
  .pq-help-hero{margin-bottom:10px}.pq-help-hero h1{font-size:23px;margin:4px 0 4px}.pq-help-hero p{font-size:9px;line-height:1.35}
  .pq-help-search{grid-template-columns:34px 1fr 86px;margin-top:9px}.pq-help-search input{font-size:9px;padding:10px 3px}.pq-help-search button{padding:10px 8px;font-size:8px}
  .pq-help-suggestions{top:49px}.pq-help-suggestions a{font-size:8px;padding:9px 10px}
  .pq-help-categories{padding:9px;border-radius:10px;margin-bottom:8px}.pq-help-section-title{margin-bottom:6px}.pq-help-section-title-inner{gap:6px}.pq-help-step{flex-basis:22px;height:22px;border-radius:6px;font-size:7px}.pq-help-section-label{font-size:7px}.pq-help-section-title h2{font-size:12px}.pq-help-section-title p{font-size:7px;margin-top:1px}
  .pq-help-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.pq-help-category{min-height:72px;padding:5px 2px 4px;border-radius:8px}.pq-help-category-icon{width:27px;height:27px;margin-bottom:3px}.pq-help-category-icon img{width:16px;height:16px}.pq-help-category>span:last-child{font-size:6.5px;line-height:1.1}
  .pq-help-category-action{grid-template-columns:1fr;gap:4px;margin-top:4px}.pq-help-category-action button{min-height:34px;border-radius:7px;padding:7px 8px;font-size:7px}
  .pq-help-results-section{margin-top:10px}.pq-help-results-head{margin-bottom:6px}.pq-help-results-head>span{font-size:7px}.pq-help-results-head h2{font-size:12px;margin-top:2px}.pq-help-results-head p{font-size:7px;margin-top:1px}
  .pq-help-result-list,.pq-help-results{grid-template-columns:1fr;gap:7px}.pq-help-result-card{padding:9px;border-radius:9px}.pq-help-result-cat{font-size:6px}.pq-help-result-card h3{font-size:10px;margin:5px 0 3px}.pq-help-result-card p{font-size:7px;line-height:1.4;margin-bottom:6px}.pq-help-result-card>span{font-size:6.5px}
  .pq-help-pagination{margin-top:9px}.pq-page-arrow,.pq-page-number{min-width:25px;height:25px;font-size:7px}
  .pq-help-breadcrumbs{font-size:8px;margin:1px 0 9px;gap:5px}.pq-help-answer-card{padding:20px;border-radius:14px}.pq-help-answer-card h1{font-size:23px;margin:7px 0 15px}.pq-help-answer{font-size:11px;line-height:1.7;padding-top:15px}.pq-help-related{margin-top:25px}.pq-help-related .pq-help-results{grid-template-columns:1fr;gap:7px}.pq-help-card{padding:9px;border-radius:9px}.pq-help-card-cat{font-size:6px}.pq-help-card h3{font-size:10px}.pq-help-card p{font-size:7px}.pq-help-primary-link{font-size:7px;padding:8px 11px}
}
@media(max-width:430px){
  .pq-help-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:3px}.pq-help-category{min-height:68px}.pq-help-category-icon{width:27px;height:27px}.pq-help-category-icon img{width:16px;height:16px}.pq-help-category>span:last-child{font-size:6px}
}
