/**
 * Redactionele vergelijkingspagina Opleiding tot coach.
 *
 * De inhoud blijft in WordPress staan. Deze laag geeft de lange tekst een
 * duidelijke beslisroute zonder de pagina als opleidingslandingpage te laten
 * ogen.
 */

.page-id-3905 {
	--coach-donker: #401f4e;
	--coach-paars: #77287c;
	--coach-olijf: #b8b233;
	--coach-olijftekst: #77731f;
	--coach-inkt: #2b1433;
	--coach-paneel: #f7f3f7;
	--coach-lijn: rgba(64, 31, 78, 0.13);
	--coach-schaduw: 0 22px 58px rgba(43, 20, 51, 0.1);
}

.page-id-3905 .wp-block-post-content {
	background: #fdfcfd;
	overflow: clip;
	padding: clamp(34px, 6vw, 88px) clamp(18px, 4vw, 56px) clamp(72px, 8vw, 120px);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie,
.page-id-3905 .wp-block-post-content > .wp-block-buttons {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1140px;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie {
	border-top: 1px solid var(--coach-lijn);
	padding: clamp(56px, 7vw, 92px) clamp(22px, 5vw, 72px);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie + .nlpa-sectie {
	margin-top: clamp(20px, 3vw, 36px);
}

.page-id-3905 .nlpa-sectie h1,
.page-id-3905 .nlpa-sectie h2,
.page-id-3905 .nlpa-sectie h3 {
	color: var(--coach-inkt);
	text-wrap: balance;
}

.page-id-3905 .nlpa-sectie h1 {
	font-size: clamp(2.65rem, 5.5vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
	margin: 10px 0 0;
	max-width: 12ch;
}

.page-id-3905 .nlpa-sectie h2 {
	font-size: clamp(2rem, 3.7vw, 3.45rem);
	line-height: 1.06;
	letter-spacing: -0.035em;
}

.page-id-3905 .nlpa-sectie h3 {
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	line-height: 1.25;
}

.page-id-3905 .nlpa-sectie > p,
.page-id-3905 .nlpa-sectie > ul,
.page-id-3905 .nlpa-sectie > figure {
	max-width: 76ch;
}

.page-id-3905 .nlpa-sectie > p,
.page-id-3905 .nlpa-sectie li,
.page-id-3905 .nlpa-antwoord p {
	font-size: clamp(1rem, 1.25vw, 1.12rem);
	line-height: 1.72;
}

.page-id-3905 .nlpa-bovenkopje {
	color: var(--coach-olijftekst);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.35;
	margin: 0 0 14px;
	text-transform: uppercase;
}

/* De opening leest als een redactionele omslag met het antwoord direct ernaast. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type {
	align-items: center;
	background: var(--coach-donker);
	border: 0;
	border-radius: 28px;
	box-shadow: var(--coach-schaduw);
	display: grid;
	gap: clamp(34px, 6vw, 80px);
	grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
	margin-bottom: clamp(46px, 7vw, 88px);
	padding: clamp(36px, 6vw, 78px);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type > .nlpa-bovenkopje,
.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type > h1 {
	grid-column: 1;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type > h1 {
	color: #fff;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type > .nlpa-bovenkopje {
	align-self: end;
	color: var(--coach-olijf);
	margin-bottom: -18px;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type .nlpa-antwoord {
	align-self: stretch;
	background: #fff;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba(18, 8, 22, 0.2);
	display: flex;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1 / span 2;
	justify-content: center;
	margin: 0;
	max-width: none;
	padding: clamp(28px, 4vw, 46px);
}

.page-id-3905 .nlpa-antwoord__label {
	color: var(--coach-olijftekst);
}

/* Korte uitlegsecties houden op brede schermen een vaste kopkolom. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(2),
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(3),
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(6) {
	display: grid;
	gap: 12px clamp(48px, 7vw, 100px);
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(2) .nlpa-sectiekop,
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(3) .nlpa-sectiekop,
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(6) .nlpa-sectiekop {
	grid-column: 1;
	grid-row: 1 / span 8;
	margin: 0;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(2) > p,
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(3) > p,
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(6) > p {
	grid-column: 2;
	margin-top: 0;
}

/* De vier routes krijgen ieder een duidelijke ingang binnen één overzicht. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(4) {
	background: var(--coach-paneel);
	border: 1px solid var(--coach-lijn);
	border-radius: 24px;
	box-shadow: var(--coach-schaduw);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(4) > h3 {
	border-top: 1px solid var(--coach-lijn);
	margin: clamp(34px, 4vw, 50px) 0 16px;
	padding: clamp(28px, 3vw, 38px) 0 0;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(4) > h3:first-of-type {
	margin-top: 8px;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(4) > h3::first-letter {
	color: var(--coach-paars);
}

/* De uitleg over erkenning mag visueel zwaarder wegen. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(5) {
	background: var(--coach-donker);
	border: 0;
	border-radius: 24px;
	color: rgba(255, 255, 255, 0.86);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(5) h2,
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(5) h3,
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(5) strong {
	color: #fff;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(5) .nlpa-bovenkopje {
	color: var(--coach-olijf);
}

/* Kostenvergelijking. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(7) {
	background: #fff;
	border: 1px solid var(--coach-lijn);
	border-radius: 24px;
	box-shadow: var(--coach-schaduw);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(7) .wp-block-table {
	margin-top: 34px;
	max-width: none;
	overflow-x: auto;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(7) table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	min-width: 680px;
	width: 100%;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(7) th {
	background: var(--coach-donker);
	border: 0;
	color: #fff;
	font-family: var(--wp--preset--font-family--kop);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	padding: 18px 20px;
	text-align: left;
	text-transform: uppercase;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(7) td {
	border: 0;
	border-bottom: 1px solid var(--coach-lijn);
	padding: 18px 20px;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(7) tbody tr:nth-child(even) td {
	background: var(--coach-paneel);
}

/* Vragenlijst wordt een scanbaar controleblok. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(8) > ul {
	display: grid;
	gap: 0 42px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 28px 0 0;
	max-width: none;
	padding: 0;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(8) li {
	border-top: 1px solid var(--coach-lijn);
	padding: 20px 0 20px 34px;
	position: relative;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(8) li::before {
	color: var(--coach-olijftekst);
	content: "✓";
	font-family: var(--wp--preset--font-family--kop);
	font-weight: 800;
	left: 2px;
	position: absolute;
}

/* Eigen opleiding: compacte, duidelijke slotroute met echte knoppen. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(9) {
	background: linear-gradient(135deg, #f8f3f8, #f1e8f3);
	border: 1px solid var(--coach-lijn);
	border-radius: 24px 24px 0 0;
	padding-bottom: clamp(36px, 5vw, 58px);
}

.page-id-3905 .wp-block-post-content > .wp-block-buttons {
	background: linear-gradient(135deg, #f8f3f8, #f1e8f3);
	border: 1px solid var(--coach-lijn);
	border-radius: 0 0 24px 24px;
	border-top: 0;
	display: flex;
	gap: 14px;
	margin-bottom: clamp(38px, 6vw, 74px);
	padding: 0 clamp(22px, 5vw, 72px) clamp(44px, 6vw, 68px);
}

.page-id-3905 .wp-block-post-content > .wp-block-buttons .wp-block-button__link {
	align-items: center;
	background: var(--coach-paars);
	border: 2px solid var(--coach-paars);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	text-decoration: none;
}

.page-id-3905 .wp-block-post-content > .wp-block-buttons .is-style-olijf .wp-block-button__link {
	background: #77731f;
	border-color: #77731f;
}

.page-id-3905 .wp-block-post-content > .wp-block-buttons .wp-block-button__link:hover {
	filter: brightness(0.9);
	transform: translateY(-1px);
}

/* FAQ in twee goed leesbare kolommen. */
.page-id-3905 .wp-block-post-content > .nlpa-sectie:last-of-type {
	display: grid;
	gap: 0 clamp(38px, 6vw, 80px);
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:last-of-type .nlpa-sectiekop {
	grid-column: 1 / -1;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:last-of-type > h3 {
	border-top: 1px solid var(--coach-lijn);
	grid-column: 1;
	margin: 0;
	padding: 24px 0;
}

.page-id-3905 .wp-block-post-content > .nlpa-sectie:last-of-type > p {
	border-top: 1px solid var(--coach-lijn);
	grid-column: 2;
	margin: 0;
	padding: 24px 0;
}

.page-id-3905 .wp-block-post-content a:focus-visible {
	border-radius: 3px;
	outline: 3px solid var(--coach-olijf);
	outline-offset: 4px;
}

@media (max-width: 880px) {
	.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type,
	.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(2),
	.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(3),
	.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(6),
	.page-id-3905 .wp-block-post-content > .nlpa-sectie:last-of-type {
		display: block;
	}

	.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type .nlpa-antwoord {
		margin-top: 34px;
	}

	.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type > .nlpa-bovenkopje {
		margin-bottom: 14px;
	}

	.page-id-3905 .wp-block-post-content > .nlpa-sectie:nth-of-type(8) > ul {
		grid-template-columns: 1fr;
	}

	.page-id-3905 .wp-block-post-content > .nlpa-sectie:last-of-type > h3,
	.page-id-3905 .wp-block-post-content > .nlpa-sectie:last-of-type > p {
		border-top: 1px solid var(--coach-lijn);
		padding: 20px 0;
	}
}

@media (max-width: 620px) {
	.page-id-3905 .wp-block-post-content {
		box-sizing: border-box;
		max-width: 100%;
		overflow: hidden;
		padding-inline: 14px;
		width: 100%;
	}

	.page-id-3905 .wp-block-post-content > .nlpa-sectie {
		border-radius: 18px;
		margin-inline: 0;
		max-width: 100%;
		min-width: 0;
		padding: 44px 22px;
		width: 100%;
	}

	.page-id-3905 .wp-block-post-content > .nlpa-sectie > * {
		max-width: 100%;
		min-width: 0;
	}

	.page-id-3905 .wp-block-post-content > .nlpa-sectie:first-of-type {
		border-radius: 20px;
		padding: 34px 22px 22px;
	}

	.page-id-3905 .nlpa-sectie h1 {
		font-size: clamp(2.35rem, 12vw, 3.35rem);
		letter-spacing: -0.04em;
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.page-id-3905 .nlpa-sectie h2 {
		font-size: clamp(1.9rem, 9vw, 2.65rem);
	}

	.page-id-3905 .wp-block-post-content > .wp-block-buttons {
		align-items: stretch;
		border-radius: 0 0 18px 18px;
		flex-direction: column;
		padding: 0 22px 36px;
	}

	.page-id-3905 .wp-block-post-content > .wp-block-buttons .wp-block-button,
	.page-id-3905 .wp-block-post-content > .wp-block-buttons .wp-block-button__link {
		width: 100%;
	}
}
