@font-face {
	font-family: "Bai Jamjuree";
	src: url("/fonts/baijamjuree-regular-webfont.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Bai Jamjuree";
	src: url("/fonts/baijamjuree-semibold-webfont.woff2") format("woff2");
	font-weight: 600;
	font-display: swap;
}

:root {
	--green-900: #004b22;
	--green-800: #00652c;
	--green-600: #00873e;
	--lime: #95c11f;
	--sky: #009fe3;
	--orange: #e18800;
	--red: #e42313;
	--ink: #123326;
	--muted: #2d3531;
	--mist: #f0f6f2;
	--line: #d9e6dd;
	--white: #fff;
	--shadow: 0 24px 70px rgba(0, 75, 34, .13);
	--radius: 28px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Bai Jamjuree", Arial, sans-serif;
	color: var(--ink);
	background: var(--white);
	font-size: 17px;
	line-height: 1.65;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
}

h1,
h2,
h3 {
	margin: 0 0 .5em;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -.035em;
}

h1 {
	font-size: clamp(3rem, 6.4vw, 6.3rem);
}

h2 {
	font-size: clamp(2.2rem, 4vw, 4.2rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.7rem);
}

p {
	margin: 0 0 1.3em;
}

.container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.narrow {
	width: min(780px, calc(100% - 48px));
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100;
	padding: 10px 16px;
	background: var(--white);
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(0, 101, 44, .09);
	backdrop-filter: blur(14px);
}

.header-inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 86px;
}

.brand {
	flex: 0 0 190px;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-left: auto;
}

.main-nav a,
.text-link {
	position: relative;
	text-decoration: none;
	font-size: .92rem;
	font-weight: 600;
}

.main-nav a::after {
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -8px;
	height: 3px;
	content: "";
	background: var(--lime);
	transition: right .2s ease;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
	right: 0;
}

.main-nav-login {
	display: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 0;
	border-radius: 12px;
	background: var(--mist);
}

.menu-toggle span:not(.sr-only) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--green-800);
}

.button-row,
.conversion-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 2px solid var(--green-800);
	border-radius: 999px;
	background: var(--green-800);
	color: var(--white);
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(0, 101, 44, .22);
	background: var(--green-600);
}

.button-small {
	min-height: 44px;
	padding: 10px 18px;
	font-size: .9rem;
}

.button-secondary {
	background: var(--white);
	color: var(--green-800);
}

.button-white {
	border-color: var(--white);
	background: var(--white);
	color: var(--green-800);
}

.button-outline-light {
	border-color: rgba(255, 255, 255, .7);
	background: transparent;
	color: var(--white);
}

.eyebrow {
	margin-bottom: 18px;
	color: var(--green-600);
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.eyebrow.light {
	color: #cff094;
}

.lead {
	max-width: 720px;
	color: var(--muted);
	font-size: clamp(1.15rem, 2vw, 1.38rem);
	line-height: 1.55;
}

.hero {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	background-color: var(--white);
	background-image: image-set(
		url("/main/assets/img/hero-golven-persoon-v3.webp") type("image/webp"),
		url("/main/assets/img/hero-golven-persoon-v3.png") type("image/png")
	);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.hero::after {
	display: none;
}

.hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, .98) 34%,
		rgba(255, 255, 255, .82) 48%,
		rgba(255, 255, 255, .20) 66%,
		rgba(255, 255, 255, 0) 78%
	);
	pointer-events: none;
}

.hero-inner {
	position: relative;
	z-index: 2;
	display: block;
	align-items: center;
	min-height: 720px;
	padding-block: 72px 90px;
}

.hero-inner > div {
	max-width: 610px;
}

.hero h1 {
	max-width: 750px;
	color: var(--green-900);
}

.hero h1 em {
	color: var(--lime);
	font-style: normal;
}

.hero .lead {
	max-width: 650px;
}

.trust-bar {
	position: relative;
	z-index: 4;
	margin-top: -42px;
}

.trust-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: var(--line);
	box-shadow: var(--shadow);
}

