/**
 * Cursus Groep — Stylesheet PDF tokens + Bootstrap overrides
 */

:root {
	--bs-primary: #039dd3;
	--bs-primary-rgb: 3, 157, 211;
	--bs-secondary: #aba8a8;
	--bs-body-color: #302d2d;
	--bs-body-bg: #ffffff;
	--bs-font-sans-serif: "Montserrat", sans-serif;
	--bs-link-color: #039dd3;
	--bs-link-hover-color: #0288b8;
	--csg-accent: #122fff;
	--csg-surface: #f3f2f2;
	--csg-text-muted: #444444;
	--csg-gold: #d3a13f;
	--csg-dark-band: #302d2d;
}

body {
	font-family: var(--bs-font-sans-serif);
	color: var(--bs-body-color);
}

/* Typography — Stylesheet PDF */
.csg-heading--primary {
	font-weight: 700;
	color: var(--bs-primary);
	line-height: 1.15;
}

.csg-heading--secondary {
	font-weight: 700;
	color: var(--bs-body-color);
	line-height: 1.2;
}

.csg-section-label {
	display: inline-block;
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0.5rem;
	position: relative;
	padding-bottom: 0.35rem;
}

.csg-section-label::after {
	content: "";
	display: block;
	height: 3px;
	width: 2.5rem;
	margin-top: 0.25rem;
}

.csg-section-label--primary {
	color: var(--csg-accent);
}

.csg-section-label--primary::after {
	background: var(--csg-accent);
}

.csg-section-label--muted {
	color: var(--bs-primary);
}

.csg-section-label--muted::after {
	background: var(--bs-secondary);
	height: 2px;
}

.csg-surface-card {
	background: var(--csg-surface);
	color: var(--csg-text-muted);
	border-radius: 0.25rem;
	padding: 1.25rem 1.5rem;
}

/* FAQ accordion */
.csg-faq-accordion {
	--csg-faq-border: rgba(3, 157, 211, 0.18);
	--csg-faq-open-bg: rgba(3, 157, 211, 0.1);
	--csg-faq-answer-bg: #f7fcff;
}

.csg-faq-accordion__item {
	margin-bottom: 0.65rem;
	border: 1px solid var(--csg-faq-border);
	border-radius: 0.375rem;
	overflow: hidden;
	background: #fff;
}

.csg-faq-accordion__item:last-child {
	margin-bottom: 0;
}

.csg-faq-accordion .accordion-button.csg-faq-accordion__button {
	padding: 1.1rem 1.5rem;
	font-weight: 600;
	color: var(--bs-body-color);
	background: #fff;
	box-shadow: none;
}

.csg-faq-accordion .accordion-button.csg-faq-accordion__button:not(.collapsed) {
	color: var(--bs-primary);
	background: var(--csg-faq-open-bg);
}

.csg-faq-accordion .accordion-button.csg-faq-accordion__button:focus {
	box-shadow: inset 0 0 0 2px rgba(3, 157, 211, 0.35);
	border-color: transparent;
}

.csg-faq-accordion .accordion-button.csg-faq-accordion__button::after {
	background-size: 1rem;
}

.csg-faq-accordion .accordion-button.csg-faq-accordion__button:not(.collapsed)::after {
	filter: brightness(0) saturate(100%) invert(47%) sepia(86%) saturate(1200%) hue-rotate(166deg) brightness(95%) contrast(101%);
}

.csg-faq-accordion__body {
	padding: 1.15rem 1.5rem 1.25rem;
	color: var(--csg-text-muted);
	background: var(--csg-faq-answer-bg);
	border-top: 1px solid var(--csg-faq-border);
	border-left: 4px solid var(--bs-primary);
}

/* Buttons */
.btn-csg-gold {
	background: var(--csg-gold);
	border-color: var(--csg-gold);
	color: var(--bs-body-color);
	font-weight: 600;
}

.btn-csg-gold:hover,
.btn-csg-gold:focus {
	background: #c4922f;
	border-color: #c4922f;
	color: var(--bs-body-color);
}

.btn-outline-csg {
	border: 2px solid var(--bs-body-color);
	color: var(--bs-body-color);
	font-weight: 600;
}

.btn-outline-csg:hover {
	background: var(--bs-body-color);
	color: #fff;
}

/* Homepage announcement bar (below nav, above hero) */
.csg-site-announcement {
	width: 100%;
	background: var(--bs-primary);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.csg-site-announcement__inner {
	padding: 0.65rem 1rem;
	text-align: center;
}

.csg-site-announcement__text {
	font-size: 0.9375rem;
	line-height: 1.45;
}

.csg-site-announcement__badge {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.1rem 0.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	vertical-align: middle;
}

.csg-site-announcement__link {
	display: inline-block;
	margin-left: 0.35rem;
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.csg-site-announcement__link:hover,
.csg-site-announcement__link:focus-visible {
	color: #fff;
	opacity: 0.9;
}

@media (max-width: 575.98px) {
	.csg-site-announcement__link {
		display: block;
		margin-top: 0.35rem;
		margin-left: 0;
	}
}

/* Header */
.csg-site-header {
	border-bottom: 1px solid #eee;
}

.csg-site-header .navbar-brand {
	font-weight: 700;
	color: var(--bs-body-color);
}

.csg-site-header .custom-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.csg-site-header .custom-logo {
	max-height: 58px;
	width: auto;
	height: auto;
}

.csg-logo-mark {
	display: inline-flex;
	gap: 2px;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.csg-logo-mark span {
	width: 14px;
	height: 14px;
	display: inline-block;
	transform: rotate(-12deg);
}

.csg-logo-mark span:nth-child(1) { background: var(--bs-primary); }
.csg-logo-mark span:nth-child(2) { background: var(--csg-accent); }
.csg-logo-mark span:nth-child(3) { background: var(--csg-gold); }

.csg-site-header .nav-link {
	font-weight: 500;
	color: var(--bs-body-color);
}

.csg-site-header .nav-link:hover {
	color: var(--bs-link-hover-color);
}

.csg-site-header .nav-link.active {
	color: var(--bs-link-hover-color);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-underline-offset: 4px;
}

.csg-site-header .nav-item.dropdown {
	position: relative;
}

.csg-site-header .dropdown-menu {
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	padding: 0.4rem 0;
	min-width: 13rem;
}

.csg-site-header .dropdown-item {
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.5rem 1rem;
	color: var(--bs-body-color);
}

.csg-site-header .dropdown-item:hover,
.csg-site-header .dropdown-item:focus {
	background: rgba(var(--bs-primary-rgb), 0.08);
	color: var(--bs-primary);
}

.csg-site-header .dropdown-item.active {
	background: rgba(var(--bs-primary-rgb), 0.12);
	color: var(--bs-primary);
	font-weight: 600;
}

@media (min-width: 992px) {
	.csg-site-header .navbar-collapse {
		flex-grow: 1;
	}

	.csg-header-nav {
		flex-direction: row;
		align-items: center;
	}

	.csg-header-nav__menu {
		flex: 1 1 auto;
		display: flex;
		justify-content: center;
		min-width: 0;
	}

	.csg-header-nav__menu .navbar-nav {
		justify-content: center;
	}

	.csg-header-nav__cart {
		flex: 0 0 auto;
		margin-left: 0;
	}

	.csg-header-cart {
		padding: 0.4rem 0.75rem;
		border: 0;
		background: transparent;
	}

	.csg-header-cart__label {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: normal;
	}

	.csg-header-cart__count {
		position: static;
		border: 0;
	}

	.csg-site-header .nav-item.dropdown > .dropdown-menu,
	.csg-site-header .nav-item.dropdown > .csg-nav-submenu {
		display: none;
		margin-top: 0;
		top: 100%;
	}

	/* Invisible bridge so the cursor can reach the submenu without losing hover. */
	.csg-site-header .nav-item.dropdown > .dropdown-menu::before,
	.csg-site-header .nav-item.dropdown > .csg-nav-submenu::before {
		content: '';
		position: absolute;
		top: -0.75rem;
		left: 0;
		right: 0;
		height: 0.75rem;
	}

	.csg-site-header .nav-item.dropdown:hover > .dropdown-menu,
	.csg-site-header .nav-item.dropdown:hover > .csg-nav-submenu,
	.csg-site-header .nav-item.dropdown.is-hover-open > .dropdown-menu,
	.csg-site-header .nav-item.dropdown.is-hover-open > .csg-nav-submenu {
		display: block;
	}
}

.csg-header-nav__cart {
	display: flex;
	align-items: center;
}

.csg-header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.4rem 0.65rem;
	border-radius: 6px;
	color: var(--bs-body-color);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1;
	transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.csg-header-cart:hover,
.csg-header-cart:focus {
	color: var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), 0.08);
	text-decoration: none;
}

.csg-header-cart__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.csg-header-cart__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding: 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: var(--bs-primary);
	border-radius: 999px;
}

