/* Printworx Herroeping — formulier in huisstijl (#b3c731 / #666 / Space Grotesk + Atkinson Hyperlegible). */

.pwx-herroeping {
	--pwx-green: #b3c731;
	--pwx-green-dark: #8f9f22;
	--pwx-text: #666666;
	max-width: 640px;
	margin: 18px 0;
	font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
	color: var(--pwx-text);
}

.pwx-herroeping-form {
	background: #ffffff;
	border: 1px solid #e3ead0;
	border-radius: 12px;
	padding: 22px 24px;
	box-shadow: 0 2px 12px rgba(58, 74, 0, 0.06);
}

.pwx-herr-row { margin: 0 0 16px; }

.pwx-herr-row label {
	display: block;
	font-family: 'Space Grotesk', Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #3a4a00;
	margin: 0 0 6px;
}

.pwx-herr-req { color: var(--pwx-green-dark); }
.pwx-herr-opt { font-weight: 400; color: #999; font-size: 12px; }

.pwx-herroeping input[type="text"],
.pwx-herroeping input[type="email"],
.pwx-herroeping select,
.pwx-herroeping textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 11px 13px;
	border: 1.5px solid #d7ddc6;
	border-radius: 8px;
	font-size: 15px;
	font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
	color: #333;
	background: #fff;
	transition: border-color .15s, box-shadow .15s;
}

.pwx-herroeping input:focus,
.pwx-herroeping select:focus,
.pwx-herroeping textarea:focus {
	outline: none;
	border-color: var(--pwx-green);
	box-shadow: 0 0 0 3px rgba(179, 199, 49, 0.18);
}

.pwx-herr-hint { display: block; margin-top: 5px; font-size: 12px; color: #8a8a8a; }
.pwx-herr-empty { font-size: 13.5px; color: #8a8a8a; margin: 0 0 8px; }

/* Honeypot — onzichtbaar voor mensen. */
.pwx-herr-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px; height: 1px; overflow: hidden;
}

.pwx-herr-actions { margin-top: 4px; }

.pwx-herr-btn {
	background: var(--pwx-green);
	color: #fff;
	border: 0;
	border-radius: 8px;
	padding: 13px 28px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Space Grotesk', Arial, sans-serif;
	cursor: pointer;
	transition: background .15s;
}
.pwx-herr-btn:hover:not(:disabled) { background: var(--pwx-green-dark); }
.pwx-herr-btn:disabled { opacity: .55; cursor: not-allowed; }

.pwx-herr-feedback {
	margin-top: 16px;
	padding: 13px 16px;
	border-radius: 8px;
	font-size: 14.5px;
	line-height: 1.6;
}
.pwx-herr-feedback.pwx-herr-ok   { background: #eef4dd; border: 1px solid var(--pwx-green); color: #3a4a00; }
.pwx-herr-feedback.pwx-herr-err  { background: #fdecef; border: 1px solid #e6a3b0; color: #9b1c31; }
.pwx-herr-feedback.pwx-herr-info { background: #f5f7ee; border: 1px solid #d7ddc6; color: #666; }

/* Permanent zichtbare link (footer/menu). */
.pwx-herroeping-link {
	color: var(--pwx-green, #b3c731);
	font-weight: 700;
	text-decoration: underline;
}
.pwx-herroeping-link:hover { color: #8f9f22; }
