:root {
	--xeditor-entry-css-loaded: 1;
}

.x-pg-hero-cover {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(--x-pg-hero-cover-text, #ffffff);
	background: linear-gradient(135deg, #111827 0%, #334155 100%);
}

.x-pg-hero-cover--medium {
	min-height: min(560px, 62vh);
}

.x-pg-hero-cover--large {
	min-height: min(720px, 76vh);
}

.x-pg-hero-cover--fullscreen {
	min-height: 92vh;
}

.x-pg-hero-cover-bg,
.x-pg-hero-cover-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.x-pg-hero-cover-bg {
	background-image: var(--x-pg-hero-cover-bg);
	background-size: cover;
	background-position: center;
	transform: scale(1.01);
}

.x-pg-hero-cover-overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.45) 100%);
	opacity: var(--x-pg-hero-cover-overlay, 0.45);
}

.x-pg-hero-cover .x-pg-x-container {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: clamp(4rem, 9vw, 7rem);
	padding-left: clamp(1.5rem, 5vw, 5rem);
	padding-right: clamp(1.5rem, 5vw, 5rem);
	padding-bottom: clamp(4rem, 9vw, 7rem);
}

.x-pg-hero-cover-content {
	max-width: 760px;
	color: var(--x-pg-hero-cover-text, #ffffff);
}

.x-pg-hero-cover--center .x-pg-hero-cover-content {
	margin-inline: auto;
	text-align: center;
}

.x-pg-hero-cover--right .x-pg-hero-cover-content {
	margin-left: auto;
	text-align: right;
}

.x-pg-hero-cover-eyebrow {
	margin-bottom: 0.9rem;
	font-size: clamp(0.78rem, 1.7vw, 0.95rem);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.92;
}

.x-pg-hero-cover-title {
	margin: 0;
	color: inherit;
	font-size: clamp(2.15rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.x-pg-hero-cover-subtitle {
	max-width: 680px;
	margin: 1.25rem 0 0;
	color: inherit;
	font-size: clamp(1rem, 2.3vw, 1.35rem);
	line-height: 1.75;
	opacity: 0.94;
	white-space: pre-line;
}

.x-pg-hero-cover--center .x-pg-hero-cover-subtitle {
	margin-inline: auto;
}

.x-pg-hero-cover--right .x-pg-hero-cover-subtitle {
	margin-left: auto;
}

.x-pg-hero-cover-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.x-pg-hero-cover--center .x-pg-hero-cover-actions {
	justify-content: center;
}

.x-pg-hero-cover--right .x-pg-hero-cover-actions {
	justify-content: flex-end;
}

.x-pg-hero-cover-actions .x-pg-cta-btn {
	min-width: 9.5rem;
	justify-content: center;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
	.x-pg-hero-cover {
		min-height: 68vh;
	}

	.x-pg-hero-cover-bg {
		background-image: var(--x-pg-hero-cover-mobile-bg, var(--x-pg-hero-cover-bg));
	}

	.x-pg-hero-cover-overlay {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.96) 100%);
	}

	.x-pg-hero-cover .x-pg-x-container {
		padding-top: 4.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 4.5rem;
	}

	.x-pg-hero-cover-content {
		max-width: 100%;
	}

	.x-pg-hero-cover-eyebrow {
		font-size: 0.8rem;
		line-height: 1.55;
		letter-spacing: 0.08em;
	}

	.x-pg-hero-cover-title {
		font-size: clamp(1.9rem, 8.5vw, 2.35rem);
		line-height: 1.16;
		letter-spacing: -0.025em;
		text-wrap: balance;
	}

	.x-pg-hero-cover-subtitle {
		max-width: 100%;
		margin-top: 1rem;
		font-size: clamp(0.98rem, 4.2vw, 1.08rem);
		line-height: 1.7;
	}

	.x-pg-hero-cover--right .x-pg-hero-cover-content,
	.x-pg-hero-cover--right .x-pg-hero-cover-subtitle {
		margin-left: 0;
		text-align: left;
	}

	.x-pg-hero-cover--right .x-pg-hero-cover-actions {
		justify-content: flex-start;
	}

	.x-pg-hero-cover-actions {
		gap: 0.7rem;
	}

	.x-pg-hero-cover-actions .x-pg-cta-btn {
		width: 100%;
	}
}

.x-pg-preview-frame.mobile .x-pg-hero-cover,
.preview-frame.mobile .x-pg-hero-cover {
	min-height: 68vh;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover .x-pg-x-container,
.preview-frame.mobile .x-pg-hero-cover .x-pg-x-container {
	padding-top: 4.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 4.5rem;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover-content,
.preview-frame.mobile .x-pg-hero-cover-content {
	max-width: 100%;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover-eyebrow,
.preview-frame.mobile .x-pg-hero-cover-eyebrow {
	font-size: 0.8rem;
	line-height: 1.55;
	letter-spacing: 0.08em;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover-title,
.preview-frame.mobile .x-pg-hero-cover-title {
	font-size: clamp(1.9rem, 8.5vw, 2.35rem);
	line-height: 1.16;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover-subtitle,
.preview-frame.mobile .x-pg-hero-cover-subtitle {
	max-width: 100%;
	margin-top: 1rem;
	font-size: clamp(0.98rem, 4.2vw, 1.08rem);
	line-height: 1.7;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover--right .x-pg-hero-cover-content,
.x-pg-preview-frame.mobile .x-pg-hero-cover--right .x-pg-hero-cover-subtitle,
.preview-frame.mobile .x-pg-hero-cover--right .x-pg-hero-cover-content,
.preview-frame.mobile .x-pg-hero-cover--right .x-pg-hero-cover-subtitle {
	margin-left: 0;
	text-align: left;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover--right .x-pg-hero-cover-actions,
.preview-frame.mobile .x-pg-hero-cover--right .x-pg-hero-cover-actions {
	justify-content: flex-start;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover-actions,
.preview-frame.mobile .x-pg-hero-cover-actions {
	gap: 0.7rem;
}

.x-pg-preview-frame.mobile .x-pg-hero-cover-actions .x-pg-cta-btn,
.preview-frame.mobile .x-pg-hero-cover-actions .x-pg-cta-btn {
	width: 100%;
}

