/* =========================================================
   SLIMSODA® VSL - VTURB ULTRA-VERTICAL & NEWS BROADCAST STYLE
   Pure 9:16 Vertical Video, Zero Seek / No Timeline Manipulation
   ========================================================= */

/* Fundo Branco Limpo Estilo Portal de Notícias */
html {
  scroll-behavior: smooth;
}

html,
body,
body.vsl-active {
  background-color: #ffffff !important;
  background: #ffffff !important;
  margin: 0;
  padding: 0;
  color: #1e293b;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Scrollbar Geral Elegante e Fina */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f8fafc;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
  border: 1.5px solid #f8fafc;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* =========================================================
   TARJA VERMELHA NO HEAD (PORTAL DE NOTÍCIAS / BREAKING NEWS)
   Sticky no topo: ocupa o espaço natural sem sobrepor o título
   ========================================================= */
.vsl-news-ticker-bar {
  width: 100% !important;
  background: linear-gradient(90deg, #991b1b 0%, #dc2626 35%, #ef4444 50%, #dc2626 65%, #991b1b 100%) !important;
  color: #ffffff !important;
  padding: 8px 12px !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 10px rgba(185, 28, 28, 0.3) !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  border-bottom: 2px solid #7f1d1d !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.vsl-active {
  padding-top: 0 !important;
}

.vsl-news-ticker-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}

.vsl-news-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: #dc2626;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.vsl-news-pill-dot {
  width: 7px;
  height: 7px;
  background: #dc2626;
  border-radius: 50%;
  display: inline-block;
  animation: newsPulseDot 1.2s infinite ease-in-out;
}

@keyframes newsPulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.75); }
}

.vsl-news-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.vsl-news-time {
  font-size: 11px;
  background: rgba(0, 0, 0, 0.25);
  padding: 2px 8px;
  border-radius: 4px;
  color: #fecaca;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================================================
   SEÇÃO DO VSL (FUNDO BRANCO)
   ========================================================= */
#vslSection {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1e293b !important;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 12px 36px;
  position: relative;
  z-index: 10;
}

.vsl-inner {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 1. Header Minimalista da Apresentação */
.vsl-top-bar {
  width: 100%;
  max-width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
  box-sizing: border-box;
}

.vsl-brand-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vsl-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0f172a;
  text-transform: uppercase;
}

.vsl-divider {
  color: #cbd5e1;
  font-size: 13px;
}

.vsl-advisory {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.vsl-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

.vsl-pulse-dot {
  width: 6px;
  height: 6px;
  background: #dc2626;
  border-radius: 50%;
  animation: vslPulseDot 1.4s infinite ease-in-out;
}

@keyframes vslPulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

.vsl-lang-switch {
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  background: #f1f5f9 !important;
  padding: 3px !important;
  border-radius: 999px !important;
  border: 1px solid #e2e8f0 !important;
}

.vsl-lang-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: transparent !important;
  border: none !important;
  color: #475569 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  user-select: none !important;
  text-shadow: none !important;
}

.vsl-lang-btn.active {
  background: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
}

.vsl-lang-btn:hover:not(.active) {
  color: #0f172a !important;
  background: #e2e8f0 !important;
}

/* =========================================================
   HEADLINE CHAMATIVA DE ALTA CONVERSÃO (VSL HERO)
   ========================================================= */
.vsl-headline-wrap {
  width: 100%;
  max-width: 440px;
  margin: 6px auto 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 4px;
}

.vsl-urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vsl-urgency-dot {
  width: 6px;
  height: 6px;
  background: #dc2626;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.25);
  animation: vslPulseDot 1.4s infinite;
}

.vsl-main-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0 0 6px;
}

.vsl-main-title .vsl-highlight {
  color: #dc2626;
}

.vsl-sub-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: #475569;
  margin: 0;
}

