/* =========================================================
   FSV 63 Luckenwalde
   Schiedsrichter-Seite
   Datei: assets/css/components/schiedsrichter.css
========================================================= */


/* =========================================================
   Page Reset / Full Width / Sidebar ausblenden
========================================================= */

body.page-template-template-schiedsrichter-php #primary,
body.page-template-template-schiedsrichter #primary,
body.page-template-template-schiedsrichter-php .content-area,
body.page-template-template-schiedsrichter .content-area {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-template-template-schiedsrichter-php #secondary,
body.page-template-template-schiedsrichter #secondary,
body.page-template-template-schiedsrichter-php .sidebar,
body.page-template-template-schiedsrichter .sidebar {
	display: none !important;
}

body.page-template-template-schiedsrichter-php .site-content,
body.page-template-template-schiedsrichter .site-content {
	padding: 0 !important;
	margin: 0 !important;
}

body.page-template-template-schiedsrichter-php .site-main,
body.page-template-template-schiedsrichter .site-main {
	margin: 0 !important;
	padding: 0 !important;
}


/* =========================================================
   Basis / gleicher Hintergrund wie Regionalliga-Seite
========================================================= */

.fsv-ref {
	--fsv-blue-dark: #041633;
	--fsv-blue: #07285b;
	--fsv-blue-light: #0d3d86;
	--fsv-yellow: #f2c500;
	--fsv-yellow-dark: #e0b400;
	--fsv-white: #ffffff;
	--fsv-text: #d9e4f8;
	--fsv-muted: #9fb2d6;
	--fsv-border: rgba(255, 255, 255, 0.13);
	--fsv-border-strong: rgba(242, 197, 0, 0.38);
	--fsv-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
	--fsv-radius: 20px;
	--fsv-container: 1280px;

	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 0 0 82px;
	color: var(--fsv-white);

	background:
		radial-gradient(
			circle at top center,
			rgba(7, 140, 255, 0.24) 0%,
			rgba(47, 103, 178, 0.20) 24%,
			rgba(24, 61, 116, 0.18) 48%,
			rgba(15, 31, 56, 0.94) 78%,
			rgba(10, 18, 34, 1) 100%
		),
		linear-gradient(
			180deg,
			rgba(24, 61, 116, 0.34) 0%,
			rgba(47, 103, 178, 0.22) 35%,
			rgba(240, 194, 50, 0.05) 100%
		) !important;
}

.fsv-ref::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.08;
	background: repeating-linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.14) 0,
		rgba(255, 255, 255, 0.14) 10px,
		transparent 10px,
		transparent 26px
	);
}

.fsv-ref::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 85% 20%, rgba(0, 124, 255, 0.22), transparent 28%),
		radial-gradient(circle at 12% 72%, rgba(242, 197, 0, 0.09), transparent 24%);
}

.fsv-ref > * {
	position: relative;
	z-index: 1;
}

.fsv-ref *,
.fsv-ref *::before,
.fsv-ref *::after {
	box-sizing: border-box;
}

.fsv-ref a {
	color: inherit;
	text-decoration: none;
}

.fsv-ref img {
	max-width: 100%;
	height: auto;
}


/* =========================================================
   Layout
========================================================= */

.fsv-ref__container {
	width: min(100% - 48px, var(--fsv-container));
	margin: 0 auto;
}

.fsv-ref__section {
	position: relative;
	padding: 72px 0;
}

.fsv-ref__section--tight {
	padding-top: 54px;
	padding-bottom: 42px;
}

.fsv-ref__section--last {
	padding-top: 24px;
	padding-bottom: 90px;
}


/* =========================================================
   Typografie
========================================================= */

.fsv-ref__eyebrow,
.fsv-ref__kicker,
.fsv-ref__mini-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--fsv-yellow);
}

.fsv-ref__eyebrow::before,
.fsv-ref__kicker::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 3px;
	border-radius: 999px;
	background: var(--fsv-yellow);
}

.fsv-ref__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
}

.fsv-ref__section-head--center {
	display: block;
	text-align: center;
}

.fsv-ref__section-head--center .fsv-ref__kicker {
	justify-content: center;
}

