* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "PoppinsLocal";
	src: url("../font/Poppins-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PoppinsLocal";
	src: url("../font/Poppins-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "PoppinsLocal";
	src: url("../font/Poppins-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

body {
	font-family: "PoppinsLocal", sans-serif;
	font-weight: 600;
	background: #f0f2f4;
	color: #1e2768;
	line-height: 1.35;
}

.site-kop {
	min-height: 88px;
	padding: 22px 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
}

.site-kop>.site-titel {
	font-family: "PoppinsLocal", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #1e2768;
}

.site-kop>.site-titel:visited,
.site-kop>.site-titel:hover,
.site-kop>.site-titel:active {
	text-decoration: none;
	color: #1e2768;
}

.site-kop>.navigatie-links {
	display: flex;
	gap: 38px;
}

.site-kop>.navigatie-links>a {
	text-decoration: none;
	color: #1e1e1e;
	font-size: 0.95rem;
	font-weight: 600;
}

.site-kop>.navigatie-links>a:hover {
	color: #21b451;
}

.site-kop>.kop-knoppen {
	display: flex;
	gap: 12px;
}

.main-knop {
	border: none;
	border-radius: 999px;
	background: #31d866;
	color: #0c2744;
	font-size: 1rem;
	font-weight: 600;
	padding: 12px 32px;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.main-knop:hover {
	transform: translateY(-2px);
	background: #21b451;
}

.main-knop-licht {
	background: #f2f4f8;
}

.hoofd-blok {
	min-height: 700px;
	padding: 76px 84px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image:
		linear-gradient(135deg, rgba(8, 56, 103, 0.55), rgba(16, 131, 146, 0.28)), url(../img/sansebastiaan.png);
	background-position: center;
	background-size: cover;
}

.hoofd-blok>.hoofd-inhoud {
	max-width: 760px;
}

.hoofd-blok>.hoofd-inhoud>h2 {
	font-family: "PoppinsLocal", sans-serif;
	color: #ffffff;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.08;
	margin-bottom: 46px;
}

.hoofd-blok>.hoofd-kaart {
	width: min(560px, 100%);
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 24px;
	background: rgba(240, 245, 248, 0.85);
	border-radius: 14px;
	padding: 20px 24px;
	backdrop-filter: blur(3px);
}

.hoofd-kaart>.hoofd-kaart-links {
	flex: 1;
}

.hoofd-kaart>.hoofd-kaart-links>.profielen {
	display: flex;
	margin-bottom: 12px;
}

.hoofd-kaart>.hoofd-kaart-links>.profielen>.profiel {
	width: 34px;
	height: 34px;
	border: 2px solid #ffffff;
	border-radius: 999px;
	margin-right: -8px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#foto1 {
	background-image: url("../img/04c4a6808771ad6a7400d5ba27858ce98d015a2e.png");
}

#foto2 {
	background-image: url("../img/5a6f9b1410b519dd825c03b332cd4884546e2278.png");
}

#foto3 {
	background-image: url("../img/6794d0b5bd4f4798239e6af0f02a1ef843704915.png");
}

#foto4 {
	background-image: url("../img/b56a1e868fe23a62d4ec13069a616d2e3e1ef1bc.png");
}

#foto5 {
	background-image: url("../img/caecb7f18d048e2c777210b9d4674932eddc2367.png");
}

#foto6 {
	background-image: url("../img/p2.png");
}

.hoofd-kaart>.hoofd-kaart-links>h3 {
	font-family: "PoppinsLocal", sans-serif;
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 6px;
}

.hoofd-kaart>.hoofd-kaart-links>p, .hoofd-kaart>.hoofd-kaart-rechts>p {
	font-weight: 600;
	color: #4a548f;
}

.promotie-rij {
	min-height: 155px;
	/* background: #f5f5f7; */
	padding: 0 54px;
	display: grid;
	grid-template-columns: repeat(6, minmax(80px, 1fr));
	gap: 24px;
	align-items: center;
}

.promotie-rij>.promotie-logo {
	height: 66px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	/* background: #e5e8f0; */
}

