:root{--jmf-primary:#b7333d;--jmf-dark:#10213f;}

#jmf-chat-launcher{
    position:fixed;
    right:24px;
    bottom:28px;
    z-index:999999;
    background:var(--jmf-primary);
    color:#fff;
    border-radius:50px;
    padding:14px 70px 14px 22px;
    box-shadow:0 8px 24px rgba(0,0,0,.22);
    font-weight:700;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:10px;
    font-family:Arial,sans-serif;
    min-width:190px;
    min-height:56px;
}
.jmf-launch-text{line-height:1.1;font-size:15px}
.jmf-launch-icon{font-size:18px;margin-left:auto}
.jmf-launch-avatar{
    position:absolute;
    right:-12px;
    bottom:-4px;
    width:66px;
    height:66px;
    border-radius:50%;
    background:#fff;
    padding:3px;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}
.jmf-launch-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}

#jmf-chatbox{position:fixed;right:30px;bottom:105px;width:390px;max-width:calc(100vw - 30px);height:625px;max-height:calc(100vh - 130px);background:#fff;z-index:999999;border-radius:8px;box-shadow:0 18px 50px rgba(0,0,0,.25);display:none;overflow:hidden;font-family:Arial,sans-serif;color:#152241}
#jmf-chatbox.open{display:flex;flex-direction:column}
.jmf-head{min-height:112px;border-bottom:1px solid #eee;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;background:#344334}
.jmf-logo{max-width:265px;height:auto;max-height:82px;object-fit:contain;filter:brightness(100)}
.jmf-logo-text{font-weight:800;font-size:20px;color:var(--jmf-primary);line-height:1.08}
.jmf-close{font-size:32px;color:#fff;cursor:pointer;line-height:1}
.jmf-body{flex:1;overflow-y:auto;padding:16px;background:#fff}
.jmf-footer{border-top:1px solid #eee;padding:12px 14px;background:#fff}
.jmf-input-row{display:flex;gap:8px}
.jmf-input{flex:1;border:1px solid #e5eaf2;border-radius:25px;padding:14px 16px;font-size:15px;background:#f7f8fb;outline:none}
.jmf-send,.jmf-start{border:none;border-radius:25px;background:var(--jmf-primary);color:#fff;padding:0 18px;font-weight:700;cursor:pointer}
.jmf-send:disabled,.jmf-start:disabled{opacity:.45;cursor:not-allowed}
.jmf-msg{max-width:85%;padding:12px 14px;border-radius:12px;margin:10px 0;font-size:14.5px;line-height:1.35;white-space:pre-wrap}
.jmf-bot{background:#f4f6f9;color:#14203c;margin-right:auto}
.jmf-user{background:var(--jmf-primary);color:#fff;margin-left:auto}
.jmf-connect{background:#f6f6f6;border-radius:8px;padding:10px 12px;margin:10px auto;text-align:center;display:table;font-weight:700;font-size:13px}
.jmf-options{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.jmf-option{border:1px solid var(--jmf-primary);background:#fff;color:var(--jmf-primary);border-radius:22px;padding:9px 13px;font-weight:700;cursor:pointer;font-size:13px}
.jmf-option:hover{background:var(--jmf-primary);color:#fff}
.jmf-option:disabled{display:none}
.jmf-disclaimer{border:1px solid #e4eaf4;border-radius:14px;padding:14px;margin:8px 0 16px;font-size:12px;line-height:1.35;background:#fff}
.jmf-disclaimer strong{display:block;margin-bottom:4px}
.jmf-powered{text-align:center;font-size:12px;color:#0c2447;padding-top:9px}
.jmf-typing{display:flex;gap:4px;align-items:center}
.jmf-typing span{width:7px;height:7px;background:#9aa5b8;border-radius:50%;display:block;animation:jmfblink 1.2s infinite}
.jmf-typing span:nth-child(2){animation-delay:.2s}.jmf-typing span:nth-child(3){animation-delay:.4s}
@keyframes jmfblink{0%,80%,100%{opacity:.2}40%{opacity:1}}
.jmf-cta{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}
.jmf-cta a,.jmf-cta button{background:var(--jmf-primary);color:#fff;border:none;border-radius:24px;padding:11px 14px;text-decoration:none;font-weight:700;cursor:pointer;font-size:13px}
.jmf-cta .secondary{background:#152241}
.jmf-name-screen h3{font-size:21px;margin:0 0 16px;color:#152241}
.jmf-name-screen p{font-size:16px;margin:0 0 18px;line-height:1.35}
@media(max-width:600px){
    #jmf-chatbox{right:10px;bottom:88px;width:calc(100vw - 20px);height:calc(100vh - 105px)}
    #jmf-chat-launcher{right:14px;bottom:18px}
}


.jmf-spanish-btn{
    display:inline-block;
    background:var(--jmf-primary);
    color:#fff;
    border:none;
    border-radius:20px;
    padding:9px 18px;
    font-size:12px;
    font-weight:800;
    margin:0 0 14px 0;
    cursor:pointer;
    text-transform:uppercase;
}
.jmf-spanish-btn:hover{filter:brightness(.95)}
