/**
 * Belge Kolay — bileşen stilleri (hero, işleyiş, SSS, hızlı sipariş, yüzen Belgy, teşekkür WhatsApp)
 * Yükleme: snippets/belgekolay-assets.php — child temada `assets/` veya tema köküne koyun
 */

/* ---- Hero (.belgekolay-hero) — snippets/hero.php [belgekolay_hero] ---- */
.belgekolay-hero {
	--bk-navy: #05236e;
	--bk-navy-mid: #0e4a8f;
	--bk-orange: #fd8b04;
	--bk-line: #f1f5f9;
	--bk-shadow: 0 10px 40px -12px rgba(15, 23, 42, 0.08), 0 4px 14px -4px rgba(15, 23, 42, 0.04);
	box-sizing: border-box;
	margin: 0 0 clamp(1.25rem, 3vw, 2rem);
	padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2.5rem);
	border-radius: 24px;
	border: 1px solid var(--bk-line);
	background: linear-gradient(
		145deg,
		rgba(5, 35, 110, 0.06) 0%,
		#ffffff 42%,
		rgba(253, 139, 4, 0.07) 100%
	);
	box-shadow: var(--bk-shadow);
	font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}
.belgekolay-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 0 0 12px 12px;
	background: linear-gradient(
		90deg,
		transparent 8%,
		var(--bk-orange) 38%,
		var(--bk-navy-mid) 52%,
		var(--bk-orange) 68%,
		transparent 92%
	);
	opacity: 0.45;
	pointer-events: none;
}
.belgekolay-hero__inner {
	position: relative;
	z-index: 1;
	max-width: min(52rem, 100%);
	margin: 0 auto;
	text-align: center;
}
.belgekolay-hero__badge {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.4rem 1rem;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--bk-navy-mid);
	background: rgba(5, 35, 110, 0.06);
	border: 1px solid rgba(5, 35, 110, 0.08);
}
.belgekolay-hero__title {
	margin: 0 0 1rem;
	font-size: clamp(1.65rem, 4.5vw, 2.65rem);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.035em;
	color: var(--bk-navy);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.belgekolay-hero__title {
		background: linear-gradient(115deg, #05236e 0%, #1a6fd4 48%, #05236e 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}
}
.belgekolay-hero__lead {
	margin: 0 auto 1.65rem;
	max-width: 42rem;
	font-size: clamp(1rem, 2.4vw, 1.15rem);
	line-height: 1.65;
	font-weight: 500;
	color: #556987;
}
.belgekolay-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.9rem 2rem;
	border-radius: 999px;
	font-size: 1.05rem;
	font-weight: 800;
	text-decoration: none !important;
	color: #fff !important;
	background: linear-gradient(135deg, #ff9f2e 0%, var(--bk-orange) 45%, #e87300 100%);
	box-shadow: 0 10px 28px -6px rgba(253, 139, 4, 0.45), 0 4px 12px rgba(253, 139, 4, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	border: none;
	cursor: pointer;
}
.belgekolay-hero__cta:hover {
	filter: brightness(1.03);
	box-shadow: 0 14px 34px -6px rgba(253, 139, 4, 0.5), 0 6px 16px rgba(253, 139, 4, 0.25);
	transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
	.belgekolay-hero__cta {
		transition: none !important;
	}
	.belgekolay-hero__cta:hover {
		transform: none !important;
	}
}

/* ---- İşleyiş adımları (.belgekolay-isleyis-*) ---- */
.belgekolay-isleyis-wrap {
    --bk-navy: #05236e;
    --bk-navy-mid: #0e4a8f;
    --bk-orange: #fd8b04;
    --bk-orange-soft: rgba(253, 139, 4, 0.12);
    --bk-line: #f1f5f9;
    --bk-line-deep: #e8edf3;
    --bk-shadow: 0 10px 40px -12px rgba(15, 23, 42, 0.08), 0 4px 14px -4px rgba(15, 23, 42, 0.04);
    --bk-shadow-hover: 0 18px 48px -12px rgba(15, 23, 42, 0.1), 0 8px 20px -8px rgba(15, 23, 42, 0.06);
    margin: 0 0 24px;
    padding: clamp(1.75rem, 3.5vw, 3.25rem) clamp(1.25rem, 3vw, 3rem);
    border: 1px solid var(--bk-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--bk-shadow);
    font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.belgekolay-isleyis-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 3px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, transparent 5%, var(--bk-orange) 35%, var(--bk-navy-mid) 50%, var(--bk-orange) 65%, transparent 95%);
    opacity: 0.35;
    pointer-events: none;
}
.belgekolay-isleyis-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.belgekolay-isleyis-title {
    margin: 0;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: var(--bk-navy);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .belgekolay-isleyis-title {
        background: linear-gradient(115deg, #05236e 0%, #1a6fd4 45%, #05236e 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
}
.belgekolay-isleyis-edevlet-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(5, 35, 110, 0.06) 0%, rgba(253, 139, 4, 0.08) 100%);
    border: 1px solid var(--bk-line-deep);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--bk-navy);
    white-space: nowrap;
}
.belgekolay-isleyis-edevlet-badge img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.belgekolay-isleyis-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.belgekolay-isleyis-item {
    border: 1px solid var(--bk-line);
    border-radius: 16px;
    padding: 1.35rem;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px -10px rgba(0, 0, 0, 0.05);
}
.belgekolay-isleyis-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 35, 110, 0.02);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
    pointer-events: none;
}
.belgekolay-isleyis-item:hover {
    border-color: var(--bk-line-deep);
    box-shadow: var(--bk-shadow-hover);
    transform: translateY(-4px);
}
.belgekolay-isleyis-item:hover::before {
    opacity: 1;
}
.belgekolay-isleyis-item.is-edevlet {
    border-color: rgba(253, 139, 4, 0.35);
    background: linear-gradient(135deg, #fff 0%, rgba(253, 139, 4, 0.04) 100%);
}
.belgekolay-isleyis-item.is-edevlet:hover {
    border-color: var(--bk-orange);
    box-shadow: 0 12px 32px -8px rgba(253, 139, 4, 0.25), 0 4px 12px rgba(253, 139, 4, 0.15);
}
.belgekolay-isleyis-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 0.5rem;
    border-radius: 50%;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--bk-navy) 0%, var(--bk-navy-mid) 100%);
    box-shadow: 0 4px 12px rgba(5, 35, 110, 0.2);
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.belgekolay-isleyis-item.is-edevlet .belgekolay-isleyis-step {
    background: linear-gradient(135deg, var(--bk-orange) 0%, #e87300 100%);
    box-shadow: 0 4px 14px rgba(253, 139, 4, 0.35);
}
.belgekolay-isleyis-item h3 {
    margin: 0 0 0.5rem;
    color: var(--bk-navy);
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}
.belgekolay-isleyis-item p {
    margin: 0;
    color: #556987;
    font-size: clamp(0.92rem, 2vw, 1.05rem);
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.belgekolay-isleyis-edevlet-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.75rem;
    padding: 0.35rem 0.85rem;
    background: var(--bk-orange-soft);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #c45f00;
    position: relative;
    z-index: 1;
}
.belgekolay-isleyis-edevlet-tag svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .belgekolay-isleyis-grid {
        grid-template-columns: 1fr;
    }
    .belgekolay-isleyis-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (prefers-reduced-motion: reduce) {
    .belgekolay-isleyis-item {
        transition: none !important;
    }
    .belgekolay-isleyis-item:hover {
        transform: none !important;
    }
}

/* ---- SSS (.belgekolay-sss-*) ---- */
.belgekolay-sss-wrap {
    --bk-navy: #05236e;
    --bk-navy-mid: #0e4a8f;
    --bk-orange: #fd8b04;
    --bk-line: #f1f5f9;
    --bk-line-deep: #e8edf3;
    --bk-shadow: 0 10px 40px -12px rgba(15, 23, 42, 0.08), 0 4px 14px -4px rgba(15, 23, 42, 0.04);
    margin: 0 0 24px;
    padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
    border: 1px solid var(--bk-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--bk-shadow);
    font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.belgekolay-sss-title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--bk-navy);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .belgekolay-sss-title {
        background: linear-gradient(115deg, #05236e 0%, #1a6fd4 45%, #05236e 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
    }
}
.belgekolay-sss-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.belgekolay-sss-item {
    border: 1px solid var(--bk-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.belgekolay-sss-item:hover {
    border-color: var(--bk-line-deep);
}
.belgekolay-sss-item[open] {
    border-color: rgba(253, 139, 4, 0.4);
    box-shadow: 0 8px 28px -10px rgba(5, 35, 110, 0.12);
}
.belgekolay-sss-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.15rem;
    padding-right: 2.75rem;
    font-size: clamp(0.98rem, 2.2vw, 1.08rem);
    font-weight: 700;
    color: var(--bk-navy);
    line-height: 1.35;
    position: relative;
    user-select: none;
}
.belgekolay-sss-item summary::-webkit-details-marker {
    display: none;
}
.belgekolay-sss-item summary::after {
    content: '';
    position: absolute;
    right: 1.15rem;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border-right: 2.5px solid var(--bk-orange);
    border-bottom: 2.5px solid var(--bk-orange);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    opacity: 0.9;
}
.belgekolay-sss-item[open] summary::after {
    transform: rotate(225deg);
    margin-top: -2px;
}
.belgekolay-sss-cv {
    padding: 0 1.15rem 1.15rem;
    border-top: 1px solid var(--bk-line);
    background: linear-gradient(180deg, rgba(5, 35, 110, 0.02) 0%, transparent 100%);
}
.belgekolay-sss-cv p {
    margin: 0.85rem 0 0;
    color: #556987;
    font-size: clamp(0.9rem, 2vw, 1.02rem);
    line-height: 1.65;
    font-weight: 500;
}
.belgekolay-sss-cv p:first-child {
    margin-top: 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
    .belgekolay-sss-item,
    .belgekolay-sss-item summary::after {
        transition: none !important;
    }
}

/* ---- Hızlı sipariş (.belgekolay-hizli*) ---- */
#belgekolay-hizli-root.belgekolay-hizli {
	--bk-navy: #05236e;
	--bk-navy-mid: #0e4a8f;
	--bk-orange: #fd8b04;
	--bk-orange-soft: rgba(253, 139, 4, 0.12);
	--bk-glass: rgba(255, 255, 255, 0.88);
	/* Site geneli: ince #f1f5f9 çizgi + yumuşak gölge */
	--bk-line: #f1f5f9;
	--bk-line-deep: #e8edf3;
	--bk-shadow: 0 10px 40px -12px rgba(15, 23, 42, 0.08), 0 4px 14px -4px rgba(15, 23, 42, 0.04);
	--bk-shadow-hover: 0 18px 48px -12px rgba(15, 23, 42, 0.1), 0 8px 20px -8px rgba(15, 23, 42, 0.06);
}

.belgekolay-hizli {
	width: 100%;
	max-width: min(1680px, 100vw - 1.5rem);
	margin: 2.5rem auto 4rem;
	padding: 0 clamp(0.75rem, 2vw, 1.25rem);
	font-family: 'Outfit', system-ui, -apple-system, sans-serif;
	color: #1e293b;
	position: relative;
	isolation: isolate;
	background-color: #fff;
}
.belgekolay-hizli * {
	box-sizing: border-box;
}
#belgekolay-hizli-root,
#belgekolay-hizli-anchor-step2,
#belgekolay-panel-populer {
	scroll-margin-top: var(--bk-hizli-scroll-top, 96px);
}

