/* Làm cho toàn bộ văn bản bên trong .hero-feature thành màu trắng với nền phủ tối */ .hero-feature { position: relative; color: #ffffff !important; } .hero-feature *, .hero-feature h1, .hero-feature h2, .hero-feature h3, .hero-feature p, .hero-feature a, .hero-feature span { color: #ffffff !important; } /* Tùy chọn: thêm lớp phủ tối bán trong suốt để dễ đọc */ .hero-feature::before { content: &#039;&#039;; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); /* điều chỉnh độ mờ đục tại đây */ z-index: 0; } .hero-feature * { position: relative; z-index: 1; }