@media (max-width: 991.98px) {
	.csg-site-header .navbar-collapse {
		margin-top: 0.75rem;
		padding: 0.65rem;
		background: #fff;
		border: 1px solid #e8e8e8;
		border-radius: 14px;
		box-shadow: 0 12px 32px rgba(20, 30, 40, 0.1);
		overflow-x: hidden;
		max-width: 100%;
		max-height: calc(100vh - var(--csg-header-height, 5.5rem) - 1.5rem);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.csg-site-header .navbar-nav {
		gap: 0.15rem !important;
		width: 100%;
	}

	.csg-site-header .nav-item {
		min-width: 0;
		max-width: 100%;
		border-bottom: 0;
	}

	.csg-site-header .nav-link,
	.csg-site-header .csg-nav-item__link {
		padding: 0.8rem 0.9rem;
		border-radius: 9px;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.3;
		white-space: normal;
		overflow-wrap: break-word;
		word-wrap: break-word;
		hyphens: auto;
		max-width: 100%;
		transition: background 0.15s ease, color 0.15s ease;
	}

	.csg-site-header .nav-link:hover,
	.csg-site-header .csg-nav-item__link:hover {
		background: rgba(var(--bs-primary-rgb), 0.06);
	}

	.csg-site-header .nav-link.active,
	.csg-site-header .csg-nav-item__link.active {
		background: rgba(var(--bs-primary-rgb), 0.09);
		color: var(--bs-primary);
		font-weight: 700;
	}

	.csg-nav-item__row {
		display: flex;
		align-items: stretch;
		gap: 0.35rem;
		min-width: 0;
		max-width: 100%;
	}

	.csg-nav-item__link {
		flex: 1 1 auto;
		min-width: 0;
	}

	.csg-nav-submenu-toggle {
		flex: 0 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		min-height: 2.75rem;
		margin: 0.15rem 0;
		padding: 0;
		border: 0;
		border-radius: 9px;
		background: transparent;
		color: var(--bs-primary);
		cursor: pointer;
		transition: background 0.15s ease, border-color 0.15s ease;
	}

	.csg-nav-submenu-toggle:hover,
	.csg-nav-submenu-toggle:focus-visible {
		background: rgba(var(--bs-primary-rgb), 0.08);
		outline: none;
	}

	.csg-nav-submenu-toggle__icon {
		display: block;
		width: 0.55rem;
		height: 0.55rem;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		margin-top: -0.15rem;
		transition: transform 0.2s ease;
	}

	.csg-site-header .nav-item.dropdown.is-submenu-open .csg-nav-submenu-toggle__icon {
		transform: rotate(-135deg);
		margin-top: 0.15rem;
	}

	.csg-site-header .dropdown-menu,
	.csg-site-header .csg-nav-submenu {
		position: static !important;
		float: none;
		display: none;
		transform: none !important;
		box-shadow: none;
		border: 0;
		border-left: 2px solid rgba(var(--bs-primary-rgb), 0.15);
		border-radius: 0;
		padding: 0.2rem 0 0.4rem 0.75rem;
		margin: 0.1rem 0 0.3rem 1.35rem;
		background: transparent;
		min-width: 0;
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
	}

	.csg-site-header .csg-nav-submenu > li,
	.csg-site-header .dropdown-menu > li {
		max-width: 100%;
		min-width: 0;
	}

	.csg-site-header .nav-item.dropdown.is-submenu-open > .dropdown-menu,
	.csg-site-header .nav-item.dropdown.is-submenu-open > .csg-nav-submenu {
		display: block;
	}

	.csg-site-header .dropdown-item {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0.6rem 0.7rem;
		margin-bottom: 0.15rem;
		border-radius: 7px;
		background: transparent;
		color: var(--bs-body-color);
		border: 0;
		font-size: 0.9375rem;
		white-space: normal;
		overflow-wrap: break-word;
		word-wrap: break-word;
		hyphens: auto;
		line-height: 1.35;
		transition: background 0.15s ease, color 0.15s ease;
	}

	.csg-site-header .dropdown-item:hover,
	.csg-site-header .dropdown-item:focus {
		background: rgba(var(--bs-primary-rgb), 0.07);
		color: var(--bs-primary);
	}

	.csg-site-header .dropdown-item.active {
		background: rgba(var(--bs-primary-rgb), 0.09);
		color: var(--bs-primary);
		font-weight: 600;
	}

	.csg-mobile-nav-footer {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		margin-top: 0.65rem;
		padding-top: 0.65rem;
		border-top: 1px solid #ecedf0;
	}

	.csg-mobile-nav-footer__cta {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0.75rem 1rem;
		border-radius: 9px;
		background: var(--bs-primary);
		color: #fff;
		font-size: 0.9375rem;
		font-weight: 700;
		text-decoration: none;
		transition: filter 0.2s ease;
	}

	.csg-mobile-nav-footer__cta:hover,
	.csg-mobile-nav-footer__cta:focus-visible {
		color: #fff;
		text-decoration: none;
		filter: brightness(0.92);
	}

	.csg-mobile-nav-footer__phone {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		width: 100%;
		padding: 0.65rem 1rem;
		border-radius: 9px;
		border: 1px solid #e3e6e8;
		color: var(--bs-body-color);
		font-size: 0.9375rem;
		font-weight: 600;
		text-decoration: none;
	}

	.csg-mobile-nav-footer__phone:hover,
	.csg-mobile-nav-footer__phone:focus-visible {
		border-color: rgba(var(--bs-primary-rgb), 0.35);
		color: var(--bs-primary);
	}

	.csg-mobile-nav-footer__phone svg {
		flex-shrink: 0;
		color: var(--bs-primary);
	}

	.csg-header-nav {
		width: 100%;
	}

	.csg-site-header .navbar {
		flex-wrap: wrap;
		align-items: center;
	}

	.csg-site-header .navbar-brand {
		flex: 0 1 auto;
		min-width: 0;
		max-width: calc(100% - 8.5rem);
		margin-right: 0.35rem;
	}

	.csg-site-header .custom-logo,
	.csg-site-header .custom-logo-link img {
		max-height: 42px;
		width: auto;
	}

	.csg-site-header .navbar-brand .fw-bold {
		font-size: 0.875rem;
		line-height: 1.2;
	}

	.csg-site-header .csg-logo-mark {
		margin-right: 0.35rem;
	}

	.csg-site-header .csg-logo-mark span {
		width: 11px;
		height: 11px;
	}

	.csg-header-nav__cart {
		flex: 0 0 auto;
		margin-left: auto;
		margin-right: 0;
		order: 2;
	}

	.csg-site-header .navbar-toggler {
		flex: 0 0 auto;
		order: 3;
		margin-left: 0.5rem !important;
	}

	.csg-site-header .navbar-collapse {
		order: 4;
		flex: 0 0 100%;
		width: 100%;
	}

	.csg-header-cart {
		justify-content: center;
		min-width: 2.75rem;
		min-height: 2.75rem;
		padding: 0.45rem;
		background: #fff;
		border: 1px solid #e3e6e8;
	}

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

	.csg-header-cart__icon svg {
		width: 1.35rem;
		height: 1.35rem;
	}

	.csg-header-cart__count {
		position: absolute;
		top: -0.2rem;
		right: -0.2rem;
		min-width: 1.15rem;
		height: 1.15rem;
		padding: 0 0.25rem;
		font-size: 0.6875rem;
		border: 2px solid #fff;
	}

	.csg-site-header .navbar-toggler {
		border-color: #dde2e6;
		padding: 0.45rem 0.65rem;
	}

	.csg-site-header .navbar-toggler:focus {
		box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.2);
	}
}

/*
 * Complianz cookie-consent reopener (.cmplz-manage-consent): by default it sits
 * bottom-right with a -35px offset, mostly off-screen and in the same corner as the
 * WhatsApp (Join.chat) widget, colliding with page content on some layouts. It must
 * stay reachable (GDPR requires users can revisit their consent choice), so it's
 * repositioned to a clear, unused spot — a small tab on the left edge — rather than
 * hidden.
 */
