/* ===================================================================
   Central de Ajuda (/suporte-hub) — design system próprio.
   Direção: editorial premium. Estrutura do HubSpot Help (hero escuro
   com serif, corpo off-white quente, artigo em 3 colunas, links sóbrios)
   traduzida para a marca Marvee: navy #0B132B no lugar do verde deles,
   Maven Pro em TUDO (a fonte do site público, decisão do PO), teal como
   único acento interativo e a hairline gradiente como assinatura.
   Carregado depois do site.css (slot head), então vence as regras dark.
   Gradiente só em elemento/traço, nunca em texto (regra de marca).
   =================================================================== */

:root {
  --hc-paper: #FBFAF7;        /* fundo geral (off-white quente) */
  --hc-paper-2: #F3F1EA;      /* superfície suave */
  --hc-card: #FFFFFF;
  --hc-ink: #1C2130;          /* corpo */
  --hc-strong: #0B132B;       /* títulos (navy da marca) */
  --hc-soft: #59617A;         /* secundário (AA sobre paper) */
  --hc-line: rgba(11, 19, 43, 0.14);
  --hc-line-soft: rgba(11, 19, 43, 0.08);
  --hc-navy: #0B132B;         /* hero/header */
  --hc-navy-2: #101A38;       /* navy elevado */
  --hc-cream: #F6F2E8;        /* texto sobre navy */
  --hc-cream-soft: rgba(246, 242, 232, 0.66);
  --hc-teal: #5BC0BE;         /* acento em elemento */
  --hc-teal-ink: #0F7B77;     /* acento legível (links UI, ativo) */
  --hc-teal-soft: #E7F3F2;    /* callout dica */
  --hc-amber-soft: #FBF3E4;   /* callout atenção */
  --hc-amber-line: #E8C98A;
  --hc-grad: linear-gradient(92deg, #3972FD, #A364FF, #FA9800, #34D399, #5BC0BE);
  --hc-maxw: 1220px;
  --hc-read: 720px;
  --hc-sans: "Maven Pro", sans-serif;
  --hc-shadow-card: 0 1px 2px rgba(11, 19, 43, 0.04), 0 12px 32px -20px rgba(11, 19, 43, 0.18);
  --hc-shadow-pop: 0 4px 10px rgba(11, 19, 43, 0.06), 0 24px 60px -24px rgba(11, 19, 43, 0.35);
}

/* ---------- reset do tema dark das LPs (site.css) ---------- */
body {
  background: var(--hc-paper) !important;
  color: var(--hc-ink) !important;
  font-family: var(--hc-sans) !important;
  font-size: 16px;
  line-height: 1.7;
}
.hc :where(nav, footer, section) { background: transparent; backdrop-filter: none; box-shadow: none; border: 0; position: static; }
.hc * { box-sizing: border-box; }
.hc a { color: inherit; text-decoration: none; }
.hc h1, .hc h2, .hc h3, .hc h4 { letter-spacing: normal; }

.hc { min-height: 100vh; display: flex; flex-direction: column; }

/* assinatura da marca: hairline gradiente no topo de tudo */
.hc-hairline { height: 3px; background: var(--hc-grad); }

.hc-skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--hc-card); color: var(--hc-strong); padding: 10px 18px; border-radius: 0 0 10px 0;
  font-family: var(--hc-sans); font-weight: 600; font-size: 14px;
}
.hc-skip:focus { left: 0; }

/* ===================================================================
   HEADER (navy, sticky). Na home ele funde com o hero da mesma cor.
   =================================================================== */
