/* Hear Clean: topo novo (barra de contato, menu e barra do celular) por cima do cabeçalho do tema Mist. */
body.hcbn-topo {
  --hct-teal-50: #eef8fb; --hct-teal-100: #d8eef5; --hct-teal-200: #b6ddea; --hct-teal-600: #0099bc; --hct-teal-700: #007a97; --hct-teal-800: #005f76; --hct-teal-900: #024150;
  --hct-ink: #1b2b31; --hct-slate-700: #3c4d54; --hct-slate: #4a5a62; --hct-line: #dde5e8; --hct-line-100: #e9eff1;
  --hct-whats: #0f7a6c; --hct-whats-700: #0b5c52; --hct-star: #f2a900;
  --hct-display: "Nunito", ui-rounded, system-ui, -apple-system, "Segoe UI", sans-serif;
  --hct-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --hct-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
.hct-i { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ===== Barra de contato ===== */
.hct-barra { position: relative; z-index: 1002; background: var(--hct-teal-900); color: #d8eef5; font: 600 14px/1.25 var(--hct-body); -webkit-font-smoothing: antialiased; }
.hct-barra__in { max-width: 1170px; margin: 0 auto; padding: 0 15px; min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 8px 24px; flex-wrap: wrap; }
.hct-barra__grupo { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
body.hcbn-topo .hct-barra a { display: inline-flex; align-items: center; gap: 8px; color: #d8eef5; text-decoration: none; transition: color 160ms var(--hct-ease); }
body.hcbn-topo .hct-barra a:hover, body.hcbn-topo .hct-barra a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hct-barra strong { color: #fff; font-weight: 700; }
.hct-barra .hct-i { width: 17px; height: 17px; color: #8fd3e6; }
.hct-barra__hora { display: inline-flex; align-items: center; gap: 8px; }
.hct-barra__whats .hct-i { color: #7fe0c8; }
.hct-estrelas { display: inline-flex; gap: 2px; }
.hct-estrela { width: 14px; height: 14px; fill: var(--hct-star); }
.hct-sep { width: 1px; height: 16px; background: rgba(216, 238, 245, 0.28); }

/* ===== Menu do computador ===== */
body.hcbn-topo #header #main-nav-container { display: flex; align-items: center; }
body.hcbn-topo #header .hct-nav { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; float: none; }
body.hcbn-topo #header .hct-nav > li { position: relative; float: none; margin: 0; padding: 0; list-style: none; background: none; }
body.hcbn-topo #header .hct-nav__item { display: inline-flex; align-items: center; gap: 4px; height: 46px; margin: 0; padding: 0 9px; border: 0; border-radius: 12px; background: none; font: 800 15.5px/1 var(--hct-display); letter-spacing: 0; text-transform: none; color: var(--hct-slate-700); text-decoration: none; white-space: nowrap; cursor: pointer; box-shadow: none; transition: background-color 180ms var(--hct-ease), color 180ms var(--hct-ease); }
body.hcbn-topo #header .hct-nav__item:hover, body.hcbn-topo #header .hct-nav__item[aria-expanded="true"] { background: var(--hct-teal-50); color: var(--hct-teal-800); }
body.hcbn-topo #header .hct-nav__item.is-atual { color: var(--hct-teal-700); box-shadow: inset 0 -3px 0 var(--hct-teal-600); border-radius: 0; }
body.hcbn-topo #header .hct-nav__item:focus-visible { outline: 3px solid var(--hct-teal-600); outline-offset: 2px; }
body.hcbn-topo #header .hct-seta { width: 16px; height: 16px; transition: transform 220ms var(--hct-ease); }
body.hcbn-topo #header .hct-nav__item[aria-expanded="true"] .hct-seta { transform: rotate(180deg); }

/* Logo e menu na mesma linha, centralizados na altura do cabeçalho */
@media (min-width: 992px) {
  body.hcbn-topo #header-main > .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  body.hcbn-topo #header-main > .container::before, body.hcbn-topo #header-main > .container::after { display: none; }
  body.hcbn-topo #header .navbar-header { float: none; flex: none; }
  body.hcbn-topo #header .zozo-mainnavbar-collapse { float: none; display: flex !important; align-items: center; margin-left: auto; padding: 0; }
  body.hcbn-topo #header .zozo-main-bar { display: flex; align-items: center; float: none; margin: 0; }
  body.hcbn-topo #header .zozo-main-bar > li { float: none; }
}

/* Menus que abrem */
body.hcbn-topo #header .hct-drop { position: absolute; top: calc(100% + 12px); left: -10px; z-index: 60; display: block; width: 420px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--hct-line-100); border-radius: 20px; box-shadow: 0 18px 44px rgba(0, 95, 118, 0.18); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 200ms var(--hct-ease), transform 260ms var(--hct-ease), visibility 0s linear 260ms; }
body.hcbn-topo #header .hct-drop::before { content: ""; position: absolute; top: -7px; left: 40px; width: 14px; height: 14px; background: #fff; border-left: 1px solid var(--hct-line-100); border-top: 1px solid var(--hct-line-100); transform: rotate(45deg); }
body.hcbn-topo #header .hct-drop::after { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
body.hcbn-topo #header .hct-nav__grupo.is-aberto .hct-drop { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
body.hcbn-topo #header .hct-drop li { margin: 0; padding: 0; list-style: none; float: none; }
body.hcbn-topo #header .hct-op { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px; border-radius: 14px; color: var(--hct-slate-700); text-decoration: none; line-height: 1.3; text-transform: none; letter-spacing: 0; transition: background-color 160ms var(--hct-ease); }
body.hcbn-topo #header .hct-op:hover, body.hcbn-topo #header .hct-op:focus-visible, body.hcbn-topo #header .hct-op[aria-current="page"] { background: var(--hct-teal-50); }
body.hcbn-topo #header .hct-op__ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--hct-teal-50); color: var(--hct-teal-700); }
body.hcbn-topo #header .hct-op:hover .hct-op__ico, body.hcbn-topo #header .hct-op[aria-current="page"] .hct-op__ico { background: #fff; }
body.hcbn-topo #header .hct-op__txt { display: grid; gap: 3px; }
body.hcbn-topo #header .hct-op strong { font: 800 17px/1.25 var(--hct-display); color: var(--hct-ink); }
body.hcbn-topo #header .hct-op__txt > span { font: 400 15px/1.4 var(--hct-body); color: var(--hct-slate); }

/* Botão de agendar */
body.hcbn-topo #header .hct-nav__cta { margin-left: 10px; }
body.hcbn-topo #header .zozo-standard-logo { max-height: 46px; width: auto; }
body.hcbn-topo .hct-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 50px; padding: 0 20px; border-radius: 999px; background: var(--hct-teal-700); color: #fff; font: 800 16px/1 var(--hct-display); letter-spacing: 0; text-transform: none; text-decoration: none; white-space: nowrap; box-shadow: 0 10px 24px rgba(0, 122, 151, 0.22); transition: background-color 180ms var(--hct-ease), transform 180ms var(--hct-ease); }
body.hcbn-topo .hct-cta:hover, body.hcbn-topo .hct-cta:focus-visible { background: var(--hct-teal-800); color: #fff; transform: translateY(-1px); text-decoration: none; }

/* ===== Celular ===== */
.hct-fixa { display: none; }
@media (max-width: 1199px) {
  body.hcbn-topo #header .hct-nav__item { padding: 0 8px; font-size: 15px; }
  body.hcbn-topo #header .hct-nav__cta { margin-left: 6px; }
  body.hcbn-topo .hct-cta { padding: 0 16px; font-size: 15px; }
  body.hcbn-topo #header .zozo-standard-logo { max-height: 42px; }
}
@media (max-width: 767px) {
  .hct-so-pc { display: none !important; }
  .hct-barra { font-size: 13.5px; }
  .hct-barra__in { justify-content: center; min-height: 36px; gap: 6px 16px; }
  .hct-estrela { width: 12px; height: 12px; }

  /* Botão "Menu" com nome */
  body.hcbn-topo #header .navbar-toggle { display: inline-grid; grid-template-columns: 20px auto; grid-template-rows: repeat(3, 2px); column-gap: 8px; row-gap: 4px; align-content: center; align-items: center; height: 44px; margin: 0 12px 0 0; padding: 0 14px; border: 2px solid var(--hct-teal-200); border-radius: 999px; background: #fff; }
  body.hcbn-topo #header .navbar-toggle .icon-bar { grid-column: 1; width: 20px; height: 2px; margin: 0; border-radius: 2px; background-color: var(--hct-teal-800); }
  body.hcbn-topo #header .navbar-toggle::after { content: "Menu"; grid-column: 2; grid-row: 1 / 4; font: 800 16px/1 var(--hct-display); color: var(--hct-teal-800); }
  body.hcbn-topo #header .navbar-toggle[aria-expanded="true"]::after { content: "Fechar"; }

  /* Menu aberto */
  body.hcbn-topo #header .zozo-mainnavbar-collapse.in, body.hcbn-topo #header .zozo-mainnavbar-collapse.collapsing { max-height: calc(100vh - 110px); max-height: calc(100dvh - 110px); overflow-y: auto; background: #fff; box-shadow: 0 16px 32px rgba(27, 43, 49, 0.14); }
  body.hcbn-topo #header .hct-mnav { display: block; margin: 0; padding: 4px 4px 8px; list-style: none; float: none; }
  body.hcbn-topo #header .hct-mnav > li { float: none; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid var(--hct-line-100); }
  body.hcbn-topo #header .hct-mnav__item { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 56px; margin: 0; padding: 0 8px; border: 0; background: none; font: 800 19px/1.2 var(--hct-display); letter-spacing: 0; text-transform: none; color: var(--hct-ink); text-align: left; text-decoration: none; cursor: pointer; }
  body.hcbn-topo #header .hct-mnav__item[aria-current="page"] { color: var(--hct-teal-700); }
  body.hcbn-topo #header .hct-mnav__item .hct-seta { width: 22px; height: 22px; color: var(--hct-teal-700); transition: transform 220ms var(--hct-ease); }
  body.hcbn-topo #header .hct-mnav__item[aria-expanded="true"] .hct-seta { transform: rotate(180deg); }
  body.hcbn-topo #header .hct-mnav__sub { display: grid; gap: 4px; padding: 0 0 12px 8px; }
  body.hcbn-topo #header .hct-mnav__sub[hidden] { display: none; }
  body.hcbn-topo #header .hct-mnav__sub a { display: flex; align-items: center; min-height: 46px; padding: 0 12px; border-radius: 12px; background: var(--hct-teal-50); font: 700 17px/1.3 var(--hct-display); color: var(--hct-teal-800); text-decoration: none; }
  body.hcbn-topo #header .hct-mnav__sub a[aria-current="page"] { background: var(--hct-teal-100); }
  body.hcbn-topo #header .hct-mcontato { display: grid; gap: 10px; margin: 4px 4px 12px; padding: 16px; border-radius: 16px; background: var(--hct-teal-50); font: 400 15.5px/1.4 var(--hct-body); color: var(--hct-slate-700); }
  body.hcbn-topo #header .hct-mcontato > a:not(.hct-cta), body.hcbn-topo #header .hct-mcontato > span { display: flex; align-items: center; gap: 10px; color: var(--hct-slate-700); text-decoration: none; }
  body.hcbn-topo #header .hct-mcontato .hct-i { color: var(--hct-teal-700); }
  body.hcbn-topo #header .hct-mcontato strong { color: var(--hct-ink); }
  body.hcbn-topo #header .hct-mcontato .hct-cta { height: 52px; margin-top: 4px; color: #fff; font-size: 17px; }
  body.hcbn-topo #header .hct-mcontato .hct-cta .hct-i { color: #fff; }

  /* Barra fixa com Ligar e WhatsApp; ela substitui a bolinha do WhatsApp no celular */
  .hct-fixa { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1003; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px)); background: rgba(255, 255, 255, 0.97); border-top: 1px solid var(--hct-line); box-shadow: 0 -6px 18px rgba(27, 43, 49, 0.08); }
  body.hcbn-topo .hct-fixa a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; border-radius: 999px; color: #fff; font: 800 18px/1 var(--hct-display); text-decoration: none; }
  body.hcbn-topo .hct-fixa .hct-i { width: 22px; height: 22px; }
  .hct-fixa__ligar { background: var(--hct-teal-700); }
  .hct-fixa__whats { background: var(--hct-whats); }
  body.hcbn-topo { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
  body.hcbn-topo .joinchat { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  body.hcbn-topo #header .hct-drop, body.hcbn-topo .hct-cta, body.hcbn-topo #header .hct-seta { transition: none; }
}