.belgekolay-hizli__stepper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}
.belgekolay-hizli__step-connector {
	flex: 0 0 clamp(2rem, 8vw, 4.5rem);
	height: 4px;
	margin: 0 0.35rem;
	align-self: center;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--bk-orange-soft), rgba(5, 35, 110, 0.12), var(--bk-orange-soft));
	opacity: 0.9;
}
.belgekolay-hizli__step {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.9rem 1.6rem;
	background: #fff;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid var(--bk-line);
	border-radius: 999px;
	font-weight: 600;
	font-size: 1rem;
	color: #64748b;
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
	box-shadow: var(--bk-shadow);
}
.belgekolay-hizli__step:hover:not(.is-active) {
	border-color: var(--bk-line-deep);
	color: #475569;
	box-shadow: var(--bk-shadow-hover);
}
.belgekolay-hizli__step.is-active {
	background: linear-gradient(135deg, #ff9f2e 0%, var(--bk-orange) 40%, #e87300 100%);
	color: #fff;
	border-color: transparent;
	box-shadow:
		0 12px 32px -8px rgba(253, 139, 4, 0.45),
		0 4px 12px rgba(253, 139, 4, 0.2);
	transform: translateY(-3px);
}
.belgekolay-hizli__step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: #fff;
	color: var(--bk-navy);
	border-radius: 50%;
	font-size: 0.95rem;
	font-weight: 800;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}