.hc-top { position: sticky; top: 0; z-index: 80; background: var(--hc-navy); }
.hc-top-in {
  max-width: var(--hc-maxw); margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; gap: 22px;
}
.hc-brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
/* o SVG oficial tem preserveAspectRatio:none; largura E altura explícitas (proporção ~1.89) */
.hc-brand img { width: 30px; height: 16px; }
.hc-brand-name { font-family: var(--hc-sans); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; color: var(--hc-cream); }
.hc-brand-name span { color: var(--hc-teal); }
.hc-brand-sub {
  font-family: var(--hc-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--hc-cream-soft);
  border-left: 1px solid rgba(246, 242, 232, 0.25); padding-left: 12px; margin-left: 1px;
}
.hc-top-search { flex: 1; max-width: 520px; margin-left: auto; }
.hc-top .hc-search-input { height: 42px; font-size: 14.5px; }
.hc-mobile-search { display: none; }
.hc-cta {
  flex: none; font-family: var(--hc-sans); font-weight: 600; font-size: 14px;
  color: var(--hc-navy) !important; background: var(--hc-teal);
  padding: 10px 20px; border-radius: 8px; white-space: nowrap;
  transition: filter 0.15s ease, transform 0.15s ease;
}
.hc-cta:hover { filter: brightness(1.08); transform: translateY(-1px); text-decoration: none; }

/* ===================================================================
   BUSCA (input + dropdown), compartilhada entre header e hero
   =================================================================== */
.hc-search { position: relative; }
.hc-search-input {
  width: 100%; height: 56px; border-radius: 10px; border: 1px solid transparent;
  background: var(--hc-card); color: var(--hc-ink);
  font-family: var(--hc-sans); font-size: 16.5px; outline: none;
  padding: 0 52px 0 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%2359617A' stroke-width='2.1' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: 18px center;
  box-shadow: 0 2px 6px rgba(4, 8, 24, 0.18), 0 20px 48px -20px rgba(4, 8, 24, 0.5);
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.hc-search-input::placeholder { color: #7A8093; }
.hc-search-input:focus { border-color: var(--hc-teal); box-shadow: 0 0 0 4px rgba(91, 192, 190, 0.22), 0 20px 48px -20px rgba(4, 8, 24, 0.5); }
.hc-search-kbd {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  font-family: var(--hc-sans); font-size: 11px; font-weight: 700; color: var(--hc-soft);
  border: 1px solid var(--hc-line); border-bottom-width: 2px; border-radius: 6px;
  padding: 3px 7px; background: var(--hc-paper-2); pointer-events: none;
}
.hc-results {
  position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 90;
  background: var(--hc-card); border: 1px solid var(--hc-line-soft); border-radius: 14px;
  box-shadow: var(--hc-shadow-pop); overflow: hidden; padding: 8px;
  text-align: left;
}
.hc-res { display: flex; align-items: center; gap: 14px; padding: 11px 14px; border-radius: 9px; }
.hc-res:hover, .hc-res.is-focus { background: var(--hc-paper-2); text-decoration: none; }
.hc-res-icon {
  flex: none; width: 34px; height: 34px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--hc-card); border: 1px solid var(--hc-line-soft);
}
.hc-res-icon img { width: 21px; height: 21px; object-fit: contain; }
.hc-res-body { min-width: 0; flex: 1; }
.hc-res-c { display: block; font-family: var(--hc-sans); font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hc-teal-ink); }
.hc-res-t { display: block; font-family: var(--hc-sans); font-size: 15px; font-weight: 600; color: var(--hc-strong); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hc-res-arrow { flex: none; color: var(--hc-soft); }
.hc-res-empty { padding: 18px 14px; font-family: var(--hc-sans); font-size: 14px; color: var(--hc-soft); text-align: center; }

/* ===================================================================
   HERO (home): navy contínuo com o header, serif creme, busca grande
   =================================================================== */
.hc-hero {
  background:
    radial-gradient(680px 320px at 18% -10%, rgba(57, 114, 253, 0.16), transparent 70%),
    radial-gradient(720px 340px at 84% 8%, rgba(91, 192, 190, 0.14), transparent 70%),
    radial-gradient(520px 300px at 55% 120%, rgba(163, 100, 255, 0.10), transparent 70%),
    var(--hc-navy);
  padding: 68px 28px 88px; text-align: center; position: relative;
}
.hc-hero::after {
  /* transição suave hero -> papel */
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--hc-paper);
}
.hc-hero-in { max-width: 760px; margin: 0 auto; }
.hc-hero-kicker {
  font-family: var(--hc-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--hc-teal); margin-bottom: 22px;
}
.hc-hero h1 {
  font-family: var(--hc-sans); font-weight: 700;
  font-size: clamp(30px, 4.4vw, 44px); line-height: 1.08; letter-spacing: -0.03em;
  color: var(--hc-cream); margin: 0 0 14px;
}
.hc-hero h1 em { font-style: normal; color: var(--hc-teal); }
.hc-hero-sub { font-family: var(--hc-sans); font-size: 16px; color: var(--hc-cream-soft); max-width: 54ch; margin: 0 auto 34px; line-height: 1.6; }
.hc-hero .hc-search { max-width: 640px; margin: 0 auto; }
.hc-hero-meta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin: 18px 0 0; font-family: var(--hc-sans); font-size: 13px; color: var(--hc-cream-soft);
}
.hc-hero-meta-sep { color: var(--hc-teal); }

