/*
Theme Name: Vereinslie.be Dokumentation
Theme URI: https://vereinslie.be/
Author: Marcheel Media
Description: Öffentliches Dokumentations-Theme für Vereinslie.be.
Version: 1.1.2
Requires at least: 6.2
Requires PHP: 8.1
Text Domain: vereinsliebe-docs
*/

:root {
	--vl-navy: #0b2a53;
	--vl-navy-deep: #061a36;
	--vl-navy-soft: #eaf0f8;
	--vl-coral: #f4514c;
	--vl-coral-deep: #d93835;
	--vl-white: #ffffff;
	--vl-ink: #14233a;
	--vl-muted: #5e6d82;
	--vl-line: #dce4ee;
	--vl-surface: #f5f7fb;
	--vl-success: #19704a;
	--vl-warning: #9a5a0a;
	--vl-radius: 24px;
	--vl-shadow: 0 22px 70px rgba(6, 26, 54, 0.1);
	--vl-content: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vl-surface);
	color: var(--vl-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .vl-site-header {
	top: 32px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--vl-navy);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--vl-coral-deep);
}

:focus-visible {
	outline: 3px solid var(--vl-coral);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	color: var(--vl-navy);
	font-family: Manrope, Inter, ui-sans-serif, sans-serif;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

h1 {
	font-size: clamp(2.7rem, 7vw, 5.8rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

p,
ul,
ol {
	margin-top: 0;
}

.vl-wrap {
	width: min(calc(100% - 40px), var(--vl-content));
	margin-inline: auto;
}

.vl-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 12px 18px;
	border-radius: 12px;
	background: var(--vl-white);
	color: var(--vl-navy);
	font-weight: 800;
	transform: translateY(-180%);
}

.vl-skip-link:focus {
	transform: translateY(0);
}

.vl-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(11, 42, 83, 0.09);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(18px);
}

.vl-header-inner {
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.vl-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.vl-brand img {
	width: min(285px, 48vw);
}

.vl-navigation ul {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vl-navigation a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 8px 14px;
	border-radius: 12px;
	color: var(--vl-navy);
	font-size: 0.94rem;
	font-weight: 750;
	text-decoration: none;
}

.vl-navigation a:hover,
.vl-navigation a[aria-current="page"] {
	background: var(--vl-navy-soft);
	color: var(--vl-navy);
}

.vl-navigation .vl-nav-cta {
	background: var(--vl-coral-deep);
	color: var(--vl-white);
}

.vl-navigation .vl-nav-cta:hover,
.vl-navigation .vl-nav-cta[aria-current="page"] {
	background: #b92c2a;
	color: var(--vl-white);
}

.vl-mobile-nav {
	display: none;
}

.vl-main {
	overflow: clip;
}

.vl-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(80px, 11vw, 150px) 0 clamp(76px, 10vw, 128px);
	background:
		radial-gradient(circle at 88% 18%, rgba(244, 81, 76, 0.27), transparent 25%),
		radial-gradient(circle at 68% 92%, rgba(61, 109, 168, 0.25), transparent 34%),
		linear-gradient(145deg, var(--vl-navy-deep), var(--vl-navy));
	color: var(--vl-white);
}

.vl-hero::after {
	position: absolute;
	right: -80px;
	bottom: -170px;
	z-index: -1;
	width: min(52vw, 700px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	box-shadow:
		0 0 0 60px rgba(255, 255, 255, 0.025),
		0 0 0 125px rgba(255, 255, 255, 0.02);
	content: "";
}

.vl-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	align-items: end;
	gap: clamp(42px, 8vw, 100px);
}

.vl-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: inherit;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.vl-eyebrow::before {
	width: 34px;
	height: 4px;
	border-radius: 999px;
	background: var(--vl-coral);
	content: "";
}

.vl-hero h1 {
	max-width: 900px;
	margin-bottom: 28px;
	color: var(--vl-white);
}

.vl-hero h1 span {
	color: var(--vl-coral);
}

.vl-hero-lead {
	max-width: 780px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.vl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vl-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border: 2px solid transparent;
	border-radius: 14px;
	background: var(--vl-coral-deep);
	color: var(--vl-white);
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease;
}

.vl-button:hover {
	background: #b92c2a;
	color: var(--vl-white);
	transform: translateY(-2px);
}

.vl-button--ghost {
	border-color: rgba(255, 255, 255, 0.36);
	background: transparent;
}

.vl-button--ghost:hover {
	border-color: var(--vl-white);
	background: rgba(255, 255, 255, 0.1);
}

.vl-hero-panel {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--vl-radius);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12px);
}

