.wdfth-hero {
	--wdfth-height: 330px;
	--wdfth-mobile-height: 230px;
	--wdfth-title-size-desktop: 58px;
	--wdfth-title-size-mobile: 37px;
	--wdfth-accent: #d4aa5a;
	--wdfth-overlay-start: rgba(7, 20, 32, 0.62);
	--wdfth-overlay-end: rgba(7, 20, 32, 0.28);
	--wdfth-bg-position: center center;

	position: relative;
	display: flex;
	width: 100%;
	min-height: var(--wdfth-height);
	align-items: center;
	overflow: hidden;
	background-color: #102130;
	background-position: var(--wdfth-bg-position);
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
}

.wdfth-hero--v-top {
	align-items: flex-start;
}

.wdfth-hero--v-center {
	align-items: center;
}

.wdfth-hero--v-bottom {
	align-items: flex-end;
}

.wdfth-hero__overlay {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, var(--wdfth-overlay-start) 0%, var(--wdfth-overlay-start) 42%, var(--wdfth-overlay-end) 100%);
}

/* Dùng trực tiếp container .row của Flatsome để khớp Header và nội dung trang. */
.wdfth-hero__row {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.wdfth-hero__row > .col {
	padding-bottom: 0;
}

.wdfth-hero__content {
	width: 100%;
	padding-top: 52px;
	padding-bottom: 52px;
	color: #fff;
}

.wdfth-hero__eyebrow {
	margin: 0 0 12px;
	color: var(--wdfth-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.2px;
	line-height: 1.4;
	text-transform: uppercase;
}

.wdfth-hero__title {
	max-width: 920px;
	margin: 0;
	color: #fff;
	font-size: var(--wdfth-title-size-desktop);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.12;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
	text-transform: none;
}

.wdfth-hero__excerpt {
	max-width: 780px;
	margin: 17px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.16);
}

.wdfth-hero__line {
	width: 62px;
	height: 3px;
	margin-top: 22px;
	background: var(--wdfth-accent);
}

.wdfth-hero--h-left .wdfth-hero__content {
	text-align: left;
}

.wdfth-hero--h-center .wdfth-hero__content {
	text-align: center;
}

.wdfth-hero--h-right .wdfth-hero__content {
	text-align: right;
}

.wdfth-hero--h-left .wdfth-hero__title,
.wdfth-hero--h-left .wdfth-hero__excerpt {
	margin-right: auto;
	margin-left: 0;
}

.wdfth-hero--h-center .wdfth-hero__title,
.wdfth-hero--h-center .wdfth-hero__excerpt {
	margin-right: auto;
	margin-left: auto;
}

.wdfth-hero--h-right .wdfth-hero__title,
.wdfth-hero--h-right .wdfth-hero__excerpt {
	margin-right: 0;
	margin-left: auto;
}

.wdfth-hero--h-center .wdfth-hero__line {
	margin-right: auto;
	margin-left: auto;
}

.wdfth-hero--h-right .wdfth-hero__line {
	margin-right: 0;
	margin-left: auto;
}

.wdfth-breadcrumb {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}

.wdfth-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wdfth-hero--h-center .wdfth-breadcrumb ol {
	justify-content: center;
}

.wdfth-hero--h-right .wdfth-breadcrumb ol {
	justify-content: flex-end;
}

.wdfth-breadcrumb li {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.wdfth-breadcrumb li:not(:last-child)::after {
	content: "›";
	margin: 0 9px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
}

.wdfth-breadcrumb a,
.wdfth-breadcrumb span {
	color: inherit;
	text-decoration: none;
}

.wdfth-breadcrumb a:hover,
.wdfth-breadcrumb a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wdfth-breadcrumb [aria-current="page"] {
	color: #fff;
	font-weight: 600;
}

.wdfth-post-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin: 0 0 26px;
	padding: 17px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	color: #73777d;
	font-size: 13px;
	line-height: 1.45;
}

.wdfth-post-bar__info,
.wdfth-post-bar__share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wdfth-post-bar__info {
	gap: 19px;
}

.wdfth-post-bar__item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: inherit;
	text-decoration: none;
}

a.wdfth-post-bar__item:hover,
a.wdfth-post-bar__item:focus-visible {
	color: var(--primary-color, #a96c00);
}

.wdfth-post-bar__item strong {
	font-weight: 500;
}

.wdfth-post-bar__item > svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	flex: 0 0 auto;
}

.wdfth-post-bar__share {
	position: relative;
	justify-content: flex-end;
	gap: 7px;
	white-space: nowrap;
}

.wdfth-post-bar__share-label {
	margin-right: 8px;
}

.wdfth-share-button {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #b8babd;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.wdfth-share-button:hover,
.wdfth-share-button:focus-visible {
	background: var(--primary-color, #ad7100);
	color: #fff;
	transform: translateY(-1px);
}

.wdfth-share-button svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.wdfth-copy-status {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 5;
	padding: 6px 9px;
	border-radius: 4px;
	background: #202124;
	color: #fff;
	font-size: 11px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-3px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.wdfth-copy-status.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 849px) {
	.wdfth-hero__content {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.wdfth-post-bar {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.wdfth-post-bar__share {
		justify-content: flex-start;
	}
}

@media (max-width: 549px) {
	.wdfth-hero {
		min-height: var(--wdfth-mobile-height);
	}

	.wdfth-hero__content {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.wdfth-hero__eyebrow {
		margin-bottom: 9px;
		font-size: 11px;
		letter-spacing: 1.6px;
	}

	.wdfth-hero__title {
		font-size: var(--wdfth-title-size-mobile);
		line-height: 1.16;
	}

	.wdfth-hero__excerpt {
		margin-top: 13px;
		font-size: 14px;
		line-height: 1.55;
	}

	.wdfth-breadcrumb {
		margin-bottom: 11px;
		font-size: 12px;
	}

	.wdfth-breadcrumb li:not(:last-child)::after {
		margin: 0 6px;
	}

	.wdfth-hero__line {
		width: 50px;
		margin-top: 18px;
	}

	.wdfth-hero--mobile-v-center {
		align-items: center;
	}

	.wdfth-hero--mobile-h-left .wdfth-hero__content {
		text-align: left;
	}

	.wdfth-hero--mobile-h-left .wdfth-hero__title,
	.wdfth-hero--mobile-h-left .wdfth-hero__excerpt {
		margin-right: auto;
		margin-left: 0;
	}

	.wdfth-hero--mobile-h-left .wdfth-breadcrumb ol {
		justify-content: flex-start;
	}

	.wdfth-hero--mobile-h-left .wdfth-hero__line {
		margin-right: auto;
		margin-left: 0;
	}

	.wdfth-hero--mobile-h-center .wdfth-hero__content {
		text-align: center;
	}

	.wdfth-hero--mobile-h-center .wdfth-hero__title,
	.wdfth-hero--mobile-h-center .wdfth-hero__excerpt {
		margin-right: auto;
		margin-left: auto;
	}

	.wdfth-hero--mobile-h-center .wdfth-breadcrumb ol {
		justify-content: center;
	}

	.wdfth-hero--mobile-h-center .wdfth-hero__line {
		margin-right: auto;
		margin-left: auto;
	}

	.wdfth-post-bar {
		margin-bottom: 22px;
		padding: 14px 0;
		font-size: 12px;
	}

	.wdfth-post-bar__info {
		gap: 10px 16px;
	}

	.wdfth-post-bar__share-label {
		width: 100%;
		margin: 0 0 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wdfth-share-button,
	.wdfth-copy-status {
		transition: none;
	}
}
