/* Cleaned in Cottaz Sync 3.0.1: post-start layout rules moved to cottaz-conversation-layout-3.0.1.css. */
.cottaz-agent-hero,
.cottaz-agent-hero * { box-sizing: border-box; }

.cottaz-agent-hero {
  --cottaz-agent-bg: #fff6e3;
  --cottaz-header-offset: 0px;
  --cottaz-header-overlap: 0px;
  --cottaz-hero-height: calc(var(--cottaz-viewport-height, 100dvh) - var(--cottaz-header-offset));
  position: relative;
  isolation: isolate;
  display: block !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: var(--cottaz-hero-height) !important;
  margin-top: var(--cottaz-header-overlap) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--cottaz-agent-bg) 22%, #fff) 20%, color-mix(in srgb, var(--cottaz-agent-bg) 58%, #fff) 48%, var(--cottaz-agent-bg) 76%, var(--cottaz-agent-bg) 100%) !important;
  box-shadow: none !important;
  color: var(--cottaz-ink, #17202a);
  font-family: Cabin, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cottaz-agent-hero__powered { display: none !important; }

.cottaz-agent-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  left: 0;
  height: min(30vw, 340px);
  min-height: 190px;
  background: url("../images/cottaz-agent-hero-waves.png") center bottom / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
  transition: opacity .32s ease;
}





.e-con:has(.cottaz-agent-hero),
.elementor-widget-shortcode:has(.cottaz-agent-hero),
.elementor-widget-container:has(.cottaz-agent-hero) {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.cottaz-agent-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1140px, calc(100% - 48px));
  min-height: var(--cottaz-hero-height);
  align-items: center;
  grid-template-columns: minmax(0, 1.32fr) minmax(330px, .68fr);
  gap: clamp(70px, 9vw, 150px);
  margin-inline: auto;
  padding: clamp(70px, 8vh, 112px) 0 clamp(170px, 20vh, 230px);
}

