/* Popup reklam (eklentiler/reklam) – iç site ve harici siteler ortak */
.yp-popup {position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000001;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;}
.yp-popup[hidden] {display:none;}
.yp-popup-arka {position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(15,18,28,.62);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease;}
.yp-popup-kutu {position:relative;max-width:900px;max-width:min(92vw,900px);max-height:88vh;line-height:0;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.45);transform:translateY(12px) scale(.96);opacity:0;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .28s ease;}
.yp-popup.is-open .yp-popup-arka {opacity:1;}
.yp-popup.is-open .yp-popup-kutu {transform:none;opacity:1;}
.yp-popup-kutu a {display:block;line-height:0;}
.yp-popup-kutu img {display:block;max-width:100%;max-height:88vh;width:auto;height:auto;border-radius:12px;object-fit:contain;}
.yp-popup-kapat {position:absolute;top:-14px;right:-14px;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#fff;color:#222;font-size:24px;line-height:36px;text-align:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.35);transition:transform .15s ease,background .15s ease;z-index:1;}
.yp-popup-kapat:hover, .yp-popup-kapat:focus {background:#f2f2f2;transform:scale(1.08);outline:none;}
body.yp-popup-acik {overflow:hidden;}
@media (max-width:767px) {
	.yp-popup {padding:12px;}
	.yp-popup-kutu {max-width:100%;max-height:82vh;}
	.yp-popup-kutu img {max-height:82vh;}
	.yp-popup-kapat {top:8px;right:8px;width:40px;height:40px;line-height:40px;background:rgba(255,255,255,.95);}
}
@media (prefers-reduced-motion:reduce) {
	.yp-popup-arka, .yp-popup-kutu, .yp-popup-kapat {transition:none;}
}
