.renewCard{
  position: fixed;
  left: 12px; right: 12px;
  bottom: 14px;
  z-index: 9999;
  border-radius: 22px;
  padding: 14px 14px 12px;
  background: rgba(0,0,0,.70);
  border: 1px solid rgba(199,125,255,.26);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
}

.renewX{
  position:absolute;
  top:10px; right:10px;
  width:36px; height:36px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:#fff;
  font-size:16px;
  cursor:pointer;
}

.renewTitle{
  font-weight: 950;
  font-size: 14px;
  color:#fff;
}

.renewText{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,.70);
}

.renewActions{
  margin-top: 10px;
  display:flex;
  gap:10px;
}

.renewBtn{
  flex:1;
  text-align:center;
  padding: 12px 12px;
  border-radius: 16px;
  font-weight: 950;
  color:#fff;
  text-decoration:none;
  background: linear-gradient(45deg, #7f00ff, #c77dff);
}

.renewBtnGhost{
  padding: 12px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:#fff;
  font-weight: 900;
}