/* SMKT Chat Leads v2.3.5 */
#smkt-chat-button,#smkt-chat-box{font-family:Arial,Helvetica,sans-serif;box-sizing:border-box;z-index:999999}#smkt-chat-button * ,#smkt-chat-box *{box-sizing:border-box}#smkt-chat-button{position:fixed;bottom:22px;right:14px;background:var(--smkt-color,#d90000);color:#fff;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}#smkt-chat-button.smkt-pos-left{left:14px;right:auto}#smkt-chat-button span{font-style:normal}#smkt-chat-button em{font-style:normal;display:flex;align-items:center;gap:6px}#smkt-chat-button.smkt-style-pill{border-radius:999px;padding:14px 22px}#smkt-chat-button.smkt-style-circle{width:66px;height:66px;border-radius:50%;font-size:25px}#smkt-chat-button.smkt-style-circle em{display:none}#smkt-chat-button.smkt-style-square{width:66px;height:66px;border-radius:16px;font-size:25px}#smkt-chat-button.smkt-style-square em{display:none}#smkt-chat-button.smkt-style-chat{border-radius:20px 20px 4px 20px;padding:14px 21px}#smkt-chat-button.smkt-style-tab{right:0;bottom:36%;border-radius:18px 18px 0 0;padding:13px 18px;transform:rotate(-90deg) translateY(50%);transform-origin:right bottom}#smkt-chat-button.smkt-style-tab.smkt-pos-left{left:0;right:auto;transform:rotate(90deg) translateY(50%);transform-origin:left bottom}#smkt-chat-button.smkt-style-custom{width:72px;height:72px;border-radius:50%;padding:0;overflow:hidden;background:#fff!important}#smkt-chat-button.smkt-style-custom img{width:100%;height:100%;object-fit:cover}#smkt-chat-button.smkt-style-custom span,#smkt-chat-button.smkt-style-custom em{display:none}.smkt-online-dot{width:10px;height:10px;border-radius:50%;background:#27d366;display:inline-block;box-shadow:0 0 0 0 rgba(39,211,102,.7);animation:smktPulse 1.35s infinite}@keyframes smktPulse{0%{opacity:1;box-shadow:0 0 0 0 rgba(39,211,102,.7)}70%{opacity:.62;box-shadow:0 0 0 8px rgba(39,211,102,0)}100%{opacity:1;box-shadow:0 0 0 0 rgba(39,211,102,0)}}#smkt-chat-box{position:fixed;right:14px;bottom:96px;width:420px;max-width:calc(100vw - 24px);height:680px;max-height:calc(100vh - 120px);background:#f5f7fb;border-radius:26px;border:1px solid #d9e1eb;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.22);display:none;flex-direction:column}#smkt-chat-box.smkt-pos-left{left:14px;right:auto}#smkt-chat-box.is-open{display:flex}.smkt-chat-header{background:var(--smkt-color,#d90000);color:#fff;padding:26px 28px;display:flex;align-items:center;gap:18px;min-height:128px;position:relative;flex:0 0 auto}.smkt-chat-header>div{flex:1;min-width:0}.smkt-chat-header strong{display:block;font-size:30px;line-height:1.05;margin-bottom:12px;color:#fff}.smkt-chat-header small{display:block;color:#fff;font-size:16px}.smkt-chat-header small a{color:#fff;text-decoration:none}.smkt-availability{display:flex;align-items:center;gap:7px;margin-top:8px;font-size:14px;font-weight:700;color:#fff}.smkt-chat-header img{width:68px;height:68px;border-radius:50%;object-fit:cover;background:#fff;flex:0 0 auto}.smkt-chat-header button{width:64px;height:64px;border:0;border-radius:50%;background:rgba(255,255,255,.23);color:#fff;font-size:46px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto;z-index:5}.smkt-chat-body{padding:22px 18px;overflow-y:auto;flex:1;background:#f6f8fb}.smkt-msg{max-width:82%;padding:16px 18px;border-radius:18px;margin:10px 0;font-size:18px;line-height:1.35;color:#2d3748}.smkt-bot{background:#e8eef6}.smkt-user{background:var(--smkt-color,#d90000);color:#fff;margin-left:auto}.smkt-card{background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:20px;margin:10px 0 18px;box-shadow:0 8px 18px rgba(30,41,59,.04)}.smkt-card h3{font-size:26px;letter-spacing:.08em;color:#2d3748;margin:0 0 14px;text-transform:uppercase}.smkt-card p{font-size:18px;color:#667085;margin:0 0 18px}.smkt-form-field{width:100%;border:1px solid #dbe4ee;border-radius:16px;padding:17px 18px;margin:9px 0;font-size:17px;background:#fff;color:#2d3748}.smkt-primary-btn{width:100%;background:var(--smkt-color,#d90000);color:#fff;border:0;border-radius:16px;padding:18px;font-weight:800;font-size:17px;letter-spacing:.18em;text-transform:uppercase;margin-top:10px;cursor:pointer}.smkt-option{width:100%;background:#fff;border:2px solid var(--smkt-color,#d90000);color:#2d3748;border-radius:16px;padding:15px 18px;margin:9px 0;text-align:left;font-size:18px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px}.smkt-option:hover{background:var(--smkt-color,#d90000);color:#fff}.smkt-option.smkt-back{justify-content:center;font-weight:700}.smkt-chiprow{background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:16px;margin:12px 0}.smkt-chiprow p{margin:0 0 12px;color:#2d3748;font-size:16px}.smkt-chip{border:2px solid var(--smkt-color,#d90000);border-radius:999px;background:#fff;color:#2d3748;padding:9px 14px;margin:4px;font-weight:700;cursor:pointer}.smkt-chip:hover{background:var(--smkt-color,#d90000);color:#fff}.smkt-whatsapp{background:#27d366!important;border-color:#27d366!important;color:#fff!important}.smkt-action-link{display:inline-block;background:var(--smkt-color,#d90000);color:#fff!important;border-radius:999px;padding:11px 16px;text-decoration:none;font-weight:700;margin-top:8px}.smkt-chat-input{display:flex;gap:12px;padding:14px 16px;background:#fff;border-top:1px solid #dbe3ee;flex:0 0 auto}.smkt-chat-input input{flex:1;border:2px solid var(--smkt-color,#d90000);border-radius:16px;padding:16px 18px;font-size:17px;min-width:0}.smkt-chat-input button{width:68px;border:0;border-radius:16px;background:var(--smkt-color,#d90000);color:#fff;font-size:38px;font-weight:900;cursor:pointer}.smkt-chat-input.is-disabled{opacity:.42;pointer-events:none}.smkt-hidden{display:none!important}@media(max-width:600px){#smkt-chat-box{left:0!important;right:0!important;bottom:0!important;width:100vw;max-width:100vw;height:calc(100vh - 10px);max-height:calc(100vh - 10px);border-radius:0;z-index:999999}#smkt-chat-button{bottom:18px;right:10px}.smkt-chat-header{padding:18px 14px 18px 18px;min-height:92px;gap:10px}.smkt-chat-header strong{font-size:22px;margin-bottom:7px}.smkt-chat-header small{font-size:13px}.smkt-availability{font-size:12px}.smkt-chat-header img{width:46px;height:46px}.smkt-chat-header button{width:52px;height:52px;font-size:40px;background:rgba(255,255,255,.28);position:relative;margin-left:4px}.smkt-card{padding:18px 16px}.smkt-card h3{font-size:25px;letter-spacing:.07em;text-transform:none}.smkt-card p{font-size:18px}.smkt-msg{font-size:18px;max-width:88%}.smkt-chat-input input{font-size:17px}.smkt-chat-input button{width:70px}.smkt-option{font-size:17px}}

