.pbasket-class-page {
	position: relative;
	background: #fff;
	color: #202733;
	font-family: inherit;
}

body.single-class #top-header,
body.single-class #main-header,
body.single-class .et-l--header,
body.single-class .et_builder_inner_content > header,
body.single-class header[role="banner"],
body.single-course #top-header,
body.single-course #main-header,
body.single-course .et-l--header,
body.single-course .et_builder_inner_content > header,
body.single-course header[role="banner"] {
	position: relative;
	z-index: 10000 !important;
}

.pbasket-class-hero {
	--pbasket-class-bg: none;
	position: relative;
	min-height: 760px;
	background-image:
		radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 99% 100%),
		var(--pbasket-class-bg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.pbasket-class-hero::before {
	content: none;
}

.pbasket-class-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.pbasket-class-hero__inner {
	position: relative;
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: clamp(52px, 7vw, 96px);
}

.pbasket-class-hero__banner {
	display: block;
	width: min(520px, 100%);
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.26);
	line-height: 0;
}

.pbasket-class-hero__banner img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.pbasket-class-hero__title {
	width: 100%;
	max-width: none;
	margin: 38px 0 18px;
	color: #fff;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.78);
}

.pbasket-class-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 30px;
	padding: 7px 12px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.64);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.pbasket-class-meta__item {
	display: inline-flex;
	align-items: center;
}

.pbasket-class-meta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	margin-right: 7px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95em;
	line-height: 1;
}

.pbasket-class-meta__icon::before {
	width: auto;
	height: auto;
	font-size: inherit;
}

.pbasket-class-meta a {
	color: inherit;
	text-decoration: none;
}

.pbasket-class-meta a:hover,
.pbasket-class-meta a:focus {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pbasket-class-actions,
.pbasket-class-details__actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.pbasket-class-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	min-height: 66px;
	padding: 14px 28px;
	border-radius: 8px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform 140ms ease, filter 140ms ease;
}

.pbasket-class-button:hover,
.pbasket-class-button:focus {
	color: #fff;
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.pbasket-class-button--success {
	background: #27aa47;
}

.pbasket-class-button--danger {
	background: #d82424;
	font-size: 22px;
}

.pbasket-class-button__play {
	width: 0;
	height: 0;
	margin-right: 13px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid #fff;
}

.pbasket-class-hero__scroll {
	position: absolute;
	right: 0;
	bottom: 62px;
	left: 0;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
}

.pbasket-class-hero__scroll::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: "";
	transform: translate(-50%, -62%) rotate(45deg);
}

.pbasket-class-hero__wave {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 126px;
	pointer-events: none;
}

.pbasket-class-hero__wave-shadow {
	fill: rgba(255, 255, 255, 0.42);
}

.pbasket-class-hero__wave-main {
	fill: #fff;
}

.pbasket-class-details {
	position: relative;
	padding: 64px 28px 96px;
}

.pbasket-class-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 42px;
	width: min(1280px, 100%);
	margin: 0 auto;
	align-items: start;
}

.pbasket-class-card {
	padding: 26px 30px 30px;
	border: 1px solid #323842;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(28, 36, 48, 0.2);
}

.pbasket-class-card h2 {
	margin: 0 0 18px;
	color: #315f9e;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.pbasket-class-card__content {
	font-size: 18px;
	line-height: 1.58;
}

.pbasket-class-card__content p {
	margin: 0 0 18px;
}

.pbasket-class-card__content p:last-child {
	margin-bottom: 0;
}

.pbasket-class-card__content ul,
.pbasket-class-card__content ol {
	margin: 0 0 0 20px;
	padding: 0;
}

.pbasket-class-details__actions {
	justify-content: center;
	width: min(1280px, 100%);
	margin: 72px auto 0;
}

.pbasket-course-description {
	position: relative;
	padding: 54px 28px 96px;
}

.pbasket-course-description__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.pbasket-course-description__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	color: #111827;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
}

.pbasket-course-description__icon {
	width: 32px;
	height: 32px;
	font-size: 32px;
	line-height: 1;
}

.pbasket-course-description__icon::before {
	width: auto;
	height: auto;
	font-size: inherit;
}

.pbasket-course-description__content {
	font-size: 20px;
	line-height: 1.55;
}

.pbasket-course-description__content > .et_pb_section:first-child {
	padding-top: 0 !important;
}

.pbasket-course-description__content .wpfcp-article-info {
	display: none;
}

.pbasket-course-description__content p {
	margin: 0 0 22px;
}

.pbasket-course-description__content img {
	max-width: 100%;
	height: auto;
}

.pbasket-course-description__actions {
	margin: 0 auto;
}

.pbasket-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(0, 0, 0, 0.86);
}

.pbasket-lightbox[hidden] {
	display: none;
}

.pbasket-lightbox img {
	max-width: min(1200px, 100%);
	max-height: 90vh;
	box-shadow: 0 16px 54px rgba(0, 0, 0, 0.4);
	object-fit: contain;
}

.pbasket-lightbox__close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.pbasket-lightbox__close::before,
.pbasket-lightbox__close::after {
	position: absolute;
	top: 19px;
	left: 10px;
	width: 20px;
	height: 2px;
	background: #fff;
	content: "";
}

.pbasket-lightbox__close::before {
	transform: rotate(45deg);
}

.pbasket-lightbox__close::after {
	transform: rotate(-45deg);
}

body.pbasket-lightbox-open {
	overflow: hidden;
}

@media (max-width: 900px) {
	.pbasket-class-hero {
		min-height: 680px;
	}

	.pbasket-class-hero__inner {
		width: min(100% - 28px, 620px);
	}

	.pbasket-class-hero__scroll {
		bottom: 56px;
	}

	.pbasket-class-meta {
		font-size: 16px;
	}

	.pbasket-class-details__grid {
		grid-template-columns: 1fr;
	}

	.pbasket-course-description__heading {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.pbasket-class-hero {
		min-height: 620px;
	}

	.pbasket-class-hero__title {
		margin-top: 26px;
		font-size: 32px;
		text-align: center;
	}

	.pbasket-class-meta {
		justify-content: center;
		width: 100%;
	}

	.pbasket-class-actions {
		align-items: center;
		flex-direction: column;
		gap: 14px;
	}

	.pbasket-class-button {
		min-height: 56px;
		font-size: 24px;
	}

	.pbasket-class-button--danger {
		font-size: 18px;
	}

	.pbasket-class-card {
		padding: 18px;
	}

	.pbasket-course-description {
		padding: 48px 20px 72px;
	}

	.pbasket-course-description__heading {
		font-size: 28px;
	}

	.pbasket-course-description__content {
		font-size: 18px;
	}
}
