/* Orçamento online — wizard extra + páginas no visual Fabricante */

:root {
  --oq-blue: var(--brand-primary, #055699);
  --oq-blue-700: var(--brand-primary-hover, #044a82);
  --oq-blue-100: var(--wal-blue-100, #e3eef7);
  --oq-blue-200: var(--wal-blue-200, #b8d4eb);
  --oq-blue-800: var(--wal-blue-800, #033a5c);
  --oq-yellow: var(--brand-accent, #ffec00);
  --oq-text: var(--text-strong, #10161d);
  --oq-muted: var(--text-muted, #5a6b7a);
  --oq-border: var(--border-subtle, #d3d9de);
  --oq-bg: var(--surface-page, #f4f6f7);
  --oq-white: var(--white, #fff);
  --oq-dark: var(--surface-dark, #10161d);
  --oq-danger: var(--danger, #d6402c);
  --oq-ok: #25a35a;
  --oq-radius: var(--radius-xl, 18px);
  --oq-font: var(--font-body, "Barlow", system-ui, sans-serif);
  --oq-display: var(--font-display, "Barlow Condensed", "Barlow", sans-serif);
  --oq-bar-h: 78px;
  --oq-nav-h: 82px;
}

/* ── Overlay do wizard (etapas canal / código) ── */

.quote-wizard__test-banner,
.walumar-oq__test-banner {
  background: var(--oq-yellow);
  color: var(--oq-dark);
  font-family: var(--oq-font);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 16px;
}

.quote-wizard__channel {
  display: grid;
  gap: 12px;
}

.quote-wizard__channel-card {
  display: block;
  width: 100%;
  text-align: left;
  border: 1.5px solid var(--border-subtle, var(--oq-border));
  background: var(--white, #fff);
  border-radius: var(--radius-md, 8px);
  padding: 16px 16px 14px;
  cursor: pointer;
  font-family: inherit;
  text-transform: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-wizard__channel-card:hover,
.quote-wizard__channel-card.is-active {
  border-color: var(--brand-primary, var(--oq-blue));
  box-shadow: 0 0 0 3px rgba(5, 86, 153, 0.12);
}

.quote-wizard__channel-card strong {
  display: block;
  font-size: 16px;
  color: var(--text-strong, var(--oq-text));
  margin-bottom: 4px;
}

.quote-wizard__channel-card span {
  display: block;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--text-muted, var(--oq-muted));
}

.quote-wizard__otp-note {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--text-muted, var(--oq-muted));
}

.quote-wizard__otp-debug,
.walumar-oq__debug {
  margin: 8px 0 0;
  padding: 10px 12px;
  background: var(--wal-yellow-100, #fffce0);
  border: 1px dashed #c9b800;
  border-radius: 6px;
  font-size: 13px;
  color: #5a4d00;
}

.quote-wizard__otp-debug strong,
.walumar-oq__debug strong {
  letter-spacing: 0.18em;
  font-size: 18px;
}

.quote-wizard__oq-next {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quote-wizard__oq-error,
.walumar-oq__error {
  margin: 10px 0 0;
  color: var(--oq-danger);
  font-size: 14px;
  font-weight: 600;
}

.quote-wizard__field input[data-qw-otp] {
  letter-spacing: 0.28em;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

/* ── Páginas standalone ── */

body.walumar-oq,
body.walumar-oq *,
body.walumar-oq *::before,
body.walumar-oq *::after,
.oq-widget,
.oq-widget *,
.oq-widget *::before,
.oq-widget *::after {
  box-sizing: border-box;
}

body.walumar-oq {
  margin: 0;
  min-height: 100vh;
  color: var(--oq-text);
  font-family: var(--oq-font);
  -webkit-font-smoothing: antialiased;
}

body.walumar-oq--login {
  position: relative;
  background: #0c1116;
  color: #fff;
}

body.admin-bar.walumar-oq--login .oq-prime-nav,
body.admin-bar.walumar-oq--chat .oq-prime-nav {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar.walumar-oq--login .oq-prime-nav,
  body.admin-bar.walumar-oq--chat .oq-prime-nav {
    margin-top: 46px;
  }
}

body.walumar-oq--chat {
  background: #0c1116;
  overflow: hidden;
}

body.walumar-oq.admin-bar .oq-bar,
body.walumar-oq.admin-bar .oq-nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.walumar-oq.admin-bar .oq-bar,
  body.walumar-oq.admin-bar .oq-nav {
    top: 46px;
  }
}

/* Barra no estilo da nav Fabricante (sólida, para páginas claras/escuras) */
.oq-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--oq-bar-h);
  padding: 10px 28px;
  background: #10161d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.oq-bar__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  color: #fff;
}

.oq-bar__brand img {
  height: 56px;
  width: auto;
  display: block;
}

.oq-bar__center {
  min-width: 0;
  text-align: center;
}

.oq-bar__page {
  margin: 2px 0 0;
  font-family: var(--oq-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(420px, 46vw);
}

.oq-bar__nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.oq-bar__nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.oq-bar__nav a:hover {
  color: #fff;
}

.oq-bar__cta {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  background: var(--oq-yellow);
  color: var(--oq-dark) !important;
  border-radius: 5px;
}

.oq-kicker {
  margin: 0;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oq-blue);
}

.oq-kicker--on-dark {
  color: var(--oq-yellow);
}

/* Login */
.oq-login {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 140px);
  padding: 24px 20px 48px;
}

.oq-login__panel {
  width: min(440px, 100%);
  background: rgba(255, 255, 255, 0.96);
  color: var(--oq-text);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  padding: 32px 28px 28px;
}

.oq-login__kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--oq-blue);
}

.oq-login__panel h1 {
  margin: 10px 0 0;
  font-family: var(--oq-display);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.oq-login__lead {
  margin: 12px 0 24px;
  color: var(--oq-muted);
  font-size: 15px;
  line-height: 1.5;
}

.oq-login__copy {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 20px 24px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.38);
}

.oq-form__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-top: 8px;
}

.oq-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.oq-field > span {
  font-size: 13px;
  font-weight: 700;
}

.oq-field input {
  height: 48px;
  border: 1px solid #dce3e8;
  border-radius: 10px;
  padding: 0 14px;
  font: inherit;
  font-size: 16px;
  color: var(--oq-text);
  background: #fff;
}

.oq-field input:focus {
  outline: 0;
  border-color: var(--oq-blue);
}

.oq-field__code {
  letter-spacing: 0.32em;
  font-size: 22px !important;
  font-weight: 800;
  text-align: center;
}

.oq-btn {
  border: 0;
  cursor: pointer;
  font-family: var(--oq-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
}

.oq-form__actions .oq-btn--primary {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oq-btn--primary {
  background: var(--oq-blue);
  color: #fff;
  height: 48px;
  padding: 0 24px;
}

.oq-btn--primary:hover {
  background: var(--oq-blue-700);
}

.oq-btn--primary:disabled,
.oq-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.oq-btn--ghost {
  background: none;
  color: var(--oq-blue);
  height: 48px;
  padding: 0 8px;
}

.oq-prime__badge--on-light {
  border-color: rgba(5, 86, 153, 0.2);
  color: var(--oq-blue);
}

/* Chat — atendimento premium */
.oq-prime__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: #0c1116;
}

.oq-prime__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.4) brightness(0.42);
}

.oq-prime__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 17, 22, 0.25) 0%, rgba(12, 17, 22, 0.55) 58%, rgba(12, 17, 22, 0.82) 100%),
    linear-gradient(180deg, rgba(12, 17, 22, 0.35) 0%, transparent 28%, rgba(12, 17, 22, 0.4) 100%);
}

.oq-prime__veil--center {
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.42) 0%, rgba(12, 17, 22, 0.52) 45%, rgba(12, 17, 22, 0.72) 100%);
}

.oq-prime-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  padding: 0 36px;
}

.oq-prime-nav__brand img {
  height: 58px;
  width: auto;
  display: block;
}

.oq-prime-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.oq-prime-nav__links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oq-prime-nav__links a:hover {
  color: #fff;
}

.oq-prime-nav__wa {
  color: #fff !important;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 236, 0, 0.7);
}

.oq-prime {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 8px 36px 36px;
}

.oq-prime__intro {
  align-self: end;
  padding: 0 0 8px;
}

.oq-prime__badge {
  display: inline-block;
  margin: 0 0 16px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 236, 0, 0.35);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oq-yellow);
}