/* ===================================================================
   HOME: categorias
   =================================================================== */
.hc-main { flex: 1; }
.hc-wrap { max-width: var(--hc-maxw); margin: 0 auto; padding: 0 28px; }

.hc-section { padding: 56px 0 8px; }
.hc-section-categories { padding: 64px 0 80px; }
.hc-section-h {
  font-family: var(--hc-sans); font-weight: 700; font-size: 24px; letter-spacing: -0.025em;
  color: var(--hc-strong); margin: 0 0 6px;
}
.hc-section-sub { font-family: var(--hc-sans); font-size: 14.5px; color: var(--hc-soft); margin: 0 0 26px; }

.hc-cats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hc-cat-card {
  background: var(--hc-card); border: 1px solid var(--hc-line-soft); border-radius: 16px;
  padding: 24px; min-height: 222px; box-shadow: var(--hc-shadow-card);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
}
.hc-cat-card::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: var(--hc-grad); opacity: 0; transition: opacity 0.18s ease;
}
.hc-cat-card:hover {
  transform: translateY(-3px); border-color: rgba(91, 192, 190, 0.48);
  box-shadow: 0 2px 4px rgba(11,19,43,.05), 0 22px 44px -22px rgba(11, 19, 43, 0.28);
  text-decoration: none;
}
.hc-cat-card:hover::before { opacity: 1; }
.hc-cat-card:focus-visible { outline: 3px solid rgba(91, 192, 190, 0.35); outline-offset: 3px; }
.hc-cat-icon-stack { flex: none; display: inline-flex; align-items: center; min-width: 42px; margin-bottom: 20px; }
.hc-cat-icon-stack img {
  width: 40px; height: 40px; object-fit: contain; padding: 8px; border-radius: 11px;
  background: var(--hc-card); border: 1px solid var(--hc-line-soft);
  box-shadow: 0 2px 8px rgba(11, 19, 43, 0.08);
}
.hc-cat-icon-stack img + img { margin-left: -9px; }
.hc-cat-body { flex: 1; }
.hc-cat-name {
  font-family: var(--hc-sans); font-weight: 700; font-size: 18px; line-height: 1.25;
  letter-spacing: -0.015em; color: var(--hc-strong);
}
.hc-cat-description {
  margin: 8px 0 18px; font-family: var(--hc-sans); font-size: 13.5px;
  line-height: 1.5; color: var(--hc-soft);
}
.hc-cat-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding-top: 15px; border-top: 1px solid var(--hc-line-soft);
}
.hc-cat-count { font-family: var(--hc-sans); font-size: 12.5px; font-weight: 600; color: var(--hc-soft); }
.hc-cat-arrow {
  display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px;
  border-radius: 50%; background: var(--hc-teal-soft); color: var(--hc-teal-ink);
  transition: transform 0.16s ease, background 0.16s ease;
}
.hc-cat-card:hover .hc-cat-arrow { transform: translateX(2px); background: #D8EEEC; }

/* ===================================================================
   PÁGINA DE CATEGORIA: navegação lateral e catálogo completo
   =================================================================== */
.hc-category-shell {
  max-width: var(--hc-maxw); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 64px;
}
.hc-category-sidebar { padding: 40px 0 72px; }
.hc-category-sidebar-inner { position: sticky; top: 92px; }
.hc-category-nav-title {
  margin: 0 0 12px; font-family: var(--hc-sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.11em; text-transform: uppercase; color: var(--hc-soft);
}
.hc-category-nav-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hc-line-soft); }
.hc-category-nav-list li { border-bottom: 1px solid var(--hc-line-soft); }
.hc-category-nav-list a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 8px 12px 12px; border-left: 2px solid transparent;
  font-family: var(--hc-sans); font-size: 13.5px; line-height: 1.35; color: var(--hc-soft);
  transition: color 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}
