.logo img {
	content: url("888vnd-logo.svg");
	height: 44px;
	width: auto;
	max-width: 210px;
	object-fit: contain;
}

.vnd-home-hero {
	background: #0f1714;
	color: #fff;
	padding: 28px 0 22px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.vnd-hero-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
	gap: 24px;
	align-items: stretch;
}

.vnd-hero-copy,
.vnd-hero-panel,
.vnd-stat,
.vnd-side-card {
	border-radius: 8px;
}

.vnd-hero-copy {
	min-height: 310px;
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(19,126,82,.88), rgba(15,23,20,.96)),
		radial-gradient(circle at 78% 20%, rgba(242,186,73,.22), transparent 34%);
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 16px 36px rgba(0,0,0,.22);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vnd-logo {
	width: 190px;
	max-width: 72%;
	height: auto;
	display: block;
	margin-bottom: 26px;
}

.vnd-hero-copy h1 {
	max-width: 720px;
	margin: 0 0 16px;
	color: #fff;
	font-size: 40px;
	line-height: 1.16;
	font-weight: 800;
}

.vnd-hero-lead {
	max-width: 720px;
	margin: 0;
	color: rgba(255,255,255,.84);
	font-size: 17px;
	line-height: 1.78;
}

.vnd-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.vnd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

.vnd-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.vnd-btn-primary {
	background: #f2ba49;
	color: #111814;
	border: 1px solid #f2ba49;
}

.vnd-btn-primary:hover {
	background: #ffd36f;
	color: #111814;
}

.vnd-btn-secondary {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,.42);
}

.vnd-btn-secondary:hover {
	border-color: #fff;
	color: #fff;
}

.vnd-hero-panel {
	padding: 26px;
	background: #f7faf8;
	color: #17221d;
	border: 1px solid #e0e8e3;
}

.vnd-panel-title {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #128557;
	margin-bottom: 18px;
}

.vnd-feature-list {
	display: grid;
	gap: 12px;
}

.vnd-feature-list a {
	display: block;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e4ece7;
	color: #17221d;
	text-decoration: none;
}

.vnd-feature-list a:hover {
	border-color: #128557;
	text-decoration: none;
}

.vnd-feature-list span {
	display: block;
	margin-bottom: 4px;
	color: #68766e;
	font-size: 13px;
}

.vnd-feature-list strong {
	display: block;
	font-size: 16px;
	line-height: 1.45;
}

.vnd-stats-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 14px;
}

.vnd-stat {
	padding: 16px 18px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	display: flex;
	align-items: center;
	gap: 12px;
}

.vnd-stat span {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #f2ba49;
	color: #111814;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	flex: 0 0 auto;
}

.vnd-stat strong {
	color: #fff;
	font-size: 15px;
	line-height: 1.35;
}

.vnd-section-head {
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e8ece9;
}

.vnd-section-head span {
	display: block;
	margin-bottom: 6px;
	color: #128557;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.vnd-section-head h2 {
	margin: 0;
	color: #17221d;
	font-size: 26px;
	line-height: 1.28;
	font-weight: 800;
}

.vnd-article-card {
	border: 1px solid #eef2ef;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vnd-article-card:hover {
	transform: translateY(-2px);
	border-color: #dce7df;
	box-shadow: 0 14px 28px rgba(23,34,29,.08) !important;
}

.vnd-article-card h2 {
	font-size: 22px;
	line-height: 1.42;
}

.vnd-article-card h2 a {
	color: #17221d;
}

.vnd-article-card h2 a:hover {
	color: #128557;
	text-decoration: none;
}

.vnd-read-more {
	display: inline-flex;
	margin-top: 14px;
	color: #128557;
	font-weight: 800;
	text-decoration: none;
}

.vnd-read-more:hover {
	color: #0d6b45;
	text-decoration: none;
}

.vnd-side-card {
	padding: 18px;
	background: #17221d;
	color: rgba(255,255,255,.78);
	border: 1px solid rgba(255,255,255,.08);
}

.vnd-side-card img {
	width: 150px;
	max-width: 90%;
	height: auto;
	display: block;
	margin-bottom: 14px;
}

.vnd-side-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 991.98px) {
	.vnd-hero-shell,
	.vnd-stats-row {
		grid-template-columns: 1fr;
	}

	.vnd-hero-copy {
		min-height: auto;
		padding: 28px;
	}

	.vnd-hero-copy h1 {
		font-size: 32px;
	}
}

@media (max-width: 575.98px) {
	.vnd-home-hero {
		padding: 18px 0;
	}

	.vnd-hero-copy,
	.vnd-hero-panel {
		padding: 22px;
	}

	.vnd-logo {
		width: 158px;
	}

	.vnd-hero-copy h1 {
		font-size: 28px;
	}

	.vnd-hero-lead {
		font-size: 15px;
	}

	.vnd-btn {
		width: 100%;
	}

	.vnd-stat {
		align-items: flex-start;
	}
}