.oq-prime__kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.oq-prime__title {
  margin: 10px 0 0;
  max-width: 12ch;
  font-family: var(--oq-display);
  font-size: clamp(36px, 4.4vw, 56px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #fff;
}

.oq-prime__copy {
  margin: 22px 0 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.38);
}

.oq-panel {
  display: flex;
  flex-direction: column;
  height: min(720px, calc(100vh - 140px));
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.oq-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border-bottom: 1px solid #eceff2;
}

.oq-panel__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.oq-panel__who {
  min-width: 0;
  flex: 1;
}

.oq-panel__role {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--oq-blue);
}

.oq-panel__name {
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--oq-text);
}

.oq-panel__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7780;
}

.oq-panel__live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7dff9a;
}

.oq-panel__thread,
.walumar-oq__thread {
  flex: 1;
  padding: 22px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f6f7f8;
}

.oq-panel__thread > *,
.walumar-oq__thread > * {
  flex-shrink: 0;
}

.walumar-oq__bubble {
  max-width: 86%;
  padding: 11px 14px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.walumar-oq__bubble img.emoji {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  margin: 0 0.2em 0 0;
  vertical-align: -0.15em;
}

.walumar-oq__enter {
  animation: walumar-oq-enter 0.45s ease both;
}

@keyframes walumar-oq-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .walumar-oq__enter {
    animation: none;
  }
}