.hc-category-nav-list a:hover { color: var(--hc-strong); background: rgba(11, 19, 43, 0.025); text-decoration: none; }
.hc-category-nav-list a.is-active {
  color: var(--hc-teal-ink); border-left-color: var(--hc-teal-ink); background: var(--hc-teal-soft); font-weight: 700;
}
.hc-category-nav-count {
  flex: none; min-width: 25px; height: 23px; padding: 0 7px; border-radius: 99px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--hc-paper-2); font-size: 11px; font-weight: 700; color: var(--hc-soft);
}
.hc-category-nav-list a.is-active .hc-category-nav-count { background: var(--hc-card); color: var(--hc-teal-ink); }

.hc-category-main { padding: 40px 0 80px; min-width: 0; max-width: 850px; }
.hc-category-main > .hc-crumb { margin-bottom: 32px; }
.hc-category-header {
  display: flex; align-items: flex-start; gap: 24px;
  padding-bottom: 36px; border-bottom: 1px solid var(--hc-line-soft);
}
.hc-category-icons { min-width: 58px; margin: 2px 0 0; }
.hc-category-icons img { width: 54px; height: 54px; padding: 11px; border-radius: 15px; }
.hc-category-icons img + img { margin-left: -12px; }
.hc-category-heading { min-width: 0; }
.hc-category-heading .hc-kind { margin-bottom: 11px; }
.hc-category-heading h1 {
  margin: 0; font-family: var(--hc-sans); font-weight: 700; font-size: clamp(30px, 4vw, 40px);
  line-height: 1.08; letter-spacing: -0.035em; color: var(--hc-strong);
}
.hc-category-heading p {
  margin: 12px 0 0; max-width: 62ch; font-family: var(--hc-sans); font-size: 16px;
  line-height: 1.6; color: var(--hc-soft);
}
.hc-category-nav-mobile { display: none; }
.hc-category-list-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  padding: 42px 0 18px;
}
.hc-category-list-kicker {
  display: block; margin-bottom: 5px; font-family: var(--hc-sans); font-size: 10.5px;
  font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--hc-teal-ink);
}
.hc-category-list-head h2 {
  margin: 0; font-family: var(--hc-sans); font-size: 22px; line-height: 1.25;
  font-weight: 700; letter-spacing: -0.02em; color: var(--hc-strong);
}
.hc-category-list-head > span { flex: none; font-family: var(--hc-sans); font-size: 12.5px; color: var(--hc-soft); }
.hc-category-articles { border-top: 1px solid var(--hc-line); }
.hc-category-article {
  display: grid; grid-template-columns: 48px minmax(0, 1fr) 32px; gap: 18px; align-items: center;
  padding: 23px 4px; border-bottom: 1px solid var(--hc-line-soft);
  transition: background 0.14s ease, padding 0.14s ease;
}
.hc-category-article:hover { background: rgba(91, 192, 190, 0.055); padding-left: 12px; padding-right: 12px; text-decoration: none; }
.hc-category-article:focus-visible { outline: 3px solid rgba(91, 192, 190, 0.35); outline-offset: 2px; }
.hc-category-article-icon {
  width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--hc-card); border: 1px solid var(--hc-line-soft); box-shadow: var(--hc-shadow-card);
}
.hc-category-article-icon img { width: 28px; height: 28px; object-fit: contain; }
.hc-category-article-copy { display: block; min-width: 0; }
.hc-category-article-kind {
  display: block; margin-bottom: 3px; font-family: var(--hc-sans); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--hc-teal-ink);
}
.hc-category-article-title {
  display: block; font-family: var(--hc-sans); font-size: 17px; line-height: 1.35;
  font-weight: 700; letter-spacing: -0.01em; color: var(--hc-strong);
}
.hc-category-article-description {
  display: block; margin-top: 5px; font-family: var(--hc-sans); font-size: 13.5px;
  line-height: 1.5; color: var(--hc-soft);
}
.hc-category-article-arrow {
  display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px;
  border-radius: 50%; color: var(--hc-teal-ink); transition: transform 0.14s ease, background 0.14s ease;
}
.hc-category-article:hover .hc-category-article-arrow { transform: translateX(2px); background: var(--hc-teal-soft); }

