.gept-test {
	--gept-primary-color: #0f8b8d;
	--gept-secondary-color: #f4b942;
	--gept-background-color: #f6f8fb;
	--gept-text-color: #172033;
	--gept-border-radius: 10px;
	--gept-container-max-width: 1120px;
	--gept-muted: #667085;
	--gept-line: rgba(23, 32, 51, 0.12);
	--gept-panel: #ffffff;
	--gept-soft: rgba(15, 139, 141, 0.08);
	--gept-danger: #a33a3a;
	color: var(--gept-text-color);
	font-family: inherit;
	margin: 32px auto;
	max-width: 100%;
	width: 100%;
}

.gept-test * {
	box-sizing: border-box;
}

.gept-test--embedded {
	margin: 0 auto;
	max-width: 100%;
}

.gept-test--minimal {
	margin: 18px auto;
}

.gept-test__shell {
	background: var(--gept-background-color);
	border: 1px solid var(--gept-line);
	border-radius: calc(var(--gept-border-radius) + 2px);
	box-shadow: 0 20px 52px rgba(23, 32, 51, 0.12);
	overflow: hidden;
	width: 100%;
}

.gept-test--flat .gept-test__shell {
	box-shadow: none;
}

.gept-test__header {
	padding: 22px 28px 0;
}

.gept-test__logo {
	display: block;
	max-height: 52px;
	max-width: 190px;
	margin-bottom: 18px;
}

.gept-progress-wrap {
	align-items: end;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 34%);
}

.gept-progress-box {
	display: grid;
	gap: 6px;
}

.gept-test__eyebrow,
.gept-test__step {
	margin: 0;
}

