/* ==========================================================================
   Services — Premium aviation authority (v2.0.22)
   Scoped: .iuk-services
   ========================================================================== */

.iuk-services {
	--av-bg: #020617;
	--av-surface: #0b1120;
	--av-surface-2: #111827;
	--av-line: rgba(255, 255, 255, 0.08);
	--av-text: #f8fafc;
	--av-muted: rgba(255, 255, 255, 0.76);
	--av-muted-soft: rgba(255, 255, 255, 0.68);
	--av-blue: #2563eb;
	--av-cyan: #06b6d4;
	--av-green: #22c55e;
	--av-wa: #25d366;
	--av-ease: cubic-bezier(0.16, 1, 0.3, 1);
	--av-header: 72px;
	--sv-pad: clamp(3.5rem, 6vw, 6rem);
	background: var(--av-bg);
	color: var(--av-text);
}

body.iuk-services { background: var(--av-bg); }
.iuk-services .iuk-main { padding-top: 0; background: var(--av-bg); }

/* Header — fixed over hero (matches home/about) */
.iuk-services .iuk-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	border-bottom: 1px solid transparent;
	min-height: var(--av-header);
	transition: background 0.35s, border-color 0.35s;
}

.iuk-services .iuk-header--scrolled {
	background: rgba(2, 6, 23, 0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom-color: var(--av-line);
}

.iuk-services .iuk-nav__list a { color: rgba(255, 255, 255, 0.82); }
.iuk-services .iuk-nav__list a:hover,
.iuk-services .iuk-nav__list .current-menu-item a { color: #fff; }
.iuk-services .iuk-header .brand-main { color: #fff; }
.iuk-services .iuk-header .brand-sub {
	background: linear-gradient(95deg, #fff 0%, #f2efe6 25%, #e8d28a 52%, #c8d8eb 82%, #afbbe8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.iuk-services .iuk-header .iuk-brand-mark { color: #d8e2ef; opacity: 0.9; }

/* Solid surfaces — no glass on Services */
.iuk-services .sv-surface {
	background: var(--av-surface-2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.iuk-services .sv-surface--panel {
	border-radius: 18px;
}

.iuk-services .sv-glass,
.iuk-services .av-glass {
	background: var(--av-surface-2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.iuk-services .sv-glass::before,
.iuk-services .sv-glass::after,
.iuk-services .av-glass::before,
.iuk-services .av-glass::after {
	display: none;
}

.iuk-services .sv-pulse-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--av-green);
	box-shadow: 0 0 12px var(--av-green);
	animation: sv-pulse 2s ease-in-out infinite;
	vertical-align: middle;
	margin-right: 0.5rem;
}

@keyframes sv-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.55; transform: scale(0.85); }
}

.iuk-services .av-reveal {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
	transition: opacity 0.9s var(--av-ease), transform 0.9s var(--av-ease);
	transition-delay: var(--delay, 0s);
}

.iuk-services .av-reveal.is-in { opacity: 1; transform: none; }

/* Buttons */
.iuk-services .av-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.35rem;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	transition: transform 0.35s var(--av-ease), background 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.iuk-services .av-btn svg { width: 1.125rem; height: 1.125rem; flex-shrink: 0; }
.iuk-services .av-btn--wa {
	background: var(--av-wa);
	color: #fff;
	box-shadow: 0 4px 24px rgba(37, 211, 102, 0.28);
}
.iuk-services .av-btn--wa:hover { transform: translateY(-2px); box-shadow: 0 6px 32px rgba(37, 211, 102, 0.38); }
.iuk-services .av-btn--ghost {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
}
.iuk-services .av-btn--ghost:hover { background: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.4); }
.iuk-services .av-btn--sm { padding: 0.625rem 1.125rem; font-size: 0.8125rem; }
.iuk-services .av-btn--xl { padding: 0.95rem 1.75rem; font-size: 0.9375rem; font-weight: 700; }

/* ===== HERO — parity with home/about ===== */
.iuk-services .sv-hero.av-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: calc(var(--av-header) + 1.5rem) 0 3rem;
	overflow: hidden;
	background: var(--av-bg);
}

.iuk-services .sv-hero .av-hero__inner {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.25rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.iuk-services .sv-hero .av-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.iuk-services .sv-hero .av-hero__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
	filter: contrast(1.12) saturate(0.98) brightness(0.94);
}

.iuk-services .sv-hero .av-hero__media::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(ellipse 48% 58% at 68% 42%, rgba(255, 255, 255, 0.1) 0%, transparent 68%),
		radial-gradient(ellipse 30% 40% at 75% 38%, rgba(6, 182, 212, 0.05) 0%, transparent 70%);
	mix-blend-mode: soft-light;
	pointer-events: none;
}

.iuk-services .sv-hero .av-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(105deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.78) 42%, rgba(2, 6, 23, 0.45) 72%, rgba(2, 6, 23, 0.58) 100%);
}

