/* Governance documents (Statuten & Reglementen) — Trello #14/#19/#20
   Scoped onder .ya-gov zodat het de Bricks styling niet raakt. */

.ya-gov {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	max-width: calc(1279px + 56px);
	margin-inline: auto;
	padding-inline: 28px;
	padding-top: var(--space-2xl);
}

.ya-gov__section {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.ya-gov__title {
	margin: 0;
	font-size: var(--text-l);
	line-height: 1.25;
	color: #244f26;
}

.ya-gov__intro {
	margin: 0;
	max-width: 70ch;
	opacity: 0.85;
}

.ya-gov__doc-title {
	font-weight: 600;
	font-size: var(--text-m);
	line-height: 1.35;
}

.ya-gov__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap: var(--space-m);
}

.ya-gov__card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 2rem 2rem 2.5rem;
	background: #fff;
	clip-path: polygon(0.00% 0.00%, 95.69% 5.64%, 100.00% 100.00%, 1.96% 97.30%);
	-webkit-clip-path: polygon(0.00% 0.00%, 95.69% 5.64%, 100.00% 100.00%, 1.96% 97.30%);
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

.ya-gov__card--placeholder {
	background: #fff;
}

.ya-gov__doc-note {
	font-size: var(--text-xs);
	opacity: 0.7;
}

.ya-gov__btn {
	align-self: flex-end;
	margin-top: auto;
	display: inline-block;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	font-size: var(--text-s);
	font-weight: 600;
	text-decoration: none;
	background: var(--secondary-orange, #d97f31);
	color: #fff;
	transition: opacity 0.15s ease;
}

.ya-gov__btn:hover {
	opacity: 0.88;
}

.ya-gov__btn--soon {
	background: transparent;
	color: rgba(36, 79, 38, 0.6);
	border: 1px dashed rgba(36, 79, 38, 0.4);
	cursor: default;
}

.ya-gov__empty {
	padding: 1rem;
	border: 1px dashed rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	background: rgba(255, 220, 0, 0.08);
}

/* --- Statuten & Reglementen ontwerp (Trello #4) ---------------------------
   Vierkante kaartjes met groene rand (hierboven), ronde knoppen (.ya-gov__btn
   blijft 999px), schuin wit paneel per sectie, groenige paginabg. Statisch,
   geen animaties. */

.ya-gov-page {
	background: #e4efdd;
}

.ya-gov-cta {
	max-width: calc(1279px + 56px);
	margin-inline: auto;
	margin-top: clamp(2rem, 4vw, 3.5rem);
	padding-inline: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.ya-gov-cta__title {
	margin: 0 0 0.35rem;
}

.ya-gov-cta__text p {
	margin: 0;
	max-width: 48ch;
}

.ya-gov-cta__btn {
	display: inline-block;
	padding: 0.7rem 1.4rem;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	background: var(--secondary-orange, #d97f31);
	color: #fff;
	transition: opacity 0.15s ease;
}

.ya-gov-cta__btn:hover {
	opacity: 0.9;
}
