/* ===================================================
   MINI LANDER — CLEAN STYLE (GLOBAL OVERRIDES)
   Neutral UI • Eina overal • slank, modern, subtiel
=================================================== */


/* BG: SIMPLE DIAGONAL GRADIENT */
.section--lander {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg,
			#FFFFFF 0%,
			#F8F8F8 35%,
			#F4F1EE 70%,
			#FFFFFF 100%);
}


/* TYPOGRAFIE */

body,
.btn,
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Eina 01', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 800;
	letter-spacing: -.015rem;
}

h1 {
	font-size: 1.65rem;
}

h2 {
	font-size: 1.35rem;
}

h3 {
	font-size: 1.125rem;
}

a {
	color: var(--gs-black);
	text-decoration: none;
	transition: all .3s ease;
}

a:hover {
	color: var(--gs-black);
	text-decoration: underline;
}


/* LANDER LAYOUT */

.section--lander {
	align-items: center;
	display: flex;
	min-height: 100vh;
	padding: 1.25rem 0;
}

.section--lander .intro--inner {
	padding: 2rem 2.25rem 1.5rem 2.25rem;
}


/* WRAPPERS */

.form--wrapper,
.intro--wrapper {
	background: #FFFFFF;
	border: 1px solid var(--gs-grey-300);
	border-radius: 2.5rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .03);
	padding: .5rem;
	transition: all .3s ease;
}

.paragraph--wrapper {
	background: #FFFFFF;
	border: 1px solid var(--gs-grey-300);
	border-radius: 1.25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .03);
	padding: .5rem;
	transition: all .3s ease;
}

.form--wrapper:hover,
.intro--wrapper:hover,
.paragraph--wrapper:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06), 0 10px 28px rgba(0, 0, 0, .05);
}

.form--inner,
.intro--inner,
.paragraph--inner {
	background: #FFFFFF;
	border-radius: 1rem;
	padding: 1.25rem 1.5rem;
}


/* LOGO BOXES */

.lander--logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
}

.lander--logo img {
	height: auto;
	width: 100%;
}

.lander--logo--small {
	margin-left: auto;
	margin-right: auto;
	margin-top: .35rem;
	max-width: 150px;
	opacity: 1;
}

.lander--logo--small img {
	height: auto;
	width: 100%;
}


/* KNOPPEN */

.button--box {
	display: flex;
	justify-content: center;
}

/* Profi pill-button: subtiele gradient + dunne rand + zachte shadow */
.btn--brand {
	background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFB 100%);
	border: 1px solid #CCCCCC;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 8px 20px rgba(0, 0, 0, .05);
	color: var(--gs-black);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -.01rem;
	padding: .5rem 1.05rem;
	transition: all .3s ease;
	white-space: nowrap;
}

/* subtiele glans onderrand voor ‘bolletje’ effect */
.btn--brand::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .04) 100%);
	border-radius: 999px;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 45%;
	transition: all .3s ease;
}

.btn--brand:hover {
	background: #000000;
	border-color: #000000;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .10), 0 12px 28px rgba(0, 0, 0, .12);
	color: #FFFFFF;
	text-decoration: none;
}

.btn--brand:active {
	transform: translateY(0);
}

.btn--brand:focus,
.btn--brand:focus-visible {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .05);
	outline: 0;
}

/* positioneer pseudo-element correct */
.btn--brand {
	position: relative;
	overflow: hidden;
}



/* NOTICES */
.notice--wrapper {
	background: #FFFFFF;
	border: 1px solid var(--gs-grey-300);
	border-radius: 1rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 20px rgba(0, 0, 0, .03);
	padding: .9rem 1rem;
	transition: all .3s ease;
}

.notice--wrapper:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06), 0 10px 28px rgba(0, 0, 0, .05);
}

.notice--text {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -.005rem;
	line-height: 1.4;
	margin: 0;
}

.notice--primary {
	color: var(--gs-black);
	font-size: .9rem;
}

.notice--secondary {
	color: var(--gs-grey-500);
	font-size: .9rem;
}



/* FORM CONTROL */

.form-control,
.form-select {
	background-color: #FFFFFF;
	border: 1px solid var(--gs-grey-300) !important;
	border-radius: .55rem;
	color: var(--gs-text) !important;
	font-size: .97rem;
	height: 40px;
	padding: .35rem .75rem;
	transition: all .3s ease;
}

textarea.form-control {
	height: auto !important;
	min-height: 110px;
}

.form-control:focus,
.form-select:focus {
	background-color: #FFFFFF !important;
	border-color: var(--gs-black) !important;
	box-shadow: 0 0 0 .15rem rgba(0, 0, 0, .12) !important;
	color: var(--gs-text) !important;
	outline: 0;
}

.form--label {
	color: var(--gs-black);
	font-weight: 800;
	letter-spacing: -.01rem;
}



/* UTILITIES */

.hr--soft {
	color: var(--gs-grey-300);
	opacity: .85;
}


/* RESPONSIVE */

@media (min-width: 576px) {
	.lander--logo {
		max-width: 260px;
	}
}

@media (min-width: 1200px) {
	.section--lander h1 {
		font-size: 1.85rem;
	}

	.section--lander h2 {
		font-size: 1.35rem;
	}

	.section--lander p.text--detail {
		font-size: 1.25rem;
		color: #A3A1A0;
	}

}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}


/* PRINT */

@media print {
	.section--lander {
		align-items: flex-start;
		min-height: auto;
		padding: 0;
	}

	.form--wrapper,
	.intro--wrapper,
	.paragraph--wrapper {
		border: 1px solid #CCCCCC;
		box-shadow: none;
	}

	.btn--brand {
		background: transparent;
		border: 1px solid #000000;
		color: #000000;
	}
}