.iuk-services .sv-hero .av-hero__vignette {
	position: absolute;
	inset: 0;
	z-index: 3;
	background:
		radial-gradient(ellipse at 24% 48%, transparent 28%, rgba(2, 6, 23, 0.55) 100%),
		linear-gradient(90deg, rgba(2, 6, 23, 0.35) 0%, transparent 42%);
	pointer-events: none;
}

.iuk-services .sv-hero__grid {
	display: grid;
	gap: 2rem;
	align-items: start;
}

@media (min-width: 960px) {
	.iuk-services .sv-hero__grid {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 2.5rem;
	}
}

.iuk-services .sv-hero__aside { min-width: 0; }

.iuk-services .sv-hero__aside-frame {
	overflow: hidden;
	padding: 0;
}

.iuk-services .sv-hero__aside-photo {
	display: block;
	width: 100%;
	height: auto;
	min-height: 220px;
	max-height: 340px;
	object-fit: cover;
	border-radius: 14px 14px 0 0;
}

.iuk-services .sv-hero__aside-caption {
	margin: 0;
	padding: 1rem 1.25rem 1.125rem;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: var(--av-muted);
}

.iuk-services .sv-hero .av-hero__eyebrow {
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(126, 231, 255, 0.75);
	margin: 0 0 1.25rem;
	line-height: 1.45;
}

@media (min-width: 768px) {
	.iuk-services .sv-hero .av-hero__eyebrow { font-size: 0.75rem; margin-bottom: 1.5rem; }
}

.iuk-services .sv-hero__title {
	font-size: clamp(2.125rem, 5.5vw, 3.75rem);
	font-weight: 700;
	line-height: 1.08;
	color: var(--av-text);
	margin: 0 0 1.75rem;
	letter-spacing: -0.03em;
	max-width: 14ch;
	overflow: visible;
	padding-bottom: 0.06em;
}

.iuk-services .sv-hero__title-line { display: block; overflow: visible; padding-bottom: 0.04em; }

.iuk-services .sv-hero__title-line--accent {
	background: linear-gradient(135deg, #fff 0%, var(--av-cyan) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.14;
	padding-bottom: 0.1em;
}

.iuk-services .sv-hero__lead {
	font-size: clamp(1rem, 1.8vw, 1.125rem);
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
	max-width: 40rem;
	margin: 0 0 2.25rem;
}

.iuk-services .sv-hero .av-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.875rem;
	margin-top: 0;
}

.iuk-services .sv-hero__trust {
	position: relative;
	z-index: 5;
	padding: 2rem 0 0;
	margin-top: auto;
}

.iuk-services .sv-hero__trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.iuk-services .sv-hero__trust-list li {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(17, 24, 39, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.iuk-services .sv-hero__trust-icon { display: flex; color: var(--av-cyan); }
.iuk-services .sv-hero__trust-icon svg { width: 1.25rem; height: 1.25rem; }

/* Sections shared */
.iuk-services .sv-section {
	padding: var(--sv-pad) 0;
	position: relative;
}

.iuk-services .sv-section__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(126, 231, 255, 0.85);
	margin: 0 0 0.75rem;
}

.iuk-services .sv-section__head {
	margin-bottom: 2rem;
	max-width: 44rem;
}

.iuk-services .sv-section__head--center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.iuk-services .sv-section__head h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.75rem, 3.5vw, 2.625rem);
	font-weight: 800;
	line-height: 1.12;
	color: #fff;
	letter-spacing: -0.02em;
}

.iuk-services .sv-section__head p {
	margin: 0;
	color: var(--av-muted);
	line-height: 1.7;
	font-size: 1.0625rem;
}

.iuk-services .sv-head-space { margin-left: 0.2em; }

.iuk-services .sv-journey .sv-section__head { margin-bottom: 1.5rem; }
.iuk-services .sv-journey .sv-section__head p { margin-top: 0.5rem; }

