.bh-lms-popup-overlay{--bh-popup-accent:#2563eb;--bh-popup-overlay:.72;position:fixed;inset:0;z-index:999990;display:flex;padding:28px;background:rgba(8,18,38,var(--bh-popup-overlay));backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;transition:opacity .2s ease;box-sizing:border-box}.bh-lms-popup-overlay *{box-sizing:border-box}.bh-lms-popup-overlay.is-visible{opacity:1}.bh-lms-popup-overlay.is-position-center{align-items:center;justify-content:center}.bh-lms-popup-overlay.is-position-top{align-items:flex-start;justify-content:center;padding-top:7vh}.bh-lms-popup-overlay.is-position-bottom_right{align-items:flex-end;justify-content:flex-end}.bh-lms-popup-overlay.is-position-bottom_left{align-items:flex-end;justify-content:flex-start}.bh-lms-popup{position:relative;width:min(100%,680px);max-height:calc(100vh - 56px);overflow:auto;border:1px solid rgba(212,223,239,.95);border-radius:26px;background:linear-gradient(145deg,#fff 0%,#fbfdff 70%,#fffaf0 100%);box-shadow:0 30px 90px rgba(1,12,32,.35);color:#10203b;transform:translateY(14px) scale(.98);opacity:0;transition:transform .24s ease,opacity .24s ease}.bh-lms-popup-overlay.is-visible .bh-lms-popup{transform:translateY(0) scale(1);opacity:1}.bh-lms-popup-overlay.is-animation-fade .bh-lms-popup{transform:none}.bh-lms-popup-overlay.is-animation-slide_up .bh-lms-popup{transform:translateY(54px)}.bh-lms-popup-overlay.is-animation-slide_up.is-visible .bh-lms-popup{transform:translateY(0)}.bh-lms-popup-overlay.is-size-small .bh-lms-popup{width:min(100%,480px)}.bh-lms-popup-overlay.is-size-large .bh-lms-popup{width:min(100%,900px)}.bh-lms-popup-overlay.is-size-full .bh-lms-popup{width:min(96vw,1180px);max-height:92vh}.bh-lms-popup-overlay.is-position-bottom_right .bh-lms-popup,.bh-lms-popup-overlay.is-position-bottom_left .bh-lms-popup{width:min(100%,520px);border-radius:22px}.bh-lms-popup__close{position:absolute;right:18px;top:18px;z-index:4;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #d7e1ee;border-radius:50%;background:rgba(255,255,255,.94);color:#10203b;font-size:27px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(15,38,70,.08)}.bh-lms-popup__close:hover,.bh-lms-popup__close:focus{border-color:var(--bh-popup-accent);color:var(--bh-popup-accent);outline:0}.bh-lms-popup__preview{position:absolute;top:18px;left:18px;z-index:3;padding:6px 10px;border-radius:999px;background:#111d36;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.bh-lms-popup__content{padding:42px 50px 36px;text-align:center}.bh-lms-popup__logo{display:block;width:auto;max-width:210px;max-height:88px;object-fit:contain;margin:0 auto 22px}.bh-lms-popup__heading{margin:0 auto 16px;max-width:760px;color:#101c35;font-size:clamp(28px,4vw,46px);line-height:1.12;letter-spacing:-.035em}.bh-lms-popup__body{max-width:760px;margin:0 auto;color:#53637b;font-size:16px;line-height:1.7}.bh-lms-popup__body>*:first-child{margin-top:0}.bh-lms-popup__body>*:last-child{margin-bottom:0}.bh-lms-popup__body a{color:var(--bh-popup-accent)}.bh-lms-popup__support-image{display:block;max-width:100%;max-height:350px;object-fit:contain;margin:24px auto 0;border-radius:16px}.bh-lms-popup__actions{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}.bh-lms-popup__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 23px;border-radius:12px;text-decoration:none!important;font-weight:750;transition:transform .16s ease,box-shadow .16s ease}.bh-lms-popup__button:hover{transform:translateY(-1px)}.bh-lms-popup__button.is-primary{background:var(--bh-popup-accent);color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--bh-popup-accent) 30%,transparent)}.bh-lms-popup__button.is-secondary{border:1px solid color-mix(in srgb,var(--bh-popup-accent) 45%,#dce5f2);background:#fff;color:var(--bh-popup-accent)}.bh-lms-popup__button.is-text{color:var(--bh-popup-accent);background:transparent}.bh-lms-popup__footer{padding:13px 24px 15px;border-top:1px solid #e6ecf4;background:rgba(247,249,252,.78);text-align:center}.bh-lms-popup__dont-show{display:inline-flex;align-items:center;gap:7px;color:#66758b;font-size:13px;cursor:pointer}.bh-lms-popup__dont-show input{width:16px;height:16px}.bh-lms-popup-overlay.is-mode-image .bh-lms-popup{overflow:hidden;background:#fff}.bh-lms-popup__image-link,.bh-lms-popup__picture{display:block}.bh-lms-popup__picture img{display:block;width:100%;height:auto;max-height:calc(100vh - 56px);object-fit:contain;background:#fff}.bh-lms-popup-overlay.is-mode-image .bh-lms-popup__footer{position:relative}.bh-lms-popup-overlay.is-position-bottom_right,.bh-lms-popup-overlay.is-position-bottom_left{background:rgba(8,18,38,calc(var(--bh-popup-overlay) * .72))}@media(max-width:767px){.bh-lms-popup-overlay{padding:14px;align-items:center!important;justify-content:center!important}.bh-lms-popup{width:100%!important;max-height:calc(100vh - 28px);border-radius:20px}.bh-lms-popup__content{padding:34px 22px 28px}.bh-lms-popup__logo{max-width:165px;max-height:68px;margin-bottom:18px}.bh-lms-popup__heading{font-size:30px}.bh-lms-popup__body{font-size:15px}.bh-lms-popup__actions{flex-direction:column}.bh-lms-popup__button{width:100%}.bh-lms-popup__close{right:12px;top:12px;width:38px;height:38px}.bh-lms-popup__picture img{max-height:calc(100vh - 28px)}}@media(prefers-reduced-motion:reduce){.bh-lms-popup-overlay,.bh-lms-popup{transition:none!important}.bh-lms-popup{transform:none!important}}


/* v0.8.127: standard text popup visual refinement and no-scroll fitting. Image campaigns are intentionally unchanged. */
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup{
	max-height:none;
	overflow:hidden;
	isolation:isolate;
	border:1px solid rgba(164,183,213,.72);
	border-radius:30px;
	background:
		radial-gradient(circle at 10% 8%,rgba(186,230,253,.52),transparent 34%),
		radial-gradient(circle at 92% 10%,rgba(253,230,138,.34),transparent 31%),
		radial-gradient(circle at 86% 92%,rgba(221,214,254,.42),transparent 34%),
		radial-gradient(circle at 8% 88%,rgba(251,207,232,.30),transparent 32%),
		linear-gradient(145deg,#fbfdff 0%,#fffdf7 48%,#f8f7ff 100%);
	box-shadow:0 32px 94px rgba(7,25,55,.28),0 0 0 1px rgba(255,255,255,.76) inset;
}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup::before,
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup::after{
	content:"";
	position:absolute;
	z-index:-1;
	pointer-events:none;
	border-radius:999px;
	filter:blur(2px);
}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup::before{
	width:210px;
	height:210px;
	left:-92px;
	top:-112px;
	background:linear-gradient(135deg,rgba(125,211,252,.34),rgba(196,181,253,.18));
	transform:rotate(18deg);
}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup::after{
	width:250px;
	height:250px;
	right:-120px;
	bottom:-142px;
	background:linear-gradient(135deg,rgba(253,186,116,.22),rgba(244,114,182,.17));
	transform:rotate(-14deg);
}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__content,
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__footer{position:relative;z-index:1}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__heading{font-size:clamp(26px,3.3vw,38px)}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-heading-small .bh-lms-popup__heading{font-size:clamp(23px,2.8vw,31px)}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-heading-large .bh-lms-popup__heading{font-size:clamp(29px,3.8vw,44px)}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__footer{
	border-top-color:rgba(183,198,220,.58);
	background:rgba(255,255,255,.42);
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__content{padding:30px 42px 25px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__logo{max-width:175px;max-height:66px;margin-bottom:14px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__heading{margin-bottom:11px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__body{font-size:15px;line-height:1.52}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__body p{margin-top:.55em;margin-bottom:.55em}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__support-image{max-height:220px;margin-top:15px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__actions{margin-top:18px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__footer{padding:9px 20px 10px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__content{padding:22px 34px 18px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__logo{max-width:148px;max-height:54px;margin-bottom:10px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__heading{font-size:clamp(22px,2.8vw,31px);margin-bottom:8px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__body{font-size:14px;line-height:1.42}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__support-image{max-height:160px;margin-top:11px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__actions{margin-top:13px;gap:8px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__button{padding:10px 16px}
.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__footer{padding:7px 16px 8px}
.bh-lms-popup-overlay.is-mode-standard.is-fitted .bh-lms-popup{transform-origin:center center}
@media(max-width:767px){
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup{border-radius:24px}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__content{padding:28px 20px 23px}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__heading{font-size:clamp(24px,8vw,32px)}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-heading-small .bh-lms-popup__heading{font-size:clamp(21px,7vw,28px)}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-heading-large .bh-lms-popup__heading{font-size:clamp(27px,9vw,36px)}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__body{font-size:14px;line-height:1.5}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__logo{max-width:145px;max-height:58px;margin-bottom:13px}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup__actions{margin-top:18px}
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-compact .bh-lms-popup__content,
	.bh-lms-popup-overlay.is-mode-standard .bh-lms-popup.is-extra-compact .bh-lms-popup__content{padding:20px 17px 16px}
}