@media (max-width: 480px) {
  .vsl-main-title {
    font-size: 17px;
    line-height: 1.28;
  }
  .vsl-sub-title {
    font-size: 11.5px;
  }
}

/* =========================================================
   2. PLAYER VTURB STYLE (3:4 RATIO)
   Formato 3x4 equilibrado e imersivo
   ========================================================= */
.vsl-player-card {
  position: relative !important;
  width: 100% !important;
  max-width: 440px !important;
  margin: 0 auto !important;
  aspect-ratio: 3 / 4 !important;
  background: #000000 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Suporte para navegadores antigos sem aspect-ratio */
@supports not (aspect-ratio: 3 / 4) {
  .vsl-player-card {
    padding-top: 133.33% !important;
    height: 0 !important;
  }
}

/* Enquadramento 3:4 perfeito: preenche 100% da área do player */
.vsl-iframe-holder {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: #000000 !important;
  pointer-events: auto;
}

.vsl-video-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #000000;
  object-fit: cover;
}

/* Superfície transparente sobre o vídeo para capturar cliques de Play/Pause */
.vsl-video-click-surface {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 58px;
  z-index: 25;
  cursor: pointer;
  background: transparent;
}

/* =========================================================
   3. OVERLAY VTURB "CLIQUE PARA OUVIR" (INSTANT UNMUTE)
   ========================================================= */
.vsl-sound-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(15, 23, 42, 0.65) 0%, rgba(0, 0, 0, 0.9) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 24px 18px;
  box-sizing: border-box;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.vsl-sound-overlay.vsl-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vsl-sound-pulse-wrap {
  position: relative;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vsl-sound-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7 0%, #10b981 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 0 35px rgba(16, 185, 129, 0.6), inset 0 2px 4px rgba(255, 255, 255, 0.4);
  z-index: 2;
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.vsl-sound-overlay:hover .vsl-sound-icon-circle,
.vsl-sound-overlay:active .vsl-sound-icon-circle {
  transform: scale(1.08);
}

.vsl-sound-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(16, 185, 129, 0.65);
  animation: vturbRingPulse 2s infinite cubic-bezier(0.2, 0.8, 0.4, 1);
}

.vsl-sound-ring:nth-child(2) {
  animation-delay: 0.65s;
}

@keyframes vturbRingPulse {
  0% { transform: scale(0.85); opacity: 0.85; }
  70% { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}

.vsl-sound-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.vsl-sound-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.vsl-sound-btn {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.45);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  margin-top: 4px;
}

.vsl-sound-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(16, 185, 129, 0.6);
}

.vsl-sound-sub {
  color: #94a3b8;
  font-size: 11.5px;
  margin-top: 10px;
  font-weight: 500;
}

/* Spinner de Buffering */
.vsl-buffering-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #10b981;
  border-radius: 50%;
  animation: vslBufferingSpin 0.8s linear infinite;
  z-index: 30;
  display: none;
  pointer-events: none;
}

.vsl-buffering-indicator.active {
  display: block;
}

@keyframes vslBufferingSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* =========================================================
   4. CONTROLES CUSTOMIZADOS VTURB (ZERO MINUTAGEM & SEM SEEK)
   O usuário NÃO pode adiantar, retroceder ou alterar minutagem
   ========================================================= */
.vsl-custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 60%, transparent 100%);
  padding: 16px 12px 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s ease;
  pointer-events: auto;
}

.vsl-custom-controls.vsl-controls-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
}

/* Barra de Progresso Apenas Visual (Estilo VTurb: SEM CONTROLE DO USUÁRIO) */
.vsl-custom-progress-wrap {
  width: 100%;
  height: 10px;
  display: flex;
  align-items: center;
  cursor: default !important;
  pointer-events: none !important; /* Bloqueia 100% qualquer clique ou seek */
  position: relative;
  user-select: none;
  touch-action: none;
}

.vsl-custom-progress-bar {
  width: 100%;
  height: 3.5px !important;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  position: relative;
  overflow: hidden !important;
}