/* ===================================================================
   PÁGINA DE ARTIGO: 3 colunas (nav / corpo / índice), como o HubSpot
   =================================================================== */
.hc-article-shell {
  max-width: var(--hc-maxw); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 248px minmax(0, 1fr) 232px; gap: 52px;
}

/* --- coluna esquerda: navegação da central --- */
.hc-nav { padding: 40px 0 64px; }
.hc-nav-inner { position: sticky; top: 92px; max-height: calc(100vh - 120px); overflow-y: auto; padding-right: 6px; }
.hc-nav-back {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--hc-sans); font-size: 13px; font-weight: 600; color: var(--hc-soft);
  margin-bottom: 22px;
}
.hc-nav-back:hover { color: var(--hc-teal-ink); text-decoration: none; }
.hc-nav-group { margin-bottom: 8px; border-top: 1px solid var(--hc-line-soft); }
.hc-nav-group:last-child { border-bottom: 1px solid var(--hc-line-soft); }
.hc-nav-group summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  padding: 12px 2px; font-family: var(--hc-sans); font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--hc-strong);
}
.hc-nav-group summary::-webkit-details-marker { display: none; }
.hc-nav-group summary::after {
  content: ""; width: 8px; height: 8px; border-right: 1.8px solid var(--hc-soft); border-bottom: 1.8px solid var(--hc-soft);
  transform: rotate(45deg); transition: transform 0.15s ease; margin-right: 4px;
}
.hc-nav-group[open] summary::after { transform: rotate(225deg); }
.hc-nav-group ul { list-style: none; margin: 0; padding: 0 0 12px; }
.hc-nav-group a {
  display: block; padding: 7px 10px 7px 14px; border-left: 2px solid var(--hc-line-soft);
  font-family: var(--hc-sans); font-size: 14px; line-height: 1.45; color: var(--hc-soft);
  transition: color 0.12s ease, border-color 0.12s ease;
}
.hc-nav-group a:hover { color: var(--hc-strong); border-left-color: var(--hc-soft); text-decoration: none; }
.hc-nav-group a.is-active { color: var(--hc-teal-ink); border-left-color: var(--hc-teal-ink); font-weight: 600; }

/* --- corpo do artigo --- */
.hc-doc { padding: 40px 0 72px; min-width: 0; max-width: var(--hc-read); }
.hc-crumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-family: var(--hc-sans); font-size: 13.5px; color: var(--hc-soft); margin-bottom: 26px;
}
.hc-crumb a { color: var(--hc-soft); text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; }
.hc-crumb a:hover { color: var(--hc-teal-ink); text-decoration-color: var(--hc-teal-ink); }
.hc-crumb .sep { color: var(--hc-line); }
.hc-crumb .here { color: var(--hc-strong); font-weight: 500; }

.hc-kind {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--hc-sans); font-size: 11px; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--hc-teal-ink); margin-bottom: 14px;
}
.hc-kind::before { content: ""; width: 22px; height: 3px; border-radius: 99px; background: var(--hc-grad); }

.hc-doc-title-row { display: flex; align-items: center; gap: 16px; margin-bottom: 10px; }
.hc-doc-app-icon {
  flex: none; width: 52px; height: 52px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--hc-card); border: 1px solid var(--hc-line-soft); box-shadow: var(--hc-shadow-card);
}
.hc-doc-app-icon img { width: 31px; height: 31px; object-fit: contain; }
.hc-doc h1 {
  font-family: var(--hc-sans); font-weight: 700; font-size: clamp(26px, 3.2vw, 31px);
  line-height: 1.14; letter-spacing: -0.025em; color: var(--hc-strong); margin: 0;
}
.hc-doc-lede { font-family: var(--hc-sans); font-size: 16.5px; line-height: 1.6; color: var(--hc-soft); margin: 0 0 20px; }
.hc-doc-meta {
  display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center;
  padding: 14px 0; border-top: 1px solid var(--hc-line-soft); border-bottom: 1px solid var(--hc-line-soft);
  margin-bottom: 36px;
  font-family: var(--hc-sans); font-size: 13px; color: var(--hc-soft);
}
.hc-doc-meta b { color: var(--hc-strong); font-weight: 600; }

