/* Pop-up Buton — sabit köşe kartı — zohi.net */

#zohi-cta {
	position: fixed !important;
	z-index: 2147483000 !important;
	display: none;
	width: 300px;
	max-width: calc(100vw - 24px);
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity .22s ease;
	box-sizing: border-box;
}

#zohi-cta.zohi-cta-visible {
	display: block !important;
}

#zohi-cta.zohi-cta-open {
	opacity: 1 !important;
}

#zohi-cta * {
	box-sizing: border-box;
}

#zohi-cta .zohi-cta-panel {
	position: relative;
	width: 100%;
	padding: 18px 18px 16px;
	margin: 0;
	text-align: left;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .22), 0 2px 6px rgba(0, 0, 0, .08);
	transform: translateY(12px);
	transition: transform .26s cubic-bezier(.2, .8, .3, 1);
}

#zohi-cta.zohi-cta-open .zohi-cta-panel {
	transform: translateY(0);
}

/* Kapat düğmesi */
#zohi-cta .zohi-cta-x {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent !important;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	opacity: .45;
	border-radius: 50%;
	box-shadow: none;
	transition: opacity .2s ease, background .2s ease;
}

#zohi-cta .zohi-cta-x:hover {
	opacity: 1;
	background: rgba(0, 0, 0, .06) !important;
}

#zohi-cta .zohi-cta-x:focus {
	outline: none;
}

#zohi-cta .zohi-cta-x:focus-visible,
#zohi-cta .zohi-cta-a:focus-visible,
#zohi-cta-bubble:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

#zohi-cta .zohi-cta-title {
	margin: 0 22px 5px 0 !important;
	padding: 0;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
}

#zohi-cta .zohi-cta-desc {
	margin: 0 0 14px !important;
	padding: 0;
	font-size: 13px;
	line-height: 1.45;
	opacity: .9;
}

#zohi-cta .zohi-cta-row {
	display: flex !important;
	gap: 8px;
	margin: 0;
}

#zohi-cta .zohi-cta-a {
	flex: 1 1 0;
	min-width: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 11px 8px;
	margin: 0;
	border: 0;
	border-radius: 10px;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .16s ease, filter .16s ease;
}

#zohi-cta .zohi-cta-a:hover {
	transform: translateY(-1px);
	filter: brightness(1.09);
	text-decoration: none !important;
}

/* Kapatınca kalan yuvarlak balon */
#zohi-cta-bubble {
	position: fixed !important;
	z-index: 2147482999 !important;
	display: none;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
	opacity: 0;
	transform: scale(.7);
	transition: opacity .2s ease, transform .2s cubic-bezier(.2, .8, .3, 1), filter .16s ease;
	box-sizing: border-box;
}

#zohi-cta-bubble.zohi-cta-visible {
	display: flex !important;
}

#zohi-cta-bubble.zohi-cta-open {
	opacity: 1 !important;
	transform: scale(1);
}

/* Ortalanmış konumlarda transform yerleşimi bozmasın */
#zohi-cta-bubble.zohi-cta-center-bottom.zohi-cta-open {
	transform: translateX(-50%) scale(1);
}

#zohi-cta-bubble.zohi-cta-center-bottom {
	transform: translateX(-50%) scale(.7);
}

#zohi-cta-bubble.zohi-cta-right-middle.zohi-cta-open,
#zohi-cta-bubble.zohi-cta-left-middle.zohi-cta-open {
	transform: translateY(-50%) scale(1);
}

#zohi-cta-bubble.zohi-cta-right-middle,
#zohi-cta-bubble.zohi-cta-left-middle {
	transform: translateY(-50%) scale(.7);
}

#zohi-cta-bubble:hover {
	filter: brightness(1.1);
}

#zohi-cta-bubble svg {
	display: block;
	width: 26px;
	height: 26px;
}

/* Balonun üstündeki etiket */
#zohi-cta-bubble .zohi-cta-label {
	position: absolute;
	bottom: calc(100% + 9px);
	left: 50%;
	transform: translateX(-50%);
	display: block;
	padding: 6px 11px;
	border-radius: 8px;
	font-family: inherit;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	background: #fff;
	color: #12263a;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
	pointer-events: none;
}

#zohi-cta-bubble .zohi-cta-label:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
}

/* Etiket ekran kenarından taşmasın: sağ konumlarda sağa, sol konumlarda sola yaslanır. */
#zohi-cta-bubble.zohi-cta-right-bottom .zohi-cta-label,
#zohi-cta-bubble.zohi-cta-right-middle .zohi-cta-label {
	left: auto;
	right: 0;
	transform: none;
}

#zohi-cta-bubble.zohi-cta-right-bottom .zohi-cta-label:after,
#zohi-cta-bubble.zohi-cta-right-middle .zohi-cta-label:after {
	left: auto;
	right: 22px;
	margin-left: 0;
}

#zohi-cta-bubble.zohi-cta-left-bottom .zohi-cta-label,
#zohi-cta-bubble.zohi-cta-left-middle .zohi-cta-label {
	left: 0;
	right: auto;
	transform: none;
}

#zohi-cta-bubble.zohi-cta-left-bottom .zohi-cta-label:after,
#zohi-cta-bubble.zohi-cta-left-middle .zohi-cta-label:after {
	left: 22px;
	margin-left: 0;
}

@media (max-width: 480px) {
	#zohi-cta {
		width: calc(100vw - 20px) !important;
		max-width: 340px;
	}

	#zohi-cta .zohi-cta-panel {
		padding: 16px 16px 14px;
	}

	#zohi-cta .zohi-cta-a {
		padding: 12px 6px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	#zohi-cta,
	#zohi-cta .zohi-cta-panel,
	#zohi-cta .zohi-cta-a,
	#zohi-cta-bubble {
		transition: none;
	}
}
