.page-nohu64 {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-nohu64__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-nohu64__section {
    padding: 40px 0;
    text-align: center;
}

.page-nohu64__section-title {
    font-size: 2.5em;
    color: #2563eb;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-nohu64__sub-title {
    font-size: 1.8em;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-nohu64__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-nohu64__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-nohu64__hero-section {
    position: relative;
    padding-top: 10px; /* Minimal top padding, rely on body padding-top for header offset */
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.page-nohu64__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.page-nohu64__hero-content {
    padding: 30px 20px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.page-nohu64__hero-title {
    font-size: 3em;
    color: #2563eb;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-nohu64__hero-description {
    font-size: 1.2em;
    color: #64748b;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-nohu64__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-nohu64__btn-primary,
.page-nohu64__btn-secondary,
.page-nohu64__btn-play {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-nohu64__btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    border: 2px solid #2563eb;
}

.page-nohu64__btn-primary:hover {
    background-color: #1e40af;
    border-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.page-nohu64__btn-secondary {
    background-color: #ffffff;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.page-nohu64__btn-secondary:hover {
    background-color: #e0e7ff;
    color: #1e40af;
    border-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.1);
}

.page-nohu64__btn-play {
    background-color: #64748b;
    color: #ffffff;
    border: 2px solid #64748b;
    padding: 10px 20px;
    font-size: 1em;
}

.page-nohu64__btn-play:hover {
    background-color: #475569;
    border-color: #475569;
}

.page-nohu64__buttons-center {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

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

.page-nohu64__game-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.page-nohu64__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-nohu64__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-nohu64__game-title {
    font-size: 1.5em;
    color: #2563eb;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-nohu64__game-description {
    font-size: 1em;
    color: #666666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-nohu64__promo-list,
.page-nohu64__step-list,
.page-nohu64__trust-factors {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 800px;
    text-align: left;
}

.page-nohu64__promo-item,
.page-nohu64__step-item,
.page-nohu64__trust-item {
    background-color: #ffffff;
    border-left: 5px solid #2563eb;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
    color: #333333;
    box-sizing: border-box;
}

.page-nohu64__faq-list {
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-nohu64__faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.page-nohu64__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #e0e7ff;
    color: #2563eb;
    font-weight: 600;
    font-size: 1.2em;
    user-select: none;
    transition: background-color 0.3s ease;
}

.page-nohu64__faq-question:hover {
    background-color: #c3d1ff;
}

.page-nohu64__faq-qtext {
    pointer-events: none; /* Prevents text from blocking click event */
    flex-grow: 1;
}

.page-nohu64__faq-toggle {
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 10px;
    pointer-events: none; /* Prevents icon from blocking click event */
}

.page-nohu64__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    color: #555555;
    font-size: 1.05em;
    text-align: left;
}

.page-nohu64__faq-answer p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-nohu64__faq-item.active .page-nohu64__faq-answer {
    max-height: 2000px !important; /* Sufficiently large to show content */
    padding: 20px 15px !important;
    opacity: 1;
}

.page-nohu64__floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff0000; /* Eye-catching color */
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    max-width: 250px;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    animation: pulse 2s infinite;
}

.page-nohu64__floating-button:hover {
    background-color: #cc0000;
    transform: scale(1.05);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-nohu64__hero-title {
        font-size: 2.5em;
    }

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

    .page-nohu64__games-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-nohu64__container {
        padding: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-nohu64__section {
        padding: 20px 0;
    }

    .page-nohu64__hero-section {
        padding-top: 10px !important;
    }

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

    .page-nohu64__hero-description {
        font-size: 1em;
    }

    .page-nohu64__hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .page-nohu64__btn-primary,
    .page-nohu64__btn-secondary,
    .page-nohu64__btn-play {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-nohu64__buttons-center {
        flex-direction: column;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

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

    .page-nohu64__sub-title {
        font-size: 1.4em;
    }

    .page-nohu64__text-block {
        font-size: 0.95em;
    }

    .page-nohu64 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-nohu64__games-grid {
        grid-template-columns: 1fr; /* Single column for games */
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .page-nohu64__game-image {
        height: 150px;
    }

    .page-nohu64__promo-list,
    .page-nohu64__step-list,
    .page-nohu64__trust-factors {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-nohu64__promo-item,
    .page-nohu64__step-item,
    .page-nohu64__trust-item {
        font-size: 1em;
        padding: 12px 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-nohu64__faq-list {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-nohu64__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
    }

    .page-nohu64__faq-answer {
        padding: 15px 15px !important;
        font-size: 0.95em;
    }

    .page-nohu64__floating-button {
        font-size: 0.9em;
        padding: 12px 20px;
        bottom: 15px;
        right: 15px;
        max-width: 180px;
    }
}