.cmplz-manage-consent {
	top: 50% !important;
	bottom: auto !important;
	left: 0 !important;
	right: auto !important;
	margin-top: -25px !important;
	border-radius: 0 8px 8px 0 !important;
}

/* Hero */
.csg-hero {
	position: relative;
	min-height: 20em;
	background: linear-gradient(135deg, rgba(3, 157, 211, 0.2) 0%, rgba(243, 242, 242, 0.95) 50%, #fff 100%);
	display: flex;
	align-items: center;
}

.csg-hero__inner {
	position: relative;
	z-index: 1;
}

.csg-hero h1 {
	font-size: clamp(2rem, 5vw, 3rem);
}

.csg-hero--image {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.35) 100%),
		var(--csg-hero-image);
	background-size: cover;
	background-position: center right;
}

.csg-hero__ctas {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.65rem;
	max-width: 100%;
}

.csg-hero__ctas .btn {
	flex: 1 1 0;
	min-width: 0;
	white-space: normal;
	line-height: 1.25;
	border-radius: 0;
	font-weight: 600;
}

.csg-hero__ctas .btn-primary {
	--bs-btn-bg: var(--bs-link-hover-color);
	--bs-btn-border-color: var(--bs-link-hover-color);
	--bs-btn-color: #fff;
	--bs-btn-hover-bg: #027aa3;
	--bs-btn-hover-border-color: #027aa3;
	--bs-btn-active-bg: #027aa3;
	--bs-btn-active-border-color: #027aa3;
	--bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
	background-color: var(--bs-link-hover-color);
	border-color: var(--bs-link-hover-color);
	color: #fff;
}

.csg-hero__ctas .btn-primary:hover,
.csg-hero__ctas .btn-primary:focus-visible {
	background-color: var(--bs-link-hover-color);
	border-color: var(--bs-link-hover-color);
	color: #fff;
}

.csg-hero__ctas .btn-outline-csg {
	border: 2px solid var(--bs-body-color);
	color: var(--bs-body-color);
	background: transparent;
	border-radius: 0;
}

.csg-hero__ctas .btn-outline-csg:hover,
.csg-hero__ctas .btn-outline-csg:focus-visible {
	background: var(--bs-body-color);
	color: #fff;
	border-color: var(--bs-body-color);
}

@media (max-width: 991.98px) {
	.csg-hero__ctas .btn-lg {
		--bs-btn-padding-y: 0.55rem;
		--bs-btn-padding-x: 0.7rem;
		--bs-btn-font-size: 0.8125rem;
	}
}

@media (min-width: 992px) {
	.csg-hero__ctas {
		gap: 0.75rem;
	}

	.csg-hero__ctas .btn {
		flex: 0 1 auto;
		white-space: nowrap;
	}
}

/* Cursus op maat — Desktop.pdf */
.csg-maat-content {
	background: #fff;
}

.csg-maat-card {
	background: var(--csg-surface);
	padding: 1.5rem 1.75rem;
}

.csg-maat-card__title {
	font-weight: 700;
	color: var(--bs-body-color);
	margin-bottom: 0.75rem;
	line-height: 1.3;
}

.csg-maat-card__text {
	color: var(--csg-text-muted);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.csg-maat-form-wrap__title {
	font-weight: 700;
	color: var(--bs-body-color);
}

.csg-maat-form-wrap__intro {
	color: var(--csg-text-muted);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.csg-maat-form__label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--bs-body-color);
	margin-bottom: 0.35rem;
}

.csg-maat-form__input {
	background: var(--csg-surface);
	border: 0;
	border-radius: 0;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
	color: var(--bs-body-color);
	box-shadow: none;
}

.csg-maat-form__input:focus {
	background: var(--csg-surface);
	border: 0;
	box-shadow: 0 0 0 2px rgba(3, 157, 211, 0.25);
}

.csg-maat-form__actions {
	text-align: right;
}

.csg-maat-form__submit {
	background: none;
	border: 0;
	padding: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--bs-primary);
	cursor: pointer;
	text-decoration: none;
}

.csg-maat-form__submit:hover {
	color: var(--bs-link-hover-color);
	text-decoration: underline;
}

.csg-form-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.csg-form-turnstile {
	max-width: 100%;
}

/* Mail debug panel (Cursus op maat, local) */
.csg-mail-debug__box {
	background: #f8f9fa;
	border: 1px dashed var(--bs-primary);
	padding: 1.25rem 1.5rem;
}

.csg-mail-debug__meta {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.25rem 1rem;
	margin: 0;
}

.csg-mail-debug__meta dt {
	font-weight: 600;
	margin: 0;
}

.csg-mail-debug__meta dd {
	margin: 0;
}

.csg-mail-debug__log {
	background: #1e1e1e;
	color: #e8e8e8;
	font-size: 0.75rem;
	line-height: 1.45;
	padding: 1rem;
	max-height: 420px;
	overflow: auto;
	margin: 0;
	border-radius: 0.25rem;
}

/* Over ons content — Over ons.pdf */
.csg-over-ons-content {
	background: #fff;
}

/* fieldset + legend: title on the border (grouped form pattern) */
.csg-over-ons-content__box {
	position: relative;
	border: 1px solid #d8d8d8;
	margin: 0;
	min-width: 0;
	padding: 2.5rem 1.75rem 2.5rem;
}

@media (min-width: 992px) {
	.csg-over-ons-content__box {
		padding: 2.75rem 2.5rem 3rem;
	}
}

.csg-over-ons-content__legend {
	position: absolute;
	top: 0;
	left: max(1.25rem, 10%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0 0.65rem;
	background: #fff;
	border: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--bs-primary);
	line-height: 1.2;
	width: auto;
	max-width: calc(100% - 2rem);
}

.csg-over-ons-block__title {
	margin: 0 0 0.5rem;
	font-weight: 700;
}

.csg-over-ons-block__underline {
	display: block;
	width: 2.75rem;
	height: 4px;
	background: var(--bs-primary);
	margin-bottom: 1.25rem;
}