.belgekolay-hizli__step.is-active .belgekolay-hizli__step-num {
	color: var(--bk-navy);
	transform: scale(1.08);
	box-shadow: 0 4px 14px rgba(5, 35, 110, 0.2);
}

/* Layout */
.belgekolay-hizli__layout {
	display: flex;
	align-items: flex-start;
	gap: clamp(1.5rem, 3vw, 2.75rem);
	flex-wrap: wrap;
}
.belgekolay-hizli__main {
	flex: 1 1 0;
	min-width: 0;
	max-width: 100%;
	position: relative;
	background: #fff;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: clamp(1.75rem, 3.5vw, 3.25rem) clamp(1.25rem, 3vw, 3rem);
	border: 1px solid var(--bk-line);
	box-shadow: var(--bk-shadow);
}
#belgekolay-hizli-products-container {
	width: 100%;
	min-width: 0;
}
.belgekolay-hizli__main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1.5rem;
	right: 1.5rem;
	height: 3px;
	border-radius: 0 0 8px 8px;
	background: linear-gradient(90deg, transparent 5%, var(--bk-orange) 35%, var(--bk-navy-mid) 50%, var(--bk-orange) 65%, transparent 95%);
	opacity: 0.35;
	pointer-events: none;
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
	.belgekolay-hizli { margin: 1.5rem auto; }
	.belgekolay-hizli__main { padding: 2rem; border-radius: 24px; }
	.belgekolay-hizli__layout { gap: 2rem; flex-direction: column-reverse; }
	.belgekolay-hizli__stepper { flex-direction: column; gap: 0; align-items: stretch; margin-bottom: 2rem; }
	.belgekolay-hizli__step-connector {
		flex: 0 0 auto;
		width: 4px;
		height: 1.1rem;
		margin: 0.2rem auto;
		background: linear-gradient(180deg, rgba(253, 139, 4, 0.45), rgba(5, 35, 110, 0.12));
	}
	.belgekolay-hizli__step { justify-content: flex-start; padding: 0.75rem 1.25rem; font-size: 0.95rem; }
	
	/* Mascot & Bubble Mobile */
	.belgekolay-hizli__coach { 
		flex-direction: row; 
		align-items: flex-end; 
		width: 100%; 
		gap: 1rem; 
		position: static !important; 
		flex: none;
		z-index: 1;
	}
	.belgekolay-hizli__bubble { 
		flex: 1; 
		margin-bottom: 0; 
		padding: 1.25rem; 
		border-radius: 20px 20px 0 20px;
	}
	.belgekolay-hizli__bubble::after {
		bottom: 10px; left: auto; right: -10px; margin-left: 0;
		border-right: 1px solid var(--bk-line);
		border-bottom: 1px solid var(--bk-line);
		border-left: none; border-top: none;
		transform: rotate(-45deg);
	}
	.belgekolay-hizli__mascot-wrap {
		align-self: center;
		margin-top: 0;
	}
	.belgekolay-hizli__mascot-img { width: 80px; height: auto; animation: none; filter: drop-shadow(0 10px 15px rgba(5, 35, 110, 0.2)); position: static !important; }
}