/* ===== 3 SAAT — hero-level showcase ===== */
.iuk-services .sv-speed {
	position: relative;
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.5rem, 6vw, 5rem);
	overflow: hidden;
	background:
		radial-gradient(ellipse 80% 60% at 50% 0%, rgba(6, 182, 212, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 50% 40% at 100% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
		var(--av-surface);
	border-top: 1px solid var(--av-line);
	border-bottom: 1px solid var(--av-line);
}

.iuk-services .sv-speed__atmosphere { position: absolute; inset: 0; pointer-events: none; }

.iuk-services .sv-speed__grid-lines {
	position: absolute;
	inset: 0;
	opacity: 0.45;
	background-image:
		linear-gradient(rgba(6, 182, 212, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(6, 182, 212, 0.08) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.iuk-services .sv-speed__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
}

.iuk-services .sv-speed__glow--1 { width: 480px; height: 480px; top: -20%; left: -10%; background: rgba(6, 182, 212, 0.18); }
.iuk-services .sv-speed__glow--2 { width: 400px; height: 400px; bottom: -30%; right: -5%; background: rgba(37, 99, 235, 0.14); }

.iuk-services .sv-speed__showcase {
	position: relative;
	padding: clamp(2.5rem, 5vw, 3.5rem);
}

.iuk-services .sv-speed__body {
	display: grid;
	gap: 1.5rem;
	margin-top: 0.5rem;
}

@media (min-width: 960px) {
	.iuk-services .sv-speed__body {
		grid-template-columns: 1.15fr 0.85fr;
		grid-template-rows: 1fr 1fr;
		gap: 1.25rem 2rem;
		align-items: stretch;
	}
}

@media (max-width: 959px) {
	.iuk-services .sv-speed__visual--motor { order: -2; }
	.iuk-services .sv-speed__visual--vehicle { order: -1; }
	.iuk-services .sv-speed__pipeline { order: 0; }
}

.iuk-services .sv-speed__badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 1.5rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(126, 231, 255, 0.9);
}

.iuk-services .sv-speed__display {
	display: flex;
	align-items: flex-end;
	gap: clamp(1rem, 3vw, 2rem);
	margin-bottom: 1.5rem;
}

.iuk-services .sv-speed__num {
	font-size: clamp(5rem, 14vw, 9rem);
	font-weight: 800;
	line-height: 0.85;
	letter-spacing: -0.05em;
	background: linear-gradient(180deg, #fff 0%, var(--av-cyan) 55%, rgba(6, 182, 212, 0.6) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 60px rgba(6, 182, 212, 0.3);
}

.iuk-services .sv-speed__unit {
	display: block;
	font-size: clamp(1rem, 2vw, 1.375rem);
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--av-cyan);
	margin-bottom: 0.35rem;
}

.iuk-services .sv-speed__headline {
	margin: 0;
	font-size: clamp(1.5rem, 3.5vw, 2.5rem);
	font-weight: 800;
	line-height: 1.12;
	color: #fff;
	max-width: 16ch;
	letter-spacing: -0.02em;
}

.iuk-services .sv-speed__lead {
	margin: 0 0 2.5rem;
	max-width: 44rem;
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--av-muted);
}

.iuk-services .sv-speed__pipeline {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: relative;
}

.iuk-services .sv-speed__pipeline-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.iuk-services .sv-speed__pipeline-row {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
	}
}

@media (min-width: 960px) {
	.iuk-services .sv-speed__pipeline {
		display: contents;
	}

	.iuk-services .sv-speed__pipeline-row {
		height: 100%;
		align-items: stretch;
	}

	.iuk-services .sv-speed__pipeline-row--top {
		grid-column: 1;
		grid-row: 1;
		align-self: stretch;
	}

	.iuk-services .sv-speed__pipeline-row--bottom {
		grid-column: 1;
		grid-row: 2;
		align-self: stretch;
		max-width: none;
		margin-inline: 0;
		width: 100%;
	}

	.iuk-services .sv-speed__visual--motor {
		grid-column: 2;
		grid-row: 1;
	}

	.iuk-services .sv-speed__visual--vehicle {
		grid-column: 2;
		grid-row: 2;
	}

	.iuk-services .sv-speed__node {
		height: 100%;
		min-height: 11rem;
		padding: 1.75rem 1.875rem;
		align-self: stretch;
	}
}

.iuk-services .sv-speed__flow {
	display: none;
}