.fsv-ref__section-head h2,
.fsv-ref__section-head--center h2,
.fsv-ref__cta-content h2,
.fsv-ref__contact-panel h2 {
	margin: 12px 0 0;
	font-size: clamp(32px, 4vw, 54px);
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #fff;
}

.fsv-ref__lead {
	max-width: 600px;
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
	color: var(--fsv-text);
}


/* =========================================================
   Hero
========================================================= */

.fsv-ref__hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	border-bottom: 2px solid rgba(242, 197, 0, 0.78);
	box-shadow: inset 0 -90px 120px rgba(3, 14, 33, 0.75);
}

.fsv-ref__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(3, 14, 33, 0.98) 0%,
			rgba(3, 14, 33, 0.92) 38%,
			rgba(3, 14, 33, 0.54) 62%,
			rgba(3, 14, 33, 0.20) 100%
		),
		radial-gradient(circle at 20% 30%, rgba(20, 95, 190, 0.30), transparent 35%);
}

.fsv-ref__hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 170px;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(4, 20, 46, 0) 0%,
		rgba(4, 20, 46, 0.96) 100%
	);
}

.fsv-ref__hero-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 108px 0 88px;
}

.fsv-ref__hero-content {
	max-width: 720px;
}

.fsv-ref__hero-content h1 {
	margin: 16px 0 20px;
	font-size: clamp(44px, 6vw, 86px);
	line-height: 0.95;
	font-weight: 900;
	letter-spacing: -0.035em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.fsv-ref__hero-content h1 span,
.fsv-ref__hero-content strong {
	color: var(--fsv-yellow);
}

.fsv-ref__hero-content p {
	max-width: 650px;
	margin: 0;
	font-size: 20px;
	line-height: 1.75;
	color: var(--fsv-text);
}

.fsv-ref__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.fsv-ref__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 760px;
	margin-top: 42px;
}

.fsv-ref__stat {
	position: relative;
	overflow: hidden;
	padding: 20px 18px;
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(10, 42, 91, 0.82), rgba(5, 24, 57, 0.88));
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(6px);
}

.fsv-ref__stat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: var(--fsv-yellow);
}

.fsv-ref__stat strong {
	display: block;
	font-size: 25px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
}

.fsv-ref__stat span {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--fsv-text);
}


/* =========================================================
   Buttons
========================================================= */

.fsv-ref__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	transition:
		transform 0.24s ease,
		background 0.24s ease,
		border-color 0.24s ease,
		color 0.24s ease,
		box-shadow 0.24s ease;
	border: 1px solid transparent;
	cursor: pointer;
}

.fsv-ref__btn:hover {
	transform: translateY(-2px);
}

.fsv-ref__btn--primary {
	background: var(--fsv-yellow);
	color: #08162e;
	box-shadow: 0 10px 26px rgba(242, 197, 0, 0.24);
}

.fsv-ref__btn--primary:hover {
	background: var(--fsv-yellow-dark);
	color: #08162e;
	box-shadow: 0 14px 34px rgba(242, 197, 0, 0.32);
}

.fsv-ref__btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.fsv-ref__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(242, 197, 0, 0.50);
	color: #fff;
}


/* =========================================================
   Benefits
========================================================= */

.fsv-ref__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.fsv-ref__benefit-card {
	position: relative;
	overflow: hidden;
	padding: 30px;
	text-align: center;
	border-radius: var(--fsv-radius);
	background:
		linear-gradient(180deg, rgba(8, 34, 76, 0.94) 0%, rgba(4, 24, 57, 0.96) 100%);
	border: 1px solid var(--fsv-border);
	box-shadow: var(--fsv-shadow);
}

.fsv-ref__benefit-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at top center, rgba(242, 197, 0, 0.11), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

.fsv-ref__benefit-card > * {
	position: relative;
	z-index: 1;
}

.fsv-ref__benefit-icon {
	width: 76px;
	height: 76px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background: rgba(242, 197, 0, 0.13);
	border: 1px solid rgba(242, 197, 0, 0.34);
	box-shadow: inset 0 0 28px rgba(242, 197, 0, 0.08);
}

.fsv-ref__benefit-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.fsv-ref__benefit-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--fsv-text);
}


/* =========================================================
   Team Cards
========================================================= */

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

