.nlp-ot-app {
	max-width: 680px;
	margin: 2rem auto;
	font-family: inherit;
	color: #1f2937;
	box-sizing: border-box;
}
.nlp-ot-app *,
.nlp-ot-app *::before,
.nlp-ot-app *::after { box-sizing: border-box; }

.nlp-ot-app-title {
	text-align: center;
	font-size: 1.6rem;
	margin: 0 0 1.25rem;
	line-height: 1.25;
}

.nlp-ot-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 1.75rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Voortgangsbalk */
.nlp-ot-progress {
	height: 8px;
	background: #eef2f7;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.nlp-ot-progress-bar {
	height: 100%;
	background: #6d28d9;
	width: 0;
	transition: width 0.3s ease;
}

.nlp-ot-step {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6b7280;
	margin-bottom: 0.5rem;
}

.nlp-ot-question {
	font-size: 1.25rem;
	margin: 0 0 1.25rem;
	line-height: 1.4;
}

.nlp-ot-options {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.nlp-ot-option {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.9rem 1.1rem;
	border: 1.5px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	font-size: 1rem;
	line-height: 1.4;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s, transform 0.05s;
	color: inherit;
}
.nlp-ot-option:hover {
	border-color: #a78bfa;
	background: #faf5ff;
}
.nlp-ot-option.is-selected {
	border-color: #6d28d9;
	background: #f3e8ff;
}
.nlp-ot-option:active { transform: scale(0.995); }

.nlp-ot-note {
	margin-top: 1rem;
	font-size: 0.875rem;
	color: #6b7280;
	font-style: italic;
}

.nlp-ot-nav {
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-start;
}
.nlp-ot-back {
	background: none;
	border: none;
	color: #6d28d9;
	font-size: 0.95rem;
	cursor: pointer;
	padding: 0.4rem 0.2rem;
}
.nlp-ot-back:hover { text-decoration: underline; }

/* Resultaat */
.nlp-ot-intro-title {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
}
.nlp-ot-result-title {
	font-size: 1.5rem;
	margin: 0 0 0.75rem;
	color: #6d28d9;
}
.nlp-ot-result p { line-height: 1.6; margin: 0 0 0.85rem; }
.nlp-ot-sep {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 1.5rem 0;
}
.nlp-ot-closing { color: #374151; }

.nlp-ot-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1rem 0 0;
}
.nlp-ot-button {
	display: inline-block;
	background: #6d28d9;
	color: #fff !important;
	text-decoration: none;
	padding: 0.75rem 1.25rem;
	border-radius: 10px;
	font-weight: 600;
	transition: background 0.15s;
}
.nlp-ot-button:hover { background: #5b21b6; }
.nlp-ot-button-secondary {
	background: #fff;
	color: #6d28d9 !important;
	border: 1.5px solid #6d28d9;
}
.nlp-ot-button-secondary:hover { background: #f3e8ff; }

/* Lead-formulier */
.nlp-ot-form { display: flex; flex-direction: column; gap: 1rem; }
.nlp-ot-field { display: flex; flex-direction: column; gap: 0.35rem; }
.nlp-ot-label { font-weight: 600; font-size: 0.95rem; }
.nlp-ot-input {
	width: 100%;
	padding: 0.7rem 0.9rem;
	border: 1.5px solid #e5e7eb;
	border-radius: 10px;
	font-size: 1rem;
	font-family: inherit;
}
.nlp-ot-input:focus {
	outline: none;
	border-color: #6d28d9;
	box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.12);
}
.nlp-ot-consent {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-size: 0.9rem;
	color: #4b5563;
	line-height: 1.45;
	cursor: pointer;
}
.nlp-ot-consent input { margin-top: 0.2rem; }
.nlp-ot-error {
	color: #b91c1c;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 8px;
	padding: 0.6rem 0.8rem;
	margin: 0;
	font-size: 0.9rem;
}

@media (max-width: 600px) {
	.nlp-ot-card { padding: 1.25rem; }
	.nlp-ot-app-title { font-size: 1.35rem; }
}
