/* ============================================================
   LEGAL PAGES - YASAL SAYFALAR
   warm-earth Tema
============================================================ */

.legal-page-header {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	padding: var(--spacing-2xl) 0;
	color: white;
	text-align: center;
	margin-bottom: var(--spacing-2xl);
	position: relative;
	overflow: hidden;
}

.legal-page-header.has-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.legal-page-header.has-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
}

.legal-page-header .container {
	position: relative;
	z-index: 1;
}

.legal-page-title {
	font-size: 2.2rem;
	font-weight: 800;
	margin: 0 0 0.5rem 0;
}

.legal-page-subtitle {
	font-size: 1.05rem;
	opacity: 0.9;
	margin: 0;
}

.legal-page-icon {
	font-size: 2.5rem;
	margin-bottom: 0.75rem;
	display: block;
	opacity: 0.9;
}

.legal-content {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 2.5rem;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
	margin-bottom: 2rem;
	line-height: 1.8;
	color: #334155;
}

.legal-content h3 {
	color: var(--primary);
	font-size: 1.15rem;
	font-weight: 700;
	margin: 1.5rem 0 0.5rem;
}

.legal-content p {
	margin-bottom: 0.75rem;
}

.legal-content ul {
	padding-left: 1.5rem;
	margin-bottom: 0.75rem;
}

.legal-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
}

.legal-content table td,
.legal-content table th {
	border: 1px solid #e2e8f0;
	padding: 0.5rem 0.75rem;
	vertical-align: top;
	font-size: 0.9rem;
}

.mss-table { width: 100%; }
.mss-table-spaced { margin-bottom: 20px; }
.mss-table-full { width: 100%; }