.fsv-ref__card {
	position: relative;
	overflow: hidden;
	padding: 26px;
	min-height: 100%;
	border-radius: var(--fsv-radius);
	background:
		linear-gradient(180deg, rgba(8, 34, 76, 0.94) 0%, rgba(4, 24, 57, 0.96) 100%);
	border: 1px solid var(--fsv-border);
	box-shadow: var(--fsv-shadow);
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

.fsv-ref__card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at top right, rgba(7, 140, 255, 0.18), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent);
}

.fsv-ref__card::after {
	content: "";
	position: absolute;
	left: 26px;
	right: 26px;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, rgba(242, 197, 0, 0.9), transparent);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.fsv-ref__card:hover {
	transform: translateY(-4px);
	border-color: rgba(242, 197, 0, 0.35);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
}

.fsv-ref__card:hover::after {
	opacity: 1;
}

.fsv-ref__card > * {
	position: relative;
	z-index: 1;
}

.fsv-ref__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.fsv-ref__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: var(--fsv-yellow);
	color: #08162e;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	box-shadow: 0 8px 20px rgba(242, 197, 0, 0.20);
}

.fsv-ref__card h3 {
	margin: 0 0 8px;
	font-size: 27px;
	line-height: 1.12;
	font-weight: 900;
	color: #fff;
}

.fsv-ref__role {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 800;
	color: var(--fsv-yellow);
}

.fsv-ref__meta {
	list-style: none;
	padding: 0;
	margin: 18px 0 16px;
	display: grid;
	gap: 10px;
}

.fsv-ref__meta li {
	font-size: 15px;
	line-height: 1.6;
	color: var(--fsv-text);
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fsv-ref__meta li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.fsv-ref__meta strong {
	color: #fff;
	font-weight: 900;
}

.fsv-ref__note {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: var(--fsv-muted);
}


/* =========================================================
   CTA Bereich
========================================================= */

.fsv-ref__cta {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 28px;
	padding: 34px;
	border-radius: var(--fsv-radius);
	background:
		linear-gradient(135deg, rgba(7, 40, 91, 0.96) 0%, rgba(4, 24, 57, 0.96) 58%, rgba(7, 40, 91, 0.94) 100%);
	border: 1px solid var(--fsv-border);
	box-shadow: var(--fsv-shadow);
	overflow: hidden;
	position: relative;
}

.fsv-ref__cta::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 20% 20%, rgba(242, 197, 0, 0.12), transparent 26%),
		radial-gradient(circle at 90% 10%, rgba(7, 140, 255, 0.18), transparent 28%);
}

.fsv-ref__cta > * {
	position: relative;
	z-index: 1;
}

.fsv-ref__cta-content p {
	margin: 18px 0 0;
	max-width: 780px;
	font-size: 18px;
	line-height: 1.8;
	color: var(--fsv-text);
}

.fsv-ref__checklist {
	list-style: none;
	padding: 0;
	margin: 28px 0 32px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 20px;
}

.fsv-ref__checklist li {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.fsv-ref__checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--fsv-yellow);
	font-weight: 900;
	font-size: 18px;
}