/* prosa */
.hc-prose { font-family: var(--hc-sans); font-size: 15.5px; line-height: 1.72; color: var(--hc-ink); }
.hc-prose > :first-child { margin-top: 0; }
.hc-prose h2 {
  font-family: var(--hc-sans); font-weight: 700; font-size: 20px; line-height: 1.3;
  letter-spacing: -0.015em; color: var(--hc-strong); margin: 40px 0 12px; scroll-margin-top: 96px;
}
.hc-prose h3 { font-family: var(--hc-sans); font-weight: 700; font-size: 16.5px; color: var(--hc-strong); margin: 28px 0 8px; scroll-margin-top: 96px; }
.hc-prose p { margin: 0 0 17px; }
.hc-prose strong { color: var(--hc-strong); font-weight: 700; }
.hc-prose a { color: var(--hc-ink); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(15, 123, 119, 0.5); transition: color 0.12s ease; }
.hc-prose a:hover { color: var(--hc-teal-ink); text-decoration-color: var(--hc-teal-ink); }
.hc-prose ul, .hc-prose ol { margin: 0 0 18px; padding-left: 22px; }
.hc-prose li { margin-bottom: 8px; }
.hc-prose li::marker { color: var(--hc-teal-ink); font-weight: 600; }
.hc-prose code {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 0.85em;
  background: var(--hc-paper-2); border: 1px solid var(--hc-line-soft);
  padding: 1px 6px; border-radius: 5px; color: #9A5B00;
}
.hc-prose blockquote {
  margin: 24px 0; padding: 15px 19px; border-radius: 12px;
  background: var(--hc-teal-soft); border: 1px solid rgba(15, 123, 119, 0.18);
  font-size: 15px;
}
.hc-prose blockquote p { margin-bottom: 10px; }
.hc-prose blockquote p:last-child { margin-bottom: 0; }

/* tabelas (estilo editorial do ebook) */
.hc-prose table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 6px 0 26px; }
.hc-prose th, .hc-prose td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--hc-line-soft); vertical-align: top; }
.hc-prose th {
  font-family: var(--hc-sans); color: var(--hc-strong); font-weight: 700; font-size: 11.5px;
  text-transform: uppercase; letter-spacing: 0.06em; border-bottom: 2px solid var(--hc-strong);
}
.hc-prose tbody tr:nth-child(even) td { background: rgba(11, 19, 43, 0.022); }

/* --- coluna direita: índice do artigo --- */
.hc-toc { padding: 40px 0; }
.hc-toc-inner { position: sticky; top: 92px; }
.hc-toc-t { font-family: var(--hc-sans); font-size: 11.5px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--hc-soft); margin-bottom: 14px; }
.hc-toc ul { list-style: none; margin: 0; padding: 0; }
.hc-toc ul a {
  display: block; padding: 6px 0 6px 14px; border-left: 2px solid var(--hc-line-soft);
  font-family: var(--hc-sans); font-size: 13.5px; line-height: 1.45; color: var(--hc-soft);
  transition: color 0.12s ease, border-color 0.12s ease;
}
.hc-toc ul a:hover { color: var(--hc-strong); text-decoration: none; }
.hc-toc ul a.is-active { color: var(--hc-teal-ink); border-left-color: var(--hc-teal-ink); font-weight: 600; }
.hc-toc-help { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--hc-line-soft); font-family: var(--hc-sans); font-size: 13px; color: var(--hc-soft); line-height: 1.55; }
.hc-toc-help a { color: var(--hc-teal-ink); font-weight: 600; }