@keyframes sv-flow-pulse {
	0% { left: 0; opacity: 0.4; }
	50% { opacity: 1; }
	100% { left: 76%; opacity: 0.4; }
}

.iuk-services .sv-speed__node {
	padding: 1.5rem;
	border-radius: 14px;
	position: relative;
	z-index: 1;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	transition: transform 0.4s var(--av-ease), border-color 0.4s;
}

.iuk-services .sv-speed__node:hover { transform: translateY(-4px); border-color: rgba(6, 182, 212, 0.35); }

.iuk-services .sv-speed__node-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.iuk-services .sv-speed__node-index {
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: rgba(6, 182, 212, 0.7);
}

.iuk-services .sv-speed__node-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 10px;
	background: rgba(11, 17, 32, 0.95);
	border: 1px solid rgba(6, 182, 212, 0.35);
	color: #fff;
	position: relative;
	z-index: 2;
}

.iuk-services .sv-speed__node-icon svg { width: 1.375rem; height: 1.375rem; }

.iuk-services .sv-speed__node h3 {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
}

.iuk-services .sv-speed__node p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--av-muted-soft);
}

.iuk-services .sv-speed__visual {
	width: 100%;
	height: auto;
	min-height: 130px;
	max-height: 320px;
	object-fit: cover;
	border-radius: 14px;
	filter: contrast(1.05) saturate(0.95);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

@media (min-width: 960px) {
	.iuk-services .sv-speed__visual {
		height: 100%;
		min-height: 11rem;
		max-height: none;
	}
}

/* ===== Airline capability showcase ===== */
.iuk-services .sv-airline {
	background: var(--av-bg);
	overflow: hidden;
}

.iuk-services .sv-airline__atmosphere {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, var(--av-bg) 0%, transparent 35%, transparent 65%, var(--av-bg) 100%),
		url('../images/ucak-kargo-operasyon.jpg') center / cover no-repeat;
	opacity: 0.18;
	pointer-events: none;
}

.iuk-services .sv-airline__showcase {
	display: grid;
	gap: 2.5rem;
	padding: clamp(2.5rem, 5vw, 3.5rem);
	border-radius: 18px;
}

@media (min-width: 960px) {
	.iuk-services .sv-airline__showcase {
		grid-template-columns: minmax(220px, 32%) 1fr;
		align-items: center;
		gap: 3rem;
	}
}

.iuk-services .sv-airline__radar {
	position: relative;
	width: clamp(160px, 22vw, 220px);
	height: clamp(160px, 22vw, 220px);
	margin: 0 auto;
	flex-shrink: 0;
}

.iuk-services .sv-airline__radar-ring {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(6, 182, 212, 0.25);
	border-radius: 50%;
}

.iuk-services .sv-airline__radar-ring--2 { inset: 15%; opacity: 0.7; }
.iuk-services .sv-airline__radar-ring--3 { inset: 30%; opacity: 0.45; }

.iuk-services .sv-airline__radar-sweep {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(from 0deg, transparent 0deg, rgba(6, 182, 212, 0.25) 40deg, transparent 80deg);
	animation: sv-radar-sweep 4s linear infinite;
}

@keyframes sv-radar-sweep {
	to { transform: rotate(360deg); }
}

.iuk-services .sv-airline__radar-core {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: rgba(6, 182, 212, 0.15);
	border: 1px solid rgba(6, 182, 212, 0.35);
	color: #fff;
	box-shadow: 0 0 32px rgba(6, 182, 212, 0.2);
}

.iuk-services .sv-airline__radar-core svg { width: 1.375rem; height: 1.375rem; }

.iuk-services .sv-airline__content { min-width: 0; }

.iuk-services .sv-airline__copy h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.5rem, 3vw, 2.125rem);
	font-weight: 800;
	line-height: 1.14;
	color: #fff;
}

.iuk-services .sv-airline__copy p {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--av-muted);
}

.iuk-services .sv-airline__capabilities {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.875rem;
}

@media (min-width: 640px) { .iuk-services .sv-airline__capabilities { grid-template-columns: repeat(2, 1fr); } }

.iuk-services .sv-airline__capabilities li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.875rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.iuk-services .sv-airline__cap-icon { display: flex; color: var(--av-cyan); flex-shrink: 0; }
.iuk-services .sv-airline__cap-icon svg { width: 1rem; height: 1rem; }

