/* ============ NLF — Đồng bộ trang chủ theo mockup Gói 1 ============ */

/* --- Hero CTA: chuyển từ nút khối xếp chồng sang pill nằm ngang --- */
.nlf-cta-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px !important;
}
.nlf-cta-row br { display: none !important; }
.nlf-btn {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	border-radius: 999px !important;
	padding: 11px 22px !important;
	box-shadow: none !important;
}
.nlf-btn .t1 { font-size: 14px !important; line-height: 1.1; font-weight: 700; }
.nlf-btn .t2 { display: none !important; }
.nlf-btn-zalo { background: #0068FF !important; color: #fff !important; }

/* --- Rating dưới CTA (chèn bằng JS) --- */
.nlf-hero-rating {
	display: flex; align-items: center; gap: 8px; margin: 14px 0 0; color: #fff; font-size: 14px; font-weight: 600;
}
.nlf-hero-rating .stars { color: var(--gold, #D9A567); letter-spacing: 1px; font-size: 15px; }

/* --- Category cards: thu gọn lại thành card nhỏ theo mockup thay vì khối lớn --- */
.nlf-cat-card { min-height: 0 !important; display: flex !important; flex-direction: column; }
.nlf-cat-ic {
	height: 110px !important; min-height: 0 !important;
	display: flex !important; align-items: center; justify-content: center;
	font-size: 26px !important; padding: 0 !important;
}
.nlf-cat-body { padding: 14px 12px !important; }
.nlf-cat-body .name { font-size: 14px !important; line-height: 1.3; }
.nlf-cat-body .name small { display: block; font-weight: 400; opacity: .7; font-size: 11px; margin-top: 2px; }

/* --- Star rating chèn vào product card (best seller) --- */
.nlf-stars { color: var(--gold, #D9A567); font-size: 12px; margin: 2px 0 6px; letter-spacing: 1px; }

/* --- Section testimonial mới (khung sẵn, chờ nội dung thật) --- */
.nlf-testi { background: var(--cream, #FBF6EE); padding: 60px 20px; text-align: center; }
.nlf-testi h2 { margin-bottom: 8px; }
.nlf-testi-note {
	color: #8a7a6d; font-size: 13px; max-width: 560px; margin: 0 auto 30px;
	border: 1px dashed #d8c6b4; border-radius: 12px; padding: 14px 18px; background: #fff;
}
