/* ─── Help Center v3 ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --c-primary:    #05283f;
  --c-mid:        #0b4e7a;
  --c-accent:     #18bc9c;
  --c-accent-dk:  #128f76;
  --c-text:       #1d2732;
  --c-muted:      #6c757d;
  --c-border:     #e8eaf0;
  --c-bg:         #f7f8fc;
  --c-white:      #fff;
  --c-footer:     #020e17;
  --r-card:       14px;
  --sh:           0 4px 20px rgba(0,0,0,.08);
  --sh-lg:        0 8px 32px rgba(0,0,0,.14);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: var(--c-text);
  background: var(--c-bg);
  margin: 0;
}
body.hc-noscroll { overflow: hidden; }

/* ── Header ──────────────────────────────────────── */
.hc-header {
  background: var(--c-primary);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 2px 16px rgba(0,0,0,.35);
}
.hc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.hc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
}
.hc-logo { height: 34px; max-width: 140px; object-fit: contain; }
.hc-brand-label {
  font-size: .82rem;
  font-weight: 500;
  color: rgba(255,255,255,.55);
  letter-spacing: .02em;
  border-left: 1px solid rgba(255,255,255,.15);
  padding-left: 10px;
  line-height: 1;
}
.hc-header-search-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 6px 14px 6px 10px;
  font-size: .82rem;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
}
.hc-header-search-btn:hover { color: #fff; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.22); }
.hc-sb-label { display: none; }
.hc-sb-kbd  { display: none; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 4px; padding: 1px 5px; font-size: .7rem; color: rgba(255,255,255,.4); }
@media (min-width: 480px) { .hc-sb-label { display: inline; } }
@media (min-width: 768px) { .hc-sb-kbd  { display: inline; } }

/* ── Search Lightbox ─────────────────────────────── */
.hc-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(2,14,23,.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 68px 16px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.hc-search-overlay.is-open { opacity: 1; pointer-events: all; }
.hc-search-lightbox {
  width: 100%;
  max-width: 680px;
  transform: translateY(-18px) scale(.97);
  transition: transform .28s cubic-bezier(.34,1.4,.64,1);
}
.hc-search-overlay.is-open .hc-search-lightbox { transform: none; }
.hc-search-lb-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 0 12px 0 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  transition: box-shadow .2s;
}
.hc-search-lb-form:focus-within { box-shadow: 0 24px 60px rgba(0,0,0,.45), 0 0 0 3px rgba(24,188,156,.4); }
.hc-search-lb-icon { color: #ccc; font-size: 1rem; flex-shrink: 0; margin-right: 12px; }
.hc-search-lb-input {
  flex: 1; border: none; outline: none;
  font-size: 1.12rem; padding: 18px 0;
  background: transparent; color: var(--c-text); font-family: inherit;
}
.hc-search-lb-input::placeholder { color: #c8c8c8; }
.hc-search-lb-close {
  flex-shrink: 0;
  background: #f3f3f3; border: 1px solid #ddd; border-radius: 6px;
  color: #888; font-size: .7rem; font-family: inherit;
  padding: 4px 8px; cursor: pointer; letter-spacing: .04em; transition: all .15s;
}
.hc-search-lb-close:hover { background: #e8e8e8; color: #444; }
.hc-search-lb-results {
  background: #fff; border-radius: 14px; margin-top: 8px;
  overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.3); display: none;
}
.hc-search-lb-results.is-visible { display: block; }
.hc-search-lb-item {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 18px; text-decoration: none; color: var(--c-text);
  border-bottom: 1px solid #f2f2f2; transition: background .12s;
}
.hc-search-lb-item:hover { background: #f6f9ff; }
.hc-search-lb-item:last-of-type { border-bottom: none; }
.hc-search-lb-item-icon {
  width: 38px; height: 38px; background: #f0f4f8; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: .88rem; color: #999; flex-shrink: 0;
}
.hc-search-lb-item-body { flex: 1; min-width: 0; }
.hc-search-lb-item-cat {
  font-size: .68rem; font-weight: 700; color: var(--c-accent);
  text-transform: uppercase; letter-spacing: .07em; margin-bottom: 2px;
}
.hc-search-lb-item-title {
  font-size: .93rem; font-weight: 600; color: var(--c-text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hc-search-lb-item-excerpt {
  font-size: .77rem; color: #aaa; margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hc-search-lb-arrow { color: #ddd; font-size: .8rem; flex-shrink: 0; }
.hc-search-lb-empty { padding: 28px 20px; text-align: center; color: #aaa; font-size: .92rem; }
.hc-search-lb-footer {
  padding: 10px 20px; background: #fafafa;
  border-top: 1px solid #f0f0f0; font-size: .78rem; color: #aaa; text-align: right;
}
.hc-search-lb-footer a { color: var(--c-accent); text-decoration: none; font-weight: 600; }
.hc-search-lb-footer a:hover { color: var(--c-accent-dk); }
.hc-search-lb-hint {
  margin-top: 11px; text-align: center;
  font-size: .72rem; color: rgba(255,255,255,.25); letter-spacing: .02em;
}
.hc-search-lb-hint kbd {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px; padding: 1px 6px; font-family: inherit;
  font-size: .7rem; color: rgba(255,255,255,.45);
}

/* ── Hero ─────────────────────────────────────────── */
.hc-hero {
  background: linear-gradient(140deg, #04202f 0%, #08406a 55%, #095480 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hc-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hc-hero-inner { position: relative; z-index: 1; padding: 60px 0 48px; }

@keyframes hc-wave-hand {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(15deg); }
  20%  { transform: rotate(-8deg); }
  30%  { transform: rotate(14deg); }
  40%  { transform: rotate(-4deg); }
  50%  { transform: rotate(10deg); }
  60%, 100% { transform: rotate(0deg); }
}
@keyframes hc-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hc-hero-emoji {
  display: inline-block;
  font-size: 2.8rem; line-height: 1; margin-bottom: .7rem;
  transform-origin: 70% 70%;
  animation: hc-fade-up .45s ease both, hc-wave-hand 1.6s ease .6s 1;
}
.hc-hero-title {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 800; margin-bottom: .5rem; color: #fff; letter-spacing: -.02em;
  animation: hc-fade-up .45s .1s ease both;
}
.hc-hero-sub {
  color: rgba(255,255,255,.65); font-size: 1.05rem; margin-bottom: 2rem;
  animation: hc-fade-up .45s .2s ease both;
}
.hc-search-wrap {
  max-width: 580px; margin: 0 auto; position: relative;
  animation: hc-fade-up .45s .3s ease both;
}
.hc-search-form {
  display: flex; align-items: center;
  background: #fff; border-radius: 50px; overflow: hidden;
  box-shadow: 0 8px 36px rgba(0,0,0,.28);
  padding: 0 6px 0 18px;
  transition: box-shadow .25s;
}
.hc-search-form:focus-within { box-shadow: 0 8px 36px rgba(0,0,0,.28), 0 0 0 3px rgba(24,188,156,.35); }
.hc-search-icon { color: #ccc; font-size: .95rem; flex-shrink: 0; margin-right: 8px; }
.hc-search-input {
  flex: 1; border: none; outline: none;
  font-size: 1rem; padding: 15px 0;
  background: transparent; color: var(--c-text); font-family: inherit;
}
.hc-search-input::placeholder { color: #c8c8c8; }
.hc-search-btn {
  flex-shrink: 0;
  background: var(--c-accent); color: #fff; border: none;
  border-radius: 50px; padding: 9px 22px;
  font-size: .9rem; font-weight: 600; cursor: pointer;
  transition: background .2s, transform .1s; font-family: inherit;
}
.hc-search-btn:hover { background: var(--c-accent-dk); }
.hc-search-btn:active { transform: scale(.96); }
.hc-search-form.hc-search-form-sm .hc-search-input { padding: 10px 0; }
.hc-search-form.hc-search-form-sm .hc-search-btn   { padding: 7px 18px; }

/* inline suggestions (hero only) */
.hc-search-suggestions {
  list-style: none; margin: 6px 0 0; padding: 0;
  background: #fff; border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,.16);
  overflow: hidden; position: absolute; left: 0; right: 0; z-index: 50; display: none;
}
.hc-search-suggestions li a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 18px; text-decoration: none; color: var(--c-text);
  font-size: .92rem; border-bottom: 1px solid #f0f0f0; transition: background .12s;
}
.hc-search-suggestions li a:hover { background: #f5f8ff; }
.hc-search-suggestions li:last-child a { border-bottom: none; }
.hc-sug-cat { font-size: .72rem; background: #e9ecef; color: #555; border-radius: 4px; padding: 1px 6px; white-space: nowrap; }
.hc-sug-title { flex: 1; }
.hc-sug-empty { padding: 12px 18px; color: #aaa; font-size: .9rem; }

.hc-hero-wave { display: block; overflow: hidden; line-height: 0; margin-top: 24px; }
.hc-hero-wave svg { display: block; width: 100%; }

/* ── Sections ─────────────────────────────────────── */
.hc-section { padding: 52px 0; }
.hc-section-alt { background: var(--c-white); }
.hc-section-title {
  font-size: 1.12rem; font-weight: 700; color: var(--c-text);
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.hc-section-title::after { content: ''; flex: 1; height: 1px; background: var(--c-border); }

/* ── Category cards ──────────────────────────────── */
.hc-cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}
.hc-cat-card {
  display: flex; flex-direction: column;
  background: var(--c-white); border: 1px solid var(--c-border);
  border-radius: var(--r-card); padding: 24px 20px 18px;
  text-decoration: none; color: var(--c-text);
  transition: box-shadow .25s, border-color .25s, transform .22s;
  position: relative; overflow: hidden;
}
.hc-cat-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--c-accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .28s ease;
}
.hc-cat-card:hover { box-shadow: var(--sh-lg); border-color: #c4cad8; transform: translateY(-4px); color: var(--c-text); }
.hc-cat-card:hover::after { transform: scaleX(1); }
.hc-cat-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0; margin-bottom: 14px;
}
.hc-cat-icon-lg {
  width: 58px; height: 58px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; flex-shrink: 0;
}
.hc-cat-info { flex: 1; display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.hc-cat-name  { font-size: 1rem; font-weight: 700; color: var(--c-text); }
.hc-cat-desc  { font-size: .82rem; color: var(--c-muted); line-height: 1.45; }
.hc-cat-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; border-top: 1px solid #f0f2f5;
}
.hc-cat-count    { font-size: .75rem; color: #bbb; white-space: nowrap; }
.hc-cat-readmore { font-size: .82rem; font-weight: 600; color: var(--c-accent); }
.hc-cat-card:hover .hc-cat-readmore { color: var(--c-accent-dk); }

/* ── Articles grid ────────────────────────────────── */
.hc-articles-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px;
}
.hc-article-card {
  display: flex; flex-direction: column;
  background: var(--c-white); border: 1px solid var(--c-border);
  border-radius: 12px; padding: 20px; text-decoration: none; color: var(--c-text);
  transition: box-shadow .2s, border-color .2s, transform .2s; gap: 6px;
}
.hc-article-card:hover { box-shadow: var(--sh); border-color: #c4cad8; transform: translateY(-2px); color: var(--c-text); }
.hc-article-cat    { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.hc-article-title  { font-size: 1rem; font-weight: 600; margin: 0; line-height: 1.4; color: var(--c-text); }
.hc-article-excerpt { font-size: .84rem; color: var(--c-muted); margin: 0; line-height: 1.5; flex: 1; }
.hc-article-views  { font-size: .74rem; color: #c0c5cc; margin-top: auto; }

/* ── Article list ─────────────────────────────────── */
.hc-article-list { display: flex; flex-direction: column; }
.hc-list-item {
  display: flex; align-items: center; gap: 16px;
  background: var(--c-white); border: 1px solid var(--c-border);
  border-radius: 10px; padding: 18px 20px;
  text-decoration: none; color: var(--c-text); margin-bottom: 10px;
  transition: box-shadow .2s, border-color .2s, transform .18s;
}
.hc-list-item:hover { box-shadow: var(--sh); border-color: #c4cad8; transform: translateX(3px); color: var(--c-text); }
.hc-list-item-body { flex: 1; }
.hc-list-cat   { display: inline-block; font-size: .7rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; }
.hc-list-title { font-size: 1rem; font-weight: 600; margin: 0 0 4px; }
.hc-list-excerpt { font-size: .85rem; color: var(--c-muted); margin: 0; line-height: 1.5; }
.hc-list-meta  { display: flex; align-items: center; gap: 12px; color: #c0c5cc; font-size: .82rem; flex-shrink: 0; }
.hc-list-arrow { font-size: 1rem; color: #ddd; }

/* ── Article page ─────────────────────────────────── */
.hc-article-layout { padding: 32px 0 56px; }
.hc-article-grid   { display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: start; }
@media (max-width: 768px) { .hc-article-grid { grid-template-columns: 1fr; } .hc-article-sidebar { order: -1; } }
.hc-article-content {
  background: var(--c-white); border-radius: var(--r-card);
  padding: 36px 40px; border: 1px solid var(--c-border);
}
@media (max-width: 576px) { .hc-article-content { padding: 24px 20px; } }
.hc-article-cat-link {
  display: inline-block; font-size: .75rem; font-weight: 700; color: var(--c-accent);
  text-decoration: none; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px;
}
.hc-article-cat-link:hover { color: var(--c-accent-dk); }
.hc-article-h1 {
  font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800;
  color: var(--c-text); line-height: 1.3; margin-bottom: 14px; letter-spacing: -.01em;
}
.hc-article-meta {
  display: flex; flex-wrap: wrap; gap: 14px;
  font-size: .8rem; color: #c0c5cc;
  border-bottom: 1px solid #f0f2f5; padding-bottom: 18px; margin-bottom: 24px;
}
.hc-article-lead {
  font-size: 1.05rem; color: #555; border-left: 3px solid var(--c-accent);
  padding: 10px 16px; margin-bottom: 24px; line-height: 1.7;
  background: rgba(24,188,156,.04); border-radius: 0 6px 6px 0;
}
.hc-article-body-content { line-height: 1.8; color: #2c3e50; }
.hc-article-body-content h1,
.hc-article-body-content h2 { font-size: 1.3rem; font-weight: 700; margin-top: 2em; margin-bottom: .6em; border-bottom: 1px solid #f0f2f5; padding-bottom: .4em; }
.hc-article-body-content h3 { font-size: 1.1rem; font-weight: 600; margin-top: 1.5em; }
.hc-article-body-content p  { margin-bottom: 1.1em; }
.hc-article-body-content img { max-width: 100%; border-radius: 8px; box-shadow: var(--sh); }
.hc-article-body-content code { background: #f0f4f8; color: #c7254e; padding: 2px 6px; border-radius: 4px; font-size: .88em; }
.hc-article-body-content pre { background: #1e2a35; color: #e8ecf0; padding: 16px 20px; border-radius: 8px; overflow-x: auto; }
.hc-article-body-content pre code { background: transparent; color: inherit; padding: 0; }
.hc-article-body-content table { width: 100%; border-collapse: collapse; margin: 1.2em 0; font-size: .9rem; }
.hc-article-body-content th,
.hc-article-body-content td  { border: 1px solid #dde2e8; padding: 8px 12px; text-align: left; }
.hc-article-body-content th  { background: #f5f7fa; font-weight: 600; }
.hc-article-body-content blockquote { border-left: 4px solid var(--c-accent); margin: 1.2em 0; padding: 10px 18px; background: rgba(24,188,156,.05); border-radius: 0 8px 8px 0; color: #555; }

/* ── Tags ──────────────────────────────────────── */
.hc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hc-tag {
  display: inline-block; background: #f0f4f8; color: #4a6080;
  font-size: .78rem; padding: 4px 12px; border-radius: 20px;
  text-decoration: none; border: 1px solid transparent; transition: all .2s;
}
.hc-tag:hover { background: #e3ecf6; color: var(--c-primary); border-color: #c8d6e8; }

/* ── Vote ──────────────────────────────────────── */
.hc-vote-box {
  background: var(--c-white); border: 1px solid var(--c-border);
  border-radius: var(--r-card); padding: 28px 32px; margin-top: 24px; text-align: center;
}
.hc-vote-question { font-weight: 600; font-size: 1rem; margin-bottom: 16px; color: var(--c-text); }
.hc-vote-btns { display: flex; gap: 12px; justify-content: center; }
.hc-vote-btn {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 28px; border-radius: 50px; border: 2px solid #dee2e6;
  background: var(--c-white); color: #555;
  font-size: .95rem; font-weight: 500; cursor: pointer;
  transition: all .2s; font-family: inherit;
}
.hc-vote-sim:hover { border-color: var(--c-accent); color: var(--c-accent); background: rgba(24,188,156,.05); }
.hc-vote-nao:hover { border-color: #e74c3c; color: #e74c3c; background: rgba(231,76,60,.04); }
.hc-vote-thanks { color: var(--c-accent); font-weight: 500; margin: 0; }

/* ── Sidebar ──────────────────────────────────── */
.hc-article-sidebar { display: flex; flex-direction: column; gap: 16px; }
.hc-sidebar-box { background: var(--c-white); border: 1px solid var(--c-border); border-radius: 12px; padding: 20px; }
.hc-sidebar-title { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #b0b8c4; margin-bottom: 14px; }
.hc-sidebar-link {
  display: flex; align-items: flex-start; gap: 6px;
  padding: 7px 0; font-size: .88rem; color: #3a4a5c;
  text-decoration: none; border-bottom: 1px solid #f5f5f5;
  transition: color .15s, padding-left .15s; line-height: 1.4;
}
.hc-sidebar-link:last-of-type { border-bottom: none; }
.hc-sidebar-link:hover, .hc-sidebar-link.active { color: var(--c-accent); padding-left: 4px; }
.hc-sidebar-see-all { display: block; text-align: right; font-size: .8rem; color: var(--c-accent); text-decoration: none; margin-top: 10px; font-weight: 600; }

/* ── Breadcrumb ──────────────────────────────── */
.hc-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; font-size: .8rem; color: #b0b8c4; margin-bottom: 20px; }
.hc-breadcrumb a { color: var(--c-accent); text-decoration: none; }
.hc-breadcrumb a:hover { text-decoration: underline; }
.hc-bc-sep { color: #ddd; font-size: .68rem; }
.hc-bc-current { color: #777; }
.hc-relacionados { margin-top: 40px; }

/* ── Search page ─────────────────────────────── */
.hc-busca-hero { background: var(--c-primary); padding: 24px 0; }
.hc-busca-hero .hc-search-wrap { max-width: 620px; }
.hc-results-count { color: #555; font-size: .9rem; margin-bottom: 20px; }
.hc-no-results { text-align: center; padding: 60px 20px; }
.hc-no-results-icon { font-size: 3rem; opacity: .12; margin-bottom: 16px; }
.hc-no-results h2 { font-size: 1.3rem; font-weight: 600; }

/* ── FAQ accordion ───────────────────────────── */
.hc-faq-section { background: var(--c-bg); }
.hc-accordion { border: none; }
.hc-accordion-item {
  border: 1px solid var(--c-border) !important;
  border-radius: 10px !important;
  margin-bottom: 8px; overflow: hidden;
  background: var(--c-white); transition: box-shadow .2s;
}
.hc-accordion-btn {
  font-size: .95rem; font-weight: 600; color: var(--c-text);
  background: var(--c-white); padding: 16px 20px; box-shadow: none !important;
}
.hc-accordion-btn:not(.collapsed) { color: var(--c-accent); background: rgba(24,188,156,.04); }
.hc-accordion-body { background: var(--c-white); padding: 4px 20px 20px; font-size: .92rem; color: #555; line-height: 1.65; }
.hc-faq-readmore {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .84rem; font-weight: 600; color: var(--c-accent);
  text-decoration: none; margin-top: 10px; transition: gap .15s;
}
.hc-faq-readmore:hover { color: var(--c-accent-dk); gap: 8px; }

/* ── CTA ─────────────────────────────────────── */
.hc-cta-section { padding: 52px 0; background: var(--c-white); }
.hc-cta-box {
  text-align: center;
  background: linear-gradient(140deg, #03192b 0%, #074168 100%);
  color: #fff; border-radius: 22px; padding: 56px 32px; max-width: 640px; margin: 0 auto;
  position: relative; overflow: hidden;
}
.hc-cta-box::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 22px 22px; pointer-events: none;
}
.hc-cta-icon  { font-size: 2.4rem; margin-bottom: 12px; position: relative; }
.hc-cta-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 10px; color: #fff; letter-spacing: -.01em; position: relative; }
.hc-cta-sub   { color: rgba(255,255,255,.62); margin-bottom: 28px; font-size: .97rem; position: relative; }
.hc-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c-accent); color: #fff; font-weight: 700;
  font-size: .95rem; padding: 13px 32px; border-radius: 50px;
  text-decoration: none; position: relative;
  box-shadow: 0 4px 18px rgba(24,188,156,.38);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.hc-cta-btn:hover { background: var(--c-accent-dk); transform: translateY(-2px); box-shadow: 0 6px 22px rgba(24,188,156,.44); color: #fff; }
.hc-cta-btn:active { transform: translateY(0); }

/* ── Footer ──────────────────────────────────── */
.hc-footer { background: var(--c-footer); margin-top: auto; }
.hc-footer-wave { display: block; overflow: hidden; line-height: 0; background: var(--c-white); }
.hc-footer-wave svg { display: block; width: 100%; }
.hc-footer-body { padding: 48px 0 24px; }
.hc-footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.07);
}
@media (max-width: 768px) { .hc-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 480px) { .hc-footer-grid { grid-template-columns: 1fr; gap: 22px; } }
.hc-footer-logo { height: 36px; max-width: 150px; object-fit: contain; filter: brightness(0) invert(1); opacity: .55; margin-bottom: 14px; display: block; }
.hc-footer-tagline { font-size: .84rem; color: rgba(255,255,255,.35); line-height: 1.65; margin: 0; max-width: 230px; }
.hc-footer-col-title { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.28); margin: 0 0 16px; }
.hc-footer-col-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hc-footer-col-links li a {
  color: rgba(255,255,255,.42); text-decoration: none;
  font-size: .87rem; display: flex; align-items: center; gap: 7px;
  transition: color .2s;
}
.hc-footer-col-links li a:hover { color: var(--c-accent); }
.hc-footer-copy-row {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; padding-top: 24px;
}
.hc-footer-copy    { font-size: .75rem; color: rgba(255,255,255,.2); }
.hc-footer-powered { font-size: .72rem; color: rgba(255,255,255,.16); }
.hc-footer-powered strong { color: var(--c-accent); opacity: .65; font-weight: 600; }

/* ── Scroll reveal ───────────────────────────── */
.hc-reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}
.hc-reveal.is-visible { opacity: 1; transform: none; }
.hc-d1 { transition-delay: .07s; }
.hc-d2 { transition-delay: .14s; }
.hc-d3 { transition-delay: .21s; }
.hc-d4 { transition-delay: .28s; }
.hc-d5 { transition-delay: .35s; }
.hc-d6 { transition-delay: .42s; }
.hc-d7 { transition-delay: .49s; }
.hc-d8 { transition-delay: .56s; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 576px) {
  .hc-cats-grid     { grid-template-columns: 1fr; }
  .hc-articles-grid { grid-template-columns: 1fr; }
  .hc-cta-box       { padding: 36px 20px; }
  .hc-vote-btns     { flex-direction: column; }
}