.vsl-custom-progress-fill {
  
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0284c7 0%, #10b981 60%, #22c55e 100%);
  border-radius: 999px;
  position: relative;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
  pointer-events: none;

  transition: width 0.25s linear;
}

/* Scrubber / handle completamente removido estilo VTurb */
.vsl-custom-progress-handle {
  display: none !important;
}

/* Linha de Botões */
.vsl-custom-buttons-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.vsl-custom-left,
.vsl-custom-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vsl-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
  user-select: none;
}

.vsl-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.08);
}

.vsl-btn:active {
  transform: scale(0.95);
}

/* Controle de Volume */
.vsl-volume-container {
  display: flex;
  align-items: center;
  position: relative;
}

.vsl-volume-slider-wrap {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.25s ease, opacity 0.25s ease;
  display: flex;
  align-items: center;
}

.vsl-volume-container:hover .vsl-volume-slider-wrap {
  width: 65px;
  opacity: 1;
}

.vsl-volume-range {
  -webkit-appearance: none;
  appearance: none;
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}

.vsl-volume-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

/* Controle de Velocidade */
.vsl-speed-wrapper {
  position: relative;
}

.vsl-btn-speed {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  width: auto;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
}

.vsl-btn-speed:hover {
  background: rgba(255, 255, 255, 0.24);
}

.vsl-speed-dropdown {
  position: absolute;
  bottom: 42px;
  right: 0;
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px;
  display: none;
  flex-direction: column;
  gap: 2px;
  min-width: 60px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  z-index: 60;
}

.vsl-speed-dropdown.open {
  display: flex;
}

.vsl-speed-option {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 8px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease;
}

.vsl-speed-option:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.vsl-speed-option.active {
  color: #ffffff;
  background: #10b981;
}

/* =========================================================
   5. BARRA DE PROGRESSO VISUAL EXTERNA
   ========================================================= */
.vsl-progress-wrapper {
  display: none !important;
}

.vsl-progress-track {
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.vsl-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0284c7 0%, #10b981 60%, #22c55e 100%);
  border-radius: 999px;
  transition: width 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================================
   6. TRUST BADGES
   ========================================================= */
.vsl-trust-grid {
  width: 100%;
  max-width: 440px;
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  box-sizing: border-box;
}

.vsl-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 7px 10px;
  color: #334155;
  box-sizing: border-box;
}

.vsl-trust-icon {
  font-size: 13px;
  flex-shrink: 0;
}

.vsl-trust-text {
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.25;
}


/* =========================================================
   7. COMENTÁRIOS ESTILO SOCIAL NATIVO (FEED SOCIAL REALISTA & INTERATIVO)
   ========================================================= */
.vsl-comments-wrapper {
  width: 100%;
  max-width: 440px;
  margin: 18px auto 0;
  box-sizing: border-box;
}

.fb-community-card {
  background: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 14px;
  padding: 14px 14px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #050505;
}

/* 1. Header de Engajamento Social (Total de Reações e Compartilhamentos) */
.fb-stats-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e6eb;
  margin-bottom: 10px;
  font-size: 12px;
  color: #65676b;
}

.fb-stats-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fb-reactions-icons {
  display: inline-flex;
  align-items: center;
}

.fb-mini-react-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 1.5px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.fb-mini-react-icon.like {
  background: #1877f2;
  color: #ffffff;
  z-index: 3;
}

.fb-mini-react-icon.love {
  background: #fa383e;
  color: #ffffff;
  margin-left: -5px;
  z-index: 2;
}

.fb-mini-react-icon.care {
  background: #f7b125;
  color: #ffffff;
  margin-left: -5px;
  z-index: 1;
}

.fb-stats-count {
  font-weight: 600;
  color: #65676b;
  cursor: pointer;
}

.fb-stats-count:hover {
  text-decoration: underline;
}

