/* style/resources-latest-nhatvip-games.css */

.page-resources-latest-nhatvip-games {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    line-height: 1.6;
    background-color: #000000;
}

.page-resources-latest-nhatvip-games__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-latest-nhatvip-games__hero-content {
    max-width: 900px;
    z-index: 1;
}

.page-resources-latest-nhatvip-games__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    overflow: hidden;
}

.page-resources-latest-nhatvip-games__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.page-resources-latest-nhatvip-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.page-resources-latest-nhatvip-games__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-latest-nhatvip-games__hero-button,
.page-resources-latest-nhatvip-games__button,
.page-resources-latest-nhatvip-games__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #FFD700;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
}

.page-resources-latest-nhatvip-games__hero-button:hover,
.page-resources-latest-nhatvip-games__button:hover,
.page-resources-latest-nhatvip-games__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-latest-nhatvip-games__button--center {
    display: block;
    margin: 30px auto 0 auto;
    width: fit-content;
}

.page-resources-latest-nhatvip-games__section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.page-resources-latest-nhatvip-games__section:nth-child(even) {
    background-color: #1a1a1a;
}

.page-resources-latest-nhatvip-games__section-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-latest-nhatvip-games__section p {
    font-size: 1.1em;
    color: #cccccc;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-latest-nhatvip-games__game-category-item {
    margin-bottom: 60px;
    text-align: left;
}

.page-resources-latest-nhatvip-games__category-title {
    font-size: 2.2em;
    color: #FFD700;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-latest-nhatvip-games__category-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-resources-latest-nhatvip-games__category-content--reverse {
    flex-direction: row-reverse;
}

.page-resources-latest-nhatvip-games__category-text {
    flex: 1;
    min-width: 300px;
    color: #e0e0e0;
}

.page-resources-latest-nhatvip-games__category-text p {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.page-resources-latest-nhatvip-games__category-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    object-fit: cover;
}

.page-resources-latest-nhatvip-games__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    color: #e0e0e0;
}

.page-resources-latest-nhatvip-games__list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 1.05em;
}

.page-resources-latest-nhatvip-games__list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #FFD700;
}

.page-resources-latest-nhatvip-games__steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-latest-nhatvip-games__step-item {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-latest-nhatvip-games__step-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-resources-latest-nhatvip-games__step-item p {
    font-size: 1em;
    color: #cccccc;
    text-align: center;
    flex-grow: 1;
}

.page-resources-latest-nhatvip-games__promo-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 40px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-latest-nhatvip-games__cta {
    background: linear-gradient(90deg, #000000 0%, #333333 100%);
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-resources-latest-nhatvip-games__cta-content {
    max-width: 800px;
}

.page-resources-latest-nhatvip-games__cta-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-latest-nhatvip-games__cta-text {
    font-size: 1.3em;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.page-resources-latest-nhatvip-games__cta-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-latest-nhatvip-games__hero-title {
        font-size: 3em;
    }
    .page-resources-latest-nhatvip-games__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-latest-nhatvip-games__section-title {
        font-size: 2.5em;
    }
    .page-resources-latest-nhatvip-games__category-title {
        font-size: 2em;
    }
    .page-resources-latest-nhatvip-games__cta-title {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-resources-latest-nhatvip-games__hero {
        padding: 60px 15px;
    }
    .page-resources-latest-nhatvip-games__hero-title {
        font-size: 2.5em;
    }
    .page-resources-latest-nhatvip-games__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-latest-nhatvip-games__section {
        padding: 40px 15px;
    }
    .page-resources-latest-nhatvip-games__section-title {
        font-size: 2em;
    }
    .page-resources-latest-nhatvip-games__category-title {
        font-size: 1.8em;
    }
    .page-resources-latest-nhatvip-games__category-content,
    .page-resources-latest-nhatvip-games__category-content--reverse {
        flex-direction: column;
    }
    .page-resources-latest-nhatvip-games__cta-title {
        font-size: 2em;
    }
    .page-resources-latest-nhatvip-games__cta-text {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-latest-nhatvip-games__hero-title {
        font-size: 2em;
    }
    .page-resources-latest-nhatvip-games__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-latest-nhatvip-games__hero-button,
    .page-resources-latest-nhatvip-games__button,
    .page-resources-latest-nhatvip-games__cta-button {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-latest-nhatvip-games__section-title {
        font-size: 1.8em;
    }
    .page-resources-latest-nhatvip-games__category-title {
        font-size: 1.6em;
    }
    .page-resources-latest-nhatvip-games__step-title {
        font-size: 1.5em;
    }
    .page-resources-latest-nhatvip-games__cta-title {
        font-size: 1.8em;
    }
    .page-resources-latest-nhatvip-games__cta-text {
        font-size: 1em;
    }
}