.promotie-rij>.promotie-logo>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.info-sectie {
	min-height: 420px;
	padding: 118px 84px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 56px;
	align-items: end;
}

.info-sectie>.info-links>h4 {
	font-size: 0.78rem;
	letter-spacing: 0.42em;
	color: #646d9e;
	margin-bottom: 16px;
	font-weight: 400;
}

.info-sectie>.info-links>h2 {
	font-family: "PoppinsLocal", sans-serif;
	font-size: clamp(2.35rem, 5vw, 4.6rem);
	line-height: 1.04;
	letter-spacing: -0.03em;
	max-width: 760px;
}

.info-sectie>.info-rechts>p {
	color: #4a548f;
	margin-bottom: 24px;
	max-width: 350px;
	font-weight: 600;
}

.quiz-promotie {
	min-height: 420px;
	background: #c69aeb;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 28px;
	padding: 50px 24px;
}

.quiz-promotie>h2 {
	font-family: "PoppinsLocal", sans-serif;
	font-size: clamp(2.2rem, 5vw, 4.3rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
}

.site-voet {
	min-height: 290px;
	background: #090a0f;
	color: #ffffff;
	padding: 58px 84px;
	display: flex;
	justify-content: space-between;
	gap: 64px;
}

.site-voet>.voet-links {
	max-width: 430px;
}

.site-voet>.voet-links>h3 {
	font-family: "PoppinsLocal", sans-serif;
	font-size: 1.35rem;
	margin-bottom: 14px;
}

.site-voet>.voet-links>p {
	color: #c8c8cf;
	font-size: 0.98rem;
	margin-bottom: 36px;
}

.site-voet>.voet-links>h4 {
	font-size: 2rem;
	font-weight: 600;
}

.site-voet>.voet-rechts {
	display: flex;
	gap: 54px;
}

.site-voet>.voet-rechts>.voet-kolom {
	min-width: 140px;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.site-voet>.voet-rechts>.voet-kolom>h3 {
	font-family: "PoppinsLocal", sans-serif;
	margin-bottom: 8px;
}

.site-voet>.voet-rechts>.voet-kolom>a {
	text-decoration: none;
	color: #dbdbea;
	font-weight: 600;
	text-transform: lowercase;
}

.site-voet>.voet-rechts>.voet-kolom>a:hover {
	color: #31d866;
}

@media (max-width: 1000px) {
	.site-kop {
		flex-wrap: wrap;
		gap: 18px;
		padding: 20px;
	}

	.hoofd-blok {
		padding: 42px 20px;
		min-height: 620px;
	}

	.hoofd-blok>.hoofd-kaart {
		margin-left: 0;
	}

	.promotie-rij {
		grid-template-columns: repeat(3, minmax(70px, 1fr));
		padding: 24px 20px;
	}

	.info-sectie {
		grid-template-columns: 1fr;
		gap: 22px;
		min-height: unset;
		padding: 70px 20px;
	}

	.info-sectie>.info-rechts>p {
		max-width: 100%;
	}

	.site-voet {
		flex-direction: column;
		padding: 44px 20px;
	}
}

@media (max-width: 620px) {
	.site-kop>.navigatie-links {
		width: 100%;
		justify-content: space-between;
		gap: 12px;
	}

	.site-kop>.kop-knoppen {
		width: 100%;
	}

	.site-kop>.kop-knoppen>.main-knop {
		flex: 1;
	}

	.hoofd-blok>.hoofd-kaart {
		flex-direction: column;
		align-items: flex-start;
	}

	.hoofd-kaart>.hoofd-kaart-links>h3 {
		font-size: 1.8rem;
	}

	.promotie-rij {
		grid-template-columns: repeat(2, minmax(60px, 1fr));
	}

	.site-voet>.voet-rechts {
		flex-direction: column;
		gap: 28px;
	}
}

/* ============================================================
   BASQUE INFO PAGE
   ============================================================ */

.info-hero {
	min-height: 500px;
	padding: 100px 84px 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-image:
		linear-gradient(160deg, rgba(8, 56, 103, 0.65), rgba(16, 131, 146, 0.32)),
		url(../img/sansebastiaan.png);
	background-position: center;
	background-size: cover;
}

.info-hero .hero-label {
	font-size: 0.78rem;
	letter-spacing: 0.42em;
	color: #a8d8ff;
	font-weight: 400;
	margin-bottom: 18px;
}

.info-hero h1 {
	font-size: clamp(2.2rem, 5vw, 4rem);
	color: #ffffff;
	line-height: 1.06;
	letter-spacing: -0.03em;
	max-width: 820px;
}

.info-hero-tilburg {
	background-image:
		linear-gradient(160deg, rgba(8, 56, 103, 0.65), rgba(16, 131, 146, 0.32)),
		url(../img/00378.jpg);
}

/* Back bar */
.back-bar {
	padding: 20px 84px;
	background: #ffffff;
	border-bottom: 1.5px solid #e5e8f0;
}

.back-bar a {
	text-decoration: none;
	color: #1e2768;
	font-size: 0.92rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.2s;
}

.back-bar a:hover {
	color: #21b451;
}


.article-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 72px 84px 96px;
}


.section-block {
	margin-bottom: 80px;
}

.section-label {
	font-size: 0.75rem;
	letter-spacing: 0.42em;
	color: #646d9e;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.section-block h2 {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
	margin-bottom: 24px;
	color: #1e2768;
}

.section-block h3 {
	font-size: 1.25rem;
	margin-top: 36px;
	margin-bottom: 12px;
	color: #1e2768;
}

.section-block p {
	color: #4a548f;
	line-height: 1.75;
	margin-bottom: 16px;
	font-weight: 600;
}

/* Lists */
.section-block ul {
	list-style: none;
	padding: 0;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.section-block ul li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #4a548f;
	font-weight: 600;
	line-height: 1.55;
}

.section-block ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	min-width: 8px;
	border-radius: 50%;
	background: #31d866;
	margin-top: 7px;
}

