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

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

.page-n-h__hero-section {
    background: linear-gradient(135deg, #2a2a2a, #0d0d0d);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-n-h__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,gold,particles]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

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

.page-n-h__hero-subtitle {
    font-size: 1.5em;
    color: #e0e0e0;
    margin-bottom: 40px;
    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;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-n-h__btn--primary {
    background-color: #FFD700;
    color: #1a1a1a;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

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

.page-n-h__btn--secondary {
    background-color: #8B0000;
    color: #ffffff;
    border: 2px solid #8B0000;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.4);
}

.page-n-h__btn--secondary:hover {
    background-color: #a00000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(139, 0, 0, 0.6);
}

.page-n-h__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
    background-color: #FFD700;
    color: #1a1a1a;
}

.page-n-h__btn--small:hover {
    background-color: #e6c200;
}

.page-n-h__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
    border-radius: 10px;
    background-color: #FFD700;
    color: #1a1a1a;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

.page-n-h__btn--large:hover {
    background-color: #e6c200;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.7);
}

.page-n-h__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 60px;
    position: relative;
    font-weight: bold;
}

.page-n-h__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #8B0000;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-n-h__text {
    font-size: 1.1em;
    color: #cccccc;
    margin-bottom: 20px;
    text-align: justify;
}

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

.page-n-h__about-section, .page-n-h__game-showcase, .page-n-h__how-to-play, .page-n-h__tips-section, .page-n-h__promo-section, .page-n-h__faq-section, .page-n-h__final-cta {
    padding: 60px 0;
    background-color: #222222;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-n-h__about-section {
    background-color: #1a1a1a;
}

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

.page-n-h__feature-item {
    background-color: #2a2a2a;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-n-h__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-n-h__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

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

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

.page-n-h__game-card {
    background-color: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-n-h__game-thumbnail {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 3px solid #8B0000;
}

.page-n-h__game-title {
    font-size: 1.4em;
    color: #FFD700;
    margin: 15px 10px 10px;
}

.page-n-h__game-description {
    color: #cccccc;
    font-size: 0.95em;
    padding: 0 15px 15px;
}

.page-n-h__game-card .page-n-h__btn {
    margin-bottom: 20px;
}

.page-n-h__how-to-play {
    background-color: #1a1a1a;
}

.page-n-h__step-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
}

.page-n-h__step-list li {
    background-color: #2a2a2a;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 70px;
}

.page-n-h__step-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #8B0000;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-n-h__step-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-n-h__link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-n-h__link:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-n-h__tips-section {
    background-color: #222222;
}

.page-n-h__tip-list {
    list-style: disc;
    padding-left: 40px;
    margin-top: 30px;
}

.page-n-h__tip-list li {
    color: #cccccc;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-n-h__tip-list li strong {
    color: #FFD700;
}

.page-n-h__call-to-action {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #2a2a2a;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #FFD700;
}

.page-n-h__call-to-action .page-n-h__text {
    margin-bottom: 25px;
}

.page-n-h__promo-section {
    background-color: #1a1a1a;
}

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

.page-n-h__promo-card {
    background-color: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #8B0000;
}

.page-n-h__promo-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-n-h__promo-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

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

.page-n-h__promo-description {
    color: #cccccc;
    font-size: 0.95em;
    padding: 0 15px 15px;
}

.page-n-h__promo-card .page-n-h__btn {
    margin-bottom: 20px;
}

.page-n-h__faq-section {
    background-color: #222222;
}

.page-n-h__faq-item {
    background-color: #2a2a2a;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-n-h__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-n-h__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    color: #8B0000;
    transition: transform 0.3s ease;
}

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

.page-n-h__faq-answer {
    color: #cccccc;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-n-h__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-n-h__final-cta {
    text-align: center;
    background-color: #1a1a1a;
    padding: 80px 0;
    border-top: 5px solid #FFD700;
}

@media (max-width: 768px) {
    .page-n-h__hero-title {
        font-size: 2.5em;
    }

    .page-n-h__hero-subtitle {
        font-size: 1.2em;
    }

    .page-n-h__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-n-h__section-title {
        font-size: 2em;
    }

    .page-n-h__feature-grid, .page-n-h__game-grid, .page-n-h__promo-cards {
        grid-template-columns: 1fr;
    }

    .page-n-h__step-list li {
        padding-left: 55px;
    }

    .page-n-h__step-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.2em;
        left: 15px;
    }
}

@media (max-width: 480px) {
    .page-n-h__hero-title {
        font-size: 2em;
    }

    .page-n-h__hero-subtitle {
        font-size: 1em;
    }

    .page-n-h__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-n-h__section-title {
        font-size: 1.8em;
    }

    .page-n-h__text {
        font-size: 1em;
    }

    .page-n-h__feature-item, .page-n-h__game-card, .page-n-h__promo-card, .page-n-h__faq-item {
        padding: 20px;
    }
}