/* Panels */
.belgekolay-hizli__panel {
	display: none;
	animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.belgekolay-hizli__panel.is-visible {
	display: block;
}
@keyframes slideUpFade {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 1; transform: none; }
}

.belgekolay-hizli__title {
	font-size: clamp(1.65rem, 4vw, 2.35rem);
	font-weight: 800;
	margin: 0.35rem 0 1rem;
	letter-spacing: -0.035em;
	line-height: 1.18;
	color: var(--bk-navy);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.belgekolay-hizli__title {
		background: linear-gradient(115deg, #05236e 0%, #1a6fd4 45%, #05236e 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}
}
.belgekolay-hizli__desc {
	font-size: 1.08rem;
	color: #556987;
	margin: 0 0 2.5rem;
	line-height: 1.65;
	max-width: 38rem;
}
@media (max-width: 768px) {
	.belgekolay-hizli__desc { font-size: 1rem; margin-bottom: 2rem; }
}

/* Grid System */
.belgekolay-hizli__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media (max-width: 480px) {
	.belgekolay-hizli__grid { grid-template-columns: 1fr; }
}

/* Cards (Categories & Products) */
.belgekolay-hizli__card {
	background: #fff;
	border: 1px solid var(--bk-line);
	border-radius: 16px;
	padding: 1.35rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 30px -10px rgba(0, 0, 0, 0.05);
}
.belgekolay-hizli__card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(5, 35, 110, 0.02);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 0;
}
.belgekolay-hizli__card:hover {
	border-color: var(--bk-line-deep);
	box-shadow: var(--bk-shadow-hover);
	transform: translateY(-6px);
}
.belgekolay-hizli__card:hover::before { opacity: 1; }
.belgekolay-hizli__card:active { transform: translateY(-4px); }

.belgekolay-hizli__card-img-wrap {
	width: 100%;
	aspect-ratio: 4/3;
	border-radius: 16px;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.belgekolay-hizli__card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.belgekolay-hizli__card:hover .belgekolay-hizli__card-img {
	transform: scale(1.1) rotate(-1deg);
}
.belgekolay-hizli__card-title {
	font-weight: 700;
	font-size: 1.15rem;
	color: #05236e;
	margin: 0;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}
.belgekolay-hizli__card-price {
	font-size: 1.25rem;
	font-weight: 800;
	color: #fd8b04;
	margin-top: auto;
	position: relative;
	z-index: 1;
}
.belgekolay-hizli__card-btn {
	width: 100%;
	padding: 0.85rem;
	background: #f1f5f9;
	color: #475569;
	border-radius: 14px;
	font-weight: 700;
	font-size: 1rem;
	transition: all 0.3s;
	border: none;
	margin-top: 0.5rem;
	position: relative;
	z-index: 1;
}
.belgekolay-hizli__card:hover .belgekolay-hizli__card-btn {
	background: #fd8b04;
	color: #fff;
	box-shadow: 0 8px 20px rgba(253, 139, 4, 0.3);
}

/* Buttons */
.belgekolay-hizli__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--bk-line);
}
.belgekolay-hizli__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	border-radius: 14px;
	font-weight: 700;
	font-size: 1.05rem;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	border: 1px solid transparent;
}
.belgekolay-hizli__btn--outline {
	background: transparent;
	color: #64748b;
	border: 1px solid var(--bk-line-deep);
}
.belgekolay-hizli__btn--outline:hover {
	border-color: rgba(5, 35, 110, 0.25);
	background: rgba(248, 250, 252, 0.9);
	color: var(--bk-navy);
	transform: translateY(-2px);
}