/* --- pós-artigo: feedback, relacionados, chamado --- */
.hc-after { border-top: 1px solid var(--hc-line-soft); margin-top: 48px; padding-top: 30px; }
.hc-feedback { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-family: var(--hc-sans); }
.hc-feedback-q { font-weight: 700; font-size: 15px; color: var(--hc-strong); }
.hc-fb {
  font-family: var(--hc-sans); font-size: 14px; font-weight: 600; color: var(--hc-ink);
  background: var(--hc-card); border: 1px solid var(--hc-line); border-radius: 9px;
  padding: 8px 18px; cursor: pointer; transition: border-color 0.12s ease, background 0.12s ease;
}
.hc-fb:hover { border-color: var(--hc-teal-ink); }
.hc-fb.is-on { background: var(--hc-teal-ink); border-color: var(--hc-teal-ink); color: #fff; }
.hc-fb-thanks { font-size: 13.5px; font-weight: 600; color: var(--hc-teal-ink); }

.hc-related { margin-top: 40px; }
.hc-related-t { font-family: var(--hc-sans); font-weight: 700; font-size: 18px; letter-spacing: -0.015em; color: var(--hc-strong); margin-bottom: 16px; }
.hc-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.hc-rel-card {
  display: block; background: var(--hc-card); border: 1px solid var(--hc-line-soft); border-radius: 14px;
  padding: 20px 22px; box-shadow: var(--hc-shadow-card);
  transition: transform 0.16s ease, border-color 0.16s ease;
}
.hc-rel-card:hover { transform: translateY(-2px); border-color: rgba(91, 192, 190, 0.55); text-decoration: none; }
.hc-rel-head { display: flex; align-items: center; gap: 9px; }
.hc-rel-icon {
  flex: none; width: 30px; height: 30px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--hc-paper-2); border: 1px solid var(--hc-line-soft);
}
.hc-rel-icon img { width: 19px; height: 19px; object-fit: contain; }
.hc-rel-k { font-family: var(--hc-sans); font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hc-teal-ink); }
.hc-rel-t { font-family: var(--hc-sans); font-size: 16px; font-weight: 700; color: var(--hc-strong); margin: 7px 0 5px; line-height: 1.35; }
.hc-rel-d { font-family: var(--hc-sans); font-size: 13.5px; color: var(--hc-soft); line-height: 1.5; }

/* faixa "abrir chamado" (eco do hero) */
.hc-ticket {
  margin: 46px 0 0; border-radius: 18px; padding: 30px 34px;
  background:
    radial-gradient(480px 220px at 88% -20%, rgba(91, 192, 190, 0.16), transparent 70%),
    radial-gradient(420px 200px at 8% 130%, rgba(57, 114, 253, 0.14), transparent 70%),
    var(--hc-navy);
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.hc-ticket::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--hc-grad); }
.hc-ticket-t { font-family: var(--hc-sans); font-weight: 700; font-size: 18px; letter-spacing: -0.015em; color: var(--hc-cream); margin: 0 0 5px; }
.hc-ticket-d { font-family: var(--hc-sans); font-size: 14px; color: var(--hc-cream-soft); margin: 0; max-width: 52ch; }
.hc-ticket .hc-cta { font-size: 14.5px; padding: 12px 24px; }

/* ===================================================================
   RODAPÉ
   =================================================================== */
.hc-foot { margin-top: 40px; background: var(--hc-paper-2); border-top: 1px solid var(--hc-line-soft); }
.hc-foot-in {
  max-width: var(--hc-maxw); margin: 0 auto; padding: 30px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-family: var(--hc-sans); font-size: 13.5px; color: var(--hc-soft);
}
.hc-foot-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--hc-strong); font-weight: 700; }
.hc-foot-brand img { width: 24px; height: 13px; }
.hc-foot a { color: var(--hc-soft); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: transparent; }
.hc-foot a:hover { color: var(--hc-teal-ink); text-decoration-color: var(--hc-teal-ink); }

/* ===================================================================
   RESPONSIVO
   =================================================================== */
.hc-nav-mobile { display: none; }

