/* Hear Clean: páginas de serviço (gerado por paginas/servicos/exportar_wp.py; não editar à mão). */
/* Hear Clean: página de Aparelhos Auditivos. Tokens do Design System Hear Clean. Tema claro por escolha: o site é claro. */
body.hcbn-servico {
  --canvas: #f4f8fa; --card: #ffffff;
  --teal-50: #eef8fb; --teal-100: #d8eef5; --teal-200: #b6ddea; --teal-600: #0099bc; --teal-700: #007a97; --teal-800: #005f76; --teal-900: #024150;
  --terra-50: #fdf3ee; --terra-200: #f3cbb6; --terra-600: #cc6335; --terra-700: #b3562a;
  --ink: #1b2b31; --body: #24333a; --slate-700: #3c4d54; --slate: #4a5a62; --muted: #66767d;
  --line: #dde5e8; --line-100: #e9eff1;
  --whats: #0f7a6c; --whats-700: #0b5c52;
  --star: #f2a900; --star-vazio: #d9e2e6;
  --sh-sm: 0 2px 8px rgba(27, 43, 49, 0.07); --sh-md: 0 10px 28px rgba(27, 43, 49, 0.10); --sh-brand: 0 10px 24px rgba(0, 122, 151, 0.20);
  --sh-card: 0 6px 18px rgba(0, 95, 118, 0.10); --sh-card-h: 0 14px 32px rgba(0, 95, 118, 0.16);
  --focus: 0 0 0 4px rgba(92, 194, 218, 0.55);
  --r-md: 14px; --r-lg: 20px; --r-xl: 28px; --pill: 999px;
  --f-display: "Nunito", ui-rounded, system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --gutter: clamp(16px, 5vw, 64px);
}
html { scroll-behavior: smooth; }
.hcp-area { background: var(--canvas); color: var(--body); font: 400 18px/1.65 var(--f-body); -webkit-font-smoothing: antialiased; overflow-x: clip; }
.hcp-area ::selection { background: var(--teal-100); color: var(--ink); }
:where(.hcp-area) a { color: var(--teal-700); text-underline-offset: 3px; }
:where(.hcp-area) a:hover { color: var(--teal-800); }
:where(.hcp-area) :focus-visible { outline: none; box-shadow: var(--focus); border-radius: var(--r-md); }
:where(.hcp-area) :is(h1, h2, h3, h4) { font-family: var(--f-display); color: var(--ink); font-weight: 800; letter-spacing: -0.02em; text-wrap: balance; margin: 0; text-transform: none; line-height: 1.2; }
:where(.hcp-area) p { text-wrap: pretty; margin-block: 1em; }
/* O tema Mist põe o conteúdo numa caixa de 1170 px; as páginas novas ocupam a largura toda */
body.hcbn #main > .container { width: auto; max-width: none; padding-left: 0; padding-right: 0; }
body.hcbn #main-wrapper { margin-left: 0; margin-right: 0; }
body.hcbn #main.main-section { padding-top: 0; padding-bottom: 0; }
/* As prévias aprovadas usam o box-sizing padrão do navegador; o tema troca para border-box */
:where(.hcp-area), :where(.hcp-area) *, :where(.hcp-area) *::before, :where(.hcp-area) *::after { box-sizing: content-box; }
/* Tema Mist: estes elementos herdam da página, não do tema */
:where(.hcp-area) :is(p, li, dd, dt, blockquote, figcaption, summary, label, small, td, th, caption) { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; letter-spacing: inherit; text-transform: none; }
:where(.hcp-area) button { font-family: inherit; text-transform: none; letter-spacing: normal; margin: 0; }
:where(.hcp-area) img { margin: 0; max-width: 100%; height: auto; border: 0; box-shadow: none; }
:where(.hcp-area) figure { margin: 0; }
:where(.hcp-area) table { margin: 0; }
:where(.hcp-area) blockquote { margin: 0; padding: 0; border: 0; background: none; quotes: none; font-style: normal; font-weight: 400; }
:where(.hcp-area) blockquote::before, :where(.hcp-area) blockquote::after { content: none; }
:where(.hcp-area) details summary { list-style: none; }
.hcp-area { padding-bottom: clamp(72px, 9vw, 120px); }
.hcp-i { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.hcp-wrap { max-width: 1200px; margin-inline: auto; padding-inline: var(--gutter); }
.hcp-secao { padding-block: clamp(64px, 8vw, 104px); }
.hcp-secao h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; }
.hcp-intro { font-size: 20px; line-height: 1.55; color: var(--slate-700); max-width: 56ch; margin: 16px 0 0; }

/* Faixa de prévia e cabeçalho: simulam o site atual (não fazem parte do design final) */
.hcp-previa { background: var(--ink); color: #eaf3f6; font: 600 14px/1.4 var(--f-body); text-align: center; padding: 8px 16px; }
.hcp-previa strong { color: #fff; }
.hcp-top { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 40; background: rgba(255, 255, 255, 0.94); backdrop-filter: saturate(1.2) blur(8px); border-bottom: 1px solid var(--line-100); }
.hcp-top .hcp-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 80px; }
.hcp-logo img { display: block; height: 46px; width: auto; }
.hcp-nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.hcp-nav a { font: 700 16px/1 var(--f-display); color: var(--slate-700); text-decoration: none; padding-block: 10px; }
.hcp-nav a[aria-current="page"] { color: var(--teal-700); box-shadow: inset 0 -2px 0 var(--teal-600); }

/* Botões */
.hcp-botoes { display: flex; flex-wrap: wrap; gap: 12px; }
.hcp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 12px 26px; border-radius: var(--pill); font: 800 19px/1.2 var(--f-display); color: #fff; text-decoration: none; transition: background-color 140ms var(--ease), transform 140ms var(--ease); }
.hcp-btn:hover { color: #fff; }
.hcp-btn:active { transform: scale(0.98); }
.hcp-btn--ligar { background: var(--teal-700); box-shadow: var(--sh-brand); }
.hcp-btn--ligar:hover { background: var(--teal-800); }
.hcp-btn--whats { background: var(--whats); }
.hcp-btn--whats:hover { background: var(--whats-700); }
.hcp-btn--claro { background: var(--card); color: var(--teal-800); border: 1.5px solid var(--teal-200); }
.hcp-btn--claro:hover { background: var(--teal-50); color: var(--teal-800); }
/* Abertura: botões discretos (aprovado em 26/09/2026). O título é o que mais chama atenção; o WhatsApp vem primeiro e o telefone vira link. */
.hcp-hero .hcp-botoes { gap: 6px 20px; align-items: center; }
.hcp-hero .hcp-btn { min-height: 46px; padding: 8px 20px; font-size: 16px; gap: 8px; }
.hcp-hero .hcp-btn .hcp-i { width: 19px; height: 19px; }
.hcp-hero .hcp-btn--whats { order: 1; background: var(--card); color: var(--whats-700); border: 1.5px solid var(--whats); box-shadow: none; }
.hcp-hero .hcp-btn--whats:hover { background: #eef8f3; color: var(--whats-700); }
.hcp-hero .hcp-btn--ligar { order: 2; min-height: 44px; padding: 8px 2px; background: none; box-shadow: none; color: var(--teal-800); font-weight: 700; }
.hcp-hero .hcp-btn--ligar:hover { background: none; color: var(--teal-700); text-decoration: underline; }

/* ===== 1. Abertura ===== */
.hcp-hero { padding-block: 28px 0; }
.hcp-hero__palco { position: relative; background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); overflow: hidden; min-height: 600px; display: grid; }
.hcp-hero__foto { position: absolute; inset: 0 0 0 38%; }
.hcp-hero__foto img { width: 100%; height: 100%; object-fit: cover; object-position: 78% 30%; display: block; }
.hcp-hero__foto::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.85) 16%, rgba(255, 255, 255, 0) 46%); z-index: 1; }
.hcp-hero__texto { position: relative; z-index: 2; align-self: center; padding: 56px clamp(24px, 4vw, 64px) 170px; max-width: 640px; display: grid; gap: 22px; justify-items: start; }
.hcp-hero h1 { font-size: clamp(40px, 4.8vw, 62px); line-height: 1.05; }
.hcp-hero__sub { margin: 0; font-size: 21px; line-height: 1.5; color: var(--slate-700); max-width: 36ch; }
.hcp-trajeto { position: absolute; z-index: 3; left: clamp(16px, 3vw, 40px); right: clamp(16px, 3vw, 40px); bottom: 22px; background: var(--card); border-radius: 40px; box-shadow: var(--sh-md); padding: 20px 28px; }
.hcp-trajeto ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); position: relative; }
.hcp-trajeto ol::before, .hcp-trajeto ol::after { content: ""; position: absolute; top: 22px; left: 10%; right: 10%; height: 0; border-top: 3px dotted var(--teal-600); }
.hcp-trajeto ol::after { border-top-style: solid; right: auto; width: 0; transition: width 1400ms var(--ease) 500ms; }
.hcp-trajeto.is-desenhado ol::after { width: 20%; }
.hcp-trajeto li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; text-align: center; }
.hcp-trajeto a { display: grid; justify-items: center; gap: 8px; text-decoration: none; color: var(--ink); min-height: 44px; }
.hcp-trajeto .hcp-num { width: 46px; height: 46px; border-radius: 50%; background: var(--teal-700); color: #fff; display: grid; place-items: center; font: 900 20px/1 var(--f-display); box-shadow: 0 0 0 6px var(--card); transition: transform 220ms var(--ease); }
.hcp-trajeto a:hover .hcp-num { transform: scale(1.08); }
.hcp-trajeto .hcp-rot { font: 800 17px/1.2 var(--f-display); max-width: 15ch; }

/* ===== Selo de avaliações ===== */
.hca-estrelas { display: inline-flex; gap: 3px; }
.hca-estrela { position: relative; width: var(--tam, 22px); height: var(--tam, 22px); flex: none; }
.hca-estrela svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hca-estrela .vazia { fill: var(--star-vazio); }
.hca-estrela .cheia { fill: var(--star); clip-path: inset(0 0 0 0); transition: clip-path 520ms var(--ease); transition-delay: calc(var(--n, 0) * 110ms); }
.hca-selo { display: inline-flex; align-items: center; gap: 14px; padding: 10px 20px 10px 12px; background: var(--card); border-radius: var(--pill); box-shadow: var(--sh-card); text-decoration: none; color: var(--ink); max-width: 100%; transition: box-shadow 220ms var(--ease), transform 220ms var(--ease); }
.hca-selo:hover { transform: translateY(-2px); box-shadow: var(--sh-card-h); color: var(--ink); }
.hca-selo__nota { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--teal-50); font: 900 22px/1 var(--f-display); color: var(--teal-800); font-variant-numeric: tabular-nums; }
.hca-selo__txt { display: grid; gap: 4px; }
.hca-selo__linha { font: 700 17px/1.2 var(--f-display); color: var(--slate-700); }
.hca-selo__linha strong { color: var(--ink); font-weight: 900; font-variant-numeric: tabular-nums; }
.hca-brilho { position: relative; overflow: hidden; border-radius: 6px; }
.hca-brilho::after { content: ""; position: absolute; inset: -4px; background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.85) 50%, transparent 70%); transform: translateX(-120%); pointer-events: none; }
.is-animando .hca-brilho::after { animation: hca-brilho 900ms var(--ease) 820ms 1 both; }
@keyframes hca-brilho { to { transform: translateX(120%); } }