.trust-item {
	padding: 24px;
	background: var(--white);
	text-align: center;
}

.trust-item strong {
	display: block;
	color: var(--green-800);
	font-size: 1.05rem;
}

.section {
	padding-block: 110px;
}

.section-soft {
	background: var(--mist);
}

.section-dark {
	background: var(--green-900);
	color: var(--white);
}

.section-heading {
	max-width: 760px;
	margin-bottom: 54px;
}

.section-heading.center {
	margin-inline: auto;
	text-align: center;
}

.section-heading p {
	color: var(--muted);
	font-size: 1.15rem;
}

.section-dark .section-heading p {
	color: #c6dfd0;
}

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: clamp(48px, 8vw, 110px);
}

.split-media {
	position: relative;
}

.split-media picture,
.book-card picture,
.catalog-category picture,
.catalog-detail > picture {
	display: block;
}

.split-media img {
	width: 100%;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.media-image {
	display: block;
}

.media-image img {
	display: block;
	width: 100%;
	height: auto;
}

.media-label {
	position: absolute;
	right: -20px;
	bottom: -24px;
	max-width: 260px;
	padding: 20px;
	border-radius: 18px;
	background: var(--green-800);
	color: var(--white);
	box-shadow: var(--shadow);
	font-weight: 600;
}

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

.card {
	padding: 34px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: var(--white);
}

.card-number,
.icon-chip {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	border-radius: 50%;
	background: var(--lime);
	color: var(--green-900);
	font-weight: 600;
}

.card p {
	color: var(--muted);
}

.quote {
	position: relative;
	padding: clamp(34px, 6vw, 72px);
	border-radius: var(--radius);
	background: var(--green-800);
	color: var(--white);
}

.quote::before {
	position: absolute;
	top: 25px;
	left: 35px;
	content: "“";
	color: var(--lime);
	font-size: 7rem;
	line-height: 1;
	opacity: .55;
}

.quote blockquote {
	position: relative;
	margin: 0;
	font-size: clamp(1.45rem, 2.8vw, 2.3rem);
	font-weight: 600;
	line-height: 1.35;
}

.quote cite {
	display: block;
	margin-top: 28px;
	font-size: .95rem;
	font-style: normal;
}

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

.faq-contact-action {
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

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

.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 26px 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	font: inherit;
	font-size: 1.15rem;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.faq-question::after {
	content: "+";
	color: var(--green-600);
	font-size: 1.7rem;
}

.faq-question[aria-expanded="true"]::after {
	content: "−";
}

.faq-answer {
	display: none;
	max-width: 760px;
	padding: 0 0 28px;
	color: var(--muted);
}

.faq-answer.open {
	display: block;
}

.page-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(115deg, var(--mist), #fff 62%);
}

.page-hero-art {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: image-set(
		url("/main/assets/img/golfstrook-v3.webp") type("image/webp"),
		url("/main/assets/img/golfstrook-v3.png") type("image/png")
	) center bottom / 100% auto no-repeat;
	opacity: .32;
}

.page-hero-inner {
	position: relative;
	z-index: 2;
	padding-block: 110px;
}

.page-hero-copy {
	max-width: 820px;
}

.page-hero h1 {
	font-size: clamp(3rem, 5.2vw, 5.4rem);
	color: var(--green-900);
}

.steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	counter-reset: steps;
}

.step {
	position: relative;
	padding-top: 72px;
	counter-increment: steps;
}

.step::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	content: counter(steps);
	border-radius: 50%;
	background: var(--lime);
	color: var(--green-900);
	font-weight: 600;
}

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

.feature-list li {
	position: relative;
	padding-left: 34px;
}

.feature-list li::before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 18px;
	height: 18px;
	content: "";
	border-radius: 50%;
	background: var(--lime);
	box-shadow: inset 0 0 0 5px var(--white);
	border: 2px solid var(--lime);
}

.book-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.book-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: var(--white);
}

.book-card img {
	width: 100%;
	aspect-ratio: 2;
	object-fit: cover;
	object-position: top;
}

