
.hc-fb-q{font-size:14px;font-weight:600;color:var(--g700);margin-bottom:16px}
/* PHASE_HC_SECTIONS — the optional helpful count under the vote buttons. */
.hc-fb-counts{margin-top:14px;font-size:12.5px;color:var(--text-muted);display:flex;gap:14px;justify-content:center;align-items:center}
.hc-fb-counts strong{color:var(--text-primary);font-weight:800}
.hc-fb-count-up{font-weight:700;color:#059669}
.hc-fb-count-down{font-weight:700;color:#e11d48}
.hc-fb-btns{display:flex;align-items:center;justify-content:center;gap:10px}
.hc-fb-btn{display:inline-flex;align-items:center;gap:7px;
  padding:10px 22px;border-radius:11px;
  border:1.5px solid var(--g200);background:var(--card-bg);
  font-size:13.5px;font-weight:600;color:var(--g600);
  cursor:pointer;font-family:var(--font);transition:all .2s var(--ease)}
.hc-fb-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.hc-fb-btn.yes:hover{border-color:#10b981;color:#10b981;background:rgba(16,185,129,.07)}
.hc-fb-btn.no:hover{border-color:#f43f5e;color:#f43f5e;background:rgba(244,63,94,.07)}
/* Contact prompt */
.hc-contact-prompt{margin-top:16px;text-align:center;font-size:13.5px;color:var(--text-secondary)}
.hc-contact-prompt a{color:var(--brand-ink,var(--brand));font-weight:600}
/* Sidebar */
@media(min-width:920px){.hc-sidebar{position:sticky;top:78px;align-self:start}}
.hc-side-card{background:var(--card-bg);border:1.5px solid var(--card-border);
  border-radius:14px;padding:20px;box-shadow:var(--shadow-sm);margin-bottom:14px}
.hc-side-title{font-size:11px;font-weight:800;color:var(--text-muted);
  text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.hc-toc{list-style:none;padding:0}
.hc-toc li{margin-bottom:2px}
.hc-toc a{display:block;font-size:13px;color:var(--text-secondary);padding:4px 0 4px 10px;
  border-left:2px solid transparent;line-height:1.5;transition:all .15s;border-radius:0 6px 6px 0}
.hc-toc a:hover,.hc-toc a.hc-act{color:var(--brand-ink,var(--brand));border-color:var(--brand);
  background:var(--brand-5);padding-left:12px}
.hc-toc .h3{padding-left:22px;font-size:12.5px}
.hc-toc .h3.hc-act,.hc-toc .h3:hover{padding-left:24px}
.hc-rel-list{list-style:none;padding:0}
.hc-rel-item{padding:9px 0;border-bottom:1px solid var(--g100)}
.hc-rel-item:last-child{border-bottom:none;padding-bottom:0}
.hc-rel-link{font-size:13px;font-weight:500;color:var(--text-secondary);
  line-height:1.45;display:block;transition:color .15s}
.hc-rel-link:hover{color:var(--brand-ink,var(--brand))}

/* ── Empty state ────────────────────────────────────────────────────────────── */
.hc-empty{text-align:center;padding:64px 24px;max-width:380px;margin:0 auto}
.hc-empty-ico{width:72px;height:72px;border-radius:20px;
  background:var(--brand-10);border:1.5px solid var(--brand-20);
  display:flex;align-items:center;justify-content:center;
  font-size:32px;margin:0 auto 20px}
.hc-empty h3{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:9px}
.hc-empty p{font-size:14px;color:var(--text-secondary);line-height:1.65}
.hc-empty a{font-weight:600}

/* ── Footer ─────────────────────────────────────────────────────────────────── */
.hc-foot{border-top:1px solid var(--card-border);margin-top:60px;padding:30px 28px;
  background:var(--footer-bg)}
.hc-foot-inner{max-width:1160px;margin:0 auto;text-align:center}
.hc-foot-text{font-family:var(--footer-font);font-size:var(--footer-font-size);font-weight:var(--footer-font-weight);color:var(--text-muted)}
/* PHASE_HC_MORE_CONFIG — advanced footer: link columns + inline legal links.
   Bottom row stays centred by default (single copyright), goes space-between
   when link columns are present. Mobile-friendly: columns collapse, row stacks. */
/* The help-center body is a centred flex column, so a footer only spans its
   content width by default. Force the rich footer + inner to full width so the
   link-column grid can lay out horizontally. */
.hc-foot-rich{padding-top:46px;width:100%;box-sizing:border-box}
.hc-foot-rich .hc-foot-inner{width:100%;max-width:1160px;display:block}
/* PHASE_HC_DESIGN_STUDIO — two-band footer: links band + copyright band, each
   separately colourable. Bands are full width; content is centred within.
   #hc-foot (id) beats the compact `.hc-foot{padding:12px 22px!important}` rule so
   there is NO strip of the footer colour left below the copyright bar, and the
   divider runs edge-to-edge. The decorative :before gradient is dropped so a
   solid/gradient footer colour renders cleanly (no overlay artifact). */
#hc-foot{padding:0!important;margin-bottom:0!important;overflow:hidden}
#hc-foot:before{content:none!important;display:none!important}
.hc-foot-band{width:100%}
.hc-foot-band-inner{max-width:1160px;margin:0 auto;padding:0 28px;box-sizing:border-box}
.hc-foot-links-band .hc-foot-band-inner{padding-top:44px;padding-bottom:8px}
.hc-foot-copy-band .hc-foot-band-inner{padding-top:22px;padding-bottom:24px}
.hc-foot-rich .hc-foot-copy-band{border-top:1px solid var(--card-border)}
.hc-foot-rich .hc-foot-cols{border-bottom:0;margin-bottom:0;padding-bottom:0}
.hc-foot-cols{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:26px 34px;text-align:left;margin:0 0 26px;padding-bottom:26px;border-bottom:1px solid var(--card-border)}
.hc-foot-col-title{font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary,#64748b);margin-bottom:12px}
.hc-foot-col-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.hc-foot-col-links a{color:var(--text-muted);font-size:13.5px;font-weight:600;text-decoration:none;transition:color .15s}
.hc-foot-col-links a:hover{color:var(--brand-ink,var(--brand))}
.hc-foot-bottom{display:flex;align-items:center;justify-content:center;gap:8px 18px;flex-wrap:wrap}
.hc-foot-rich .hc-foot-bottom{justify-content:space-between;text-align:left}
.hc-foot-legal{display:flex;flex-wrap:wrap;gap:6px 18px;align-items:center}
.hc-foot-legal a{color:var(--text-muted);font-size:13px;font-weight:600;text-decoration:none}
.hc-foot-legal a:hover{color:var(--brand-ink,var(--brand));text-decoration:underline}
/* PHASE_HC_FOOTER_BRAND — brand block beside the link columns, and the social row.
   .hc-foot-top is the wrapper the brand and the columns share; with no brand it is a
   plain block so the columns grid is untouched (a footer with columns only renders
   exactly as it did before this feature). */
/* The brand cell is capped rather than proportional: at 1fr against the columns it
   ate enough width that a fifth column no longer met its 150px minimum and wrapped
   onto a second row. */
.hc-foot-top.hc-foot-has-brand{display:grid;grid-template-columns:minmax(210px,290px) minmax(0,1fr);gap:34px 52px;align-items:start}
.hc-foot-top.hc-foot-has-brand.hc-foot-brand-right{grid-template-columns:minmax(0,1fr) minmax(210px,290px)}
/* Narrower minimum inside a brand layout, so five columns still sit on one row. */
.hc-foot-top.hc-foot-has-brand .hc-foot-cols{grid-template-columns:repeat(auto-fit,minmax(124px,1fr));gap:26px 22px}
.hc-foot-top.hc-foot-has-brand.hc-foot-brand-right>.hc-foot-brand{order:2}
.hc-foot-top.hc-foot-has-brand .hc-foot-cols{margin-bottom:0;padding-bottom:0;border-bottom:0}
.hc-foot-brand{min-width:0}
.hc-foot-brand-logo{display:block;max-width:190px;max-height:46px;width:auto;height:auto;margin-bottom:14px}
.hc-foot-brand-name{font-family:var(--font-heading);font-size:19px;font-weight:800;color:var(--text-primary);margin-bottom:12px}
.hc-foot-brand-text{font-size:13.5px;line-height:1.65;color:var(--text-muted);margin:0;max-width:38ch}
/* Address / phone, under the brand copy and above the social + payment rows. */
.hc-foot-brand-contact{display:grid;gap:9px;margin-top:16px;max-width:38ch}
.hc-foot-brand-cline{display:grid;grid-template-columns:15px 1fr;gap:9px;align-items:start;
  font-size:13px;line-height:1.55;color:var(--text-muted)}
.hc-foot-brand-cline svg{margin-top:2px;opacity:.75;flex:0 0 auto}
.hc-foot-brand-cline a{color:inherit;text-decoration:none;transition:color .15s}
.hc-foot-brand-cline a:hover{color:var(--brand-ink,var(--brand))}