/* Vera Koleji — Mobil Uygulama / Veli Bilgilendirme */
.vma {
	--vma-navy: #0e2a47;
	--vma-navy-deep: #07192c;
	--vma-cyan: #00a8e8;
	--vma-cyan-soft: #5ec8f2;
	--vma-ink: #142433;
	--vma-muted: #5b7388;
	--vma-android: #3ddc84;
	--vma-android-deep: #0b1f14;
	--vma-ios: #f5f7fa;
	--vma-ios-ink: #111111;
	font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
	color: var(--vma-ink);
	overflow: hidden;
}

.vma-hero {
	position: relative;
	background:
		radial-gradient(900px 420px at 12% -10%, rgba(0, 168, 232, 0.28), transparent 58%),
		radial-gradient(700px 380px at 100% 0%, rgba(94, 200, 242, 0.16), transparent 50%),
		linear-gradient(165deg, var(--vma-navy-deep) 0%, var(--vma-navy) 58%, #12375a 100%);
	color: #fff;
	padding: 36px 0 56px;
	overflow: hidden;
}

.vma-hero-glow {
	position: absolute;
	width: 420px;
	height: 420px;
	right: -80px;
	bottom: -140px;
	background: rgba(0, 168, 232, 0.22);
	filter: blur(60px);
	border-radius: 50%;
	pointer-events: none;
}

.vma-crumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	opacity: 0.82;
	margin-bottom: 28px;
}

.vma-crumb a {
	color: #fff;
	text-decoration: none;
}

.vma-crumb a:hover {
	color: var(--vma-cyan-soft);
}

.vma-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
	gap: 40px;
	align-items: center;
}