.fb-stats-right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.fb-stats-shares:hover,
.fb-stats-comments-count:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* 2. Barra de Filtro / Ordenação */
.fb-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.fb-section-title {
  font-size: 13px;
  font-weight: 700;
  color: #050505;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fb-sort-select {
  font-size: 12px;
  font-weight: 600;
  color: #65676b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  border-radius: 6px;
  transition: background 0.15s ease;
}

.fb-sort-select:hover {
  background: #f0f2f5;
  color: #050505;
}

/* 3. Caixa de Publicação de Comentário (Sensação de Pertencimento) */
.fb-composer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f2f5;
}

.fb-composer-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e4e6eb;
  color: #65676b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  border: 1px solid #ccd0d5;
}

.fb-composer-body {
  flex: 1;
  min-width: 0;
}

.fb-composer-input-wrap {
  display: flex;
  align-items: center;
  background: #f0f2f5;
  border-radius: 20px;
  padding: 6px 10px 6px 12px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.fb-composer-input-wrap:focus-within {
  background: #ffffff;
  border-color: #1877f2;
  box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.2);
}

.fb-composer-input {
  width: 100%;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 12.5px;
  color: #050505;
  outline: none;
  padding: 0;
}

.fb-composer-input::placeholder {
  color: #65676b;
}

.fb-composer-tools {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 6px;
}

.fb-tool-btn {
  background: none;
  border: none;
  color: #65676b;
  padding: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color 0.15s ease;
}

.fb-tool-btn:hover {
  color: #1877f2;
}

.fb-tool-btn svg {
  width: 16px;
  height: 16px;
}

.fb-send-btn {
  background: #1877f2;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.15s ease, background 0.15s ease;
}

.fb-send-btn:hover {
  background: #166fe5;
  transform: scale(1.06);
}

.fb-send-btn:active {
  transform: scale(0.95);
}

.fb-toast-msg {
  display: none;
  background: #e7f3ff;
  color: #1877f2;
  border: 1px solid #bfdbfe;
  font-size: 11.5px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  text-align: center;
  animation: fbFadeIn 0.3s ease;
}

@keyframes fbFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 4. Stream Vertical de Comentários */
.fb-comments-stream {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Item de Comentário Principal */
.fb-comment-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.fb-avatar-col {
  flex-shrink: 0;
}

.fb-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #e4e6eb;
}

.fb-avatar-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e4e6eb;
  color: #65676b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border: 1px solid #ccd0d5;
}

.fb-content-col {
  flex: 1;
  min-width: 0;
}

/* Balão Cinza Oficial do Facebook */
.fb-bubble {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 8px 12px 10px 12px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}

.fb-comment-user .fb-bubble {
  background: #e7f3ff;
  border: 1px solid #bfdbfe;
}

.fb-author-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 2px;
}

.fb-author {
  font-size: 13px;
  font-weight: 600;
  color: #050505;
  cursor: pointer;
  line-height: 1.3;
}

.fb-author:hover {
  text-decoration: underline;
}

.fb-badge-tag {
  font-size: 9.5px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 999px;
  line-height: 1.2;
}

.fb-badge-tag.buyer {
  color: #047857;
  background: #d1fae5;
  border: 1px solid #a7f3d0;
}

.fb-badge-tag.top {
  color: #b45309;
  background: #fef3c7;
  border: 1px solid #fde68a;
}

.fb-badge-tag.you {
  color: #1877f2;
  background: #e7f3ff;
  border: 1px solid #bfdbfe;
  font-weight: 700;
}

.fb-text {
  font-size: 13px;
  line-height: 1.4;
  color: #050505;
  margin: 0;
  word-break: break-word;
}

/* Pílula de Reações Flutuante no Canto Inferior Direito do Balão */
.fb-reactions-badge {
  position: absolute;
  bottom: -9px;
  right: 6px;
  background: #ffffff;
  border-radius: 999px;
  padding: 1px 5px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e4e6eb;
  cursor: pointer;
  user-select: none;
  z-index: 2;
}