/* Ajustes v2.0.7: textos más compactos y legibles */
#smkt-chat-box{width:400px;height:650px;bottom:86px;right:8px;}
#smkt-chat-box.smkt-pos-left{left:8px;right:auto;}
.smkt-chat-header{padding:22px 24px;min-height:116px;gap:14px;}
.smkt-chat-header strong{font-size:27px;line-height:1.08;margin-bottom:9px;}
.smkt-chat-header small{font-size:15px;line-height:1.35;}
.smkt-availability{font-size:13px;margin-top:7px;}
.smkt-chat-header img{width:60px;height:60px;}
.smkt-chat-header button{width:58px;height:58px;font-size:42px;}
.smkt-chat-body{padding:18px 16px;}
.smkt-msg{font-size:16px;line-height:1.38;padding:13px 15px;border-radius:16px;margin:8px 0;max-width:84%;}
.smkt-option{font-size:16px;line-height:1.25;padding:13px 15px;margin:8px 0;text-transform:none!important;letter-spacing:normal!important;font-weight:600;min-height:auto;}
.smkt-section span,.smkt-faq,.smkt-back{text-transform:none!important;letter-spacing:normal!important;}
.smkt-option.smkt-back{font-size:15px;font-weight:700;}
.smkt-card h3{text-transform:none!important;letter-spacing:normal!important;font-size:23px;line-height:1.2;}
.smkt-card p{font-size:16px;}
.smkt-form-field{font-size:16px;padding:14px 16px;border-radius:14px;}
.smkt-primary-btn{font-size:15px;padding:15px;border-radius:14px;}
.smkt-chiprow{padding:13px;border-radius:16px;margin:10px 0;}
.smkt-chiprow p{font-size:15px;line-height:1.35;}
.smkt-chip{font-size:15px;padding:8px 13px;}
.smkt-action-link{font-size:15px;padding:10px 15px;}
.smkt-chat-input{gap:10px;padding:12px 14px;}
.smkt-chat-input input{font-size:16px;padding:14px 16px;border-radius:14px;}
.smkt-chat-input button{width:62px;font-size:34px;border-radius:14px;}
#smkt-chat-button{right:8px;bottom:18px;}
#smkt-chat-button.smkt-pos-left{left:8px;right:auto;}
#smkt-chat-button.smkt-style-tab{right:0;}
#smkt-chat-button.smkt-style-tab.smkt-pos-left{left:0;}
@media(max-width:600px){
  #smkt-chat-box{height:calc(100vh - 0px);max-height:calc(100vh - 0px);}
  .smkt-chat-header{padding:14px 12px 14px 16px;min-height:86px;gap:8px;}
  .smkt-chat-header strong{font-size:21px;margin-bottom:5px;}
  .smkt-chat-header small{font-size:12px;}
  .smkt-availability{font-size:11px;}
  .smkt-online-dot{width:8px;height:8px;}
  .smkt-chat-header img{width:42px;height:42px;}
  .smkt-chat-header button{width:48px;height:48px;font-size:36px;position:relative;z-index:20;}
  .smkt-chat-body{padding:14px 12px;}
  .smkt-msg{font-size:15px;max-width:88%;padding:12px 14px;}
  .smkt-option{font-size:15px;padding:12px 14px;border-radius:14px;}
  .smkt-option.smkt-back{font-size:14px;}
  .smkt-card{padding:16px 14px;}
  .smkt-card h3{font-size:22px;}
  .smkt-card p{font-size:15px;}
  .smkt-chat-input input{font-size:15px;padding:13px 14px;}
  .smkt-chat-input button{width:60px;font-size:32px;}
}

