:root {
  --inss-blue: #1351B4;
  --inss-blue-dark: #071D41;
  --inss-blue-light: #E8F0FE;
  --inss-green: #168821;
  --inss-yellow: #FFCD07;
  --gov-gold: #FFCD07;
  --inss-ink: #071D41;
  --inss-paper: #f4f6fb;
  --inss-border: rgba(19, 81, 180, 0.12);
  --msg-left: #ffffff;
  --msg-right: #e8f0fe;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.inss-page {
  font-family: 'Inter', 'Roboto', system-ui, sans-serif;
  background: var(--inss-paper);
  color: var(--inss-ink);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.inss-header {
  background: #fff;
  color: var(--inss-ink);
  padding: 12px 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  border-bottom: 3px solid var(--inss-blue);
}

.inss-header.gov-chat-header { border-bottom: 1px solid #e5e7eb; border-top: 4px solid var(--inss-blue); }

.inss-header-top {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.inss-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inss-brand img { height: 36px; width: auto; }

.inss-brand-name { font-weight: 700; font-size: 15px; display: block; }
.inss-brand-sub { font-size: 11px; opacity: 0.85; display: block; }

.inss-secure-pill {
  font-size: 10px;
  font-weight: 600;
  background: #ecfdf5;
  color: #166534;
  border: 1px solid #86efac;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Landing */
.landing-wrap {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.landing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(12, 45, 135, 0.1);
  max-width: 420px;
  width: 100%;
  padding: 28px 24px;
  border: 1px solid var(--inss-border);
}

.landing-alert {
  background: #fff8e6;
  border-left: 4px solid var(--inss-yellow);
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #664d03;
}

.landing-card h1 {
  color: var(--inss-blue);
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.landing-card p { font-size: 14px; line-height: 1.5; color: #444; margin-bottom: 20px; }

.inss-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 12px;
}

.inss-input:focus {
  outline: none;
  border-color: var(--inss-blue);
  box-shadow: 0 0 0 3px rgba(12, 45, 135, 0.1);
}

.inss-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--inss-blue), var(--inss-blue-dark));
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.inss-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(12, 45, 135, 0.3); }
.inss-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* ===== Landing INSS ===== */
body.landing-inss-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f0f2f5;
}

.landing-inss-page .gov-topbar { flex-shrink: 0; }

.landing-inss-header {
  background: #fff;
  border-bottom: 1px solid #dde3ed;
  box-shadow: 0 1px 3px rgba(7, 29, 65, 0.06);
  flex-shrink: 0;
}

.landing-inss-header-inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.landing-inss-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.landing-inss-logo {
  height: 44px;
  width: auto;
  flex-shrink: 0;
}

.landing-inss-brand-text { min-width: 0; }

.landing-inss-brand-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #005691;
  line-height: 1.25;
}

.landing-inss-brand-sub {
  display: block;
  font-size: 10px;
  color: #64748b;
  margin-top: 2px;
  line-height: 1.3;
}

.landing-inss-page .inss-secure-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.landing-inss-wrap {
  flex: 1;
  min-height: auto;
  padding: 28px 16px 20px;
}

.landing-inss-card {
  max-width: 440px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #005691;
  box-shadow: 0 2px 8px rgba(7, 29, 65, 0.06);
  padding: 0;
  overflow: hidden;
}

.landing-inss-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 24px 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid #eef2f7;
}

.landing-inss-hero-logo {
  display: block;
  height: auto;
  width: min(240px, 78vw);
  max-height: 88px;
  object-fit: contain;
}

.landing-inss-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #005691;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 4px 12px;
  border-radius: 2px;
}

.landing-inss-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 24px 0;
  padding: 12px 14px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 3px solid #b45309;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  line-height: 1.55;
  color: #78350f;
}

.landing-inss-alert svg { flex-shrink: 0; margin-top: 1px; }
.landing-inss-alert p { margin: 0; }

.landing-inss-card h1 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #071D41;
  padding: 18px 24px 0;
  margin: 0;
}

.landing-inss-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
  padding: 8px 24px 0;
  margin: 0 0 16px;
}

.landing-inss-steps {
  list-style: none;
  display: flex;
  gap: 6px;
  padding: 0 24px;
  margin: 0 0 20px;
}

.landing-inss-steps li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  color: #64748b;
  line-height: 1.3;
}

.landing-inss-steps li span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #005691;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.landing-inss-form {
  padding: 0 24px 20px;
}

.landing-inss-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .35px;
  color: #475569;
  margin-bottom: 6px;
}

.landing-inss-input {
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  font-size: 15px;
  padding: 13px 14px;
}

.landing-inss-input:focus {
  border-color: #005691;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 86, 145, 0.08);
}

.landing-inss-btn {
  border-radius: 4px;
  background: #005691;
  font-size: 15px;
  margin-top: 4px;
}

.landing-inss-btn:hover {
  background: #004a7c;
  box-shadow: 0 4px 12px rgba(0, 86, 145, 0.25);
}

.landing-inss-legal {
  font-size: 10px;
  line-height: 1.5;
  color: #94a3b8;
  text-align: center;
  padding: 14px 24px 20px;
  margin: 0;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}