.vl-hero-panel h2 {
	margin-bottom: 24px;
	color: var(--vl-white);
	font-size: 1.2rem;
	letter-spacing: -0.015em;
}

.vl-hero-list {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vl-hero-list li {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 13px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.94rem;
}

.vl-hero-list strong {
	display: block;
	color: var(--vl-white);
}

.vl-list-number {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: rgba(244, 81, 76, 0.2);
	color: #ffaaa6;
	font-weight: 900;
}

.vl-section {
	padding: clamp(72px, 9vw, 120px) 0;
}

.vl-section--white {
	background: var(--vl-white);
}

.vl-section--navy {
	background: var(--vl-navy);
	color: rgba(255, 255, 255, 0.82);
}

.vl-section--navy h2,
.vl-section--navy h3 {
	color: var(--vl-white);
}

.vl-section-header {
	max-width: 780px;
	margin-bottom: 45px;
}

.vl-section-header p:last-child {
	margin-bottom: 0;
	color: var(--vl-muted);
	font-size: 1.1rem;
}

.vl-section--navy .vl-section-header p:last-child {
	color: rgba(255, 255, 255, 0.72);
}

.vl-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.vl-card {
	position: relative;
	padding: 30px;
	border: 1px solid var(--vl-line);
	border-radius: 20px;
	background: var(--vl-white);
	box-shadow: 0 10px 40px rgba(6, 26, 54, 0.045);
}

.vl-card::before {
	display: block;
	width: 38px;
	height: 5px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: var(--vl-coral);
	content: "";
}

.vl-card h3 {
	margin-bottom: 12px;
}

.vl-card p:last-child {
	margin-bottom: 0;
	color: var(--vl-muted);
}

.vl-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	counter-reset: process;
	list-style: none;
}

.vl-process li {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	counter-increment: process;
}

.vl-process li::before {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 25px;
	place-items: center;
	border-radius: 50%;
	background: var(--vl-coral-deep);
	color: var(--vl-white);
	content: counter(process, decimal-leading-zero);
	font-size: 0.82rem;
	font-weight: 900;
}

.vl-process strong {
	display: block;
	margin-bottom: 8px;
	color: var(--vl-white);
}

.vl-process span {
	font-size: 0.92rem;
}

.vl-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(45px, 8vw, 100px);
}

.vl-feature-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vl-feature-list li {
	position: relative;
	padding: 18px 20px 18px 54px;
	border: 1px solid var(--vl-line);
	border-radius: 16px;
	background: var(--vl-white);
}

.vl-feature-list li::before {
	position: absolute;
	top: 19px;
	left: 20px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--vl-navy-soft);
	color: var(--vl-navy);
	content: "✓";
	font-size: 0.8rem;
	font-weight: 900;
}

.vl-callout {
	padding: clamp(28px, 5vw, 48px);
	border-radius: var(--vl-radius);
	background: linear-gradient(135deg, var(--vl-navy), var(--vl-navy-deep));
	color: rgba(255, 255, 255, 0.82);
	box-shadow: var(--vl-shadow);
}

.vl-callout h2,
.vl-callout h3 {
	color: var(--vl-white);
}

.vl-callout p:last-child {
	margin-bottom: 0;
}