.csg-over-ons-block p {
	color: var(--csg-text-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.csg-over-ons-block p:last-child {
	margin-bottom: 0;
}

.csg-over-ons-block__lead {
	font-weight: 600;
	color: var(--csg-text-muted);
}

.csg-over-ons-block strong {
	color: var(--bs-body-color);
	font-weight: 700;
}

.csg-over-ons-content__editor {
	color: var(--csg-text-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
}

/* USP cards — Desktop.pdf drie kolommen */
.csg-section-usp {
	background: #fff;
}

.csg-usp-grid {
	border: 1px solid #d8d8d8;
}

.csg-usp-grid__col--divider {
	border-right: 1px solid #d8d8d8;
}

.csg-usp-card {
	padding: 2rem 1.75rem;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.csg-usp-card__icon {
	width: 56px;
	height: 56px;
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	color: var(--bs-body-color);
	flex-shrink: 0;
}

.csg-usp-card__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.csg-usp-card__title {
	margin: 0 0 0.5rem;
	font-weight: 700;
	line-height: 1.25;
}

.csg-usp-card__underline {
	display: block;
	width: 2.5rem;
	height: 3px;
	background: var(--bs-primary);
	margin: 0 auto 1rem;
}

.csg-usp-card__text {
	color: var(--csg-text-muted);
	font-size: 0.9375rem;
	line-height: 1.55;
	margin: 0;
	flex-grow: 1;
}

.csg-usp-grid__footer {
	display: flex;
	justify-content: center;
	padding: 1.35rem 1.75rem 1.75rem;
	border-top: 1px solid #d8d8d8;
}

.csg-usp-card__btn {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--bs-body-color);
	background: #fff;
	border: 2px solid var(--bs-body-color);
	border-radius: 0;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.csg-usp-card__btn:hover,
.csg-usp-card__btn:focus-visible {
	background: var(--bs-body-color);
	color: #fff;
}

a.csg-usp-card--link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	min-height: 100%;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s ease;
}

a.csg-usp-card--link:hover,
a.csg-usp-card--link:focus-visible {
	background: rgba(3, 157, 211, 0.06);
	color: inherit;
}

a.csg-usp-card--link:hover .csg-usp-card__title,
a.csg-usp-card--link:focus-visible .csg-usp-card__title {
	color: var(--bs-link-hover-color);
}

a.csg-usp-card--link .csg-usp-card__text {
	color: var(--csg-text-muted);
}

/* Contact page — Contact.pdf */
.csg-contact-form-section {
	background: var(--csg-surface);
}

/* Inputs must contrast with gray section (same --csg-surface as default field bg). */
.csg-contact-form-section .csg-maat-form__input {
	background: #fff;
	border: 1px solid #d4d4d4;
}

.csg-contact-form-section .csg-maat-form__input:focus {
	background: #fff;
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 2px rgba(3, 157, 211, 0.2);
}

@media (max-width: 991.98px) {
	.csg-usp-grid__col--divider {
		border-right: 0;
		border-bottom: 1px solid #d8d8d8;
	}

	.csg-usp-grid > [class*='col-']:last-child:not(.csg-usp-grid__footer) {
		border-bottom: 0;
	}

	.csg-usp-grid:has(.csg-usp-grid__footer) > .csg-usp-grid__col--divider:last-of-type {
		border-bottom: 0;
	}

	.csg-usp-grid__footer {
		padding: 1.15rem 1.2rem 1.35rem;
	}
}

/* Course cards — Desktop.pdf "Bekijk onze opleidingen" */
.csg-section-courses {
	background: #ffffff;
}

.csg-course-card {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 0.25rem;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.csg-section-courses .csg-course-card__body {
	background: #ffffff;
}

.csg-course-card__img-link {
	display: block;
	line-height: 0;
}

.csg-course-card__img-link:hover .csg-course-card__img {
	opacity: 0.94;
}

.csg-course-card__img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	display: block;
	transition: opacity 0.2s ease;
}

.csg-course-card__body {
	padding: 1rem 1rem 1.25rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
}

.csg-course-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--bs-body-color);
	margin: 0 0 0.35rem;
	line-height: 1.25;
}

.csg-course-card__title a {
	color: inherit;
	text-decoration: none;
}

.csg-course-card__title a:hover {
	color: var(--bs-primary);
}

.csg-course-card__meta {
	font-size: 0.8125rem;
	color: var(--csg-text-muted);
	margin: 0 0 0.15rem;
	line-height: 1.4;
}

.csg-course-card__price {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #5a5a5a;
	margin: 0.5rem 0 0.65rem;
}

.csg-course-card__flags {
	display: grid;
	grid-template-columns: repeat(var(--csg-flag-cols, 10), 16px);
	gap: 5px 4px;
	margin: 0 0 1rem;
	width: 100%;
	max-width: 184px;
}

.csg-course-card__flag {
	width: 16px;
	height: 11px;
	object-fit: cover;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	display: block;
}

.csg-course-card__btn {
	display: inline-block;
	width: auto;
	margin-top: auto;
	align-self: flex-start;
	padding: 0.45rem 1.25rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	color: var(--bs-body-color);
	background: #fff;
	border: 2px solid var(--bs-body-color);
	border-radius: 0;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.csg-course-card__btn:hover {
	background: var(--bs-body-color);
	color: #fff;
}

.csg-section-courses__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.csg-section-courses__header .csg-section-courses__payment {
	margin: 0;
	padding: 0;
	border-top: 0;
	max-width: 100%;
}

.csg-section-courses__payment {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.csg-booking-payment-note__text {
	line-height: 1.45;
	color: var(--csg-text-muted, #6c757d);
}

.csg-booking-payment-methods {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.65rem;
	margin: 0.65rem 0 0;
	padding: 0;
	list-style: none;
}

.csg-booking-payment-methods__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csg-booking-payment-methods__item img {
	display: block;
	height: 1.75rem;
	width: auto;
	max-width: 4rem;
	object-fit: contain;
}

.csg-booking-payment-methods__item--wero img {
	height: 2.25rem;
	max-width: 5.5rem;
}

.csg-booking-payment-methods__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.5rem;
	height: 1.75rem;
	padding: 0 0.65rem;
	border: 1px solid #d8dde2;
	border-radius: 4px;
	background: #fff;
	color: #1f2937;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.csg-booking-payment-methods__item--factuur .csg-booking-payment-methods__badge {
	min-width: 5rem;
}

.csg-booking-payment-note--home {
	text-align: left;
}

.csg-booking-payment-note--home .csg-booking-payment-methods {
	justify-content: flex-start;
	margin-top: 0.45rem;
}

.csg-section-courses__header .csg-booking-payment-note__text {
	font-size: 0.75rem;
	line-height: 1.4;
}

.csg-section-courses__header .csg-booking-payment-methods__item img {
	height: 1.5rem;
}

.csg-section-courses__header .csg-booking-payment-methods__item--wero img {
	height: 1.85rem;
}

.csg-section-courses__header .csg-booking-payment-methods__badge {
	min-width: 4rem;
	height: 1.5rem;
	font-size: 0.6875rem;
}

@media (min-width: 768px) {
	.csg-section-courses__header .csg-section-courses__payment .csg-booking-payment-note--home {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0.85rem 1.25rem;
	}

	.csg-section-courses__header .csg-section-courses__payment .csg-booking-payment-note__text {
		flex: 1 1 auto;
		min-width: 0;
		margin: 0;
		font-size: 0.9375rem;
	}

	.csg-section-courses__header .csg-section-courses__payment .csg-booking-payment-methods {
		flex: 0 0 auto;
		gap: 0.6rem 0.85rem;
		margin-top: 0;
	}

	.csg-section-courses__header .csg-section-courses__payment .csg-booking-payment-methods__item img {
		height: 2.125rem;
		max-width: 5rem;
	}

	.csg-section-courses__header .csg-section-courses__payment .csg-booking-payment-methods__item--wero img {
		height: 2.625rem;
		max-width: 6.5rem;
	}

	.csg-section-courses__header .csg-section-courses__payment .csg-booking-payment-methods__badge {
		min-width: 5.25rem;
		height: 2.125rem;
		padding: 0 0.85rem;
		font-size: 0.875rem;
	}

	.csg-section-courses__header .csg-section-courses__payment .csg-booking-payment-methods__item--factuur .csg-booking-payment-methods__badge {
		min-width: 5.75rem;
	}
}

@media (max-width: 767.98px) {
	.csg-section-courses .csg-course-card__body {
		text-align: center;
		align-items: center;
	}

	.csg-section-courses .csg-course-card__title,
	.csg-section-courses .csg-course-card__title a {
		text-align: center;
	}

	.csg-section-courses .csg-course-card__flags {
		margin-left: auto;
		margin-right: auto;
	}

	.csg-section-courses .csg-course-card__btn {
		width: 90%;
		max-width: 90%;
		align-self: center;
		text-align: center;
	}
}

/* Opleidingen overview — Alle opleidingen pagina.pdf */
.csg-opleidingen {
	background: #fff;
}

.csg-opleidingen__heading {
	font-weight: 700;
}

.csg-opleiding-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e8e8e8;
	border-radius: 0.25rem;
	overflow: hidden;
	background: #fff;
}

.csg-opleiding-card__media {
	display: block;
	width: 100%;
	line-height: 0;
}

.csg-opleiding-card__media:hover .csg-opleiding-card__img {
	opacity: 0.94;
}

.csg-opleiding-card__img {
	width: 100%;
	height: 7rem;
	object-fit: cover;
	display: block;
	transition: opacity 0.2s ease;
}

.csg-opleiding-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto 1fr;
	align-items: start;
	gap: 0.25rem 1rem;
	padding: 1rem 1.25rem;
	background: #f5f5f5;
	flex: 1 1 auto;
}

.csg-opleiding-vca-type {
	scroll-margin-top: calc(var(--csg-header-height, 5rem) + 1rem);
}

.csg-opleiding-vca-type__heading {
	font-weight: 700;
}

.csg-opleiding-vca-type__btn {
	display: block;
	width: 100%;
	text-align: left;
	padding: 1rem 1.15rem;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.csg-opleiding-vca-type__btn:hover,
.csg-opleiding-vca-type__btn:focus-visible,
.csg-opleiding-vca-type__btn.is-active {
	border-color: var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), 0.06);
	box-shadow: 0 2px 8px rgba(var(--bs-primary-rgb), 0.12);
	outline: none;
}

.csg-opleiding-vca-type__btn-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--bs-body-color);
}

.csg-opleiding-products__item[hidden] {
	display: none !important;
}

.csg-opleiding-products__list[hidden] {
	display: none !important;
}

.csg-opleiding-card__body:not(:has(.csg-opleiding-card__flags-wrap)) {
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
}

.csg-opleiding-card__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	grid-column: 1;
	grid-row: 1 / 3;
}

.csg-opleiding-card__body:not(:has(.csg-opleiding-card__flags-wrap)) .csg-opleiding-card__content {
	grid-row: 1;
}

