/* Courses hub */

.gs-hub {
	margin: 0 auto;
	padding: 36px 40px;
	max-width: 1400px;
	box-sizing: border-box;
}

.gs-hub__welcome {
	margin-bottom: 28px;
}

.gs-hub__welcome-title {
	margin: 0 0 8px;
	font-family: Inter, sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-hub__welcome-subtitle {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	color: #9ca3af;
}

.gs-hub__grid {
	display: grid;
	gap: 20px;
	align-items: start;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
	grid-template-areas:
		"continue tools"
		"courses tools";
}

.gs-hub-continue {
	grid-area: continue;
}

.gs-hub-tools {
	grid-area: tools;
	align-self: start;
}

.gs-hub-courses {
	grid-area: courses;
}

.gs-hub-panel {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 12px 0 #14242c12;
	border: 1px solid #E8ECF5;
	overflow: hidden;
	box-sizing: border-box;
}

.gs-hub-panel__eyebrow {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #231f20;
}

.gs-hub-panel__footer-link {
	display: block;
	margin-top: 26px;
	text-align: center;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	color: #004edf;
	text-decoration: none;
}

.gs-hub-panel__footer-link:hover {
	text-decoration: underline;
}

/* Continue Learning */

.gs-hub-continue {
	padding: 0;
}

.gs-hub-continue__body {
	padding: 24px;
}

.gs-hub-continue__body .gs-hub-panel__eyebrow {
	margin-bottom: 20px;
}

.gs-hub-continue__step {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.gs-hub-continue__step-text {
	min-width: 0;
	flex: 1 1 auto;
}

.gs-hub-continue__step-title {
	margin: 0 0 6px;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-hub-continue__step-type {
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-hub-continue__cta,
.gs-hub-continue a.gs-hub-continue__cta.primary-light {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
}

.gs-hub-continue a.gs-hub-continue__cta.primary-light:hover {
	color: #fff;
}

.gs-hub-continue__course {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 24px 24px;
	border-top: 1px solid #e2e8f0;
	box-shadow: 0 2px 12px 0 #14242c12;
	background: #004edf05;
}

.gs-hub-continue__course-meta {
	min-width: 0;
}

.gs-hub-continue__course-title {
	margin: 0 0 6px;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-hub-continue__course-progress {
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-hub-continue__course-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #004edf;
	text-decoration: none;
	white-space: nowrap;
}

.gs-hub-continue__course-link-icon {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.gs-hub-continue__course-link:hover {
	text-decoration: underline;
}

.gs-hub-continue__empty-text {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #9ca3af;
}

/* Featured Tools */

.gs-hub-tools {
	padding: 24px;
}

.gs-hub-tools .gs-hub-panel__eyebrow {
	margin-bottom: 16px;
}

.gs-hub-tools__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gs-hub-tools__list > li {
	margin: 0;
}

.gs-hub-tool {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	border-radius: 12px;
	background: #f8faff;
	border: 1px solid #edf0f7;
	text-decoration: none;
	color: inherit;
}

.gs-hub-tool__icon {
	display: block;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border-radius: 10px;
	background: linear-gradient(135deg, #8c59f4 0%, #004edf 100%);
}

.gs-hub-tool__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.gs-hub-tool__title {
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0;
	color: #021546;
}

.gs-hub-tool__desc {
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0;
	color: #021546;
}

/* Courses list */
.gs-hub-courses .gs-hub-panel__eyebrow {
	margin: 16px 18px 12px 18px;
}

.gs-hub-courses__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gs-hub-courses__list > li {
	border-top: 1px solid #f0f2f7;
	margin: 0;
}

.gs-hub-courses .gs-hub-panel__footer-link {
	margin: 16px 18px;
}

.gs-hub-course-row,
li .gs-hub-course-row:active {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 18px;
	text-decoration: none;
	color: inherit;
}

.gs-hub-course-row__icon {
	display: block;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(135deg, #004edf 0%, #00bfdf 100%);
}

.gs-hub-course-row__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gs-hub-course-row__main {
	flex: 1 1 auto;
	min-width: 0;
}

.gs-hub-course-row__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.gs-hub-course-row__title {
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-hub-course-row__percent {
	flex: 0 0 auto;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16.5px;
	letter-spacing: 0;
	color: #9ca3af;
}

.gs-hub-course-row__bar {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 999px;
	background: #e8ecf5;
	overflow: hidden;
}

.gs-hub-course-row__bar-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(135deg, #004edf 0%, #00bfdf 100%);
}

.gs-hub-courses__empty {
	margin: 0;
	padding: 12px 18px;
	font-size: 14px;
	color: #9ca3af;
}

@media (max-width: 900px) {
	.gs-hub {
		padding: 24px 20px;
	}

	.gs-hub__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"continue"
			"courses"
			"tools";
	}
}

/* Course single */

.gs-course {
	margin: 0 auto;
	padding: 24px 20px 48px;
}

.gs-course__title {
	margin: 0 0 12px;
	color: #021546;
	font-size: clamp(28px, 3vw, 36px);
}

.gs-course__content {
	color: #333;
	line-height: 1.6;
	margin-bottom: 32px;
}

/* Course overview (modules / topics) */

.gs-course--overview {
	padding-top: 24px;
	padding-left: 40px;
	padding-right: 40px;
	overflow-x: clip;
}

.gs-course-overview__header {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0 36px;
	border-radius: 0;
	background: transparent;
	color: #021546;
	box-sizing: border-box;
}

.gs-course-overview__header-inner {
	display: grid;
	grid-template-columns: 1fr minmax(260px, 320px);
	gap: 40px;
	align-items: start;
	width: 100%;
	box-sizing: border-box;
}

.gs-course-overview__intro {
	min-width: 0;
}

.gs-course-overview__eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	color: #6b7280;
	text-decoration: none;
}

.gs-course-overview__eyebrow:hover,
.gs-course-overview__eyebrow:focus-visible {
	color: #021546;
	text-decoration: underline;
}

.gs-course-overview__header .gs-course__title {
	margin: 0 0 12px;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 43.2px;
	letter-spacing: 0;
	color: #021546;
}

.gs-course-overview__desc {
	margin: 0 0 24px;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
	max-width: 36em;
}

.gs-course-overview__progress {
	max-width: none;
	width: 100%;
}

.gs-course-overview__progress-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.gs-course-overview__progress-label {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	color: #6b7280;
}

.gs-course-overview__percent {
	flex: 0 0 auto;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
	color: #021546;
	font-variant-numeric: tabular-nums;
}

.gs-course-overview__bar {
	height: 6px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
	width: 100%;
}

.gs-course-overview__bar-fill {
	display: block;
	height: 100%;
	background: linear-gradient(135deg, #004edf 0%, #00bfdf 100%);
	border-radius: 999px;
}

.gs-course-upnext {
	padding: 20px;
	border-radius: 16px;
	border: none;
	background: #fff;
	box-shadow: 0 16px 40px rgba(2, 21, 70, 0.12);
	color: #021546;
}

.gs-course-upnext__label {
	margin: 0 0 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #004edf;
}

.gs-course-upnext__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #004edf;
	flex: 0 0 auto;
}

.gs-course-upnext__step {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
}

.gs-course-upnext__step-body {
	flex: 1 1 auto;
	min-width: 0;
}

.gs-course-upnext__title {
	margin: 0 0 6px;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0;
	color: #021546;
}

.gs-course-upnext__type {
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-course-upnext a.gs-course-upnext__cta,
.gs-course-upnext a.gs-course-upnext__cta.primary-light {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
}

.gs-course-upnext a.gs-course-upnext__cta:hover,
.gs-course-upnext a.gs-course-upnext__cta.primary-light:hover {
	color: #fff;
}

.gs-course-upnext--done .gs-course-upnext__title {
	margin-bottom: 0;
}

/* Shared gradient icon squares */
.gs-grad-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 10px;
	background: linear-gradient(135deg, #8c59f4 17%, #004edf 100%);
	color: #fff;
}

.gs-grad-icon svg {
	width: 55%;
	height: 55%;
	display: block;
	fill: currentColor;
	color: inherit;
}

.gs-grad-icon svg [fill]:not([fill="none"]) {
	fill: currentColor;
}

.gs-grad-icon svg [stroke]:not([stroke="none"]) {
	stroke: currentColor;
}

.gs-grad-icon--upnext {
	width: 40px;
	height: 40px;
	border-radius: 12px;
}

.gs-grad-icon--upnext svg {
	width: 16px;
	height: 16px;
}

.gs-grad-icon--activity {
	width: 28px;
	height: 28px;
	border-radius: 8px;
}

.gs-grad-icon--activity svg {
	width: 14px;
	height: 14px;
}

.gs-grad-icon__fallback {
	width: 55%;
	height: 55%;
}

.gs-course-outline {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.gs-outline-module {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 2px 12px 0 #14242c14;
}

.gs-outline-module__header {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 24px 16px;
	list-style: none;
	cursor: pointer;
	background: transparent;
	border: none;
}

.gs-outline-module__header:focus {
	outline: none;
}

.gs-outline-module__header:focus-visible {
	outline: 2px solid #004edf;
	outline-offset: 2px;
}

.gs-outline-module__header::-webkit-details-marker {
	display: none;
}

.gs-outline-module__header::marker {
	content: '';
}

.gs-outline-module__main {
	flex: 1 1 auto;
	min-width: 0;
}

.gs-outline-module__title-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.gs-outline-module__title {
	margin: 0;
	flex: 1 1 auto;
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 100%;
	font-weight: 600;
	letter-spacing: 0;
	color: #021546;
}

.gs-outline-chevron {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	border-right: 2px solid #b8c0cc;
	border-bottom: 2px solid #b8c0cc;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
}

details[open] > summary > .gs-outline-chevron,
details[open] > summary .gs-outline-module__title-row > .gs-outline-chevron {
	transform: rotate(225deg);
	margin-top: 8px;
}

.gs-outline-module__progress {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gs-outline-module__bar {
	flex: 1 1 auto;
	height: 6px;
	border-radius: 999px;
	background: #e8eef5;
	overflow: hidden;
}

.gs-outline-module__bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		linear-gradient(135deg, #004edf 0%, #00bfdf 100%);
}

.gs-outline-module__count {
	flex: 0 0 auto;
	font-size: 13px;
	color: #8a94a6;
	font-variant-numeric: tabular-nums;
}

.gs-outline-module__body {
	padding: 0 24px 20px;
}

.gs-outline-topic {
	margin: 0 0 20px;
	border: none;
	background: transparent;
}

.gs-outline-topic:last-child {
	margin-bottom: 0;
}

.gs-outline-topic__title {
	margin: 0 0 12px;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0;
	color: #021546;
}

.gs-outline-activities {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
}

.gs-outline-activity {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	margin: 0;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	border: 1px solid #606a8133;
	box-shadow: 0 1px 3px 0 #14242c14;
	background: #fff;
	box-sizing: border-box;
}

.gs-outline-activity__status {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1.5px solid #c5cad3;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Work Sans, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #4a5565;
	line-height: 1;
	background: #fff;
}

.gs-outline-activity.is-complete .gs-outline-activity__status {
	border-color: #021546;
	background: #021546;
	color: #fff;
}

.gs-outline-activity__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	line-height: 0;
}

.gs-outline-activity__check img {
	display: block;
	width: 14px;
	height: 14px;
}

.gs-outline-activity__title {
	flex: 1 1 auto;
	min-width: 0;
	font-family: Work Sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 19.6px;
	letter-spacing: 0;
	color: #021546;
}

.gs-outline-activity.is-complete .gs-outline-activity__title {
	color: #4a5565;
	text-decoration: line-through;
}

.gs-outline-activity__cta {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border-radius: 32px;
	border: 1px solid transparent;
	box-sizing: border-box;
	font-family: Work Sans, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.gs-outline-activity__cta--review {
	border-color: #4a5565;
	color: #4a5565;
	background: #fff;
}

.gs-outline-activity__cta--continue {
	border-color: #004edf;
	color: #004edf;
	background: linear-gradient(90deg, rgba(0, 78, 223, 0.1) 0%, rgba(0, 191, 223, 0.1) 100%);
}

.gs-outline-activity__cta--start {
	border-color: #004edf;
	color: #004edf;
	background: #fff;
}

.gs-outline-activity__cta.is-disabled {
	cursor: default;
	pointer-events: none;
}

@media (max-width: 800px) {
	.gs-course--overview {
		padding-left: 20px;
		padding-right: 20px;
	}

	.gs-course-overview__header {
		padding: 0 0 24px;
	}

	.gs-course-overview__header-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.gs-course-overview__header .gs-course__title {
		font-size: 28px;
		line-height: 1.2;
	}

	.gs-course-overview__progress-row {
		flex-wrap: nowrap;
	}

	.gs-outline-module__header,
	.gs-outline-module__body {
		padding-left: 16px;
		padding-right: 16px;
	}

	.gs-outline-activity {
		flex-wrap: wrap;
		gap: 10px;
	}

	.gs-outline-activity__cta {
		margin-left: auto;
	}
}

/* ——— Course step page ——— */

.gs-course--step {
	min-height: 100vh;
	background: #fff;
	padding: 0;
}

.gs-step-bar {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.gs-step-bar.is-scrolled {
	border-bottom: 0.5px solid #4a5565;
}

.gs-step-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 1400px;
	margin: 0 auto;
}

.gs-step-bar__back {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-width: 0;
	max-width: 50%;
	color: #021546;
	text-decoration: none;
}

.gs-step-bar__back img {
	display: block;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

.gs-step-bar__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

.gs-grad-icon--bar {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 8px;
}

.gs-step-bar__course,
.gs-step-bar__title {
	min-width: 0;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 19.6px;
	letter-spacing: 0;
	color: #021546;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gs-step-bar__status {
	flex: 0 0 auto;
	padding: 6px 14px;
	border-radius: 32px;
	background: #606a810d;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	text-align: center;
	color: #021546;
}

.gs-step-bar.is-complete .gs-step-bar__status {
	background: #021546;
	color: #fff;
}

.gs-step-hero {
	width: 100%;
	line-height: 0;
}

.gs-step-hero__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
}

.gs-step-content {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 20px 0;
	box-sizing: border-box;
}

.gs-step-content__title {
	margin: 0 0 24px;
	font-family: "Work Sans", sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 40px;
	color: #000;
}

.gs-course-step .entry-content {
	font-family: "Work Sans", sans-serif;
	color: #231f20;
	line-height: 1.6;
}

.gs-course-step .entry-content h2.wp-block-heading {
	position: relative;
	z-index: 1;
	scroll-margin-top: 100px;
}

.gs-course-step .entry-content h2.wp-block-heading::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	pointer-events: none;
}

.gs-course-step .entry-content h2.wp-block-heading:nth-of-type(4n+1)::before {
	background-image: url('/wp-content/uploads/2026/04/heading-icon__1.svg');
}

.gs-course-step .entry-content h2.wp-block-heading:nth-of-type(4n+2)::before {
	background-image: url('/wp-content/uploads/2026/04/heading-icon__2.svg');
}

.gs-course-step .entry-content h2.wp-block-heading:nth-of-type(4n+3)::before {
	background-image: url('/wp-content/uploads/2026/04/heading-icon__3.svg');
}

.gs-course-step .entry-content h2.wp-block-heading:nth-of-type(4n+4)::before {
	background-image: url('/wp-content/uploads/2026/04/heading-icon__4.svg');
}

.gs-step-complete {
	max-width: 760px;
	margin: 48px auto 64px;
	padding: 40px 20px 0;
	border-top: 2px solid #e2e8f0;
	box-sizing: border-box;
	text-align: center;
}

.gs-step-complete__heading {
	margin: 0 0 16px;
	font-family: Inter, "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	color: #231f20;
}

.gs-step-complete__sub {
	margin: 0 0 24px;
	font-family: Inter, "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #000;
}

.gs-step-complete__btn {
	display: inline-flex;
}

.gs-step-complete--video .gs-step-complete__pending {
	text-align: left;
}

.gs-step-complete__video-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.gs-step-complete--video .gs-step-complete__heading,
.gs-step-complete--video .gs-step-complete__sub {
	text-align: left;
}

.gs-step-complete--video .gs-step-complete__sub {
	margin-bottom: 0;
}

.gs-step-complete__done {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.gs-step-complete__pending[hidden],
.gs-step-complete__done[hidden] {
	display: none !important;
}

.gs-step-complete__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 11px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #021546;
}

.gs-step-complete__check img {
	display: block;
	width: 22px;
	height: 22px;
}

.gs-step-complete__done-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.gs-step-complete__done .gs-step-complete__heading {
	margin: 0;
}

.gs-step-complete__next {
	font-family: Inter, "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #004edf;
	text-decoration: none;
}

.gs-step-complete__next:hover {
	color: #004edf;
	text-decoration: underline;
}

/* Video done state: text left, check right (screenshot 9) */
.gs-step-complete--video.is-done .gs-step-complete__done,
.gs-step-complete--video .gs-step-complete__done:not([hidden]) {
	flex-direction: row-reverse;
	justify-content: center;
	gap: 20px;
}

.gs-step-complete--video .gs-step-complete__done-copy {
	align-items: flex-start;
}

.gs-step-complete--video .gs-step-complete__done .gs-step-complete__heading,
.gs-step-complete--video .gs-step-complete__next {
	text-align: left;
}

.gs-step-exit[hidden] {
	display: none !important;
}

.gs-step-exit {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.gs-step-exit__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 21, 70, 0.45);
}

.gs-step-exit__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 682px;
	padding: 44px 32px;
	border-radius: 16px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}

.gs-step-exit__close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	color: #021546;
	cursor: pointer;
}

.gs-step-exit__title {
	margin: 0 0 12px;
	font-family: Inter, "Work Sans", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #231f20;
}

.gs-step-exit__text {
	margin: 0 0 24px;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 29.25px;
	letter-spacing: 0;
	text-align: center;
	color: #000;
}

.gs-step-exit__dialog :is(a, button).gs-step-exit__primary,
.gs-step-exit__dialog :is(a, button).gs-step-exit__secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 305px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.gs-step-exit__dialog :is(a, button).gs-step-exit__primary {
	margin-bottom: 20px;
}

.gs-step-exit__dialog :is(a, button).gs-step-exit__secondary {
	margin-bottom: 20px;
	padding: 12px 16px;
	border: 2px solid #004edf;
	border-radius: 12px;
	background: #fff;
	color: #004edf;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.gs-step-exit__stay {
	display: inline-flex;
	border: 0;
	background: transparent;
	color: #004edf;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 800px) {
	.gs-course-step .entry-content h2.wp-block-heading::before {
		left: -12px;
		width: 36px;
		height: 48px;
	}

	.gs-step-complete__video-row {
		flex-direction: column;
		align-items: stretch;
	}

	.gs-step-complete--video .gs-step-complete__heading,
	.gs-step-complete--video .gs-step-complete__sub {
		text-align: center;
	}

	.gs-step-complete--video .gs-step-complete__done:not([hidden]) {
		flex-direction: column;
	}

	.gs-step-complete--video .gs-step-complete__done-copy {
		align-items: center;
	}

	.gs-step-complete--video .gs-step-complete__done .gs-step-complete__heading,
	.gs-step-complete--video .gs-step-complete__next {
		text-align: center;
	}

	.gs-step-exit__title {
		font-size: 24px;
	}
}
