/* STAGEO CHAT GLOBAL - fix comune + reset elegante */
.stageo-chat-widget{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999999;
  font-family:Inter,Arial,sans-serif;
  color:#fff;
}
.stageo-chat-anchor{position:absolute;width:1px;height:1px;overflow:hidden;left:-9999px;top:auto}
.stageo-chat-button{
  border:0;
  cursor:pointer;
  min-width:178px;
  padding:14px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff6b00,#ff9b32);
  color:#101820;
  box-shadow:0 18px 45px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.18) inset;
  text-align:left;
  transition:transform .2s ease,box-shadow .2s ease;
}
.stageo-chat-button:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.24) inset}
.stageo-chat-button span{display:block;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;opacity:.82}
.stageo-chat-button strong{display:block;font-size:22px;line-height:1;font-weight:900}
.stageo-chat-button em{display:block;margin-top:5px;font-size:12px;font-style:normal;font-weight:800;color:#3b1a00}
.stageo-chat-nudge{
  position:absolute;
  right:0;
  bottom:80px;
  width:280px;
  max-width:calc(100vw - 42px);
  padding:14px 16px;
  border-radius:18px;
  background:rgba(14,24,34,.96);
  border:1px solid rgba(255,107,0,.35);
  color:#e9f1f7;
  box-shadow:0 18px 42px rgba(0,0,0,.32);
  font-size:13px;
  line-height:1.45;
}
.stageo-chat-nudge button{display:block;margin-top:8px;border:0;background:transparent;color:#ff8b2a;font-weight:900;cursor:pointer;padding:0}
.stageo-chat-panel{
  position:absolute;
  right:0;
  bottom:0;
  width:420px;
  max-width:calc(100vw - 26px);
  height:620px;
  max-height:calc(100vh - 36px);
  display:none;
  grid-template-rows:auto 1fr auto auto;
  overflow:hidden;
  border-radius:24px;
  background:#0d1721;
  border:1px solid rgba(255,107,0,.36);
  box-shadow:0 28px 80px rgba(0,0,0,.55);
}
.stageo-chat-panel.is-open,.stageo-chat-panel.open,.stageo-chat-panel.active{display:grid!important}
.stageo-chat-widget.is-open .stageo-chat-button,.stageo-chat-widget.is-open .stageo-chat-nudge{display:none!important}
.stageo-chat-header{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:16px 18px;
  background:linear-gradient(135deg,#101820,#172638);
  border-bottom:1px solid rgba(255,107,0,.28);
}
.stageo-chat-header strong{display:block;font-size:17px;font-weight:900;color:#fff}
.stageo-chat-header span{display:block;margin-top:3px;font-size:12px;color:#b9c8d6}
.stageo-chat-controls{display:flex;gap:8px}
.stageo-chat-controls button{
  width:34px;height:34px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:18px;cursor:pointer;
}
.stageo-chat-messages{
  overflow:auto;
  padding:18px;
  background:
    radial-gradient(circle at 0% 0%,rgba(255,107,0,.1),transparent 28%),
    linear-gradient(180deg,#0d1721,#0a1119);
  scroll-behavior:smooth;
}
.stageo-msg{max-width:88%;margin:0 0 12px;padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.48;white-space:normal;word-wrap:break-word}
.stageo-msg.bot{background:#152333;border:1px solid rgba(255,255,255,.08);color:#eef6fb;border-bottom-left-radius:4px}
.stageo-msg.user{margin-left:auto;background:#ff6b00;color:#111;font-weight:700;border-bottom-right-radius:4px}
.stageo-chat-options{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 4px}
.stageo-option{border:1px solid rgba(255,107,0,.45);background:rgba(255,107,0,.1);color:#ffd8c0;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800;cursor:pointer}
.stageo-option:hover{background:#ff6b00;color:#111}
.stageo-chat-upload{padding:10px 14px;background:#101820;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#b9c8d6}
.stageo-chat-upload label{display:inline-block;margin-right:8px;color:#ff8b2a;font-weight:900;cursor:pointer}
.stageo-chat-upload input{max-width:185px;font-size:11px;color:#dbe6ee}
.stageo-chat-upload small{display:block;margin-top:5px;color:#8fa0b0}
.stageo-chat-actions{display:flex;justify-content:flex-end;align-items:center;padding:8px 14px 2px;background:#101820;border-top:1px solid rgba(255,255,255,.04)}
.stageo-chat-actions .stageo-chat-reset{appearance:none;border:0;background:transparent;color:#ffb16e;font-size:12px;font-weight:900;letter-spacing:.02em;cursor:pointer;padding:2px 0;text-decoration:none;opacity:.95}
.stageo-chat-actions .stageo-chat-reset:hover{color:#ffffff;text-decoration:underline}
.stageo-chat-form{display:flex;gap:8px;padding:12px;background:#101820;border-top:1px solid rgba(255,255,255,.08)}
.stageo-chat-form input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.15);border-radius:13px;background:#0a1119;color:#fff;padding:12px;font-size:14px;outline:none}
.stageo-chat-form input:focus{border-color:#ff6b00;box-shadow:0 0 0 3px rgba(255,107,0,.12)}
.stageo-chat-form button{border:0;border-radius:13px;background:#ff6b00;color:#111;font-weight:900;padding:0 16px;cursor:pointer}
.stageo-chat-form button:disabled,.stageo-chat-form input:disabled{opacity:.6;cursor:wait}
.stageo-chat-mini{display:none;position:absolute;right:0;bottom:0;width:220px;text-align:left;border:1px solid rgba(255,107,0,.45);border-radius:18px;background:#101820;color:#fff;padding:13px 15px;box-shadow:0 18px 45px rgba(0,0,0,.35);cursor:pointer}
.stageo-chat-mini.is-visible,.stageo-chat-mini.show,.stageo-chat-mini.active{display:block}
.stageo-chat-mini strong{display:block;color:#ff8b2a}.stageo-chat-mini span{font-size:12px;color:#dbe6ee}
@media(max-width:640px){
  .stageo-chat-widget{right:12px;bottom:12px}
  .stageo-chat-panel{width:calc(100vw - 24px);height:calc(100vh - 24px);border-radius:20px}
  .stageo-chat-button{min-width:160px}
  .stageo-chat-nudge{display:none}
}


/* STAGEO - maggiore evidenza CTA WhatsApp/preventivo nella chat */
.stageo-chat-options{
  padding-bottom:4px;
}
.stageo-option{
  position:relative;
}
.stageo-option:nth-last-child(1),
.stageo-option:nth-last-child(2){
  box-shadow:0 8px 24px rgba(255,107,0,.16);
}
.stageo-chat-panel .stageo-msg.bot strong{
  color:#fff;
}
.stageo-chat-upload label{
  color:#ff6b00!important;
}


/* STAGEO CHAT RESET / NUOVA RICHIESTA */
.stageo-chat-controls{align-items:center!important}
.stageo-chat-actions .stageo-chat-reset{font-weight:900!important}
@media(max-width:520px){
  .stageo-chat-actions{padding:8px 12px 2px}
  .stageo-chat-actions .stageo-chat-reset{font-size:11px!important}
}