/* ===== Service modules ===== */
.iuk-services .sv-services {
	background:
		radial-gradient(ellipse 60% 40% at 0% 100%, rgba(37, 99, 235, 0.06) 0%, transparent 55%),
		var(--av-bg);
	border-top: 1px solid var(--av-line);
	padding-top: clamp(3rem, 5vw, 4.5rem);
}

.iuk-services .sv-services__grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 640px) { .iuk-services .sv-services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .iuk-services .sv-services__grid { grid-template-columns: repeat(2, 1fr); gap: 1.375rem; } }

.iuk-services .sv-module {
	padding: 2rem;
	border-radius: 16px;
	transition: transform 0.4s var(--av-ease), box-shadow 0.4s;
	border-left: 3px solid rgba(6, 182, 212, 0.35);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.iuk-services .sv-module:hover {
	transform: translateY(-5px);
	box-shadow: 0 32px 64px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(6, 182, 212, 0.12);
}

.iuk-services .sv-module__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.875rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.iuk-services .sv-module__title-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
}

.iuk-services .sv-module__index {
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: rgba(6, 182, 212, 0.75);
}

.iuk-services .sv-module__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 12px;
	background: rgba(6, 182, 212, 0.12);
	border: 1px solid rgba(6, 182, 212, 0.28);
	color: #fff;
}

.iuk-services .sv-module__icon svg { width: 1.5rem; height: 1.5rem; stroke-width: 1.75; }

.iuk-services .sv-module__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
	letter-spacing: -0.01em;
	flex: 1;
}

.iuk-services .sv-module__fields {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex: 1;
}

.iuk-services .sv-module__label {
	display: block;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(126, 231, 255, 0.85);
	margin-bottom: 0.35rem;
}

.iuk-services .sv-module__field p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--av-muted);
}

.iuk-services .sv-module__field--accent {
	padding: 1rem 1.25rem;
	border-radius: 10px;
	background: rgba(6, 182, 212, 0.06);
	border: 1px solid rgba(6, 182, 212, 0.14);
	margin-top: auto;
}

.iuk-services .sv-module__field--accent p { color: rgba(255, 255, 255, 0.85); }

.iuk-services .sv-module__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 1.25rem;
	padding: 0;
	background: none;
	border: none;
	color: var(--av-cyan);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.25s var(--av-ease);
}

.iuk-services .sv-module__cta:hover {
	color: #fff;
	text-decoration: underline;
}

.iuk-services .sv-module__cta svg {
	width: 1rem;
	height: 1rem;
}

/* ===== Ankara authority ===== */
.iuk-services .sv-ankara {
	background: linear-gradient(180deg, var(--av-surface) 0%, #010409 100%);
	overflow: hidden;
	padding-top: clamp(3rem, 5vw, 4.5rem);
	padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.iuk-services .sv-ankara__atmosphere {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 55% 45% at 20% 50%, rgba(37, 99, 235, 0.2) 0%, transparent 60%);
	pointer-events: none;
}

.iuk-services .sv-ankara__authority {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 960px) {
	.iuk-services .sv-ankara__authority { grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
}

.iuk-services .sv-ankara__intro {
	padding: clamp(2rem, 4vw, 2.75rem);
	border-radius: 18px;
}

.iuk-services .sv-ankara__intro h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.625rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.14;
	color: #fff;
}

.iuk-services .sv-ankara__intro > p {
	margin: 0 0 1.75rem;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--av-muted);
}

.iuk-services .sv-ankara__stats {
	display: grid;
	gap: 0.75rem;
}

@media (min-width: 480px) { .iuk-services .sv-ankara__stats { grid-template-columns: repeat(2, 1fr); } }

