/* ==========================================================================
   About page — exact layout fix (v1.9.6)
   Scoped: .iuk-about
   ========================================================================== */

/* —— 1. Kurumsal Kimlik — Hakkında card —— */
@media (min-width: 900px) {
	.iuk-about .ab-who__split {
		grid-template-columns: minmax(240px, 0.82fr) 1.22fr;
		gap: 2rem;
		align-items: start;
	}
}

.iuk-about .ab-who__card.ab-glass {
	display: flex;
	flex-direction: column;
	padding: clamp(2rem, 4vw, 2.75rem) clamp(2rem, 3.8vw, 2.85rem);
	overflow: visible;
}

.iuk-about .ab-who__card-title {
	margin: 0 0 1.25rem;
	padding: 0;
	font-size: clamp(1.375rem, 2.4vw, 1.875rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.02em;
	color: #fff;
	overflow: visible;
	word-wrap: break-word;
	hyphens: manual;
}

.iuk-about .ab-who__card .ab-who__lead {
	margin-top: 0;
	margin-bottom: 1.25rem;
	line-height: 1.72;
}

.iuk-about .ab-who__card .ab-who__emphasis {
	margin-bottom: 1.15rem;
}

.iuk-about .ab-who__card .ab-who__pillars {
	margin-bottom: 1.2rem;
}

.iuk-about .ab-who__card .ab-who__foot {
	margin-bottom: 0;
}

.iuk-about .ab-who__card-foot {
	margin-top: auto;
	padding-top: 1.25rem;
}

.iuk-about .ab-who__proof-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0.85rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.iuk-about .ab-who__proof-row li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.78);
	white-space: nowrap;
}

.iuk-about .ab-who__proof-row li::before {
	content: '✓';
	font-size: 0.625rem;
	color: var(--av-green);
	flex-shrink: 0;
}

@media (max-width: 720px) {
	.iuk-about .ab-who__proof-row {
		justify-content: flex-start;
	}

	.iuk-about .ab-who__proof-row li {
		white-space: normal;
	}
}

/* —— 2. Türkiye Operasyon Ağı — centered, no left shift —— */
.iuk-about .ab-network-wrap .iuk-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iuk-about .ab-network-wrap__head {
	width: 100%;
}

.iuk-about .ab-network.ab-network--expanded {
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	min-height: clamp(340px, 40vw, 420px);
	max-height: 440px;
	padding: 0.65rem 0.65rem 2rem;
	aspect-ratio: 2.1 / 1;
}

.iuk-about .ab-network__field {
	background:
		radial-gradient(ellipse 55% 50% at 50% 48%, rgba(6, 182, 212, 0.09) 0%, transparent 72%),
		linear-gradient(180deg, rgba(6, 182, 212, 0.02) 0%, transparent 40%, rgba(6, 182, 212, 0.02) 100%);
}

.iuk-about .ab-network__stage {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	bottom: 1.85rem;
	left: 0.5rem;
	transform: none;
	margin: 0;
}

.iuk-about .ab-network__stage .ab-network__svg,
.iuk-about .ab-network__stage .ab-network__nodes {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

/* —— 3. Operasyon Perspektifi — section bottom strip —— */
.iuk-about .ab-editorial {
	padding-top: clamp(2.5rem, 4.5vw, 4.5rem);
	padding-bottom: clamp(2rem, 3.5vw, 3.25rem);
}

.iuk-about .ab-editorial > .iuk-container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.iuk-about .ab-editorial__layout {
	align-items: start;
	gap: 1.5rem;
	margin-bottom: 0;
}

@media (min-width: 960px) {
	.iuk-about .ab-editorial__layout {
		grid-template-columns: minmax(220px, 0.8fr) 1.2fr;
		gap: 1.5rem;
	}
}

.iuk-about .ab-editorial__mega {
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	line-height: 1.1;
	max-width: none;
}

.iuk-about .ab-editorial__panel {
	padding: 1.15rem 1.15rem 1.1rem;
}

.iuk-about .ab-ops-deck {
	margin-bottom: 0.85rem;
}

/* Hide removed deck extras if cached CSS lingers */
.iuk-about .ab-ops-deck__route,
.iuk-about .ab-ops-deck__stats {
	display: none !important;
}

.iuk-about .ab-editorial__prose--compact {
	padding-top: 0.75rem;
}

@media (min-width: 768px) {
	.iuk-about .ab-editorial__prose--compact {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.6rem 0.8rem;
	}

	.iuk-about .ab-editorial__prose--compact .ab-editorial__lead,
	.iuk-about .ab-editorial__prose--compact .ab-editorial__lead-cont {
		grid-column: 1 / -1;
	}

	.iuk-about .ab-editorial__prose--compact .ab-editorial__lead::first-letter {
		font-size: 2.5rem;
	}

	.iuk-about .ab-editorial__prose--compact .ab-editorial__block {
		margin: 0;
		padding: 0.75rem 0.85rem;
	}
}

/* Full-width operation strip */
.iuk-about .ab-editorial__flow-strip {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1rem;
	padding: 0.75rem 1rem;
	background: rgba(11, 17, 32, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.iuk-about .ab-editorial__flow-strip-label {
	flex: 0 0 auto;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--av-cyan);
	white-space: nowrap;
}

.iuk-about .ab-editorial__flow-strip-track {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.25rem;
	flex: 1 1 auto;
	min-width: 0;
}

.iuk-about .ab-editorial__flow-strip-step {
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0.35rem 0.5rem;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.55);
	transition: border-color 0.35s, color 0.35s, opacity 0.35s;
	white-space: nowrap;
}

.iuk-about .ab-editorial__flow-strip-step.is-live {
	border-color: rgba(6, 182, 212, 0.38);
	color: #fff;
	background: rgba(6, 182, 212, 0.08);
}

.iuk-about .ab-editorial__flow-strip-arrow {
	display: block;
	width: 0.75rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.25);
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.iuk-about .ab-editorial__flow-strip {
		flex-direction: column;
		align-items: stretch;
	}

	.iuk-about .ab-editorial__flow-strip-track {
		justify-content: flex-start;
	}
}

/* —— Section height tighten —— */
.iuk-about .ab-who.ab-section--flow {
	padding-bottom: clamp(2.5rem, 4vw, 4rem);
}

.iuk-about .ab-network-wrap.ab-section--flow {
	padding-bottom: clamp(2.5rem, 4vw, 4rem);
}