/* Fix hover botón iniciar chat */
.smkt-primary-btn:hover,.smkt-primary-btn:focus{background:var(--smkt-color,#d90000)!important;color:#fff!important;opacity:1!important;visibility:visible!important;filter:none!important}


/* Fix v2.1.2: no perder texto de opciones al hacer clic/focus */
#smkt-chat-box .smkt-option,
#smkt-chat-box .smkt-option:focus,
#smkt-chat-box .smkt-option:active,
#smkt-chat-box .smkt-option:visited{
  color:#2d3748!important;
  background:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  outline:none!important;
}
#smkt-chat-box .smkt-option span,
#smkt-chat-box .smkt-option:focus span,
#smkt-chat-box .smkt-option:active span{
  color:#2d3748!important;
  opacity:1!important;
  visibility:visible!important;
}
#smkt-chat-box .smkt-option:hover,
#smkt-chat-box .smkt-option:hover span{
  background:var(--smkt-color,#d90000)!important;
  color:#fff!important;
}
#smkt-chat-box .smkt-option.smkt-back,
#smkt-chat-box .smkt-option.smkt-back:focus,
#smkt-chat-box .smkt-option.smkt-back:active{
  background:var(--smkt-color,#d90000)!important;
  color:#fff!important;
}


/* Ajustes v2.1.6: tamaño compacto y transiciones elegantes */
#smkt-chat-box{
  width:360px!important;
  height:610px!important;
  max-height:calc(100vh - 96px)!important;
  border-radius:24px!important;
  transition:opacity .42s cubic-bezier(.22,1,.36,1), transform .42s cubic-bezier(.22,1,.36,1), box-shadow .42s ease!important;
  transform-origin:bottom right;
}
#smkt-chat-box.smkt-pos-left{transform-origin:bottom left;}
#smkt-chat-box.is-open{
  animation:smktSoftOpen .48s cubic-bezier(.22,1,.36,1) both;
}
@keyframes smktSoftOpen{
  from{opacity:0;transform:translateY(18px) scale(.96);filter:blur(1px)}
  to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
.smkt-chat-header{
  padding:18px 20px!important;
  min-height:104px!important;
  gap:12px!important;
}
.smkt-chat-header strong{
  font-size:25px!important;
  line-height:1.08!important;
  margin-bottom:6px!important;
}
.smkt-chat-header small{
  font-size:7.5px!important;
  line-height:1.2!important;
  opacity:.95!important;
}
.smkt-chat-header small a{
  color:#fff!important;
  text-decoration:none!important;
}
.smkt-chat-header small a:hover{text-decoration:underline!important;}
.smkt-availability{
  font-size:12px!important;
  margin-top:8px!important;
}
.smkt-online-dot{width:8px!important;height:8px!important;}
.smkt-chat-header img{width:52px!important;height:52px!important;}
.smkt-chat-header button{
  width:52px!important;
  height:52px!important;
  font-size:38px!important;
  transition:transform .35s cubic-bezier(.22,1,.36,1), background .35s ease!important;
}
.smkt-chat-header button:hover{transform:scale(1.04) rotate(90deg)!important;}
.smkt-chat-body{
  padding:16px 14px!important;
  scroll-behavior:smooth;
}
.smkt-card{
  padding:16px 14px!important;
  margin:8px 0 14px!important;
  border-radius:16px!important;
}
.smkt-card h3{font-size:20px!important;line-height:1.18!important;margin-bottom:10px!important;}
.smkt-card p{font-size:14px!important;line-height:1.35!important;margin-bottom:12px!important;}
.smkt-form-field{font-size:14px!important;padding:12px 14px!important;margin:7px 0!important;border-radius:13px!important;}
.smkt-primary-btn{font-size:13px!important;padding:13px!important;border-radius:13px!important;}
.smkt-msg{font-size:14px!important;line-height:1.36!important;padding:11px 13px!important;border-radius:15px!important;margin:7px 0!important;}
.smkt-option{
  font-size:14px!important;
  line-height:1.24!important;
  padding:11px 13px!important;
  margin:7px 0!important;
  border-radius:14px!important;
  transition:background-color .35s cubic-bezier(.22,1,.36,1), color .35s cubic-bezier(.22,1,.36,1), transform .35s cubic-bezier(.22,1,.36,1), border-color .35s ease!important;
}
.smkt-option:hover{transform:translateY(-1px)!important;}
.smkt-chiprow{padding:12px!important;border-radius:15px!important;margin:9px 0!important;}
.smkt-chiprow p{font-size:14px!important;}
.smkt-chip{font-size:14px!important;padding:7px 12px!important;transition:all .35s cubic-bezier(.22,1,.36,1)!important;}
.smkt-action-link{font-size:14px!important;padding:9px 14px!important;transition:all .35s cubic-bezier(.22,1,.36,1)!important;}
.smkt-chat-input{gap:9px!important;padding:10px 12px!important;}
.smkt-chat-input input{font-size:14px!important;padding:12px 14px!important;border-radius:13px!important;}
.smkt-chat-input button{width:56px!important;font-size:30px!important;border-radius:13px!important;transition:transform .35s cubic-bezier(.22,1,.36,1), opacity .35s ease!important;}
.smkt-chat-input button:hover{transform:translateX(2px)!important;}
#smkt-chat-button{transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease!important;}
#smkt-chat-button:hover{transform:translateY(-2px)!important;}
@media(max-width:600px){
  #smkt-chat-box{
    width:100vw!important;
    height:calc(100vh - 10px)!important;
    max-height:calc(100vh - 10px)!important;
    border-radius:22px 22px 0 0!important;
  }
  .smkt-chat-header{padding:14px 16px!important;min-height:92px!important;}
  .smkt-chat-header strong{font-size:21px!important;}
  .smkt-chat-header small{font-size:7px!important;}
  .smkt-availability{font-size:11px!important;}
  .smkt-chat-header img{width:44px!important;height:44px!important;}
  .smkt-chat-header button{width:46px!important;height:46px!important;font-size:34px!important;}
}