.fb-reactions-badge:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.fb-badge-icons {
  display: inline-flex;
  align-items: center;
}

.fb-badge-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #ffffff;
}

.fb-badge-icon.like {
  background: #1877f2;
  z-index: 2;
}

.fb-badge-icon.heart {
  background: #fa383e;
  margin-left: -4px;
  z-index: 1;
}

.fb-react-count {
  font-size: 11px;
  color: #65676b;
  font-weight: 600;
  padding-left: 1px;
}

/* Linha de Ações Meta (Tempo · Me gusta · Responder) */
.fb-meta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
  padding-left: 6px;
  font-size: 11.5px;
  color: #65676b;
  font-weight: 600;
}

.fb-meta-time {
  font-weight: 400;
  color: #8a8d91;
}

.fb-act-like,
.fb-act-reply {
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease;
}

.fb-act-like:hover,
.fb-act-reply:hover {
  text-decoration: underline;
}

.fb-act-like.liked {
  color: #1877f2;
  font-weight: 700;
}

/* 5. Respostas Aninhadas (Threads Reais com Linha Conectora) */
.fb-replies-thread {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Linha curva conectora estilo Facebook */
.fb-replies-thread::before {
  content: '';
  position: absolute;
  left: 6px;
  top: -8px;
  bottom: 24px;
  width: 12px;
  border-left: 2px solid #e4e6eb;
  border-bottom: 2px solid #e4e6eb;
  border-bottom-left-radius: 10px;
}

.fb-reply-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.fb-reply-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #e4e6eb;
  flex-shrink: 0;
}

.fb-reply-bubble {
  background: #f0f2f5;
  border-radius: 16px;
  padding: 6px 11px 8px 11px;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.fb-reply-text {
  font-size: 12.5px;
  line-height: 1.38;
  color: #050505;
  margin: 0;
  word-break: break-word;
}

.fb-reply-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding-left: 4px;
  font-size: 11px;
  color: #65676b;
  font-weight: 600;
}

/* 6. Botão para Carregar Mais Comentários */
.fb-load-more-wrap {
  text-align: left;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #f0f2f5;
}

.fb-load-more-btn {
  background: none;
  border: none;
  color: #65676b;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.15s ease;
}

.fb-load-more-btn:hover {
  background: #f0f2f5;
  color: #1877f2;
}

/* 7. Tag de Segurança & Verificação de Comunidade */
.fb-community-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #f0f2f5;
  font-size: 11px;
  color: #8a8d91;
}

.fb-community-footer svg {
  width: 13px;
  height: 13px;
  color: #1877f2;
  flex-shrink: 0;
}

/* Responsividade Mobile */
@media (max-width: 480px) {
  .fb-community-card {
    padding: 12px 10px 14px;
    border-radius: 12px;
  }
  .fb-bubble {
    padding: 7px 10px 8px 10px;
  }
  .fb-text {
    font-size: 12.5px;
  }
  .fb-avatar {
    width: 32px;
    height: 32px;
  }
  .fb-reply-avatar {
    width: 24px;
    height: 24px;
  }
  .fb-replies-thread {
    padding-left: 14px;
  }
  .fb-replies-thread::before {
    left: 4px;
    width: 8px;
  }
}

/* =========================================================
   8. TRANSIÇÃO DA PÁGINA DE VENDAS
   ========================================================= */
.vsl-sales-hidden {
  display: none !important;
}

