/* =========================================================
   FSV 63 Luckenwalde - Datenschutz Seite
   Datei: assets/css/pages/page-datenschutz.css
   ========================================================= */

body .fsv-privacy-page {
	background: #f4f7fb;
	color: #101827;
	overflow: hidden;
}

/* Hero */

body .fsv-privacy-hero {
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:
		linear-gradient(90deg, rgba(3, 12, 28, 0.92), rgba(0, 63, 145, 0.75)),
		url("/wp-content/themes/alchemists-child/images/datenschutz-hero.jpg");
	background-size: cover;
	background-position: center;
	border-bottom: 4px solid #ffd500;
}

body .fsv-privacy-hero__content {
	position: relative;
	z-index: 2;
	padding: 70px 20px;
	color: #fff;
}

body .fsv-privacy-hero__label {
	margin: 0 0 10px;
	color: #ffd500;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body .fsv-privacy-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 7vw, 76px);
	line-height: 0.95;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}

body .fsv-privacy-hero__breadcrumb {
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 800;
}

body .fsv-privacy-hero__breadcrumb a {
	color: #fff;
	text-decoration: none;
}

body .fsv-privacy-hero__breadcrumb span:last-child {
	color: #ffd500;
}

/* Hauptlayout */

body .fsv-privacy-layout {
	position: relative;
	z-index: 3;
	width: min(1200px, calc(100% - 32px));
	margin: -54px auto 80px;
	display: grid;
	grid-template-columns: 285px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

body .fsv-privacy-content {
	display: flex;
	flex-direction: column;
	gap: 22px;
	min-width: 0;
}

/* Sidebar */

body .fsv-privacy-sidebar {
	display: block;
	min-width: 0;
}

body .fsv-privacy-sidebar__inner {
	position: sticky;
	top: 110px;
	display: block;
	background: #fff;
	border: 1px solid rgba(0, 63, 145, 0.1);
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(4, 16, 33, 0.13);
	overflow: hidden;
}

body .fsv-privacy-sidebar h2 {
	margin: 0;
	padding: 18px 20px;
	background: linear-gradient(135deg, #003f91, #0068d9);
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: none;
	letter-spacing: 0;
}

body .fsv-privacy-sidebar a {
	display: block;
	width: 100%;
	padding: 12px 18px;
	border-bottom: 1px solid #edf2f8;
	color: #26364a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	transition: all 0.2s ease;
}

body .fsv-privacy-sidebar a:hover {
	background: #eef6ff;
	color: #003f91;
	padding-left: 23px;
}

/* Cards */

body .fsv-privacy-card {
	display: block;
	background: #fff;
	border: 1px solid rgba(0, 63, 145, 0.1);
	border-radius: 22px;
	padding: 30px;
	box-shadow: 0 18px 45px rgba(4, 16, 33, 0.08);
}

body .fsv-privacy-kicker {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #eaf3ff;
	color: #0057bd;
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body .fsv-privacy-card h2 {
	margin: 0 0 15px;
	color: #003f91;
	font-size: clamp(22px, 3vw, 32px);
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: -0.03em;
	text-transform: none;
}

body .fsv-privacy-card h3 {
	margin: 0 0 8px;
	color: #003f91;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 900;
	text-transform: none;
}

body .fsv-privacy-card p {
	margin: 0 0 16px;
	color: #2f3d4f;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
}

body .fsv-privacy-card strong {
	color: #10233d;
	font-weight: 900;
}

/* Intro Features */

body .fsv-privacy-features {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

body .fsv-privacy-feature {
	padding: 22px;
	border-radius: 18px;
	background: #f8fbff;
	border: 1px solid #dce8f8;
	min-height: 165px;
}

body .fsv-privacy-feature span {
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #003f91;
	color: #ffd500;
	font-size: 15px;
	font-weight: 900;
}

body .fsv-privacy-feature p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

/* Grid Karten */

body .fsv-privacy-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

body .fsv-privacy-contact {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

body .fsv-privacy-contact li {
	margin: 8px 0;
	padding: 0;
	color: #2f3d4f;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

/* Rechte Box */

body .fsv-privacy-card--rights {
	background: linear-gradient(135deg, #fff, #fff8d9);
	border-color: rgba(255, 213, 0, 0.4);
}

body .fsv-privacy-card--rights ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 22px;
}

body .fsv-privacy-card--rights li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: #243447;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

body .fsv-privacy-card--rights li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #003f91;
	font-weight: 900;
}

/* Abschluss */

body .fsv-privacy-card--final {
	background: linear-gradient(135deg, #07172d, #003f91);
	border-color: rgba(255, 213, 0, 0.25);
}

body .fsv-privacy-card--final h2,
body .fsv-privacy-card--final p {
	color: #fff;
}

body .fsv-privacy-card--final strong {
	color: #ffd500;
}

/* Responsive */

@media (max-width: 1024px) {
	body .fsv-privacy-layout {
		grid-template-columns: 1fr;
		margin-top: -38px;
	}

	body .fsv-privacy-sidebar__inner {
		position: relative;
		top: auto;
	}

	body .fsv-privacy-sidebar a {
		display: block;
	}
}

@media (max-width: 760px) {
	body .fsv-privacy-layout {
		width: min(100% - 20px, 1200px);
		gap: 18px;
	}

	body .fsv-privacy-hero {
		min-height: 250px;
	}

	body .fsv-privacy-card {
		padding: 22px 18px;
		border-radius: 18px;
	}

	body .fsv-privacy-features,
	body .fsv-privacy-grid,
	body .fsv-privacy-card--rights ul {
		grid-template-columns: 1fr;
	}

	body .fsv-privacy-sidebar h2 {
		padding: 16px 18px;
	}

	body .fsv-privacy-sidebar a {
		font-size: 12px;
	}
}