/* style/n-h.css */
.page-n-h {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #1a0033;
}

.page-n-h__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-n-h__container--center {
    text-align: center;
}

.page-n-h__section {
    padding: 60px 0;
    margin-bottom: 20px;
}

.page-n-h__section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-n-h__section-intro {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: #ccc;
}

.page-n-h__sub-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-n-h__highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-n-h__hero {
    background: linear-gradient(135deg, #330066, #6600cc);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-n-h__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:nổ_hũ,sumvip,jackpot,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-n-h__hero-title {
    font-size: 3.8em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: 900;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 1;
}

.page-n-h__hero-description {
    font-size: 1.4em;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.page-n-h__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-n-h__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.page-n-h__btn--primary {
    background-color: #FFD700;
    color: #330066;
    border: 2px solid #FFD700;
}

.page-n-h__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-n-h__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-n-h__btn--secondary:hover {
    background-color: #FFD700;
    color: #330066;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-n-h__btn--small {
    padding: 10px 20px;
    font-size: 0.95em;
}

.page-n-h__btn--large {
    padding: 18px 40px;
    font-size: 1.25em;
}

.page-n-h__content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.page-n-h__content-grid--reverse .page-n-h__text-content {
    order: 2;
}

.page-n-h__content-grid--reverse .page-n-h__image-wrapper {
    order: 1;
}

.page-n-h__text-content p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-n-h__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-n-h__list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 1.05em;
    line-height: 1.6;
    color: #e0e0e0;
}

.page-n-h__list li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2em;
    top: 0;
}

.page-n-h__list-item-title {
    color: #FFD700;
}

.page-n-h__image-wrapper {
    text-align: center;
}

.page-n-h__image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-n-h__popular-games {
    background-color: #1f003d;
}

.page-n-h__game-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-n-h__game-card {
    background-color: #330066;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-n-h__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-n-h__game-card-img {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-n-h__game-card-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-n-h__game-card-description {
    font-size: 1em;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 20px;
}

.page-n-h__view-all {
    text-align: center;
    margin-top: 50px;
}

.page-n-h__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-n-h__strategy-item {
    background-color: #330066;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-n-h__strategy-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-n-h__strategy-item p {
    font-size: 1em;
    line-height: 1.6;
    color: #e0e0e0;
}

.page-n-h__cta-bottom {
    text-align: center;
    margin-top: 60px;
}

.page-n-h__cta-bottom p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #fff;
}

.page-n-h__feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-n-h__feature-card {
    background-color: #330066;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-n-h__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-n-h__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-n-h__feature-card p {
    font-size: 1em;
    line-height: 1.6;
    color: #ccc;
}

.page-n-h__download-app {
    background-color: #1f003d;
    padding: 80px 0;
}

.page-n-h__qr-code {
    width: 200px;
    height: 200px;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-n-h__faq .page-n-h__accordion {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-n-h__accordion-item {
    background-color: #330066;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.page-n-h__accordion-header {
    width: 100%;
    background-color: #4a0094;
    color: #FFD700;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-n-h__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-n-h__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-n-h__accordion-header:hover {
    background-color: #5d00b8;
}

.page-n-h__accordion-content {
    padding: 0 25px;
    background-color: #330066;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-n-h__accordion-content.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px 25px;
}

.page-n-h__accordion-content p {
    font-size: 1em;
    line-height: 1.6;
    color: #e0e0e0;
}

.page-n-h__accordion-content a {
    color: #FFD700;
    text-decoration: underline;
}

.page-n-h__accordion-content a:hover {
    color: #e6c200;
}

.page-n-h__call-to-action {
    background-color: #330066;
    padding: 80px 0;
}

.page-n-h__small-text {
    font-size: 0.9em;
    color: #aaa;
    margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-n-h__hero-title {
        font-size: 3em;
    }
    .page-n-h__hero-description {
        font-size: 1.2em;
    }
    .page-n-h__section-title {
        font-size: 2.2em;
    }
    .page-n-h__content-grid {
        grid-template-columns: 1fr;
    }
    .page-n-h__content-grid--reverse .page-n-h__text-content {
        order: unset;
    }
    .page-n-h__content-grid--reverse .page-n-h__image-wrapper {
        order: unset;
    }
    .page-n-h__game-cards,
    .page-n-h__strategy-grid,
    .page-n-h__feature-cards {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-n-h__hero {
        padding: 80px 0;
    }
    .page-n-h__hero-title {
        font-size: 2.5em;
    }
    .page-n-h__hero-description {
        font-size: 1.1em;
    }
    .page-n-h__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-n-h__btn--large {
        width: 80%;
        margin: 0 auto;
    }
    .page-n-h__section {
        padding: 40px 0;
    }
    .page-n-h__section-title {
        font-size: 1.8em;
    }
    .page-n-h__sub-title {
        font-size: 1.5em;
    }
    .page-n-h__list li {
        padding-left: 25px;
    }
    .page-n-h__list li::before {
        font-size: 1.1em;
    }
    .page-n-h__game-card-title,
    .page-n-h__feature-title,
    .page-n-h__strategy-title {
        font-size: 1.4em;
    }
    .page-n-h__accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-n-h__accordion-content {
        padding: 15px 20px;
    }
    .page-n-h__qr-code {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .page-n-h__hero-title {
        font-size: 2em;
    }
    .page-n-h__hero-description {
        font-size: 1em;
    }
    .page-n-h__btn {
        font-size: 0.9em;
        padding: 12px 25px;
    }
    .page-n-h__btn--large {
        width: 90%;
    }
    .page-n-h__section-title {
        font-size: 1.6em;
    }
    .page-n-h__section-intro {
        font-size: 0.95em;
    }
    .page-n-h__game-cards,
    .page-n-h__strategy-grid,
    .page-n-h__feature-cards {
        grid-template-columns: 1fr;
    }
    .page-n-h__accordion-header {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-n-h__accordion-content {
        padding: 12px 15px;
    }
}