.fsv-ref__cta-box {
	align-self: stretch;
	padding: 28px;
	border-radius: var(--fsv-radius);
	background:
		linear-gradient(180deg, rgba(8, 34, 76, 0.92) 0%, rgba(4, 24, 57, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.fsv-ref__cta-box h3 {
	margin: 12px 0 8px;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 900;
	color: #fff;
}

.fsv-ref__contact-list {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.fsv-ref__contact-list div {
	font-size: 16px;
	line-height: 1.6;
	color: var(--fsv-text);
}

.fsv-ref__contact-list strong {
	color: #fff;
	font-weight: 900;
}

.fsv-ref__contact-list a {
	color: var(--fsv-yellow);
}

.fsv-ref__contact-list a:hover {
	text-decoration: underline;
}

.fsv-ref__contact-note {
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 1.7;
	color: var(--fsv-muted);
}


/* =========================================================
   Ansprechpartner Panel
========================================================= */

.fsv-ref__contact-panel {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
	align-items: center;
	padding: 34px;
	border-radius: var(--fsv-radius);
	background:
		linear-gradient(180deg, rgba(8, 34, 76, 0.94) 0%, rgba(4, 24, 57, 0.96) 100%);
	border: 1px solid var(--fsv-border);
	box-shadow: var(--fsv-shadow);
	position: relative;
	overflow: hidden;
}

.fsv-ref__contact-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at top right, rgba(242, 197, 0, 0.10), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.fsv-ref__contact-panel > * {
	position: relative;
	z-index: 1;
}

.fsv-ref__contact-panel-left p {
	margin: 16px 0 0;
	font-size: 18px;
	line-height: 1.75;
	color: var(--fsv-text);
}

.fsv-ref__contact-panel-right {
	padding: 24px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(3, 16, 45, 0.36);
}

.fsv-ref__contact-panel-right h3 {
	margin: 0 0 8px;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 900;
	color: #fff;
}

.fsv-ref__contact-data {
	list-style: none;
	padding: 0;
	margin: 22px 0 0;
	display: grid;
	gap: 10px;
}

.fsv-ref__contact-data li {
	font-size: 16px;
	line-height: 1.6;
	color: var(--fsv-text);
}

.fsv-ref__contact-data strong {
	color: #fff;
	font-weight: 900;
}

.fsv-ref__contact-data a {
	color: var(--fsv-yellow);
}

.fsv-ref__contact-data a:hover {
	text-decoration: underline;
}


/* =========================================================
   Kleine visuelle Details
========================================================= */

.fsv-ref__section::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: min(100% - 48px, var(--fsv-container));
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, rgba(242, 197, 0, 0.38), transparent);
	opacity: 0.55;
}

.fsv-ref__section--tight::before {
	display: none;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199px) {
	.fsv-ref__container {
		width: min(100% - 36px, var(--fsv-container));
	}

	.fsv-ref__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fsv-ref__benefits {
		grid-template-columns: 1fr;
	}

	.fsv-ref__cta {
		grid-template-columns: 1fr;
	}

	.fsv-ref__contact-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.fsv-ref__hero {
		min-height: 590px;
		background-position: 65% center;
	}

	.fsv-ref__hero-content {
		max-width: 640px;
	}

	.fsv-ref__hero-content h1 {
		font-size: clamp(40px, 8vw, 64px);
	}

	.fsv-ref__hero-content p {
		font-size: 18px;
	}

	.fsv-ref__stats {
		grid-template-columns: 1fr;
		max-width: 520px;
	}

	.fsv-ref__section-head {
		display: block;
	}

	.fsv-ref__lead {
		margin-top: 16px;
	}
}

@media (max-width: 767px) {
	.fsv-ref {
		padding-bottom: 54px;
	}

	.fsv-ref__container {
		width: min(100% - 24px, var(--fsv-container));
	}

	.fsv-ref__section {
		padding: 52px 0;
	}

	.fsv-ref__section--tight {
		padding-top: 42px;
		padding-bottom: 34px;
	}

	.fsv-ref__section--last {
		padding-top: 16px;
		padding-bottom: 62px;
	}

	.fsv-ref__hero {
		min-height: 610px;
		background-position: 72% center;
	}

	.fsv-ref__hero::before {
		background:
			linear-gradient(
				90deg,
				rgba(3, 14, 33, 0.99) 0%,
				rgba(3, 14, 33, 0.94) 54%,
				rgba(3, 14, 33, 0.62) 100%
			);
	}

	.fsv-ref__hero-inner {
		padding: 84px 0 66px;
	}

	.fsv-ref__hero-content h1 {
		margin-top: 14px;
		font-size: 40px;
		line-height: 1.02;
	}

	.fsv-ref__hero-content p {
		font-size: 17px;
		line-height: 1.7;
	}

	.fsv-ref__hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 26px;
	}

	.fsv-ref__btn {
		width: 100%;
		min-height: 50px;
		padding: 0 18px;
		font-size: 13px;
	}

	.fsv-ref__stats {
		gap: 12px;
		margin-top: 30px;
	}

	.fsv-ref__stat {
		padding: 17px 16px;
	}

	.fsv-ref__section-head {
		margin-bottom: 26px;
	}

	.fsv-ref__section-head h2,
	.fsv-ref__section-head--center h2,
	.fsv-ref__cta-content h2,
	.fsv-ref__contact-panel h2 {
		font-size: 34px;
	}

	.fsv-ref__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.fsv-ref__benefits {
		gap: 18px;
	}

	.fsv-ref__benefit-card,
	.fsv-ref__card,
	.fsv-ref__cta,
	.fsv-ref__cta-box,
	.fsv-ref__contact-panel,
	.fsv-ref__contact-panel-right {
		padding: 22px;
	}

	.fsv-ref__benefit-card h3 {
		font-size: 21px;
	}

	.fsv-ref__card h3 {
		font-size: 24px;
	}

	.fsv-ref__checklist {
		grid-template-columns: 1fr;
		margin: 24px 0 28px;
	}

	.fsv-ref__cta-content p,
	.fsv-ref__contact-panel-left p {
		font-size: 16px;
		line-height: 1.7;
	}
}

@media (max-width: 420px) {
	.fsv-ref__hero-content h1 {
		font-size: 35px;
	}

	.fsv-ref__section-head h2,
	.fsv-ref__section-head--center h2,
	.fsv-ref__cta-content h2,
	.fsv-ref__contact-panel h2 {
		font-size: 30px;
	}

	.fsv-ref__eyebrow,
	.fsv-ref__kicker,
	.fsv-ref__mini-title {
		font-size: 11px;
		letter-spacing: 0.12em;
	}

	.fsv-ref__eyebrow::before,
	.fsv-ref__kicker::before {
		width: 28px;
	}
}

/* =========================================================
   Benefit Icons wie im Mockup
   Personen / Wachstum / FSV-Wappen
========================================================= */

.fsv-ref__benefit-icon {
	position: relative;
	width: 92px;
	height: 78px;
	margin: 0 auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 0;
	color: transparent;
}

.fsv-ref__benefit-icon span,
.fsv-ref__benefit-icon span::before,
.fsv-ref__benefit-icon span::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
}

