.page-resources-go88-registration-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light gray for text on dark background */
    background-color: #1A202C; /* Dark background */
    padding-bottom: 50px;
}

.page-resources-go88-registration-guide__article {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #2D3748; /* Slightly lighter dark background for article */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #E0E0E0;
}

.page-resources-go88-registration-guide .article-flow__title {
    font-size: 2.8em;
    color: #FFD700; /* Gold for main titles */
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-go88-registration-guide .article-flow__intro {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    color: #C0C0C0;
}

.page-resources-go88-registration-guide .article-flow__section {
    margin-bottom: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-go88-registration-guide .article-flow__heading {
    font-size: 2em;
    color: #FFD700; /* Gold for section headings */
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 10px;
}

.page-resources-go88-registration-guide .article-flow__sub-heading {
    font-size: 1.5em;
    color: #FFD700; /* Gold for sub-headings */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-go88-registration-guide p {
    margin-bottom: 1em;
    color: #E0E0E0;
}

.page-resources-go88-registration-guide .text-primary {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-go88-registration-guide .article-flow__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    color: #E0E0E0;
}

.page-resources-go88-registration-guide .article-flow__list li {
    margin-bottom: 0.5em;
}

.page-resources-go88-registration-guide .article-flow__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-go88-registration-guide .article-flow__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    /* NO CSS FILTER for images */
}

.page-resources-go88-registration-guide .article-flow__button-group {
    text-align: center;
    margin: 30px 0;
}

.page-resources-go88-registration-guide .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    font-size: 1.1em;
    border: none;
    margin: 0 10px;
}

.page-resources-go88-registration-guide .btn-primary {
    background-color: #FFD700; /* Gold button */
    color: #1A202C; /* Dark text for gold button */
}

.page-resources-go88-registration-guide .btn-primary:hover {
    background-color: #E6C200; /* Darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-go88-registration-guide .btn-secondary {
    background-color: #3A455C; /* Darker blue button */
    color: #FFD700; /* Gold text for dark button */
    border: 1px solid #FFD700;
}

.page-resources-go88-registration-guide .btn-secondary:hover {
    background-color: #4A5568; /* Slightly lighter dark blue on hover */
    transform: translateY(-2px);
}

.page-resources-go88-registration-guide .article-flow__back-link {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}

.page-resources-go88-registration-guide .article-flow__back-link a {
    color: #FFD700; /* Gold link */
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.page-resources-go88-registration-guide .article-flow__back-link a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-go88-registration-guide .article-flow__title {
        font-size: 2.2em;
    }

    .page-resources-go88-registration-guide .article-flow__heading {
        font-size: 1.8em;
    }

    .page-resources-go88-registration-guide .article-flow__sub-heading {
        font-size: 1.3em;
    }

    .page-resources-go88-registration-guide .article-flow__article {
        margin: 20px auto;
        padding: 0 15px;
    }

    .page-resources-go88-registration-guide .btn {
        padding: 10px 20px;
        font-size: 1em;
        margin: 10px 0;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .page-resources-go88-registration-guide .article-flow__title {
        font-size: 1.8em;
    }

    .page-resources-go88-registration-guide .article-flow__heading {
        font-size: 1.5em;
    }

    .page-resources-go88-registration-guide .article-flow__sub-heading {
        font-size: 1.2em;
    }

    .page-resources-go88-registration-guide .article-flow__intro {
        font-size: 1em;
    }

    .page-resources-go88-registration-guide p, .page-resources-go88-registration-guide .article-flow__list li {
        font-size: 0.95em;
    }
}