@media (max-width: 1160px) {
  .hc-cats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1120px) {
  .hc-article-shell { grid-template-columns: 232px minmax(0, 1fr); gap: 40px; }
  .hc-toc { display: none; }
  .hc-category-shell { grid-template-columns: 220px minmax(0, 1fr); gap: 40px; }
}
@media (max-width: 860px) {
  .hc-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-article-shell { grid-template-columns: 1fr; gap: 0; }
  .hc-nav { display: none; }
  .hc-nav-mobile { display: block; margin: 0 0 28px; border: 1px solid var(--hc-line-soft); border-radius: 12px; background: var(--hc-card); }
  .hc-nav-mobile summary { list-style: none; cursor: pointer; padding: 13px 16px; font-family: var(--hc-sans); font-size: 14px; font-weight: 700; color: var(--hc-strong); }
  .hc-nav-mobile summary::-webkit-details-marker { display: none; }
  .hc-nav-mobile .hc-nav-inner { position: static; max-height: none; padding: 0 16px 14px; }
  .hc-top-search { display: none; }
  .hc-mobile-search { display: block; padding: 14px 20px 0; background: var(--hc-paper); }
  .hc-mobile-search .hc-search-input {
    height: 46px; font-size: 14.5px; border-color: var(--hc-line-soft);
    box-shadow: 0 2px 8px rgba(11, 19, 43, 0.07);
  }
  .hc-top-in { padding: 12px 20px; }
  .hc-brand-sub { display: none; }
  .hc-hero { padding: 48px 20px 64px; }
  .hc-wrap { padding: 0 20px; }
  .hc-doc { padding-top: 8px; }
  .hc-ticket { padding: 24px; }
  .hc-category-shell { grid-template-columns: 1fr; gap: 0; padding: 0 20px; }
  .hc-category-sidebar { display: none; }
  .hc-category-main { max-width: none; padding-top: 24px; }
  .hc-category-nav-mobile {
    display: block; margin: 28px 0 0; border: 1px solid var(--hc-line-soft);
    border-radius: 12px; background: var(--hc-card); overflow: hidden;
  }
  .hc-category-nav-mobile > summary {
    list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
    padding: 14px 16px; font-family: var(--hc-sans); font-size: 14px; font-weight: 700; color: var(--hc-strong);
  }
  .hc-category-nav-mobile > summary::-webkit-details-marker { display: none; }
  .hc-category-nav-mobile > summary::after {
    content: ""; width: 8px; height: 8px; border-right: 1.8px solid var(--hc-soft);
    border-bottom: 1.8px solid var(--hc-soft); transform: rotate(45deg); transition: transform 0.15s ease;
  }
  .hc-category-nav-mobile[open] > summary::after { transform: rotate(225deg); }
  .hc-category-nav-mobile .hc-category-nav-list { margin: 0 16px 14px; }
}
@media (max-width: 560px) {
  .hc-cats { grid-template-columns: 1fr; }
  .hc-section-categories { padding: 48px 0 64px; }
  .hc-cat-card { min-height: 205px; }
  .hc-hero-meta { flex-wrap: wrap; }
  .hc-doc-title-row { align-items: flex-start; gap: 12px; }
  .hc-doc-app-icon { width: 44px; height: 44px; border-radius: 12px; }
  .hc-doc-app-icon img { width: 26px; height: 26px; }
  .hc-category-header { gap: 16px; padding-bottom: 28px; }
  .hc-category-icons img { width: 46px; height: 46px; padding: 9px; border-radius: 13px; }
  .hc-category-icons img + img { margin-left: -10px; }
  .hc-category-heading h1 { font-size: 29px; }
  .hc-category-heading p { font-size: 14.5px; }
  .hc-category-list-head { padding-top: 34px; }
  .hc-category-list-head > span { display: none; }
  .hc-category-article { grid-template-columns: 42px minmax(0, 1fr) 24px; gap: 12px; padding: 18px 2px; }
  .hc-category-article:hover { padding-left: 6px; padding-right: 6px; }
  .hc-category-article-icon { width: 40px; height: 40px; border-radius: 10px; }
  .hc-category-article-icon img { width: 24px; height: 24px; }
  .hc-category-article-title { font-size: 15.5px; }
  .hc-category-article-description { display: none; }
  .hc-category-article-arrow { width: 24px; height: 24px; }
}