.gept-test__eyebrow {
	color: var(--gept-primary-color);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gept-test__step {
	color: var(--gept-muted);
	font-size: 13px;
	font-weight: 700;
	margin-top: 4px;
}

.gept-test__duration {
	color: var(--gept-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	text-align: right;
}

.gept-progress {
	background: rgba(23, 32, 51, 0.1);
	border-radius: 999px;
	height: 9px;
	overflow: hidden;
}

.gept-progress span {
	background: linear-gradient(90deg, var(--gept-primary-color), var(--gept-secondary-color));
	display: block;
	height: 100%;
	transition: width 260ms cubic-bezier(0.23, 1, 0.32, 1);
	width: 0;
}

.gept-test__body {
	padding: 26px 28px 28px;
}

.gept-test__legal {
	border-top: 1px solid var(--gept-line);
	color: var(--gept-muted);
	font-size: 13px;
	line-height: 1.5;
	padding: 0 28px 24px;
}

.gept-panel {
	background: var(--gept-panel);
	border: 1px solid var(--gept-line);
	border-radius: var(--gept-border-radius);
	box-shadow: 0 1px 2px rgba(23, 32, 51, 0.04), 0 10px 28px rgba(23, 32, 51, 0.06);
	padding: 28px;
}

.gept-test--flat .gept-panel {
	box-shadow: none;
}

.gept-test h2,
.gept-test h3,
.gept-test p {
	margin-top: 0;
}

.gept-test h2 {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 14px;
	text-wrap: balance;
}

.gept-test h3 {
	font-size: 18px;
	line-height: 1.28;
	margin-bottom: 10px;
}

.gept-lead {
	color: var(--gept-muted);
	font-size: 17px;
	line-height: 1.55;
	margin-bottom: 20px;
	text-wrap: pretty;
}

.gept-intro {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 210px;
}

.gept-intro__action {
	align-items: end;
	display: flex;
}

.gept-chip {
	background: var(--gept-soft);
	border: 1px solid rgba(15, 139, 141, 0.16);
	border-radius: 999px;
	color: var(--gept-primary-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 14px;
	padding: 6px 10px;
}

.gept-checklist {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.gept-checklist li {
	align-items: start;
	color: var(--gept-text-color);
	display: grid;
	gap: 9px;
	grid-template-columns: 18px 1fr;
	line-height: 1.45;
}

.gept-checklist li::before {
	background: var(--gept-primary-color);
	border-radius: 999px;
	color: #fff;
	content: "";
	height: 8px;
	margin-top: 8px;
	width: 8px;
}

.gept-note {
	color: var(--gept-muted);
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.gept-form {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gept-form__header,
.gept-field--wide,
.gept-consent,
.gept-form__footer {
	grid-column: 1 / -1;
}

.gept-form__header p {
	color: var(--gept-muted);
	margin-bottom: 4px;
}

.gept-field label {
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.gept-field input,
.gept-field select {
	background: #fbfcfd;
	border: 1px solid var(--gept-line);
	border-radius: max(6px, calc(var(--gept-border-radius) - 4px));
	color: var(--gept-text-color);
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.gept-field input:focus,
.gept-field select:focus,
.gept-button:focus,
.gept-answer:focus {
	outline: 3px solid rgba(15, 139, 141, 0.22);
	outline-offset: 2px;
}

.gept-field .is-invalid,
.gept-field input.is-invalid,
.gept-field select.is-invalid,
.gept-checkbox input.is-invalid {
	border-color: var(--gept-danger);
}

.gept-checkbox {
	align-items: start;
	color: var(--gept-muted);
	display: grid;
	font-size: 14px;
	gap: 10px;
	grid-template-columns: 20px 1fr;
	line-height: 1.45;
	margin-top: 10px;
}

.gept-checkbox input {
	height: 18px;
	margin-top: 2px;
	width: 18px;
}

.gept-checkbox a {
	color: var(--gept-primary-color);
	font-weight: 700;
}

.gept-form__footer {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: 4px;
}

.gept-form__error {
	color: var(--gept-danger);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

.gept-button,
.gept-answer {
	align-items: center;
	border-radius: max(6px, calc(var(--gept-border-radius) - 4px));
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	text-decoration: none;
	transition: transform 150ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.gept-test--button-pill .gept-button,
.gept-test--button-pill .gept-answer {
	border-radius: 999px;
}

.gept-test--button-square .gept-button,
.gept-test--button-square .gept-answer {
	border-radius: 2px;
}

.gept-button:active,
.gept-answer:active {
	transform: scale(0.98);
}

.gept-button--primary {
	background: var(--gept-primary-color);
	border: 1px solid var(--gept-primary-color);
	color: #ffffff;
}

.gept-button--primary:hover {
	filter: brightness(0.92);
	color: #ffffff;
}

.gept-button--secondary {
	background: #ffffff;
	border: 1px solid var(--gept-line);
	color: var(--gept-text-color);
}

.gept-button--secondary:hover {
	border-color: var(--gept-primary-color);
	color: var(--gept-primary-color);
}

.gept-button:disabled,
.gept-answer:disabled {
	cursor: wait;
	opacity: 0.72;
}

.gept-question h2 {
	font-size: 26px;
	line-height: 1.28;
	margin-bottom: 22px;
	text-transform: none;
}

.gept-question__instruction {
	color: var(--gept-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 8px;
	text-transform: none;
}

.gept-answers {
	display: grid;
	gap: 12px;
}

.gept-answer {
	background: #ffffff;
	border: 1px solid var(--gept-line);
	color: var(--gept-text-color);
	justify-content: flex-start;
	line-height: 1.35;
	min-height: 54px;
	text-align: left;
	width: 100%;
}

.gept-answer:hover,
.gept-answer.is-selected {
	background: var(--gept-soft);
	border-color: var(--gept-primary-color);
	color: var(--gept-text-color);
}

.gept-transition {
	align-items: center;
	display: grid;
	justify-items: center;
	min-height: 260px;
	text-align: center;
}

.gept-spinner {
	animation: gept-spin 820ms linear infinite;
	border: 3px solid rgba(15, 139, 141, 0.16);
	border-top-color: var(--gept-primary-color);
	border-radius: 999px;
	height: 42px;
	margin-bottom: 18px;
	width: 42px;
}

.gept-result__hero {
	border-bottom: 1px solid var(--gept-line);
	margin-bottom: 22px;
	padding-bottom: 22px;
}

.gept-result__label {
	color: var(--gept-primary-color);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.gept-result__hero h2 {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 14px;
}

.gept-result__grid,
.gept-skill-summary > div {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 22px;
}

.gept-result__grid div,
.gept-skill-summary > div > div {
	background: var(--gept-soft);
	border: 1px solid rgba(15, 139, 141, 0.12);
	border-radius: max(6px, calc(var(--gept-border-radius) - 3px));
	padding: 14px;
}

.gept-result__grid span,
.gept-skill-summary span {
	color: var(--gept-muted);
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.gept-result__grid strong,
.gept-skill-summary strong {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 6px;
}

.gept-skill-summary small {
	color: var(--gept-muted);
	display: block;
	margin-top: 4px;
}

.gept-result__section {
	margin-bottom: 20px;
}

.gept-result__section p {
	color: var(--gept-muted);
	line-height: 1.55;
}

.gept-result__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 16px;
}

.gept-error h2 {
	color: var(--gept-danger);
}

@keyframes gept-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gept-progress span,
	.gept-button,
	.gept-answer,
	.gept-spinner {
		animation: none;
		transition: none;
	}
}

@media (max-width: 720px) {
	.gept-test {
		margin: 16px auto;
	}

	.gept-test__header,
	.gept-test__body {
		padding-left: 16px;
		padding-right: 16px;
	}

	.gept-progress-wrap,
	.gept-intro,
	.gept-form,
	.gept-result__grid,
	.gept-skill-summary > div {
		grid-template-columns: 1fr;
	}

	.gept-test__duration {
		text-align: left;
	}

	.gept-intro__action,
	.gept-form__footer,
	.gept-result__actions {
		align-items: stretch;
		display: grid;
	}

	.gept-panel {
		padding: 22px;
	}

	.gept-test h2,
	.gept-question h2 {
		font-size: 24px;
	}

	.gept-result__hero h2 {
		font-size: 34px;
	}

	.gept-button,
	.gept-answer {
		width: 100%;
	}
}

/* Result report: one shared, accessible A1-C2 scale ties the report together. */
.gept-test {
	max-width: var(--gept-container-max-width);
}

.gept-result-report {
	color: var(--gept-text-color);
	display: grid;
	gap: 20px;
}

.gept-result-hero {
	background: var(--gept-primary-color);
	border-radius: calc(var(--gept-border-radius) + 2px);
	color: #ffffff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
	overflow: hidden;
	padding: 32px;
	position: relative;
}

.gept-result-hero::after {
	background: var(--gept-secondary-color);
	border-radius: 999px;
	content: "";
	height: 230px;
	opacity: 0.16;
	position: absolute;
	right: -105px;
	top: -145px;
	width: 230px;
}

.gept-result-hero__copy,
.gept-result-metrics {
	position: relative;
	z-index: 1;
}

.gept-result-hero .gept-result__label {
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	opacity: 0.78;
	text-transform: uppercase;
}

.gept-result-hero h2 {
	color: #ffffff;
	font-size: clamp(42px, 5vw, 48px);
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin-bottom: 14px;
}

.gept-result-hero__copy > p:last-child {
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 0;
	max-width: 620px;
	opacity: 0.86;
	text-wrap: pretty;
}

.gept-result-metrics {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.gept-result-metrics > div {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.19);
	border-radius: max(8px, calc(var(--gept-border-radius) - 2px));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 106px;
	padding: 14px;
}

.gept-result-metrics dt {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	opacity: 0.78;
	text-transform: uppercase;
}

.gept-result-metrics dd {
	font-size: 22px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 10px 0 0;
	overflow-wrap: anywhere;
}

.gept-result-metrics small {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 4px;
	opacity: 0.78;
}

.gept-report-card,
.gept-result-cta {
	background: var(--gept-panel);
	border: 1px solid var(--gept-line);
	border-radius: var(--gept-border-radius);
	box-shadow: 0 8px 28px rgba(20, 45, 80, 0.07);
	padding: 24px;
}

.gept-test--flat .gept-report-card,
.gept-test--flat .gept-result-cta {
	box-shadow: none;
}

.gept-report-card__heading {
	align-items: start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.gept-report-card__heading h3,
.gept-result-cta h3 {
	font-size: 24px;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin-bottom: 0;
}

.gept-report-card__heading > p {
	color: var(--gept-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: 3px 0 0;
	max-width: 225px;
	text-align: right;
}

.gept-card-kicker {
	color: var(--gept-primary-color);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.gept-scale-legend {
	align-items: center;
	color: var(--gept-muted);
	display: flex;
	font-size: 12px;
	gap: 14px;
	justify-content: end;
	line-height: 1.25;
	padding-top: 4px;
	white-space: nowrap;
}

.gept-scale-legend span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.gept-scale-legend i {
	display: inline-block;
}

.gept-scale-legend__marker {
	background: var(--gept-primary-color);
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--gept-primary-color);
	height: 10px;
	width: 10px;
}

.gept-scale-legend__range {
	background: var(--gept-secondary-color);
	border-radius: 999px;
	height: 7px;
	opacity: 0.5;
	width: 20px;
}

.gept-cefr-scale {
	padding: 2px 0 0;
}

.gept-cefr-scale__track {
	background: #edf1f5;
	border: 1px solid rgba(16, 46, 89, 0.08);
	border-radius: 999px;
	height: 16px;
	position: relative;
}

.gept-cefr-scale__range {
	background: var(--gept-secondary-color);
	border-radius: 999px;
	bottom: 2px;
	opacity: 0.36;
	position: absolute;
	top: 2px;
}

.gept-cefr-scale__marker {
	background: var(--gept-primary-color);
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--gept-primary-color);
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.gept-cefr-scale__labels {
	color: var(--gept-muted);
	display: grid;
	font-size: 11px;
	font-weight: 700;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	line-height: 1.2;
	margin-top: 9px;
}

.gept-cefr-scale__labels span {
	text-align: center;
}

.gept-cefr-scale__labels span:first-child {
	text-align: left;
}

.gept-cefr-scale__labels span:last-child {
	text-align: right;
}

.gept-historical-note {
	color: var(--gept-muted);
	font-size: 13px;
	line-height: 1.45;
	margin: 16px 0 0;
}

.gept-result-layout {
	align-items: start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr);
}

.gept-skill-profile {
	padding-bottom: 8px;
}

.gept-skill-row {
	border-top: 1px solid var(--gept-line);
	padding: 18px 0 20px;
}

.gept-skill-row__heading {
	align-items: start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.gept-skill-row h4 {
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0 0 4px;
}

.gept-skill-row p {
	color: var(--gept-muted);
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
}

.gept-skill-row__heading > span {
	background: color-mix(in srgb, var(--gept-secondary-color) 16%, #ffffff);
	border-radius: 999px;
	color: var(--gept-primary-color);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 7px 9px;
	white-space: nowrap;
}

.gept-skill-row--insufficient {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.gept-skill-row--insufficient > span {
	color: var(--gept-muted);
	font-size: 12px;
	white-space: nowrap;
}

.gept-result-aside {
	display: grid;
	gap: 20px;
}

.gept-interpretation > p:not(.gept-card-kicker),
.gept-certification > p,
.gept-courses > p,
.gept-result-cta > div > p:not(.gept-card-kicker) {
	color: var(--gept-muted);
	font-size: 14px;
	line-height: 1.55;
}

.gept-interpretation ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.gept-interpretation li {
	color: var(--gept-text-color);
	display: grid;
	font-size: 14px;
	gap: 9px;
	grid-template-columns: 10px minmax(0, 1fr);
	line-height: 1.45;
}

.gept-interpretation li::before {
	background: var(--gept-secondary-color);
	border-radius: 50%;
	content: "";
	height: 7px;
	margin-top: 6px;
	width: 7px;
}

.gept-certification__primary {
	align-items: center;
	background: color-mix(in srgb, var(--gept-secondary-color) 13%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--gept-secondary-color) 26%, #ffffff);
	border-radius: max(8px, calc(var(--gept-border-radius) - 2px));
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 18px 0 14px;
	padding: 14px;
}

.gept-certification__primary span {
	color: var(--gept-primary-color);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gept-certification__primary strong {
	font-size: 19px;
	letter-spacing: -0.02em;
}

.gept-certification__alternative {
	border-top: 1px solid var(--gept-line);
	margin: 16px 0 0;
	padding-top: 15px;
}

.gept-courses > p {
	margin-bottom: 18px;
	max-width: 720px;
}

.gept-course-integration {
	min-height: 70px;
}

.gept-courses-empty {
	align-items: start;
	background: #f7f9fc;
	border: 1px dashed rgba(16, 46, 89, 0.18);
	border-radius: max(8px, calc(var(--gept-border-radius) - 2px));
	color: var(--gept-text-color);
	display: grid;
	gap: 5px;
	padding: 18px;
}

.gept-courses-empty strong {
	font-size: 14px;
	line-height: 1.4;
}

.gept-courses-empty span {
	color: var(--gept-muted);
	font-size: 13px;
	line-height: 1.45;
}

.gept-result-cta {
	align-items: center;
	background: color-mix(in srgb, var(--gept-primary-color) 7%, #ffffff);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.gept-result-cta h3 {
	margin-bottom: 9px;
}

.gept-result-cta > div > p:last-child {
	margin-bottom: 0;
	max-width: 630px;
}

.gept-result-cta__actions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 350px;
}

.gept-result-cta__actions .gept-button {
	min-width: 0;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.gept-result-hero {
		grid-template-columns: 1fr;
	}

	.gept-result-layout {
		grid-template-columns: 1fr;
	}

	.gept-result-aside {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.gept-test {
		max-width: 100%;
	}

	.gept-result-hero,
	.gept-report-card,
	.gept-result-cta {
		padding: 20px;
	}

	.gept-result-hero {
		gap: 20px;
	}

	.gept-result-hero h2 {
		font-size: 40px;
	}

	.gept-result-metrics {
		grid-template-columns: 1fr;
	}

	.gept-result-metrics > div {
		min-height: auto;
	}

	.gept-report-card__heading {
		display: block;
		margin-bottom: 18px;
	}

	.gept-report-card__heading > p {
		margin-top: 9px;
		max-width: none;
		text-align: left;
	}

	.gept-scale-legend {
		flex-wrap: wrap;
		justify-content: start;
		margin-top: 12px;
		white-space: normal;
	}

	.gept-result-aside {
		grid-template-columns: 1fr;
	}

	.gept-result-cta {
		grid-template-columns: 1fr;
	}

	.gept-result-cta__actions {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.gept-result-cta__actions .gept-button {
		white-space: normal;
	}
}

@media (max-width: 390px) {
	.gept-test__body {
		padding-left: 12px;
		padding-right: 12px;
	}

	.gept-result-hero,
	.gept-report-card,
	.gept-result-cta {
		padding: 18px;
	}

	.gept-result-hero h2 {
		font-size: 38px;
	}

	.gept-report-card__heading h3,
	.gept-result-cta h3 {
		font-size: 22px;
	}

	.gept-cefr-scale__labels {
		font-size: 10px;
	}

	.gept-skill-row__heading {
		gap: 10px;
	}

	.gept-skill-row__heading > span {
		font-size: 10px;
	}
}
