/* 1. MỞ RỘNG BANNER CHE PHỦ THANH DƯỚI */
.banner-container.wgAiHero {
height: 100vh !important; /* Đảm bảo phủ trọn màn hình */
min-height: 100vh !important;
}
/* 2. CANH LỀ H1 THEO LOGO VÀ CHỈNH MÀU VÀNG */
.wgAiHeroContent h1 {
color: #d4a574 !important; /* Màu vàng đồng */
margin-top: 2rem !important; /* Nhích xuống dưới */
margin-left: 0 !important;
text-align: left;
/* Căn lề trái theo logo Wyndham (thường cách lề khoảng 8.5rem như code cũ) */
margin-left: 8.5rem !important;
font-family: var(--wg-ai-serif);
font-size: 3.8rem;
line-height: 1;
text-transform: uppercase;
}
/* 3. BỎ CÁC NÚT CTA (Ẩn các nút hành động) */
.wgAiHeroActions {
display: none !important;
}
/* 4. ĐỒNG BỘ TEXT NHỎ (Màu trắng, cùng cỡ chữ) */
.wgAiHeroContent p,
.wgAiHeroContent span {
color: #ffffff !important;
font-size: 0.9rem !important; /* Cỡ chữ thống nhất */
margin-left: 8.5rem !important; /* Căn lề thẳng hàng với H1 và Logo */
text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
/* 5. ẨN THANH STRIP MÀU XÁM DƯỚI CÙNG */
.wgAiStrip {
display: none !important;
}