.vl-page-hero {
	padding: clamp(70px, 9vw, 110px) 0 70px;
	background:
		radial-gradient(circle at 88% 30%, rgba(244, 81, 76, 0.18), transparent 22%),
		linear-gradient(145deg, var(--vl-navy-deep), var(--vl-navy));
	color: var(--vl-white);
}

.vl-page-hero h1 {
	max-width: 950px;
	margin-bottom: 22px;
	color: var(--vl-white);
	font-size: clamp(2.6rem, 6vw, 5rem);
	hyphens: auto;
	overflow-wrap: anywhere;
}

.vl-page-hero p:last-child {
	max-width: 780px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.12rem;
}

.vl-page-hero--compact {
	padding-block: clamp(58px, 7vw, 86px);
}

.vl-page-hero--compact h1 {
	font-size: clamp(2.6rem, 5vw, 4.25rem);
}

.vl-legal {
	max-width: 920px;
}

.vl-legal h2 {
	margin-top: 48px;
	padding-top: 26px;
	border-top: 1px solid var(--vl-line);
}

.vl-legal h2:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.vl-legal p,
.vl-legal li {
	line-height: 1.75;
}

.vl-legal a {
	overflow-wrap: anywhere;
}

.vl-legal .vl-note {
	margin-block: 30px;
}

.vl-legal-updated {
	display: inline-block;
	margin: 0 0 34px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--vl-navy-soft);
	color: var(--vl-navy);
	font-size: 0.9rem;
}

.vl-doc-shell {
	padding: 60px 0 110px;
}

.vl-doc-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: start;
	gap: clamp(35px, 6vw, 78px);
}

.vl-doc-toc {
	position: sticky;
	top: 112px;
	padding: 24px;
	border: 1px solid var(--vl-line);
	border-radius: 18px;
	background: var(--vl-white);
}

.vl-doc-toc strong {
	display: block;
	margin-bottom: 12px;
	color: var(--vl-navy);
	font-family: Manrope, Inter, sans-serif;
}

.vl-doc-toc ol {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vl-doc-toc a {
	display: block;
	padding: 7px 9px;
	border-radius: 9px;
	color: var(--vl-muted);
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.vl-doc-toc a:hover {
	background: var(--vl-navy-soft);
	color: var(--vl-navy);
}

.vl-doc-content {
	min-width: 0;
}

.vl-doc-section {
	scroll-margin-top: 120px;
	margin-bottom: 28px;
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid var(--vl-line);
	border-radius: var(--vl-radius);
	background: var(--vl-white);
	box-shadow: 0 12px 45px rgba(6, 26, 54, 0.045);
}

.vl-doc-section h2 {
	margin-bottom: 22px;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.vl-doc-section h3 {
	margin: 34px 0 12px;
}

.vl-doc-section li + li {
	margin-top: 7px;
}

.vl-doc-section > :last-child {
	margin-bottom: 0;
}

.vl-note {
	margin: 24px 0;
	padding: 20px 22px;
	border-left: 5px solid var(--vl-coral);
	border-radius: 0 14px 14px 0;
	background: #fff3f2;
	color: #6f2926;
}

.vl-note--info {
	border-left-color: var(--vl-navy);
	background: var(--vl-navy-soft);
	color: var(--vl-navy);
}

.vl-steps {
	margin: 25px 0 0;
	padding: 0;
	counter-reset: docs-step;
	list-style: none;
}

.vl-steps li {
	position: relative;
	min-height: 48px;
	padding: 9px 0 22px 62px;
	counter-increment: docs-step;
}

.vl-steps li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 14px;
	background: var(--vl-navy);
	color: var(--vl-white);
	content: counter(docs-step);
	font-weight: 900;
}

.vl-status-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 28px;
}

.vl-status-card {
	padding: 26px;
	border: 1px solid var(--vl-line);
	border-radius: 18px;
	background: var(--vl-white);
}

.vl-status-card h2,
.vl-status-card h3 {
	margin-bottom: 15px;
}

.vl-status-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #e7f5ed;
	color: var(--vl-success);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.vl-status-label::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.vl-status-label--planned {
	background: #fff1db;
	color: var(--vl-warning);
}

.vl-faq {
	border-top: 1px solid var(--vl-line);
}

.vl-faq details {
	border-bottom: 1px solid var(--vl-line);
}

.vl-faq summary {
	padding: 20px 40px 20px 0;
	color: var(--vl-navy);
	font-weight: 800;
	cursor: pointer;
}

.vl-faq details > div {
	padding: 0 0 22px;
}

.vl-site-footer {
	padding: 55px 0 35px;
	background: var(--vl-navy-deep);
	color: rgba(255, 255, 255, 0.7);
}

.vl-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	gap: 50px;
	padding-bottom: 45px;
}