/* Photo – full width */
.foto-full {
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 18px;
	display: block;
	margin: 28px 0;
}

/* Photo – two column grid */
.foto-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 28px 0;
}

.foto-grid img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}

/* Photo caption */
.foto-caption {
	font-size: 0.8rem;
	font-weight: 400;
	color: #8890b8;
	text-align: center;
	margin-top: -16px;
	margin-bottom: 24px;
}

/* Place cards */
.cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 20px;
	margin-top: 28px;
}

.card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(30, 39, 104, 0.08);
}

.card-img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}

.card-body {
	padding: 20px 20px 22px;
}

.card-body h3 {
	font-size: 1rem;
	color: #1e2768;
	margin-bottom: 6px;
	margin-top: 0;
}

.card-body p {
	font-size: 0.88rem;
	color: #646d9e;
	margin: 0;
	line-height: 1.55;
}


.divider {
	border: none;
	border-top: 1.5px solid #e0e4f0;
	margin-bottom: 80px;
}


.cta-banner {
	background: #c69aeb;
	border-radius: 20px;
	padding: 60px 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.cta-banner h2 {
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: #1e2768;
}

.cta-banner p {
	color: #1e2768;
	font-weight: 600;
	max-width: 420px;
	line-height: 1.65;
}

/* Responsive – info page */
@media (max-width: 1000px) {
	.info-hero {
		padding: 70px 20px 60px;
	}

	.back-bar {
		padding: 18px 20px;
	}

	.article-wrap {
		padding: 48px 20px 72px;
	}

	.foto-full {
		height: 260px;
	}

	.foto-grid img {
		height: 180px;
	}
}

@media (max-width: 620px) {
	.foto-grid {
		grid-template-columns: 1fr;
	}

	.foto-grid img {
		height: 220px;
	}

	.cards-grid {
		grid-template-columns: 1fr;
	}

	.cta-banner {
		padding: 40px 20px;
	}
}



/* //////////// */
/* TILBURG INFO PAGE  */
/* ////////////// */