/* Mascot & Bubble */
.belgekolay-hizli__coach {
	flex: 0 0 clamp(240px, 24vw, 300px);
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	top: 2rem;
}
.belgekolay-hizli__bubble {
	background: #fff;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid var(--bk-line);
	border-radius: 20px;
	padding: 1.85rem 2rem 2rem;
	box-shadow: var(--bk-shadow);
	margin-bottom: 1.5rem;
	position: relative;
	text-align: center;
	transform-origin: bottom center;
	animation: bubblePop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes bubblePop {
	0% { opacity: 0; transform: scale(0.8) translateY(20px); }
	100% { opacity: 1; transform: scale(1) translateY(0); }
}
.belgekolay-hizli__bubble::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-right: 1px solid var(--bk-line);
	border-bottom: 1px solid var(--bk-line);
	transform: rotate(45deg);
}
.belgekolay-hizli__bubble-label {
	display: inline-block;
	background: linear-gradient(135deg, #05236e 0%, #0d4d9e 55%, #05236e 100%);
	color: #fff;
	padding: 0.42rem 1.35rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 1.15rem;
	box-shadow: 0 6px 22px rgba(5, 35, 110, 0.35), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.belgekolay-hizli__bubble-text {
	font-size: 1.12rem;
	line-height: 1.62;
	color: #334155;
	margin: 0;
	font-weight: 500;
}
.belgekolay-hizli__coach .belgekolay-hizli__bubble {
	width: 100%;
	box-sizing: border-box;
}
.belgekolay-hizli__mascot-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	margin-top: 0.35rem;
}
.belgekolay-hizli__mascot-img {
	width: 220px;
	height: auto;
	border-radius: 18px;
	border: 1px solid var(--bk-line);
	box-shadow: var(--bk-shadow);
	filter: none;
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
	.belgekolay-hizli__mascot-img {
		animation: floatMascot 5s ease-in-out infinite;
	}
}
#belgekolay-hizli-root .belgekolay-hizli__mascot-img.is-belgy-celebrate {
	animation: belgyCelebrate 0.68s cubic-bezier(0.34, 1.56, 0.64, 1) 1 both !important;
}
@media (prefers-reduced-motion: reduce) {
	#belgekolay-hizli-root .belgekolay-hizli__mascot-img.is-belgy-celebrate {
		animation: none !important;
	}
}
@keyframes belgyCelebrate {
	0% { transform: translateY(0) scale(1) rotate(0deg); }
	18% { transform: translateY(-12px) scale(1.09) rotate(-6deg); }
	38% { transform: translateY(-5px) scale(1.05) rotate(5deg); }
	58% { transform: translateY(-14px) scale(1.08) rotate(-4deg); }
	100% { transform: translateY(0) scale(1) rotate(0deg); }
}
.belgekolay-hizli__mascot-img:hover {
	transform: scale(1.03) translateY(-4px);
	box-shadow: var(--bk-shadow-hover);
}
@keyframes floatMascot {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

.belgekolay-hizli__loading {
	padding: 5rem 0;
	text-align: center;
	color: #05236e;
	font-weight: 700;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
.belgekolay-hizli__spinner {
	width: 50px;
	height: 50px;
	border: 4px solid rgba(5, 35, 110, 0.15);
	border-top-color: #05236e;
	border-radius: 50%;
	animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Sekmeler + kategori ızgarası */
.belgekolay-hizli__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
}
#belgekolay-hizli-root .belgekolay-hizli__tab {
	flex: 1 1 140px;
	padding: 0.8rem 1rem;
	border: 1px solid var(--bk-line);
	border-radius: 999px;
	background: #fff;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	color: #64748b;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
#belgekolay-hizli-root .belgekolay-hizli__tab:hover {
	border-color: var(--bk-line-deep);
	color: #334155;
}
#belgekolay-hizli-root .belgekolay-hizli__tab.is-active {
	background: var(--bk-navy);
	color: #fff;
	border-color: transparent;
	box-shadow: var(--bk-shadow);
}
.belgekolay-hizli__tab-panel {
	display: none;
	margin-bottom: 0.5rem;
}
.belgekolay-hizli__tab-panel.is-active {
	display: block;
}
.belgekolay-hizli__cat-grid-hint {
	font-size: 0.95rem;
	color: #64748b;
	margin: 0 0 1rem;
	line-height: 1.5;
}
.belgekolay-hizli__cat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
	grid-auto-rows: 7.25rem;
	align-items: stretch;
	gap: 0.65rem;
	margin-bottom: 1rem;
}
#belgekolay-hizli-root .belgekolay-hizli__cat-tile {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 7.25rem;
	padding: 0.5rem 0.65rem;
	border: 1px solid var(--bk-line);
	border-radius: 18px;
	background: #fff;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--bk-navy);
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
	hyphens: auto;
	-webkit-hyphens: auto;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