.book-card-content {
	padding: 28px;
}

.catalog-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 58px;
}

.catalog-category-grid,
.catalog-edition-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.catalog-category,
.catalog-edition {
	display: block;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: var(--white);
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.catalog-category:hover,
.catalog-edition:hover {
	box-shadow: var(--shadow);
	transform: translateY(-3px);
}

.catalog-category img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: top;
}

.catalog-category > div,
.catalog-edition {
	padding: 28px;
}

.catalog-link,
.catalog-edition > span:last-child,
.back-link {
	color: var(--green-800);
	font-weight: 700;
}

.back-link {
	display: inline-block;
	margin-bottom: 30px;
}

.catalog-detail {
	display: grid;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
	gap: clamp(32px, 6vw, 80px);
	align-items: center;
}

.catalog-detail > picture {
	width: 100%;
	max-height: 520px;
}

.catalog-detail > picture img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
}

.catalog-details {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin: 30px 0;
}

.catalog-details div {
	padding: 18px;
	border-radius: 14px;
	background: var(--mist);
}

.catalog-details dt {
	color: var(--muted);
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.catalog-details dd {
	margin: 5px 0 0;
	font-weight: 700;
}

.catalog-tab {
	padding: 12px 20px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--white);
	font-weight: 600;
	text-decoration: none;
}

.catalog-tab:hover,
.catalog-tab.active {
	border-color: var(--green-800);
	background: var(--green-800);
	color: var(--white);
}

.catalog-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

.catalog-price {
	display: flex;
	align-items: end;
	flex-direction: column;
	color: var(--muted);
}

.catalog-price strong {
	color: var(--green-800);
	font-size: 2.2rem;
	line-height: 1;
}

.catalog-products {
	border-top: 1px solid var(--line);
}

.catalog-product {
	display: grid;
	grid-template-columns: 1fr 180px 220px;
	align-items: center;
	gap: 30px;
	padding: 24px 0;
	border-bottom: 1px solid var(--line);
}

.catalog-product h3,
.catalog-product .tag {
	margin-bottom: 0;
}

.catalog-product > div:not(:first-child) {
	display: flex;
	flex-direction: column;
}

.catalog-meta {
	color: var(--muted);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.catalog-note {
	margin-top: 38px;
	padding: 28px;
	border-left: 5px solid var(--lime);
	border-radius: 0 16px 16px 0;
	background: var(--mist);
}

.catalog-note p:last-child {
	margin-bottom: 0;
}

.tag {
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #e7f4cb;
	color: var(--green-900);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.form-layout {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 60px;
	align-items: start;
}

.form-card {
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--shadow);
}

.login-page {
	min-height: calc(100vh - 86px);
	padding-block: clamp(72px, 11vw, 150px);
	background:
		radial-gradient(circle at 88% 12%, rgba(149, 193, 31, .32), transparent 22rem),
		linear-gradient(115deg, var(--mist), #fff 62%);
}

.login-layout {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(360px, .65fr);
	align-items: center;
	gap: clamp(48px, 10vw, 150px);
}

.login-introduction h1 {
	color: var(--green-900);
}

.login-card {
	max-width: 510px;
	width: 100%;
	justify-self: end;
}

.login-fields {
	display: grid;
	gap: 20px;
}

.login-forgot {
	margin: 24px 0 0;
}

.login-forgot a {
	color: var(--green-800);
	font-weight: 600;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.field-full {
	grid-column: 1 / -1;
}

label {
	display: block;
	margin-bottom: 7px;
	font-size: .9rem;
	font-weight: 600;
}

input,
select,
textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #b9c9c0;
	border-radius: 10px;
	background: var(--white);
	color: var(--ink);
	font: inherit;
}

textarea {
	min-height: 150px;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	outline: 3px solid rgba(149, 193, 31, .25);
	border-color: var(--lime);
}

input[type="radio"],
input[type="checkbox"] {
	width: 1.1em;
	min-height: 1.1em;
	padding: 0;
	margin: 0;
	accent-color: var(--green-800);
	vertical-align: middle;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 3px solid rgba(149, 193, 31, .35);
	outline-offset: 2px;
}

.checkbox {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.checkbox input {
	width: 1.1em;
	min-height: 1.1em;
	margin-top: 3px;
}

.checkbox label {
	font-weight: 400;
}

.form-note {
	color: var(--muted);
	font-size: .85rem;
}

.campaign-hero {
	position: relative;
	overflow: hidden;
	min-height: 720px;
	padding-block: clamp(64px, 8vw, 110px);
	background-color: var(--white);
	background-image: image-set(
		url("/main/assets/img/hero-golven-persoon-v3.webp") type("image/webp"),
		url("/main/assets/img/hero-golven-persoon-v3.png") type("image/png")
	);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 720px;
}

.campaign-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, .98) 34%,
		rgba(255, 255, 255, .82) 48%,
		rgba(255, 255, 255, .20) 66%,
		rgba(255, 255, 255, 0) 78%
	);
	pointer-events: none;
}

