/* Hear Clean: aviso de cookies (LGPD). Recusar e Aceitar têm o mesmo tamanho e o mesmo peso. */
.hcc {
  --hcc-teal-700: #007a97; --hcc-teal-800: #005f76; --hcc-teal-50: #eef8fb; --hcc-ink: #1b2b31; --hcc-body: #24333a;
  position: fixed; z-index: 1004; left: 24px; bottom: 24px; box-sizing: border-box; width: min(440px, calc(100vw - 48px));
  margin: 0; padding: 22px 22px 20px; background: #fff; color: var(--hcc-body); border-radius: 20px;
  box-shadow: 0 18px 44px rgba(2, 65, 80, 0.22), 0 2px 6px rgba(2, 65, 80, 0.08);
  font: 400 16px/1.55 "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased;
  opacity: 0; transform: translateY(16px); transition: opacity 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hcc[hidden] { display: none; }
.hcc.is-visivel { opacity: 1; transform: none; }
.hcc *, .hcc *::before, .hcc *::after { box-sizing: border-box; }
.hcc .hcc-titulo { margin: 0 0 6px; padding: 0; font: 800 19px/1.25 "Nunito", ui-rounded, system-ui, -apple-system, "Segoe UI", sans-serif; letter-spacing: -0.01em; color: var(--hcc-ink); }
.hcc .hcc-texto { margin: 0; padding: 0; font: inherit; color: var(--hcc-body); }
.hcc a { color: var(--hcc-teal-700); text-decoration: underline; text-underline-offset: 3px; }
.hcc a:hover { color: var(--hcc-teal-800); }
.hcc .hcc-botoes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.hcc .hcc-btn {
  -webkit-appearance: none; appearance: none; display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; margin: 0; padding: 0 16px;
  border: 1.5px solid var(--hcc-teal-700); border-radius: 999px; box-shadow: none; cursor: pointer;
  font: 800 16px/1 "Nunito", ui-rounded, system-ui, -apple-system, "Segoe UI", sans-serif; letter-spacing: 0; text-transform: none;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
.hcc .hcc-btn--recusar { background: #fff; color: var(--hcc-teal-800); }
.hcc .hcc-btn--recusar:hover { background: var(--hcc-teal-50); color: var(--hcc-teal-800); }
.hcc .hcc-btn--aceitar { background: var(--hcc-teal-700); color: #fff; }
.hcc .hcc-btn--aceitar:hover { background: var(--hcc-teal-800); border-color: var(--hcc-teal-800); color: #fff; }
.hcc .hcc-btn:focus-visible, .hcc a:focus-visible { outline: 3px solid #5cc2da; outline-offset: 3px; }

/* Link "Preferências de cookies" do rodapé: o rodape.css o esconde; aparece com o aviso ligado */
body.hcbn-cookies .hcr .hcr-cookies { display: list-item; }
body.hcbn-cookies .hcr .hcr-cookies button { -webkit-appearance: none; appearance: none; margin: 0; padding: 0; border: 0; background: none; box-shadow: none; color: var(--hcr-texto, #d8eef5); font: inherit; letter-spacing: inherit; text-transform: none; text-align: left; cursor: pointer; }
body.hcbn-cookies .hcr .hcr-cookies button:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
body.hcbn-cookies .hcr .hcr-cookies button:focus-visible { outline: 3px solid #5cc2da; outline-offset: 3px; border-radius: 6px; }

/* Celular: acima da barra fixa de Ligar e WhatsApp */
@media (max-width: 767px) {
  .hcc { left: 12px; right: 12px; width: auto; bottom: calc(88px + env(safe-area-inset-bottom, 0px)); padding: 18px 18px 16px; font-size: 15.5px; }
  .hcc .hcc-titulo { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .hcc { transition: none; transform: none; }
}