/* =========================================================
   Team Card Icons
========================================================= */

.fsv-ref__ref-icon {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 8px auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(4, 24, 57, 0.98), rgba(7, 40, 91, 0.95));
	border: 2px solid rgba(242, 197, 0, 0.58);
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.24),
		inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Pfeife */
.fsv-ref__ref-icon--referee span {
	width: 40px;
	height: 20px;
	left: 18px;
	top: 30px;
	border: 3px solid var(--fsv-yellow);
	border-radius: 20px 18px 18px 20px;
	transform: rotate(-28deg);
}

.fsv-ref__ref-icon--referee span::before {
	width: 13px;
	height: 13px;
	left: 7px;
	top: 3px;
	border: 3px solid var(--fsv-yellow);
	border-radius: 50%;
}

.fsv-ref__ref-icon--referee span::after {
	width: 17px;
	height: 9px;
	right: -12px;
	top: 4px;
	border-top: 3px solid var(--fsv-yellow);
	border-right: 3px solid var(--fsv-yellow);
	border-bottom: 3px solid var(--fsv-yellow);
	border-radius: 0 8px 8px 0;
}

/* Beobachter / Fahne */
.fsv-ref__ref-icon--observer span {
	width: 3px;
	height: 44px;
	left: 28px;
	top: 17px;
	background: var(--fsv-yellow);
	border-radius: 999px;
}

.fsv-ref__ref-icon--observer span::before {
	width: 31px;
	height: 22px;
	left: 5px;
	top: 2px;
	border: 3px solid var(--fsv-yellow);
	border-left: 0;
	border-radius: 0 7px 7px 0;
	transform: skewY(-8deg);
}

.fsv-ref__ref-icon--observer span::after {
	width: 33px;
	height: 3px;
	left: -7px;
	bottom: -2px;
	background: var(--fsv-yellow);
	border-radius: 999px;
}

.fsv-ref__card {
	text-align: center;
}

.fsv-ref__card-top {
	justify-content: center;
}

.fsv-ref__meta {
	text-align: left;
}

/* =========================================================
   Echtes FSV-Logo als Benefit-Icon
========================================================= */