.vl-footer-brand {
	display: flex;
	align-items: center;
	gap: 18px;
}

.vl-footer-brand img {
	width: 70px;
	height: 70px;
	border-radius: 16px;
}

.vl-footer-brand strong {
	display: block;
	color: var(--vl-white);
	font-family: Manrope, Inter, sans-serif;
	font-size: 1.2rem;
}

.vl-footer-brand p {
	max-width: 520px;
	margin: 3px 0 0;
}

.vl-footer-links {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 12px 22px;
	flex-wrap: wrap;
}

.vl-footer-links a {
	color: var(--vl-white);
	font-weight: 750;
	text-decoration: none;
}

.vl-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.82rem;
}

.vl-empty {
	padding: 100px 0;
	text-align: center;
}

@media (max-width: 980px) {
	.vl-hero-grid,
	.vl-split,
	.vl-footer-grid {
		grid-template-columns: 1fr;
	}

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

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

	.vl-doc-layout {
		grid-template-columns: 1fr;
	}

	.vl-doc-toc {
		position: static;
	}

	.vl-doc-toc ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vl-footer-links {
		justify-content: flex-start;
	}
}

@media (max-width: 782px) {
	body.admin-bar .vl-site-header {
		top: 46px;
	}

	.vl-navigation {
		display: none;
	}

	.vl-mobile-nav {
		display: block;
		position: relative;
	}

	.vl-mobile-nav summary {
		padding: 9px 12px;
		border: 1px solid var(--vl-line);
		border-radius: 10px;
		color: var(--vl-navy);
		font-weight: 800;
		cursor: pointer;
		list-style: none;
	}

	.vl-mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.vl-mobile-nav nav {
		position: absolute;
		top: calc(100% + 12px);
		right: 0;
		width: min(290px, calc(100vw - 40px));
		padding: 12px;
		border: 1px solid var(--vl-line);
		border-radius: 15px;
		background: var(--vl-white);
		box-shadow: var(--vl-shadow);
	}

	.vl-mobile-nav a {
		display: block;
		padding: 11px 12px;
		border-radius: 9px;
		color: var(--vl-navy);
		font-weight: 750;
		text-decoration: none;
	}

	.vl-mobile-nav a:hover {
		background: var(--vl-navy-soft);
	}

	.vl-status-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.vl-page-hero--compact h1 {
		font-size: clamp(2.05rem, 8.4vw, 2.4rem);
	}

	.vl-wrap {
		width: min(calc(100% - 28px), var(--vl-content));
	}

	.vl-header-inner {
		min-height: 70px;
	}

	.vl-brand img {
		width: min(220px, 63vw);
	}

	.vl-hero {
		padding-top: 70px;
	}

	.vl-hero-grid {
		gap: 38px;
	}

	.vl-actions,
	.vl-actions .vl-button {
		width: 100%;
	}

	.vl-card-grid,
	.vl-process,
	.vl-doc-toc ol {
		grid-template-columns: 1fr;
	}

	.vl-card,
	.vl-doc-section {
		padding: 24px;
	}

	.vl-doc-shell {
		padding-top: 28px;
	}

	.vl-footer-brand {
		align-items: flex-start;
	}

	.vl-footer-bottom {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
