/* V18 - restore premium floating support panel */

.cg-support.cg-support-v18{
  position:fixed!important;
  right:24px!important;
  bottom:24px!important;
  z-index:9999!important;
  font-family:var(--cg-font, "Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif)!important;
}
.cg-support.cg-support-v18 .cg-support-toggle,
.cg-support.cg-support-v18>button{
  width:64px!important;
  height:64px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(0,0,0,.22)!important;
  background:linear-gradient(135deg,#feed01 0%,#fff340 100%)!important;
  color:#000!important;
  font-size:24px!important;
  box-shadow:0 22px 55px rgba(0,0,0,.48),0 0 0 9px rgba(254,237,1,.10)!important;
  cursor:pointer!important;
  transition:transform .24s ease, box-shadow .24s ease!important;
}
.cg-support.cg-support-v18 .cg-support-toggle:hover,
.cg-support.cg-support-v18>button:hover{
  transform:translateY(-3px) scale(1.03)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.55),0 0 0 12px rgba(254,237,1,.14)!important;
}
.cg-support.cg-support-v18.is-open .cg-support-toggle{
  transform:translateY(-1px) rotate(-3deg)!important;
}
.cg-support.cg-support-v18 .cg-support-panel{
  position:absolute!important;
  right:0!important;
  bottom:82px!important;
  width:min(372px,calc(100vw - 28px))!important;
  padding:18px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 88% 10%,rgba(254,237,1,.16),transparent 34%),
    linear-gradient(180deg,rgba(24,24,24,.985),rgba(5,5,5,.985))!important;
  border:1px solid rgba(254,237,1,.28)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.05)!important;
  color:#fff!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(14px) scale(.96)!important;
  transform-origin:100% 100%!important;
  transition:opacity .24s ease, visibility .24s ease, transform .24s ease!important;
}
.cg-support.cg-support-v18 .cg-support-panel.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
.cg-support.cg-support-v18 .cg-support-close{
  position:absolute!important;
  right:14px!important;
  top:14px!important;
  width:34px!important;
  height:34px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
}
.cg-support.cg-support-v18 .cg-support-close:hover{
  background:rgba(254,237,1,.16)!important;
  color:#feed01!important;
}
.cg-support.cg-support-v18 .cg-support-head{padding:4px 44px 12px 2px!important;}
.cg-support.cg-support-v18 .cg-support-mini{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:8px!important;
  color:#feed01!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.cg-support.cg-support-v18 .cg-support-mini:before{content:"";width:28px;height:2px;background:#feed01;display:inline-block;}
.cg-support.cg-support-v18 .cg-support-head h3{
  margin:0 0 7px!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1.15!important;
  letter-spacing:-.04em!important;
}
.cg-support.cg-support-v18 .cg-support-head p{
  margin:0!important;
  color:rgba(255,255,255,.68)!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.cg-support.cg-support-v18 .cg-support-link{
  display:grid!important;
  grid-template-columns:42px 1fr!important;
  grid-template-areas:"icon title" "icon small"!important;
  align-items:center!important;
  column-gap:12px!important;
  min-height:62px!important;
  margin-top:10px!important;
  padding:11px 13px!important;
  border-radius:18px!important;
  color:#fff!important;
  text-decoration:none!important;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.105)!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}
.cg-support.cg-support-v18 .cg-support-link:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(254,237,1,.42)!important;
  background:linear-gradient(180deg,rgba(254,237,1,.10),rgba(255,255,255,.035))!important;
}
.cg-support.cg-support-v18 .cg-support-link span{
  grid-area:icon!important;
  width:42px!important;
  height:42px!important;
  border-radius:15px!important;
  display:grid!important;
  place-items:center!important;
  color:#feed01!important;
  background:rgba(254,237,1,.10)!important;
  font-size:18px!important;
}
.cg-support.cg-support-v18 .cg-support-link strong{
  grid-area:title!important;
  color:inherit!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
.cg-support.cg-support-v18 .cg-support-link small{
  grid-area:small!important;
  margin-top:3px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:600!important;
}
.cg-support.cg-support-v18 .cg-support-link.cg-support-wa{
  color:#000!important;
  background:linear-gradient(135deg,#feed01,#fff45a)!important;
  border-color:#feed01!important;
  box-shadow:0 12px 34px rgba(254,237,1,.14)!important;
}
.cg-support.cg-support-v18 .cg-support-link.cg-support-wa span{
  color:#000!important;
  background:rgba(0,0,0,.10)!important;
}
.cg-support.cg-support-v18 .cg-support-link.cg-support-wa small{color:rgba(0,0,0,.58)!important;}
html.light .cg-support.cg-support-v18 .cg-support-panel{
  background:radial-gradient(circle at 88% 10%,rgba(254,237,1,.24),transparent 32%),linear-gradient(180deg,#fffef4,#f8f3ca)!important;
  color:#111!important;
  border-color:rgba(0,0,0,.12)!important;
}
html.light .cg-support.cg-support-v18 .cg-support-head h3{color:#111!important;}
html.light .cg-support.cg-support-v18 .cg-support-head p{color:#525252!important;}
html.light .cg-support.cg-support-v18 .cg-support-close{background:rgba(0,0,0,.06)!important;color:#111!important;border-color:rgba(0,0,0,.08)!important;}
html.light .cg-support.cg-support-v18 .cg-support-link{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.08)!important;color:#111!important;}
html.light .cg-support.cg-support-v18 .cg-support-link small{color:#555!important;}
html.light .cg-support.cg-support-v18 .cg-support-link.cg-support-wa small{color:rgba(0,0,0,.58)!important;}
@media(max-width:760px){
  .cg-support.cg-support-v18{right:14px!important;bottom:14px!important;}
  .cg-support.cg-support-v18 .cg-support-toggle,.cg-support.cg-support-v18>button{width:58px!important;height:58px!important;font-size:22px!important;}
  .cg-support.cg-support-v18 .cg-support-panel{bottom:72px!important;right:0!important;width:min(358px,calc(100vw - 28px))!important;padding:16px!important;border-radius:24px!important;}
  .cg-support.cg-support-v18 .cg-support-head h3{font-size:20px!important;}
  .cg-support.cg-support-v18 .cg-support-link{min-height:58px!important;}
}
