/**
 * dgs2_btm_site_footer — Bodrum Tıp Merkezi (DGS Elements 5)
 * Tek parça navy footer (#07245e = BTM Site Header).
 * Sol: harita | Sağ: iletişim + butonlar.
 */
.dgs2-btm-site-footer *,
.dgs2-btm-site-footer *::before,
.dgs2-btm-site-footer *::after { box-sizing: border-box; margin: 0; padding: 0; }

.dgs2-btm-site-footer {
	--btmf-navy: #07245e;
	--btmf-orange: #ff9472;
	font-family: 'ASG Ekster', 'Poppins', sans-serif;
	width: 100%;
	background: var(--btmf-navy);
	color: #ffffff;
}

.dgs2-btm-site-footer .btmf-inner {
	width: 100%;
	padding: 48px 50px 32px;
}

.dgs2-btm-site-footer .btmf-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 40px;
	align-items: stretch;
}

/* ── Map (sol) — statik önizleme + lazy Google embed ── */
.dgs2-btm-site-footer .btmf-map-wrap {
	position: relative;
	min-height: 420px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.dgs2-btm-site-footer .btmf-map-static {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: opacity 0.35s ease;
}

.dgs2-btm-site-footer .btmf-map-facade {
	background:
		linear-gradient(165deg, rgba(18, 42, 78, 0.96) 0%, rgba(8, 28, 58, 0.98) 55%, rgba(5, 20, 44, 1) 100%),
		repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(255, 255, 255, 0.035) 32px),
		repeating-linear-gradient(90deg, transparent, transparent 31px, rgba(255, 255, 255, 0.035) 32px);
}

.dgs2-btm-site-footer .btmf-map-facade-pin {
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -100%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 148, 114, 0.18);
	border: 2px solid var(--btmf-orange);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.dgs2-btm-site-footer .btmf-map-facade-pin svg {
	width: 22px;
	height: 22px;
	stroke: var(--btmf-orange);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.dgs2-btm-site-footer .btmf-map-facade-pin svg circle {
	fill: var(--btmf-orange);
	stroke: none;
}

.dgs2-btm-site-footer .btmf-map {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

.dgs2-btm-site-footer .btmf-map--embed {
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.dgs2-btm-site-footer .btmf-map-wrap.is-map-live .btmf-map-static {
	opacity: 0;
	pointer-events: none;
}

.dgs2-btm-site-footer .btmf-map-wrap.is-map-live {
	cursor: default;
}

.dgs2-btm-site-footer .btmf-map-wrap.is-map-live .btmf-map--embed {
	opacity: 1;
	pointer-events: auto;
}

/* ── Info (sağ) ── */
.dgs2-btm-site-footer .btmf-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 22px;
	padding: 8px 0;
}

.dgs2-btm-site-footer .btmf-title {
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.dgs2-btm-site-footer .btmf-tagline {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
	max-width: 520px;
}

.dgs2-btm-site-footer .btmf-details {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.dgs2-btm-site-footer .btmf-detail {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.dgs2-btm-site-footer .btmf-detail-ico {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255, 148, 114, 0.14);
	border: 1px solid rgba(255, 148, 114, 0.28);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.dgs2-btm-site-footer .btmf-detail-ico svg {
	width: 18px;
	height: 18px;
	stroke: var(--btmf-orange);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dgs2-btm-site-footer .btmf-detail-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.dgs2-btm-site-footer .btmf-detail-body strong {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--btmf-orange);
}
.dgs2-btm-site-footer .btmf-detail-body span,
.dgs2-btm-site-footer .btmf-detail-body a {
	font-size: 14.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: color 0.2s ease;
}
.dgs2-btm-site-footer .btmf-detail-body a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ── Action buttons ── */
.dgs2-btm-site-footer .btmf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.dgs2-btm-site-footer .btmf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.dgs2-btm-site-footer .btmf-btn:hover {
	background: var(--btmf-orange);
	border-color: var(--btmf-orange);
	color: #07245e;
	transform: translateY(-1px);
}

/* ── Legal strip ── */
.dgs2-btm-site-footer .btmf-legal {
	margin-top: 32px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.dgs2-btm-site-footer .btmf-legal p {
	font-size: 12px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
	.dgs2-btm-site-footer .btmf-inner { padding: 40px 32px 28px; }
	.dgs2-btm-site-footer .btmf-grid { gap: 28px; }
}
@media (max-width: 900px) {
	.dgs2-btm-site-footer .btmf-inner { padding: 36px 24px 24px; }
	.dgs2-btm-site-footer .btmf-grid {
		grid-template-columns: 1fr;
	}
	.dgs2-btm-site-footer .btmf-map-wrap,
	.dgs2-btm-site-footer .btmf-map { min-height: 300px; }
}
@media (max-width: 600px) {
	.dgs2-btm-site-footer .btmf-inner { padding: 32px 18px 20px; }
	.dgs2-btm-site-footer .btmf-actions { gap: 8px; }
	.dgs2-btm-site-footer .btmf-btn {
		flex: 1 1 calc(50% - 8px);
		min-width: 0;
		padding: 11px 14px;
		font-size: 12px;
	}
}