.csg-opleiding-card__title {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
	line-height: 1.25;
}

.csg-opleiding-card__title a {
	color: var(--bs-body-color);
	text-decoration: none;
}

.csg-opleiding-card__title a:hover {
	color: var(--bs-primary);
}

.csg-opleiding-card__price {
	font-size: 0.875rem;
	font-weight: 700;
	color: #5a5a5a;
	margin: 0;
}

.csg-opleiding-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	grid-column: 1;
	grid-row: 3;
	align-self: end;
	margin-top: 0.75rem;
	padding: 0.5rem 1.125rem;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	background: var(--bs-primary);
	border: 2px solid var(--bs-primary);
	border-radius: 4px;
	text-decoration: none;
	transition: filter 0.2s ease;
}

.csg-opleiding-card__body:not(:has(.csg-opleiding-card__flags-wrap)) .csg-opleiding-card__cta {
	grid-row: 2;
}

.csg-opleiding-card__cta:hover,
.csg-opleiding-card__cta:focus-visible {
	color: #fff;
	text-decoration: none;
	filter: brightness(0.92);
}

.csg-opleiding-card__flags-wrap {
	flex: 0 0 auto;
	grid-column: 2;
	grid-row: 1 / 4;
	align-self: center;
}

.csg-opleiding-card__flags-wrap .csg-course-card__flags {
	display: grid;
	grid-template-columns: repeat(var(--csg-flag-cols, 7), 16px);
	gap: 5px 4px;
	margin: 0;
	width: fit-content;
	max-width: 100%;
}

.csg-opleiding-card__flags-wrap .csg-course-card__flag {
	width: 16px;
	height: 11px;
}

.csg-opleiding-card__flags-wrap .csg-course-card__flags--compact {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	width: auto;
}

.csg-opleiding-card__flags-wrap .csg-course-card__flags--compact .csg-course-card__flag {
	width: 20px;
	height: 14px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.csg-course-card__flags-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 14px;
	padding: 0 0.3rem;
	border-radius: 999px;
	background: #eceff1;
	color: var(--csg-text-muted, #6c757d);
	font-size: 0.6875rem;
	font-weight: 700;
	white-space: nowrap;
}

.csg-opleidingen--cols-4 .csg-opleiding-card__title {
	font-size: 1rem;
}

.csg-opleidingen--cols-4 .csg-opleiding-card__body {
	padding: 0.85rem 1rem;
}

.csg-opleidingen--cols-4 .csg-opleiding-card__flags-wrap .csg-course-card__flags {
	grid-template-columns: repeat(var(--csg-flag-cols, 7), 14px);
	gap: 4px 3px;
}

.csg-opleidingen--cols-4 .csg-opleiding-card__flags-wrap .csg-course-card__flag {
	width: 14px;
	height: 10px;
}

/* Opleiding cursus — two-column layout (language sidebar + course list) */
.csg-opleiding-layout {
	scroll-margin-top: calc(var(--csg-header-height, 5rem) + 1rem);
}

.csg-opleiding-layout__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

@media (min-width: 992px) {
	.csg-opleiding-layout__grid {
		grid-template-columns: 21rem 1fr;
		gap: 2.5rem;
	}

	.csg-opleiding-layout__grid--no-sidebar {
		grid-template-columns: 1fr;
	}

	.csg-opleiding-layout__sidebar {
		position: sticky;
		top: calc(var(--csg-header-height, 5rem) + 1.5rem);
	}
}

/* Opleiding cursus — language sidebar */
.csg-opleiding-lang {
	background: #fff;
}

.csg-opleiding-lang__heading {
	font-weight: 700;
}

.csg-opleiding-lang__search {
	position: relative;
	margin-bottom: 1.25rem;
}

.csg-opleiding-lang__search-icon {
	position: absolute;
	top: 50%;
	left: 0.85rem;
	transform: translateY(-50%);
	color: #9aa2ab;
	pointer-events: none;
}

.csg-opleiding-lang__search-input {
	width: 100%;
	padding: 0.6rem 0.85rem 0.6rem 2.4rem;
	border: 1px solid #dde2e6;
	border-radius: 8px;
	background: #fff;
	font-size: 0.9375rem;
	color: var(--bs-body-color);
}

.csg-opleiding-lang__search-input:focus {
	outline: none;
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.12);
}

.csg-opleiding-lang__groups {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.csg-opleiding-lang__group[hidden] {
	display: none !important;
}

.csg-opleiding-lang__group-title {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8b939b;
}

.csg-opleiding-lang__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

.csg-opleiding-lang__empty {
	margin: 0;
	padding: 0.5rem 0.1rem;
	font-size: 0.875rem;
	color: #6c757d;
}

.csg-opleiding-lang__btn {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0.55rem 0.6rem;
	border: 1px solid #e2e5e9;
	border-radius: 8px;
	background: #fff;
	color: var(--bs-body-color);
	font-size: 0.875rem;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.csg-opleiding-lang__btn[hidden] {
	display: none !important;
}

.csg-opleiding-lang__btn:hover,
.csg-opleiding-lang__btn:focus-visible {
	border-color: var(--bs-primary);
	outline: none;
}

.csg-opleiding-lang__btn.is-active {
	border-color: var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), 0.06);
	box-shadow: inset 0 0 0 1px var(--bs-primary);
}

.csg-opleiding-lang__btn-flag {
	display: block;
	width: 22px;
	height: auto;
	border-radius: 2px;
	flex-shrink: 0;
}

.csg-opleiding-lang__btn-label {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.csg-opleiding-lang__btn-check {
	flex-shrink: 0;
	width: 0.9rem;
	height: 0.9rem;
	display: none;
	position: relative;
}

.csg-opleiding-lang__btn.is-active .csg-opleiding-lang__btn-check {
	display: block;
}

.csg-opleiding-lang__btn.is-active .csg-opleiding-lang__btn-check::after {
	content: '';
	position: absolute;
	top: 0.15rem;
	left: 0.05rem;
	width: 0.35rem;
	height: 0.6rem;
	border-right: 2px solid var(--bs-primary);
	border-bottom: 2px solid var(--bs-primary);
	transform: rotate(40deg);
}

.csg-opleiding-lang__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	margin-top: 1.25rem;
	padding: 0.75rem 1rem;
	border: 2px solid var(--bs-primary);
	border-radius: 6px;
	background: var(--bs-primary);
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	transition: filter 0.2s ease;
}

.csg-opleiding-lang__cta:hover,
.csg-opleiding-lang__cta:focus-visible {
	color: #fff;
	text-decoration: none;
	filter: brightness(0.92);
}

@media (min-width: 992px) {
	.csg-opleiding-lang__cta {
		display: none;
	}
}

.csg-lang-dropdown {
	position: relative;
	width: 100%;
	max-width: 26rem;
}

.csg-lang-dropdown__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	background: #fff;
	color: var(--bs-body-color);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.csg-lang-dropdown__trigger:hover,
.csg-lang-dropdown__trigger:focus-visible {
	border-color: var(--bs-primary);
	outline: none;
	box-shadow: 0 4px 14px rgba(var(--bs-primary-rgb), 0.12);
}

.csg-lang-dropdown.is-open .csg-lang-dropdown__trigger {
	border-color: var(--bs-primary);
	box-shadow: 0 4px 14px rgba(var(--bs-primary-rgb), 0.14);
}