.hcp-sr { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
/* ===== 2. Desmistificar: baralho de mitos ===== */
.hcp-md { margin-top: 44px; display: grid; gap: 18px; }
.hcp-md__pilha { position: relative; display: grid; gap: 28px; outline: none; }
.hcp-md__pilha:focus-visible { outline: 3px solid var(--teal-600); outline-offset: 8px; border-radius: var(--r-xl); }
.hcp-md__cartao { position: relative; margin: 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); overflow: hidden; }
.hcp-md__foto { position: relative; min-height: 400px; overflow: hidden; background: var(--teal-50); }
.hcp-md__foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hcp-md__foto .is-antes { opacity: 0; filter: saturate(0.75); }
.hcp-md__rotulo { position: absolute; left: 18px; top: 18px; padding: 9px 16px; border-radius: var(--pill); background: rgba(255, 255, 255, 0.95); font: 800 16px/1.2 var(--f-display); color: var(--teal-800); box-shadow: var(--sh-sm); }
.hcp-md__rotulo.is-antes { color: var(--slate-700); filter: none; }
.hcp-md__corpo { display: grid; align-content: center; gap: 28px; padding: clamp(28px, 4vw, 52px); }
.hcp-md__fala { position: relative; justify-self: start; margin-top: 20px; padding: 18px 24px 20px; background: var(--line-100); border-radius: 24px 24px 24px 6px; }
.hcp-md__fala::after { content: ""; position: absolute; left: 0; bottom: -12px; width: 22px; height: 14px; background: var(--line-100); clip-path: polygon(0 0, 100% 0, 0 100%); }
.hcp-md__frase { margin: 0; font: 800 clamp(22px, 2.2vw, 28px)/1.25 var(--f-display); color: var(--slate); }
.hcp-md__carimbo { position: absolute; top: -26px; right: 16px; padding: 7px 14px 6px; border: 3px solid var(--terra-700); border-radius: 10px; background: var(--card); color: var(--terra-700); font: 900 16px/1 var(--f-display); letter-spacing: 0.16em; text-transform: uppercase; transform: rotate(-9deg); box-shadow: var(--sh-sm); }
.hcp-md__verdade { margin: 0; font-size: 20px; line-height: 1.55; color: var(--body); }
.hcp-md__verdade strong { font-weight: 800; color: var(--teal-800); }
.hcp-md__controles { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.hcp-md__pontos { display: flex; align-items: center; gap: 2px; margin-right: auto; }
.hcp-md__ponto { display: grid; place-items: center; min-width: 28px; height: 44px; padding: 0 3px; border: 0; background: none; cursor: pointer; }
.hcp-md__ponto span { position: relative; display: block; width: 12px; height: 12px; border-radius: var(--pill); background: var(--teal-200); overflow: hidden; transition: width 420ms var(--ease), background-color 220ms var(--ease); }
.hcp-md__ponto:hover span { background: var(--teal-600); }
.hcp-md__ponto:focus-visible { outline: 3px solid var(--teal-600); outline-offset: 2px; border-radius: var(--r-md); }
.hcp-md__ponto[aria-current="true"] span { width: 52px; background: var(--teal-100); }
.hcp-md__ponto span i { position: absolute; inset: 0; border-radius: inherit; background: var(--teal-700); transform-origin: left; transform: scaleX(0); }
.hcp-md__ponto[aria-current="true"] span i { transform: scaleX(1); }
.hcp-md.is-tocando .hcp-md__ponto[aria-current="true"] span i { animation: hcp-progresso 9s linear both; }
.hcp-md.is-tocando:hover .hcp-md__ponto span i, .hcp-md.is-fora .hcp-md__ponto span i { animation-play-state: paused; }
@keyframes hcp-progresso { from { transform: scaleX(0); } }
/* modo baralho (com script) */
.hcp-md.is-deck .hcp-md__pilha { gap: 0; padding-bottom: 30px; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.hcp-md.is-deck .hcp-md__cartao { grid-area: 1 / 1; transform-origin: 50% 120%; transition: transform 700ms var(--ease), opacity 500ms var(--ease), box-shadow 320ms var(--ease); }
.hcp-md.is-deck .hcp-md__cartao > * { transition: opacity 320ms var(--ease); }
.hcp-md.is-deck .hcp-md__cartao:not([data-pos="0"]) > * { opacity: 0; }
.hcp-md.is-deck [data-pos="0"] { z-index: 3; box-shadow: var(--sh-card-h); }
.hcp-md.is-deck [data-pos="1"] { z-index: 2; transform: translate(16px, 14px) rotate(1.2deg); }
.hcp-md.is-deck [data-pos="2"] { z-index: 1; transform: translate(-12px, 26px) rotate(-1.6deg); }
.hcp-md.is-deck [data-pos="fora"] { z-index: 0; opacity: 0; transform: translate(0, 34px) scale(0.96); }
.hcp-md.is-deck .hcp-md__cartao.is-saindo { z-index: 4; transform: translate(-110%, -12px) rotate(-7deg); opacity: 0; }
.hcp-md.is-deck .hcp-md__cartao.is-chegando { z-index: 4; transform: translate(-110%, -12px) rotate(-7deg); opacity: 0; transition: none; }
/* a cena de cada cartão: começa quando o baralho aparece e a cada troca */
.js-mov .hcp-md:not(.is-pronto) [data-pos="0"] .hcp-md__fala, .js-mov .hcp-md:not(.is-pronto) [data-pos="0"] .hcp-md__carimbo, .js-mov .hcp-md:not(.is-pronto) [data-pos="0"] .hcp-md__verdade, .js-mov .hcp-md:not(.is-pronto) [data-pos="0"] .hcp-md__rotulo:not(.is-antes) { opacity: 0; }
.js-mov .hcp-md:not(.is-pronto) [data-pos="0"] .is-antes { opacity: 1; }
.hcp-md.is-pronto [data-pos="0"] .hcp-md__foto img:not(.is-antes) { animation: hcp-kb 1800ms var(--ease) both; }
.hcp-md.is-pronto [data-pos="0"] .hcp-md__foto .is-antes { animation: hcp-antes 2300ms var(--ease) both; }
.hcp-md.is-pronto [data-pos="0"] .hcp-md__rotulo:not(.is-antes) { animation: hcp-hoje 2300ms var(--ease) both; }
.hcp-md.is-pronto [data-pos="0"] .hcp-md__fala { animation: hcp-fala 600ms var(--ease) 150ms both, hcp-tranco 280ms ease-out 860ms; }
.hcp-md.is-pronto [data-pos="0"] .hcp-md__frase { animation: hcp-apaga 500ms var(--ease) 900ms both; }
.hcp-md.is-pronto [data-pos="0"] .hcp-md__carimbo { animation: hcp-carimbo 460ms cubic-bezier(0.2, 0.9, 0.25, 1) 700ms both; }
.hcp-md.is-pronto [data-pos="0"] .hcp-md__verdade { animation: hcp-sobe 700ms var(--ease) 1200ms both; }
@keyframes hcp-kb { from { transform: scale(1.12); } }
@keyframes hcp-antes { 0%, 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes hcp-hoje { 0%, 55% { opacity: 0; } 100% { opacity: 1; } }
@keyframes hcp-fala { from { opacity: 0; transform: translateX(-20px); } }
@keyframes hcp-tranco { 40% { transform: translateY(3px) rotate(-0.6deg); } }
@keyframes hcp-apaga { from { color: var(--ink); } }
@keyframes hcp-carimbo { from { opacity: 0; transform: scale(2.1) rotate(-26deg); } 40% { opacity: 1; } }
@keyframes hcp-sobe { from { opacity: 0; transform: translateY(18px); } }

/* ===== Destaque de tecnologia: Oticon Intent ===== */
.hcp-intent { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; margin-top: 44px; }
.hcp-cena { background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); padding: 26px; display: grid; gap: 18px; }
.hcp-cena__abas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.hcp-cena__aba { min-height: 64px; padding: 10px 12px; border-radius: var(--r-md); border: 2px solid var(--line); background: var(--card); font: 800 16px/1.2 var(--f-display); color: var(--slate-700); cursor: pointer; transition: border-color 220ms var(--ease), background-color 220ms var(--ease), color 220ms var(--ease); }
.hcp-cena__aba[aria-selected="true"] { border-color: var(--teal-600); background: var(--teal-50); color: var(--teal-800); }
.hcp-cena__desenho { position: relative; aspect-ratio: 1; max-width: 400px; width: 100%; justify-self: center; }
.hcp-cena__desenho svg { width: 100%; height: 100%; display: block; overflow: visible; }
.hcp-pessoa { fill: var(--slate); transition: transform 700ms var(--ease), opacity 500ms var(--ease); transform-box: fill-box; transform-origin: center; }
.hcp-foco { fill: rgba(0, 153, 188, 0.16); stroke: var(--teal-600); stroke-width: 1.5; }
.hcp-onda { fill: none; stroke: var(--teal-600); stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; animation: hcp-onda 2600ms var(--ease) infinite; }
.hcp-onda:nth-of-type(2) { animation-delay: 870ms; } .hcp-onda:nth-of-type(3) { animation-delay: 1740ms; }
@keyframes hcp-onda { 0% { opacity: 0.6; transform: scale(0.35); } 100% { opacity: 0; transform: scale(1); } }
.hcp-cena__txt { margin: 0; font-size: 19px; line-height: 1.55; color: var(--slate-700); min-height: 3.1em; }
.hcp-cena__fonte { margin: 0; font-size: 15px; color: var(--muted); }
.hcp-intent h3, .hcp-argosy h3 { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.15; text-wrap: balance; }
.hcp-intent__produto { margin: 0 0 28px; display: flex; align-items: center; gap: 24px; padding: 16px 28px 16px 16px; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.hcp-intent__produto img { display: block; width: 176px; height: auto; flex: none; }
.hcp-intent__produto figcaption { display: grid; gap: 4px; }
.hcp-intent__produto strong { font: 800 22px/1.2 var(--f-display); color: var(--ink); }
.hcp-intent__produto span { font-size: 15px; color: var(--muted); }
.hcp-intent__sub { margin: 12px 0 0; font-size: 19px; color: var(--slate-700); }

/* ===== 2. O que está incluído ===== */
.hcp-incluido__grade { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(0, 1fr); gap: 28px; align-items: center; margin-top: 48px; position: relative; }
.hcp-incluido__col { display: grid; gap: 28px; }
.hcp-item { position: relative; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-card); padding: 26px 26px 24px; display: grid; gap: 10px; }
.hcp-item__selo { width: 56px; height: 56px; border-radius: 50%; background: var(--teal-50); color: var(--teal-700); display: grid; place-items: center; }
.hcp-item__selo .hcp-i { width: 28px; height: 28px; }
.hcp-item h3 { font-size: 23px; line-height: 1.2; }
.hcp-item p { margin: 0; color: var(--slate); font-size: 18px; line-height: 1.55; }
.hcp-incluido__foto { position: relative; }
.hcp-incluido__foto img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 50% 50% var(--r-xl) var(--r-xl) / 34% 34% var(--r-xl) var(--r-xl); }
.hcp-incluido__nota { margin: 36px auto 0; max-width: 60ch; text-align: center; font: 700 19px/1.5 var(--f-display); color: var(--teal-800); }
.hcp-ligacoes { position: absolute; inset: 0; pointer-events: none; overflow: visible; }
.hcp-ligacoes path { fill: none; stroke: var(--teal-600); stroke-width: 2; stroke-dasharray: 3 7; stroke-linecap: round; }

/* ===== 3. Como funciona ===== */
.hcp-passos { position: relative; margin-top: 56px; display: grid; gap: 40px; }
.hcp-trilho { position: absolute; left: 27px; top: 28px; bottom: 28px; width: 4px; border-radius: 4px; background: var(--teal-100); }
.hcp-trilho span { position: absolute; left: 0; top: 0; width: 100%; height: var(--progresso, 0%); border-radius: 4px; background: var(--teal-700); }
.hcp-passo { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr) minmax(0, 0.9fr); gap: 32px; align-items: center; }
.hcp-passo__num { position: relative; z-index: 1; width: 58px; height: 58px; border-radius: 50%; background: var(--card); border: 3px solid var(--teal-200); color: var(--teal-800); display: grid; place-items: center; font: 900 22px/1 var(--f-display); transition: background-color 420ms var(--ease), border-color 420ms var(--ease), color 420ms var(--ease), transform 420ms var(--ease); }
.hcp-passo.is-alcancado .hcp-passo__num { background: var(--teal-700); border-color: var(--teal-700); color: #fff; transform: scale(1.06); }
.hcp-passo__txt h3 { font-size: clamp(24px, 2.4vw, 30px); line-height: 1.15; }
.hcp-passo__txt p { margin: 10px 0 0; font-size: 19px; line-height: 1.6; color: var(--slate-700); max-width: 44ch; }
.hcp-passo__txt .hcp-tag { display: inline-flex; margin-top: 12px; padding: 6px 12px; border-radius: var(--pill); background: var(--teal-50); color: var(--teal-800); font: 700 15px/1.2 var(--f-display); }
.hcp-passo__foto img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--sh-card); }
.hcp-passo:nth-of-type(even) .hcp-passo__foto { order: -1; }
.hcp-passo:nth-of-type(even) { grid-template-columns: 58px minmax(0, 0.9fr) minmax(0, 1fr); }
.hcp-passo:nth-of-type(even) .hcp-passo__num { order: -2; }