.campaign-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr);
	align-items: start;
	gap: clamp(44px, 7vw, 90px);
}

.campaign-introduction h1 {
	max-width: 780px;
	color: var(--green-900);
	font-size: clamp(3rem, 5.5vw, 5.7rem);
}

.campaign-introduction h1 em {
	display: block;
	color: var(--lime);
	font-style: normal;
}

.campaign-introduction {
	padding-top: 20px;
}

.campaign-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.campaign-benefits li {
	padding: 9px 14px;
	border: 1px solid rgba(0, 101, 44, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: var(--green-800);
	font-size: .88rem;
	font-weight: 600;
}

.campaign-media {
	position: relative;
	max-width: 670px;
}

.campaign-media img {
	width: 100%;
	border-radius: 24px;
	box-shadow: var(--shadow);
}

.campaign-media span {
	position: absolute;
	right: 18px;
	top: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--lime);
	color: var(--green-900);
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.campaign-form {
	position: sticky;
	top: 112px;
	box-shadow: 0 28px 80px rgba(0, 75, 34, .18);
}

.campaign-form h2 {
	font-size: clamp(2rem, 3vw, 3.2rem);
}

.campaign-submit {
	width: 100%;
}

.campaign-proof {
	background: var(--green-900);
	color: var(--white);
}

.campaign-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.campaign-proof-grid > div {
	padding: 28px 24px;
	border-right: 1px solid rgba(255, 255, 255, .16);
	text-align: center;
}

.campaign-proof-grid > div:last-child {
	border-right: 0;
}

.campaign-proof strong,
.campaign-proof span {
	display: block;
}

.campaign-proof strong {
	color: #d9f59a;
	font-size: 1.05rem;
}

.campaign-proof span {
	font-size: .88rem;
	opacity: .86;
}

.campaign-book-media img {
	max-height: 520px;
	object-fit: contain;
	box-shadow: none;
}

.campaign-next-steps .text-link {
	color: var(--green-800);
}

.form-errors {
	margin: 0 0 20px;
	padding: 14px 16px;
	border: 1px solid #d86b6b;
	border-radius: 10px;
	background: #fff3f3;
	color: #7d2020;
}

.form-errors p {
	margin: 0;
}

.form-errors p + p {
	margin-top: 6px;
}

.wa-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.cf-turnstile {
	margin-bottom: 20px;
}

.conversion-strip {
	padding-block: 64px;
	background: linear-gradient(110deg, var(--green-800), var(--green-600));
	color: var(--white);
}

.conversion-grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: center;
	gap: 40px;
}

.conversion-grid h2 {
	max-width: 700px;
	font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.site-footer {
	padding-block: 75px 28px;
	background: #052d1b;
	color: #d6e9dd;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr 1fr;
	gap: 50px;
}

.footer-logo {
	width: 190px;
	margin-bottom: 24px;
	filter: brightness(0) invert(1);
}

.site-footer h3 {
	margin-top: 8px;
	color: var(--white);
	font-size: 1rem;
	letter-spacing: .02em;
}

.site-footer a {
	display: block;
	margin-bottom: 10px;
	color: #d6e9dd;
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--lime);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 60px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	font-size: .82rem;
}