.cottaz-agent-hero__copy { width: 100%; max-width: 640px; }
.cottaz-agent-hero__eyebrow {
  display: block;
  margin: 0 0 22px;
  /* Cor editorial definida no Figma; não herda o dourado claro do tema. */
  color: #885e02 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .17em;
  line-height: 1.25;
  text-transform: uppercase;
}
.cottaz-agent-hero__copy h1 {
  max-width: 600px;
  margin: 0 !important;
  color: var(--cottaz-ink, #17202a) !important;
  font-family: Castoro, Georgia, "Times New Roman", serif !important;
  font-size: clamp(58px, 5vw, 76px) !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
  line-height: .97 !important;
  text-wrap: balance;
}
.cottaz-agent-hero__copy > p {
  max-width: 555px;
  margin: 24px 0 0 !important;
  color: var(--cottaz-muted, #667085) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-wrap: balance;
}
.cottaz-agent-hero__voice-prompt {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 62px;
  color: var(--cottaz-muted, #667085);
  font-size: 15px;
  line-height: 1.3;
}
.cottaz-agent-hero__voice-prompt svg {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  /* O ícone auxiliar do Figma usa um dourado mais escuro para manter contraste. */
  stroke: #966408 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.cottaz-agent-hero__panel {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.cottaz-agent-hero__started-heading { display: none; }
.cottaz-agent-hero__panel::before,
.cottaz-agent-hero__panel::after { display: none !important; }

.cottaz-agent-hero__identity {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.cottaz-agent-hero__identity > div:last-child { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 6px; }
.cottaz-agent-hero__identity span { color: var(--cottaz-secondary); font-size: 12px; font-weight: 760; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.cottaz-agent-hero__identity strong { max-width: 520px; color: var(--cottaz-ink, #17202a); font-size: clamp(24px, 2.4vw, 32px); font-weight: 650; letter-spacing: -.025em; line-height: 1.15; text-wrap: balance; }
.cottaz-agent-hero .cottaz-agent-hero__orb {
  position: relative;
  width: 196px !important;
  height: 196px !important;
  flex: 0 0 196px !important;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent !important;
  box-shadow: none !important;
}
.cottaz-agent-hero__orb .cottaz-orb__canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border-radius: 50%; background: transparent; }
.cottaz-agent-hero__orb .cottaz-orb__fallback { position: absolute; inset: 9%; display: none; border-radius: 50%; background: radial-gradient(circle at 42% 38%, #fff 0 15%, color-mix(in srgb, var(--cottaz-primary) 35%, #fff) 38%, var(--cottaz-secondary) 100%); }
.cottaz-agent-hero__orb.is-fallback .cottaz-orb__fallback { display: block; }
.cottaz-agent-hero__orb.is-fallback .cottaz-orb__canvas { display: none; }
.cottaz-agent-hero__voice-hint {
  max-width: 250px;
  margin: 34px auto 0 !important;
  color: var(--cottaz-muted, #667085) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: center;
  text-wrap: balance;
}

.cottaz-agent-hero .cottaz-agent-hero__choices { position: relative; z-index: 1; display: flex; width: 100%; justify-content: center; gap: 12px; margin: 28px 0 0; }
.cottaz-agent-hero .cottaz-agent-hero__choices button {
  width: auto !important;
  min-width: 158px;
  min-height: 48px;
  padding: 0 20px !important;
  border: 1px solid color-mix(in srgb, var(--cottaz-secondary) 28%, #dfe5ec) !important;
  border-radius: var(--cottaz-radius) !important;
  background: color-mix(in srgb, #fff 90%, transparent) !important;
  color: var(--cottaz-ink, #17202a) !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 680 !important;
  line-height: 1 !important;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.cottaz-agent-hero .cottaz-agent-hero__choices button:first-child { border-color: var(--cottaz-primary) !important; background: var(--cottaz-primary) !important; color: var(--cottaz-primary-text) !important; }
.cottaz-agent-hero .cottaz-agent-hero__choices button:hover,
.cottaz-agent-hero .cottaz-agent-hero__choices button:focus-visible { border-color: var(--cottaz-secondary) !important; background: var(--cottaz-secondary) !important; color: var(--cottaz-secondary-text) !important; transform: translateY(-1px); }

.cottaz-agent-hero__result-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cottaz-agent-hero__result-actions[hidden] { display: none !important; }
.cottaz-agent-hero .cottaz-agent-hero__result-actions button {
  min-height: 42px;
  padding: 0 16px !important;
  border: 1px solid var(--cottaz-line) !important;
  border-radius: var(--cottaz-radius) !important;
  background: #fff !important;
  color: var(--cottaz-ink) !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 680 !important;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.cottaz-agent-hero .cottaz-agent-hero__result-actions button:hover,
.cottaz-agent-hero .cottaz-agent-hero__result-actions button:focus-visible {
  border-color: var(--cottaz-primary) !important;
  background: var(--cottaz-primary) !important;
  color: var(--cottaz-primary-text) !important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-shell { display: none; width: 100%; max-height: 230px; margin-top: 20px; overflow-x: hidden; overflow-y: auto; background: transparent; scrollbar-width: none; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-shell::-webkit-scrollbar { display: none; }

.cottaz-agent-hero:not(.is-started) .cottaz-nia-conversation { width: 100%; min-height: 0; padding: 0; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-messages { gap: 12px; }

.cottaz-agent-hero:not(.is-started) .cottaz-nia-composer-wrap { position: relative !important; z-index: 2; width: min(100%, 500px); margin-top: 20px; padding: 0 !important; border: 0 !important; background: transparent !important; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-composer { width: 100%; min-height: 66px; padding: 6px 7px 6px 20px; border-radius: var(--cottaz-radius) !important; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-composer textarea { min-width: 0; color: var(--cottaz-ink, #17202a) !important; font-size: 15px !important; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-actions { gap: 6px; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice,
.cottaz-agent-hero:not(.is-started) .cottaz-nia-send { width: 52px !important; min-width: 52px !important; height: 52px !important; min-height: 52px !important; flex: 0 0 52px !important; padding: 0 !important; border-radius: var(--cottaz-radius) !important; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice svg { width: 24px !important; height: 24px !important; stroke-width: 1.9; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-send svg { width: 23px !important; height: 23px !important; }
.cottaz-agent-hero:not(.is-started) .cottaz-nia-disclaimer { max-width: 450px; margin-inline: auto; }

/*
 * Estado inicial orientado por voz. A interface preserva o formulário real,
 * mas apresenta somente o microfone até a primeira interação. Assim a Hero
 * mantém a composição limpa da referência sem duplicar controles no DOM.
 */














/*
 * Assim que a conversa começa, a apresentação editorial sai de cena e o
 * agente ocupa toda a altura útil. A troca acontece antes da resposta chegar,
 * portanto não existe um estado intermediário com o título sobre o chat.
 */








.cottaz-agent-hero__started-heading h2 {
  margin: 0 !important;
  color: var(--cottaz-ink, #17202a) !important;
  font-family: Cabin, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  font-weight: 500 !important;
  letter-spacing: -.03em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}
.cottaz-agent-hero__started-heading p {
  margin: 10px 0 0 !important;
  color: var(--cottaz-muted, #667085) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-wrap: balance;
}

.cottaz-agent-hero .cottaz-nia-product-choice .cottaz-nia-bubble {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}
.cottaz-agent-hero .cottaz-nia-product-choice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cottaz-agent-hero .cottaz-nia-product-choice__actions button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  border: 1px solid var(--cottaz-primary, #212121) !important;
  border-radius: var(--cottaz-radius, 999px) !important;
  background: var(--cottaz-surface, #fff) !important;
  color: var(--cottaz-primary, #212121) !important;
  box-shadow: none !important;
  cursor: pointer;
  font: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.cottaz-agent-hero .cottaz-nia-product-choice__actions button:hover,
.cottaz-agent-hero .cottaz-nia-product-choice__actions button:focus-visible {
  border-color: var(--cottaz-primary-hover, #000) !important;
  background: var(--cottaz-primary, #212121) !important;
  color: var(--cottaz-primary-text, #fff) !important;
  transform: translateY(-1px);
}
.cottaz-agent-hero .cottaz-nia-product-choice__actions button:disabled { opacity: .56; cursor: default; transform: none; }





.cottaz-agent-hero > .cottaz-nia-results-stage { width: min(1140px, calc(100% - 48px)); margin: -12px auto 56px; }

/* Resultado: mesma hierarquia da pagina [cottaz_ai]. */














.cottaz-agent-hero__dialog {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 16, 24, .48);
  backdrop-filter: blur(8px);
  animation: cottazAgentDialogIn .2s ease both;
}
.cottaz-agent-hero__dialog-panel {
  position: relative;
  width: min(540px, 100%);
  padding: 28px;
  border: 1px solid var(--cottaz-line);
  border-radius: 22px;
  background: var(--cottaz-surface, #fff);
  box-shadow: 0 28px 90px rgba(10, 16, 24, .22);
}
.cottaz-agent-hero__dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0 !important;
  border: 1px solid var(--cottaz-line) !important;
  border-radius: var(--cottaz-radius) !important;
  background: #fff !important;
  color: var(--cottaz-ink) !important;
  cursor: pointer;
  font-size: 24px !important;
  line-height: 1 !important;
}
.cottaz-agent-hero__dialog .cottaz-nia-leadbox { margin: 0; padding: 18px 0 0; border: 0; background: transparent; }
.cottaz-agent-hero__dialog .cottaz-nia-leadbox h3 { padding-right: 46px; font-size: 22px !important; }

.cottaz-nia-card { container-type: inline-size; }
.cottaz-nia-card-actions {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 10px;
  margin-top: auto;
}
.cottaz-nia-card-actions > *,
.cottaz-nia-card-actions .cottaz-nia-interest,
.cottaz-nia-card-actions button { min-width: 0; }
.cottaz-nia-card-actions .cottaz-nia-interest { width: 100%; margin-top: 0; }
.cottaz-nia-card-actions button {
  box-sizing: border-box;
  max-width: 100%;
  white-space: nowrap;
}

/* O breakpoint pertence ao card, nao ao viewport. Assim as acoes continuam
   responsivas quando o resultado usa duas colunas dentro do container de 900px. */
@container (max-width: 330px) {
  .cottaz-nia-card-actions { grid-template-columns: minmax(0, 1fr); }
}
.cottaz-nia-app .cottaz-nia-card-details {
  width: 100%;
  min-height: 48px;
  padding: 0 14px !important;
  border: 1px solid var(--cottaz-line) !important;
  border-radius: var(--cottaz-radius) !important;
  background: var(--cottaz-surface) !important;
  color: var(--cottaz-ink) !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 680 !important;
}
.cottaz-nia-app .cottaz-nia-card-details:hover,
.cottaz-nia-app .cottaz-nia-card-details:focus-visible { border-color: var(--cottaz-primary) !important; color: var(--cottaz-primary) !important; }

/*
 * Isolamento das acoes das cartas contempladas.
 * Temas WordPress/Elementor costumam estilizar `button`, `:focus` e `:active`
 * depois do plugin. Estas regras mantem o card ligado somente aos tokens
 * configurados no Cottaz Sync, inclusive em navegadores mobile.
 */
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-interest > button,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-interest > button,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-interest > button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid var(--cottaz-primary) !important;
  border-radius: var(--cottaz-radius) !important;
  background-color: var(--cottaz-primary) !important;
  background-image: none !important;
  color: var(--cottaz-primary-text) !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  transform: none !important;
}
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-interest > button:hover,
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-interest > button:focus,
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-interest > button:focus-visible,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-interest > button:hover,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-interest > button:focus,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-interest > button:focus-visible,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-interest > button:hover,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-interest > button:focus,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-interest > button:focus-visible {
  border-color: var(--cottaz-primary-hover) !important;
  background-color: var(--cottaz-primary-hover) !important;
  background-image: none !important;
  color: var(--cottaz-primary-hover-text) !important;
}
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-interest > button:active,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-interest > button:active,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-interest > button:active {
  border-color: var(--cottaz-primary-hover) !important;
  background-color: var(--cottaz-primary-hover) !important;
  background-image: none !important;
  color: var(--cottaz-primary-hover-text) !important;
  transform: translateY(1px) !important;
}
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-card-details,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-card-details,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-card-details {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid var(--cottaz-line) !important;
  border-radius: var(--cottaz-radius) !important;
  background-color: var(--cottaz-surface) !important;
  background-image: none !important;
  color: var(--cottaz-ink) !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  text-transform: none !important;
}
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-card-details:hover,
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-card-details:focus,
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-card-details:focus-visible,
.cottaz-assistant-page .cottaz-nia-card .cottaz-nia-card-details:active,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-card-details:hover,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-card-details:focus,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-card-details:focus-visible,
.cottaz-nia-app--embedded .cottaz-nia-card .cottaz-nia-card-details:active,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-card-details:hover,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-card-details:focus,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-card-details:focus-visible,
.cottaz-agent-hero .cottaz-nia-card .cottaz-nia-card-details:active {
  border-color: var(--cottaz-primary) !important;
  background-color: var(--cottaz-surface) !important;
  background-image: none !important;
  color: var(--cottaz-primary) !important;
}
.cottaz-agent-hero__details { padding-top: 10px; }
.cottaz-agent-hero__details-kicker { display: block; color: var(--cottaz-primary); font-size: 11px; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.cottaz-agent-hero__details h3 { margin: 8px 46px 0 0 !important; color: var(--cottaz-ink) !important; font-size: 28px !important; letter-spacing: -.035em; line-height: 1.1 !important; }
.cottaz-agent-hero__details > p { margin: 12px 0 22px !important; color: var(--cottaz-muted) !important; font-size: 14px !important; line-height: 1.55 !important; }
.cottaz-agent-hero__details dl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; }
.cottaz-agent-hero__details dl div { padding: 14px; border: 1px solid var(--cottaz-line); border-radius: 12px; background: var(--cottaz-soft); }
.cottaz-agent-hero__details dt { color: var(--cottaz-muted); font-size: 10px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.cottaz-agent-hero__details dd { margin: 6px 0 0; color: var(--cottaz-ink); font-size: 14px; font-weight: 680; }
.cottaz-agent-hero .cottaz-agent-hero__details-interest,
.cottaz-assistant-page .cottaz-agent-hero__details-interest {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  border: 1px solid var(--cottaz-primary) !important;
  border-radius: var(--cottaz-radius) !important;
  background: var(--cottaz-primary) !important;
  color: var(--cottaz-primary-text) !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.cottaz-agent-hero__details-interest svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

@keyframes cottazAgentConversationIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes cottazAgentDialogIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes cottazAgentScreenIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes cottazAgentFirstVoiceOut { from { opacity: 1; transform: none; } to { opacity: 0; transform: translateY(-12px) scale(.985); } }


@media (max-width: 900px) {
  
  .cottaz-agent-hero::after { height: 220px; min-height: 0; background-size: auto 100%; }
  .cottaz-agent-hero__layout {
    width: min(100% - 40px, 720px);
    min-height: var(--cottaz-hero-height);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 58px 0 180px;
  }
  .cottaz-agent-hero__copy { max-width: 680px; margin-inline: auto; text-align: center; }
  .cottaz-agent-hero__copy h1,
  .cottaz-agent-hero__copy > p { margin-right: auto !important; margin-left: auto !important; }
  .cottaz-agent-hero__voice-prompt { justify-content: center; margin-top: 32px; }
  
  
  
  
}

@media (max-width: 600px) {
  .cottaz-agent-hero::after { height: 150px; opacity: .62; }
  .cottaz-agent-hero__layout { width: calc(100% - 32px); gap: 22px; padding: 44px 0 132px; }
  .cottaz-agent-hero__eyebrow { margin-bottom: 16px; font-size: 10px !important; letter-spacing: .12em; }
  .cottaz-agent-hero__copy h1 { max-width: 480px; font-size: clamp(42px, 12vw, 54px) !important; font-weight: 400 !important; line-height: .98 !important; }
  .cottaz-agent-hero__copy > p { margin-top: 18px !important; font-size: 16px !important; line-height: 1.42 !important; }
  .cottaz-agent-hero__voice-prompt { margin-top: 24px; font-size: 13px; }
  .cottaz-agent-hero .cottaz-agent-hero__orb { width: 148px !important; height: 148px !important; flex-basis: 148px !important; }
  
  
  .cottaz-agent-hero__identity { gap: 16px; }
  .cottaz-agent-hero__identity strong { max-width: 300px; font-size: 23px; }
  .cottaz-agent-hero .cottaz-agent-hero__choices { gap: 8px; margin-top: 22px; }
  .cottaz-agent-hero .cottaz-agent-hero__choices button { min-width: 0; flex: 1 1 0; min-height: 48px; padding-inline: 10px !important; font-size: 13px !important; }
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-shell { max-height: 220px; }
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-composer-wrap { width: 100%; }
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-composer { min-height: 62px; padding-left: 16px; }
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-voice,
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-send { width: 48px !important; min-width: 48px !important; height: 48px !important; min-height: 48px !important; flex-basis: 48px !important; }
  
  
  
  
  
  .cottaz-agent-hero__started-heading h2 { font-size: 25px !important; }
  .cottaz-agent-hero__started-heading p { font-size: 15px !important; }
  .cottaz-agent-hero .cottaz-nia-product-choice__actions { display: grid; width: 100%; grid-template-columns: 1fr; }
  .cottaz-agent-hero .cottaz-nia-product-choice__actions button { width: 100%; }
  .cottaz-agent-hero > .cottaz-nia-results-stage { width: calc(100% - 32px); margin-bottom: 36px; overflow: hidden; }
  
  
  
  
  
  
  
  .cottaz-agent-hero__dialog { align-items: end; padding: 16px; }
  .cottaz-agent-hero__dialog-panel { padding: 22px 18px calc(22px + env(safe-area-inset-bottom)); border-radius: 22px; }
  .cottaz-nia-card-actions { grid-template-columns: 1fr; }
  .cottaz-agent-hero__details dl { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .cottaz-agent-hero * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Mobile: a conversa nunca pode ser comprimida para zero pelos cards/resultados. */
@media (max-width: 600px) {
  

  

  

  

  

}

/* ==========================================================
 * 2.7.51 — Hero mobile responsiva, orientada por voz.
 * A primeira dobra se adapta à altura útil real do navegador (inclusive
 * Safari/Chrome mobile), preservando animação + microfone como protagonistas.
 * ========================================================== */
@media (max-width: 600px) {
  

  

  

  

  

  

  /* Linha de orientação sem badge, sempre inteira e sem estourar a largura. */
  

  

  

  /* O painel ocupa todo o espaço restante e centraliza o núcleo da experiência. */
  

  

  

  /* Primeiro estado = um único botão de voz, sem campo duplicando o foco. */
  

  

  

  

  

  

  

  /* A onda continua decorativa, mas não disputa espaço com o botão de voz. */
  
}

/* Telefones de altura útil menor: reduz escala, nunca corta o microfone. */
@media (max-width: 600px) and (max-height: 780px) {
  
  
  
  
  
  
  
  
  
  
}


/* ==========================================================
 * 2.7.54 — Hero mobile: orb protagonista e respiro após o microfone.
 * Mantém respiro editorial abaixo do header, orb claramente maior
 * que o microfone e recupera a microcopy de apoio após a ação de voz.
 * ========================================================== */
@media (max-width: 600px) {
  .cottaz-agent-hero__powered,
  .cottaz-agent-hero [class*="powered"],
  .cottaz-agent-hero [data-powered] {
    display: none !important;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  /* Texto de fechamento volta para completar a sequência visual:
     conteúdo -> orientação -> animação -> ação -> reforço. */
  

  
}

/* Só reduz em telas realmente baixas; mantém a hierarquia orb > microfone. */
@media (max-width: 600px) and (max-height: 720px) {
  
  
  
  
  
  
  
  
  
  
}

/* ==========================================================
 * 2.7.57 — Mobile waves + interesse sempre em modal.
 * A arte de fundo ocupa toda a largura no celular e o formulário
 * de contato usa o mesmo modal premium do Agent Hero em toda a IA.
 * ========================================================== */
@media (max-width: 600px) {
  
}

body.cottaz-interest-modal-open {
  overflow: hidden !important;
}

.cottaz-nia-interest-dialog {
  z-index: 2147483000;
}

.cottaz-nia-interest-dialog .cottaz-agent-hero__dialog-panel {
  width: min(520px, 100%);
}

.cottaz-nia-interest-dialog .cottaz-nia-leadbox {
  margin: 0 !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}

@media (max-width: 600px) {
  .cottaz-nia-interest-dialog {
    align-items: end;
    padding: 14px;
  }

  .cottaz-nia-interest-dialog .cottaz-agent-hero__dialog-panel {
    width: 100%;
    max-height: calc(100dvh - 28px);
    overflow-y: auto;
    padding: 24px 18px calc(24px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 18px 18px;
  }

  .cottaz-nia-interest-dialog .cottaz-nia-leadbox h3 {
    padding-right: 48px;
    font-size: 22px !important;
  }
}


/* ==========================================================
 * 2.7.59 — Teclado mobile não desloca a onda de fundo.
 * O VisualViewport encolhe no iOS; a decoração some enquanto o
 * teclado está aberto e volta ao fechar, sem atravessar a conversa.
 * ========================================================== */
@media (max-width: 760px) {
  .cottaz-agent-hero.has-mobile-keyboard::after {
    opacity: 0 !important;
    transform: translateY(100%) !important;
  }
  .cottaz-agent-hero::after {
    transform: translateY(0);
    transition: opacity .2s ease, transform .2s ease !important;
  }
}




/* ==========================================================
 * 3.0.3 — AGENT HERO: ESTADO INICIAL VOICE-FIRST
 *
 * IMPORTANTE:
 * Estas regras só atuam em :not(.is-started).
 * O layout da conversa continua 100% sob
 * cottaz-conversation-layout-3.0.2.css.
 * ========================================================== */

/* A hero inicial não tem navegação. */
.cottaz-agent-hero:not(.is-started) .cottaz-nia-result-nav--hero{
  display:none!important;
}

/* Núcleo direito: somente orb + microfone + microcopy. */
.cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__panel{
  min-height:410px!important;
  justify-content:center!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__identity > div:last-child,
.cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__choices,
.cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__result-actions{
  display:none!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__orb{
  width:224px!important;
  height:224px!important;
  flex:0 0 224px!important;
  transform:translateY(-28px)!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-shell{
  display:none!important;
}

/*
 * Preserva o form real no DOM para o reconhecimento de voz,
 * mas visualmente deixa apenas o botão de microfone.
 */
.cottaz-agent-hero:not(.is-started) .cottaz-nia-composer-wrap{
  width:auto!important;
  margin-top:38px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-composer{
  width:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  min-height:72px!important;
  height:72px!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-composer textarea,
.cottaz-agent-hero:not(.is-started) .cottaz-nia-send,
.cottaz-agent-hero:not(.is-started) .cottaz-nia-disclaimer{
  display:none!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-actions{
  width:72px!important;
  height:72px!important;
  margin:0!important;
  padding:0!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice{
  display:grid!important;
  place-items:center!important;
  width:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  height:72px!important;
  min-height:72px!important;
  max-height:72px!important;
  flex:0 0 72px!important;
  padding:0!important;
  border:1px solid color-mix(in srgb,var(--cottaz-secondary) 30%,#d9dee7)!important;
  border-radius:50%!important;
  background:#fffcf4!important;
  color:#765700!important;
  box-shadow:
    inset 0 2px 3px rgba(255,255,255,.9),
    inset 0 -2px 4px rgba(23,32,42,.08),
    0 8px 20px rgba(23,32,42,.09)!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice svg,
.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice svg *{
  stroke:currentColor!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice svg{
  width:31px!important;
  height:31px!important;
  stroke-width:1.8!important;
}

.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice:hover,
.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice:focus-visible,
.cottaz-agent-hero:not(.is-started) .cottaz-nia-voice.is-listening{
  border-color:var(--cottaz-primary)!important;
  background:var(--cottaz-primary)!important;
  color:var(--cottaz-primary-text)!important;
  box-shadow:
    0 0 0 5px var(--cottaz-primary-ring),
    0 10px 28px rgba(23,32,42,.1)!important;
}

/* A microcopy existe somente na Hero inicial. */
.cottaz-agent-hero.is-started .cottaz-agent-hero__voice-hint{
  display:none!important;
}

@media(max-width:900px){
  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__panel{
    min-height:220px!important;
  }
  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__orb{
    width:148px!important;
    height:148px!important;
    flex-basis:148px!important;
    transform:none!important;
  }
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-composer-wrap{
    margin-top:22px!important;
  }
}

@media(max-width:600px){
  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__orb{
    width:112px!important;
    height:112px!important;
    flex-basis:112px!important;
  }
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-composer-wrap{
    margin-top:18px!important;
  }
  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__voice-hint{
    margin-top:18px!important;
  }
}


/* ==========================================================
 * 3.0.9 — MOBILE HERO FIT + WAVES SCALE
 * Garante que a primeira dobra mobile preserve a orb no viewport
 * e amplia a arte de fundo na base para acompanhar a composição.
 * ========================================================== */
@media (max-width: 600px) {
  .cottaz-agent-hero::after {
    height: clamp(190px, 24vh, 240px);
    opacity: .78;
    background-position: center bottom;
    background-size: cover;
  }

  .cottaz-agent-hero__layout {
    width: calc(100% - 32px);
    min-height: var(--cottaz-hero-height);
    align-content: start;
    gap: 18px;
    padding: 34px 0 calc(150px + env(safe-area-inset-bottom));
  }

  .cottaz-agent-hero__copy h1 {
    max-width: 420px;
    font-size: clamp(36px, 10.4vw, 50px) !important;
    line-height: .95 !important;
  }

  .cottaz-agent-hero__copy > p {
    max-width: 360px;
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 1.36 !important;
  }

  .cottaz-agent-hero__voice-prompt {
    margin-top: 16px;
    font-size: 12.5px;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__panel {
    min-height: auto !important;
    justify-content: flex-start !important;
    padding-top: 2px !important;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__identity {
    gap: 14px;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__orb {
    width: 136px !important;
    height: 136px !important;
    flex-basis: 136px !important;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-nia-composer-wrap {
    margin-top: 14px !important;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-nia-composer,
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-actions,
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-voice {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__voice-hint {
    max-width: 280px;
    margin-top: 14px !important;
    font-size: 13px !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 600px) and (max-height: 760px) {
  .cottaz-agent-hero__layout {
    gap: 14px;
    padding-top: 28px;
    padding-bottom: calc(138px + env(safe-area-inset-bottom));
  }

  .cottaz-agent-hero__copy h1 {
    font-size: clamp(32px, 9.8vw, 44px) !important;
  }

  .cottaz-agent-hero__copy > p {
    margin-top: 12px !important;
    font-size: 14px !important;
  }

  .cottaz-agent-hero__voice-prompt {
    margin-top: 14px;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-agent-hero__orb {
    width: 120px !important;
    height: 120px !important;
    flex-basis: 120px !important;
  }

  .cottaz-agent-hero:not(.is-started) .cottaz-nia-composer,
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-actions,
  .cottaz-agent-hero:not(.is-started) .cottaz-nia-voice {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
}
