/**
 * Hero
 * Values translated from capture post-1578.css (Elementor page 1578).
 * --ahr-widget-gap replaces Elementor --kit-widget-spacing (20px on /course/).
 */

.ahr-hero {
	--ahr-widget-gap: 20px;
	--ahr-hero-overlay-opacity: 0.76;
	--ahr-hero-copy-width: 52.5%;
	--ahr-hero-media-width: 47.5%;
	position: relative;
	isolation: isolate;
	padding: 101px 0 55px;
	background-color: #0d0614;
	background-image: url("/wp-content/mu-plugins/LP-Sections/templates/hero/assets/hero-background.webp");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: clip;
}

.ahr-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(at center center, #000000 31%, rgba(0, 0, 0, 0.631) 100%);
	opacity: var(--ahr-hero-overlay-opacity);
	pointer-events: none;
}

.ahr-hero__inner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 0;
}

.ahr-hero__copy,
.ahr-hero__media,
.ahr-hero__inner * {
	box-sizing: border-box;
}

.ahr-hero__copy {
	flex: 0 1 var(--ahr-hero-copy-width);
	width: var(--ahr-hero-copy-width);
	max-width: var(--ahr-hero-copy-width);
	padding: 0 64px 0 0;
	color: #ffffff;
	align-self: center;
}

.ahr-hero__trust {
	display: block;
	margin: 0;
}

.ahr-hero__stars {
	margin: 0 0 calc(var(--ahr-widget-gap) - 45px);
	padding: 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
}

.ahr-hero__badge {
	display: block;
	width: 45.788%;
	max-width: 100%;
	height: auto;
	margin: 0 0 calc(var(--ahr-widget-gap) - 18px);
}

.ahr-hero h1.ahr-hero__title,
.ahr-hero .ahr-hero__title {
	margin: 0 0 calc(var(--ahr-widget-gap) + 4px) !important;
	padding: 0 !important;
	max-width: 585px;
	font-family: "Poppins", sans-serif !important;
	font-size: 50px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #ffffff !important;
	text-align: left !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.ahr-hero p.ahr-hero__subtext,
.ahr-hero .ahr-hero__subtext {
	margin: 0 !important;
	padding: 0 !important;
	max-width: 95.938%;
	font-family: "Poppins", sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	color: #ffffff !important;
	text-align: left !important;
}

.ahr-hero__media {
	flex: 0 1 var(--ahr-hero-media-width);
	width: var(--ahr-hero-media-width);
	max-width: var(--ahr-hero-media-width);
	display: flex;
	flex-direction: column;
	align-self: center;
}

.ahr-hero__video-stack {
	width: 100%;
	margin-top: 10px;
}

.ahr-hero__video-wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
}

.ahr-hero__video-thumb {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
	cursor: pointer;
}

.ahr-hero__play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	z-index: 2;
	transition: transform 0.2s ease;
}

.ahr-hero__play-btn img {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.ahr-hero__play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.ahr-hero__benefits {
	width: 100%;
	margin-top: -27px;
	padding: 0 80px;
	position: relative;
	z-index: 3;
}

.ahr-hero__benefits-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

@media (max-width: 1024px) {
	.ahr-hero {
		padding: 50px 26px;
	}

	.ahr-hero__inner {
		padding: 0 40px;
	}

	.ahr-hero__benefits {
		padding: 0 40px;
	}
}

@media (max-width: 767px) {
	.ahr-hero {
		--ahr-hero-copy-width: 100%;
		--ahr-hero-media-width: 100%;
		--ahr-hero-overlay-opacity: 0.65;
		padding: 33px 30px 0;
	}

	.ahr-hero__inner {
		flex-direction: column;
		align-items: stretch;
		padding: 0;
	}

	.ahr-hero__copy {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 12px;
		text-align: center;
	}

	.ahr-hero__stars {
		margin-bottom: calc(var(--ahr-widget-gap) - 46px);
		text-align: center;
	}

	.ahr-hero__badge {
		width: 170.708px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc(var(--ahr-widget-gap) - 14px);
	}

	.ahr-hero h1.ahr-hero__title,
	.ahr-hero .ahr-hero__title {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: calc(var(--ahr-widget-gap) - 14px) !important;
		font-size: 32px !important;
		text-align: center !important;
	}

	.ahr-hero p.ahr-hero__subtext,
	.ahr-hero .ahr-hero__subtext {
		max-width: 555px;
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 15px !important;
		text-align: center !important;
	}

	.ahr-hero__media {
		margin-top: -10px;
	}

	.ahr-hero__video-stack {
		margin-top: 0;
	}

	.ahr-hero__benefits {
		margin-top: 6px;
		padding: 0 15px;
	}

	.ahr-hero__play-btn,
	.ahr-hero__play-btn img {
		width: 50px;
		height: 50px;
	}
}