.csg-lang-dropdown__value {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.csg-lang-dropdown__flag {
	display: block;
	width: 32px;
	height: auto;
	border-radius: 2px;
	flex-shrink: 0;
}

.csg-lang-dropdown__label {
	font-weight: 700;
}

.csg-lang-dropdown__chevron {
	flex-shrink: 0;
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid var(--bs-primary);
	border-bottom: 2px solid var(--bs-primary);
	transform: rotate(45deg);
	margin-top: -0.2rem;
	transition: transform 0.2s ease;
}

.csg-lang-dropdown.is-open .csg-lang-dropdown__chevron {
	transform: rotate(-135deg);
	margin-top: 0.15rem;
}

.csg-lang-dropdown__menu {
	position: absolute;
	z-index: 30;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	max-height: min(18rem, 55vh);
	margin: 0;
	padding: 0.4rem;
	list-style: none;
	overflow-y: auto;
	border: 1px solid #e3e8ec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.csg-lang-dropdown__menu[hidden] {
	display: none;
}

.csg-lang-dropdown__item {
	margin: 0;
}

.csg-lang-dropdown__option {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	padding: 0.7rem 0.75rem;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--bs-body-color);
	font-size: 0.9375rem;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.csg-lang-dropdown__option:hover,
.csg-lang-dropdown__option:focus-visible {
	background: rgba(var(--bs-primary-rgb), 0.08);
	color: var(--bs-primary);
	outline: none;
}

.csg-lang-dropdown__option.is-active {
	background: rgba(var(--bs-primary-rgb), 0.1);
	color: var(--bs-primary);
}

.csg-lang-dropdown__option-label {
	flex: 1 1 auto;
	min-width: 0;
}

.csg-lang-dropdown__check {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	border: 2px solid #cfd6dc;
	border-radius: 999px;
	position: relative;
}

.csg-lang-dropdown__option.is-active .csg-lang-dropdown__check {
	border-color: var(--bs-primary);
	background: var(--bs-primary);
}

.csg-lang-dropdown__option.is-active .csg-lang-dropdown__check::after {
	content: '';
	position: absolute;
	top: 45%;
	left: 50%;
	width: 0.3rem;
	height: 0.55rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(-50%, -55%) rotate(45deg);
}

.csg-lang-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
	min-height: 7.5rem;
	padding: 1rem 0.75rem;
	border: 2px solid #e8e8e8;
	border-radius: 0;
	background: #f5f5f5;
	color: var(--bs-body-color);
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.csg-lang-btn:hover,
.csg-lang-btn:focus-visible {
	background: #fff;
	border-color: var(--bs-primary);
	outline: none;
}

.csg-lang-btn.is-active {
	background: #fff;
	border-color: var(--bs-primary);
	box-shadow: inset 0 0 0 1px var(--bs-primary);
}

.csg-lang-btn__flag {
	display: block;
	width: 40px;
	height: auto;
	border-radius: 2px;
}

.csg-opleiding-products__heading {
	font-weight: 700;
}

.csg-opleiding-products {
	scroll-margin-top: calc(var(--csg-header-height, 5rem) + 1rem);
}

.csg-opleiding-products__panels {
	position: relative;
}

.csg-opleiding-products__panel[hidden] {
	display: none !important;
}

.csg-opleiding-product-card__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	margin: 0.3rem 0;
}

.csg-most-chosen-badge {
	display: inline-block;
	width: fit-content;
	background: var(--csg-gold, #d3a13f);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	white-space: nowrap;
}

.csg-opleiding-products__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csg-opleiding-products__item {
	margin: 0;
}

.csg-opleiding-product-card {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	border: 1px solid #e4e7eb;
	border-radius: 8px;
	overflow: visible;
	background: #fff;
}

.csg-opleiding-product-card--most-chosen {
	border-color: rgba(var(--bs-primary-rgb), 0.4);
}

.csg-opleiding-product-card--unavailable {
	border-color: #e8e8e8;
}

.csg-opleiding-product-card__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	flex: 1 1 auto;
}

.csg-opleiding-product-card__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
}

.csg-opleiding-product-card__title {
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 0.3rem;
	line-height: 1.25;
}

.csg-opleiding-product-card__title a {
	color: var(--bs-body-color);
	text-decoration: none;
}

.csg-opleiding-product-card__title a:hover {
	color: var(--bs-primary);
}

.csg-opleiding-product-card__title--secondary {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #8b939b;
}

.csg-opleiding-product-card__title--secondary a {
	color: #8b939b;
}

.csg-opleiding-product-card__title--secondary a:hover {
	color: var(--bs-primary);
}

.csg-opleiding-product-card__nen-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	width: fit-content;
	margin-bottom: 0.35rem;
	padding: 0.3rem 0.65rem;
	border-radius: 6px;
	background: linear-gradient(135deg, #1c2b3a, #33495e);
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	cursor: default;
}

.csg-opleiding-product-card__nen-tag-icon {
	flex-shrink: 0;
	color: #ffc857;
}

.csg-opleiding-product-card__nen-tag-role {
	padding: 0.05rem 0.4rem;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.18);
	font-size: 0.75rem;
	font-weight: 700;
}

.csg-opleiding-product-card__format-badge {
	display: inline-block;
	width: fit-content;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgba(40, 167, 69, 0.12);
	color: #1e7e34;
	font-size: 0.75rem;
	font-weight: 700;
}

.csg-opleiding-product-card__prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.3rem 0.5rem;
	margin: 0;
	min-height: 1.35em;
}

.csg-opleiding-product-card__price {
	font-size: 1rem;
	font-weight: 700;
	color: var(--bs-body-color);
}

.csg-opleiding-product-card__price-old-label {
	font-size: 0.8125rem;
	color: #8b939b;
}

.csg-opleiding-product-card__price-old {
	font-size: 0.8125rem;
	color: #8b939b;
	text-decoration: line-through;
}

.csg-opleiding-product-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.35rem 0.75rem;
	flex-shrink: 0;
}

.csg-opleiding-product-card__cta {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	color: var(--bs-body-color);
	text-decoration: none;
}

.csg-opleiding-product-card__cta:not(.csg-opleiding-product-card__cta--disabled):not(.csg-opleiding-product-card__cta--contact) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	padding: 0.55rem 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.25;
	color: #fff;
	background: var(--bs-primary);
	border: 2px solid var(--bs-primary);
	border-radius: 4px;
	transition: filter 0.2s ease;
}

.csg-opleiding-product-card__cta:not(.csg-opleiding-product-card__cta--disabled):not(.csg-opleiding-product-card__cta--contact):hover,
.csg-opleiding-product-card__cta:not(.csg-opleiding-product-card__cta--disabled):not(.csg-opleiding-product-card__cta--contact):focus-visible {
	color: #fff;
	text-decoration: none;
	filter: brightness(0.92);
}

.csg-opleiding-product-card__cta--contact:hover {
	color: var(--bs-primary);
	text-decoration: underline;
}

.csg-opleiding-product-card__cta--disabled {
	color: #6c757d;
	cursor: not-allowed;
	pointer-events: none;
	text-decoration: none;
}

.csg-opleiding-product-card__cta--contact {
	font-size: 0.875rem;
	font-weight: 600;
}

.csg-opleiding-product-card--unavailable .csg-opleiding-product-card__title a,
.csg-opleiding-product-card--unavailable .csg-opleiding-product-card__price {
	color: #6c757d;
}

@media (max-width: 767.98px) {
	.csg-opleiding-lang__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.csg-opleiding-product-card__body {
		flex-direction: column;
		align-items: stretch;
		padding: 0.85rem 1rem;
	}

	.csg-opleiding-product-card__title {
		font-size: 0.9375rem;
		line-height: 1.35;
	}

	.csg-opleiding-product-card__actions {
		justify-content: flex-start;
		margin-top: 0.65rem;
	}

	.csg-opleiding-product-card__cta:not(.csg-opleiding-product-card__cta--disabled):not(.csg-opleiding-product-card__cta--contact) {
		width: 100%;
		font-size: 0.875rem;
		padding: 0.5rem 0.875rem;
	}
}

/* Dark CTA band — Desktop.pdf; box binnen container-xl */
.csg-cta-band {
	--csg-cta-underline-width: 11%; /* breedte t.o.v. titel; pas aan tot lijn bij "bek" eindigt */
	padding: 0 0 2.5rem;
}

.csg-cta-band__inner {
	background: var(--csg-dark-band);
	color: #fff;
	padding: 2.75rem 1.5rem 3rem;
	text-align: left;
	max-width: 100%;
}

@media (min-width: 992px) {
	.csg-cta-band__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.csg-cta-band__title-wrap {
	margin: 0 0 0;
}

.csg-cta-band__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.25;
	text-align: left;
}

.csg-cta-band__underline {
	display: block;
	width: var(--csg-cta-underline-width);
	height: 4px;
	background: var(--csg-gold);
	margin: 0.5rem 0 1.5rem;
	border-radius: 0;
}

.csg-cta-band__text {
	margin: 0 0 2rem;
	max-width: 100%;
}

.csg-cta-band__text p {
	font-size: 0.9375rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.55;
	margin: 0 0 0.75rem;
	text-align: left;
}

.csg-cta-band__text p:last-child {
	margin-bottom: 0;
}

.csg-cta-band__btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 1.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.0625rem;
	color: var(--csg-gold);
	background: transparent;
	border: 2px solid var(--csg-gold);
	border-radius: 0;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.csg-cta-band__btn:hover {
	background: var(--csg-gold);
	color: var(--csg-dark-band);
}

