.page-resources-latest-game-nhat-vip-features {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Body background is #0a0a0a (dark), so use light text */
    background-color: #0a0a0a; /* Ensure consistency with shared.css body background */
}

.page-resources-latest-game-nhat-vip-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Hero Section --- */
.page-resources-latest-game-nhat-vip-features__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
    background: linear-gradient(135deg, #017439, #0a0a0a); /* Brand color gradient */
    min-height: 600px;
    color: #ffffff;
    overflow: hidden;
}

.page-resources-latest-game-nhat-vip-features__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-resources-latest-game-nhat-vip-features__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-latest-game-nhat-vip-features__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-latest-game-nhat-vip-features__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-latest-game-nhat-vip-features__btn-primary,
.page-resources-latest-game-nhat-vip-features__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    max-width: 100%; /* Ensure buttons adapt to container width */
    box-sizing: border-box;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word;
}

/* Specific colors for register/login buttons */
.page-resources-latest-game-nhat-vip-features__btn-primary {
    background-color: #C30808; /* Register color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-resources-latest-game-nhat-vip-features__btn-primary:hover {
    background-color: #e00b0b;
    transform: translateY(-3px);
}

.page-resources-latest-game-nhat-vip-features__btn-secondary {
    background-color: #C30808; /* Login color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-resources-latest-game-nhat-vip-features__btn-secondary:hover {
    background-color: #e00b0b;
    transform: translateY(-3px);
}

.page-resources-latest-game-nhat-vip-features__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}