#belgekolay-hizli-root .belgekolay-hizli__cat-tile:hover {
	border-color: var(--bk-line-deep);
	box-shadow: var(--bk-shadow);
	transform: translateY(-2px);
}
#belgekolay-hizli-root .belgekolay-hizli__cat-tile.is-selected {
	border-color: var(--bk-orange);
	box-shadow: 0 0 0 2px var(--bk-orange-soft);
	background: rgba(253, 139, 4, 0.06);
}
.belgekolay-hizli__product-stack {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	min-width: 0;
}
.belgekolay-hizli__pager {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 0.75rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0.65rem 0.85rem;
	box-sizing: border-box;
	background: #f8fafc;
	border: 1px solid var(--bk-line);
	border-radius: 14px;
}
.belgekolay-hizli__pager-meta {
	flex: 1 1 auto;
	min-width: 0;
	font-size: clamp(0.78rem, 2.1vw, 0.9rem);
	color: #64748b;
	text-align: center;
	line-height: 1.35;
	padding: 0 0.35rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.belgekolay-hizli__pager-btn {
	flex: 0 0 auto;
	padding: 0.5rem 0.85rem;
	border: 1px solid var(--bk-line-deep);
	border-radius: 10px;
	background: #fff;
	font-family: inherit;
	font-size: clamp(0.8rem, 2vw, 0.9rem);
	font-weight: 600;
	color: var(--bk-navy);
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.belgekolay-hizli__pager-btn:hover:not(:disabled) {
	border-color: var(--bk-navy-mid);
	box-shadow: var(--bk-shadow);
}
.belgekolay-hizli__pager-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}
@media (max-width: 520px) {
	.belgekolay-hizli__pager {
		flex-wrap: wrap;
		justify-content: center;
	}
	.belgekolay-hizli__pager-meta {
		order: 3;
		flex: 1 1 100%;
		white-space: normal;
		text-overflow: unset;
	}
	.belgekolay-hizli__pager-btn {
		max-width: none;
	}
}
.belgekolay-hizli__populer-wrap { min-height: 4rem; }

@media (prefers-reduced-motion: reduce) {
	.belgekolay-hizli__panel,
	.belgekolay-hizli__bubble,
	.belgekolay-hizli__card,
	.belgekolay-hizli__step,
	.belgekolay-hizli__pager-btn {
		animation: none !important;
		transition-duration: 0.01ms !important;
	}
	.belgekolay-hizli__mascot-img { animation: none !important; }
	.belgekolay-hizli__spinner { animation: none !important; }
}

/* ---- Teşekkür sayfası WhatsApp kutusu (.belgekolay-wa-tesekkur) ---- */
.belgekolay-wa-tesekkur {
	max-width: 560px;
	margin: 1.5rem auto;
	padding: 1.25rem 1.5rem;
	border: 1px solid #d9f99d;
	background: #f7fee7;
	border-radius: 12px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #14532d;
}
.belgekolay-wa-tesekkur__title {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #166534;
}
.belgekolay-wa-tesekkur__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
	padding: 0.85rem 1.25rem;
	background: #25d366;
	color: #fff !important;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
}
.belgekolay-wa-tesekkur__btn:hover {
	filter: brightness(0.95);
	color: #fff !important;
}