.walumar-oq__bubble--user {
  align-self: flex-end;
  background: var(--oq-blue);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.walumar-oq__bubble--assistant {
  align-self: flex-start;
  background: #fff;
  color: var(--oq-text);
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(16, 22, 29, 0.05);
}

.walumar-oq__bubble--wa {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  border: 1.5px solid #25d366;
}

.walumar-oq__bubble--wa:hover {
  background: #f3fff7;
}

.walumar-oq__video {
  position: relative;
  align-self: stretch;
  flex: 0 0 320px;
  width: 100%;
  height: 320px;
  min-height: 320px;
  border-radius: 14px;
  overflow: hidden;
  background: #10161d;
  box-shadow: 0 1px 2px rgba(16, 22, 29, 0.05);
}

.walumar-oq__video iframe,
.walumar-oq__video-poster {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.walumar-oq__video-poster {
  object-fit: cover;
}

.walumar-oq__video--lazy {
  cursor: pointer;
}

.walumar-oq__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(5, 86, 153, 0.92);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.walumar-oq__video-play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.walumar-oq__video--lazy:hover .walumar-oq__video-play {
  background: var(--oq-blue);
}

.walumar-oq__choices--menu {
  grid-template-columns: 1fr;
  gap: 8px;
}

.walumar-oq__choices--menu .walumar-oq__choice {
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
}

.walumar-oq__bubble--thinking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7780;
  font-style: italic;
}

.walumar-oq__thinking-dots {
  display: inline-flex;
  gap: 4px;
}

.walumar-oq__thinking-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9aa6b2;
  animation: oq-think 1s infinite ease-in-out;
}

.walumar-oq__thinking-dots i:nth-child(2) {
  animation-delay: 0.15s;
}

.walumar-oq__thinking-dots i:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes oq-think {
  0%,
  80%,
  100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.walumar-oq__otp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  max-width: 100%;
  white-space: normal;
}

.walumar-oq__otp-text {
  margin: 0;
  flex: 1 1 180px;
}

.walumar-oq__otp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 14px;
  flex: 0 0 auto;
}

.walumar-oq__handoff {
  align-self: flex-start;
}

.walumar-oq__handoff-btn {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #6b7780;
  cursor: pointer;
  font-family: var(--oq-font);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
}

.walumar-oq__handoff-btn:hover {
  color: var(--oq-blue);
  filter: none;
}

.walumar-oq__handoff-btn:disabled {
  opacity: 0.45;
  cursor: default;
  filter: none;
}

.walumar-oq__handoff--next {
  align-self: stretch;
  margin-top: 2px;
}

