
/* V2.0 — handoff final sem prévia, sem botão e com redirecionamento automático */
.bf-whatsapp-preview,
.bf-auto-countdown,
.bf-auto-fallback,
.bf-auto-handoff-card,
.bf-countdown-wrap,
.bf-v18-card,
.bf-v18-countdown,
.bf-v18-fallback,
button[data-bf-open-whatsapp],
.bf-chatbot-footer .bf-whatsapp-btn{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.dcw-final-handoff{
  margin:14px 0 8px !important;
}
.dcw-final-card{
  border-radius:22px;
  border:1px solid rgba(155,23,72,.12);
  background:linear-gradient(135deg,#fff,#F9F1F4);
  box-shadow:0 16px 38px rgba(56,56,56,.10);
  padding:18px;
}
.dcw-final-kicker{
  color:#C8A45D;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.dcw-final-card strong{
  display:block;
  color:#9B1748;
  font-family:'Playfair Display',serif;
  font-size:22px;
  line-height:1.08;
  margin-bottom:10px;
}
.dcw-final-card p{
  margin:0 0 14px;
  color:#5d5d5d;
  font-size:14px;
  line-height:1.45;
}
.dcw-final-countdown{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:12px 0 0;
  padding:14px;
  border-radius:18px;
  background:rgba(155,23,72,.08);
  color:#9B1748;
  font-weight:900;
  text-align:center;
}
.dcw-final-countdown span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:34px;
  border-radius:999px;
  background:#9B1748;
  color:#fff;
  font-size:18px;
  line-height:1;
}
@media(max-width:420px){
  .dcw-final-card{padding:16px;border-radius:20px}
  .dcw-final-card strong{font-size:20px}
  .dcw-final-card p{font-size:13px}
}