/* Bot animado flotante v2.1.8 */
#smkt-chat-bot-avatar{position:fixed;bottom:18px;right:14px;z-index:999999;display:flex;align-items:center;gap:10px;font-family:Arial,Helvetica,sans-serif;cursor:pointer;animation:smktBotFloat 4.8s ease-in-out infinite;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .45s ease,filter .45s ease}
#smkt-chat-bot-avatar.smkt-pos-left{left:14px;right:auto;flex-direction:row-reverse}
#smkt-chat-bot-avatar:hover{transform:translateY(-4px) scale(1.025);filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))}
.smkt-bot-avatar-btn{width:var(--smkt-bot-size,82px);height:var(--smkt-bot-size,82px);border:0;border-radius:50%;padding:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .55s cubic-bezier(.22,1,.36,1)}
.smkt-bot-avatar-btn img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 10px 18px rgba(0,0,0,.20))}
.smkt-bot-bubble{background:#fff;color:#263244;border:1px solid rgba(15,23,42,.10);border-radius:999px;padding:11px 15px;font-weight:800;font-size:15px;line-height:1;box-shadow:0 10px 24px rgba(15,23,42,.14);white-space:nowrap;transform-origin:right center;transition:opacity .5s ease,transform .55s cubic-bezier(.22,1,.36,1)}
#smkt-chat-bot-avatar.smkt-pos-left .smkt-bot-bubble{transform-origin:left center}
#smkt-chat-bot-avatar.smkt-bubble-hover .smkt-bot-bubble{opacity:0;transform:translateY(8px) scale(.94);pointer-events:none}
#smkt-chat-bot-avatar.smkt-bubble-hover:hover .smkt-bot-bubble{opacity:1;transform:translateY(0) scale(1)}
#smkt-chat-bot-avatar.smkt-bubble-delayed .smkt-bot-bubble{opacity:0;transform:translateY(8px) scale(.94);animation:smktBubbleDelayed .7s cubic-bezier(.22,1,.36,1) 5s forwards}
#smkt-chat-bot-avatar.smkt-bubble-none .smkt-bot-bubble{display:none}
@keyframes smktBotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes smktBubbleDelayed{to{opacity:1;transform:translateY(0) scale(1)}}
@media(min-width:601px) and (max-width:1024px){
  .smkt-bot-avatar-btn{width:var(--smkt-bot-size-tablet,120px);height:var(--smkt-bot-size-tablet,120px)}
  #smkt-chat-bot-avatar{bottom:18px;right:12px;gap:9px}
}
@media(max-width:600px){
  #smkt-chat-bot-avatar{bottom:16px;right:10px;gap:8px}
  #smkt-chat-bot-avatar.smkt-pos-left{left:10px;right:auto}
  .smkt-bot-bubble{font-size:14px;padding:10px 13px}
  .smkt-bot-avatar-btn{width:var(--smkt-bot-size-mobile,105px);height:var(--smkt-bot-size-mobile,105px)}
}

/* v2.3.1: Botón WhatsApp integrado + Avatar Studio */
.smkt-whatsapp-bar{
  padding:10px 12px 0!important;
  background:#f8fafc!important;
  border-top:1px solid #e5edf6!important;
}
.smkt-whatsapp-bar a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:100%!important;
  min-height:42px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#22c55e,#16a34a)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800!important;
  font-size:14px!important;
  box-shadow:0 10px 24px rgba(34,197,94,.24)!important;
  transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, filter .35s ease!important;
}
.smkt-whatsapp-bar a:hover{
  color:#fff!important;
  transform:translateY(-1px)!important;
  filter:saturate(1.05)!important;
  box-shadow:0 14px 28px rgba(34,197,94,.30)!important;
}
.smkt-avatar-preset{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:radial-gradient(circle at 32% 28%, #ffffff, #eff6ff 42%, var(--smkt-color,#02a0f8));
  color:#fff;
  font-size:calc(var(--smkt-bot-size,90px) * .42);
  box-shadow:0 12px 28px rgba(15,23,42,.20), inset 0 0 0 3px rgba(255,255,255,.86);
}
@media(min-width:601px) and (max-width:1024px){.smkt-avatar-preset{font-size:calc(var(--smkt-bot-size-tablet,90px) * .42)}}
@media(max-width:600px){
  .smkt-whatsapp-bar{padding:9px 12px 0!important}
  .smkt-whatsapp-bar a{min-height:40px!important;font-size:13px!important;border-radius:13px!important}
  .smkt-avatar-preset{font-size:calc(var(--smkt-bot-size-mobile,90px) * .42)}
}


/* v2.3.1: WhatsApp inteligente + Avatar Studio premium */
.smkt-whatsapp-bar{display:none!important;opacity:0;transform:translateY(8px);transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}
.smkt-whatsapp-bar.smkt-wa-mode-always,.smkt-whatsapp-bar.is-visible{display:block!important;opacity:1;transform:translateY(0)}
.smkt-whatsapp-bar a{background:linear-gradient(135deg,var(--smkt-wa-color,#25D366),#128C7E)!important;border-radius:999px!important;letter-spacing:.1px!important;min-height:44px!important}
.smkt-whatsapp-bar a:before{content:' ';width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 0 0 5px rgba(255,255,255,.18)}
#smkt-chat-bot-avatar.smkt-anim-none{animation:none!important}
#smkt-chat-bot-avatar.smkt-anim-apple{animation:smktBotApple 6.5s cubic-bezier(.22,1,.36,1) infinite!important}
#smkt-chat-bot-avatar.smkt-anim-float{animation:smktBotFloat 4.8s ease-in-out infinite!important}
#smkt-chat-bot-avatar.smkt-anim-breath{animation:smktBotBreath 3.6s ease-in-out infinite!important}
#smkt-chat-bot-avatar.smkt-anim-bounce{animation:smktBotBounce 2.8s cubic-bezier(.22,1,.36,1) infinite!important}
#smkt-chat-bot-avatar.smkt-anim-fun{animation:smktBotFun 5.2s ease-in-out infinite!important}
@keyframes smktBotApple{0%,100%{transform:translateY(0) scale(1)}42%{transform:translateY(-5px) scale(1.01)}70%{transform:translateY(-2px) scale(1.005)}}
@keyframes smktBotBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
@keyframes smktBotBounce{0%,100%{transform:translateY(0)}18%{transform:translateY(-8px)}30%{transform:translateY(0)}42%{transform:translateY(-4px)}55%{transform:translateY(0)}}
@keyframes smktBotFun{0%,100%{transform:translateY(0) rotate(0)}35%{transform:translateY(-7px) rotate(-2deg)}65%{transform:translateY(-3px) rotate(2deg)}}
.smkt-avatar-preset{background:linear-gradient(145deg,#ffffff,#eef6ff)!important;color:#0f4c81!important;border:2px solid rgba(2,160,248,.22)!important}


/* v2.3.2: ajustes de apertura, link SocialMKT y avatar limpio */
#smkt-chat-box{
  width:360px!important;
  height:min(590px, calc(100vh - 92px))!important;
  max-height:calc(100vh - 92px)!important;
}
.smkt-chat-header{
  padding:16px 20px!important;
  min-height:96px!important;
}
.smkt-chat-header strong{font-size:24px!important;}
.smkt-chat-header small{font-size:7px!important;}
.smkt-chat-header img{width:50px!important;height:50px!important;}
.smkt-chat-header button{width:50px!important;height:50px!important;font-size:36px!important;}
.smkt-capture-card{
  margin-top:0!important;
}
.smkt-capture-card h3{
  font-size:19px!important;
  line-height:1.18!important;
}
.smkt-capture-card p{font-size:13px!important;}
.smkt-form-field{
  min-height:48px!important;
}
.smkt-primary-btn{
  min-height:48px!important;
}
.smkt-chat-body{
  overscroll-behavior:contain!important;
}
.smkt-bot-avatar-btn{
  background:transparent!important;
  box-shadow:none!important;
  border:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
.smkt-bot-avatar-btn img{
  background:transparent!important;
  border-radius:0!important;
  object-fit:contain!important;
}
@media(max-width:600px){
  #smkt-chat-box{
    height:calc(100vh - 8px)!important;
    max-height:calc(100vh - 8px)!important;
  }
  .smkt-chat-header{padding:13px 14px!important;min-height:84px!important;}
  .smkt-chat-header strong{font-size:20px!important;}
  .smkt-capture-card h3{font-size:18px!important;}
  .smkt-form-field{min-height:46px!important;}
  .smkt-primary-btn{min-height:46px!important;}
  .smkt-whatsapp-bar{padding:8px 10px 0!important;}
}


/* v2.3.4: formulario compacto, título opcional y responsive real */
#smkt-chat-box{
  width:min(360px, calc(100vw - 18px))!important;
  height:min(560px, calc(100vh - 76px))!important;
  max-height:calc(100vh - 76px)!important;
  bottom:12px!important;
  right:8px!important;
  display:none;
}
#smkt-chat-box.is-open{display:flex!important;}
#smkt-chat-box.smkt-pos-left{left:8px!important;right:auto!important;}
.smkt-chat-header{padding:14px 20px!important;min-height:92px!important;}
.smkt-chat-header strong{font-size:23px!important;line-height:1.05!important;margin-bottom:6px!important;}
.smkt-chat-header small{font-size:7px!important;line-height:1!important;}
.smkt-availability{font-size:13px!important;margin-top:7px!important;}
.smkt-chat-header img{width:48px!important;height:48px!important;}
.smkt-chat-header button{width:48px!important;height:48px!important;font-size:34px!important;}
.smkt-chat-body{padding:14px 14px!important;min-height:0!important;}
.smkt-card{padding:16px 16px!important;margin:0 0 10px!important;border-radius:16px!important;}
.smkt-capture-card h3{font-size:18px!important;line-height:1.18!important;margin:0 0 8px!important;letter-spacing:0!important;text-transform:none!important;}
.smkt-capture-card p{font-size:13px!important;margin:0 0 12px!important;}
.smkt-form-field{min-height:42px!important;padding:11px 14px!important;margin:7px 0!important;font-size:15px!important;border-radius:13px!important;}
.smkt-primary-btn{min-height:44px!important;padding:12px!important;font-size:14px!important;border-radius:13px!important;margin-top:8px!important;}
.smkt-whatsapp-bar{padding:8px 12px 0!important;flex:0 0 auto!important;}
.smkt-whatsapp-bar a{min-height:40px!important;font-size:13px!important;}
.smkt-chat-input{padding:9px 12px 12px!important;gap:9px!important;}
.smkt-chat-input input{padding:12px 14px!important;font-size:15px!important;border-radius:13px!important;}
.smkt-chat-input button{width:56px!important;min-width:56px!important;font-size:30px!important;border-radius:13px!important;}

@media (max-width: 600px){
  html, body{overflow-x:hidden!important;}
  #smkt-chat-box{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100dvw!important;
    max-width:100dvw!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    transform:none!important;
  }
  @supports not (height: 100dvh){
    #smkt-chat-box{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;}
  }
  .smkt-chat-header{padding:12px 14px!important;min-height:78px!important;gap:10px!important;}
  .smkt-chat-header strong{font-size:20px!important;margin-bottom:4px!important;}
  .smkt-chat-header small{font-size:6px!important;}
  .smkt-availability{font-size:11px!important;margin-top:5px!important;}
  .smkt-chat-header img{width:42px!important;height:42px!important;}
  .smkt-chat-header button{width:44px!important;height:44px!important;font-size:32px!important;}
  .smkt-chat-body{padding:12px 12px!important;}
  .smkt-card{padding:14px 14px!important;}
  .smkt-capture-card h3{font-size:17px!important;}
  .smkt-capture-card p{font-size:12px!important;}
  .smkt-form-field{min-height:40px!important;padding:10px 13px!important;font-size:14px!important;}
  .smkt-primary-btn{min-height:42px!important;font-size:13px!important;}
  .smkt-whatsapp-bar a{min-height:38px!important;font-size:12.5px!important;}
  .smkt-chat-input input{font-size:14px!important;}
  .smkt-chat-input button{width:54px!important;min-width:54px!important;}
}


/* v2.3.5: ocultar barra gris interna, manteniendo scroll con rueda/touch */
#smkt-chat-box .smkt-chat-body{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
#smkt-chat-box .smkt-chat-body::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}

