/* UmkaPro messenger widget v3: muted gold + real icons */
html body .umka-messenger__button,
html body.home-page.home-premium-v5 .umka-messenger__button,
html body .umka-messenger summary.umka-messenger__button{
  background:#d7a544!important;
  background-image:linear-gradient(135deg,#e2bf76 0%,#d7a544 48%,#b68a3d 100%)!important;
  border:1px solid rgba(239,207,137,.72)!important;
  color:#17130d!important;
  outline:none!important;
  box-shadow:0 16px 38px rgba(0,0,0,.30),0 0 0 1px rgba(215,165,68,.10)!important;
}
html body .umka-messenger__button:hover{
  background:#e4ba6a!important;
  background-image:linear-gradient(135deg,#ebcf95 0%,#dfb967 50%,#be9144 100%)!important;
  filter:none!important;
  transform:translateY(-2px)!important;
}
html body .umka-messenger__button:focus,
html body .umka-messenger__button:focus-visible{
  outline:2px solid #e8c97f!important;
  outline-offset:3px!important;
  box-shadow:0 16px 38px rgba(0,0,0,.30),0 0 0 5px rgba(215,165,68,.18)!important;
}
html body .umka-messenger__icon{
  background:rgba(35,31,24,.16)!important;
  color:#17130d!important;
  box-shadow:inset 0 0 0 1px rgba(23,19,13,.10)!important;
}
html body .umka-messenger__title,
html body .umka-messenger__subtitle{color:#17130d!important}

html body .umka-messenger__menu{
  background:#292e32!important;
  border-color:#566067!important;
  padding:10px!important;
  gap:8px!important;
}
html body .umka-messenger__menu a{
  display:grid!important;
  grid-template-columns:46px 1fr 18px!important;
  align-items:center!important;
  gap:13px!important;
  min-height:66px!important;
  padding:9px 13px 9px 9px!important;
  background:#343a3f!important;
  border:1px solid #4b555b!important;
  border-radius:15px!important;
  color:#f7f7f5!important;
  font-weight:800!important;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease!important;
}
html body .umka-messenger__menu a::after{
  content:'→';
  color:#929da3;
  font-size:18px;
  font-weight:400;
  justify-self:end;
}
html body .umka-messenger__menu a:hover{
  transform:translateX(-2px)!important;
  background:#3a4146!important;
  border-color:#8b6b32!important;
}
html body .umka-menu-label{font-size:16px;line-height:1.1}
html body .umka-menu-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:13px;
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 7px 18px rgba(0,0,0,.16);
}
html body .umka-menu-icon svg{width:25px;height:25px;display:block}
html body .umka-menu-icon svg path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
html body .umka-menu-icon--wa{background:linear-gradient(135deg,#28b979,#11885a)}
html body .umka-menu-icon--tg{background:linear-gradient(135deg,#45afe8,#267eb7)}
html body .umka-menu-icon--tg svg path,
html body .umka-menu-icon--max svg path{fill:currentColor;stroke:none}
html body .umka-menu-icon--max{background:linear-gradient(135deg,#6659dc,#9a5bda)}

@media(max-width:760px){
  html body .umka-messenger__menu a{min-height:62px!important;grid-template-columns:44px 1fr 17px!important}
  html body .umka-menu-icon{width:44px;height:44px;border-radius:12px}
  html body .umka-menu-label{font-size:15px}
}
