.sky-category-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	padding: 4rem 1.5rem;
	background-color: #465970;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	border-radius: 24px;
}

.sky-category-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
}

.sky-category-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
	text-align: center;
}

.sky-category-hero__title {
	margin: 0;
	color: inherit;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.1;
}

.sky-category-hero__description {
	margin-top: 1rem;
	font-size: 1.05rem;
	line-height: 1.6;
}

.sky-category-hero__description > *:last-child {
	margin-bottom: 0;
}
