.leah-maturity-app {
	background: #fff;
	border: 1px solid #e2e8ef;
	border-radius: 12px;
	padding: 2rem;
	max-width: 720px;
	margin: 0 auto 2rem;
}

.leah-maturity-progress {
	font-size: 0.85rem;
	color: #5a6b7c;
	margin-bottom: 1.5rem;
}

.leah-maturity-q {
	border: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.leah-maturity-q legend {
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 0.5rem;
	color: #071526;
}

.leah-maturity-radios {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.leah-maturity-radios label {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.9rem;
	cursor: pointer;
}

.leah-maturity-nav {
	display: flex;
	gap: 0.75rem;
	margin-top: 2rem;
}

.leah-maturity-results {
	background: #f7f9fb;
	border-radius: 8px;
	padding: 1.25rem;
	margin-bottom: 1.5rem;
}

.leah-maturity-overall {
	font-size: 1.1rem;
	margin: 0 0 1rem;
}

.leah-maturity-optional h3 {
	font-size: 1rem;
	margin: 0 0 1rem;
}

.leah-maturity-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.leah-maturity-optional-note {
	font-size: 0.9rem;
	color: #5a6b7c;
	margin: 0 0 1rem;
}

.leah-maturity-loading,
.leah-maturity-error {
	margin: 0;
	color: #5a6b7c;
}

@media print {
	body * {
		visibility: hidden;
	}

	.leah-maturity-results,
	.leah-maturity-results * {
		visibility: visible;
	}

	.leah-maturity-results {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		border: none;
		padding: 0;
	}

	.leah-maturity-nav,
	.leah-maturity-actions,
	.leah-maturity-optional,
	.leah-maturity-downloads,
	.leah-archive-hero,
	.leah-maturity-progress,
	.leah-site-header,
	.leah-site-footer {
		display: none !important;
	}
}

.leah-maturity-downloads {
	text-align: center;
	margin-bottom: 3rem;
}

/* ─── Assessment wizard enhancements ─── */
.leah-assessment-dim-intro {
	font-size: 0.95rem;
	color: #5a6b7c;
	margin: 0 0 1rem;
	line-height: 1.6;
}

.leah-assessment-guidance {
	font-size: 0.9rem;
	color: #3d4f61;
	margin: 0 0 0.75rem;
	line-height: 1.55;
}

.leah-assessment-rubric {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	background: #fff;
	border: 1px solid #e2e8ef;
	border-radius: 8px;
	padding: 0.5rem 0.75rem;
}

.leah-assessment-rubric summary {
	cursor: pointer;
	font-weight: 600;
	color: #0a5a8a;
}

.leah-assessment-rubric ul {
	margin: 0.5rem 0 0;
	padding-left: 1.25rem;
}

.leah-assessment-exec,
.leah-assessment-benchmark {
	background: #fff;
	border-left: 4px solid #c5a572;
	padding: 0.75rem 1rem;
	margin: 0 0 1rem;
	border-radius: 0 8px 8px 0;
}

.leah-assessment-benchmark-pending {
	font-size: 0.9rem;
	color: #5a6b7c;
	font-style: italic;
}

.leah-assessment-dim {
	margin-bottom: 1rem;
}

.leah-assessment-dim h4 {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
}

.leah-assessment-actions li {
	margin-bottom: 0.65rem;
	line-height: 1.5;
}

.leah-assessment-priority {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.15rem 0.4rem;
	border-radius: 4px;
	margin-right: 0.35rem;
}

.leah-assessment-priority--high { background: #fdecea; color: #8b1a1a; }
.leah-assessment-priority--medium { background: #fff8e6; color: #8a6a0a; }
.leah-assessment-priority--low { background: #e8f5ee; color: #1a5c3a; }

.leah-assessment-playbook-cta {
	background: linear-gradient(135deg, #071526 0%, #0a2540 100%);
	color: #fff;
	border-radius: 12px;
	padding: 1.25rem 1.5rem;
	margin: 0 0 1.5rem;
}

.leah-assessment-playbook-cta h3 {
	color: #c5a572;
	margin: 0 0 0.5rem;
}

.leah-assessment-playbook-cta p {
	margin: 0 0 1rem;
	opacity: 0.9;
}

.leah-lead-status {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
}

.leah-lead-status--new { background: #e8f4fd; color: #0a5a8a; }
.leah-lead-status--contacted { background: #fff8e6; color: #8a6a0a; }
.leah-lead-status--qualified { background: #e8f5ee; color: #1a5c3a; }
.leah-lead-status--won { background: #071526; color: #c5a572; }
.leah-lead-status--lost { background: #f0f0f0; color: #646970; }
.leah-lead-status--spam { background: #fdecea; color: #8b1a1a; }

.leah-lead-message {
	background: #f7f9fb;
	padding: 1rem;
	border-radius: 8px;
	line-height: 1.6;
}