/* ---- Yüzen Belgy — sadece logo + bağlamsal baloncuk — snippets/belgy-yardimci.php ---- */
#belgekolay-belgy-float {
	--bk-navy: #05236e;
	--bk-navy-mid: #0e4a8f;
	--bk-line: #e8eef5;
	--bk-shadow: 0 14px 40px -14px rgba(15, 23, 42, 0.22), 0 6px 16px rgba(15, 23, 42, 0.1);
	position: fixed;
	z-index: 100080;
	max-width: min(19rem, calc(100vw - 1.25rem));
	font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	box-sizing: border-box;
}
#belgekolay-belgy-float *,
#belgekolay-belgy-float *::before,
#belgekolay-belgy-float *::after {
	box-sizing: border-box;
}
#belgekolay-belgy-float.belgekolay-belgy-float--pos-default {
	right: 1rem;
	bottom: 1rem;
	left: auto;
	top: auto;
}
#belgekolay-belgy-float.is-anchored {
	transition: left 0.2s ease, top 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
	#belgekolay-belgy-float.is-anchored {
		transition: none;
	}
}
#belgekolay-belgy-float.is-anchor-below .belgekolay-belgy-float__unit {
	flex-direction: column-reverse;
}
#belgekolay-belgy-float.is-anchor-below .belgekolay-belgy-float__bubble-wrap {
	margin-bottom: 0;
	margin-top: 2px;
}
#belgekolay-belgy-float.is-anchor-above .belgekolay-belgy-float__bubble-wrap {
	margin-top: 0;
	margin-bottom: 2px;
}
#belgekolay-belgy-float.is-dragging {
	-webkit-user-select: none;
	user-select: none;
}
#belgekolay-belgy-float .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
#belgekolay-belgy-float .belgekolay-belgy-float__unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	touch-action: none;
}
#belgekolay-belgy-float .belgekolay-belgy-float__bubble-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 2px;
}
#belgekolay-belgy-float .belgekolay-belgy-float__bubble-wrap[hidden] {
	display: none !important;
}
#belgekolay-belgy-float .belgekolay-belgy-float__bubble {
	position: relative;
	width: 100%;
	padding: 0.65rem 2.2rem 0.55rem 0.85rem;
	background: linear-gradient(165deg, #ffffff 0%, #f4f8fc 100%);
	border: 1px solid var(--bk-line);
	border-radius: 20px 20px 18px 20px;
	box-shadow:
		0 2px 4px rgba(15, 23, 42, 0.04),
		0 16px 36px -12px rgba(5, 35, 110, 0.18);
}
#belgekolay-belgy-float .belgekolay-belgy-float__close {
	position: absolute;
	top: 0.35rem;
	right: 0.35rem;
	width: 1.85rem;
	height: 1.85rem;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: rgba(241, 245, 249, 0.95);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	color: #64748b;
	transition: background 0.15s ease, color 0.15s ease;
}
#belgekolay-belgy-float .belgekolay-belgy-float__close:hover {
	background: #fff;
	color: var(--bk-navy);
}
#belgekolay-belgy-float .belgekolay-belgy-float__msg {
	font-size: 0.92rem;
	line-height: 1.55;
	color: #334155;
	font-weight: 500;
	max-height: min(42vh, 14rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
}
#belgekolay-belgy-float .belgekolay-belgy-float__msg p {
	margin: 0 0 0.5rem;
}
#belgekolay-belgy-float .belgekolay-belgy-float__msg p:last-child {
	margin-bottom: 0;
}
#belgekolay-belgy-float .belgekolay-belgy-float__msg a {
	color: var(--bk-navy-mid);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}