.iuk-services .sv-ankara__stat {
	padding: 1rem 1.125rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.iuk-services .sv-ankara__stat strong {
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.25rem;
}

.iuk-services .sv-ankara__stat span {
	font-size: 0.8125rem;
	color: var(--av-muted-soft);
}

.iuk-services .sv-ankara__targets {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.75rem;
}

.iuk-services .sv-ankara__targets li {
	display: grid;
	grid-template-columns: auto auto 1fr;
	align-items: center;
	gap: 0.875rem;
	padding: 1.25rem 1.375rem;
	border-radius: 14px;
	transition: transform 0.35s var(--av-ease);
}

.iuk-services .sv-ankara__targets li:hover { transform: translateX(4px); }

.iuk-services .sv-ankara__target-num {
	font-size: 0.6875rem;
	font-weight: 800;
	color: rgba(6, 182, 212, 0.7);
	letter-spacing: 0.1em;
}

.iuk-services .sv-ankara__mark { display: flex; color: var(--av-cyan); }
.iuk-services .sv-ankara__mark svg { width: 1.25rem; height: 1.25rem; }

.iuk-services .sv-ankara__target-label {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #fff;
}

/* ===== Journey — animated flow ===== */
.iuk-services .sv-journey {
	position: relative;
	padding: clamp(3rem, 5vw, 4.5rem) 0;
	overflow: hidden;
	min-height: 30rem;
}

.iuk-services .sv-journey__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.iuk-services .sv-journey__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 30% center;
	filter: brightness(1.08) contrast(1.05);
}

.iuk-services .sv-journey__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.52) 45%, rgba(2, 6, 23, 0.75) 100%),
		linear-gradient(180deg, rgba(2, 6, 23, 0.78) 0%, rgba(2, 6, 23, 0.72) 50%, rgba(2, 6, 23, 0.88) 100%);
}

.iuk-services .sv-journey .iuk-container { position: relative; z-index: 1; }

.iuk-services .sv-journey__stage {
	position: relative;
	margin-top: 1.25rem;
}

.iuk-services .sv-journey__flow {
	position: absolute;
	top: 2.75rem;
	left: 8%;
	right: 8%;
	height: 3px;
	z-index: 0;
	display: none;
}

@media (min-width: 900px) { .iuk-services .sv-journey__flow { display: block; } }

.iuk-services .sv-journey__flow-track {
	position: absolute;
	inset: 0;
	background: rgba(6, 182, 212, 0.15);
	border-radius: 3px;
}

.iuk-services .sv-journey__flow-progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: var(--journey-progress, 0%);
	background: linear-gradient(90deg, var(--av-cyan), rgba(37, 99, 235, 0.8));
	border-radius: 3px;
	box-shadow: 0 0 16px rgba(6, 182, 212, 0.5);
	transition: none;
}

.iuk-services .sv-journey__flow-shuttle {
	position: absolute;
	top: 50%;
	left: var(--journey-progress, 0%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 20px var(--av-cyan), 0 0 40px rgba(6, 182, 212, 0.4);
	transform: translate(-50%, -50%);
	transition: none;
}

.iuk-services .sv-journey__track {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}

@media (min-width: 900px) { .iuk-services .sv-journey__track { grid-template-columns: repeat(5, 1fr); } }

.iuk-services .sv-journey__step {
	padding: 1.25rem 0.75rem;
	text-align: center;
	opacity: 0.55;
	transition: opacity 0.6s var(--av-ease), transform 0.6s var(--av-ease);
}

.iuk-services .sv-journey__step.is-active,
.iuk-services .sv-journey__step.is-passed {
	opacity: 1;
}

.iuk-services .sv-journey__step.is-active { transform: translateY(-4px); }

@media (max-width: 899px) {
	.iuk-services .sv-journey__step {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 1rem;
		text-align: left;
		padding: 1rem 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		opacity: 1;
	}
}

.iuk-services .sv-journey__node {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

@media (max-width: 899px) { .iuk-services .sv-journey__step .sv-journey__node { margin-bottom: 0; } }

.iuk-services .sv-journey__num {
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: var(--av-cyan);
}

.iuk-services .sv-journey__node-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	padding: 0;
	color: #fff;
	background: var(--av-surface-2);
	border: 1px solid rgba(6, 182, 212, 0.28);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	transition: box-shadow 0.55s var(--av-ease), border-color 0.55s var(--av-ease);
}

.iuk-services .sv-journey__step.is-active .sv-journey__node-icon {
	box-shadow: 0 0 32px rgba(6, 182, 212, 0.45);
	border-color: rgba(6, 182, 212, 0.5);
}

.iuk-services .sv-journey__node-icon svg { width: 1.25rem; height: 1.25rem; }

.iuk-services .sv-journey__content strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
}

.iuk-services .sv-journey__content p {
	margin: 0 auto;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
	max-width: 11rem;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
}

@media (max-width: 899px) {
	.iuk-services .sv-journey__content p {
		max-width: none;
		margin: 0;
	}
}