.vsl-sales-revealed {
  display: block !important;
  animation: vslFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes vslFadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Adaptação Mobile */
@media (max-width: 480px) {
  .vsl-volume-slider-wrap {
    display: none;
  }
  .vsl-btn {
    width: 38px;
    height: 38px;
  }
  .vsl-custom-controls {
    padding: 14px 8px 6px;
  }
  .vsl-news-ticker-bar {
    padding: 8px 10px;
  }
  .vsl-news-headline {
    font-size: 11.5px;
  }
  .vsl-comment-card {
    flex: 0 0 250px !important;
    width: 250px !important;
  }
}


/* =========================================================
   SCROLL REFINADO & MODERNO (GLOBAL & CARROSSEL)
   ========================================================= */

/* Scroll Global Suave e Barra Estilizada */
html {
  scroll-behavior: smooth !important;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f8fafc;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
  border: 1px solid #f8fafc;
  transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Ocultação forçada de Advertorial e headers redundantes */
.ad-disclosure,
#adDisclosure,
.header-bar {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Indicador de rolagem elegante abaixo do player */
.vsl-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #64748b;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.vsl-scroll-cue:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #cbd5e1;
  transform: translateY(1px);
}

.vsl-scroll-cue-icon {
  display: inline-block;
  animation: vslBounceDown 1.8s infinite ease-in-out;
  color: #dc2626;
  font-weight: 800;
}

@keyframes vslBounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}


/* =========================================================================
   RODAPÉ INSTITUCIONAL & DISCLAIMER LEGAL
   ========================================================================= */
.site-legal-footer {
  width: 100%;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 40px 20px 95px 20px;
  margin-top: 40px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #64748b;
  text-align: center;
  box-sizing: border-box;
}

.legal-footer-container {
  max-width: 820px;
  margin: 0 auto;
}

.legal-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px !important;
  margin-bottom: 8px !important;
}

.legal-footer-links a.legal-link {
  color: #94a3b8 !important;
  font-size: 10.5px !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.legal-footer-links a.legal-link:hover {
  color: #64748b !important;
  text-decoration: underline !important;
}

.legal-sep {
  color: #e2e8f0 !important;
  font-size: 10px !important;
}

/* Card de Avisos Legal Pequenininho e Quase Não Visível */
.legal-disclaimer-card {
  background-color: transparent !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 6px !important;
  padding: 6px 12px !important;
  margin: 0 auto 10px auto !important;
  max-width: 720px !important;
  text-align: center !important;
  box-shadow: none !important;
  opacity: 0.55 !important;
  transition: opacity 0.2s ease !important;
}

.legal-disclaimer-card:hover {
  opacity: 0.85 !important;
}

.legal-disclaimer-meta {
  font-size: 8.5px !important;
  line-height: 1.35 !important;
  color: #94a3b8 !important;
  margin: 0 0 4px 0 !important;
}

.legal-disclaimer-meta strong {
  color: #64748b !important;
  font-weight: 600 !important;
  font-size: 8.5px !important;
}

.legal-disclaimer-health {
  font-size: 8px !important;
  line-height: 1.3 !important;
  color: #94a3b8 !important;
  margin: 0 !important;
}

.legal-disclaimer-health strong {
  color: #64748b !important;
  font-weight: 600 !important;
  font-size: 8px !important;
}

.legal-footer-copy {
  font-size: 9.5px !important;
  color: #cbd5e1 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

@media (max-width: 640px) {
  .site-legal-footer {
    padding: 16px 10px 45px 10px !important;
    margin-top: 16px !important;
  }
  .legal-disclaimer-card {
    padding: 5px 8px !important;
    border-color: #f8fafc !important;
  }
  .legal-disclaimer-meta {
    font-size: 8px !important;
    line-height: 1.28 !important;
  }
  .legal-disclaimer-health {
    font-size: 7.5px !important;
    line-height: 1.25 !important;
  }
}

/* =========================================================
   CORREÇÃO TOTAL DE ESPAÇAMENTOS E CONTRASTE NÍTIDO DO ARTIGO
   (Elimina qualquer texto branco fantasma / espaços vazios)
   ========================================================= */
#existingSalesPage {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1e293b !important;
  width: 100%;
}

#existingSalesPage .page {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1e293b !important;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 16px 40px !important;
}

#articleBody {
  color: #1e293b !important;
}

