.segment-special {
	background: #fafafa;
}

.segment-hero {
	position: relative;
	min-height: 540px;
	background: #1f1f1f;
	color: #fff;
	overflow: hidden;
	padding-top: var(--header-height, 96px);
}

.segment-hero__media,
.segment-hero__image,
.segment-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.segment-hero__image {
	object-fit: cover;
}

.segment-hero__overlay {
	background:
		linear-gradient(90deg, rgba(20, 20, 20, 0.78) 0%, rgba(20, 20, 20, 0.38) 52%, rgba(20, 20, 20, 0.65) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.segment-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	max-width: 1280px;
	margin: 0 auto;
	padding: 108px 24px 72px;
}

.segment-hero__content {
	text-align: center;
	max-width: calc(300px + (950 - 300) * ((100vw - 320px) / (1920 - 320)));
}

.page-id-5740 .segment-hero__content {
	max-width: 1000px;
}

.segment-hero__eyebrow {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background-color: #ffffff1a;
	color: rgba(255, 255, 255, 0.82);
	border: 1px solid #fff3;
	border-radius: 50px;
	backdrop-filter: blur(4px);
	margin: 0 0 18px;
	padding: 5px 18px;
}

.segment-hero__title {
	display: flex;
	flex-direction: column;
	font-size: calc(32px + (60 - 32) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.15;
	letter-spacing: -0.04em;
	font-weight: 900;
	color: #fff;
	overflow-wrap: normal;
	margin: 0;
}

.segment-hero__text {
	font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
	line-height: calc(22px + (33 - 22) * ((100vw - 320px) / (1920 - 320)));
	color: #fff9;
	max-width: 670px;
	margin: 18px auto 0;
}

.segment-hero__icon {
	display: flex;
	justify-content: center;
	color: #fff;
}

.segment-hero__text p {
	margin: 0;
}

.segment-hero__actions {
	margin-top: 30px;
}

.segment-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	background: #ef8d5c;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	transition: transform 0.2s ease, background 0.2s ease;
}

.segment-hero__button:hover,
.segment-hero__button:focus {
	transform: translateY(-1px);
	background: #e37c49;
}

.segment-related-posts {
	padding: 50px 24px;
}

.segment-related-posts__title {
	font-size: 24px;
	font-weight: 900;
	color: var(--color-bg-dark);
}

.segment-related-posts__container {
	max-width: 720px;
	margin: 0 auto;
}

.segment-related-posts__grid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.segment-related-posts__card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 18px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.segment-related-posts__card:hover {
	box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(36, 112, 219, 0.15) 0 12px 40px -10px;
}

.segment-related-posts__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 1rem;
	color: inherit;
}

.segment-related-posts__link:hover {
	color: var(--color-highlight);
}

.segment-related-posts__card svg {
	color: #737373;
}

.segment-related-posts__link:hover svg {
	color: var(--color-highlight);
}

.segment-related-posts__media img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.segment-related-posts__body {
	padding: 18px;
}

.segment-related-posts__card-title {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	color: #1f1f1f;
}

.segment-related-posts__excerpt {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #7a7a7a;
}

.segment-final-cta {
	padding: 84px 0;
}

.segment-final-cta__container {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.segment-final-cta__title {
	font-size: calc(30px + (32 - 30) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 900;
	color: var(--color-bg-dark);
	margin: 0 0 10px;
}

.segment-final-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	margin-top: 25px;
	padding: 18px 25px;
	border-radius: 999px;
	background: var(--color-accent, #F36E20);
	color: #fff !important;
	box-shadow: 0 4px 14px #f36e204d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.segment-final-cta__button:hover,
.segment-final-cta__button:focus {
	background: var(--color-cta-hover);
	box-shadow: 0 6px 24px #f36e2066;
}

@media (max-width: 767px) {
	.segment-hero {
		min-height: 360px;
	}

	.segment-hero__inner {
		padding: 72px 20px 56px;
	}

	.segment-hero__content {
		max-width: 97%;
	}

	.segment-related-posts,
	.segment-final-cta {
		padding-left: 20px;
		padding-right: 20px;
	}
}