/* ===== 4. Tipos de aparelho ===== */
.hcp-tipos { background: var(--card); border-block: 1px solid var(--line-100); }
.hcp-ver { margin-top: 36px; display: grid; gap: 22px; }
.hcp-ver__abas { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.hcp-ver__aba { display: grid; justify-items: center; align-content: start; gap: 10px; min-height: 132px; padding: 16px 10px 14px; border: 2px solid var(--line); border-radius: var(--r-lg); background: var(--card); color: var(--slate-700); font: 800 17px/1.2 var(--f-display); text-align: center; cursor: pointer; transition: border-color 220ms var(--ease), background-color 220ms var(--ease), transform 220ms var(--ease), box-shadow 220ms var(--ease); }
.hcp-ver__aba img { display: block; width: auto; height: 60px; max-width: 86px; object-fit: contain; transition: transform 480ms var(--ease); }
.hcp-ver__aba:hover { border-color: var(--teal-200); transform: translateY(-2px); }
.hcp-ver__aba:hover img { transform: scale(1.08) rotate(-5deg); }
.hcp-ver__aba[aria-selected="true"] { border-color: var(--teal-600); background: var(--teal-50); color: var(--teal-800); box-shadow: var(--sh-card); }
.hcp-ver__aba:focus-visible { outline: 3px solid var(--teal-600); outline-offset: 3px; }
.hcp-ver__painel { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); overflow: hidden; }
.hcp-ver__painel[hidden] { display: none; }
.hcp-ver__foto { position: relative; min-height: 440px; overflow: hidden; background: var(--line-100); container-type: size; }
.hcp-ver__zoom { position: absolute; width: max(100cqw, 150cqh); height: max(100cqh, 66.667cqw); left: calc((100cqw - max(100cqw, 150cqh)) / 2); top: calc((100cqh - max(100cqh, 66.667cqw)) / 2); transform-origin: var(--zx) var(--zy); transition: transform 1200ms var(--ease); }
.hcp-ver__zoom img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hcp-ver__foto.is-achado .hcp-ver__zoom { transform: scale(var(--zs)); }
.hcp-ver__anel { position: absolute; left: var(--x); top: var(--y); width: var(--d); aspect-ratio: 1; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 2.5px var(--teal-600), 0 6px 16px rgba(2, 65, 80, 0.35); opacity: 0; transform: translate(-50%, -50%) scale(0.3); transition: opacity 420ms var(--ease), transform 620ms var(--ease); pointer-events: none; }
.hcp-ver__foto.is-achado .hcp-ver__anel { opacity: 1; transform: translate(-50%, -50%) scale(1); transition-delay: 800ms; }
.hcp-ver__foto.is-achado .hcp-ver__anel::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid #fff; animation: hcp-anel 1600ms var(--ease) 1300ms 3 both; }
@keyframes hcp-anel { from { opacity: 0.9; transform: scale(0.85); } to { opacity: 0; transform: scale(1.7); } }
.hcp-ver__pergunta { position: absolute; left: 18px; top: 18px; display: grid; padding: 9px 16px; border-radius: var(--pill); background: rgba(255, 255, 255, 0.95); box-shadow: var(--sh-sm); font: 800 17px/1.2 var(--f-display); color: var(--teal-800); }
.hcp-ver__pergunta .depois, .hcp-ver__foto.is-achado .hcp-ver__pergunta .antes { display: none; }
.hcp-ver__foto.is-achado .hcp-ver__pergunta .depois { display: inline; }
.hcp-ver__botao { position: absolute; right: 18px; bottom: 18px; min-height: 48px; padding: 0 22px; border: 0; border-radius: var(--pill); background: var(--teal-700); color: #fff; font: 800 17px/1 var(--f-display); box-shadow: var(--sh-brand); cursor: pointer; transition: background-color 220ms var(--ease), transform 220ms var(--ease); }
.hcp-ver__botao:hover { background: var(--teal-800); transform: translateY(-1px); }
.hcp-ver__botao:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.hcp-ver__info { display: grid; align-content: center; gap: 12px; padding: clamp(28px, 4vw, 48px); }
.hcp-ver__produto { display: block; width: auto; height: auto; max-width: 70%; max-height: 190px; margin-bottom: 10px; filter: drop-shadow(0 14px 18px rgba(27, 43, 49, 0.16)); }
.hcp-ver__info h3 { margin: 0; font-size: clamp(26px, 2.6vw, 32px); line-height: 1.15; text-wrap: balance; }
.hcp-ver__sigla { margin: 0; font: 800 15px/1.3 var(--f-display); letter-spacing: 0.04em; color: var(--teal-700); }
.hcp-ver__info p:not(.hcp-ver__sigla) { margin: 6px 0 0; font-size: 19px; line-height: 1.6; color: var(--slate-700); }
.hcp-ver__painel:not([hidden]) .hcp-ver__zoom img { animation: hcp-ver-foto 800ms var(--ease) both; }
.hcp-ver__painel:not([hidden]) .hcp-ver__produto { animation: hcp-ver-produto 800ms var(--ease) 120ms both; }
@keyframes hcp-ver-foto { from { opacity: 0; transform: scale(1.05); } }
@keyframes hcp-ver-produto { from { opacity: 0; transform: translateX(28px) rotate(8deg); } }
.hcp-argosy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; margin-top: clamp(80px, 9vw, 120px); }
.hcp-argosy__palco { position: sticky; top: 120px; order: 2; margin: 34px 0 0; padding: clamp(44px, 5vw, 60px) clamp(20px, 3vw, 32px) 20px; border-radius: var(--r-xl); background: radial-gradient(110% 85% at 50% 30%, #ffffff 0%, var(--teal-50) 55%, var(--teal-100) 100%); box-shadow: var(--sh-card); }
.hcp-argosy__familia { display: block; width: 100%; height: auto; transition: opacity 800ms var(--ease) 150ms, transform 900ms var(--ease) 150ms; }
.hcp-argosy__estojo { position: absolute; top: -36px; left: -18px; width: 27%; height: auto; transform: rotate(-4deg); filter: drop-shadow(0 16px 20px rgba(0, 95, 118, 0.18)); transition: opacity 600ms var(--ease) 650ms, transform 900ms var(--ease) 650ms; }
.hcp-argosy__credito { margin: 12px 0 0; font-size: 15px; color: var(--slate); text-align: center; }
.js-mov .hcp-argosy__palco:not(.is-visivel) .hcp-argosy__familia { opacity: 0; transform: translateY(24px) scale(0.97); }
.js-mov .hcp-argosy__palco:not(.is-visivel) .hcp-argosy__estojo { opacity: 0; transform: translate(-16px, -30px) rotate(-14deg); }
.hcp-modelos { margin: 32px 0 0; border-top: 1px solid var(--line); }
.hcp-modelos div { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.hcp-modelos dt { font: 800 18px/1.45 var(--f-display); color: var(--teal-800); }
.hcp-modelos dd { margin: 0; font-size: 17px; line-height: 1.5; color: var(--slate-700); }
.hcp-tec__nota { margin: clamp(56px, 7vw, 80px) 0 0; max-width: 62ch; font-size: 19px; line-height: 1.6; color: var(--slate-700); }
.hcp-tec__nota + .hcp-marcas { margin-top: 28px; }
.hcp-tipos__nota { margin: 20px 0 0; font-size: 17px; color: var(--muted); }

/* ===== 5. Tecnologia ===== */
.hcp-tec { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hcp-recursos { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 22px; }
.hcp-recursos li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; align-items: start; }
.hcp-recursos .hcp-item__selo { width: 52px; height: 52px; }
.hcp-recursos strong { display: block; font: 800 21px/1.25 var(--f-display); color: var(--ink); }
.hcp-recursos p { margin: 4px 0 0; color: var(--slate); }
.hcp-marcas { margin-top: 64px; padding: 28px 32px; border-radius: var(--r-lg); background: var(--card); box-shadow: var(--sh-sm); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; }
.hcp-marcas p { margin: 0; font: 800 19px/1.3 var(--f-display); color: var(--ink); }
.hcp-marcas ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 20px 44px; }
.hcp-marcas li { display: flex; align-items: center; }
.hcp-marca { display: block; width: auto; max-width: 100%; }
.hcp-marca--oticon { height: 30px; }
.hcp-marca--argosy { height: 22px; }
.hcp-marca--starkey { height: 50px; }
.hcp-marca--philips { height: 24px; }

/* ===== 6. Avaliações ===== */
.hca-secao { background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 4vw, 64px); align-items: center; overflow: hidden; }
.hca-placar h2 { margin: 0 0 18px; font-size: clamp(28px, 2.8vw, 36px); line-height: 1.15; max-width: 14ch; }
.hca-placar__nota { display: flex; align-items: center; gap: 18px; }
.hca-placar__num { font: 900 clamp(76px, 8vw, 104px)/0.9 var(--f-display); color: var(--ink); letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.hca-placar__lado { display: grid; gap: 8px; }
.hca-placar__total { font: 700 19px/1.25 var(--f-display); color: var(--slate-700); }
.hca-placar__total strong { color: var(--ink); font-weight: 900; font-variant-numeric: tabular-nums; }
.hca-placar p { margin: 18px 0 22px; color: var(--slate); max-width: 34ch; }
.hca-ver { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: var(--pill); border: 1.5px solid var(--teal-200); background: var(--card); color: var(--teal-800); font: 800 17px/1 var(--f-display); text-decoration: none; }
.hca-ver:hover { background: var(--teal-50); }
.hca-ver .hcp-i { width: 20px; height: 20px; }
.hca-deck { position: relative; display: grid; gap: 20px; }
.hca-pilha { position: relative; display: grid; padding-bottom: 18px; touch-action: pan-y; }
.hca-cartao { grid-area: 1 / 1; align-self: start; margin: 0; position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-card); padding: 30px 32px 26px; display: grid; gap: 14px; transform-origin: 50% 110%; transition: transform 640ms var(--ease), opacity 480ms var(--ease), box-shadow 320ms var(--ease); }
.hca-cartao > * { transition: opacity 360ms var(--ease); }
.hca-cartao:not([data-pos="0"]) > * { opacity: 0; }
.hca-cartao[data-pos="0"] { z-index: 3; transform: none; box-shadow: var(--sh-card-h); }
.hca-cartao[data-pos="1"] { z-index: 2; transform: translate(14px, 14px) rotate(2.2deg); }
.hca-cartao[data-pos="2"] { z-index: 1; transform: translate(-12px, 24px) rotate(-3deg); }
.hca-cartao[data-pos="fora"] { z-index: 0; opacity: 0; transform: translate(0, 34px) scale(0.96); }
.hca-cartao.is-saindo { z-index: 4; transform: translate(-115%, -12px) rotate(-9deg); opacity: 0; }
.hca-aspas { width: 44px; height: 34px; color: var(--terra-600); }
.hca-cartao blockquote { margin: 0; font: 400 20px/1.55 var(--f-body); color: var(--body); }
.hca-cartao footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; padding-top: 12px; border-top: 1px solid var(--line); }
.hca-autor { font: 800 18px/1.2 var(--f-display); color: var(--ink); }
.hca-autor span { display: block; font: 600 15px/1.3 var(--f-body); color: var(--muted); margin-top: 2px; }
.hca-controles { display: flex; align-items: center; gap: 14px; }
.hca-btn-nav { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--teal-200); background: var(--card); color: var(--teal-800); display: grid; place-items: center; cursor: pointer; }
.hca-btn-nav:hover { background: var(--teal-50); }
.hca-contagem { font: 700 17px/1 var(--f-display); color: var(--slate); font-variant-numeric: tabular-nums; min-width: 6ch; }