#articleBody p,
#existingSalesPage p,
.page p {
  color: #1e293b !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
  margin: 0 0 16px 0 !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#articleBody h1,
#existingSalesPage h1 {
  font-family: 'Bitter', serif !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 12px 0 16px !important;
}

#articleBody h2,
#existingSalesPage h2 {
  font-family: 'Bitter', serif !important;
  font-size: 21px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #0C2E5C !important;
  margin: 28px 0 14px !important;
}

#articleBody b,
#articleBody strong,
#existingSalesPage b,
#existingSalesPage strong {
  color: #0f172a !important;
  font-weight: 700 !important;
}

#articleBody .deck-wrap {
  margin: 0 0 16px !important;
}

#articleBody .deck {
  background: #fef08a !important;
  color: #0f172a !important;
  box-shadow: 0 0 0 3px #fef08a !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  display: inline;
}

#articleBody .fig {
  margin: 18px 0 !important;
  overflow: hidden;
}

#articleBody .fig img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: block;
}

/* Esconde barra intermediária redundante para evitar blocos soltos */
#existingSalesPage .header-bar {
  display: none !important;
}

/* Otimização de espaçamentos no mobile */
@media (max-width: 480px) {
  #existingSalesPage .page {
    padding: 12px 14px 32px !important;
  }
  #articleBody h1,
  #existingSalesPage h1 {
    font-size: 21px !important;
  }
  #articleBody h2,
  #existingSalesPage h2 {
    font-size: 19px !important;
  }
  #articleBody p,
  #existingSalesPage p {
    font-size: 15.5px !important;
    line-height: 1.58 !important;
    margin-bottom: 14px !important;
  }
}

/* =========================================================
   GRID DE CONFIANÇA ULTRA PROFISSIONAL (100% SVG · ZERO EMOJIS)
   Design corporativo com micro-sombras e tipografia nítida
   ========================================================= */
.vsl-trust-grid {
  width: 100%;
  max-width: 480px;
  margin: 16px auto 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  box-sizing: border-box;
}

.vsl-trust-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  box-sizing: border-box;
}