.vma-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(0, 168, 232, 0.18);
	border: 1px solid rgba(94, 200, 242, 0.35);
	color: var(--vma-cyan-soft);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vma-hero h1 {
	margin: 16px 0 14px;
	font-size: clamp(28px, 4.4vw, 48px);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.vma-lead {
	margin: 0 0 18px;
	max-width: 540px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.vma-points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.vma-points li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.vma-points i {
	color: var(--vma-cyan);
	width: 18px;
}

.vma-phone {
	display: flex;
	justify-content: center;
}

.vma-phone-frame {
	width: 210px;
	height: 420px;
	border-radius: 36px;
	padding: 10px;
	background: linear-gradient(180deg, #1c3d5e, #0b1c2e);
	box-shadow:
		0 30px 60px rgba(0, 0, 0, 0.35),
		inset 0 0 0 2px rgba(255, 255, 255, 0.12);
	position: relative;
}

.vma-phone-notch {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	width: 78px;
	height: 14px;
	background: #07111c;
	border-radius: 10px;
	z-index: 2;
}

.vma-phone-screen {
	height: 100%;
	border-radius: 28px;
	background: linear-gradient(180deg, #0b243b 0%, #103250 45%, #0d4e73 100%);
	padding: 42px 16px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vma-phone-status {
	font-size: 11px;
	letter-spacing: 0.08em;
	opacity: 0.7;
	margin-bottom: 28px;
}

.vma-phone-app {
	width: 88px;
	height: 88px;
	border-radius: 24px;
	background: linear-gradient(145deg, var(--vma-cyan), #0077b3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 24px rgba(0, 168, 232, 0.35);
	margin-bottom: 10px;
}

.vma-phone-logo {
	font-size: 13px;
	font-weight: 800;
}

.vma-phone-app strong {
	font-size: 12px;
	letter-spacing: 0.04em;
}

.vma-phone-app small {
	font-size: 8px;
	opacity: 0.85;
}

.vma-phone-cards {
	margin-top: auto;
	width: 100%;
	display: grid;
	gap: 8px;
}

.vma-phone-cards span {
	display: block;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 12px;
}

.vma-body {
	padding: 48px 0 72px;
	background:
		radial-gradient(700px 280px at 50% 0%, rgba(0, 168, 232, 0.08), transparent 60%),
		linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.vma-section-head {
	text-align: center;
	max-width: 560px;
	margin: 0 auto 32px;
}

.vma-section-head h2 {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--vma-navy);
}

.vma-section-head p {
	margin: 0;
	color: var(--vma-muted);
	font-size: 15px;
	line-height: 1.6;
}

.vma-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 320px));
	justify-content: center;
	gap: 24px;
	margin-bottom: 36px;
}

.vma-card {
	aspect-ratio: 1 / 1;
	border-radius: 28px;
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
	-webkit-tap-highlight-color: transparent;
}

.vma-card:hover,
.vma-card:focus-visible {
	transform: translateY(-8px);
	text-decoration: none;
}

.vma-card-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 999px;
}

.vma-card-icon {
	margin-bottom: 12px;
	display: grid;
	place-items: center;
}

.vma-card strong {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.vma-card small {
	margin-top: 4px;
	font-size: 14px;
	opacity: 0.78;
}

.vma-card-cta {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
}

.vma-card-android {
	background:
		radial-gradient(280px 180px at 80% 0%, rgba(61, 220, 132, 0.28), transparent 60%),
		linear-gradient(160deg, #10261a 0%, #163224 55%, #0f2a1c 100%);
	color: #eafff3;
	box-shadow: 0 18px 40px rgba(16, 38, 26, 0.22);
}

.vma-card-android:hover,
.vma-card-android:focus-visible {
	box-shadow: 0 28px 50px rgba(16, 38, 26, 0.32);
	color: #eafff3;
}

.vma-card-android .vma-card-badge {
	background: rgba(61, 220, 132, 0.16);
	color: var(--vma-android);
}

.vma-card-android .vma-card-icon {
	color: var(--vma-android);
}

.vma-card-android .vma-card-cta {
	background: var(--vma-android);
	color: #062113;
}

.vma-card-ios {
	background:
		radial-gradient(280px 180px at 80% 0%, rgba(14, 42, 71, 0.08), transparent 60%),
		linear-gradient(160deg, #ffffff 0%, #f4f6f8 100%);
	color: var(--vma-ios-ink);
	border: 1px solid rgba(14, 42, 71, 0.08);
	box-shadow: 0 18px 40px rgba(14, 42, 71, 0.1);
}

.vma-card-ios:hover,
.vma-card-ios:focus-visible {
	box-shadow: 0 28px 50px rgba(14, 42, 71, 0.16);
	color: var(--vma-ios-ink);
}

.vma-card-ios .vma-card-badge {
	background: rgba(14, 42, 71, 0.08);
	color: var(--vma-navy);
}

.vma-card-ios .vma-card-icon {
	color: #111;
}

.vma-card-ios .vma-card-cta {
	background: #111;
	color: #fff;
}

.vma-help {
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
	align-items: center;
	padding: 22px 24px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(14, 42, 71, 0.08);
	box-shadow: 0 12px 32px rgba(14, 42, 71, 0.06);
}

.vma-help-icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: rgba(0, 168, 232, 0.12);
	color: var(--vma-cyan);
	font-size: 20px;
}

.vma-help-copy h3 {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 800;
	color: var(--vma-navy);
}

.vma-help-copy p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--vma-muted);
}

.vma-help-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	background: var(--vma-navy);
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	white-space: nowrap;
}

.vma-help-phone:hover {
	background: #12385c;
	color: #fff !important;
}

@media (max-width: 991.98px) {
	.vma-hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.vma-lead,
	.vma-points {
		margin-left: auto;
		margin-right: auto;
	}

	.vma-points li {
		justify-content: center;
	}

	.vma-phone-frame {
		width: 180px;
		height: 360px;
	}

	.vma-hero {
		padding-bottom: 40px;
	}
}

@media (max-width: 679.98px) {
	.vma-hero {
		padding: 24px 0 36px;
	}

	.vma-body {
		padding: 32px 0 56px;
	}

	.vma-cards {
		grid-template-columns: minmax(0, 1fr);
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}

	.vma-card {
		width: 100%;
	}

	.vma-help {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
	}

	.vma-phone {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vma-card {
		transition: none;
	}
}
