/* İhracat haritası — sade, merkez odaklı */
.export-map {
	padding: 64px 0 80px;
	background: #fff;
}

.export-map__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.export-map__header {
	max-width: 760px;
	margin: 0 auto 36px;
	text-align: center;
}

.export-map__header .section-sub-title {
	margin-bottom: 14px;
}

.export-map__title-accent {
	color: var(--accent-color);
	font-weight: 700;
}

.export-map__lead {
	max-width: 720px;
	margin: 18px auto 0;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(38, 38, 38, 0.62);
}

.export-map__intro-bar {
	margin-bottom: 28px;
}

.export-map__stage {
	position: relative;
	margin-bottom: 28px;
}

.export-map__viewport-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 950 / 620;
	max-height: min(68vh, 620px);
	border-radius: 16px;
	border: 1px solid rgba(38, 38, 38, 0.07);
	background: #fafafa;
	overflow: hidden;
	cursor: grab;
	touch-action: none;
	user-select: none;
}

.export-map__viewport-wrap.is-dragging {
	cursor: grabbing;
}

.export-map__viewport {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-origin: center center;
	will-change: transform;
}

.export-map__map {
	position: relative;
	width: 100%;
	height: 100%;
}

.export-map__world {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	opacity: 0.28;
	filter: grayscale(1);
	pointer-events: none;
}

.export-map__svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.export-map__controls {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.export-map__zoom-btn {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(38, 38, 38, 0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--primary-color);
	font-size: 13px;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(38, 38, 38, 0.08);
	transition: background 0.2s ease, border-color 0.2s ease;
}

.export-map__zoom-btn:hover {
	background: #fff;
	border-color: rgba(150, 105, 25, 0.35);
	color: var(--accent-color);
}

.export-map__zoom-btn--reset {
	font-size: 11px;
}

.export-map__pin {
	cursor: pointer;
	outline: none;
}

.export-map__pin-pulse {
	fill: rgba(150, 105, 25, 0.15);
	transform-origin: center;
	transform-box: fill-box;
	animation: export-pin-pulse 3s ease-out infinite;
	opacity: 0;
}

.export-map__pin--hq .export-map__pin-pulse {
	fill: rgba(38, 38, 38, 0.12);
	animation-duration: 2.4s;
}

.export-map__pin-ring {
	fill: #fff;
	stroke: rgba(38, 38, 38, 0.08);
	stroke-width: 1;
}

.export-map__pin-core {
	fill: var(--accent-color);
	transition: transform 0.2s ease;
	transform-origin: center;
	transform-box: fill-box;
}

.export-map__pin--hq .export-map__pin-core {
	fill: var(--primary-color);
}

.export-map__pin:hover .export-map__pin-core,
.export-map__pin.is-active .export-map__pin-core,
.export-map__pin:focus-visible .export-map__pin-core {
	transform: scale(1.4);
}

.export-map__tooltip {
	position: fixed;
	z-index: 1000;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(38, 38, 38, 0.08);
	box-shadow: 0 8px 28px rgba(38, 38, 38, 0.12);
	pointer-events: none;
	white-space: nowrap;
}

.export-map__tooltip img {
	width: 24px;
	height: 16px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(38, 38, 38, 0.06);
}

.export-map__tooltip-name {
	font-size: 12px;
	font-weight: 600;
	color: var(--primary-color);
}

.export-map__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 32px;
}

.export-map__fact {
	padding: 24px 26px 26px;
	border-radius: 14px;
	border: 1px solid rgba(38, 38, 38, 0.08);
	background: #fafafa;
}

.export-map__fact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 10px;
	background: rgba(150, 105, 25, 0.1);
	color: var(--accent-color);
	font-size: 17px;
}

.export-map__fact-title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
}

.export-map__fact-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(38, 38, 38, 0.62);
}

.export-map__list-heading {
	margin: 0 0 14px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(38, 38, 38, 0.45);
}

.export-map__country-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.export-map__country-list li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(38, 38, 38, 0.08);
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	color: rgba(38, 38, 38, 0.68);
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
	cursor: default;
}

.export-map__country-list li img {
	width: 18px;
	height: 12px;
	object-fit: cover;
	border-radius: 1px;
	flex-shrink: 0;
}

.export-map__country-list li em {
	font-style: normal;
	font-weight: 500;
	color: rgba(38, 38, 38, 0.42);
	margin-left: 2px;
}

.export-map__country-list li.is-active,
.export-map__country-list li:hover {
	border-color: rgba(150, 105, 25, 0.35);
	background: rgba(150, 105, 25, 0.06);
	color: var(--primary-color);
}

.export-map__country-item--hq {
	border-color: rgba(38, 38, 38, 0.14);
	font-weight: 600;
}

@keyframes export-pin-pulse {
	0% {
		transform: scale(0.7);
		opacity: 0.5;
	}
	75% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media (max-width: 767px) {
	.export-map {
		padding: 48px 0 56px;
	}

	.export-map__header {
		margin-bottom: 28px;
	}

	.export-map__lead {
		font-size: 15px;
	}

	.export-map__intro-bar {
		margin-bottom: 22px;
	}

	.export-map__facts {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 24px;
	}

	.export-map__fact {
		padding: 20px 22px 22px;
	}

	.export-map__viewport-wrap {
		max-height: none;
		aspect-ratio: 4 / 3;
		border-radius: 12px;
	}

	.export-map__controls {
		right: 10px;
		bottom: 10px;
	}

	.export-map__zoom-btn {
		width: 32px;
		height: 32px;
	}

	.export-map__country-list {
		gap: 6px;
	}

	.export-map__country-list li {
		padding: 6px 10px;
		font-size: 11px;
	}
}