#belgekolay-belgy-float .belgekolay-belgy-float__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	margin-top: 0.55rem;
	padding-top: 0.45rem;
	border-top: 1px dashed rgba(148, 163, 184, 0.5);
}
#belgekolay-belgy-float .belgekolay-belgy-float__reset,
#belgekolay-belgy-float .belgekolay-belgy-float__dismiss {
	border: none;
	background: none;
	padding: 0.1rem 0;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--bk-navy-mid);
	text-decoration: underline;
	cursor: pointer;
	font-family: inherit;
}
#belgekolay-belgy-float .belgekolay-belgy-float__dismiss {
	color: #94a3b8;
	font-weight: 500;
}
#belgekolay-belgy-float .belgekolay-belgy-float__tail {
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px auto 0;
	background: #f4f8fc;
	border-right: 1px solid var(--bk-line);
	border-bottom: 1px solid var(--bk-line);
	transform: rotate(45deg);
	position: relative;
	z-index: 0;
}
#belgekolay-belgy-float .belgekolay-belgy-float__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 3px solid #fff;
	border-radius: 999px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: var(--bk-shadow);
	background: #fff;
	flex-shrink: 0;
}
#belgekolay-belgy-float .belgekolay-belgy-float__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
#belgekolay-belgy-float.is-open .belgekolay-belgy-float__logo {
	box-shadow: var(--bk-shadow), 0 0 0 3px rgba(253, 139, 4, 0.25);
}
@media (max-width: 600px) {
	#belgekolay-belgy-float {
		max-width: calc(100vw - 1rem);
	}
}
@media (prefers-reduced-motion: reduce) {
	#belgekolay-belgy-float .belgekolay-belgy-float__unit {
		touch-action: manipulation;
	}
}