.vsl-trust-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.vsl-trust-icon-wrap {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.vsl-trust-item:hover .vsl-trust-icon-wrap {
  transform: scale(1.05);
}

.vsl-trust-icon-wrap svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* Paleta de Cores Premium para cada Selo */
.vsl-icon-shield {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0284c7;
}

.vsl-icon-lock {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

.vsl-icon-shipping {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #4f46e5;
}

.vsl-icon-purity {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #059669;
}

.vsl-trust-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: left;
}

.vsl-trust-title {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.vsl-trust-sub {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  color: #64748b;
  margin-top: 2px;
}

/* Ícone de Som SVG no Overlay e Botão */
.vsl-sound-icon-circle svg {
  width: 28px;
  height: 28px;
  display: block;
  stroke: #ffffff;
}

.vsl-sound-btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 17px;
  height: 17px;
  stroke: currentColor;
}

/* Avatar do Usuário SVG no Comentário */
.vsl-fb-my-avatar {
  background: #f1f5f9;
  border: 1.5px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vsl-fb-my-avatar svg {
  width: 18px;
  height: 18px;
  stroke: #64748b;
}

@media (max-width: 480px) {
  .vsl-trust-grid {
    gap: 8px;
    margin: 12px auto 16px;
  }
  .vsl-trust-item {
    padding: 8px 10px;
    border-radius: 10px;
    gap: 8px;
  }
  .vsl-trust-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .vsl-trust-icon-wrap svg {
    width: 17px;
    height: 17px;
  }
  .vsl-trust-title {
    font-size: 11px;
  }
  .vsl-trust-sub {
    font-size: 9px;
  }
}

/* =========================================================
   AUTO-CHECKER INTERATIVO DE SINTOMAS METABÓLICOS
   ========================================================= */
.interactive-checker {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px 18px;
  margin: 26px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.checker-header {
  text-align: center;
  margin-bottom: 18px;
}

.checker-badge {
  display: inline-block;
  background: #fef2f2;
  color: #dc2626;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid #fecaca;
  margin-bottom: 8px;
}

.checker-title {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
}

.checker-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.chk-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 13px 16px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.chk-item:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.chk-item:active {
  transform: scale(0.99);
}

.chk-box {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #cbd5e1;
  border-radius: 7px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.chk-text {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14.5px;
  line-height: 1.45;
  color: #334155;
  font-weight: 500;
  flex: 1;
}

/* Estado Selecionado (Checked) - Feedback visual nítido e imediato */
.chk-item.checked {
  background: #f0fdf4 !important;
  border-color: #10b981 !important;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.12) !important;
  transform: translateY(-1px);
}

.chk-item.checked .chk-box {
  background: #10b981 !important;
  border-color: #10b981 !important;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

.chk-item.checked .chk-box::after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) translate(-0.5px, -0.5px);
}

.chk-item.checked .chk-text {
  color: #0f172a;
  font-weight: 600;
}

/* Barra de Medição Inferior */
.checker-meter {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
}

.meter-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
}

.meter-pct {
  color: #0284c7;
  font-weight: 800;
  white-space: nowrap;
}

.meter-bar-track {
  width: 100%;
  height: 10px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 4px;
}

.meter-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0284c7, #10b981);
  border-radius: 999px;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.meter-alert {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1.5px solid transparent;
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .interactive-checker {
    padding: 16px 12px;
    border-radius: 14px;
  }
  .chk-item {
    padding: 11px 13px;
    gap: 10px;
  }
  .chk-text {
    font-size: 13.5px;
  }
  .chk-box {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
  .meter-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}


/* =========================================================================
   MODAL DE POLÍTICAS LEGAIS (PRIVACIDADE, TERMOS, CONTATO, DISCLAIMER)
   ========================================================================= */
.legal-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.legal-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.legal-modal-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18), 0 4px 16px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 640px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.legal-modal-overlay.active .legal-modal-card {
  transform: translateY(0) scale(1);
}

.legal-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
}

.legal-modal-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
}

.legal-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
  line-height: 1;
}

.legal-modal-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.legal-modal-body {
  padding: 22px 24px 28px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: #334155;
}

.legal-modal-body h3 {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin: 20px 0 8px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f5f9;
}

.legal-modal-body h3:first-child {
  margin-top: 0;
}

.legal-modal-body p {
  margin: 0 0 12px 0;
  color: #475569;
}

.legal-modal-body ul {
  margin: 0 0 12px 0;
  padding-left: 20px;
}

.legal-modal-body ul li {
  margin-bottom: 6px;
  color: #475569;
}

.legal-modal-body strong {
  color: #1e293b;
  font-weight: 600;
}

.legal-modal-body a {
  color: #2563eb;
  text-decoration: none;
}

.legal-modal-body a:hover {
  text-decoration: underline;
}

.legal-modal-body .legal-contact-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 14px 0;
}

.legal-modal-body .legal-contact-card p {
  margin: 4px 0;
  font-size: 13px;
}

.legal-modal-body .legal-updated {
  font-size: 11.5px;
  color: #94a3b8;
  font-style: italic;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
}

/* Scrollbar sutil do modal */
.legal-modal-body::-webkit-scrollbar {
  width: 5px;
}

.legal-modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.legal-modal-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.legal-modal-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

@media (max-width: 480px) {
  .legal-modal-overlay {
    padding: 10px;
    align-items: flex-end;
  }
  .legal-modal-card {
    max-height: 88vh;
    border-radius: 16px 16px 0 0;
  }
  .legal-modal-header {
    padding: 14px 16px;
  }
  .legal-modal-title {
    font-size: 14.5px;
  }
  .legal-modal-body {
    padding: 16px 18px 24px;
    font-size: 13px;
  }
}

