/* TGT Sections (GD10-12): scroll-reveal, counter, cam ket/quy trinh/du an/blog grid.
   ASCII source only. */

.tgt-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	will-change: opacity, transform;
}

.tgt-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.tgt-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* --- Thong ke ------------------------------------------------------------- */

.tgt-thongke {
	padding: 36px 0;
	background: #fcfdfe;
}

.tgt-counter {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--primary-color);
}

/* --- Cam ket mo rong -------------------------------------------------------- */

.tgt-camket2 {
	padding: 18px 0 30px;
	background: #fcfdfe;
}

.tgt-camket2 h4 {
	margin-bottom: 8px;
}

/* --- Quy trinh -------------------------------------------------------------- */

.tgt-quytrinh {
	padding: 40px 0;
	background: #fff;
}

.tgt-quytrinh h3,
.tgt-duan h3,
.tgt-blog h3 {
	margin-bottom: 28px;
}

.tgt-buoc {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.tgt-quytrinh-row .col-inner {
	padding: 10px 14px;
}

/* --- Du an thuc te ----------------------------------------------------------- */

.tgt-duan {
	padding: 40px 0;
	background: #f7f7f7;
}

/* Moi anh mot ti le khac nhau lam luoi rach nat -> ep chung mot khung 4:3,
   cat bang object-fit thay vi bop meo anh. */
.tgt-duan-item .tgt-khung {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	aspect-ratio: 4 / 3;
	background: #ebebeb;
}

.tgt-duan-item .tgt-khung img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.35s ease;
}

.tgt-duan-item:hover .tgt-khung img {
	transform: scale(1.05);
}

.tgt-duan-item:hover .tgt-khung {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.tgt-duan-item p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

/* --- Blog teaser -------------------------------------------------------------- */

.tgt-blog {
	padding: 40px 0;
	background: #fff;
}

.tgt-blog-item a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.tgt-blog-item .tgt-khung {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	aspect-ratio: 4 / 3;
	background: #ebebeb;
}

.tgt-blog-item .tgt-khung img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.35s ease;
}

.tgt-blog-item:hover .tgt-khung img {
	transform: scale(1.04);
}

.tgt-blog-item h5 {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.4;
}

@media (max-width: 549px) {
	.tgt-counter {
		font-size: 32px;
	}
}