/* ===== 7. Sinais ===== */
.hcp-sinais { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.hcp-checks { display: grid; gap: 12px; }
.hcp-check { width: 100%; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 16px; align-items: center; text-align: left; padding: 18px 20px; min-height: 72px; border-radius: var(--r-lg); border: 2px solid var(--line); background: var(--card); font: 700 19px/1.35 var(--f-display); color: var(--ink); cursor: pointer; transition: border-color 220ms var(--ease), background-color 220ms var(--ease); }
.hcp-check:hover { border-color: var(--teal-200); }
.hcp-check__caixa { width: 36px; height: 36px; border-radius: 10px; border: 2px solid var(--teal-200); display: grid; place-items: center; color: #fff; transition: background-color 220ms var(--ease), border-color 220ms var(--ease); }
.hcp-check__caixa svg { width: 22px; height: 22px; stroke-dasharray: 24; stroke-dashoffset: 24; transition: stroke-dashoffset 320ms var(--ease); }
.hcp-check[aria-pressed="true"] { border-color: var(--teal-600); background: var(--teal-50); }
.hcp-check[aria-pressed="true"] .hcp-check__caixa { background: var(--teal-700); border-color: var(--teal-700); }
.hcp-check[aria-pressed="true"] .hcp-check__caixa svg { stroke-dashoffset: 0; }
.hcp-resposta { margin-top: 20px; padding: 24px; border-radius: var(--r-lg); background: var(--card); box-shadow: var(--sh-card); display: grid; gap: 14px; }
.hcp-resposta[hidden] { display: none; }
.hcp-resposta p { margin: 0; font-size: 19px; color: var(--slate-700); }

/* ===== 8. A clínica ===== */
.hcp-clinica { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); grid-template-rows: 250px 250px; gap: 20px; margin-top: 44px; }
.hcp-clinica__grande img, .hcp-clinica__peq img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-xl); }
.hcp-clinica__grande { grid-row: span 2; min-height: 0; }
.hcp-clinica__peq { min-height: 0; }
.hcp-endereco { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 30px; border-radius: var(--r-lg); background: var(--teal-50); border: 1px solid var(--teal-100); }
.hcp-endereco p { margin: 0; font-size: 19px; color: var(--slate-700); }
.hcp-endereco strong { display: block; font: 800 22px/1.3 var(--f-display); color: var(--ink); }

/* ===== 9. Perguntas ===== */
.hcp-faq { display: grid; gap: 12px; margin-top: 36px; max-width: 860px; }
.hcp-faq details { background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-sm); }
.hcp-faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 18px 24px; font: 800 20px/1.3 var(--f-display); color: var(--ink); cursor: pointer; }
.hcp-faq summary::-webkit-details-marker { display: none; }
.hcp-faq summary .hcp-i { color: var(--teal-700); transition: transform 320ms var(--ease); }
.hcp-faq details[open] summary .hcp-i { transform: rotate(45deg); }
.hcp-faq details > div { padding: 0 24px 22px; }
.hcp-faq details p { margin: 0; font-size: 19px; line-height: 1.6; color: var(--slate-700); max-width: 66ch; }