.walumar-oq__handoff-btn--next {
  justify-content: center;
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--oq-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.walumar-oq__handoff-btn--next:hover {
  color: #fff;
  filter: brightness(1.06);
}

.walumar-oq__handoff-btn--next:disabled {
  background: #c5ced6;
  color: #fff;
  opacity: 1;
}

.walumar-oq__handoff--cta {
  align-self: stretch;
  margin-top: 4px;
}

.walumar-oq__handoff-btn--cta {
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  background: var(--oq-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
}

.walumar-oq__handoff-btn--cta:hover {
  color: #fff;
  filter: brightness(1.06);
}

.walumar-oq__handoff-btn--cta:disabled {
  opacity: 1;
  cursor: default;
}

.walumar-oq__handoff-btn--cta:disabled:not(.is-done):not(.is-error) {
  background: var(--oq-blue);
  opacity: 0.72;
}

.walumar-oq__handoff-btn--cta.is-done {
  background: #1f9d55;
  color: #fff;
}

.walumar-oq__handoff-btn--cta.is-error {
  background: #c5ced6;
  color: #fff;
}

.walumar-oq__handoff--wa {
  align-self: stretch;
}

.walumar-oq__handoff-btn--wa {
  justify-content: center;
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: #25d366;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.walumar-oq__handoff-btn--wa:hover {
  color: #fff;
  filter: brightness(1.06);
}

.walumar-oq__choices {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 100%;
}

.walumar-oq__choices--brands {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.walumar-oq__choices--products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.walumar-oq__choices--products .walumar-oq__choice {
  min-width: 0;
  min-height: 0;
}

.walumar-oq__choices--products .walumar-oq__choice-media {
  min-height: 168px;
  height: 168px;
  background: #eceff2;
}

.walumar-oq__choices--products .walumar-oq__choice-media img {
  object-fit: cover;
}

.walumar-oq__choices--chips {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: none;
}

.walumar-oq__choice {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0;
  border: 1.5px solid #dce3e8;
  border-radius: 12px;
  background: #fff;
  color: var(--oq-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.walumar-oq__choice:hover {
  border-color: var(--oq-blue);
}

.walumar-oq__choice.is-active {
  border-color: var(--oq-blue);
  box-shadow: 0 0 0 2px rgba(5, 86, 153, 0.16);
  font-weight: 700;
}

.walumar-oq__choice-media {
  display: block;
  height: 72px;
  background: #eef2f5;
  overflow: hidden;
}

.walumar-oq__choice-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.walumar-oq__choices--brands .walumar-oq__choice {
  text-align: center;
  background: #f4f6f7;
  border-color: #d8dee3;
}

.walumar-oq__choices--brands .walumar-oq__choice-media {
  height: 56px;
  background: #eceff2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 6px 0;
  overflow: visible;
}

.walumar-oq__choices--brands .walumar-oq__choice-media img {
  width: auto;
  max-width: 72px;
  height: 40px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.walumar-oq__choices--brands .walumar-oq__choice:hover,
.walumar-oq__choices--brands .walumar-oq__choice.is-active {
  background: #fff;
  border-color: var(--oq-blue);
}

.walumar-oq__choices--brands .walumar-oq__choice:hover .walumar-oq__choice-media img,
.walumar-oq__choices--brands .walumar-oq__choice.is-active .walumar-oq__choice-media img {
  filter: grayscale(0);
  opacity: 1;
}

.walumar-oq__choice-title {
  display: block;
  padding: 8px 9px 9px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.walumar-oq__choices--brands .walumar-oq__choice-title {
  padding: 6px 6px 8px;
  font-size: 11px;
  color: #5a6b7a;
}

.walumar-oq__chip {
  margin: 0;
  padding: 8px 12px;
  border: 1.5px solid #dce3e8;
  border-radius: 999px;
  background: #fff;
  color: var(--oq-text);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.walumar-oq__chip:hover,
.walumar-oq__chip.is-active {
  border-color: var(--oq-blue);
  background: var(--oq-blue-100);
  color: var(--oq-blue-800);
}

.walumar-oq__choices.is-done .walumar-oq__choice,
.walumar-oq__choices.is-done .walumar-oq__chip {
  opacity: 0.55;
  cursor: default;
}

.walumar-oq__choices.is-done .walumar-oq__choice.is-active,
.walumar-oq__choices.is-done .walumar-oq__chip.is-active {
  opacity: 1;
}

.oq-panel__composer {
  display: flex;
  gap: 8px;
  padding: 12px 14px 14px;
  background: #fff;
  border-top: 1px solid #eceff2;
}

.oq-panel__composer textarea {
  flex: 1;
  resize: none;
  border: 1px solid #dce3e8;
  border-radius: 10px;
  padding: 11px 13px;
  font: inherit;
  font-size: 15px;
  min-height: 46px;
  max-height: 120px;
}

.oq-panel__composer textarea:focus {
  outline: 0;
  border-color: var(--oq-blue);
}

.oq-panel__send {
  align-self: flex-end;
  height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--oq-blue);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.oq-panel__send:hover {
  filter: brightness(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .oq-prime__video {
    display: none;
  }
}

@media (max-width: 980px) {
  body.walumar-oq--chat {
    overflow: auto;
  }

  .oq-prime-nav {
    height: 76px;
    padding: 0 20px;
  }

  .oq-prime-nav__brand img {
    height: 52px;
  }

  .oq-prime {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    min-height: auto;
    padding: 8px 20px 28px;
  }

  .oq-prime__intro {
    order: 2;
    padding: 4px 0 0;
  }

  .oq-prime__title {
    max-width: none;
    font-size: 36px;
  }

  .oq-panel {
    width: 100%;
    max-width: 520px;
    height: min(640px, calc(100vh - 200px));
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .oq-bar {
    padding: 8px 14px;
    gap: 10px;
  }

  .oq-bar__brand img {
    height: 44px;
  }

  .oq-bar__center {
    display: none;
  }

  .oq-bar__nav a:not(.oq-bar__cta) {
    display: none;
  }

  body.walumar-oq--chat {
    overflow: auto;
  }

  .oq-prime-nav {
    height: 64px;
    padding: 0 16px;
  }

  .oq-prime-nav__brand img {
    height: 46px;
  }

  .oq-prime-nav__links a:not(.oq-prime-nav__wa) {
    display: none;
  }

  .oq-prime {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: auto;
    padding: 8px 16px 24px;
  }

  .oq-prime__title {
    max-width: none;
    font-size: 32px;
  }

  .oq-panel {
    height: min(640px, calc(100vh - 180px));
  }

  .oq-login {
    min-height: auto;
    padding: 20px 16px 28px;
  }

  .oq-login__panel {
    padding: 26px 20px 22px;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ── Widget flutuante / shortcode ── */

.oq-panel__wa {
  margin-left: 4px;
  color: var(--oq-blue);
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.oq-panel__wa:hover {
  text-decoration: underline;
}

.oq-panel__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #f4f6f7;
  color: #5a6b7a;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.oq-panel__close:hover {
  background: #eceff2;
  color: var(--oq-text);
}

.oq-widget--inline .oq-panel {
  width: 100%;
  max-width: 440px;
  height: min(640px, 80vh);
  margin: 0 auto;
}

.oq-widget__credit {
  margin: 14px 0 0;
  text-align: center;
  font-family: var(--oq-font, inherit);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: lowercase;
}

.oq-widget__credit a {
  color: rgba(173, 184, 193, 0.55);
  text-decoration: none;
}

.oq-widget__credit a:hover {
  color: rgba(173, 184, 193, 0.85);
}

.oq-widget--float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99980;
  font-family: var(--oq-font);
}

body.admin-bar .oq-widget--float {
  bottom: 50px;
}

.oq-widget__launcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--oq-blue);
  box-shadow: 0 10px 28px rgba(5, 86, 153, 0.38);
  cursor: pointer;
}

.oq-widget__launcher:hover {
  filter: brightness(1.06);
}

.oq-widget__launcher-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.oq-widget__launcher-dot {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #7dff9a;
}

.oq-widget__launcher-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--oq-yellow);
  color: var(--oq-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.oq-widget--float.is-open .oq-widget__launcher {
  display: none;
}

.oq-widget--float .oq-widget__sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(440px, calc(100vw - 24px));
}

.oq-widget--float .oq-widget__sheet[hidden] {
  display: none !important;
}

.oq-widget--float .oq-panel {
  height: min(640px, calc(100vh - 120px));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.oq-widget--float .oq-panel__live {
  display: none;
}

body.oq-widget-float-on #fab-consultant,
body.oq-widget-float-on #wws-layout-1,
body.oq-widget-float-on #walumar-blomerize-leads,
body.oq-widget-float-on #whatsappfoco,
body.oq-widget-float-on #whatsappautomacao,
body.oq-widget-float-on .botaowhatsplugin,
body.oq-widget-float-on .botaowhatspluginset,
body.oq-widget-float-on .whatsappmautic,
body.oq-widget-float-on .wws-popup,
body.oq-widget-float-on .wws-popup__footer,
body.oq-widget-float-on .wws-popup__open-btn,
body.oq-widget-float-on [id^="wws-"],
body.oq-widget-float-on [class*="wws-popup"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 720px) {
  .oq-widget--float {
    right: 12px;
    bottom: 12px;
  }

  body.admin-bar .oq-widget--float {
    bottom: 58px;
  }

  .oq-widget--float.is-open {
    inset: 0;
    right: 0;
    bottom: 0;
  }

  .oq-widget--float.is-open .oq-widget__sheet {
    position: fixed;
    inset: 0;
    width: 100%;
    bottom: 0;
  }

  .oq-widget--float.is-open .oq-panel {
    height: 100%;
    border-radius: 0;
  }

  .oq-widget--inline .oq-panel {
    height: min(560px, 78vh);
  }
}
