/* MarketingLead.ae Simple AI-Style Lead Agent - no API required */
.ml-agent-launcher{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999999;
  width:70px;
  height:70px;
  border:0;
  border-radius:50%;
  cursor:pointer;
  background:linear-gradient(135deg,#9b7cf6 0%,#f08cc3 48%,#f5a257 100%);
  color:#fff;
  box-shadow:0 18px 45px rgba(16,24,40,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:29px;
  transition:.25s ease;
  outline:none;
}
.ml-agent-launcher:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 22px 55px rgba(16,24,40,.30)}
.ml-agent-launcher i{color:#fff;font-size:30px;line-height:1}
.ml-agent-launcher .ml-agent-dot{position:absolute;right:8px;top:8px;width:15px;height:15px;border-radius:50%;background:#25d366;border:3px solid #fff}
.ml-agent-label{position:fixed;right:105px;bottom:41px;z-index:999998;background:#fff;color:#101828;padding:10px 15px;border-radius:999px;border:1px solid #f1e7df;box-shadow:0 14px 35px rgba(16,24,40,.16);font-family:Poppins,Arial,sans-serif;font-size:13px;font-weight:800;white-space:nowrap;transition:.25s ease}
.ml-agent-label:after{content:'';position:absolute;right:-6px;top:50%;transform:translateY(-50%) rotate(45deg);width:12px;height:12px;background:#fff;border-right:1px solid #f1e7df;border-top:1px solid #f1e7df}
.ml-agent-window{position:fixed;right:24px;bottom:108px;z-index:999999;width:370px;max-width:calc(100vw - 30px);height:560px;max-height:calc(100vh - 140px);background:#fff;border:1px solid #f1e7df;border-radius:24px;box-shadow:0 24px 70px rgba(16,24,40,.22);overflow:hidden;display:none;flex-direction:column;font-family:Poppins,Arial,sans-serif}
.ml-agent-window.open{display:flex}.ml-agent-header{background:linear-gradient(135deg,#9b7cf6,#f08cc3,#f5a257);color:#fff;padding:18px 18px 16px;display:flex;gap:12px;align-items:center}.ml-agent-avatar{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-size:23px}.ml-agent-avatar i{font-size:23px;color:#fff}.ml-agent-title{font-size:16px;font-weight:800;line-height:1.2}.ml-agent-sub{font-size:12px;opacity:.92;margin-top:3px}.ml-agent-close{margin-left:auto;background:rgba(255,255,255,.2);border:0;color:#fff;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer}.ml-agent-messages{flex:1;padding:16px;background:linear-gradient(180deg,#fffaf7 0%,#ffffff 100%);overflow-y:auto}.ml-msg{max-width:86%;padding:11px 13px;margin:8px 0;border-radius:16px;font-size:13.5px;line-height:1.55;word-break:break-word}.ml-bot{background:#fff;border:1px solid #f1e7df;color:#333;border-top-left-radius:5px;box-shadow:0 8px 18px rgba(16,24,40,.05)}.ml-user{background:#101828;color:#fff;margin-left:auto;border-top-right-radius:5px}.ml-agent-options{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px}.ml-agent-chip{border:1px solid #ffd7b4;background:#fff7f0;color:#4c4b5e;border-radius:999px;padding:8px 11px;font-size:12.5px;font-weight:700;cursor:pointer}.ml-agent-chip:hover{background:#fff0e4;color:#e88932}.ml-agent-inputbar{padding:12px;background:#fff;border-top:1px solid #f1e7df;display:flex;gap:8px}.ml-agent-input{flex:1;border:1px solid #e7e7e7;border-radius:14px;padding:12px 13px;font-size:14px;outline:none}.ml-agent-input:focus{border-color:#f5a257;box-shadow:0 0 0 3px rgba(245,162,87,.12)}.ml-agent-send{border:0;border-radius:14px;padding:0 15px;background:linear-gradient(135deg,#f5a257,#e88932);color:#fff;font-weight:800;cursor:pointer}.ml-agent-small{font-size:12px;color:#7b8190;margin-top:6px}.ml-agent-success{padding:11px 13px;background:#eefaf3;border:1px solid #bbebcd;border-radius:14px;color:#176b37;font-size:13px;margin:8px 0}.ml-agent-form{display:none}
@media(max-width:600px){.ml-agent-launcher{right:16px;bottom:16px;width:54px;height:54px}.ml-agent-launcher i{font-size:26px}.ml-agent-label{display:none}.ml-agent-window{right:10px;left:10px;bottom:155px;width:auto;height:540px;max-height:calc(100vh - 175px)}}