/* ===== 10. Agende ===== */
.hcp-agende { position: relative; overflow: hidden; border-radius: var(--r-xl); background: var(--teal-800); color: #e6f4f8; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: stretch; }
.hcp-agende__txt { padding: clamp(32px, 5vw, 64px); display: grid; gap: 18px; align-content: center; }
.hcp-agende h2 { color: #fff; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; }
.hcp-agende p { margin: 0; font-size: 20px; line-height: 1.5; max-width: 40ch; }
.hcp-agende .hcp-btn--ligar { background: #fff; color: var(--teal-800); box-shadow: none; }
.hcp-agende .hcp-btn--ligar:hover { background: var(--teal-50); color: var(--teal-800); }
.hcp-agende__num { font-size: 18px; color: #cfe7ee; }
.hcp-agende__num strong { color: #fff; user-select: all; }
.hcp-agende__foto { position: relative; min-height: 320px; }
.hcp-agende__foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 30% 30%; }

/* Rodapé: simula o do site */
.hcp-rodape { margin-top: 88px; background: var(--teal-900); color: #dcecf1; padding-block: 48px 24px; font-size: 17px; }
.hcp-rodape .hcp-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.hcp-rodape img { height: 44px; width: auto; display: block; }

/* ===== Movimento de entrada (só com JS e movimento permitido) ===== */
.js-mov .hcp-revela { opacity: 0; transform: translateY(24px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.js-mov .hcp-revela.is-visivel { opacity: 1; transform: none; }
.js-mov .hcp-hero__foto img { transform: scale(1.05); transition: transform 1600ms var(--ease); }
.js-mov .hcp-hero.is-pronto .hcp-hero__foto img { transform: none; }
.hca.is-preparado .hca-estrela .cheia { clip-path: inset(0 100% 0 0); }
.hca.is-preparado .hca-cartao { opacity: 0; transform: translate(0, 56px) rotate(-4deg) scale(0.94); }
.hca.is-preparado .hca-placar__num, .hca.is-preparado .hca-selo__nota { opacity: 0; transform: translateY(10px); }
.hca-placar__num, .hca-selo__nota { transition: opacity 600ms var(--ease) 200ms, transform 600ms var(--ease) 200ms; }
.hca.is-animando .hca-cartao { transition-delay: calc(var(--d, 0) * 130ms + 300ms); }
.js-mov .hcp-ligacoes path { stroke-dashoffset: 400; transition: stroke-dashoffset 1400ms var(--ease) 300ms; }
.js-mov .is-visivel .hcp-ligacoes path, .js-mov .hcp-ligacoes.is-visivel path { stroke-dashoffset: 0; }

/* ===== Telas menores ===== */
@media (max-width: 1080px) {
  .hcp-nav { display: none; }
  .hcp-incluido__grade { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .hcp-incluido__foto { grid-column: 1 / -1; order: -1; max-width: 420px; justify-self: center; width: 100%; }
  .hcp-ligacoes { display: none; }
}
@media (max-width: 900px) {
  .hcp-hero__palco { min-height: 0; }
  .hcp-hero__foto { position: relative; inset: auto; height: 340px; order: -1; }
  .hcp-hero__foto::before { background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 40%); }
  .hcp-hero__texto { padding: 8px 24px 28px; max-width: none; }
  .hcp-trajeto { position: relative; left: auto; right: auto; bottom: auto; margin: 0 16px 20px; border-radius: var(--r-lg); padding: 18px 16px; }
  .hcp-trajeto ol { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .hcp-trajeto ol::before, .hcp-trajeto ol::after { display: none; }
  .hcp-trajeto li, .hcp-trajeto a { justify-items: start; text-align: left; }
  .hcp-trajeto a { grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 14px; }
  .hcp-trajeto .hcp-num { width: 40px; height: 40px; font-size: 18px; box-shadow: none; }
  .hcp-trajeto .hcp-rot { max-width: none; }
  .hcp-passo, .hcp-passo:nth-of-type(even) { grid-template-columns: 58px minmax(0, 1fr); gap: 16px 20px; }
  .hcp-passo__foto, .hcp-passo:nth-of-type(even) .hcp-passo__foto { order: 0; grid-column: 2; }
  .hcp-argosy { grid-template-columns: minmax(0, 1fr); }
  .hcp-argosy__palco { position: relative; top: auto; order: 0; margin-top: 40px; }
  .hcp-md__cartao { grid-template-columns: minmax(0, 1fr); }
  .hcp-md__foto { min-height: 0; aspect-ratio: 3 / 2; }
  .hcp-ver__painel { grid-template-columns: minmax(0, 1fr); }
  .hcp-ver__foto { min-height: 0; aspect-ratio: 3 / 2; }
  .hcp-ver__abas { grid-template-columns: repeat(5, 132px); overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 8px; margin: 0 -2px; }
  .hcp-ver__aba { scroll-snap-align: start; }
  .hcp-intent, .hcp-tec, .hcp-sinais, .hca-secao, .hcp-clinica, .hcp-agende { grid-template-columns: minmax(0, 1fr); }
  .hcp-clinica { grid-template-rows: 300px 220px 220px; }
  .hcp-clinica__grande { grid-row: auto; }
  .hcp-agende__foto { min-height: 260px; order: -1; }
}
@media (max-width: 640px) {
  .hcp-top .hcp-wrap { min-height: 68px; }
  .hcp-logo img { height: 38px; }
  .hcp-hero { padding-block: 16px 0; }
  .hcp-hero__palco { border-radius: var(--r-lg); }
  .hcp-hero__foto { height: 280px; }
  .hcp-hero h1 { font-size: 38px; }
  .hcp-hero__sub { font-size: 19px; }
  .hcp-btn { width: 100%; padding: 12px 18px; font-size: 18px; }
  .hca-selo { gap: 10px; padding: 8px 16px 8px 8px; }
  .hca-selo__nota { width: 48px; height: 48px; font-size: 19px; }
  .hcp-incluido__grade { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .hcp-incluido__col { gap: 16px; }
  .hcp-passo, .hcp-passo:nth-of-type(even) { grid-template-columns: 46px minmax(0, 1fr); }
  .hcp-passo__num { width: 46px; height: 46px; font-size: 19px; }
  .hcp-trilho { left: 21px; }
  .hcp-ver__aba { min-height: 118px; font-size: 16px; }
  .hcp-ver__aba img { height: 50px; }
  .hcp-ver__pergunta { left: 12px; top: 12px; font-size: 15px; padding: 8px 13px; }
  .hcp-ver__botao { right: 12px; bottom: 12px; min-height: 44px; padding: 0 16px; font-size: 16px; }
  .hcp-ver__info { padding: 24px 20px 28px; }
  .hcp-ver__produto { max-height: 140px; }
  .hca-cartao { padding: 24px 20px 20px; }
  .hca-cartao[data-pos="1"] { transform: translate(8px, 10px) rotate(1.6deg); }
  .hca-cartao[data-pos="2"] { transform: translate(-6px, 18px) rotate(-2deg); }
  .hcp-marcas ul { gap: 18px 32px; }
  .hcp-md__corpo { gap: 22px; padding: 22px 20px 26px; }
  .hcp-md__verdade { font-size: 19px; }
  .hcp-md.is-deck [data-pos="1"] { transform: translate(8px, 10px) rotate(1deg); }
  .hcp-md.is-deck [data-pos="2"] { transform: translate(-6px, 18px) rotate(-1.2deg); }
  .hcp-md__rotulo { left: 12px; top: 12px; font-size: 15px; }
  .hcp-argosy__estojo { width: 30%; left: -4px; top: -32px; }
  .hcp-modelos div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .hcp-intent__produto { gap: 16px; padding: 12px 20px 12px 8px; }
  .hcp-intent__produto img { width: 128px; }
  .hcp-marca--oticon { height: 26px; }
  .hcp-marca--argosy { height: 19px; }
  .hcp-marca--starkey { height: 44px; }
  .hcp-marca--philips { height: 21px; }
  .hcp-endereco { padding: 22px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hcp-area *, .hcp-area *::before, .hcp-area *::after { transition-duration: 0ms !important; animation: none !important; transition-delay: 0ms !important; }
}

/* Hear Clean: páginas de serviço (Avaliação auditiva gratuita, Imitanciometria, Manutenção e acessórios,
   Tratamento de zumbido, Audiometria, Perda auditiva, Protetores auriculares).
   Complementa o CSS da página de Aparelhos Auditivos, que vem antes deste. */

/* ===== Abertura: variações ===== */
.hcs-hero h1 { font-size: clamp(38px, 4.2vw, 56px); line-height: 1.07; }
.hcs-hero--retrato .hcp-hero__foto { inset: 0 0 0 56%; }
.hcs-hero--retrato .hcp-hero__foto img { object-position: 50% 0%; }
.hcs-hero--retrato .hcp-hero__foto::before { background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.6) 9%, rgba(255, 255, 255, 0) 30%); }
.hcs-hero--retrato .hcp-hero__texto { max-width: min(640px, 60%); }
.hcs-trajeto--4 ol { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hcs-trajeto--4 ol::before, .hcs-trajeto--4 ol::after { left: 12.5%; right: 12.5%; }
.hcs-trajeto--4 ol::after { right: auto; }
.hcs-trajeto--4.is-desenhado ol::after { width: 25%; }
.hcs-atalhos ol { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hcs-atalhos ol::before, .hcs-atalhos ol::after { display: none; }
.hcs-atalhos .hcp-num { background: var(--teal-50); color: var(--teal-700); }
.hcs-atalhos .hcp-num .hcp-i { width: 22px; height: 22px; }
.hcs-atalhos a:hover .hcp-num { background: var(--teal-100); }

/* ===== Abertura do texto + fatos ===== */
.hcs-abre { padding-block: clamp(48px, 6vw, 80px) 0; }
.hcs-lead { margin: 0; max-width: 62ch; font-size: clamp(20px, 1.8vw, 23px); line-height: 1.6; color: var(--body); }
.hcs-lead strong { color: var(--ink); font-weight: 700; }
.hcs-fatos { list-style: none; margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.hcs-fatos li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: center; padding: 18px 20px; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-sm); font: 800 18px/1.3 var(--f-display); color: var(--ink); }
.hcs-fatos .hcp-item__selo { width: 48px; height: 48px; }
.hcs-fatos .hcp-item__selo .hcp-i { width: 24px; height: 24px; }

/* Revelação em sequência */
.js-mov .hcs-d1 { transition-delay: 90ms; }
.js-mov .hcs-d2 { transition-delay: 180ms; }
.js-mov .hcs-d3 { transition-delay: 270ms; }

/* Sinais com foto (manutenção) */
.hcs-sinais__foto { margin: 32px 0 0; }
.hcs-sinais__foto img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--sh-card); }
.hcs-sinais__nota { margin: 16px 0 0; font: 700 19px/1.5 var(--f-display); color: var(--teal-800); }

/* Passos com foto quadrada */
.hcs-passos .hcp-passo__foto img { aspect-ratio: 1 / 1; max-width: 440px; }
.hcs-passos .hcp-passo:nth-of-type(odd) .hcp-passo__foto img { margin-left: auto; }

/* ===== O que acontece depois ===== */
.hcs-caminhos { margin-top: 44px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hcs-caminho { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 8px 20px; align-content: start; padding: 28px 30px; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-card); }
.hcs-caminho .hcp-item__selo { grid-row: span 2; }
.hcs-caminho h3 { font-size: 23px; line-height: 1.25; align-self: center; }
.hcs-caminho p { margin: 0; font-size: 18px; line-height: 1.6; color: var(--slate-700); }
.hcs-caminho--medico .hcp-item__selo { background: var(--terra-50); color: var(--terra-700); }

/* ===== Par de blocos lado a lado ===== */
.hcs-par { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: stretch; }
.hcs-bloco { padding: clamp(28px, 4vw, 48px); border-radius: var(--r-xl); background: var(--card); box-shadow: var(--sh-card); display: grid; gap: 18px; align-content: start; }
.hcs-bloco h2 { font-size: clamp(28px, 2.8vw, 36px); line-height: 1.15; }
.hcs-bloco p { margin: 0; font-size: 19px; line-height: 1.6; color: var(--slate-700); }
.hcs-bloco--destaque { background: var(--teal-800); color: #e6f4f8; box-shadow: none; }
.hcs-bloco--destaque h2 { color: #fff; }
.hcs-bloco--destaque p { color: #e6f4f8; }
.hcs-sim { font: 900 clamp(56px, 6vw, 80px)/0.9 var(--f-display); color: #fff; letter-spacing: -0.03em; }
.hcs-bloco--claro { background: var(--teal-50); border: 1px solid var(--teal-100); box-shadow: none; }
.hcs-lista { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.hcs-lista li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: center; font-size: 19px; line-height: 1.5; color: var(--body); }
.hcs-lista .hcp-item__selo { width: 44px; height: 44px; }
.hcs-lista .hcp-item__selo .hcp-i { width: 22px; height: 22px; }

/* ===== Chamada de resposta direta ===== */
.hcs-resposta { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 64px); align-items: center; padding: clamp(28px, 4vw, 56px); border-radius: var(--r-xl); background: var(--teal-50); border: 1px solid var(--teal-100); }
.hcs-resposta h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.12; }
.hcs-resposta__txt { display: grid; gap: 14px; }
.hcs-resposta__txt p { margin: 0; font-size: 19px; line-height: 1.6; color: var(--slate-700); }
.hcs-resposta__txt p:first-child { font: 800 clamp(22px, 2.1vw, 26px)/1.4 var(--f-display); color: var(--ink); }

/* ===== Texto com figura ===== */
.hcs-dupla { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hcs-dupla--inversa { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
.hcs-texto { display: grid; gap: 0; }
.hcs-texto > p { margin: 18px 0 0; font-size: 19px; line-height: 1.65; color: var(--slate-700); max-width: 60ch; }
.hcs-texto > p:first-of-type { margin-top: 16px; }
.hcs-pontos { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 12px; }
.hcs-pontos li { position: relative; padding-left: 30px; font-size: 19px; line-height: 1.55; color: var(--body); }
.hcs-pontos li::before { content: ""; position: absolute; left: 4px; top: 0.55em; width: 11px; height: 11px; border-radius: 50%; background: var(--teal-600); box-shadow: 0 0 0 4px var(--teal-100); }
.hcs-figura { margin: 0; display: grid; gap: 14px; }
.hcs-figura img { display: block; width: 100%; height: auto; border-radius: var(--r-xl); }
.hcs-figura--ilustracao img { background: #fff; box-shadow: var(--sh-card); }
.hcs-figura--foto img { aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--sh-card); }
.hcs-figura figcaption { font-size: 16px; line-height: 1.55; color: var(--slate); }
.hcs-figura figcaption strong { color: var(--ink); }

/* ===== Esquema animado da sonda (imitanciometria) ===== */
.hcs-sonda { margin: 0; padding: 24px; background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); display: grid; gap: 12px; }
.hcs-sonda svg { display: block; width: 100%; height: auto; overflow: visible; }
.hcs-sonda text { font: 700 15px/1 var(--f-display); fill: var(--slate-700); }
.hcs-sonda .rot-forte { fill: var(--teal-800); font-weight: 800; }
.hcs-sonda figcaption { font-size: 16px; line-height: 1.55; color: var(--slate); }
.hcs-sonda__canal { fill: #fbe9df; stroke: #e9b79d; stroke-width: 2; }
.hcs-sonda__pele { fill: #f6d8c6; }
.hcs-sonda__plug { fill: var(--teal-700); }
.hcs-sonda__ponta { fill: #d9eef4; stroke: var(--teal-600); stroke-width: 2; }
.hcs-sonda__timpano { fill: none; stroke: var(--terra-600); stroke-width: 5; stroke-linecap: round; }
.hcs-sonda__onda { fill: none; stroke: var(--teal-600); stroke-width: 2.5; stroke-linecap: round; opacity: 0; }
.hcs-sonda__guia { stroke: var(--slate); stroke-width: 1.5; stroke-dasharray: 2 4; }
.hcs-sonda__ar { fill: var(--teal-600); opacity: 0.18; }
.hcs-sonda__meio { fill: var(--teal-50); stroke: var(--teal-100); stroke-width: 2; }
.hcs-sonda__cabo { fill: none; stroke: var(--teal-800); stroke-width: 7; stroke-linecap: round; }
.hcs-sonda__marca circle { fill: var(--teal-800); }
.hcs-sonda__marca text { font: 900 17px/1 var(--f-display); fill: #fff; text-anchor: middle; }
.hcs-legenda { list-style: none; margin: 0; padding: 0; counter-reset: leg; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; }
.hcs-legenda li { counter-increment: leg; display: flex; align-items: center; gap: 10px; font: 700 17px/1.3 var(--f-display); color: var(--ink); }
.hcs-legenda li::before { content: counter(leg); flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--teal-800); color: #fff; display: grid; place-items: center; font: 900 15px/1 var(--f-display); }
.js-mov .hcs-sonda.is-visivel .hcs-sonda__onda { animation: hcs-onda 2400ms var(--ease) infinite; }
.js-mov .hcs-sonda.is-visivel .hcs-sonda__onda:nth-of-type(2) { animation-delay: 800ms; }
.js-mov .hcs-sonda.is-visivel .hcs-sonda__onda:nth-of-type(3) { animation-delay: 1600ms; }
.js-mov .hcs-sonda.is-visivel .hcs-sonda__timpano { animation: hcs-timpano 4800ms ease-in-out infinite; }
.js-mov .hcs-sonda.is-visivel .hcs-sonda__ar { animation: hcs-ar 4800ms ease-in-out infinite; }
@keyframes hcs-onda { 0% { opacity: 0; transform: translateX(0); } 20% { opacity: 0.9; } 100% { opacity: 0; transform: translateX(248px); } }
@keyframes hcs-timpano { 0%, 100% { d: path("M 470 58 Q 470 110 470 162"); } 30% { d: path("M 470 58 Q 500 110 470 162"); } 65% { d: path("M 470 58 Q 442 110 470 162"); } }
@keyframes hcs-ar { 0%, 100% { opacity: 0.12; } 30% { opacity: 0.32; } 65% { opacity: 0.04; } }

/* ===== Etapas numeradas (sem foto) ===== */
.hcs-etapas { list-style: none; margin: 0; padding: 0; counter-reset: etapa; display: grid; gap: 0; position: relative; }
.hcs-etapas li { counter-increment: etapa; position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; padding-bottom: 26px; font-size: 19px; line-height: 1.6; color: var(--body); }
.hcs-etapas li::before { content: counter(etapa); width: 52px; height: 52px; border-radius: 50%; background: var(--card); border: 3px solid var(--teal-200); color: var(--teal-800); display: grid; place-items: center; font: 900 21px/1 var(--f-display); position: relative; z-index: 1; }
.hcs-etapas li::after { content: ""; position: absolute; left: 24.5px; top: 52px; bottom: 0; width: 3px; background: var(--teal-100); }
.hcs-etapas li:last-child::after { display: none; }
.hcs-etapas li:last-child { padding-bottom: 0; }
.hcs-etapas p { margin: 12px 0 0; }
.hcs-etapas strong { color: var(--ink); }
.hcs-depois { margin: 24px 0 0 72px; font: 700 19px/1.5 var(--f-display); color: var(--teal-800); }

/* ===== Duas partes do exame ===== */
.hcs-partes { margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hcs-parte { padding: 30px 32px; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-card); display: grid; gap: 12px; align-content: start; }
.hcs-parte h3 { font-size: 24px; line-height: 1.2; }
.hcs-parte p { margin: 0; font-size: 19px; line-height: 1.6; color: var(--slate-700); }

/* ===== Curvas da timpanometria ===== */
.hcs-sub { margin-top: clamp(64px, 8vw, 96px); }
.hcs-parte .hcp-item__selo { margin-bottom: 4px; }
.hcs-dica { margin: 0 0 4px; font: 700 16px/1.4 var(--f-display); color: var(--teal-800); }
.hcs-grafico .ref-grupo { transition: opacity 300ms var(--ease); }

.hcs-curvas { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 24px; align-items: start; }
.hcs-grafico { margin: 0; padding: 24px 24px 20px; background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); display: grid; gap: 14px; }
.hcs-grafico__topo { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; }
.hcs-grafico__nome { font: 900 28px/1.1 var(--f-display); color: var(--ink); }
.hcs-grafico__desc { margin: 0; min-height: 3.2em; font-size: 18px; line-height: 1.55; color: var(--slate-700); }
.hcs-grafico svg { display: block; width: 100%; height: auto; overflow: visible; }
.hcs-grafico .eixo { stroke: var(--slate); stroke-width: 1.5; }
.hcs-grafico .grade { stroke: var(--line); stroke-width: 1; stroke-dasharray: 3 5; }
.hcs-grafico .rotulo { font: 700 14px/1 var(--f-body); fill: var(--slate); }
.hcs-grafico .rotulo-eixo { font: 800 15px/1 var(--f-display); fill: var(--slate-700); }
.hcs-grafico .ref { fill: none; stroke: var(--muted); stroke-width: 2; stroke-dasharray: 6 6; }
.hcs-grafico__ref { display: inline-flex; align-items: center; gap: 8px; font: 700 15px/1.2 var(--f-body); color: var(--slate); visibility: hidden; }
.hcs-grafico__ref::before { content: ""; width: 26px; border-top: 2px dashed var(--muted); }
.hcs-grafico .curva { fill: none; stroke: var(--teal-700); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.hcs-grafico .area { fill: var(--teal-600); opacity: 0.1; }
.hcs-grafico .pico { fill: var(--card); stroke: var(--teal-700); stroke-width: 3; transition: opacity 300ms var(--ease); }
.hcs-grafico figcaption { font-size: 15px; line-height: 1.5; color: var(--slate); }
.js-mov .hcs-grafico:not(.is-visivel) .curva { stroke-dasharray: 1600; stroke-dashoffset: 1600; }
.js-mov .hcs-grafico.is-visivel .curva { stroke-dasharray: 1600; stroke-dashoffset: 0; transition: stroke-dashoffset 1400ms var(--ease) 200ms; }
.hcs-tabela { margin: 0; width: 100%; border-collapse: separate; border-spacing: 0 8px; }
.hcs-tabela caption { text-align: left; font: 800 15px/1.3 var(--f-display); color: var(--slate); padding-bottom: 4px; }
.hcs-tabela th[scope="col"] { text-align: left; font: 800 15px/1.2 var(--f-display); color: var(--slate); padding: 0 16px 4px; }
.hcs-tabela tbody th, .hcs-tabela td { background: var(--card); padding: 14px 16px; font-size: 17px; line-height: 1.45; color: var(--slate-700); text-align: left; vertical-align: middle; transition: background-color 220ms var(--ease), box-shadow 220ms var(--ease); }
.hcs-tabela tbody th { width: 118px; border-radius: var(--r-md) 0 0 var(--r-md); font-weight: 400; }
.hcs-tabela td { border-radius: 0 var(--r-md) var(--r-md) 0; }
.hcs-tabela tbody tr { box-shadow: var(--sh-sm); border-radius: var(--r-md); }
.hcs-tabela tr.is-ativa th, .hcs-tabela tr.is-ativa td { background: var(--teal-50); color: var(--ink); }

.hcs-curva-btn, .hcs-opcao { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border: 2px solid var(--teal-200); border-radius: var(--pill); background: var(--card); color: var(--teal-800); font: 900 17px/1 var(--f-display); cursor: pointer; white-space: nowrap; transition: background-color 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease); }
.hcs-curva-btn:hover, .hcs-opcao:hover { border-color: var(--teal-600); }
.hcs-curva-btn[aria-pressed="true"], .hcs-opcao[aria-pressed="true"] { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }
.hcs-curva-btn:focus-visible, .hcs-opcao:focus-visible { outline: 3px solid var(--teal-600); outline-offset: 2px; }
.hcs-curvas__nota { margin: 28px 0 0; max-width: 70ch; font-size: 19px; line-height: 1.65; color: var(--slate-700); }
.hcs-normal { margin-top: 24px; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; align-items: center; padding: 22px 26px; border-radius: var(--r-lg); background: var(--teal-50); border: 1px solid var(--teal-100); }
.hcs-normal p { margin: 0; font-size: 19px; line-height: 1.55; color: var(--body); }
.hcs-normal strong { color: var(--ink); }

/* ===== Manutenção: fluxo ===== */
.hcs-fluxo { margin-top: 24px; display: grid; gap: 0; }
.hcs-fluxo__passo { padding: 20px 22px; border-radius: var(--r-lg); background: var(--card); box-shadow: var(--sh-sm); font-size: 18px; line-height: 1.55; color: var(--body); }
.hcs-fluxo__passo strong { display: block; margin-bottom: 4px; font: 800 19px/1.3 var(--f-display); color: var(--ink); }
.hcs-fluxo__ramo { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding-top: 38px; }
.hcs-fluxo__ramo::before { content: ""; position: absolute; top: 0; left: 50%; height: 19px; border-left: 3px dotted var(--teal-600); }
.hcs-fluxo__ramo::after { content: ""; position: absolute; top: 19px; left: 25%; right: 25%; height: 19px; border: 3px dotted var(--teal-600); border-bottom: 0; border-radius: 12px 12px 0 0; }
.hcs-incluso { margin-top: 20px; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: center; padding: 18px 22px; border-radius: var(--r-lg); background: var(--teal-50); border: 1px solid var(--teal-100); font: 700 18px/1.5 var(--f-display); color: var(--teal-800); }
.hcs-incluso .hcp-item__selo { width: 48px; height: 48px; background: var(--card); }

/* ===== Acessórios ===== */
.hcs-acess { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.hcs-acess__foto { margin: 0; position: sticky; top: 110px; display: grid; gap: 12px; }
.hcs-acess__foto img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--sh-card); }
.hcs-acess__foto figcaption { font-size: 16px; line-height: 1.5; color: var(--slate); }
.hcs-acess__marcas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin: 0 0 22px; padding: 16px 22px; border-radius: var(--r-lg); background: var(--canvas); }
.hcs-acess__marcas span { font: 800 16px/1.2 var(--f-display); color: var(--slate-700); }
.hcs-acess__marcas img { display: block; width: auto; }
.hcs-acess__lista { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.hcs-acess__lista li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: center; padding: 16px 20px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--card); font-size: 19px; line-height: 1.5; color: var(--body); transition: border-color 220ms var(--ease), transform 220ms var(--ease); }
.hcs-acess__lista li:hover { border-color: var(--teal-200); transform: translateX(4px); }
.hcs-acess__lista strong { color: var(--ink); font-weight: 700; }
.hcs-acess__lista .hcp-item__selo .hcp-i { width: 28px; height: 28px; }

/* ===== Cuidados em casa ===== */
.hcs-cuidados { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.hcs-cuidados__col { padding: clamp(26px, 3vw, 36px); border-radius: var(--r-xl); background: var(--card); box-shadow: var(--sh-card); display: grid; gap: 20px; }
.hcs-cuidados__col h3 { display: flex; align-items: center; gap: 12px; font-size: 25px; line-height: 1.2; }
.hcs-cuidados__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.hcs-cuidados__col li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 14px; align-items: start; font-size: 19px; line-height: 1.55; color: var(--body); }
.hcs-marca-ok, .hcs-marca-nao { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.hcs-marca-ok { background: var(--teal-50); color: var(--teal-700); }
.hcs-marca-nao { background: var(--terra-50); color: var(--terra-700); }
.hcs-marca-nao .hcp-i { stroke-width: 2.2; }
.hcs-marca-ok .hcp-i, .hcs-marca-nao .hcp-i { width: 20px; height: 20px; stroke-width: 2.5; }
.hcs-cuidados__fonte { margin: 18px 0 0; font-size: 16px; color: var(--slate); }

/* ===== Referências e aviso ===== */
.hcs-refs { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; gap: 14px; }
.hcs-refs__aviso { margin: 0; font-size: 17px; line-height: 1.6; color: var(--slate-700); }
.hcs-refs h2 { font-size: 20px; line-height: 1.3; }
.hcs-refs ol { margin: 0; padding-left: 22px; display: grid; gap: 8px; font-size: 16px; line-height: 1.55; color: var(--slate); }
.hcs-refs a { font-weight: 700; }

/* Bloco final: link do mapa sobre o fundo escuro */
.hcp-agende a.hcs-mapa { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.hcp-agende a.hcs-mapa:hover { color: var(--teal-100); }

/* ===== Telas menores ===== */
@media (max-width: 1180px) {
}
@media (max-width: 1080px) {
  .hcs-fatos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hcs-hero--retrato .hcp-hero__foto { inset: auto; height: 420px; }
  .hcs-hero--retrato .hcp-hero__foto img { object-position: 50% 12%; }
  .hcs-hero--retrato .hcp-hero__foto::before { background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 32%); }
  .hcs-hero--retrato .hcp-hero__texto { max-width: none; }
  .hcs-trajeto--4 ol, .hcs-atalhos ol { grid-template-columns: minmax(0, 1fr); }
  .hcs-caminhos, .hcs-par, .hcs-resposta, .hcs-dupla, .hcs-dupla--inversa, .hcs-partes, .hcs-curvas, .hcs-acess, .hcs-cuidados { grid-template-columns: minmax(0, 1fr); }
  .hcs-acess__foto { position: relative; top: auto; max-width: 460px; }
  .hcs-figura--foto { max-width: 460px; }
  .hcs-passos .hcp-passo__foto img { max-width: 100%; aspect-ratio: 4 / 3; }
}
@media (max-width: 640px) {
  .hcs-hero h1 { font-size: 36px; }
  .hcs-hero--retrato .hcp-hero__foto { height: 360px; }
  .hcs-fatos { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .hcs-fatos li { padding: 14px 16px; font-size: 17px; }
  .hcs-caminho { grid-template-columns: 48px minmax(0, 1fr); gap: 8px 16px; padding: 22px 20px; }
  .hcs-caminho .hcp-item__selo { width: 48px; height: 48px; }
  .hcs-caminho h3 { font-size: 21px; }
  .hcs-bloco { padding: 26px 22px; }
  .hcs-resposta { padding: 26px 22px; }
  .hcs-lista li { font-size: 18px; }
  .hcs-sonda { padding: 16px 12px; }
  .hcs-etapas li { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; font-size: 18px; }
  .hcs-etapas li::before { width: 44px; height: 44px; font-size: 19px; }
  .hcs-etapas li::after { left: 20.5px; top: 44px; }
  .hcs-etapas p { margin-top: 8px; }
  .hcs-depois { margin-left: 58px; font-size: 18px; }
  .hcs-parte { padding: 24px 20px; }
  .hcs-grafico { padding: 18px 14px 16px; }
  .hcs-grafico__nome { font-size: 24px; }
  .hcs-grafico .rotulo { font-size: 21px; }
  .hcs-grafico .rotulo-eixo { font-size: 22px; }
  .hcs-legenda li { font-size: 16px; }
  .hcs-tabela tbody th { width: 96px; padding: 12px 10px 12px 12px; }
  .hcs-tabela td { padding: 12px 14px 12px 8px; font-size: 16px; }
  .hcs-curva-btn { padding: 0 10px; font-size: 16px; }
  .hcs-normal { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 20px; }
  .hcs-fluxo__ramo { grid-template-columns: minmax(0, 1fr); gap: 12px; padding-top: 24px; }
  .hcs-fluxo__ramo::after { display: none; }
  .hcs-fluxo__ramo::before { height: 24px; left: 32px; }
  .hcs-incluso { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .hcs-acess__lista li { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 14px 16px; font-size: 18px; }
  .hcs-acess__lista .hcp-item__selo { width: 48px; height: 48px; }
  .hcs-cuidados__col li { font-size: 18px; }
}

/* =====================================================================
   Tratamento de zumbido, Audiometria, Perda auditiva, Protetores
   ===================================================================== */

/* Aviso em terracota e lista de alerta */
.hcs-aviso { margin: 24px 0 0; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; align-items: center; padding: 22px 26px; border-radius: var(--r-lg); background: var(--terra-50); border: 1px solid var(--terra-200); }
.hcs-aviso .hcp-item__selo { width: 52px; height: 52px; background: var(--card); color: var(--terra-700); }
.hcs-aviso p { margin: 0; font-size: 19px; line-height: 1.55; color: var(--body); }
.hcs-aviso strong { color: var(--ink); }
.hcs-lista--alerta .hcp-item__selo { background: var(--terra-50); color: var(--terra-700); }
.hcs-bloco--claro .hcp-item__selo { background: var(--card); }
.hcs-bloco .hcs-mais { font-size: 18px; }

/* Controles de escolha (tabela com botões ou fileira de pílulas) */
.hcs-opcoes { display: flex; flex-wrap: wrap; gap: 10px; }
.hcs-estado { margin: 0; min-height: 3.2em; font-size: 18px; line-height: 1.55; color: var(--slate-700); }
.hcs-estado strong { color: var(--ink); }
.hcs-tabela .hcs-db { display: block; font: 800 15px/1.3 var(--f-display); color: var(--teal-800); margin-bottom: 2px; font-variant-numeric: tabular-nums; }
.hcs-tabela--larga tbody th { width: 176px; }
.hcs-tabela--larga .hcs-opcao { white-space: normal; text-align: left; line-height: 1.15; padding-block: 8px; }

/* Ilustração em aquarela com marcações por cima (orelha em três partes e protetor) */
.hcs-ilustra__palco { position: relative; }
.hcs-ilustra__palco > img { display: block; width: 100%; height: auto; }
.hcs-ilustra__palco svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hcs-pino { position: absolute; transform: translate(-50%, -50%); width: 30px; height: 30px; border-radius: 50%; background: var(--teal-800); color: #fff; display: grid; place-items: center; font: 900 15px/1 var(--f-display); box-shadow: 0 0 0 3px #fff, var(--sh-sm); z-index: 2; }
.hcs-ilustra .guia { fill: none; stroke: var(--slate-700); stroke-width: 1.5; stroke-dasharray: 2 4; vector-effect: non-scaling-stroke; }
.hcs-ilustra__rot { position: absolute; z-index: 2; padding: 4px 8px; border-radius: 8px; background: rgba(255, 255, 255, 0.92); font: 800 15px/1 var(--f-display); color: var(--teal-800); transition: opacity 300ms var(--ease); }
.hcs-ilustra__rot--fone { left: 0; top: 34%; }
.hcs-ilustra__rot--vibrador { left: 71%; top: 8.6%; transform: translate(-100%, -50%); }

/* Orelha em três partes: caminhos do som e tipos de perda */
.hcs-orelha { margin: 0; padding: 20px; background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); display: grid; gap: 14px; }
.hcs-orelha__zonas { display: grid; grid-template-columns: minmax(0, 794fr) minmax(0, 266fr) minmax(0, 540fr); font: 800 16px/1.2 var(--f-display); color: var(--slate-700); }
.hcs-orelha__zonas span { text-align: center; padding: 0 4px; transition: color 300ms var(--ease); }
.hcs-orelha .zona { fill: transparent; stroke: var(--teal-600); stroke-opacity: 0.35; stroke-width: 2; stroke-dasharray: 7 7; vector-effect: non-scaling-stroke; transition: fill 350ms var(--ease), stroke 350ms var(--ease), stroke-opacity 350ms var(--ease); }
.hcs-orelha .aparelho { fill: var(--teal-800); transition: opacity 300ms var(--ease); }
.hcs-orelha .via { fill: none; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1 12; vector-effect: non-scaling-stroke; opacity: 0.18; transition: opacity 350ms var(--ease); }
.hcs-orelha .via--ar { stroke: var(--teal-700); }
.hcs-orelha .via--osso { stroke: var(--terra-700); }
.hcs-orelha[data-modo="ar"] .via--ar, .hcs-orelha[data-modo="osso"] .via--osso { opacity: 1; }
.hcs-orelha[data-modo="ar"] .aparelho--osso, .hcs-orelha[data-modo="ar"] .hcs-ilustra__rot--vibrador,
.hcs-orelha[data-modo="osso"] .aparelho--ar, .hcs-orelha[data-modo="osso"] .hcs-ilustra__rot--fone { opacity: 0.3; }
.js-mov .hcs-orelha.is-visivel .via { animation: hcs-via 1100ms linear infinite; }
@keyframes hcs-via { to { stroke-dashoffset: -13; } }
.hcs-orelha--tipos[data-modo="condutiva"] .zona--externa, .hcs-orelha--tipos[data-modo="condutiva"] .zona--media,
.hcs-orelha--tipos[data-modo="neurossensorial"] .zona--interna,
.hcs-orelha--tipos[data-modo="mista"] .zona { fill: rgba(204, 99, 53, 0.13); stroke: var(--terra-600); stroke-opacity: 1; stroke-width: 2.5; }
.hcs-orelha--tipos[data-modo="condutiva"] .hcs-orelha__zonas span:nth-child(-n+2),
.hcs-orelha--tipos[data-modo="neurossensorial"] .hcs-orelha__zonas span:nth-child(3),
.hcs-orelha--tipos[data-modo="mista"] .hcs-orelha__zonas span { color: var(--terra-700); }
.hcs-orelha figcaption { font-size: 15px; line-height: 1.5; color: var(--slate); }
.hcs-orelha .hcs-legenda { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hcs-orelha .hcs-legenda li { font-size: 16px; }

/* Audiograma com as faixas de grau da OMS */
.hcs-audiograma .faixa { fill: transparent; stroke: transparent; stroke-width: 2.5; transition: fill 300ms var(--ease), stroke 300ms var(--ease); }
.hcs-audiograma .faixa-rot { font: 800 15px/1 var(--f-display); fill: var(--slate); text-anchor: start; transition: fill 300ms var(--ease); }
.hcs-audiograma .exemplo { opacity: 0; transition: opacity 350ms var(--ease); }
.hcs-audiograma .ex-dir-linha { fill: none; stroke: #c8372d; stroke-width: 2; stroke-linejoin: round; }
.hcs-audiograma .ex-esq-linha { fill: none; stroke: #2f62b3; stroke-width: 2; stroke-dasharray: 6 5; stroke-linejoin: round; }
.hcs-audiograma .ex-dir { fill: var(--card); stroke: #c8372d; stroke-width: 2.6; }
.hcs-audiograma .ex-esq { fill: none; stroke: #2f62b3; stroke-width: 2.6; stroke-linecap: round; }
.hcs-audiograma .rampa { stroke: none; }
.hcs-audiograma .so-cel { display: none; }
.hcs-audiograma .grade { stroke: var(--line); stroke-width: 1; stroke-dasharray: none; }
.hcs-audiograma .divisa { stroke: var(--teal-100); stroke-width: 1.5; }
.hcs-legenda-orelha { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; font: 700 16px/1.3 var(--f-display); color: var(--ink); }
.hcs-legenda-orelha li { display: inline-flex; align-items: center; gap: 8px; }
.hcs-legenda-orelha svg { width: 22px; height: 22px; flex: none; overflow: visible; }
.hcs-audiograma[data-modo="normal"] .faixa[data-faixa="normal"], .hcs-audiograma[data-modo="leve"] .faixa[data-faixa="leve"], .hcs-audiograma[data-modo="moderada"] .faixa[data-faixa="moderada"], .hcs-audiograma[data-modo="modsev"] .faixa[data-faixa="modsev"], .hcs-audiograma[data-modo="severa"] .faixa[data-faixa="severa"], .hcs-audiograma[data-modo="profunda"] .faixa[data-faixa="profunda"], .hcs-audiograma[data-modo="completa"] .faixa[data-faixa="completa"] { fill: var(--teal-100); stroke: var(--teal-700); }
.hcs-audiograma[data-modo="normal"] .faixa-rot[data-faixa="normal"], .hcs-audiograma[data-modo="leve"] .faixa-rot[data-faixa="leve"], .hcs-audiograma[data-modo="moderada"] .faixa-rot[data-faixa="moderada"], .hcs-audiograma[data-modo="modsev"] .faixa-rot[data-faixa="modsev"], .hcs-audiograma[data-modo="severa"] .faixa-rot[data-faixa="severa"], .hcs-audiograma[data-modo="profunda"] .faixa-rot[data-faixa="profunda"], .hcs-audiograma[data-modo="completa"] .faixa-rot[data-faixa="completa"] { fill: var(--ink); }
.hcs-audiograma[data-modo="normal"] .exemplo[data-faixa="normal"], .hcs-audiograma[data-modo="leve"] .exemplo[data-faixa="leve"], .hcs-audiograma[data-modo="moderada"] .exemplo[data-faixa="moderada"], .hcs-audiograma[data-modo="modsev"] .exemplo[data-faixa="modsev"], .hcs-audiograma[data-modo="severa"] .exemplo[data-faixa="severa"], .hcs-audiograma[data-modo="profunda"] .exemplo[data-faixa="profunda"], .hcs-audiograma[data-modo="completa"] .exemplo[data-faixa="completa"] { opacity: 1; }

/* Zumbido: primeiro e segundo plano (ilustração) */
.hcs-plano { margin-top: 40px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 24px; align-items: center; padding: clamp(22px, 3vw, 36px); border-radius: var(--r-xl); background: var(--card); box-shadow: var(--sh-card); }
.hcs-plano__cena { margin: 0; display: grid; gap: 12px; }
.hcs-plano__cena svg { display: block; width: 100%; height: auto; border-radius: var(--r-lg); background: var(--teal-50); }
.hcs-plano .amb { fill: none; stroke: var(--teal-600); stroke-width: 3; stroke-linecap: round; transition: opacity 600ms var(--ease); }
.hcs-plano .zum { fill: none; stroke: var(--terra-600); stroke-width: 2.5; transition: opacity 600ms var(--ease); }
.hcs-plano[data-modo="sem"] .amb { opacity: 0.2; }
.hcs-plano[data-modo="sem"] .zum { opacity: 1; }
.hcs-plano[data-modo="com"] .amb { opacity: 0.95; }
.hcs-plano[data-modo="com"] .zum { opacity: 0.28; }
.js-mov .hcs-plano.is-visivel .amb-g { animation: hcs-deriva 9s linear infinite; }
.js-mov .hcs-plano.is-visivel .amb-g:nth-of-type(2) { animation-duration: 13s; }
.js-mov .hcs-plano.is-visivel .amb-g:nth-of-type(3) { animation-duration: 11s; }
.js-mov .hcs-plano.is-visivel .zum-g { animation: hcs-deriva-curta 700ms linear infinite; }
@keyframes hcs-deriva { to { transform: translateX(-140px); } }
@keyframes hcs-deriva-curta { to { transform: translateX(-14px); } }
.hcs-plano__lado { display: grid; gap: 16px; align-content: start; }
.hcs-plano__lado h3 { font-size: 24px; line-height: 1.2; }
.hcs-plano__legenda { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; font: 700 16px/1.3 var(--f-display); color: var(--ink); }
.hcs-plano__legenda li { display: inline-flex; align-items: center; gap: 10px; }
.hcs-plano__legenda li::before { content: ""; width: 26px; height: 4px; background: var(--teal-600); }
.hcs-plano__legenda li.is-zum::before { height: 3px; background: var(--terra-600); }
.hcs-plano figcaption { font-size: 15px; line-height: 1.5; color: var(--slate); }

/* Protetor sob medida: ilustração com as cores do silicone */
.hcs-protetor { margin: 0; padding: 20px; background: var(--card); border-radius: var(--r-xl); box-shadow: var(--sh-card); display: grid; gap: 14px; }
.hcs-ilustra__palco > .hcs-protetor__cor { position: absolute; left: 7.5%; top: 36.39%; width: 26.875%; height: auto; opacity: 0; transition: opacity 450ms var(--ease); pointer-events: none; }
.hcs-protetor[data-modo="rosa"] .hcs-protetor__cor[data-cor="rosa"] { opacity: 1; }
.hcs-protetor[data-modo="verde"] .hcs-protetor__cor[data-cor="verde"] { opacity: 1; }
.hcs-protetor[data-modo="laranja"] .hcs-protetor__cor[data-cor="laranja"] { opacity: 1; }
.hcs-protetor[data-modo="roxo"] .hcs-protetor__cor[data-cor="roxo"] { opacity: 1; }
.hcs-protetor[data-modo="bege"] .hcs-protetor__cor[data-cor="bege"] { opacity: 1; }
.hcs-protetor figcaption { font-size: 15px; line-height: 1.5; color: var(--slate); }
.hcs-cores { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.hcs-cores .hcs-cor { width: 100%; box-sizing: border-box; }
.hcs-protetor .hcs-legenda { grid-template-columns: repeat(3, auto); justify-content: start; gap: 8px 22px; }
.hcs-cor { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 14px 0 8px; border: 2px solid var(--line); border-radius: var(--pill); background: var(--card); font: 800 16px/1 var(--f-display); color: var(--slate-700); cursor: pointer; transition: border-color 180ms var(--ease), background-color 180ms var(--ease); }
.hcs-cor span { width: 26px; height: 26px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5); }
.hcs-cor:hover { border-color: var(--teal-200); }
.hcs-cor[aria-pressed="true"] { border-color: var(--teal-700); background: var(--teal-50); color: var(--ink); }
.hcs-cor:focus-visible { outline: 3px solid var(--teal-600); outline-offset: 2px; }

/* Número em destaque (bloco escuro) */
.hcs-numero { display: flex; align-items: baseline; gap: 14px; }
.hcs-numero .hcs-sim { font-variant-numeric: tabular-nums; }
.hcs-numero span:last-child { font: 800 20px/1.3 var(--f-display); color: #e6f4f8; max-width: 20ch; }

@media (max-width: 900px) {
  .hcs-plano { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .hcs-aviso { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 20px; }
  .hcs-orelha, .hcs-protetor { padding: 16px 12px; }
  .hcs-pino { width: 22px; height: 22px; font-size: 12px; box-shadow: 0 0 0 2px #fff; }
  .hcs-ilustra__rot { padding: 2px 5px; font-size: 12px; }
  .hcs-orelha__zonas { font-size: 14px; }
  .hcs-orelha .hcs-legenda { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hcs-audiograma .so-pc { display: none; }
  .hcs-audiograma .so-cel { display: block; }
  .hcs-audiograma .so-cel .rotulo { font-size: 14px; }
  .hcs-audiograma .so-cel .rotulo-eixo { font-size: 14px; }
  .hcs-audiograma .so-cel .faixa-rot { font-size: 14px; }
  .hcs-tabela--larga, .hcs-tabela--larga tbody, .hcs-tabela--larga tr, .hcs-tabela--larga th, .hcs-tabela--larga td { display: block; width: auto; }
  .hcs-tabela--larga thead { display: none; }
  .hcs-tabela--larga tbody tr { margin-bottom: 10px; background: var(--card); border-radius: var(--r-md); transition: background-color 220ms var(--ease); }
  .hcs-tabela--larga tbody th, .hcs-tabela--larga tbody td { background: transparent; border-radius: 0; }
  .hcs-tabela--larga tbody th { width: auto; padding: 14px 16px 4px; }
  .hcs-tabela--larga td { padding: 6px 16px 16px; font-size: 17px; }
  .hcs-tabela--larga tr.is-ativa { background: var(--teal-50); }
  .hcs-tabela--larga tr.is-ativa th, .hcs-tabela--larga tr.is-ativa td { background: transparent; }
  .hcs-plano { padding: 18px 14px; }
  .hcs-cor { padding-right: 12px; font-size: 15px; }
  .hcs-cores { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hcs-protetor .hcs-legenda { grid-template-columns: minmax(0, 1fr); }
  .hcs-numero { flex-direction: column; gap: 6px; }
}

/* =====================================================================
   Quem somos e Fale conosco
   ===================================================================== */
.hcs-credo { padding: clamp(36px, 5vw, 64px); border-radius: var(--r-xl); background: var(--teal-900); display: grid; gap: 18px; }
.hcs-credo h2 { color: #fff; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.hcs-credo h2 span { color: #f0a47f; }
.hcs-credo p { margin: 0; max-width: 62ch; font-size: 20px; line-height: 1.6; color: #d8eef5; }
.hcs-tres { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hcs-mosaico { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hcs-mosaico figure { margin: 0; display: grid; gap: 10px; align-content: start; }
.hcs-mosaico img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--sh-card); }
.hcs-mosaico figcaption { font: 700 17px/1.4 var(--f-display); color: var(--slate-700); }
.hcs-contatos { margin-top: 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hcs-contato { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 8px 20px; align-content: start; padding: 28px 30px; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--sh-card); }
.hcs-contato .hcp-item__selo { grid-row: span 3; }
.hcs-contato h3 { font-size: 24px; line-height: 1.2; align-self: center; }
.hcs-contato p { margin: 0; font-size: 19px; line-height: 1.55; color: var(--slate-700); }
.hcs-contato p strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.hcs-contato .hcp-btn { justify-self: start; margin-top: 8px; }
.hcs-contato--whats .hcp-item__selo { background: #e6f4ef; color: var(--whats-700); }
.hcs-redes { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.hcs-redes p { margin: 0; font: 800 19px/1.3 var(--f-display); color: var(--ink); }
.hcs-rede { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: var(--pill); border: 1.5px solid var(--teal-200); background: var(--card); color: var(--teal-800); font: 800 17px/1 var(--f-display); text-decoration: none; transition: border-color 180ms var(--ease); }
.hcs-rede:hover { border-color: var(--teal-600); color: var(--teal-800); }
.hcs-rede .hcp-i { width: 20px; height: 20px; }
@media (max-width: 900px) {
  .hcs-tres, .hcs-mosaico, .hcs-contatos { grid-template-columns: minmax(0, 1fr); }
  .hcs-mosaico img { aspect-ratio: 3 / 2; }
}
@media (max-width: 640px) {
  .hcs-contato { grid-template-columns: 48px minmax(0, 1fr); gap: 8px 16px; padding: 22px 20px; }
  .hcs-contato .hcp-item__selo { width: 48px; height: 48px; }
  .hcs-contato .hcp-btn { justify-self: stretch; }
  .hcs-credo p { font-size: 18px; }
}

/* =====================================================================
   Política de privacidade: página de leitura
   ===================================================================== */
.hcs-doc { padding-block: clamp(40px, 6vw, 72px) clamp(64px, 8vw, 104px); }
.hcs-doc__in { max-width: 820px; margin: 0 auto; padding-inline: var(--gutter); }
.hcs-doc__cab { display: grid; gap: 12px; padding-bottom: 28px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.hcs-doc .hcs-doc__sobre { margin: 0; font: 800 14px/1.3 var(--f-display); letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-700); }
.hcs-doc h1 { font-size: clamp(38px, 4.4vw, 56px); line-height: 1.08; }
.hcs-doc .hcs-doc__sub { margin: 0; font-size: 21px; line-height: 1.5; color: var(--slate-700); }
.hcs-doc .hcs-doc__data { margin: 0; font-size: 16px; color: var(--slate); }
.hcs-doc__resumo { margin-bottom: 40px; padding: 24px 28px; border-radius: var(--r-lg); background: var(--teal-50); border: 1px solid var(--teal-100); }
.hcs-doc .hcs-doc__resumo h2 { margin: 0 0 12px; font-size: 24px; }
.hcs-doc h2 { margin: 44px 0 12px; font-size: clamp(24px, 2.4vw, 30px); line-height: 1.2; scroll-margin-top: 140px; }
.hcs-doc h3 { margin: 24px 0 6px; font-size: 21px; line-height: 1.3; }
.hcs-doc p, .hcs-doc li { font-size: 19px; line-height: 1.65; color: var(--body); }
.hcs-doc p { margin: 0 0 14px; }
.hcs-doc ul { margin: 0 0 14px; padding-left: 24px; display: grid; gap: 6px; }
.hcs-doc b { color: var(--ink); }
.hcs-doc .hcs-doc__lei { margin-top: 40px; font-size: 16px; color: var(--slate); }
.hcs-confirmar { display: inline-block; margin: 0 6px; padding: 1px 8px; border-radius: 6px; background: #fff3c4; color: #6b4e00; font: 800 13px/1.5 var(--f-display); letter-spacing: 0.06em; text-transform: uppercase; vertical-align: 2px; }

/* Hear Clean: rodapé novo, no lugar do rodapé do tema Mist. */
.hcr {
  --hcr-fundo: #024150; --hcr-texto: #d8eef5; --hcr-suave: #a9cfdc; --hcr-linha: rgba(216, 238, 245, 0.18);
  --hcr-display: "Nunito", ui-rounded, system-ui, -apple-system, "Segoe UI", sans-serif;
  --hcr-body: "Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  display: block; background: var(--hcr-fundo); color: var(--hcr-texto); font: 400 17px/1.6 var(--hcr-body); -webkit-font-smoothing: antialiased;
}
.hcr, .hcr *, .hcr *::before, .hcr *::after { box-sizing: border-box; }
.hcr-wrap { max-width: 1200px; margin: 0 auto; padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 40px) 28px; }
.hcr-grade { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.2fr) repeat(3, minmax(0, 1fr)); gap: 36px 32px; }
.hcr-marca { display: flex; flex-direction: column; gap: 14px; }
.hcr-logo { display: inline-block; line-height: 0; }
.hcr-logo img { display: block; width: 220px; max-width: 100%; height: auto; margin: 0; border: 0; box-shadow: none; }
.hcr .hcr-lema { margin: 0; font: 800 19px/1.35 var(--hcr-display); color: #fff; letter-spacing: 0; text-transform: none; }
.hcr-redes { display: flex; gap: 10px; margin-top: 4px; }
.hcr .hcr-redes a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--hcr-linha); color: #fff; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease; }
.hcr .hcr-redes a:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--hcr-suave); }
.hcr-redes svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hcr .hcr-titulo { margin: 0 0 12px; font: 800 15px/1.3 var(--hcr-display); letter-spacing: 0.12em; text-transform: uppercase; color: #fff; }
.hcr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.hcr li { margin: 0; padding: 0; font: 400 17px/1.5 var(--hcr-body); color: var(--hcr-texto); background: none; border: 0; }
.hcr li::before { content: none; }
.hcr .hcr-cookies { display: none; }
.hcr a { color: var(--hcr-texto); text-decoration: none; }
.hcr a:hover, .hcr a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hcr a:focus-visible { outline: 3px solid #5cc2da; outline-offset: 3px; border-radius: 6px; }
.hcr .hcr-contato a { font-weight: 700; color: #fff; }
.hcr-base { margin-top: clamp(36px, 5vw, 56px); padding-top: 22px; border-top: 1px solid var(--hcr-linha); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 32px; }
.hcr .hcr-base p { margin: 0; font: 400 15px/1.5 var(--hcr-body); color: var(--hcr-suave); max-width: 62ch; }
@media (max-width: 1080px) {
  .hcr-grade { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hcr-marca { grid-column: span 3; }
}
@media (max-width: 640px) {
  .hcr-grade { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 20px; }
  .hcr-marca, .hcr-grade > .hcr-bloco:nth-child(2) { grid-column: span 2; }
  .hcr li { font-size: 16px; }
}
/* A barra fixa do celular (topo novo) fica por cima do fim da página: sobra espaço para ela */
@media (max-width: 767px) {
  body.hcbn-topo .hcr-wrap { padding-bottom: 96px; }
}
