.um-chatbot-section{
  position:relative;
  z-index:1;
  width:min(1168px,calc(100% - 84px));
  margin:52px auto 66px;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
}
.um-chatbot-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:28px;
  align-items:stretch;
  border:1px solid #edf0f7;
  border-radius:26px;
  background:
    radial-gradient(circle at 12% 16%,rgba(255,61,10,.13),transparent 28%),
    radial-gradient(circle at 88% 88%,rgba(255,107,0,.11),transparent 28%),
    #fff;
  box-shadow:0 28px 80px rgba(8,11,34,.12);
  padding:28px;
}
.um-chatbot-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(255,61,10,.20) 1px, transparent 1px);
  background-size:18px 18px;
  opacity:.26;
  mask-image:linear-gradient(100deg,#000 0%,transparent 48%);
}
.um-chatbot-copy,
.um-chatbot-widget{
  position:relative;
  z-index:1;
}
.um-chatbot-copy{
  padding:24px 12px 24px 8px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.um-chatbot-kicker{
  margin:0 0 12px;
  color:#ff3d0a;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}
.um-chatbot-copy h2{
  margin:0 0 16px;
  font-family:Montserrat,Inter,Segoe UI,Roboto,Arial,sans-serif;
  color:#080b22;
  font-size:clamp(30px,3.4vw,50px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:950;
}
.um-chatbot-copy h2 span{color:#ff3d0a}
.um-chatbot-copy p{
  margin:0;
  max-width:520px;
  color:#465069;
  font-size:16px;
  line-height:1.72;
  font-weight:500;
}
.um-chatbot-points{
  display:grid;
  gap:12px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}
.um-chatbot-points li{
  display:flex;
  align-items:center;
  gap:11px;
  color:#080b22;
  font-size:14px;
  font-weight:800;
}
.um-chatbot-points i{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:9px;
  color:#fff;
  background:linear-gradient(135deg,#ff3d0a,#ff6b00);
  box-shadow:0 10px 24px rgba(255,61,10,.20);
}
.um-chatbot-widget{
  min-height:560px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(237,240,247,.95);
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 54px rgba(8,11,34,.10);
}
.um-chatbot-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  background:linear-gradient(135deg,#05050f,#080b22 66%,#17112a);
  color:#fff;
}
.um-chatbot-agent{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.um-chatbot-avatar{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,#ff3d0a,#ff8a18);
  box-shadow:0 14px 28px rgba(255,61,10,.28);
}
.um-chatbot-agent strong{
  display:block;
  font-size:15px;
  line-height:1.15;
}
.um-chatbot-agent span{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.68);
  font-size:12px;
  font-weight:700;
}
.um-chatbot-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:800;
}
.um-chatbot-status::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1ee889;
  box-shadow:0 0 0 6px rgba(30,232,137,.13);
}
.um-chatbot-lead,
.um-chatbot-chat{
  padding:20px;
}
.um-chatbot-lead{
  display:grid;
  gap:15px;
}
.um-chatbot-lead h3{
  margin:0;
  color:#080b22;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.035em;
}
.um-chatbot-lead p{
  margin:0 0 2px;
  color:#465069;
  font-size:14px;
  line-height:1.6;
  font-weight:500;
}
.um-chatbot-form{
  display:grid;
  gap:13px;
}
.um-chatbot-form label{
  display:grid;
  gap:7px;
  color:#080b22;
  font-size:13px;
  font-weight:900;
}
.um-chatbot-form input,
.um-chatbot-form textarea{
  width:100%;
  border:1px solid #dfe3ef;
  border-radius:14px;
  padding:14px 15px;
  outline:none;
  color:#080b22;
  background:#fff;
  font:inherit;
  transition:border-color .22s ease,box-shadow .22s ease;
}
.um-chatbot-form textarea{
  min-height:52px;
  max-height:150px;
  resize:vertical;
}
.um-chatbot-form input:focus,
.um-chatbot-form textarea:focus{
  border-color:#ff3d0a;
  box-shadow:0 0 0 4px rgba(255,61,10,.10);
}
.um-chatbot-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  border:0;
  border-radius:12px;
  padding:0 20px;
  color:#fff;
  background:linear-gradient(135deg,#ff3d0a,#ff6b00);
  box-shadow:0 16px 34px rgba(255,61,10,.24);
  cursor:pointer;
  font:inherit;
  font-size:14px;
  font-weight:900;
  transition:transform .22s ease,filter .22s ease,box-shadow .22s ease;
}
.um-chatbot-btn:hover{transform:translateY(-2px);filter:saturate(1.05)}
.um-chatbot-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}
.um-chatbot-chat{
  display:none;
  flex:1;
  min-height:0;
  flex-direction:column;
  gap:14px;
}
.um-chatbot-widget.is-ready .um-chatbot-lead{display:none}
.um-chatbot-widget.is-ready .um-chatbot-chat{display:flex}
.um-chatbot-messages{
  flex:1;
  min-height:260px;
  max-height:380px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:2px 3px 10px 0;
  scrollbar-width:thin;
}
.um-chatbot-message{
  display:flex;
  flex-direction:column;
  max-width:86%;
  gap:5px;
}
.um-chatbot-message strong{
  color:#6b7286;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.um-chatbot-bubble{
  border-radius:16px;
  padding:12px 14px;
  font-size:14px;
  line-height:1.55;
  white-space:pre-wrap;
  word-break:break-word;
}
.um-chatbot-message.is-bot{align-self:flex-start}
.um-chatbot-message.is-bot .um-chatbot-bubble{
  color:#080b22;
  background:#f6f7fb;
  border:1px solid #edf0f7;
}
.um-chatbot-message.is-user{
  align-self:flex-end;
  align-items:flex-end;
}
.um-chatbot-message.is-user .um-chatbot-bubble{
  color:#fff;
  background:linear-gradient(135deg,#ff3d0a,#ff6b00);
}
.um-chatbot-question-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:end;
  padding-top:12px;
  border-top:1px solid #edf0f7;
}
.um-chatbot-question-row textarea{
  min-height:50px;
  max-height:130px;
}
.um-chatbot-send{
  width:52px;
  height:52px;
  padding:0;
  border-radius:15px;
}
.um-chatbot-hint,
.um-chatbot-error{
  margin:0;
  font-size:12px;
  line-height:1.45;
}
.um-chatbot-hint{color:#798095;font-weight:600}
.um-chatbot-error{display:none;color:#d92d20;font-weight:800}
.um-chatbot-error.is-visible{display:block}
.um-chatbot-typing{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.um-chatbot-typing span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff6b00;
  animation:umTyping 1s ease-in-out infinite;
}
.um-chatbot-typing span:nth-child(2){animation-delay:.15s}
.um-chatbot-typing span:nth-child(3){animation-delay:.3s}
@keyframes umTyping{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}
@media (max-width:980px){
  .um-chatbot-section{width:min(100% - 44px,720px);margin:42px auto 56px}
  .um-chatbot-card{grid-template-columns:1fr;padding:20px}
  .um-chatbot-copy{padding:10px 4px 2px}
  .um-chatbot-widget{min-height:540px}
}
@media (max-width:560px){
  .um-chatbot-section{width:calc(100% - 32px);margin:34px auto 46px}
  .um-chatbot-card{border-radius:20px;padding:14px}
  .um-chatbot-copy h2{font-size:30px}
  .um-chatbot-widget{border-radius:18px;min-height:520px}
  .um-chatbot-head{padding:15px}
  .um-chatbot-status{display:none}
  .um-chatbot-lead,.um-chatbot-chat{padding:16px}
  .um-chatbot-question-row{grid-template-columns:1fr}
  .um-chatbot-send{width:100%}
  .um-chatbot-message{max-width:94%}
}
.um-chatbot-kicker,
.um-chatbot-copy h2,
.um-chatbot-points li,
.um-chatbot-agent strong,
.um-chatbot-status,
.um-chatbot-form label,
.um-chatbot-btn,
.um-chatbot-message strong,
.um-chatbot-error {
  font-weight: 600 !important;
}

.um-chatbot-copy p,
.um-chatbot-lead p,
.um-chatbot-hint,
.um-chatbot-agent span {
  font-weight: 400 !important;
}
.um-chatbot-turnstile{width:100%;min-height:0;overflow:visible}
.um-chatbot-turnstile>[data-turnstile-widget]{min-height:0}
@media(max-width:380px){
  .um-chatbot-turnstile{width:100%}
}


.um-chatbot-message.is-limit {
  width: 100%;
  max-width: 96%;
}

.um-chatbot-limit-card {
  display: grid;
  justify-items: start;
  gap: 10px;
  border: 1px solid rgba(255, 61, 10, 0.2);
  border-radius: 18px;
  padding: 18px;
  color: #080b22;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 107, 0, 0.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #ffffff,
      #fff8f5
    );
  box-shadow: 0 16px 38px rgba(8, 11, 34, 0.09);
}

.um-chatbot-limit-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  border-radius: 999px;
  padding: 0 11px;
  color: #d93608;
  background: rgba(255, 61, 10, 0.1);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.um-chatbot-limit-card h4 {
  margin: 0;
  color: #080b22;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.um-chatbot-limit-card p {
  margin: 0;
  color: #525b71;
  font-size: 13px;
  line-height: 1.6;
}

.um-chatbot-limit-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  padding: 0 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff3d0a, #ff6b00);
  box-shadow: 0 12px 26px rgba(255, 61, 10, 0.2);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.um-chatbot-limit-action:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(255, 61, 10, 0.26);
}

.um-chatbot-limit-card small {
  color: #7b8294;
  font-size: 11px;
  font-weight: 600;
}

.um-chatbot-question-row textarea:disabled {
  color: #8b90a0;
  background: #f4f5f8;
  cursor: not-allowed;
}

/* Línea visual UnderMarket 2026 */
.um-chatbot-card{
  background:
    radial-gradient(circle at 12% 16%,rgba(224,8,122,.11),transparent 28%),
    radial-gradient(circle at 88% 88%,rgba(19,198,213,.10),transparent 28%),
    #fff;
}
.um-chatbot-card::before{background-image:radial-gradient(rgba(19,198,213,.22) 1px,transparent 1px)}
.um-chatbot-kicker,.um-chatbot-copy h2 span{color:#e0087a}
.um-chatbot-points i,.um-chatbot-avatar,.um-chatbot-btn,.um-chatbot-message.is-user .um-chatbot-bubble{
  background:linear-gradient(135deg,#e0087a,#ff1f72);
  box-shadow:0 12px 28px rgba(224,8,122,.22);
}
.um-chatbot-head{background:linear-gradient(135deg,#06142f,#071d3f 70%,#09294b)}
.um-chatbot-form input:focus,.um-chatbot-form textarea:focus{
  border-color:#e0087a;
  box-shadow:0 0 0 4px rgba(224,8,122,.10);
}
.um-chatbot-typing span{background:#13c6d5}
.um-chatbot-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.5!important;
  color:#616b80!important;
}
.um-chatbot-consent input{
  flex:0 0 auto;
  width:16px!important;
  height:16px!important;
  min-height:0!important;
  margin:1px 0 0!important;
  padding:0!important;
  accent-color:#e0087a;
}
.um-chatbot-consent a{color:#b20765;text-decoration:underline;text-underline-offset:2px}
.um-chatbot-limit-card{
  border-color:rgba(224,8,122,.2);
  background:radial-gradient(circle at 100% 0,rgba(19,198,213,.12),transparent 38%),linear-gradient(145deg,#fff,#fff7fb);
}
.um-chatbot-limit-badge{color:#b20765;background:rgba(224,8,122,.1)}
.um-chatbot-limit-actions{display:flex;flex-wrap:wrap;gap:9px;width:100%}
.um-chatbot-limit-action{
  border:0;
  cursor:pointer;
  font-family:inherit;
  background:linear-gradient(135deg,#e0087a,#ff1f72);
  box-shadow:0 12px 26px rgba(224,8,122,.2);
}
.um-chatbot-limit-action.is-whatsapp{background:#18ad5b;box-shadow:0 12px 26px rgba(24,173,91,.2)}
.um-chatbot-limit-action:hover{box-shadow:0 15px 30px rgba(224,8,122,.25)}
.um-chatbot-limit-action.is-whatsapp:hover{box-shadow:0 15px 30px rgba(24,173,91,.25)}
@media(max-width:560px){.um-chatbot-limit-actions{display:grid}.um-chatbot-limit-action{width:100%}}