@media (max-width: 1080px) {
	.main-nav {
		gap: 15px;
	}

	.main-nav a {
		font-size: .82rem;
	}

	.header-actions .text-link {
		display: none;
	}

	.main-nav-login {
		display: block;
	}
}

@media (max-width: 880px) {
	.container,
	.narrow {
		width: min(100% - 34px, 680px);
	}

	.header-inner {
		min-height: 72px;
	}

	.brand {
		flex-basis: 155px;
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	.main-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: calc(100vh - 72px);
		display: none;
		align-items: stretch;
		padding: 34px;
		background: #fff;
		box-shadow: 0 20px 40px rgba(0, 75, 34, .12);
		overflow-y: auto;
	}

	.main-nav.open {
		display: flex;
		flex-direction: column;
	}

	.main-nav a {
		padding: 14px 0;
		border-bottom: 1px solid var(--line);
		font-size: 1.15rem;
	}

	.header-actions .button {
		display: none;
	}

	.hero,
	.hero-inner {
		min-height: auto;
	}

	.hero-inner,
	.split,
	.form-layout,
	.login-layout,
	.conversion-grid,
	.campaign-hero-grid {
		grid-template-columns: 1fr;
	}

	.campaign-form {
		position: relative;
		top: auto;
	}

	.campaign-hero {
		padding-bottom: 440px;
		background-position: center bottom;
		background-size: 115% auto;
	}

	.campaign-hero::after {
		background: linear-gradient(
			180deg,
			#fff 0%,
			#fff 47%,
			rgba(255, 255, 255, .75) 60%,
			rgba(255, 255, 255, 0) 75%
		);
	}

	.campaign-proof-grid {
		grid-template-columns: 1fr 1fr;
	}

	.campaign-proof-grid > div:nth-child(2) {
		border-right: 0;
	}

	.hero-inner {
		padding-block: 70px 40px;
	}

	.login-card {
		justify-self: start;
	}

	.hero {
		background-position: center bottom;
		background-size: 115% auto;
	}

	.hero::before {
		background: linear-gradient(180deg, #fff 0%, #fff 47%, rgba(255, 255, 255, .75) 60%, rgba(255, 255, 255, 0) 75%);
	}

	.hero-inner {
		padding-bottom: 440px;
	}

	.trust-bar {
		margin-top: 0;
	}

	.trust-inner {
		grid-template-columns: 1fr 1fr;
	}

	.cards,
	.book-grid,
	.catalog-category-grid,
	.catalog-edition-grid {
		grid-template-columns: 1fr 1fr;
	}

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

	.footer-grid {
		grid-template-columns: 1.5fr 1fr 1fr;
	}

	.footer-grid > :last-child {
		grid-column: 2;
	}
}

@media (max-width: 580px) {
	body {
		font-size: 16px;
	}

	.container,
	.narrow {
		width: min(100% - 28px, 520px);
	}

	h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	.section {
		padding-block: 72px;
	}

	.page-hero-inner {
		padding-block: 76px;
	}

	.hero {
		background-position: center bottom;
		background-size: 115% auto;
	}

	.hero-inner {
		padding-bottom: 250px;
	}

	.page-hero-art {
		background-size: auto 52%;
		opacity: .25;
	}

	.trust-inner,
	.cards,
	.book-grid,
	.catalog-category-grid,
	.catalog-edition-grid,
	.steps,
	.form-grid,
	.footer-grid,
	.campaign-proof-grid {
		grid-template-columns: 1fr;
	}

	.campaign-proof-grid > div {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.campaign-proof-grid > div:last-child {
		border-bottom: 0;
	}

	.campaign-hero {
		padding-bottom: 250px;
		background-position: center bottom;
		background-size: 115% auto;
	}

	.campaign-hero::after {
		background: linear-gradient(
			180deg,
			#fff 0%,
			#fff 47%,
			rgba(255, 255, 255, .75) 60%,
			rgba(255, 255, 255, 0) 75%
		);
	}

	.catalog-detail {
		grid-template-columns: 1fr;
	}

	.trust-item {
		padding: 18px;
	}

	.media-label {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: none;
		margin: -20px 16px 0;
	}

	.conversion-actions,
	.button-row {
		align-items: stretch;
		flex-direction: column;
	}

	.footer-grid > :last-child {
		grid-column: auto;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.catalog-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.catalog-price {
		align-items: flex-start;
	}

	.catalog-product {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.catalog-product > div:first-child {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
body.modal-open {
	overflow: hidden;
}

.cookie-consent[hidden] {
	display: none;
}

.cookie-consent {
	position: fixed;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 1100;
	margin: 0 auto;
	padding: 24px;
	width: min(840px, calc(100% - 48px));
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow);
}

.cookie-consent-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.cookie-consent h2 {
	margin-bottom: 8px;
	font-size: 1.5rem;
}

.cookie-consent p {
	margin: 0;
}

.cookie-consent a,
.cookie-preferences {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cookie-consent-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 10px;
}

.cookie-consent-actions .button {
	white-space: nowrap;
}

.cookie-preferences {
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

@media (max-width: 720px) {
	.cookie-consent {
		right: 16px;
		bottom: 16px;
		left: 16px;
		width: auto;
	}

	.cookie-consent-inner {
		align-items: stretch;
		flex-direction: column;
	}

	.cookie-consent-actions {
		flex-direction: column;
	}
}

.leerlijn-taalkeuze {
	margin-bottom: 1.5rem;
}

@media (max-width: 580px) {
	.leerlijn-keuze {
		align-items: initial;
		flex-direction: row;
	}
}

.chapter-modal[hidden] {
	display: none;
}

.chapter-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 24px;
}

.chapter-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 35, 20, .65);
}

.chapter-modal-dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: min(1100px, 100%);
	height: min(850px, 92vh);
	background: #fefffc;
	border-radius: 20px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.chapter-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 24px;
	background: #00652c;
	color: white;
}

.chapter-modal-header h2 {
	margin: 0;
	color: inherit;
}

.chapter-modal-close {
	border: 0;
	background: transparent;
	color: white;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.chapter-modal-dialog iframe {
	width: 100%;
	height: 100%;
	border: 0;
	background: white;
}
.kerndoelen-table-wrapper {
	overflow-x: auto;
	margin-top: 2rem;
	border: 1px solid var(--line, #d9e1dc);
	background: #fff;
}

.kerndoelen-table {
	border-collapse: collapse;
	table-layout: fixed;
	width: max-content;
	font-size: .9rem;
}

.kerndoelen-kolom-subdomein {
	width: 170px;
}

.kerndoelen-kolom-tussendoel {
	width: 420px;
}

.kerndoelen-kolom-hoofdstuk {
	width: 42px;
}

.kerndoelen-table th,
.kerndoelen-table td {
	padding: .65rem .75rem;
	border: 1px solid #d9e1dc;
	text-align: left;
	vertical-align: middle;
}

.kerndoelen-table thead th {
	position: sticky;
	top: 0;
	background: #00652c;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.kerndoelen-table thead th:first-child {
	text-align: left;
}

.kerndoelen-table tbody tr:nth-child(even) {
	background: rgba(0, 101, 44, .05);
}

.kerndoelen-table .kerndoelen-domein th {
	background: #00652c;
	color: #fff;
	font-size: 1rem;
}

.kerndoelen-table .kerndoelen-subdomein {
	width: 170px;
	min-width: 170px;
	background: #00873e;
	color: #fff;
}

.kerndoelen-table .kerndoelen-tussendoel {
	width: 420px;
}

.kerndoelen-table .kerndoelen-koppeling {
	min-width: 42px;
	background: transparent;
	text-align: center;
}

.kerndoelen-table .kerndoelen-koppeling-actief {
	background: #95c11f;
}