@media (max-width: 767.98px) {
	.csg-cta-band__title-wrap,
	.csg-cta-band__text {
		display: none;
	}

	.csg-cta-band__inner {
		padding: 1.5rem 1.25rem;
		text-align: center;
	}

	.csg-cta-band__btn {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
}

/* Testimonials — section wit; alleen review-kaarten grijs; 100+ donker */
.csg-section-testimonials {
	background: #ffffff;
}

.csg-section-testimonials__intro {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 0;
	max-width: 42rem;
	color: var(--csg-text-muted);
}

.csg-testimonial-review__meta {
	color: #026283;
}

.csg-testimonial-highlight__footer {
	color: rgba(255, 255, 255, 0.92);
}

.csg-section-testimonials .row,
.csg-section-testimonials [class*='col-'] {
	background: transparent;
}

.csg-testimonial-review {
	background: var(--csg-surface);
	color: var(--csg-text-muted);
	border-radius: 0.25rem;
	padding: 1.25rem 1.5rem;
	border: none;
}

.csg-testimonial-review .fw-bold {
	color: var(--bs-body-color);
}

.csg-testimonial-highlight {
	background: var(--csg-dark-band);
	color: #fff;
	padding: 2rem;
	border-radius: 0.25rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: none;
}

.csg-testimonial-highlight .display-4 {
	font-weight: 700;
	color: #fff;
}

.csg-testimonial-highlight__rating .csg-stars {
	--csg-star-empty: #6b6b6b;
}

.csg-testimonial-review .csg-stars {
	display: block;
	margin-bottom: 0.5rem;
}

.csg-testimonial-review__more {
	display: inline-block;
	margin-left: 0.25rem;
	color: #026283;
	text-decoration: none;
}

.csg-testimonial-review__more:hover {
	text-decoration: underline;
}

/* Star rating (CSS --rating 0–5) */
.csg-stars {
	--csg-star-size: 1rem;
	--csg-star-empty: #d0d0d0;
	--csg-star-filled: var(--csg-gold);
	--rating: 0;
	display: inline-block;
	position: relative;
	font-size: var(--csg-star-size);
	line-height: 1;
	letter-spacing: 0.12em;
	vertical-align: middle;
}

.csg-stars::before,
.csg-stars::after {
	content: '★★★★★';
	white-space: nowrap;
}

.csg-stars::before {
	color: var(--csg-star-empty);
}

.csg-stars::after {
	color: var(--csg-star-filled);
	position: absolute;
	left: 0;
	top: 0;
	width: calc((var(--rating) / 5) * 100%);
	overflow: hidden;
}

.csg-google-attribution a {
	color: var(--bs-primary);
	text-decoration: none;
}

.csg-google-attribution a:hover {
	text-decoration: underline;
}

/* News — Nieuwsoverzicht.pdf */
.csg-hero--news {
	min-height: 0;
	background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.14) 0%, rgba(243, 242, 242, 0.6) 55%, #fff 100%);
}

.csg-hero--news .csg-hero__inner {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.csg-hero--news h1 {
	max-width: 52rem;
	font-size: clamp(1.75rem, 3.5vw, 2.625rem);
	line-height: 1.2;
	margin-bottom: 0 !important;
}

.csg-hero--news .csg-breadcrumb {
	margin-bottom: 1rem;
}

.csg-news-archive {
	background: var(--csg-surface);
}

.csg-news-archive__heading {
	font-weight: 700;
}

.csg-news-archive__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.csg-news-archive__pagination .pagination {
	margin-bottom: 0;
}

.csg-news-card {
	background: #fff;
	border: 1px solid rgba(48, 45, 45, 0.08);
	border-radius: 0;
	padding: 1.25rem;
	box-shadow: 0 2px 12px rgba(48, 45, 45, 0.04);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.csg-news-card:hover {
	border-color: rgba(var(--bs-primary-rgb), 0.25);
	box-shadow: 0 6px 20px rgba(48, 45, 45, 0.08);
}

.csg-news-card:last-child {
	border-bottom: 1px solid rgba(48, 45, 45, 0.08);
	padding-bottom: 1.25rem;
}

.csg-news-card:first-child {
	padding-top: 1.25rem;
}

.csg-news-card__media {
	display: block;
	line-height: 0;
	overflow: hidden;
}

.csg-news-card__media:hover .csg-news-card__img {
	transform: scale(1.03);
}

.csg-news-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	transition: transform 0.25s ease;
}

.csg-news-card__placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08) 0%, var(--csg-surface) 100%);
}

.csg-news-card__date {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--bs-primary);
	letter-spacing: 0.01em;
}

.csg-news-card__title {
	font-weight: 700;
	margin-bottom: 0.75rem;
	line-height: 1.3;
}

.csg-news-card__title a {
	color: var(--bs-body-color);
	text-decoration: none;
}

.csg-news-card__title a:hover {
	color: var(--bs-primary);
}

.csg-news-card__excerpt {
	color: var(--csg-text-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.csg-news-card__btn {
	font-size: 0.875rem;
	padding: 0.45rem 1.25rem;
}

/* Breadcrumbs — shared (news, opleidingen, product) */
.csg-breadcrumb {
	margin: 0 0 0.75rem;
	font-size: 0.875rem;
	line-height: 1.4;
}

.csg-hero--image .csg-breadcrumb,
.csg-hero--featured .csg-breadcrumb {
	color: rgba(33, 37, 41, 0.85);
}

.csg-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.csg-breadcrumb__item {
	display: inline-flex;
	align-items: center;
}

.csg-breadcrumb__link {
	color: var(--bs-primary);
	font-weight: 600;
	text-decoration: none;
}

.csg-breadcrumb__link:hover {
	text-decoration: underline;
}

.csg-breadcrumb__current {
	color: var(--csg-text-muted, #6c757d);
	font-weight: 600;
}

.csg-breadcrumb__sep {
	color: var(--csg-text-muted, #9ca3af);
	font-weight: 400;
	user-select: none;
}

/* News single — Nieuwsbericht.pdf */
.csg-news-single {
	background: #fff;
	padding: 2.5rem 0 4rem;
}

.csg-news-single__layout {
	max-width: 44rem;
	margin: 0 auto;
}

.csg-news-single__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-bottom: 2rem;
	padding-bottom: 1.25rem;
	border-bottom: 2px solid rgba(var(--bs-primary-rgb), 0.2);
}

.csg-news-single__back {
	font-size: 0.9375rem;
	font-weight: 600;
}

.csg-news-single__back a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--bs-primary);
	text-decoration: none;
}

.csg-news-single__back a:hover {
	text-decoration: underline;
}

.csg-news-single__back-icon {
	font-size: 1.125rem;
	line-height: 1;
}

.csg-news-single__date {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.85rem;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--bs-body-color);
	background: rgba(var(--bs-primary-rgb), 0.1);
	border-left: 3px solid var(--bs-primary);
	white-space: nowrap;
}

.csg-news-single__figure {
	margin: 0 0 2rem;
	line-height: 0;
	overflow: hidden;
	border: 1px solid rgba(48, 45, 45, 0.08);
	box-shadow: 0 12px 40px rgba(48, 45, 45, 0.1);
}

.csg-news-single__img {
	width: 100%;
	max-height: 28rem;
	object-fit: cover;
	display: block;
}

.csg-news-single__lead {
	margin: 0 0 2rem;
	padding: 1.25rem 1.5rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.65;
	color: var(--bs-body-color);
	background: rgba(var(--bs-primary-rgb), 0.06);
	border-left: 4px solid var(--bs-primary);
}

.csg-news-single__content {
	color: var(--bs-body-color);
	font-size: 1.0625rem;
	line-height: 1.8;
}

.csg-news-single__content > *:first-child {
	margin-top: 0;
}

.csg-news-single__content h2,
.csg-news-single__content h3,
.csg-news-single__content h4 {
	color: var(--bs-body-color);
	font-weight: 700;
	margin-top: 2.25rem;
	margin-bottom: 1rem;
	line-height: 1.35;
}

.csg-news-single__content h2 {
	font-size: clamp(1.3125rem, 2.5vw, 1.625rem);
	padding-left: 1rem;
	border-left: 4px solid var(--bs-primary);
}

.csg-news-single__content h3 {
	font-size: clamp(1.125rem, 2vw, 1.3125rem);
	color: var(--bs-link-hover-color);
}

.csg-news-single__content p {
	margin-bottom: 1.25rem;
}

.csg-news-single__content p:last-child {
	margin-bottom: 0;
}