.landing-inss-footer {
  flex-shrink: 0;
  text-align: center;
  padding: 14px 16px 18px;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.landing-inss-footer-logo {
  height: 28px;
  width: auto;
  margin-bottom: 6px;
  opacity: 1;
}

.landing-inss-footer p {
  font-size: 10px;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

/* ===== Chat oficial INSS / Gov.br ===== */
body.inss-chat-page {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
  background: #f0f2f5;
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

.gov-topbar {
  background: #071D41;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2px;
  padding: 6px 12px;
  flex-shrink: 0;
}

.chat-official-header {
  background: #fff;
  border-bottom: 1px solid #dde3ed;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(7, 29, 65, 0.06);
}

.chat-official-top {
  max-width: 560px;
  margin: 0 auto;
  padding: 14px 16px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #eef2f7;
}

.chat-official-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.chat-logo-inss { height: 36px; width: auto; }
.chat-logo-gov { height: 22px; width: auto; opacity: .9; }
.chat-logo-sep { width: 1px; height: 28px; background: #e2e8f0; }

.chat-official-info { flex: 1; min-width: 0; }
.chat-official-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #071D41;
  line-height: 1.25;
}
.chat-official-sub {
  display: block;
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
}

.chat-official-meta {
  max-width: 560px;
  margin: 0 auto;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  background: #f8fafc;
}

.chat-meta-item { display: flex; flex-direction: column; gap: 2px; }
.chat-meta-center { align-items: center; text-align: center; }
.chat-meta-right { align-items: flex-end; text-align: right; }
.chat-meta-label {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .45px;
  color: #94a3b8;
}
.chat-meta-value {
  font-size: 11px;
  font-weight: 600;
  color: #334155;
  font-variant-numeric: tabular-nums;
}
.chat-meta-live {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #166534;
}

.status-dot {
  width: 6px; height: 6px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulseDot 2s ease infinite;
  flex-shrink: 0;
}

@keyframes pulseDot { 0%,100%{opacity:1} 50%{opacity:.45} }

.chat-trust-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
  font-size: 10px;
  font-weight: 500;
  color: #1e40af;
  text-align: center;
  line-height: 1.4;
  flex-shrink: 0;
}
.chat-trust-banner svg { flex-shrink: 0; opacity: .85; }

.chat-shell {
  flex: 1;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #f0f2f5;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
}

.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
  background:
    linear-gradient(180deg, #f8fafc 0%, #f0f2f5 100%);
}

.chat-official-footer {
  padding: 12px 16px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
}
.chat-footer-logo { height: 24px; width: auto; margin-bottom: 6px; opacity: 1; }
.chat-official-footer p {
  font-size: 10px;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

.chat-divider {
  align-self: stretch;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .35px;
  color: #005691;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 8px 14px;
  border-radius: 2px;
  opacity: 0;
  animation: msgIn .35s ease forwards;
}
.chat-divider-num {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #64748b;
}
.chat-divider-title {
  font-size: 11px;
  font-weight: 700;
  color: #005691;
}

.chat-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 3px solid #b45309;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  line-height: 1.55;
  color: #78350f;
}
.chat-notice svg { flex-shrink: 0; margin-top: 1px; opacity: .85; }

.msg-row.left .msg-bubble:has(.chat-notice) {
  padding: 0; background: transparent; border: none; box-shadow: none;
}

.msg-agent {
  font-size: 10px;
  font-weight: 700;
  color: #005691;
  margin-bottom: 4px;
  padding-left: 2px;
  text-transform: uppercase;
  letter-spacing: .35px;
}

.msg-bubble {
  padding: 12px 14px;
  border-radius: 2px 10px 10px 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #1e293b;
}

.msg-row.left .msg-bubble {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(7, 29, 65, 0.04);
}

.msg-row.right .msg-bubble {
  background: #005691;
  color: #fff;
  border-radius: 10px 2px 10px 10px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 86, 145, 0.25);
}

.chat-avatar-official {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 18px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
  overflow: hidden;
  padding: 4px;
}
.chat-avatar-official img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat-avatar-official.inss-av { background: #fff; }

.chat-btn {
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1px;
}
.chat-btn-primary {
  background: #005691;
  color: #fff;
  border: 1px solid #004a7c;
}
.chat-btn-primary:hover { background: #004a7c; }
.chat-btn-secondary {
  background: #fff;
  color: #005691;
  border: 1px solid #cbd5e1;
}

.chat-card {
  border-radius: 0 4px 4px 0;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #005691;
  padding: 14px 16px;
  background: #fff;
}
.chat-card.success { border-left-color: #168821; }
.chat-card.warning { border-left-color: #b45309; }
.chat-card.error { border-left-color: #b91c1c; }
.chat-card.info { border-left-color: #005691; }

.chat-card-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #475569;
}

.chat-input-area button {
  width: auto;
  min-width: 72px;
  height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  background: #005691;
}

.chat-text { font-size: 14px; line-height: 1.65; color: #1e293b; margin: 0; }
.chat-muted { color: #64748b !important; font-size: 13px !important; }

.chat-user-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #005691;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.chat-user-panel-head {
  background: #f8fafc;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .45px;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
}
.chat-user-dl { margin: 0; padding: 0; }
.chat-user-dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
}
.chat-user-dl > div:last-child { border-bottom: none; }
.chat-user-dl dt { color: #64748b; font-weight: 500; }
.chat-user-dl dd { color: #1e293b; font-weight: 600; text-align: right; margin: 0; }
.chat-user-dl dd.ok { color: #166534; }
.chat-user-dl dd.valor { color: #168821; font-size: 15px; }

.chat-video-wrap { border: 1px solid #e2e8f0; border-radius: 4px; overflow: hidden; background: #fff; }
.chat-video-label {
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #475569;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.chat-video-inss video { display: block; width: 100%; max-height: 220px; object-fit: cover; background: #000; }
.chat-video-inss--overlay { position: relative; }
.chat-video-unmute {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.chat-video-unmute.is-hidden { display: none; }

.msg-row.left .msg-bubble:has(.chat-user-panel),
.msg-row.left .msg-bubble:has(.chat-video-wrap) {
  padding: 0; background: transparent; border: none; box-shadow: none;
}

.chat-bubble-actions { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; }
.msg-row.chat-action-row .msg-bubble { padding: 0; background: transparent; border: none; box-shadow: none; }

.form-label-official {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .35px;
  color: #475569;
  margin-bottom: 6px;
}

.comprovante-container {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-top: 3px solid #005691;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  padding: 14px;
  font-size: 12px;
}
.comprovante-header { text-align: center; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px; margin-bottom: 10px; }
.comprovante-header h3 { font-size: 13px; color: #005691; margin-bottom: 4px; }
.comprovante-header p { font-size: 11px; color: #64748b; }
.comprovante-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.comprovante-field label { font-size: 10px; color: #64748b; display: block; text-transform: uppercase; letter-spacing: .25px; }
.field-value { font-weight: 600; font-size: 11px; color: #1e293b; }
.comprovante-valor { text-align: center; background: #f0fdf4; padding: 12px; border-radius: 4px; margin-bottom: 10px; border: 1px solid #bbf7d0; }
.valor-label { font-size: 10px; color: #64748b; text-transform: uppercase; letter-spacing: .3px; }
.comprovante-valor .valor { font-size: 22px; font-weight: 800; color: #168821; }
.comprovante-info { font-size: 11px; line-height: 1.6; margin-bottom: 8px; color: #475569; }
.comprovante-footer { font-size: 10px; color: #64748b; border-top: 1px solid #e2e8f0; padding-top: 8px; line-height: 1.5; }

.camera-container {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 14px;
  background: #fafbfc;
}

.chat-official-bar,
.chat-official-status,
.chat-official-logo { display: none; }

#chatAttendant { font-weight: 600; color: #005691; }


.chat-audio-step {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid var(--inss-blue);
  border-radius: 0 8px 8px 0;
  padding: 14px;
}

.chat-audio-step-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.chat-audio-icon { font-size: 16px; line-height: 1; }

.chat-audio-step-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--inss-ink);
  text-transform: uppercase;
  letter-spacing: .25px;
}

.chat-audio-step .chat-audio-el {
  width: 100%;
  height: 40px;
  border-radius: 6px;
}

.chat-audio-step .chat-audio-el.is-playing {
  outline: 2px solid rgba(19, 81, 180, 0.25);
}

.chat-audio-step .chat-audio-el.is-done {
  opacity: .85;
}

.chat-audio-hint {
  font-size: 11px;
  color: #64748b;
  margin: 8px 0 0;
  line-height: 1.4;
}

.msg-row.left .msg-bubble:has(.chat-audio-step) {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.msg-row.left .msg-bubble:has(.chat-audio-step) .msg-time { padding: 4px 2px 0; }

.gov-comp-tag {
  text-align: right;
  font-weight: 600;
  font-size: 10px;
  color: #475569;
  line-height: 1.4;
  margin-left: auto;
}


.msg-row {
  display: flex;
  max-width: 92%;
  opacity: 0;
  transform: translateY(6px);
  animation: msgIn 0.3s ease forwards;
}
.msg-row.left { align-self: flex-start; }
.msg-row.right { align-self: flex-end; flex-direction: row-reverse; }
.msg-row.full-width { align-self: stretch; max-width: 100%; }
.msg-col { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.msg-row.with-avatar { align-items: flex-start; gap: 10px; max-width: 94%; }
.msg-row.with-avatar .msg-col { flex: 1; }
.msg-row.chat-action-row .chat-avatar-official { margin-top: 0; }
.msg-time { font-size: 10px; color: #94a3b8; margin-top: 5px; }
.msg-row.right .msg-time { color: rgba(255,255,255,.7); }

.msg-row.left .msg-bubble:has(.chat-card),
.msg-row.left .msg-bubble:has(.comprovante-container),
.msg-row.left .msg-bubble:has(.chat-video-inss),
.msg-row.left .msg-bubble:has(.inss-audio-box),
.msg-row.left .msg-bubble:has(.inss-verify) {
  padding: 0; background: transparent; border: none; box-shadow: none;
}

.typing-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 2px 10px 10px 10px;
  padding: 12px 16px;
  box-shadow: 0 1px 2px rgba(7, 29, 65, 0.04);
}

.typing-dots { display: flex; gap: 4px; align-items: center; }
.typing-dots span {
  width: 6px; height: 6px;
  background: #94a3b8;
  border-radius: 50%;
  animation: bounce 1.2s infinite;
}
.typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.typing-dots span:nth-child(3) { animation-delay: 0.3s; }

.chat-card-value {
  font-size: 26px;
  font-weight: 700;
  color: var(--inss-green);
  letter-spacing: -.5px;
}
.chat-card-text { font-size: 13px; color: #475569; line-height: 1.55; }
.chat-card-text strong { color: #1e293b; }
.chat-actions { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.chat-actions .chat-btn-secondary {
  background: #fff;
  color: #1e293b;
  border: 1px solid #cbd5e1;
  text-align: left;
  line-height: 1.4;
}
.chat-actions .chat-btn-secondary:hover { background: #f8fafc; border-color: #005691; color: #005691; }


.chat-input-area {
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.chat-input-area input {
  flex: 1;
  padding: 11px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 14px;
  background: #f8fafc;
}
.chat-input-area input:focus {
  outline: none;
  border-color: #005691;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 86, 145, 0.08);
}

@keyframes msgIn { to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%,60%,100%{transform:translateY(0)} 30%{transform:translateY(-5px)} }
@keyframes spin { to { transform: rotate(360deg); } }

/* Checkout */
.checkout-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f0f2f5;
}

.checkout-header { flex-shrink: 0; }

.checkout-main {
  flex: 1;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 16px 28px;
}

.checkout-main--compact {
  padding: 16px 16px 24px;
}

.checkout-main--compact .checkout-grid { gap: 14px; }

.checkout-card-head--compact {
  padding: 14px 18px 12px;
}

.checkout-card-head--compact h1,
.checkout-card-head--compact h2 { margin-bottom: 2px; }

.checkout-card-head--compact .checkout-protocol { margin-top: 4px; }

.checkout-saque-box--compact {
  margin: 12px 18px;
  padding: 14px 12px;
}

.checkout-alert-card--compact {
  padding: 14px 18px 16px;
}

.checkout-alert-card--compact p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #475569;
}

.checkout-alert-card--compact strong { color: #071D41; }

.checkout-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  margin-bottom: 16px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #1e40af;
  text-align: center;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 860px) {
  .checkout-grid { grid-template-columns: 1.45fr 1fr; align-items: start; }
}

.checkout-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #005691;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 8px rgba(7, 29, 65, 0.05);
  margin-bottom: 0;
}

.checkout-card-head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid #eef2f7;
}

.checkout-card-head h1,
.checkout-card-head h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #071D41;
  margin: 0 0 4px;
}

.checkout-card-head p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.checkout-protocol {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #64748b;
}

.checkout-protocol strong {
  color: #005691;
  font-variant-numeric: tabular-nums;
}

.checkout-saque-box {
  margin: 16px 20px;
  padding: 18px 16px;
  text-align: center;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 4px;
}

.checkout-saque-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #64748b;
  margin-bottom: 6px;
}

.checkout-saque-valor {
  font-size: 28px;
  font-weight: 800;
  color: #168821;
  letter-spacing: -.5px;
  line-height: 1.1;
}

.checkout-saque-note {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #64748b;
  line-height: 1.45;
}

.checkout-beneficiary {
  margin: 0 20px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  background: #fafbfc;
}

.checkout-beneficiary > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #eef2f7;
  font-size: 12px;
}

.checkout-beneficiary > div:last-child { border-bottom: none; }
.checkout-beneficiary span { color: #64748b; }
.checkout-beneficiary strong {
  color: #1e293b;
  text-align: right;
  word-break: break-all;
}

.checkout-validations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 16px;
}

.checkout-valid {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
}

.checkout-valid.ok {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.checkout-tax-block {
  padding: 0 20px 20px;
}

.checkout-tax-block h2 {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.checkout-tax-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  border: 1px solid #eef2f7;
  border-radius: 4px;
  overflow: hidden;
}

.checkout-tax-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
  color: #475569;
}

.checkout-tax-list li:last-child { border-bottom: none; }
.checkout-tax-list li span:last-child { font-weight: 600; color: #1e293b; }

.checkout-tax-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  font-size: 13px;
  color: #1e293b;
}

.checkout-tax-total strong {
  font-size: 20px;
  font-weight: 800;
  color: #005691;
}

.checkout-form-card .checkout-form {
  padding: 20px;
}

.checkout-field { margin-bottom: 14px; }

.checkout-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .35px;
  color: #475569;
  margin-bottom: 6px;
}

.checkout-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 15px;
  background: #f8fafc;
  font-family: inherit;
}

.checkout-input:focus {
  outline: none;
  border-color: #005691;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 86, 145, 0.08);
}

.checkout-extra.hidden { display: none; }

.checkout-status-msg {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.checkout-status-msg.is-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.checkout-status-msg.is-loading {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #1e40af;
}

.inss-loader[hidden] { display: none !important; }

.inss-loader:not([hidden]) {
  display: flex;
}

.checkout-pay-btn {
  margin-top: 6px;
  border-radius: 4px;
  background: #005691;
  font-size: 15px;
}

.checkout-pay-btn:hover {
  background: #004a7c;
  box-shadow: 0 4px 12px rgba(0, 86, 145, 0.25);
}

.checkout-pay-btn:disabled { opacity: .65; cursor: not-allowed; transform: none; }

.checkout-form-note {
  margin: 12px 0 0;
  font-size: 11px;
  color: #94a3b8;
  text-align: center;
  line-height: 1.45;
}

.checkout-status-card,
.checkout-alert-card,
.checkout-help-card { padding-bottom: 16px; }

.checkout-status-list {
  list-style: none;
  margin: 0;
  padding: 12px 20px 4px;
}

.checkout-status-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
  color: #94a3b8;
}

.checkout-status-list li:last-child { border-bottom: none; }

.checkout-status-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  background: #f1f5f9;
  flex-shrink: 0;
}

.checkout-status-list li.done {
  color: #166534;
  font-weight: 500;
}

.checkout-status-list li.done .checkout-status-icon {
  background: #dcfce7;
  color: #166534;
}

.checkout-status-list li.current {
  color: #005691;
  font-weight: 600;
}

.checkout-status-list li.current .checkout-status-icon {
  background: #005691;
  color: #fff;
  font-size: 8px;
}

.checkout-alert-card {
  padding: 16px 20px;
  border-top-color: #b45309;
}

.checkout-alert-title,
.checkout-help-title {
  font-size: 12px;
  font-weight: 700;
  color: #071D41;
  margin-bottom: 8px;
}

.checkout-alert-card p,
.checkout-help-card p {
  font-size: 12px;
  line-height: 1.55;
  color: #475569;
  margin: 0 0 8px;
}

.checkout-alert-card strong { color: #168821; }

.checkout-alert-warn {
  color: #b45309 !important;
  font-weight: 500;
}

.checkout-help-card {
  padding: 16px 20px;
  border-top-color: #64748b;
}

.checkout-footer { margin-top: auto; }

.inss-doc-banner {
  background: #005691;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .35px;
  text-transform: uppercase;
  line-height: 1.4;
}

.inss-doc-banner span:last-child {
  font-size: 9px;
  font-weight: 500;
  opacity: .85;
  text-transform: none;
  letter-spacing: .2px;
}

.inss-doc-card .checkout-card-head {
  border-bottom: 1px solid #eef2f7;
}

.inss-doc-type {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .45px;
  color: #64748b;
  margin-bottom: 6px;
}

.inss-doc-card .checkout-card-head h1,
.inss-doc-card .checkout-card-head h2 {
  font-size: 1.05rem;
  color: #071D41;
}

.verificar-banner { border-radius: 0; }

.tax-main { max-width: 520px; }

.tax-prev-ok {
  margin: 0 20px 12px;
  padding: 10px 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-left: 3px solid #168821;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  font-weight: 600;
  color: #166534;
}

.tax-desc {
  margin: 0 20px 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}

.tax-beneficiary { margin: 0 20px 16px !important; }

.tax-saque-ref { margin-top: 0; }

.tax-valor-box {
  margin: 0 20px 20px;
  padding: 16px;
  text-align: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
}

.tax-valor-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #64748b;
  margin-bottom: 6px;
}

.tax-valor-amount {
  font-size: 30px;
  font-weight: 800;
  color: #005691;
  letter-spacing: -.5px;
}

.inss-doc-card .checkout-pay-btn { margin: 0 20px 8px; width: calc(100% - 40px); }

.inss-doc-card .checkout-form-note { padding: 0 20px 20px; }

.tax-alert { margin-top: 16px; border-top-color: #b45309; }

/* PIX oficial */
.pix-main-wrap { max-width: 520px; }

.pix-official-card { overflow: hidden; }

.pix-head { border-bottom: 1px solid #eef2f7; }

.pix-amount-box {
  margin: 20px;
  padding: 18px;
  text-align: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
}

.pix-amount-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #64748b;
  margin-bottom: 6px;
}

.pix-amount-value {
  font-size: 32px;
  font-weight: 800;
  color: #005691;
}

.pix-status-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 20px 16px;
  padding: 12px 14px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #92400e;
}

.pix-status-bar.is-paid {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.pix-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
  animation: pulseDot 2s ease infinite;
  flex-shrink: 0;
}

.pix-status-bar.is-paid .pix-status-dot {
  background: #22c55e;
  animation: none;
}

.pix-qr-wrap {
  margin: 0 20px 16px;
  padding: 16px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fafbfc;
}

.pix-qr-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .35px;
  color: #64748b;
  margin-bottom: 12px;
}

.pix-qr-img {
  display: block;
  margin: 0 auto;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
}

.pix-code-section {
  padding: 0 20px 16px;
}

.pix-code-section .form-label-official { margin-bottom: 8px; }

.pix-code-box {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  padding: 12px;
  border-radius: 4px;
  font-size: 11px;
  word-break: break-all;
  margin-bottom: 12px;
  color: #334155;
  line-height: 1.5;
  max-height: 80px;
  overflow-y: auto;
}

.pix-meta {
  margin: 0 20px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  background: #fafbfc;
}

.pix-meta > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #eef2f7;
  font-size: 11px;
}

.pix-meta > div:last-child { border-bottom: none; }
.pix-meta span { color: #64748b; }
.pix-meta strong { color: #1e293b; text-align: right; word-break: break-all; font-size: 11px; }

/* Obrigado */
.obrigado-card { text-align: center; }

.obrigado-icon {
  width: 56px;
  height: 56px;
  margin: 20px auto 12px;
  border-radius: 50%;
  background: #dcfce7;
  color: #166534;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #bbf7d0;
}

.obrigado-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #166534;
  margin: 0 0 10px;
  padding: 0 24px;
}

.obrigado-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
  padding: 0 24px;
  margin: 0 0 16px;
}

.obrigado-desc strong { color: #168821; }

.obrigado-beneficiary {
  margin: 0 24px 16px !important;
  text-align: left;
}

.verificar-page .verificar-card {
  padding-top: 0;
  overflow: hidden;
}

.verificar-page .verificar-title {
  padding: 18px 24px 0;
  color: #005691;
}

.verificar-page .verificar-sub {
  padding: 0 24px;
}

.verificar-page .progress-bar-wrap,
.verificar-page .consult-status,
.verificar-page .verify-steps,
.verificar-page .verify-data-box,
.verificar-page .video-wrap,
.verificar-page #btnSaque {
  margin-left: 24px;
  margin-right: 24px;
}

.pp-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--inss-border);
  box-shadow: 0 4px 12px rgba(12, 45, 135, 0.06);
  margin-bottom: 20px;
}
.pp-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
}
.pp-input:focus { outline: none; border-color: var(--inss-blue); }
.valor-destaque { font-size: 28px; font-weight: 800; color: var(--inss-green); text-align: center; }
.taxa-valor { font-size: 20px; font-weight: 700; color: var(--inss-blue); }

.pix-page { max-width: 520px; margin: 0 auto; padding: 20px 16px; }
.pix-qr {
  background: #fff;
  border: 1px solid var(--inss-border);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.pix-code-box {
  background: #f8fafc;
  border: 1px dashed #ccc;
  padding: 12px;
  border-radius: 8px;
  font-size: 11px;
  word-break: break-all;
  margin: 12px 0;
}

.hidden { display: none !important; }

/* Verificar — layout profissional */
.verificar-page .verificar-card { max-width: 440px; }
.verify-steps {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.verify-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: #64748b;
  border-bottom: 1px solid #f1f5f9;
}
.verify-step:last-child { border-bottom: none; }
.verify-step-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  background: #f1f5f9;
  color: #94a3b8;
}
.verify-step--done { color: #166534; }
.verify-step--done .verify-step-icon { background: #dcfce7; color: #166534; }
.verify-step--active { color: var(--inss-blue); font-weight: 600; background: #f8fafc; }
.verify-step--active .verify-step-icon {
  background: transparent;
  border: 2px solid #cbd5e1;
  border-top-color: var(--inss-blue);
  animation: spin 0.7s linear infinite;
  font-size: 0;
}

.verify-data-box { background: #fff; border: 1px solid #e2e8f0; padding: 0; overflow: hidden; }
.verify-data-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
}
.verify-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #166534;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  padding: 3px 8px;
  border-radius: 999px;
}
.verify-dl { padding: 4px 0; }
.masked-partial {
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
.verify-dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
}
.verify-dl dt { color: #64748b; font-weight: 500; }
.verify-dl dd { color: #1e293b; font-weight: 600; text-align: right; }
.verify-valor-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  color: #64748b;
}
.verify-valor-row strong { font-size: 22px; color: var(--inss-green); }
.verify-status-ok { color: #166534 !important; }
.verify-complete .verificar-title { color: #166534; }

.verificar-title { color: var(--inss-blue); font-size: 1.2rem; text-align: center; margin-bottom: 8px; }
.verificar-sub { text-align: center; font-size: 14px; color: #555; margin-bottom: 20px; }
.progress-bar-wrap { height: 8px; background: #ddd; border-radius: 999px; overflow: hidden; margin-bottom: 16px; }
.progress-bar-fill { height: 100%; width: 0; background: linear-gradient(90deg, #168821, #22c55e); border-radius: 999px; }
.consult-status { text-align: center; font-size: 13px; color: var(--inss-blue); font-weight: 600; margin-bottom: 16px; min-height: 20px; }
.video-wrap { position: relative; width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 16px; background: #000; aspect-ratio: 16/9; }
.video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }
.verify-video-wrap {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #000;
  aspect-ratio: 16 / 9;
}
.verify-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verify-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.verify-video-overlay svg { filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); }
.verify-video-overlay.is-hidden { display: none; }
.video-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: rgba(0,0,0,0.55); color: #fff; font-size: 14px; cursor: pointer; z-index: 2; }
.data-box { background: #f5f7fa; border-radius: 10px; padding: 14px; font-size: 14px; margin-bottom: 16px; line-height: 1.6; }
.valor-anim { color: #0a8f2c; font-weight: 700; }
.valor-anim.is-counting { font-size: 18px; letter-spacing: -0.02em; }
.valor-found { font-size: 1.15rem; animation: pulseVal 1s ease; }
@keyframes pulseVal { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05)} }

/* Audio player visual (legado) */
.audio-container { background: #f0f4ff; border-radius: 10px; padding: 12px; border: 1px solid var(--inss-border); }
.audio-header { font-size: 11px; font-weight: 700; color: var(--inss-blue); margin-bottom: 8px; letter-spacing: 0.5px; }
.audio-wave { display: flex; gap: 3px; align-items: flex-end; height: 24px; margin-bottom: 6px; }
.wave-bar { width: 4px; background: var(--inss-blue); border-radius: 2px; animation: wave 1s ease-in-out infinite; }
.wave-bar:nth-child(1){height:8px;animation-delay:0s}
.wave-bar:nth-child(2){height:16px;animation-delay:.1s}
.wave-bar:nth-child(3){height:22px;animation-delay:.2s}
.wave-bar:nth-child(4){height:14px;animation-delay:.3s}
.wave-bar:nth-child(5){height:10px;animation-delay:.4s}
@keyframes wave { 0%,100%{opacity:.4} 50%{opacity:1} }
.audio-text { font-size: 11px; color: #666; }

/* Selfie / camera — estilos complementares */

.badge-ouro { display: none; }

.chat-context-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}
.chat-context-card .ctx-label { font-size: 10px; color: #64748b; text-transform: uppercase; letter-spacing: .35px; font-weight: 600; }
.chat-context-card .ctx-value { font-size: 13px; font-weight: 600; color: var(--inss-ink); margin-top: 2px; }
.chat-context-card .ctx-full { grid-column: 1 / -1; }

.chat-vturb-box {
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  border: 1px solid #e2e8f0;
  min-height: 180px;
  margin-top: 10px;
}

.chat-audio-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 10px;
}
.chat-audio-title { font-size: 11px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 8px; }
.chat-audio-el { width: 100%; height: 36px; border-radius: 4px; }

.consult-mini { display: none; }

.gov-comprovante {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 14px;
  font-size: 11px;
}
.gov-comprovante-head {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.gov-comprovante-head img.brasao { width: 40px; height: 40px; object-fit: contain; }
.gov-comprovante-head img.logo { max-height: 24px; max-width: 72px; object-fit: contain; margin: 0 auto; }
.gov-comp-valor {
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 14px;
  margin: 12px 0;
}
.gov-comp-valor .lbl { font-size: 10px; color: #64748b; text-transform: uppercase; letter-spacing: .3px; font-weight: 600; }
.gov-comp-valor .vl { font-size: 22px; font-weight: 700; color: var(--inss-green); margin-top: 4px; }

.gov-field { margin-bottom: 10px; }
.gov-field-label { font-size: 10px; color: #64748b; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 4px; }
.gov-field-value {
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 7px 10px;
  background: #f8fafc;
}
.gov-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 10px; }
.gov-meta { font-size: 11px; color: #475569; line-height: 1.6; border-top: 1px solid #e2e8f0; padding-top: 10px; }

.camera-container { width: 100%; }
.camera-header { text-align: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #e2e8f0; }
.camera-title { font-weight: 600; color: var(--inss-ink); font-size: 13px; text-transform: uppercase; letter-spacing: .3px; }
.camera-subtitle { font-size: 12px; color: #64748b; margin-top: 4px; }
.file-input { display: none; }
.preview-container { margin-top: 12px; text-align: center; }
.preview-container[hidden] { display: none !important; }
.preview-image { max-width: 100%; max-height: 180px; border-radius: 6px; border: 1px solid #e2e8f0; }

.msg-row.chat-action-row .msg-bubble { padding: 10px; background: transparent; border: none; box-shadow: none; }
.msg-row.chat-action-row .msg-col .msg-agent { display: none; }
.msg-row.chat-action-row .chat-avatar-official { margin-top: 0; }

.chat-card-list { margin: 0; padding-left: 18px; font-size: 13px; color: #475569; line-height: 1.7; }
.chat-card-list li { margin-bottom: 2px; }

.chat-shell .inss-input {
  margin-bottom: 0;
  padding: 11px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 14px;
}
.chat-shell .inss-input:focus {
  border-color: var(--inss-blue);
  box-shadow: 0 0 0 3px rgba(19, 81, 180, 0.08);
}

.tax-table { width: 100%; font-size: 13px; border-collapse: collapse; margin-top: 4px; }
.tax-table td { padding: 6px 0; border-bottom: 1px solid #f1f5f9; color: #475569; }
.tax-table td:last-child { text-align: right; font-weight: 500; color: #1e293b; }
.tax-table tr:last-child td { border-bottom: none; font-weight: 700; color: var(--inss-ink); padding-top: 10px; }

/* INSS chat — áudio e verificação */
.chat-avatar-official.inss-av { background: #fff; }

.inss-audio-box {
  background: #f8f9fa; border: 2px solid #005691; border-radius: 8px;
  padding: 16px; text-align: center;
}
.inss-audio-head {
  background: #005691; color: #fff; padding: 10px 12px; border-radius: 6px;
  margin-bottom: 14px; font-weight: 600; font-size: 13px;
}
.inss-audio-wave {
  display: flex; justify-content: center; align-items: flex-end;
  gap: 4px; height: 40px; margin-bottom: 12px;
}
.inss-audio-wave span {
  width: 4px; background: #005691; border-radius: 2px;
  animation: inssWave 1.4s ease-in-out infinite;
}
.inss-audio-wave span:nth-child(1) { height: 14px; animation-delay: 0s; }
.inss-audio-wave span:nth-child(2) { height: 22px; animation-delay: .15s; }
.inss-audio-wave span:nth-child(3) { height: 32px; animation-delay: .3s; }
.inss-audio-wave span:nth-child(4) { height: 22px; animation-delay: .45s; }
.inss-audio-wave span:nth-child(5) { height: 14px; animation-delay: .6s; }
@keyframes inssWave { 0%,100%{opacity:.4;transform:scaleY(.7)} 50%{opacity:1;transform:scaleY(1)} }
.inss-audio-sub { font-size: 13px; color: #64748b; margin: 0; }

.inss-verify {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: #f8f9fa; border: 2px solid #005691; border-radius: 8px;
  padding: 14px 16px; font-size: 14px; font-weight: 500; color: #005691;
}
.inss-verify--ok { border-color: #168821; color: #166534; background: #f0fdf4; }
.inss-verify--ok i { color: #168821; font-style: normal; font-weight: 700; font-size: 18px; }
.inss-spin {
  width: 18px; height: 18px; border: 2px solid #e8f4fd; border-top-color: #005691;
  border-radius: 50%; animation: spin 0.8s linear infinite; flex-shrink: 0;
}

.chat-valor-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}
.chat-valor-loading--card {
  min-height: 56px;
  padding: 18px 12px;
}
.chat-valor-loading i {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

.chat-card-value--reveal.is-counting {
  animation: valorPulse 0.35s ease infinite alternate;
}
.chat-card-value.is-done,
.chat-card-value--reveal.is-done {
  animation: valorPop 0.45s ease;
}
.chat-user-dl dd.valor.is-counting span {
  animation: valorPulse 0.35s ease infinite alternate;
}
.chat-user-dl dd.valor.is-done span {
  animation: valorPop 0.45s ease;
}

@keyframes valorPulse {
  from { opacity: 0.75; }
  to { opacity: 1; }
}
@keyframes valorPop {
  0% { transform: scale(0.96); }
  60% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

.inss-audio-box--done {
  border-color: #168821;
  background: #f0fdf4;
}
.inss-audio-box--done .inss-audio-head {
  background: #168821;
}
.chat-audio-play-btn {
  width: 100%;
  margin-top: 4px;
}

.pix-cadastro-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #005691;
  border-radius: 0 4px 4px 0;
  padding: 16px;
}
.pix-cadastro-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f7;
}
.pix-cadastro-badge {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #005691;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .5px;
  flex-shrink: 0;
}
.pix-cadastro-title {
  font-size: 13px;
  font-weight: 700;
  color: #071D41;
  line-height: 1.3;
}
.pix-cadastro-valor {
  font-size: 11px;
  color: #64748b;
  margin-top: 3px;
}
.pix-cadastro-valor strong { color: #168821; }
.pix-cadastro-desc {
  font-size: 12px;
  color: #475569;
  line-height: 1.5;
  margin: 0 0 12px;
}
.pix-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 14px;
}
.pix-type-btn {
  padding: 8px 4px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #f8fafc;
  font-size: 10px;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  text-align: center;
}
.pix-type-btn.is-active {
  background: #005691;
  border-color: #004a7c;
  color: #fff;
}
.pix-input { margin-bottom: 6px !important; }
.pix-input-hint {
  font-size: 11px;
  color: #64748b;
  line-height: 1.45;
  margin: 0 0 12px;
}
.pix-cadastro-box .chat-btn { width: 100%; }

.pix-confirm-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}
.pix-confirm-panel--ok { border-color: #bbf7d0; background: #f0fdf4; }
.pix-confirm-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #eef2f7;
  font-size: 12px;
}
.pix-confirm-row:last-child { border-bottom: none; }
.pix-confirm-row span { color: #64748b; flex-shrink: 0; }
.pix-confirm-row strong {
  color: #1e293b;
  text-align: right;
  word-break: break-all;
}
.pix-confirm-row--key strong { color: #005691; font-size: 13px; }
.pix-confirm-row--valor strong { color: #168821; font-size: 14px; }
.pix-confirm-row strong.ok { color: #166534; }

.msg-row.left .msg-bubble:has(.pix-cadastro-box) {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

/* ── Upsell INSS ── */
.inss-loader {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 29, 65, 0.92);
  padding: 20px;
}
.inss-loader-card {
  text-align: center;
  color: #fff;
  max-width: 320px;
}
.inss-loader-logo { width: 56px; height: auto; margin-bottom: 16px; }
.inss-loader-card h1 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.inss-loader-card p { font-size: 13px; opacity: 0.85; margin-bottom: 16px; }
.inss-loader-dots { display: flex; gap: 8px; justify-content: center; }
.inss-loader-dots span {
  width: 8px; height: 8px; border-radius: 50%; background: #FFCC29;
  animation: inss-dot 1.2s infinite ease-in-out;
}
.inss-loader-dots span:nth-child(2) { animation-delay: 0.15s; }
.inss-loader-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes inss-dot {
  0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
  40% { opacity: 1; transform: scale(1); }
}

.inss-paid-modal {
  position: fixed;
  inset: 0;
  z-index: 9500;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(7, 29, 65, 0.88);
  padding: 20px;
}
.inss-paid-modal:not([hidden]).is-visible { display: flex; }
.inss-paid-modal-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  max-width: 340px;
  border-top: 4px solid #168821;
}
.inss-paid-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: #168821; color: #fff; font-size: 24px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.inss-paid-modal-card h2 { font-size: 18px; color: #005691; margin-bottom: 8px; }
.inss-paid-modal-card p { font-size: 13px; color: #64748b; }

.upsell-main.is-hidden {
  display: none !important;
  opacity: 0;
  pointer-events: none;
}
.upsell-main { transition: opacity 0.35s ease; }

.upsell-alert-danger {
  max-width: 520px;
  margin: 0 auto 14px;
  padding: 12px 14px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-left: 4px solid #dc2626;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.45;
  color: #991b1b;
}

.upsell-progress-track {
  display: flex;
  gap: 6px;
  max-width: 520px;
  margin: 0 auto 16px;
  flex-wrap: wrap;
}
.upsell-progress-step {
  flex: 1;
  min-width: 70px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 4px;
  border-radius: 4px;
  background: #f1f5f9;
  color: #94a3b8;
  border: 1px solid #e2e8f0;
}
.upsell-progress-step small { display: block; margin-top: 2px; font-size: 11px; }
.upsell-progress-step--done { background: #ecfdf5; color: #166534; border-color: #bbf7d0; }
.upsell-progress-step--current { background: #eff6ff; color: #005691; border-color: #93c5fd; box-shadow: 0 0 0 2px rgba(0,86,145,0.15); }

.upsell-sub { font-size: 14px; color: #475569; margin-top: 6px; line-height: 1.45; }
.upsell-risco-box {
  margin: 14px 0;
  padding: 12px 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 4px;
  font-size: 13px;
  color: #9a3412;
  line-height: 1.45;
}
.upsell-pay-btn { margin-top: 8px; }

.upsell-pix-section.is-visible,
.upsell-pix-section:not([hidden]) { display: block; }
.upsell-pix-section { margin-top: 16px; }

.checkout-page .upsell-pix-section { margin-top: 0; }

.pix-qr-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  font-size: 13px;
  color: #64748b;
}

#pix-poll-status.is-paid {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #166534;
}

/* ── PIX global page ── */
.pix-page-body { background: #f1f5f9; }

.pix-global-main {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.pix-global-trust { margin-bottom: 16px; }

.pix-global-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.pix-global-grid.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 860px) {
  .pix-global-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
}

.pix-global-card { overflow: hidden; }

.pix-global-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 20px 0;
}

.pix-global-badge {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(145deg, #005691, #003d66);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.pix-global-head h1 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 4px 0 6px;
}

.pix-amount-box--hero {
  margin-top: 16px;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
  border-color: #93c5fd;
}

.pix-amount-note {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #64748b;
}

.pix-global-pay-grid {
  display: grid;
  gap: 16px;
  padding: 0 20px 8px;
}

@media (min-width: 640px) {
  .pix-global-pay-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.pix-qr-wrap--elevated {
  margin: 0;
  background: #fff;
  border-color: #dbeafe;
  box-shadow: 0 1px 3px rgba(0, 86, 145, 0.06);
}

.pix-qr-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 8px;
  background: #fff;
  border-radius: 6px;
}

.pix-qr-img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pix-qr-img.is-ready { opacity: 1; }

.pix-code-section--card {
  padding: 16px;
  margin: 0;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.pix-code-input {
  flex: 1;
  min-height: 100px;
  resize: none;
  font-size: 11px;
  line-height: 1.45;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  margin-bottom: 12px;
}

.pix-copy-btn.is-copied {
  background: #168821;
  border-color: #168821;
}

.pix-meta--clean { margin-bottom: 20px; }

.pix-global-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pix-steps-card { padding: 20px; }

.pix-steps-card h2 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
}

.pix-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pix-steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #475569;
  line-height: 1.45;
}

.pix-steps-list li span {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #005691;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pix-alert-card { margin: 0; }

.pix-timer-card {
  padding: 18px 20px;
  text-align: center;
  border-top: 3px solid #f59e0b;
}

.pix-timer-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #64748b;
}

.pix-timer-value {
  font-size: 36px;
  font-weight: 800;
  color: #b45309;
  font-variant-numeric: tabular-nums;
  margin: 6px 0 8px;
}

.pix-timer-card p {
  font-size: 11px;
  color: #64748b;
  margin: 0;
}

.inss-pix-loader-card { position: relative; }

.inss-pix-loader-ring {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFCC29;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

.inss-pix-loader .inss-loader-logo {
  width: 48px;
  margin-bottom: 8px;
}

/* ── PIX gatilhos de conversão ── */
.pix-urgency-strip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 4px;
  border: 1px solid #fecaca;
  background: linear-gradient(90deg, #fef2f2 0%, #fff7ed 100%);
  font-size: 12px;
  line-height: 1.45;
  color: #7f1d1d;
}
.pix-urgency-strip[hidden] { display: none !important; }
.pix-urgency-strip strong { color: #991b1b; }
.pix-urgency-dot {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #dc2626;
  flex-shrink: 0;
  animation: pixUrgencyPulse 1.4s ease-in-out infinite;
}
@keyframes pixUrgencyPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

.pix-release-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 4px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  font-size: 12px;
  line-height: 1.45;
  color: #166534;
}
.pix-release-box-icon { font-size: 18px; line-height: 1; flex-shrink: 0; }
.pix-release-box strong { display: block; margin-bottom: 4px; color: #14532d; font-size: 13px; }
.pix-release-box p { margin: 0; }

.pix-copy-hint {
  margin: 10px 0 0;
  font-size: 11px;
  color: #64748b;
  text-align: center;
  line-height: 1.4;
}

.pix-copy-btn--pulse {
  animation: pixCopyPulse 2s ease-in-out infinite;
}
.pix-copy-btn--pulse.is-copied,
.pix-copy-btn.is-copied { animation: none; }
@keyframes pixCopyPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 86, 145, 0.35); }
  50% { box-shadow: 0 0 0 8px rgba(0, 86, 145, 0); }
}

.pix-timer-card.is-urgent {
  border-top-color: #ea580c;
  background: #fff7ed;
}
.pix-timer-card.is-urgent .pix-timer-value { color: #c2410c; }
.pix-timer-card.is-critical {
  border-top-color: #dc2626;
  background: #fef2f2;
  animation: pixTimerShake 0.5s ease-in-out infinite alternate;
}
.pix-timer-card.is-critical .pix-timer-value { color: #b91c1c; }
.pix-timer-card.is-critical .pix-timer-label { color: #991b1b; }
@keyframes pixTimerShake {
  from { transform: translateX(0); }
  to { transform: translateX(1px); }
}

.pix-proof-card {
  padding: 14px 16px;
  margin: 0;
}
.pix-proof-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #475569;
  line-height: 1.4;
}
.pix-proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}
.pix-proof-row strong { color: #15803d; }

.pix-after-card {
  padding: 16px 18px;
  margin: 0;
}
.pix-after-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 12px;
  color: #475569;
  line-height: 1.55;
}
.pix-after-list li { margin-bottom: 4px; }
.pix-after-list li:last-child { margin-bottom: 0; }

.pix-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(8px);
}
.pix-sticky-bar[hidden] { display: none !important; }
.pix-sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
}
.pix-sticky-bar-text span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #64748b;
  font-weight: 600;
}
.pix-sticky-bar-text strong {
  font-size: 16px;
  color: #005691;
}
.pix-sticky-copy {
  flex-shrink: 0;
  padding: 12px 18px;
  font-size: 14px;
  border-radius: 4px;
  background: #005691;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
.pix-sticky-copy.is-copied { background: #168821; }

@media (min-width: 769px) {
  .pix-sticky-bar { display: none !important; }
  body.pix-has-sticky .checkout-footer { padding-bottom: 24px; }
}
@media (max-width: 768px) {
  body.pix-has-sticky .checkout-footer { padding-bottom: 88px; }
  body.pix-has-sticky .pix-global-main { padding-bottom: 8px; }
}

