.xfmap-kf-launcher {
	position: fixed;
	bottom: 24px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px 10px 12px;
	border-radius: 40px;
	background: linear-gradient(135deg, #38b6ff 0%, #07C160 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(7, 193, 96, 0.35);
	transition: transform .2s ease, box-shadow .2s ease;
	user-select: none;
}

.xfmap-kf-launcher.right { right: 24px; }
.xfmap-kf-launcher.left  { left: 24px; }

.xfmap-kf-launcher:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(7, 193, 96, 0.45);
}

.xfmap-kf-launcher svg {
	flex: none;
}

/* 弹窗 */
.xfmap-kf-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	padding: 16px;
}

.xfmap-kf-modal.is-open {
	display: flex;
}

.xfmap-kf-modal-card {
	position: relative;
	width: 100%;
	max-width: 320px;
	background: #fff;
	border-radius: 16px;
	padding: 28px 24px 24px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
	text-align: center;
	animation: xfmap-kf-pop .25s ease;
}

@keyframes xfmap-kf-pop {
	from { transform: scale(.88); opacity: 0; }
	to   { transform: scale(1); opacity: 1; }
}

.xfmap-kf-close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	color: #999;
	cursor: pointer;
	padding: 4px;
}

.xfmap-kf-close:hover { color: #333; }

.xfmap-kf-modal-title {
	margin: 0 0 6px;
	font-size: 18px;
	color: #111;
}

.xfmap-kf-modal-desc {
	margin: 0 0 16px;
	font-size: 13px;
	color: #777;
}

.xfmap-kf-qr {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
	background: #fff;
	width: 168px;
	height: 168px;
}

.xfmap-kf-qr img,
.xfmap-kf-qr canvas {
	display: block;
}

.xfmap-kf-link {
	display: inline-block;
	font-size: 13px;
	color: #07C160;
	text-decoration: none;
}

.xfmap-kf-link:hover { text-decoration: underline; }

@media (max-width: 767px) {
	.xfmap-kf-launcher { bottom: 70px; }
}
/* 顶部联系图标（微信/邮箱/电话）可点击态 */
.elementor-social-icon-weixin,
.elementor-social-icon-envelope,
.elementor-social-icon-phone-square {
	cursor: pointer;
}
