/* ===== Ortak Yasal Sayfalar ===== */
.legal-page {
	background: #f3f6fa;
	color: #172033;
}

.legal-page .page-hero {
	position: relative;
	overflow: hidden;
	padding: 148px 20px 116px;
	background:
		radial-gradient(circle at 16% 18%, rgba(64, 112, 244, 0.25), transparent 32%),
		radial-gradient(circle at 88% 76%, rgba(24, 169, 153, 0.16), transparent 30%),
		linear-gradient(135deg, #0e1b2c 0%, #14224a 100%);
	color: #ffffff;
	text-align: center;
}

.legal-page .page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 42px 42px;
	pointer-events: none;
}

.legal-page .page-hero .container {
	position: relative;
	z-index: 1;
	max-width: 940px;
	margin: 0 auto;
}

.legal-kicker {
	display: inline-flex;
	margin-bottom: 1rem;
	padding: 0.45rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #dbe7ff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.legal-page .page-hero h1 {
	max-width: 900px;
	margin: 0 auto 1rem;
	color: #ffffff !important;
	font-family: 'Poppins', 'Inter', sans-serif;
	font-size: clamp(2rem, 4.4vw, 3.35rem);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.legal-page .page-hero p {
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	line-height: 1.7;
}

.legal-page .policy-content {
	position: relative;
	z-index: 3;
	padding: 42px 20px 88px;
	background: #f3f6fa;
}

.legal-page .policy-content > .container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

.legal-page .policy-text {
	margin-top: 0;
	padding: clamp(2rem, 5vw, 4rem);
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(14, 27, 44, 0.12);
}

.legal-meta {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2.4rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e2e8f0;
	color: #64748b;
	font-size: 0.84rem;
}

.legal-meta span {
	color: #2754c5;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.legal-meta strong {
	color: #475569 !important;
	font-weight: 600;
}

.legal-page .policy-text h2 {
	margin: 2.4rem 0 0.85rem;
	color: #172033 !important;
	font-family: 'Poppins', 'Inter', sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.015em;
}

.legal-page .policy-text h2:first-of-type {
	margin-top: 0;
}

.legal-page .policy-text p,
.legal-page .policy-text li {
	color: #3f4c60 !important;
	font-size: 1rem;
	line-height: 1.82;
}

.legal-page .policy-text p {
	margin: 0 0 1rem;
}

.legal-page .policy-text ul {
	margin: 0.4rem 0 1.35rem !important;
	padding-left: 1.4rem !important;
}

.legal-page .policy-text li {
	margin-bottom: 0.55rem;
	padding-left: 0.35rem;
}

.legal-page .policy-text li::marker {
	color: #2754c5;
}

.legal-page .policy-text a {
	color: #2754c5 !important;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(39, 84, 197, 0.35);
	text-underline-offset: 3px;
}

.legal-page .policy-text a:hover {
	color: #173c9e !important;
	text-decoration-color: currentColor;
}

.legal-page .policy-text strong {
	color: #172033 !important;
	font-weight: 700;
}

@media (max-width: 768px) {
	.legal-page .page-hero {
		padding: 112px 16px 82px;
	}

	.legal-page .page-hero h1 {
		font-size: clamp(1.75rem, 8vw, 2.35rem);
	}

	.legal-page .policy-content {
		padding: 24px 14px 56px;
	}

	.legal-page .policy-text {
		margin-top: 0;
		padding: 1.5rem;
		border-radius: 18px;
	}

	.legal-meta {
		flex-direction: column;
		margin-bottom: 1.8rem;
	}

	.legal-page .policy-text h2 {
		margin-top: 1.9rem;
	}

	.legal-page .policy-text p,
	.legal-page .policy-text li {
		font-size: 0.95rem;
		line-height: 1.72;
	}
}