/* ===== Match — operational advisory ===== */
.iuk-services .sv-match {
	background: var(--av-surface);
	border-top: 1px solid var(--av-line);
	padding-top: clamp(3rem, 5vw, 4.5rem);
	padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.iuk-services .sv-match__layout {
	display: grid;
	gap: 0;
	padding: 0;
	border-radius: 18px;
	overflow: hidden;
}

@media (min-width: 900px) {
	.iuk-services .sv-match__layout {
		grid-template-columns: 0.95fr 1.05fr;
		align-items: stretch;
	}
}

.iuk-services .sv-match__sidebar {
	padding: clamp(2rem, 4vw, 2.75rem);
	border-bottom: 1px solid var(--av-line);
}

@media (min-width: 900px) {
	.iuk-services .sv-match__sidebar {
		border-bottom: none;
		border-right: 1px solid var(--av-line);
	}
}

.iuk-services .sv-match__sidebar h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.375rem, 2.5vw, 1.875rem);
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
}

.iuk-services .sv-match__lead {
	margin: 0 0 1.5rem;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--av-muted);
}

.iuk-services .sv-match__options { display: flex; flex-direction: column; gap: 0.5rem; }

.iuk-services .sv-match__option {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
	padding: 1rem 1.125rem;
	text-align: left;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	transition: border-color 0.35s, background 0.35s, transform 0.35s var(--av-ease);
}

.iuk-services .sv-match__option:hover,
.iuk-services .sv-match__option.is-active {
	border-color: rgba(6, 182, 212, 0.45);
	background: rgba(37, 99, 235, 0.1);
	transform: translateX(4px);
}

.iuk-services .sv-match__option-num {
	font-size: 0.6875rem;
	font-weight: 800;
	color: rgba(6, 182, 212, 0.75);
	letter-spacing: 0.1em;
	padding-top: 0.15rem;
}

.iuk-services .sv-match__option-text { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; }

.iuk-services .sv-match__need { font-size: 0.875rem; font-weight: 600; color: #fff; }
.iuk-services .sv-match__service { font-size: 0.75rem; font-weight: 700; color: var(--av-cyan); letter-spacing: 0.02em; }

.iuk-services .sv-match__briefing {
	position: relative;
	padding: clamp(2rem, 4vw, 2.75rem);
	min-height: 14rem;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
}

.iuk-services .sv-match__briefing::before {
	content: '';
	position: absolute;
	top: 1.5rem;
	bottom: 1.5rem;
	left: 0;
	width: 2px;
	background: linear-gradient(180deg, transparent, rgba(6, 182, 212, 0.4), transparent);
}

.iuk-services .sv-match__panel { display: none; flex: 1; flex-direction: column; }
.iuk-services .sv-match__panel.is-active { display: flex; animation: sv-panel-in 0.45s var(--av-ease); }

@keyframes sv-panel-in {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: none; }
}

.iuk-services .sv-match__panel-eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(126, 231, 255, 0.85);
}

.iuk-services .sv-match__panel h3 {
	margin: 0 0 0.875rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
}

.iuk-services .sv-match__panel p {
	margin: 0 0 1.25rem;
	color: var(--av-muted);
	line-height: 1.65;
	max-width: 36rem;
}

.iuk-services .sv-match__panel-points {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	flex: 1;
}

.iuk-services .sv-match__panel-points li {
	position: relative;
	padding-left: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}

.iuk-services .sv-match__panel-points li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--av-cyan);
	box-shadow: 0 0 8px rgba(6, 182, 212, 0.5);
}

.iuk-services .sv-match__panel-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
	padding: 0.875rem 1rem;
	list-style: none;
	border-radius: 12px;
	background: rgba(6, 182, 212, 0.08);
	border: 1px solid rgba(6, 182, 212, 0.18);
}

.iuk-services .sv-match__panel-stats li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex: 1 1 auto;
	min-width: 5.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.iuk-services .sv-match__panel-stat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 8px;
	background: rgba(11, 17, 32, 0.85);
	border: 1px solid rgba(6, 182, 212, 0.28);
	color: var(--av-cyan);
	flex-shrink: 0;
}

.iuk-services .sv-match__panel-stat-icon svg {
	width: 0.875rem;
	height: 0.875rem;
}

.iuk-services .sv-match__panel-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: auto;
}

.iuk-services .sv-match__panel-note {
	margin: 0;
	width: 100%;
	font-size: 0.75rem;
	color: var(--av-muted-soft);
}

