/* BEF-İlan — Vitrinler, rezervasyon ve ilan sayfası ek blokları.
   Tema çakışmalarına karşı seçiciler .befgh- öneki ile korunur. */

.befgh-sc,
.befgh-sc * { box-sizing: border-box; }

.befgh-sc { --befgh-acc: #e91e63; --befgh-ink: #1f2430; --befgh-mut: #667085; margin: 18px 0; }

.befgh-sc-empty {
	padding: 22px 18px; text-align: center; color: #667085; background: #f6f7f9;
	border: 1px dashed #d7dbe3; border-radius: 12px; font-size: 14px; margin: 12px 0;
}

/* Bölüm başlığı (Elementor widget başlığı) */
.befgh-sc-widhead { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; }
.befgh-sc-widhead h2 { margin: 0 !important; font-size: 24px; line-height: 1.25; color: #1f2430; }
.befgh-sc-widicon { display: inline-flex; font-size: 24px; color: #e91e63; }
.befgh-sc-widicon svg { width: 26px; height: 26px; fill: currentColor; }

.befgh-sc-sechead { margin: 0 0 12px !important; font-size: 20px; color: #1f2430; display: flex; align-items: center; gap: 8px; }

/* ------------------------------------------------------------------ Kart */
.befgh-sc-card {
	background: #fff; border: 1px solid #e8ebf1; border-radius: 14px; overflow: hidden;
	display: flex; flex-direction: column; position: relative; height: 100%;
	box-shadow: 0 1px 3px rgba(16, 24, 40, .06);
	transition: transform .22s ease, box-shadow .22s ease;
}
.befgh-sc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(16, 24, 40, .13); }

.befgh-sc-media { display: block; position: relative; aspect-ratio: 16 / 10; background: #eef1f5; overflow: hidden; }
.befgh-sc-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.befgh-sc-card:hover .befgh-sc-media img { transform: scale(1.05); }
.befgh-sc-noimg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #b9c0cc; }

.befgh-sc-flags { position: absolute; top: 10px; left: 10px; display: flex; flex-wrap: wrap; gap: 6px; z-index: 2; }
.befgh-sc-flag {
	font-size: 11px; font-weight: 700; letter-spacing: .3px; padding: 4px 9px; border-radius: 20px;
	color: #fff; line-height: 1.2; box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}
.befgh-sc-feat { background: linear-gradient(135deg, #f5a623, #f57c00); }
.befgh-sc-new { background: linear-gradient(135deg, #16a34a, #15803d); }
.befgh-sc-open { background: #16a34a; }
.befgh-sc-closed { background: #6b7280; }
.befgh-sc-ribbon { background: linear-gradient(135deg, #e91e63, #c2185b); }
.befgh-sc-deal { background: linear-gradient(135deg, #ef4444, #f97316); }

.befgh-sc-video {
	position: absolute; right: 10px; bottom: 10px; width: 34px; height: 34px; border-radius: 50%;
	background: rgba(0, 0, 0, .55); color: #fff; display: flex; align-items: center; justify-content: center; z-index: 2;
}
.befgh-sc-tour {
	right: 52px; width: auto; min-width: 42px; padding: 0 8px; border-radius: 999px;
	font-size: 11px; font-weight: 800; letter-spacing: .2px; background: rgba(15, 23, 42, .72);
}
.befgh-sc-rank {
	position: absolute; top: -6px; right: 12px; width: 34px; height: 42px; z-index: 2;
	display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 15px;
	background: #64748b; clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
}
.befgh-sc-rank-1 { background: linear-gradient(180deg, #fbbf24, #d97706); }
.befgh-sc-rank-2 { background: linear-gradient(180deg, #cbd5e1, #94a3b8); }
.befgh-sc-rank-3 { background: linear-gradient(180deg, #d97706, #92400e); }

.befgh-sc-body { padding: 13px 15px 15px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.befgh-sc-title { margin: 0 !important; font-size: 16px; line-height: 1.35; }
.befgh-sc-title a { color: #1f2430; text-decoration: none; }
.befgh-sc-title a:hover { color: #e91e63; }
.befgh-sc-meta { display: flex; align-items: center; gap: 5px; color: #667085; font-size: 13px; }
.befgh-sc-price { font-weight: 800; color: #1b5e20; font-size: 15px; }
.befgh-sc-excerpt { margin: 0 !important; color: #667085; font-size: 13px; line-height: 1.5; }
.befgh-sc-today { display: flex; align-items: center; gap: 5px; color: #b26a00; font-size: 12px; font-weight: 600; }

.befgh-sc-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.befgh-sc-badge {
	display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700;
	padding: 3px 8px; border-radius: 14px; background: currentColor; position: relative;
}
.befgh-sc-badge svg { position: relative; z-index: 1; }
.befgh-sc-badge i { font-style: normal; position: relative; z-index: 1; }
.befgh-sc-badge::before { content: ""; position: absolute; inset: 0; border-radius: 14px; background: #fff; opacity: .88; }
.befgh-sc-badge svg, .befgh-sc-badge i { color: inherit; }

.befgh-sc-actions { margin-top: auto; display: flex; align-items: center; gap: 8px; padding-top: 4px; }
.befgh-sc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 6px;
	background: #e91e63; color: #fff !important; border: 0; border-radius: 10px; cursor: pointer;
	padding: 8px 16px; font-size: 13px; font-weight: 700; text-decoration: none !important; line-height: 1.2;
	transition: filter .15s ease, transform .15s ease;
}
.befgh-sc-btn:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff; }
.befgh-sc-btn-lg { padding: 11px 22px; font-size: 14px; border-radius: 12px; }
.befgh-sc-iconbtn {
	width: 34px; height: 34px; border-radius: 10px; border: 1px solid #e3e6ec; background: #fff;
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer; color: #667085;
	transition: all .15s ease; padding: 0;
}
.befgh-sc-iconbtn:hover { border-color: #e91e63; color: #e91e63; }
.befgh-sc-fav.befgh-sc-fav-on { color: #e91e63; border-color: #e91e63; background: #fdeef4; }

/* Kompakt kart (bant) */
.befgh-sc-compact .befgh-sc-body { padding: 10px 12px 12px; gap: 4px; }
.befgh-sc-compact .befgh-sc-title { font-size: 14px; }
.befgh-sc-compact .befgh-sc-media { aspect-ratio: 16 / 9; }

/* Yatay kart (liste ve Top 10) */
.befgh-sc-hcard { flex-direction: row; }
.befgh-sc-hcard .befgh-sc-media { flex: 0 0 240px; aspect-ratio: auto; min-height: 170px; }
.befgh-sc-hcard .befgh-sc-body { flex: 1; }
@media (max-width: 640px) {
	.befgh-sc-hcard { flex-direction: column; }
	.befgh-sc-hcard .befgh-sc-media { flex: none; aspect-ratio: 16 / 9; min-height: 0; }
}

/* ------------------------------------------------------------------ Izgara */
.befgh-sc-grid { display: grid; gap: 18px; }
.befgh-sc-c1 { grid-template-columns: 1fr; }
.befgh-sc-c2 { grid-template-columns: repeat(2, 1fr); }
.befgh-sc-c3 { grid-template-columns: repeat(3, 1fr); }
.befgh-sc-c4 { grid-template-columns: repeat(4, 1fr); }
.befgh-sc-c5 { grid-template-columns: repeat(5, 1fr); }
.befgh-sc-c6 { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 1024px) {
	.befgh-sc-c3, .befgh-sc-c4, .befgh-sc-c5, .befgh-sc-c6 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.befgh-sc-c2, .befgh-sc-c3, .befgh-sc-c4, .befgh-sc-c5, .befgh-sc-c6 { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------ Masonry */
.befgh-sc-masonry { column-gap: 18px; }
.befgh-sc-mc2 { column-count: 2; }
.befgh-sc-mc3 { column-count: 3; }
.befgh-sc-mc4 { column-count: 4; }
.befgh-sc-mc5, .befgh-sc-mc6 { column-count: 4; }
.befgh-sc-masonry .befgh-sc-card { display: inline-flex; width: 100%; margin: 0 0 18px; break-inside: avoid; }
@media (max-width: 1024px) { .befgh-sc-mc3, .befgh-sc-mc4, .befgh-sc-mc5, .befgh-sc-mc6 { column-count: 2; } }
@media (max-width: 600px) { .befgh-sc-masonry { column-count: 1 !important; } }

/* ------------------------------------------------------------------ Liste */
.befgh-sc-list { display: flex; flex-direction: column; gap: 16px; }

/* ------------------------------------------------------------------ Slider */
.befgh-sc-slider { position: relative; padding: 0 46px; }
.befgh-sc-viewport { overflow: hidden; }
.befgh-sc-track { display: flex; transition: transform .45s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
.befgh-sc-slide { flex: 0 0 calc(100% / var(--sc-cols, 3)); min-width: 0; padding: 6px 9px; }
@media (max-width: 1024px) { .befgh-sc-slide { flex-basis: 50%; } }
@media (max-width: 600px) { .befgh-sc-slide { flex-basis: 100%; } .befgh-sc-slider { padding: 0 38px; } }

.befgh-sc-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
	width: 38px; height: 38px; border-radius: 50%; border: 1px solid #e3e6ec; background: #fff;
	color: #1f2430; cursor: pointer; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 4px 12px rgba(16, 24, 40, .12); transition: all .15s ease; padding: 0;
}
.befgh-sc-arrow:hover { background: #e91e63; color: #fff; border-color: #e91e63; }
.befgh-sc-arrow svg { fill: currentColor; }
.befgh-sc-arrow i { font-size: 16px; line-height: 1; }
.befgh-sc-prev { left: 0; }
.befgh-sc-next { right: 0; }
.befgh-sc-arrow[disabled] { opacity: .35; cursor: default; }
.befgh-sc-arrow[disabled]:hover { background: #fff; color: #1f2430; border-color: #e3e6ec; }

.befgh-sc-dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; }
.befgh-sc-dot { width: 8px; height: 8px; border-radius: 50%; background: #d3d8e2; border: 0; padding: 0; cursor: pointer; transition: all .2s ease; }
.befgh-sc-dot-on { background: #e91e63; width: 22px; border-radius: 5px; }

/* ------------------------------------------------------------------ Bant (marquee) */
.befgh-sc-marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.befgh-sc-mtrack { display: flex; width: max-content; animation: befghMarquee var(--sc-mdur, 40s) linear infinite; }
.befgh-sc-marquee:hover .befgh-sc-mtrack { animation-play-state: paused; }
.befgh-sc-bitem { flex: 0 0 auto; width: 250px; padding: 6px 9px; }
@keyframes befghMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ------------------------------------------------------------------ Hero / Vitrin */
.befgh-sc-hero {
	display: flex; background: #fff; border: 1px solid #e8ebf1; border-radius: 18px; overflow: hidden;
	box-shadow: 0 6px 22px rgba(16, 24, 40, .09);
}
.befgh-sc-hero-media { flex: 0 0 46%; position: relative; min-height: 300px; background: #eef1f5; display: block; }
.befgh-sc-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.befgh-sc-hero-media .befgh-sc-noimg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #b9c0cc; }
.befgh-sc-hero-ribbon {
	position: absolute; top: 16px; left: -8px; z-index: 2; background: linear-gradient(135deg, #e91e63, #c2185b);
	color: #fff; font-size: 13px; font-weight: 800; padding: 7px 16px; border-radius: 0 20px 20px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}
.befgh-sc-hero-body { flex: 1; padding: 26px 28px; display: flex; flex-direction: column; gap: 10px; }
.befgh-sc-hero-title { margin: 0 !important; font-size: 24px; line-height: 1.3; }
.befgh-sc-hero-title a { color: #1f2430; text-decoration: none; }
.befgh-sc-hero-title a:hover { color: #e91e63; }
.befgh-sc-hero-feats { list-style: none; margin: 0 !important; padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; color: #3a4152; font-size: 13.5px; }
.befgh-sc-hero-feats li { margin: 0 !important; }
.befgh-sc-hero-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 8px; }
.befgh-sc-hero .befgh-sc-price { font-size: 20px; }
@media (max-width: 760px) {
	.befgh-sc-hero { flex-direction: column; }
	.befgh-sc-hero-media { flex: none; min-height: 0; aspect-ratio: 16 / 9; }
	.befgh-sc-hero-body { padding: 18px; }
	.befgh-sc-hero-feats { grid-template-columns: 1fr; }
}

/* Geri sayım */
.befgh-sc-countdown {
	display: inline-flex; align-items: center; gap: 8px; background: #fff7ed; border: 1px solid #fed7aa;
	color: #9a3412; border-radius: 10px; padding: 8px 14px; font-size: 13px; font-weight: 600; width: fit-content;
}
.befgh-sc-cd-val { font-weight: 800; font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------------ Sekmeli */
.befgh-sc-tabbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.befgh-sc-tabbtn {
	border: 1px solid #e3e6ec; background: #fff; color: #3a4152; border-radius: 22px; cursor: pointer;
	padding: 8px 18px; font-size: 13.5px; font-weight: 600; transition: all .15s ease; line-height: 1.2;
}
.befgh-sc-tabbtn:hover { border-color: #e91e63; color: #e91e63; }
.befgh-sc-tabbtn.befgh-sc-tabon { background: #e91e63; border-color: #e91e63; color: #fff; }
.befgh-sc-tabpanel.befgh-sc-loading { opacity: .45; pointer-events: none; }

/* ------------------------------------------------------------------ Paketler */
.befgh-sc-packs { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; align-items: stretch; }
.befgh-sc-pack {
	background: #fff; border: 1px solid #e8ebf1; border-radius: 16px; padding: 26px 22px;
	display: flex; flex-direction: column; gap: 12px; text-align: center; position: relative;
	box-shadow: 0 1px 3px rgba(16, 24, 40, .06); transition: transform .2s ease, box-shadow .2s ease;
}
.befgh-sc-pack:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(16, 24, 40, .12); }
.befgh-sc-pack-hl { border: 2px solid #e91e63; box-shadow: 0 10px 30px rgba(233, 30, 99, .18); }
.befgh-sc-pack-star {
	position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
	background: linear-gradient(135deg, #e91e63, #c2185b); color: #fff; font-size: 11px; font-weight: 800;
	padding: 4px 14px; border-radius: 14px; letter-spacing: .4px; white-space: nowrap;
}
.befgh-sc-pack-name { margin: 0 !important; font-size: 18px; color: #1f2430; }
.befgh-sc-pack-price { font-size: 26px; font-weight: 800; color: #e91e63; }
.befgh-sc-pack-price del { color: #98a2b3; font-size: 17px; font-weight: 600; margin-right: 6px; }
.befgh-sc-pack-list { list-style: none; margin: 0 !important; padding: 0 !important; text-align: left; color: #3a4152; font-size: 13.5px; display: flex; flex-direction: column; gap: 7px; }
.befgh-sc-pack-list li { margin: 0 !important; }
.befgh-sc-pack .befgh-sc-btn { margin-top: auto; }

/* ------------------------------------------------------------------ Harita + slider */
.befgh-sc-minimap { border-radius: 14px; overflow: hidden; border: 1px solid #e3e6ec; margin-bottom: 16px; background: #eef1f5; }

/* ------------------------------------------------------------------ Sahip kartı */
.befgh-sc-owner-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; background: #fff; border: 1px solid #e8ebf1; border-radius: 14px; padding: 14px 18px; }
.befgh-sc-owner-avatar { border-radius: 50%; }
.befgh-sc-owner-name { margin: 0 !important; font-size: 18px; }
.befgh-sc-owner-count { color: #667085; font-size: 13px; }

/* ------------------------------------------------------------------ Paylaşım penceresi */
.befgh-sc-sharepop {
	position: absolute; z-index: 9999; background: #fff; border: 1px solid #e3e6ec; border-radius: 12px;
	box-shadow: 0 12px 32px rgba(16, 24, 40, .18); padding: 8px; display: flex; flex-direction: column; gap: 2px; min-width: 190px;
}
.befgh-sc-sharepop a, .befgh-sc-sharepop button {
	display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 8px; border: 0; background: none;
	color: #1f2430; font-size: 13.5px; cursor: pointer; text-decoration: none !important; text-align: left; width: 100%;
}
.befgh-sc-sharepop a:hover, .befgh-sc-sharepop button:hover { background: #f4f5f8; color: #e91e63; }

/* ------------------------------------------------------------------ Lightbox */
.befgh-x-lb {
	position: fixed; inset: 0; z-index: 999999; background: rgba(10, 12, 18, .88);
	display: flex; align-items: center; justify-content: center; padding: 24px;
}
.befgh-x-lb img { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); }
.befgh-x-lb iframe { width: min(920px, 92vw); aspect-ratio: 16 / 9; border: 0; border-radius: 10px; background: #000; }
.befgh-x-lb-close {
	position: absolute; top: 18px; right: 22px; width: 40px; height: 40px; border-radius: 50%;
	background: rgba(255, 255, 255, .14); border: 0; color: #fff; font-size: 22px; cursor: pointer; line-height: 1;
}
.befgh-x-lb-close:hover { background: rgba(255, 255, 255, .3); }

/* ------------------------------------------------------------------ Rezervasyon */
.befgh-rez {
	margin: 26px 0; background: #fff; border: 1px solid #e8ebf1; border-radius: 16px; padding: 22px 24px;
	box-shadow: 0 2px 10px rgba(16, 24, 40, .06);
}
.befgh-rez * { box-sizing: border-box; }
.befgh-rez-title { display: flex; align-items: center; gap: 9px; margin: 0 0 4px !important; font-size: 19px; color: #1f2430; }
.befgh-rez-title svg { fill: #e91e63; }
.befgh-rez-note { color: #667085; font-size: 13px; margin: 0 0 14px !important; }
.befgh-rez-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.befgh-rez-grid label { display: flex; flex-direction: column; gap: 5px; font-size: 12.5px; font-weight: 600; color: #3a4152; margin: 0 !important; }
.befgh-rez-grid input, .befgh-rez-grid select, .befgh-rez-grid textarea {
	border: 1px solid #d7dbe3 !important; border-radius: 10px !important; padding: 9px 11px !important;
	font-size: 14px !important; background: #fbfcfe !important; color: #1f2430 !important; width: 100% !important;
	min-height: 0 !important; line-height: 1.4 !important; margin: 0 !important;
}
.befgh-rez-grid input:focus, .befgh-rez-grid select:focus, .befgh-rez-grid textarea:focus { border-color: #e91e63 !important; outline: none !important; box-shadow: 0 0 0 3px rgba(233, 30, 99, .12) !important; }
.befgh-rez-full { grid-column: 1 / -1; }
.befgh-rez-kvkk { display: flex; align-items: flex-start; gap: 8px; margin: 12px 0 0 !important; font-size: 12.5px; color: #667085; }
.befgh-rez-kvkk input { margin-top: 2px; }
.befgh-rez-busy-note { margin-top: 10px; background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; border-radius: 10px; padding: 9px 13px; font-size: 13px; }
.befgh-rez-actions { display: flex; align-items: center; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.befgh-rez-wa {
	display: inline-flex; align-items: center; gap: 7px; background: #25d366; color: #fff; border: 0;
	border-radius: 12px; padding: 11px 18px; font-size: 14px; font-weight: 700; cursor: pointer; line-height: 1.2;
	transition: filter .15s ease;
}
.befgh-rez-wa:hover { filter: brightness(1.07); }
.befgh-rez-msg { margin-top: 10px; font-size: 13.5px; font-weight: 600; }
.befgh-rez-msg.ok { color: #15803d; }
.befgh-rez-msg.err { color: #b91c1c; }
.befgh-rez-busylist { margin-top: 14px; font-size: 13px; color: #667085; }
.befgh-rez-busylist summary { cursor: pointer; font-weight: 600; }
.befgh-rez-busydays { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.befgh-rez-busydays span { background: #fef2f2; color: #b91c1c; border-radius: 8px; padding: 3px 9px; font-size: 12px; }
@media (max-width: 860px) { .befgh-rez-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .befgh-rez-grid { grid-template-columns: 1fr; } .befgh-rez { padding: 16px; } }

/* ------------------------------------------------------------------ İlan sayfası ek blokları */
.befgh-x-toolbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.befgh-x-pop { display: inline-flex; align-items: center; gap: 6px; background: #fff7ed; border: 1px solid #fed7aa; color: #b26a00; border-radius: 20px; padding: 6px 13px; font-size: 12.5px; font-weight: 700; }
.befgh-x-btn {
	display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid #e3e6ec; color: #3a4152;
	border-radius: 10px; padding: 7px 14px; font-size: 13px; font-weight: 600; cursor: pointer;
	text-decoration: none !important; transition: all .15s ease; line-height: 1.3;
}
.befgh-x-btn:hover { border-color: #e91e63; color: #e91e63; }

.befgh-x-lang { margin: 14px 0; }
.befgh-x-langbtn { background: #f4f5f8; border: 1px solid #e3e6ec; border-radius: 10px; padding: 8px 14px; font-size: 13.5px; font-weight: 600; cursor: pointer; color: #3a4152; }
.befgh-x-en { margin-top: 12px; background: #fbfcfe; border: 1px solid #e8ebf1; border-radius: 12px; padding: 16px 18px; }
.befgh-x-en h3 { margin: 0 0 8px !important; }

.befgh-x-access { margin: 22px 0; }
.befgh-x-access-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.befgh-x-chip {
	display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid #e3e6ec;
	border-radius: 22px; padding: 7px 14px; font-size: 13px; color: #3a4152; font-weight: 600;
}
.befgh-x-chip svg { color: #e91e63; fill: currentColor; }

.befgh-x-media, .befgh-x-insta, .befgh-x-grev, .befgh-x-reviews, .befgh-x-qa { margin: 24px 0; }
.befgh-x-gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.befgh-x-gitem { display: block; border-radius: 10px; overflow: hidden; aspect-ratio: 4 / 3; background: #eef1f5; position: relative; border: 0; padding: 0; cursor: pointer; }
.befgh-x-gitem img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.befgh-x-gitem:hover img { transform: scale(1.06); }
.befgh-x-gvideo { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: #1f2430; color: #fff; font-size: 12.5px; font-weight: 700; }
.befgh-x-gtour { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: linear-gradient(135deg, #0f766e, #2563eb); color: #fff !important; font-size: 12.5px; font-weight: 800; text-decoration: none !important; }
.befgh-x-instabtn { display: inline-block; margin-top: 12px; font-weight: 700; color: #e1306c !important; text-decoration: none !important; }

.befgh-x-grev-head { display: flex; align-items: center; gap: 8px; font-size: 16px; margin-bottom: 12px; color: #1f2430; }
.befgh-x-gstars { color: #f5b301; letter-spacing: 1px; }
.befgh-x-grev-item { background: #fbfcfe; border: 1px solid #e8ebf1; border-radius: 12px; padding: 13px 16px; margin-bottom: 10px; }
.befgh-x-grev-item p { margin: 6px 0 0 !important; color: #3a4152; font-size: 13.5px; }
.befgh-x-grev-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; color: #667085; }

.befgh-x-palert {
	margin: 22px 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
	background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 13px 17px;
}
.befgh-x-palert-txt { font-weight: 700; color: #1e40af; font-size: 13.5px; }
.befgh-x-palert-row { display: flex; gap: 8px; flex-wrap: wrap; }
.befgh-x-palert-mail { border: 1px solid #bfdbfe !important; border-radius: 10px !important; padding: 8px 12px !important; font-size: 13.5px !important; min-width: 210px; background: #fff !important; }
.befgh-x-palert-msg { font-size: 13px; font-weight: 600; color: #15803d; flex-basis: 100%; }

.befgh-x-rev-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.befgh-x-rev-item { background: #fff; border: 1px solid #e8ebf1; border-radius: 12px; padding: 14px 17px; }
.befgh-x-rev-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.befgh-x-rev-head small { color: #98a2b3; }
.befgh-x-rev-item p { margin: 0 !important; color: #3a4152; font-size: 14px; }
.befgh-x-rev-photo { display: inline-block; margin-top: 10px; max-width: 180px; aspect-ratio: 4 / 3; }
.befgh-x-owner-reply { margin-top: 10px; padding: 10px 12px; border-left: 3px solid #e91e63; border-radius: 10px; background: #f8fafc; color: #334155; }
.befgh-x-owner-reply strong { display: block; margin-bottom: 3px; font-size: 12px; color: #be185d; }
.befgh-x-owner-reply p { margin: 0 !important; font-size: 13px; line-height: 1.45; }
.befgh-x-reply-form { margin-top: 10px; padding: 10px; border: 1px dashed #e2e8f0; border-radius: 12px; background: #fbfcfe; }
.befgh-x-reply-form textarea { width: 100% !important; margin-bottom: 8px !important; }

.befgh-x-rev-form, .befgh-x-qa-form { background: #fbfcfe; border: 1px solid #e8ebf1; border-radius: 14px; padding: 17px 19px; margin-top: 8px; }
.befgh-x-rev-form h4 { margin: 0 0 12px !important; font-size: 15px; }
.befgh-x-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 10px; }
.befgh-x-rev-form input, .befgh-x-rev-form select, .befgh-x-rev-form textarea,
.befgh-x-qa-form input, .befgh-x-qa-form textarea {
	border: 1px solid #d7dbe3 !important; border-radius: 10px !important; padding: 9px 12px !important;
	font-size: 13.5px !important; background: #fff !important; width: 100% !important; margin: 0 !important;
	color: #1f2430 !important; line-height: 1.4 !important;
}
.befgh-x-rev-form textarea, .befgh-x-qa-form textarea { margin-bottom: 10px !important; }
.befgh-x-form-foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.befgh-x-form-msg { font-size: 13px; font-weight: 600; }
.befgh-x-form-msg.ok { color: #15803d; }
.befgh-x-form-msg.err { color: #b91c1c; }
.befgh-x-muted { color: #98a2b3 !important; font-size: 12.5px !important; margin: 8px 0 0 !important; }
@media (max-width: 560px) { .befgh-x-form-grid { grid-template-columns: 1fr; } }

.befgh-x-qa-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.befgh-x-qa-item { background: #fff; border: 1px solid #e8ebf1; border-radius: 12px; padding: 13px 16px; }
.befgh-x-qa-q, .befgh-x-qa-a { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: #3a4152; }
.befgh-x-qa-a { margin-top: 8px; padding-top: 8px; border-top: 1px dashed #e8ebf1; }
.befgh-x-qa-ic {
	flex: 0 0 22px; width: 22px; height: 22px; border-radius: 7px; background: #e91e63; color: #fff;
	display: inline-flex; align-items: center; justify-content: center; font-size: 11.5px; font-weight: 800;
}
.befgh-x-qa-ica { background: #16a34a; }
.befgh-x-qa-wait { margin-top: 8px; color: #98a2b3; font-size: 12.5px; font-style: italic; }

/* ------------------------------------------------------------------ İlan sahibi istatistikleri */
.befgh-x-ostats { margin: 20px 0; }
.befgh-x-ostats-table { border: 1px solid #e8ebf1; border-radius: 14px; overflow: hidden; background: #fff; }
.befgh-x-ostats-row { display: grid; grid-template-columns: 2.4fr repeat(5, 1fr); gap: 8px; padding: 11px 16px; border-bottom: 1px solid #f0f2f6; align-items: center; font-size: 13.5px; }
.befgh-x-ostats-row:last-child { border-bottom: 0; }
.befgh-x-ostats-head { background: #f8f9fc; font-weight: 700; font-size: 12.5px; color: #667085; text-transform: uppercase; letter-spacing: .3px; }
.befgh-x-ostats-title a { color: #1f2430; font-weight: 600; text-decoration: none; }
.befgh-x-ostats-title a:hover { color: #e91e63; }
.befgh-x-ostats-st { display: inline-block; margin-left: 7px; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 10px; background: #f0f2f6; color: #667085; }
.befgh-x-st-publish { background: #e8f5e9; color: #1b5e20; }
.befgh-x-st-pending { background: #fff3e0; color: #b26a00; }
.befgh-x-ostats-bar { display: block; height: 4px; border-radius: 3px; background: #f0f2f6; margin-top: 6px; overflow: hidden; }
.befgh-x-ostats-bar b { display: block; height: 100%; background: linear-gradient(90deg, #e91e63, #f5a623); border-radius: 3px; }
@media (max-width: 760px) {
	.befgh-x-ostats-head { display: none; }
	.befgh-x-ostats-row { grid-template-columns: repeat(2, 1fr); }
	.befgh-x-ostats-title { grid-column: 1 / -1; }
	.befgh-x-ostats-row span[data-l]::before { content: attr(data-l) ": "; color: #98a2b3; font-size: 11.5px; }
}

.befgh-owner-dash{margin:22px 0;color:#1f2430}
.befgh-owner-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.befgh-owner-head p{margin:4px 0 0;color:#667085;font-size:13.5px}
.befgh-owner-summary{display:grid;grid-template-columns:repeat(3,minmax(86px,1fr));gap:8px;min-width:min(520px,100%)}
.befgh-owner-summary span{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border:1px solid #e8ebf1;border-radius:12px;background:#fff;box-shadow:0 3px 12px rgba(20,30,50,.04);font-size:11px;font-weight:800;color:#667085;text-transform:uppercase;letter-spacing:.3px}
.befgh-owner-summary strong{color:#111827;font-size:19px;line-height:1;font-variant-numeric:tabular-nums}
.befgh-owner-cards{display:grid;gap:16px}
.befgh-owner-card{display:grid;grid-template-columns:minmax(210px,280px) 1fr;gap:0;border:1px solid #e7ebf2;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 26px rgba(20,30,50,.07)}
.befgh-owner-media{position:relative;display:block;min-height:210px;background:#eef1f5;overflow:hidden;text-decoration:none}
.befgh-owner-media img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0;transition:transform .3s ease}
.befgh-owner-card:hover .befgh-owner-media img{transform:scale(1.04)}
.befgh-owner-noimg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#b8c1d0;font-size:42px}
.befgh-owner-media .befgh-x-ostats-st{position:absolute;top:12px;left:12px;margin:0;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.befgh-owner-body{display:flex;flex-direction:column;gap:12px;padding:18px 20px;min-width:0}
.befgh-owner-titleline{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.befgh-owner-titleline h4{margin:0 0 4px!important;font-size:18px;line-height:1.25}
.befgh-owner-titleline h4 a{color:#16202e;text-decoration:none}
.befgh-owner-titleline h4 a:hover{color:#e91e63}
.befgh-owner-titleline p{margin:0;color:#667085;font-size:13px}
.befgh-owner-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.befgh-owner-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 11px;border-radius:9px;background:#f4f6fb;color:#364152;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}
.befgh-owner-actions a:hover{background:#e91e63;color:#fff}
.befgh-owner-chips{display:flex;flex-wrap:wrap;gap:8px}
.befgh-owner-chips span{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e7ebf2;color:#475569;font-size:12px;font-weight:800}
.befgh-owner-verify span{background:#ecfdf5;border-color:#bbf7d0;color:#166534}
.befgh-owner-metrics{display:grid;grid-template-columns:repeat(4,minmax(86px,1fr));gap:8px}
.befgh-owner-metrics span{display:flex;flex-direction:column;gap:3px;min-height:58px;padding:10px 11px;border-radius:12px;background:#fbfcfe;border:1px solid #edf0f5;color:#667085;font-size:11.5px;font-weight:700}
.befgh-owner-metrics b{color:#101828;font-size:18px;line-height:1;font-variant-numeric:tabular-nums}
.befgh-owner-body .befgh-x-ostats-bar{height:6px;margin-top:auto}
@media (max-width:900px){
	.befgh-owner-head{flex-direction:column}
	.befgh-owner-summary{width:100%;grid-template-columns:repeat(3,1fr)}
	.befgh-owner-card{grid-template-columns:1fr}
	.befgh-owner-media{aspect-ratio:16/9;min-height:0}
	.befgh-owner-media img{position:static;height:100%}
}
@media (max-width:560px){
	.befgh-owner-summary{grid-template-columns:repeat(2,1fr)}
	.befgh-owner-titleline{flex-direction:column}
	.befgh-owner-actions{justify-content:flex-start}
	.befgh-owner-metrics{grid-template-columns:repeat(2,1fr)}
	.befgh-owner-body{padding:15px}
}

/* =====================================================================
   v2.4.0 — Detay kartı, şikayet formu, işletme rezervasyon paneli
   ===================================================================== */

/* --------------------------- Detay kartı --------------------------- */
.befgh-sc-detail{display:flex;background:#fff;border:1px solid #eceff3;border-radius:16px;overflow:hidden;box-shadow:0 6px 24px rgba(20,30,50,.07);max-width:900px;margin:14px auto}
.befgh-sc-detail-media{position:relative;flex:0 0 42%;min-height:240px;display:block;background:#f2f4f8}
.befgh-sc-detail-media img{width:100%;height:100%;object-fit:cover;display:block}
.befgh-sc-detail-media .befgh-sc-noimg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#c3cad6}
.befgh-sc-detail-media .befgh-sc-ribbon{position:absolute;top:12px;left:12px}
.befgh-sc-detail-open{position:absolute;bottom:12px;left:12px}
.befgh-sc-detail-body{flex:1;padding:22px 24px;display:flex;flex-direction:column;gap:10px;min-width:0}
.befgh-sc-detail-title{margin:0;font-size:22px;line-height:1.25}
.befgh-sc-detail-title a{color:#16202e;text-decoration:none}
.befgh-sc-detail-title a:hover{color:#e91e63}
.befgh-sc-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#67728a;font-size:13px}
.befgh-sc-detail-loc,.befgh-sc-detail-date{display:inline-flex;align-items:center;gap:4px}
.befgh-sc-detail-excerpt{margin:0;color:#4a5468;font-size:14px;line-height:1.6}
.befgh-sc-detail-foot{margin-top:auto;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding-top:8px}
.befgh-sc-detail-price{font-weight:800;font-size:18px;color:#e91e63}
.befgh-sc-detail-v{flex-direction:column;max-width:480px}
.befgh-sc-detail-v .befgh-sc-detail-media{flex:none;height:240px}
@media (max-width:640px){.befgh-sc-detail{flex-direction:column}.befgh-sc-detail-media{flex:none;height:210px;min-height:0}}

/* --------------------------- Şikayet formu ------------------------- */
.befgh-x-report{margin:12px 0}
.befgh-x-report-form{background:#fff7f9;border:1px solid #f6d5e0;border-radius:14px;padding:18px 20px}
.befgh-x-report-title{margin:0 0 4px;font-size:16px;color:#8e1b45}
.befgh-x-report-note{margin:0 0 12px;font-size:13px;color:#8a6a77}
.befgh-x-report-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}
.befgh-x-report-grid label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#5a3140}
.befgh-x-report-grid input,.befgh-x-report-grid select,.befgh-x-report-grid textarea{border:1px solid #e5c8d3;border-radius:9px;padding:9px 11px;font:inherit;font-weight:400;background:#fff;width:100%;box-sizing:border-box}
.befgh-x-report-grid input:focus,.befgh-x-report-grid select:focus,.befgh-x-report-grid textarea:focus{outline:none;border-color:#e91e63;box-shadow:0 0 0 3px rgba(233,30,99,.12)}
.befgh-x-report-full{grid-column:1/-1}
.befgh-x-report-actions{display:flex;align-items:center;gap:10px;margin-top:12px}
@media (max-width:560px){.befgh-x-report-grid{grid-template-columns:1fr}}

/* ---------------------- İşletme rezervasyon paneli ------------------ */
.befgh-myrez{margin:14px 0}
.befgh-myrez-tablewrap{overflow-x:auto;border:1px solid #eceff3;border-radius:14px;background:#fff;box-shadow:0 4px 18px rgba(20,30,50,.05)}
.befgh-myrez-table{width:100%;border-collapse:collapse;font-size:14px;min-width:680px}
.befgh-myrez-table thead th{text-align:left;padding:12px 14px;background:#f7f8fb;color:#4a5468;font-size:12px;letter-spacing:.4px;text-transform:uppercase;border-bottom:1px solid #eceff3}
.befgh-myrez-table td{padding:12px 14px;border-bottom:1px solid #f1f3f7;vertical-align:top;color:#2a3446}
.befgh-myrez-table tbody tr:last-child td{border-bottom:none}
.befgh-myrez-table tbody tr:hover td{background:#fafbfe}
.befgh-myrez-pill{display:inline-block;padding:3px 11px;border-radius:12px;font-weight:700;font-size:12px;white-space:nowrap}
.befgh-myrez-warn{color:#b26a00;background:#fff3e0}
.befgh-myrez-ok{color:#1b5e20;background:#e8f5e9}
.befgh-myrez-bad{color:#b71c1c;background:#ffebee}
.befgh-myrez-actions{white-space:nowrap}
.befgh-myrez-btn{border:none;border-radius:9px;padding:7px 13px;font-size:13px;font-weight:700;cursor:pointer;margin:0 4px 4px 0;transition:filter .15s}
.befgh-myrez-btn:hover{filter:brightness(.94)}
.befgh-myrez-btn:disabled{opacity:.5;cursor:wait}
.befgh-myrez-approve{background:#e8f5e9;color:#1b5e20}
.befgh-myrez-cancel{background:#ffebee;color:#b71c1c}
@media (max-width:760px){
	.befgh-myrez-table{min-width:0}
	.befgh-myrez-table thead{display:none}
	.befgh-myrez-table tbody tr{display:block;border-bottom:8px solid #f4f6fa;padding:6px 0}
	.befgh-myrez-table td{display:flex;gap:10px;border-bottom:none;padding:7px 14px}
	.befgh-myrez-table td::before{content:attr(data-l);flex:0 0 84px;font-weight:700;color:#67728a;font-size:12px;text-transform:uppercase;letter-spacing:.4px;padding-top:2px}
}

/* ------------------- Rezervasyon Yap butonu (açılır form) ------------------- */
.befgh-rez-cta{margin:16px 0 6px;text-align:left}
.befgh-rez-open{display:inline-flex;align-items:center;gap:9px;font-size:16px}
.befgh-rez-open svg{flex:none}
.befgh-rez-open-active{filter:brightness(.92)}

/* Bal küpü her koşulda gizli (tema/önbellek fark etmez) + KVKK kutusu düzgün boyutta */
.befgh-rez .befgh-hp,.befgh-x-report .befgh-hp,.befgh-hp{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important;margin:0 !important;padding:0 !important;border:0 !important}
.befgh-rez-kvkk input[type="checkbox"]{width:16px !important;height:16px !important;min-width:16px !important;flex:none !important;appearance:auto !important;-webkit-appearance:checkbox !important;margin:2px 0 0 !important;padding:0 !important}

/* v2.4.1 — kapalı rezervasyon formu kesin gizli */
.befgh-rez[hidden]{display:none !important}

/* ------------------------------------------------------------------ Özellik Merkezi */
.befgh-feature-hub{margin:24px 0;color:#1f2430}
.befgh-feature-hub-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:8px;background:linear-gradient(135deg,#16202e,#2563eb 58%,#e91e63);color:#fff;box-shadow:0 10px 28px rgba(20,30,50,.14)}
.befgh-feature-hub-head h3{margin:0 0 4px!important;color:inherit;font-size:22px;line-height:1.2}
.befgh-feature-hub-head p{margin:0;color:rgba(255,255,255,.82);font-size:13.5px;line-height:1.55}
.befgh-feature-hub-head strong{display:inline-flex;align-items:center;justify-content:center;flex:0 0 54px;width:54px;height:54px;border-radius:50%;background:#e91e63;color:#fff;font-size:22px;font-variant-numeric:tabular-nums;box-shadow:inset 0 0 0 4px rgba(255,255,255,.22)}
.befgh-feature-hub-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px;margin-top:14px}
.befgh-feature-hub-group{padding:14px;border:1px solid #e6ebf2;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(20,30,50,.06)}
.befgh-feature-hub-group header{display:flex;flex-direction:column;gap:4px;margin-bottom:11px}
.befgh-feature-hub-group header span{font-weight:900;color:#111827;font-size:15px}
.befgh-feature-hub-group header small{color:#667085;font-size:12.5px;line-height:1.45}
.befgh-feature-hub-list{display:grid;gap:8px}
.befgh-feature-hub-card{border:1px solid #e8edf5;border-radius:8px;background:#fbfcfe;overflow:hidden}
.befgh-feature-hub-card summary{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start;padding:12px 13px;cursor:pointer;list-style:none}
.befgh-feature-hub-card summary::-webkit-details-marker{display:none}
.befgh-feature-hub-card summary::before{content:"";display:block;width:10px;height:10px;margin-top:5px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1)}
.befgh-feature-hub-card[open] summary::before{background:#e91e63;box-shadow:0 0 0 4px rgba(233,30,99,.1)}
.befgh-feature-hub-card summary strong{display:block;color:#16202e;font-size:13.5px;line-height:1.3}
.befgh-feature-hub-card summary em{display:block;margin-top:4px;color:#7b8495;font-size:11.5px;font-style:normal;font-weight:700}
.befgh-feature-hub-card p{margin:0;padding:0 13px 13px 39px;color:#4b5563;font-size:13px;line-height:1.55}
.befgh-feature-empty{border:1px dashed #d9e0ea;border-radius:8px;background:#fbfcfe}
@media (max-width:760px){
	.befgh-feature-hub-head{align-items:flex-start;flex-direction:column}
	.befgh-feature-hub-head strong{width:46px;height:46px;flex-basis:46px;font-size:19px}
	.befgh-feature-hub-groups{grid-template-columns:1fr}
	.befgh-feature-hub-card p{padding-left:13px}
}

/* ------------------------------------------------------------------ İşlevsel kalite skoru ve politika */
.befgh-quality{display:grid;gap:8px;margin:8px 0 10px}
.befgh-quality-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.befgh-quality-top strong{font-size:22px;line-height:1;color:#111827;font-variant-numeric:tabular-nums}
.befgh-quality-top span{color:#667085;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.3px}
.befgh-quality-bar{display:block;height:7px;border-radius:999px;background:#e8edf5;overflow:hidden}
.befgh-quality-bar b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#e91e63)}
.befgh-quality-compact{padding:10px 12px;border:1px solid #e8edf5;border-radius:12px;background:#fbfcfe}
.befgh-owner-tips{border:1px solid #e8edf5;border-radius:12px;background:#fbfcfe;padding:9px 11px}
.befgh-owner-tips summary{cursor:pointer;color:#334155;font-size:12.5px;font-weight:900}
.befgh-owner-tips ul{margin:8px 0 0 18px;color:#526071;font-size:12.5px;line-height:1.45}
.befgh-owner-tips li{margin:3px 0}
.befgh-owner-warnings{background:#fff7ed;border-color:#fed7aa}
.befgh-owner-forecast{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}
.befgh-owner-forecast span{display:flex;flex-direction:column;gap:3px;padding:10px 12px;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff;color:#475569;font-size:11.5px;font-weight:800}
.befgh-owner-forecast b{color:#1d4ed8;font-size:18px;line-height:1;font-variant-numeric:tabular-nums}
.befgh-rez-policy{display:grid;gap:4px;margin:0 0 13px;padding:11px 13px;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff;color:#1e3a8a;font-size:13px}
.befgh-rez-policy strong{font-size:12px;text-transform:uppercase;letter-spacing:.35px;color:#1d4ed8}
.befgh-rez-coupon-note{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.befgh-rez-coupon-note strong{color:#15803d}
.befgh-rez-deposit-note{border-color:#fde68a;background:#fffbeb;color:#92400e}
.befgh-rez-deposit-note strong{color:#b45309}

/* ------------------------------------------------------------------ Bolge vitrini ve tema bloklari */
.befgh-region-showcase{padding:18px;border:1px solid #e7ebf2;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(16,24,40,.08)}
.befgh-region-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.befgh-region-head h2{margin:0 0 4px!important;font-size:24px;line-height:1.25;color:#111827}
.befgh-region-head p{margin:0!important;color:#64748b}
.befgh-region-stats{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.befgh-region-stats span{display:grid;min-width:94px;gap:1px;padding:9px 12px;border-radius:14px;background:#f8fafc;border:1px solid #e5eaf1;color:#64748b;font-size:12px;text-align:center}
.befgh-region-stats strong{color:#e91e63;font-size:18px;line-height:1}
.befgh-theme-block{box-sizing:border-box;margin:22px 0}
.befgh-theme-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:28px;align-items:center;padding:34px;border-radius:24px;background:#101827;color:#fff;overflow:hidden}
.befgh-theme-hero h1{margin:0 0 10px!important;font-size:clamp(28px,4vw,48px);line-height:1.05;color:#fff}
.befgh-theme-hero p{margin:0!important;color:#dbe3f0;font-size:16px}
.befgh-theme-hero .befgh-search-standalone{margin:0}
.befgh-theme-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-radius:18px;background:#111827;color:#fff}
.befgh-theme-footer span{color:#cbd5e1}
@media (max-width:760px){
	.befgh-region-head,.befgh-theme-footer{align-items:flex-start;flex-direction:column}
	.befgh-region-stats{justify-content:flex-start}
	.befgh-theme-hero{grid-template-columns:1fr;padding:24px 18px}
}
