.bmpsl-wrap{
  margin:18px 0 0;
  padding:18px;
  border:1px solid rgba(255,31,104,.26);
  border-radius:22px;
  background:
    radial-gradient(circle at 18% 0%,rgba(255,31,104,.18),transparent 34%),
    radial-gradient(circle at 100% 30%,rgba(40,167,255,.12),transparent 38%),
    linear-gradient(180deg,rgba(18,3,8,.94),rgba(8,2,5,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.bmpsl-wrap:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 24%,transparent 70%,rgba(255,31,104,.08));
}
.bmpsl-wrap > *{position:relative;z-index:1}
.bmpsl-premium-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.bmpsl-premium-logo{
  width:42px;
  height:42px;
  border-radius:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  background:linear-gradient(135deg,#ff1f68,#ffb13b 48%,#28a7ff);
  box-shadow:0 14px 34px rgba(255,31,104,.24);
}
.bmpsl-premium-logo span{
  width:28px;
  height:28px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#080205;
  color:#fff;
  font-weight:1000;
  font-size:17px;
  letter-spacing:-.03em;
}
.bmpsl-copy-title{
  font-size:15px;
  font-weight:1000;
  color:#fff;
  line-height:1.2;
}
.bmpsl-copy-subtitle{
  margin-top:3px;
  font-size:12px;
  font-weight:800;
  color:#ff8ab1;
}
.bmpsl-divider{
  display:flex;
  align-items:center;
  gap:12px;
  color:#e9d2dc;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin:0 0 14px;
}
.bmpsl-divider:before,
.bmpsl-divider:after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,transparent,rgba(255,31,104,.35),transparent);
}
.bmpsl-buttons{
  display:grid;
  gap:11px;
}
.bmpsl-button,
.bmpsl-button:visited{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:1000;
  font-size:14px;
  line-height:1;
  letter-spacing:.01em;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.bmpsl-button:hover,
.bmpsl-button:focus{
  transform:translateY(-2px);
  border-color:#ff3f8f;
  background:linear-gradient(135deg,rgba(255,31,104,.22),rgba(40,167,255,.16));
  color:#fff!important;
  box-shadow:0 18px 42px rgba(255,31,104,.16);
  outline:none;
}
.bmpsl-button:active{transform:translateY(0)}
.bmpsl-icon{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  flex:0 0 28px;
  box-shadow:0 8px 18px rgba(0,0,0,.2);
}
.bmpsl-icon svg{
  display:block;
  width:22px;
  height:22px;
}
.bmpsl-facebook-icon svg{width:28px;height:28px;border-radius:999px}
.bmpsl-google{background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.04))}
.bmpsl-facebook{background:linear-gradient(135deg,rgba(24,119,242,.22),rgba(255,31,104,.08))}
.bmpsl-secure-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:13px;
  color:#d7d7d7;
  font-size:12px;
  font-weight:800;
}
.bmpsl-message{
  margin:0 0 14px;
  padding:11px 12px;
  border-radius:13px;
  border:1px solid rgba(255,177,59,.35);
  background:rgba(255,177,59,.09);
  color:#ffe3b2;
  font-size:13px;
  font-weight:800;
  line-height:1.4;
}
.login .bmpsl-wrap{
  background:#0b0305;
  border:1px solid rgba(255,31,104,.22);
  border-radius:18px;
  padding:16px;
}
.login .bmpsl-divider:before,
.login .bmpsl-divider:after{background:rgba(255,31,104,.2)}
.mp-page-card .bmpsl-auto-inserted,
.mp-page-card .bmpsl-wrap{margin-top:18px;max-width:100%}
.mp-page-card form .bmpsl-auto-inserted{margin-top:16px;margin-bottom:2px}
.mp-page-card .bmpsl-button{min-height:54px}
.woocommerce .bmpsl-wrap{margin:18px 0}
@media (max-width:520px){
  .bmpsl-wrap{padding:15px;border-radius:18px}
  .bmpsl-premium-logo{width:38px;height:38px;border-radius:13px;flex-basis:38px}
  .bmpsl-copy-title{font-size:14px}
  .bmpsl-button{min-height:52px;font-size:13px}
}