/* ===== Why — editorial ===== */
.iuk-services .sv-why {
	background:
		radial-gradient(ellipse 50% 40% at 100% 0%, rgba(6, 182, 212, 0.08) 0%, transparent 55%),
		var(--av-bg);
	border-top: 1px solid var(--av-line);
}

.iuk-services .sv-why__editorial { display: grid; gap: 2rem; }

@media (min-width: 900px) { .iuk-services .sv-why__editorial { grid-template-columns: 0.85fr 1.15fr; align-items: start; } }

.iuk-services .sv-why__intro h2 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.08;
	color: #fff;
	letter-spacing: -0.03em;
}

.iuk-services .sv-why__lead {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--av-muted);
	max-width: 28rem;
}

.iuk-services .sv-why__grid {
	display: grid;
	gap: 1rem;
}

@media (min-width: 640px) { .iuk-services .sv-why__grid { grid-template-columns: repeat(2, 1fr); } }

.iuk-services .sv-why__card {
	position: relative;
	padding: 1.75rem;
	border-radius: 14px;
	min-height: 100%;
	overflow: hidden;
}

.iuk-services .sv-why__num {
	position: absolute;
	top: 0.75rem;
	right: 1rem;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	color: rgba(6, 182, 212, 0.15);
	letter-spacing: -0.04em;
	pointer-events: none;
}

.iuk-services .sv-why__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 1rem;
	border-radius: 10px;
	background: rgba(6, 182, 212, 0.12);
	border: 1px solid rgba(6, 182, 212, 0.28);
	color: var(--av-cyan);
}

.iuk-services .sv-why__icon svg { width: 1.375rem; height: 1.375rem; }

.iuk-services .sv-why__card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
}

.iuk-services .sv-why__card p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--av-muted);
}

/* ===== CTA ===== */
.iuk-services .sv-cta.av-cta {
	position: relative;
	padding: clamp(3.5rem, 6vw, 5rem) 0;
	overflow: hidden;
	border-top: 1px solid var(--av-line);
}

.iuk-services .sv-cta__atmosphere { position: absolute; inset: 0; pointer-events: none; }

.iuk-services .av-cta__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(72px);
}

.iuk-services .av-cta__glow--1 { width: 480px; height: 480px; top: -25%; left: 8%; background: rgba(37, 99, 235, 0.22); }
.iuk-services .av-cta__glow--2 { width: 420px; height: 420px; bottom: -35%; right: 5%; background: rgba(6, 182, 212, 0.16); }

.iuk-services .sv-cta__panel {
	text-align: center;
	padding: clamp(3rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem);
	border-radius: 20px;
	max-width: 56rem;
	margin: 0 auto;
}

.iuk-services .sv-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 1.25rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(126, 231, 255, 0.9);
}

.iuk-services .sv-cta .av-cta__title {
	margin: 0 0 1.125rem;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 800;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -0.025em;
}

.iuk-services .sv-cta .av-cta__text {
	margin: 0 auto 2rem;
	max-width: 36rem;
	color: var(--av-muted);
	line-height: 1.7;
	font-size: 1.0625rem;
}

.iuk-services .sv-cta .av-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.iuk-services .sv-cta__otogar {
	margin: 0 auto 1.5rem;
	max-width: 36rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--av-muted-soft);
}

.iuk-services .sv-cta__otogar a {
	color: var(--av-cyan);
	font-weight: 600;
	text-decoration: none;
	margin-left: 0.35rem;
}

.iuk-services .sv-cta__otogar a:hover { text-decoration: underline; }

.iuk-services .sv-cta-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.75rem;
	margin: 2rem 0 0;
	padding: 1.25rem 0 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.iuk-services .sv-cta-trust li {
	font-size: 0.8125rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.72);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.iuk-services .sv-hero.av-hero { padding-bottom: 5.5rem; }
	.iuk-services .sv-hero__trust { padding-bottom: 1.25rem; }
	.iuk-services .sv-cta .av-cta__actions { flex-direction: column; align-items: stretch; }
	.iuk-services .sv-cta .av-cta__actions .av-btn--xl { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
	.iuk-services .av-reveal,
	.iuk-services .sv-match__panel.is-active { animation: none; transition: none; opacity: 1; transform: none; }
	.iuk-services .sv-speed__flow-pulse,
	.iuk-services .sv-airline__radar-sweep { animation: none; }
}

@media (scripting: none) {
	.iuk-services .av-reveal { opacity: 1; transform: none; }
}