.fsv-ref__benefit-icon--logo {
	width: 92px;
	height: 92px;
	margin: 0 auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.fsv-ref__benefit-icon--logo img {
	display: block;
	width: 74px;
	height: auto;
	max-height: 86px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

/* =========================================================
   Benefit Icons – saubere SVG-Version
========================================================= */

.fsv-ref__benefit-icon {
	width: 88px;
	height: 72px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--fsv-yellow);
}

.fsv-ref__benefit-svg {
	display: block;
	width: 72px;
	height: 72px;
	color: var(--fsv-yellow);
}

.fsv-ref__benefit-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 72px;
}

.fsv-ref__benefit-logo img {
	display: block;
	width: 54px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.22));
}

/* =========================================================
   Schiedsrichter-Cards mit Foto
========================================================= */

.fsv-ref__card {
	text-align: center;
}

.fsv-ref__card-top {
	justify-content: center;
	margin-bottom: 16px;
}

.fsv-ref__photo-wrap {
	position: relative;
	width: 126px;
	height: 126px;
	margin: 0 auto 20px;
	border-radius: 50%;
	padding: 4px;
	background:
		linear-gradient(135deg, rgba(242, 197, 0, 0.95), rgba(35, 130, 255, 0.75));
	box-shadow:
		0 18px 34px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.10);
}

.fsv-ref__photo {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	background: #061a3b;
	border: 3px solid rgba(4, 20, 46, 0.95);
}

.fsv-ref__photo-placeholder {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.12), transparent 30%),
		linear-gradient(180deg, rgba(7, 40, 91, 0.98), rgba(4, 20, 46, 0.98));
	border: 3px solid rgba(4, 20, 46, 0.95);
	overflow: hidden;
}

.fsv-ref__photo-placeholder span,
.fsv-ref__photo-placeholder span::before,
.fsv-ref__photo-placeholder span::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
}

.fsv-ref__photo-placeholder span {
	width: 34px;
	height: 34px;
	border: 4px solid var(--fsv-yellow);
	border-radius: 50%;
	left: 50%;
	top: 26px;
	transform: translateX(-50%);
}

.fsv-ref__photo-placeholder span::before {
	width: 68px;
	height: 38px;
	border: 4px solid var(--fsv-yellow);
	border-top: 0;
	border-radius: 0 0 42px 42px;
	left: 50%;
	top: 43px;
	transform: translateX(-50%);
}

.fsv-ref__photo-placeholder span::after {
	width: 38px;
	height: 4px;
	left: 50%;
	top: 88px;
	transform: translateX(-50%);
	border-radius: 999px;
	background: var(--fsv-yellow);
	opacity: 0.9;
}

.fsv-ref__card h3 {
	margin-top: 0;
}

.fsv-ref__meta {
	text-align: left;
}

.fsv-ref__note {
	text-align: center;
}

/* =========================================================
   Schiedsrichter-Cards – bessere Foto-Version
   Foto oben als breiter Header statt Kreis
========================================================= */

.fsv-ref__card {
	padding: 0 !important;
	text-align: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.fsv-ref__card-media {
	position: relative;
	height: 210px;
	width: 100%;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 20%, rgba(242, 197, 0, 0.16), transparent 32%),
		linear-gradient(180deg, rgba(8, 48, 104, 0.96), rgba(4, 20, 46, 0.98));
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.fsv-ref__card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(4, 20, 46, 0.05) 0%,
			rgba(4, 20, 46, 0.10) 45%,
			rgba(4, 20, 46, 0.88) 100%
		);
}

.fsv-ref__card-media .fsv-ref__badge {
	position: absolute;
	z-index: 4;
	left: 18px;
	top: 18px;
}

.fsv-ref__photo {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent;
}

/* Inhalt unter dem Foto bekommt wieder Padding */
.fsv-ref__card > h3,
.fsv-ref__card > .fsv-ref__role,
.fsv-ref__card > .fsv-ref__meta,
.fsv-ref__card > .fsv-ref__note {
	margin-left: 26px;
	margin-right: 26px;
}

.fsv-ref__card > h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	text-align: center;
}

.fsv-ref__card > .fsv-ref__role {
	text-align: center;
}

.fsv-ref__card > .fsv-ref__meta {
	margin-top: 20px;
	margin-bottom: 18px;
	text-align: left;
}

.fsv-ref__card > .fsv-ref__note {
	margin-bottom: 28px;
	text-align: center;
}

