/* Interactive globe — used on Faaliyet Bölgelerimiz */
.wfp-wrap {
	width: min(1180px, calc(100% - 2.5rem));
	margin-inline: auto;
}

.wfp-where,
.wfp-map,
.varmis-bolgeler__globe {
	--wfp-sans: 'Outfit', 'Segoe UI', sans-serif;
	--wfp-map-teal: #0068D0;
	--wfp-map-teal-deep: #004A96;
	--wfp-map-ink: #1a222c;
	--wfp-map-muted: #5c6770;
	--wfp-map-bg: transparent;
	--wfp-map-line: #d7dde3;
}

/* ---------- Where we work — white/grey globe, teal select ---------- */
.wfp-where {
	padding: clamp(3.25rem, 7vw, 5.25rem) 0 3rem;
	background: transparent;
}

.varmis-bolgeler__globe {
	margin-bottom: 2.5rem;
}

.wfp-where__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.75rem;
}

.wfp-where__head .wfp-section-head {
	margin: 0;
	max-width: 36rem;
}

.wfp-where__all {
	flex-shrink: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--wfp-map-ink) !important;
	text-decoration: none !important;
	border-bottom: 2px solid var(--wfp-map-teal);
	padding-bottom: 0.15rem;
	transition: color 0.2s ease;
}

.wfp-where__all:hover {
	color: var(--wfp-map-teal) !important;
}

.wfp-map {
	width: min(1180px, calc(100% - 2.5rem));
	margin: 0 auto 2rem;
}

.wfp-map__canvas-wrap {
	position: relative;
	background: transparent;
	border: none;
	overflow: visible;
	min-height: 440px;
}

.wfp-globe {
	width: 100%;
	min-height: 440px;
	cursor: grab;
	background: transparent;
	position: relative;
}

.wfp-globe.is-loading::after {
	content: 'Harita yükleniyor…';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--wfp-map-muted);
	pointer-events: none;
}

.wfp-globe:active {
	cursor: grabbing;
}

.wfp-globe canvas {
	display: block;
	width: 100% !important;
	outline: none;
	background: transparent !important;
}

.wfp-globe-fallback {
	margin: 0;
	padding: 3rem 1rem;
	text-align: center;
	color: var(--wfp-map-muted);
	font-weight: 600;
}

.wfp-map__overlay {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 3;
	pointer-events: none;
	max-width: min(300px, calc(100% - 2rem));
}

.wfp-map__popup {
	pointer-events: auto;
	background: #fff;
	border-left: 4px solid var(--wfp-map-teal);
	box-shadow: 0 10px 28px rgba(26, 34, 44, 0.1);
	padding: 1rem 1.1rem 1.05rem;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.wfp-map__popup.is-visible {
	opacity: 1;
	transform: none;
}

.wfp-map__popup-scope {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wfp-map-teal);
}

.wfp-map__popup-name {
	display: block;
	margin: 0 0 0.4rem;
	font-family: var(--wfp-sans);
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--wfp-map-ink);
	line-height: 1.2;
}

.wfp-map__popup p {
	margin: 0 0 0.7rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--wfp-map-muted);
}

.wfp-map__popup-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--wfp-map-teal) !important;
	text-decoration: none !important;
	border-bottom: 2px solid var(--wfp-map-teal);
}

.wfp-map__popup-link::after {
	content: '→';
}

.wfp-map__popup-link:hover {
	color: var(--wfp-map-teal-deep) !important;
}

.wfp-map__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	padding: 0.85rem 0 0.35rem;
	border-bottom: 1px solid var(--wfp-map-line);
}

.wfp-map__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--wfp-map-muted);
}

.wfp-map__legend li {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.wfp-map__swatch {
	display: inline-block;
	width: 18px;
	height: 10px;
	flex-shrink: 0;
}

.wfp-map__swatch--flag {
	width: 22px;
	height: 14px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.wfp-map__swatch--active {
	background: #c8ccd1;
}

.wfp-map__swatch--activity {
	background: #6BA3E0;
}

.wfp-map__swatch--selected {
	background: var(--wfp-map-teal);
}

.wfp-map__swatch--line {
	height: 2px;
	background: #9aa0a6;
	align-self: center;
}

.wfp-globe-hint {
	margin: 0;
	font-size: 0.75rem;
	color: var(--wfp-map-muted);
	letter-spacing: 0.02em;
}

.wfp-map__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.wfp-map__chip {
	appearance: none;
	border: 1px solid var(--wfp-map-line);
	background: #fff;
	color: var(--wfp-map-ink);
	font-family: var(--wfp-sans);
	font-size: 0.88rem;
	font-weight: 600;
	padding: 0.5rem 0.9rem;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.wfp-map__chip-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--chip-accent, var(--wfp-map-teal));
	flex-shrink: 0;
}

.wfp-map__chip-dot--flag {
	width: 16px;
	height: 11px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-image: var(--chip-flag);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--chip-accent, var(--wfp-map-teal));
}

.wfp-map__chip:hover {
	border-color: var(--chip-accent, var(--wfp-map-teal));
	color: var(--chip-accent, var(--wfp-map-teal));
}

.wfp-map__chip.is-active {
	background: var(--chip-accent, var(--wfp-map-teal));
	border-color: var(--chip-accent, var(--wfp-map-teal));
	color: #fff;
}

.wfp-map__chip.is-active .wfp-map__chip-dot:not(.wfp-map__chip-dot--flag) {
	background: #fff;
}

.wfp-map__chip.is-active .wfp-map__chip-dot--flag {
	border-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.wfp-map__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	background: var(--wfp-map-line);
	border: 1px solid var(--wfp-map-line);
}

.wfp-map__stats li {
	background: #fff;
	padding: 1.25rem 1.15rem;
}

.wfp-map__stat-num {
	display: block;
	font-family: var(--wfp-sans);
	font-size: clamp(1.85rem, 3.2vw, 2.4rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--wfp-map-teal);
	margin-bottom: 0.4rem;
}

.wfp-map__stat-label {
	font-size: 0.9rem;
	line-height: 1.4;
	color: var(--wfp-map-muted);
}

.wfp-globe-note {
	margin: 1rem 0 0;
	font-size: 0.72rem;
	line-height: 1.5;
	color: var(--wfp-map-muted);
	max-width: 70rem;
}

@media (max-width: 991px) {
	.wfp-where__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.wfp-map__stats {
		grid-template-columns: 1fr;
	}

	.wfp-map__overlay {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.75rem;
		max-width: none;
	}
}

@media (max-width: 700px) {
	.wfp-wrap,
	.wfp-map {
		width: calc(100% - 1.6rem);
	}

	.wfp-map__canvas-wrap,
	.wfp-globe {
		min-height: 360px;
	}
}