.csg-news-single__content a {
	color: var(--bs-primary);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.csg-news-single__content a:hover {
	color: var(--bs-link-hover-color);
}

.csg-news-single__content ul,
.csg-news-single__content ol {
	margin: 1.25rem 0 1.75rem;
	padding: 0;
	list-style: none;
}

.csg-news-single__content ul li,
.csg-news-single__content ol li {
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 1.625rem;
}

.csg-news-single__content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bs-primary);
}

.csg-news-single__content ol {
	counter-reset: csg-news-ol;
}

.csg-news-single__content ol li {
	counter-increment: csg-news-ol;
	padding-left: 2.125rem;
}

.csg-news-single__content ol li::before {
	content: counter(csg-news-ol) ".";
	position: absolute;
	left: 0;
	font-weight: 700;
	color: var(--bs-primary);
	font-size: 1rem;
}

.csg-news-single__content blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 4px solid var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), 0.06);
	font-style: italic;
	color: var(--csg-text-muted);
}

.csg-news-single__content strong {
	font-weight: 700;
	color: var(--bs-body-color);
}

.csg-news-single__footer {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(48, 45, 45, 0.12);
}

@media (min-width: 768px) {
	.csg-news-single {
		padding: 3rem 0 4.5rem;
	}

	.csg-news-single__lead {
		font-size: 1.1875rem;
		padding: 1.5rem 1.75rem;
	}
}

/* Homepage news teaser (legacy class) */
.csg-news-item {
	border-bottom: 1px solid #eee;
	padding: 1.25rem 0;
}

.csg-news-item:last-child {
	border-bottom: 0;
}

/* Contact CTA — gray + gold strip binnen container-xl */
.csg-contact-cta {
	padding: 0 0 2.5rem;
}

.csg-contact-cta__row {
	margin: 0;
	min-height: 140px;
	overflow: hidden;
}

.csg-contact-cta__questions {
	background: var(--csg-surface);
	display: flex;
	align-items: center;
}

.csg-contact-cta__questions-inner {
	padding: 2rem 1.5rem;
	width: 100%;
}

@media (min-width: 992px) {
	.csg-contact-cta__questions-inner {
		padding: 2.5rem 2rem;
	}
}

.csg-contact-cta__text {
	color: var(--csg-text-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 42rem;
}

.csg-contact-cta__action {
	background: var(--csg-gold);
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.csg-contact-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 10rem;
	padding: 0.75rem 1.75rem;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--bs-body-color);
	background: var(--csg-gold);
	border: 2px solid var(--bs-body-color);
	border-radius: 0;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.csg-contact-cta__arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 0.05em;
	border-top: 0.4em solid transparent;
	border-bottom: 0.4em solid transparent;
	border-left: 0.55em solid currentColor;
}

.csg-contact-cta__btn:hover,
.csg-contact-cta__btn:focus-visible {
	color: #fff;
	background: var(--bs-body-color);
	border-color: var(--bs-body-color);
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.csg-contact-cta__action {
		min-height: 100px;
		padding: 1.25rem;
	}
}

@media (max-width: 767.98px) {
	.csg-contact-cta__action {
		justify-content: center;
	}
}

/* Mobile — center section content (footer excluded) */
@media (max-width: 767.98px) {
	#main > section {
		text-align: center;
	}

	#main .woocommerce,
	#main .csg-maat-form-wrap,
	#main .csg-maat-form-wrap form,
	#main .csg-product-booking-wrap,
	#main .csg-opleidingen,
	#main .csg-opleiding-products,
	#main .csg-opleiding-lang,
	#main .csg-news-single,
	#main .csg-news-archive {
		text-align: left;
	}

	.csg-hero .csg-breadcrumb__list {
		justify-content: center;
	}

	.csg-hero .csg-breadcrumb,
	.csg-hero__intro {
		display: none;
	}

	.csg-hero--news .csg-breadcrumb {
		display: block;
	}

	.csg-hero h1,
	.csg-hero__subtitle {
		text-align: center;
	}

	.csg-hero--news h1 {
		text-align: left;
	}

	.csg-hero--news .csg-breadcrumb__list {
		justify-content: flex-start;
	}

	.csg-news-single__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.csg-hero__subtitle {
		margin-bottom: 1rem !important;
	}

	.csg-hero {
		min-height: 0;
	}

	.csg-hero__inner {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.csg-section-courses__header {
		align-items: center;
		max-width: none;
		text-align: center;
	}

	.csg-section-courses__header .csg-booking-payment-note--home,
	.csg-section-courses__header .csg-booking-payment-note--home .csg-booking-payment-methods {
		text-align: center;
		justify-content: center;
	}

	.csg-section-courses > .container-xl > .d-flex,
	.csg-home-news > .container-xl > .d-flex {
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		text-align: center;
	}

	.csg-section-courses > .container-xl > .d-flex > div,
	.csg-home-news > .container-xl > .d-flex > div {
		width: 100%;
	}

	.csg-home-news > .container-xl > .d-flex .btn {
		margin-left: auto;
		margin-right: auto;
	}

	.csg-section-testimonials__intro {
		margin-left: auto;
		margin-right: auto;
	}

	.csg-testimonial-review,
	.csg-testimonial-highlight {
		text-align: center;
	}

	.csg-testimonial-review .csg-stars {
		margin-left: auto;
		margin-right: auto;
	}

	.csg-testimonial-highlight__rating {
		display: flex;
		justify-content: center;
	}

	.csg-google-attribution {
		text-align: center;
	}

	.csg-home-news .csg-news-card__title,
	.csg-home-news .csg-news-card__title a,
	.csg-home-news .csg-news-card__excerpt {
		text-align: center;
	}

	.csg-home-news .csg-news-card__btn {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}

	.csg-faq .csg-faq-accordion__button {
		justify-content: center;
		text-align: center;
	}

	.csg-faq .csg-faq-accordion__body {
		text-align: center;
		border-left: none;
		border-top: 3px solid var(--bs-primary);
	}

	.csg-contact-cta__questions-inner {
		text-align: center;
	}

	.csg-section-courses .csg-course-card__meta,
	.csg-section-courses .csg-course-card__price {
		text-align: center;
	}

	.csg-contact-form-section .csg-maat-form-wrap__title,
	.csg-contact-form-section .csg-maat-form-wrap__intro,
	.csg-maat-content .csg-maat-form-wrap__title,
	.csg-maat-content .csg-maat-form-wrap__intro {
		text-align: center;
	}

	.csg-opleidingen__heading,
	.csg-opleiding-products__heading,
	.csg-opleiding-lang__heading {
		text-align: center;
	}

	.csg-opleiding-card__body {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 0.75rem;
	}

	.csg-opleiding-card__content {
		grid-column: auto;
		grid-row: auto;
	}

	.csg-opleiding-card__flags-wrap {
		grid-column: auto;
		grid-row: auto;
		align-self: flex-start;
		margin-top: 0.5rem;
		order: 2;
	}

	.csg-opleiding-card__cta {
		grid-column: auto;
		grid-row: auto;
		align-self: flex-start;
		order: 3;
		margin-top: 0.65rem;
		width: 100%;
	}

	.csg-opleiding-card__title {
		font-size: 0.875rem;
	}

	.csg-opleiding-card__price {
		font-size: 0.8125rem;
	}

	.csg-opleiding-card__cta {
		font-size: 0.875rem;
		padding: 0.45rem 0.875rem;
	}

	.csg-opleiding-card__img {
		height: 4.5rem;
	}

	.csg-opleiding-card__flags-wrap .csg-course-card__flags {
		grid-template-columns: repeat(var(--csg-flag-cols, 7), 14px);
		gap: 4px 3px;
	}

	.csg-opleiding-card__flags-wrap .csg-course-card__flag {
		width: 14px;
		height: 10px;
	}

}

/* Footer */
.csg-site-footer {
	border-top: 1px solid #eee;
	padding: 3rem 0 1.5rem;
	font-size: 0.9rem;
}

.csg-site-footer a {
	color: var(--bs-body-color);
	text-decoration: none;
}

.csg-site-footer a:hover {
	color: var(--bs-primary);
}

.csg-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
}

.csg-site-footer__social-link {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
}

/* Product hero */
.csg-product-hero {
	background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.95)),
		var(--csg-surface);
	padding: 2rem 0;
	margin-bottom: 2rem;
}

.csg-product-booking-panel {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0.25rem;
	padding: 1.5rem;
}

.csg-product-content-section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.csg-product-content-section h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--bs-body-color);
	margin-bottom: 1rem;
}

.csg-product-content-section h3 {
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--bs-primary);
}

