#inaf-chatbot-btn {
  position: fixed; right: 18px; bottom: 18px; z-index: 9999;
  background: #91C714; color: #fff; border: 0; border-radius: 999px;
  width: 66px; height: 66px; box-shadow: 0 10px 20px rgba(0,0,0,.2);
  cursor: pointer; font-size: 32px; line-height: 56px; text-align: center;
}
#inaf-chatbot-panel {
  position: fixed; right: 18px; bottom: 86px; width: 360px; max-width: 92vw; max-height: 70vh;
  background: #fff; border-radius: 16px; box-shadow: 0 16px 40px rgba(0,0,0,.25);
  display: none; overflow: hidden; z-index: 9999; border: 1px solid #E7EEF5;
}
.icb-header {
  background: var(--primary, #0C365A); color:#fff; padding:12px 14px; font-weight:600;
  display:flex; align-items:center; justify-content:space-between;
}
.icb-body { padding: 12px; overflow: auto; max-height: 58vh; }
.icb-chip {
  display:inline-block; margin:6px 6px 0 0; padding:8px 10px; border-radius:999px;
  background:#F4F7FA; border:1px solid #E7EEF5; cursor:pointer; font-size:14px;
}
.icb-bubble { background:#F7FAFD; border:1px solid #E7EEF5; padding:10px 12px; border-radius:12px; margin:10px 0; }
.icb-lead {
  margin-top: 12px; padding:10px; border:1px dashed #E7EEF5; border-radius:12px; background:#FBFDFF;
}
.icb-lead input { width:100%; padding:10px; margin:6px 0; border:1px solid #D7E1EA; border-radius:10px; }
.icb-btn {
  display:inline-block; padding:5px 10px; border-radius:10px; border:1px solid #0C365A;
  background:#0C365A; color:#fff; cursor:pointer; font-weight:600;
}
.icb-link { color:#0C365A; text-decoration: underline; }
.icb-footer { padding: 10px 12px; font-size: 12px; color: #5A6672; border-top:1px solid #E7EEF5; }
@media (prefers-reduced-motion: no-preference) {
  #inaf-chatbot-panel { transition: transform .24s ease, opacity .24s ease; transform: translateY(16px); opacity: 0; }
  #inaf-chatbot-panel.open { transform: translateY(0); opacity: 1; }
}


.marisol-header {
  background: #002855; color: #fff;
  display:flex; align-items:center; gap:10px; padding:12px 14px;
}
.marisol-header img { width:32px; height:32px; border-radius:50%; object-fit:cover; }
