.esey-exam {
	max-width: 860px;
	margin: 32px auto;
	padding: 0 16px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #0f172a;
}

.esey-exam__hero {
	padding: 28px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(20, 184, 166, 0.24), transparent 28%),
		linear-gradient(135deg, #0f172a, #155e75);
	color: #ffffff;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
	margin-bottom: 22px;
}

.esey-exam__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.72;
}

.esey-exam__hero h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.2;
	color: #ffffff;
}

.esey-exam__hero p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	opacity: 0.92;
}

.esey-exam__form,
.esey-exam__result {
	background: #ffffff;
	border: 1px solid #dbe4ee;
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.esey-exam__question + .esey-exam__question {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid #e2e8f0;
}

.esey-exam__question h3 {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.45;
}

.esey-exam__question label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	border: 1px solid #dbe4ee;
	border-radius: 16px;
	background: #f8fafc;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.5;
}

.esey-exam__question label + label {
	margin-top: 10px;
}

.esey-exam__question input[type="radio"] {
	margin-top: 3px;
}

.esey-exam__actions {
	margin-top: 24px;
}

.esey-exam__submit {
	border: 0;
	border-radius: 16px;
	padding: 15px 22px;
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 16px 28px rgba(15, 118, 110, 0.22);
}

.esey-exam__result {
	text-align: center;
}

.esey-exam__score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	min-height: 140px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 18px;
	box-shadow: 0 20px 36px rgba(15, 118, 110, 0.24);
}

.esey-exam__level {
	font-size: 28px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 10px;
}

.esey-exam__message {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #475569;
}

.esey-exam__status {
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 1.6;
}

.esey-exam__status.is-success {
	color: #15803d;
}

.esey-exam__status.is-error {
	color: #b91c1c;
}

.esey-exam__whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 14px;
	background: linear-gradient(135deg, #16a34a, #22c55e);
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 16px 28px rgba(34, 197, 94, 0.22);
}

@media (max-width: 640px) {
	.esey-exam {
		margin: 20px auto;
	}

	.esey-exam__hero,
	.esey-exam__form,
	.esey-exam__result {
		padding: 20px;
		border-radius: 20px;
	}

	.esey-exam__hero h2 {
		font-size: 24px;
	}

	.esey-exam__level {
		font-size: 24px;
	}
}