/* Platzhalter, wenn noch kein echtes Foto da ist */
.fsv-ref__card-media.is-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fsv-ref__card-media.is-placeholder::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 18px;
	border: 1px solid rgba(242, 197, 0, 0.24);
	background:
		radial-gradient(circle at center, rgba(242, 197, 0, 0.10), transparent 42%);
}

.fsv-ref__photo-placeholder {
	position: relative;
	z-index: 3;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(7, 40, 91, 0.98), rgba(4, 20, 46, 0.98));
	border: 2px solid rgba(242, 197, 0, 0.78);
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.28),
		inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fsv-ref__photo-placeholder span,
.fsv-ref__photo-placeholder span::before,
.fsv-ref__photo-placeholder span::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
}

.fsv-ref__photo-placeholder span {
	width: 28px;
	height: 28px;
	border: 4px solid var(--fsv-yellow);
	border-radius: 50%;
	left: 50%;
	top: 22px;
	transform: translateX(-50%);
}

.fsv-ref__photo-placeholder span::before {
	width: 58px;
	height: 34px;
	border: 4px solid var(--fsv-yellow);
	border-top: 0;
	border-radius: 0 0 40px 40px;
	left: 50%;
	top: 38px;
	transform: translateX(-50%);
}

.fsv-ref__photo-placeholder span::after {
	display: none;
}

/* alte runde Foto-Regeln neutralisieren */
.fsv-ref__photo-wrap {
	display: none !important;
}

/* =========================================================
   FIX: Schiedsrichter-Fotos korrekt im Card-Header anzeigen
========================================================= */

.fsv-ref .fsv-ref__card-media {
	position: relative;
	height: 230px;
	width: 100%;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 25%, rgba(242, 197, 0, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(8, 48, 104, 0.96), rgba(4, 20, 46, 0.98));
}

.fsv-ref .fsv-ref__card-media.has-photo {
	background: #061a3b;
}

.fsv-ref .fsv-ref__card-media.has-photo .fsv-ref__photo {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;

	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 100% !important;

	object-fit: cover !important;
	object-position: center center !important;

	border: 0 !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	filter: none !important;
}

.fsv-ref .fsv-ref__card-media.has-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(4, 20, 46, 0.04) 0%,
			rgba(4, 20, 46, 0.08) 48%,
			rgba(4, 20, 46, 0.86) 100%
		);
}

.fsv-ref .fsv-ref__card-media .fsv-ref__badge {
	position: absolute;
	z-index: 4;
	left: 18px;
	top: 18px;
}

/* =========================================================
   CTA Ansprechpartner mit Bild oben
========================================================= */

.fsv-ref__cta-contact {
	display: flex;
	flex-direction: column;
	gap: 0;
	height: 100%;
}

.fsv-ref__cta-avatar {
	position: relative;
	width: 100%;
	height: 180px;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 25%, rgba(242, 197, 0, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(8, 48, 104, 0.96), rgba(4, 20, 46, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 0;
	box-shadow: none;
}

.fsv-ref__cta-avatar::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(4, 20, 46, 0.05) 0%,
			rgba(4, 20, 46, 0.12) 48%,
			rgba(4, 20, 46, 0.86) 100%
		);
}

.fsv-ref__cta-avatar img {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center 60%;
	border: 0;
	border-radius: 0;
}

.fsv-ref__cta-box-content {
	position: relative;
	z-index: 3;
	min-width: 0;
	padding: 24px;
	border-radius: 0 0 18px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-top: 0;
	background:
		linear-gradient(180deg, rgba(8, 34, 76, 0.92) 0%, rgba(4, 24, 57, 0.98) 100%);
}

.fsv-ref__cta-box {
	padding: 0;
	overflow: hidden;
}

.fsv-ref__cta-box .fsv-ref__mini-title {
	display: inline-flex;
	margin-bottom: 10px;
}

.fsv-ref__cta-box h3 {
	margin: 0 0 4px;
}

.fsv-ref__cta-box .fsv-ref__role {
	margin: 0 0 18px;
}

.fsv-ref__cta-box .fsv-ref__contact-list {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
}

.fsv-ref__cta-box .fsv-ref__contact-note {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
}

@media (max-width: 767px) {
	.fsv-ref__cta-avatar {
		height: 220px;
	}
}